@charset "utf-8";
/* CSS Document */


a{
	color: #223B7D;
}

html {
	background: #F5F6F8;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
	color: #26304E;
	background: #F5F6F8;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.panel {
  background: #fff;
  padding: 30px;
	border: 1px solid #dedede;
  border-radius: 0px;
}

.margin-bottom-30{
	margin-bottom: 30px;
	margin-left: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.19rem + 2px);
  padding: 25px 15px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* height: 55px; */
}

.inner-box-login-wrap{
	background: #fff;
	padding: 60px;
}

a.btn.btn-link.btn-forgot{
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	width: 100%;
	float: left;
	display: block;
	margin: 0px !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #26304E;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #26304E;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #26304E;
}

.tabs-box-reset{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tabs-box-reset li{
	width: 100%;
	float: left;
	border-top: 1px solid #E2E8EF;
	border-bottom: 1px solid #E2E8EF;
	border-left: 1px solid #E2E8EF;
	border-right: 1px solid #E2E8EF;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
	background: #fff;
}


.tabs-box-login{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tabs-box-login li{
	width: 50%;
	float: left;
	border-top: 1px solid #E2E8EF;
	border-bottom: 1px solid #E2E8EF;
	border-left: 1px solid #E2E8EF;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
}

.tabs-box-login li:last-child{
	width: 50%;
	float: left;
	border-top: 1px solid #E2E8EF;
	border-bottom: 1px solid #E2E8EF;
	border-right: 1px solid #E2E8EF;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	font-size: 20px;
}

.tabs-box-login li.active{
	background: #fff;
}

#register-box-wrap{
	display: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #fc3768;
    border-color: #fc3768;
}

.fa-search-header{
	color: #223B7D;
	padding: 0 15px;
	font-size: 16px;
}

#search-header{
	border: 1px solid #fff;
	height: 70px;
	width: 80%;
}

.userimg {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-right: -15px;
}

.not-wrap{
	position: relative;
}

.notes {
    position: absolute;
    right: -7px;
    top: 0px;
    border-radius: 100%;
    color: #fff;
    font-weight: 800;
    background: #E74C3C;
    height: 14px;
    width: 14px;
    font-size: 9px;
    text-align: center;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(0, 0, 0), rgb(0, 0, 0));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(0, 0, 0), rgb(0, 0, 0));
    border-image: initial;
}

.not-wrap .fa{
	color: #223B7D;
	font-size: 20px;
}

.header-right {
    list-style: none;
    padding-left: 0;
    /* float: right; */
    display: inline-block;
    text-align: right;
    float: none;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}

.header-right li {
    position: relative;
    display: block;
    display: inline-flex;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: right;
    float: none;
    margin: 0 10px;
    display: flex;
		align-items: center;
}


.header-right li:nth-child(3) {
  font-weight: 700;
}

.header-right li:nth-child(3) a{
  color: #73788C;
}

.header-right li:nth-child(3) .fa {
    font-size: 10px;
    margin: 0 0 0 3px;
}

.card-wrap{
  padding: 30px 0 20px 0;
  border-radius: 20px;
	background: #fff;
	margin: 30px 0 0 0;
	border: 1px solid #eaeaea;
	text-align: center;
}

.col-push {
  margin-left: 16% !important;
  padding: 0 0 0 30px;
}

.card-name{
	color: #213A7D;
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0 0 0;
}

.card-role{
	color: #72788C;
  font-size: 13px;
  font-weight: 600;
  margin: -2px 0 15px 0;
}

.card-location{
	color: #72788C;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0 30px 0;
}

.card-location a, .card-view a{
	color: #72788C;
}

.card-location a:hover, .card-view a:hover{
	color: #fc3768;
}

.card-view{
	color: #72788C;
	font-size: 13px;
	font-weight: 600;
	padding: 20px 0 0 0;
	border-top: 1px solid #eaeaea;
}

.fa-location-card{
	color: #FC3768;
	font-size: 16px;
	padding-right: 5px;
}

.fa-user-card{
	color: #72788C;
	font-size: 16px;
	padding-right: 5px;
}

.card-image{
	margin: auto;
}

.card-image img{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin: auto;
	object-fit: cover;
}

.bespoke-dropdown{
	font-size: 18px;
	color: #223B7D;
	background: transparent;
	border: 0px solid;
	font-weight: 600;
	padding: 0 7px 0 0;
	cursor: pointer;
}

.model{
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	display: none;
	cursor: pointer;
}

.inner_model {
    width: 600px;
    /* margin: auto; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 99999;
    background: #fff;
    display: table;
    text-align: center;
		padding: 30px;
		left: 0;
    right: 0;
    margin: auto;
		border-radius: 14px;
		cursor: auto;
}

.model_title{
	text-align: left;
	font-size: 18px;
	color: #213A7D;
	margin: 0 0 0 0;
	font-weight: 700;
}

.model_input{
  height: 55px;
  display: block;
  width: 100%;
  height: calc(2.19rem + 2px);
  padding: 25px 15px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /* height: 55px; */
	border-radius: 14px;
	border: 1px solid #E2E8EF;
}

.model_select{
	display: block;
	width: 100%;
	padding: 0px 15px;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	border-radius: 14px;
	border: 1px solid #E2E8EF;
	height: 55px;
}

.model_submit{
	color: #fff;
	background-color: #20397D;
	border: 1px solid #20397D;
	padding: 15px 35px;
	border-radius: 0px;
	cursor: pointer;
	font-weight: 800;
  margin: 15px 0px 15px 15px;
	border-radius: 14px;
}

.model_submit:hover{
	background-color: #2ecc71;
	border: 1px solid #2ecc71;
}


.model label{
	text-align: left;
	font-size: 16px;
	color: #213A7D;
	margin: 15px 0 5px 0;
	font-weight: 700;
	float: left;
	text-transform: capitalize;
}

.model_close{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
	font-weight: 900;
}

input[type = file].model_input {
    border: 0px solid;
    padding: 0px;
    border-radius: 0px;
}

.pagination{
	width: 100%;
	float: left;
}

.pagination {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: center;
  float: none;
  margin: auto;
  display: block;
  margin: 30px auto 0px auto;
}

.pagination>li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: center;
  float: none;
}

.pagination>li a {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #eaeaea;
	color: #000;
	border-radius: 8px;
	height: 35px;
	width: 35px;
}

.pagination>li.active a {
	padding: 5px 10px;
	background: #213A7D;
	border: 1px solid #213A7D;
	color: #fff;
	border-radius: 8px;
	height: 35px;
	width: 35px;
}

.pagination>li:first-child a {
	padding: 5px 10px;
	color: #000;
	background: #f9fafc;
	border: 1px solid #f9fafc;
	height: 35px;
	width: 35px;
}

.pagination>li:last-child a {
	padding: 5px 10px;
	color: #000;
	background: #f9fafc;
	border: 1px solid #f9fafc;
	height: 35px;
	width: 35px;
}

/*------------------- HEADER -------------------*/

.top-bar {
    background: #FFFFFF;
    border-bottom: 1px solid #E2E8EF;
    /* height: 50px; */
}

.header-account {
	float: right;
	margin: 0;
	padding: 0;
}

.header-account li {
	float: left;
	list-style: none;
	margin: 0 30px 0 0;
	border-left: 2px solid #D6D6D6;
	font-weight: 700;
	padding-left: 30px;
}

.header-account li.welcome {
	font-size: 13px;
	text-align: right;
	margin-top: 5px;
}

.header-account li.welcome span {
	display: block;
	font-size: 18px;
}

.header-account li.logout a {
	background: #223B7D;
	color: #FFFFFF;
	padding: 15px 30px;
	display: block;
	border-radius: 12px;
	text-transform: uppercase;
}

.header-account li.logout a:hover {
	background: #962517;
}

.header-account li.login a {
	background: #3490dc;
	color: #FFFFFF;
	padding: 15px 30px;
	margin-right: 30px;
	display: block;
}

.header-account li.login a:hover {
	background: #5190c3;
}

.header-account li:last-child {
	margin: 0;
}

.header-account li:first-child {
	padding: 0;
	border: 0;
}

.side-nav {
	background: #223B7D;
	height: 100%;
	position: absolute;
}

.primary-nav {
	margin: 0;
	padding: 0;
}

.primary-nav li {
	list-style: none;
}

.primary-nav li a {
    display: block;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    padding: 5px 0;
		font-size: 15px;
}

.dropdown-menu.show {
    margin: 25px 0 0 -85px;
    border-radius: 0px;
    color: #73788C;
    border-color: #E2E8EF;
}

.primary-nav li.active a {
    color: #E74C3C;
}

.primary-nav li a:hover {
    color: #E74C3C;
}

.primary-nav {
    margin: 0;
    padding: 0 30px;
}

a#dropdownMenuLink {
    height: 70px;
}

hr{
	border-color: #7A89B1;
}

.primary-nav li a i {
	padding-right: 10px;
}

.card {
  margin-top: 60px;
  border-radius: 0px;
	width: 100%;
}

.card-header{
	font-weight: 700;
	text-transform: uppercase;
}

.card-header:first-child {
    border-radius: 0px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #223B7D;
    border-bottom: 1px solid rgba(0,0,0,.125);
		color: #fff;
}

.full-height {
    height: 100vh;
}

.btn {
	font-weight: 700;
	text-transform: uppercase;
}

.full-height-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-margin{
	margin: 0px;
}

.margin-top-60 {
    margin-top: -60%;
}

.btn{
  padding: 15px 65px;
	border-radius: 8px;
}

.btn-margin{
	margin-top: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #2ECC71;
    border-color: #2ECC71;
}

.btn-danger {
		color: #fff;
	  background-color: #e3342f;
	  border: 1px solid #e3342f;
    padding: 15px 35px;
    border-radius: 12px;
    cursor: pointer;
}

a.btn.btn-link {
    padding: 0px;
    margin-top: 30px;
    color: #221F1F;
    font-size: 13px;
}

.logo-login-wrap {
    text-align: center;
}

.no-margin {
    margin: 0px;
}

.login_logo{
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}

.no-padding{
  padding: 0px !important;
}

.login_image {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

input[type=text], input[type=password], input[type=email]{
  height: 55px;
}

label{
  color: #232020;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
	display: block;
}

input.edit-check {
    float: left;
    text-align: left;
		cursor: pointer;
}

.login_logo_title{
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 30px;
}

.login_logo_wrap{
    position: relative;
    float: left;
    width: 100%;
}

img.login-logo {
    margin: auto;
    text-align: center;
    display: block;
}

.login_logo_content_wrap {
    position: absolute;
    background: #223B7D;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 30px;
		font-size: 20px;
}

.cardbox{
	background: #fff;
	border: 1px solid #eaeaea;
	text-align: center;
	padding: 45px 0;
}

.home-number{
	font-size: 36px;
	font-weight: 700;
	color: #221F1F;
	display: block;
	text-align: left;
}

.home-dash-title{
	font-size: 15px;
	font-weight: 700;
	color: #221F1F;
	text-transform: uppercase;
	display: block;
	text-align: left;
	margin-top: -15px;
}

.dash-users {
    color: #B12C1A;
    font-size: 46px;
    text-align: right;
    display: block;
    margin-top: 12px;
    margin-right: 30px;
}

.dash-pdf{
	color: #F1C40E;
	font-size: 46px;
	text-align: right;
	display: block;
	margin-top: 12px;
	margin-right: 30px;
}

.dash-refresh{
	color: #3398DA;
	font-size: 46px;
	text-align: right;
	display: block;
	margin-top: 12px;
	margin-right: 30px;
}

.content-strip{
	padding: 60px 15px 60px 30px;
}

.cardboxmargin{
	margin-top: 60px;
}

.edit-input{
	width: 100%;
	border: 1px solid #eaeaea;
	margin-bottom: 15px;
	padding: 0 15px;
	height: 55px;
}

.card {
    border: 1px solid #eaeaea !important;
}

.btn-primary {
    color: #fff;
    background-color: #17AD56;
    border: 1px solid #17AD56;
		padding: 15px 35px;
		border-radius: 0px;
		cursor: pointer;
}

.btn-full{
	width: 100%;
}

.position-relative{
	position: relative;
}

.position-absolute{
	position: absolute;
}

.fa-textbox {
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #eaeaea;
    width: 60px;
    padding: 17px 0px;
    text-align: center;
    font-size: 25px;
}

.position-absolute
.card-header {
    background: #231F20;
    padding: 20px 15px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #211F1F;
  opacity: 1; /* Firefox */
	font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #211F1F;
	font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #211F1F;
	font-size: 14px;
}

.btn {
    font-weight: 500;
    text-transform: capitalize;
		font-size: 20px;
}

.tab-customer{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tab-customer {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: left;
  float: none;
  margin: auto;
  display: block;
}

.tab-customer li:first-child {
    position: relative;
    display: block;
    display: inline-block;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: left;
    float: left;
    border: 1px solid #eaeaea;
    padding: 15px 35px;
    margin: 0 15px 0 0;
		font-weight: 700;
		cursor: pointer;
}

.tab-customer li {
    position: relative;
    display: block;
    display: inline-block;
    /* margin: 0 auto; */
    /* width: 100%; */
    text-align: left;
    float: left;
    border: 1px solid rgba(35,31,32,0.3);
    padding: 15px 35px;
    margin: 0 15px;
		color: rgba(35,31,32,0.3);
		font-weight: 700;
		cursor: pointer;
}

.tab-customer li.active {
		color: #231F20;
    border: 1px solid #231F20;
}

.card-margin-30{
	margin-top: 30px !important;
}

.card-no-margin{
	margin: 0px !important;
}

.btn-left{
	float: right;
}

.panel-mar{
	margin-bottom: 30px;
}

.panel-float-right{
	float: right;
	padding: 15px;
	margin-bottom: 30px;
}

img.login-logo {
    margin: auto;
    text-align: center;
    display: block;
    padding: 30px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead{
	background: #223B7D;
  padding: 20px 15px;
	color: #fff;
}

tr {
    height: 65px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #eaeaea;
}

th, td{
    text-align: inherit;
    padding: 0 15px;
}

thead tr {
    background: #223B7D;
}

.a-right{
	text-align: right;
	float: right;
}

.card-row{
	display: none;
}

.card-row.active{
	display: block;
}

.nav-text-wrap{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 0 30px 5px 30px;
}

.btn-right-wrap{
	float: right;
}

.non_paid{
	color: #e74c3c;
	font-weight: 700;
}

.alert.alert-danger {
    position: relative;
    padding: .75rem 7.25rem .0rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.btn-blue{
	background: #213A7D;
	border-color: #213A7D;
	color: #fff;
	border-radius: 8px;
	padding: 5px 35px;
}

.btn-red{
	background: #e74c3c;
	border-color: #e74c3c;
	color: #fff;
	border-radius: 8px;
	padding: 5px 35px;
	cursor: pointer;
}

.btn-inline{
	display: inline-block;
}

.is-invalid{
	border-color: #e74c3c;
}

.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
    text-align: left;
    width: 100%;
    display: block;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
    margin: 0px;
}

.remove-padding-height {
    padding: 0 15px;
    height: 52px;
}

.file_upload{
	padding: 0px;
	border: 0px;
	margin: 15px 0 0 0;
}

.edit-single-image{
	height: 200px;
	width: auto;
	object-fit: cover;
}

.dog_single_name {
    margin-left: 15px;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 15px;
}

.panel-height .form-control{
	height: 65px;
}

.calender-middle-wrap {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.calendar-date{
	color: #20397D;
	margin-right: 30px;
	font-size: 15px;
	font-weight: 700;
}

.calendar-edit a{
	color: #72788C;
	font-size: 15px;
	font-weight: 700;
}

.arrow-calendar-wrap{
	display: flex;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin-left: 19px;
}

.arrow-calendar-left{
	background: #20397D;
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.arrow-calendar-right{
	background: #20397D;
	padding: 10px 15px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.arrow-calendar-left:hover, .arrow-calendar-right:hover{
	background: #FC3768;
}

.loadingImg {
	width: 150px;
}

.loadingCal {
	display: none;
}

.loadingCal {
	text-align: initial;
	margin: 0 10px;
	text-align: center;
}

.loadingImg {
	width: 24px;
	margin: auto;
	text-align: center;
}

.radio_model input{
	margin-left: 4px;
	cursor: pointer;
}

.radio_model label{
	cursor: pointer;
	margin: 17px 10px 5px 5px;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.radio_model_label{
	margin: 15px 15px 5px 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
    text-align: left;
    width: 100%;
    display: block;
    margin-top: -13px;
    margin-bottom: 15px;
}

.card-no-margin {
    padding: 15px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #ffffff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	color: #495057;
  border-color: #fff #fff #fff;
}

.nav-tabs .nav-item a{
		color: rgba(73, 80, 87, 0.6);
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    font-size: 19px;
    font-weight: 700;
		color: rgba(73, 80, 87, 0.6);
		text-transform: uppercase;
		position: relative;
}

.nav-tabs .nav-item:after {
	content: "";
  border-right: 1px solid rgba(73, 80, 87, 0.6);
	z-index: 9999;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	bottom: 0;
	position: absolute;
	height: 15px;
}

.nav-tabs .nav-item:last-child:after {
	content: "";
  border-right: 0px solid rgba(73, 80, 87, 0.6);
	height: 0px;
	display: none;
}
/*------------------- FOOTER -------------------*/


/*------------------- General Media Queries -------------------*/

.staff-rota-image img{
	height: 55px;
	width: 55px;
	object-fit: cover;
	border-radius: 100%;
}
.staff-rota-name{
	font-size: 14px;
	font-weight: 600;
	color: #20397D;
}
.staff-rota-hours{
	font-size: 12px;
	font-weight: 600;
	color: rgba(114,120,140, 0.4);
}

.rota-table thead th, .rota-table thead td{
	color: #20397D;
	text-align: center;
}

.rota-table tbody th, .rota-table tbody td{
	color: #72788C;
}

.rota-table{
	table-layout: fixed;
	border-collapse: collapse;
}

.rota-line{
	border-left: 4px solid;
	height: 35px;
	display: block;
}

.rota-line-blue{
	border-color: #223B7D;
}

.rota-line-red{
	border-color: #FC3768;
}

.rota-table, .rota-table th, .rota-table td {
  border: 1px solid #E2E8EF;
	padding: 15px;
	background: #f7f7f7;
}

.table-rota-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
		border: 0px solid !important;
}

span.rota-td-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
		align-items: center;
}

.rota-time{
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	float: left;
}

.rota-role{
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: -5px;
}

table.rota-table {
    width: 99%;
    float: right;
		margin-top: 30px;
}

.row.calendar-top {
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

table.rota-table thead th{
	background: #fff !important;
}

.rota-text-red .rota-time, .rota-text-red .rota-role{
	color: #E74C3C !important;
}

.table-white{
	background: #fff !important;
	padding: 15px;
}

.panel-margin{
	margin: 30px 0 0 0;
}

.rota-table-seprater{
	background: #EAEAEA;
	height: 0px !important;
	color: #C6C8CE;
	text-align: left;
	font-size: 12px;
	border-left: 0px solid !important;
	border-right: 0px solid !important;
	font-weight: 700;
}

.rota-table-seprater td{
	border-left: 0px solid !important;
	border-right: 0px solid !important;
	padding: 7px 15px;
}

.staff-rota-right {
    margin-left: -30px;
		margin-top: 7px;
}

.staff-rota-image {
    position: relative;
    left: -45px;
    top: 4px;
}

.model_wrap{
	display: none;
}

.model_multi_title {
	text-align: left;
  font-size: 18px;
  color: #213A7D;
  margin: 15px 0 0 0;
  font-weight: 700;
}

#model_wrap_1{
	display: block;
}

.model_arrow_wrap {
    margin: 15px 0;
}

button#prev_model {
    appearance: none;
    border: 0px;
    background: #fff;
    float: left;
		cursor: pointer;
		font-size: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
}

button#next_model {
    appearance: none;
    border: 0px;
    background: #fff;
    float: right;
		cursor: pointer;
		font-size: 30px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
}

.thumbnail-dog-home{
  padding: 15px;
  border: 1px solid #eaeaea;
  height: 250px;
  width: 100%;
  object-fit: contain;
}

.dog-wrap{
  margin-top: 30px;
}

.btn-primary {
    color: #fff;
    background-color: #17AD56;
    border: 1px solid #17AD56;
    padding: 15px 35px;
    border-radius: 0px;
    cursor: pointer;
    display: block;
}

.dash-title{
  font-size: 28px;
  font-weight: 700;
}

.button_ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.button_ul li {
    display: inline-block;
    margin-bottom: 10px;
}

.flex-wrap, .flex-row{
  display: flex;
  flex-wrap: wrap;
  width: inherit;
}

.flex-v-center{
  align-items: center;
  display: flex;
}

.flex-h-left{
  justify-content: left;
}

.flex-h-right{
  justify-content: flex-end;
}

.flex-h-center{
  justify-content: center;
}

.dog_block_title{
  font-size: 18px;
  font-weight: 700;
  color: #26304E;
  margin: 5px 0 0 0;
}

.model_multi_title{
	border-bottom: 1px solid #95a5a6;
	color: #95a5a6;
}

.model_pag_title{
	color: #95a5a6;
	font-size: 20px;
	padding: 0 10px;
}

.btn_wrap_model {
    float: left;
    text-align: left;
    width: 100%;
}

.btn_wrap_model .model_submit {
    color: #fff;
    background-color: #20397D;
    border: 1px solid #20397D;
    padding: 15px 35px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 800;
    margin: 15px 0px 15px 15px;
    border-radius: 14px;
    margin: 30px 0 0 0;
}

.staff-rota-role {
    font-size: 13px;
}

.dates{
	cursor: pointer;
}

.dates.active{
	border: 0px solid;
	animation: shake 0.5s;
	-webkit-animation-delay:0.4s;
	animation-iteration-count: infinite;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    flex-direction: column;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  flex-direction: row;
  flex-wrap: nowrap;
}

.sick_class{
	background: #e74c3c !important;
}
.sick_class .rota-time, .sick_class .rota-line{
	color: #fff !important;
}
.sick_class .rota-role{
	color: rgba(255,255,255,0.6) !important;
}

.modal-title{
	width: 100%;
	font-weight: 700;
}
.terms_wrap{
	width: 100%;
}

.holiday_class{
	color: #9b59b6 !important;
}
.holiday_class .rota-time, .holiday_class .rota-line,{
	color: #9b59b6 !important;
}
.holiday_class .rota-role{
	color: rgba(155, 89, 182, 0.6) !important;
}

.shift_class{
	background: #fff !important;
}
.shift_class .rota-time{
	color: #2ecc71;
}
.shift_class .rota-role{
	color: rgba(46, 204, 113, 0.6);
}
.shift_class .rota-line{
	color: #2ecc71;
}

.panel-title{
	margin-left: 19px;
	font-weight: 700;
	font-size: 26px;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: -15px;
}

.thumbnail-table{
	width: 45px;
	height: 45px;
	object-fit: cover;
}

textarea.edit-input {
    height: unset;
}

.nav-res{
	color: #e74c3c !important;
}

@keyframes shake {
	0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

@media (max-width: 1200px) {

	.login_logo {
	    width: 100%;
	}

}

@media (max-width: 991px) {

	.login_logo {
	    width: 100%;
	}

}

@media (max-width: 767px) {

	.login_logo {
	    width: 100%;
	}

}

.btn-red{
	background: #e74c3c;
}


.enabled{
	color: #27ae60;
	font-weight: 700;
}

.disabled{
	color: #e74c3c;
	font-weight: 700;
}

.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
    text-align: left;
    width: 100%;
    display: block;
    margin-top: 3px;
    margin-bottom: 0px;
}

.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e3342f;
    text-align: left;
    width: 100%;
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
}

.settings_text{
	width: 100%;
	margin-bottom: 15px;
}

.text_box_settings {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 15px;
}

.text_box_settings_new {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 15px;
}

.settings_text.settings_flex {
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

i.fa.fa-plus.plus_custom {
    padding-left: 10px;
		cursor: pointer;
}

.panel-second-title {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.panel.panel-left {
    display: inline-block;
		float: right;
}

.panel.panel-right {
    display: inline-block;
		float: right;
}

.col-sm-12.flex_col {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    align-content: stretch;
}

.record_number_class{
	height: 100%;
}

.error_count{
	color: #e74c3c;
}

.record_number_class.error{
	border: 1px solid #e74c3c;
}

.record_number_class{
	border: 1px solid #eaeaea;
	padding: 0 5px;
}

.search_list {
  list-style: none;
  padding-left: 0;
  /* float: right; */
  display: inline-block;
  text-align: left;
  float: none;
  margin: auto;
	width: 100%;
	display: none;
	margin-bottom: 15px;
}

.search_list.show {
  display: block;
}

.search_list li {
  position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: left;
  float: none;
	padding: 5px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	cursor: pointer;
}


.search_list_inner{
	list-style: none;
	padding-left: 0;
	/* float: right; */
	display: inline-block;
	text-align: left;
	float: none;
	margin: auto;
	display: block;
}

.search_list_inner li{
	position: relative;
  display: block;
  display: inline-block;
  /* margin: 0 auto; */
  /* width: 100%; */
  text-align: left;
  float: none;
	padding: 5px;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	cursor: pointer;
}

.search_list_inner li.active{
	border: 1px solid #223B7D;
}

.search_list li.active{
	border: 1px solid #223B7D;
}

.search_error{
	color: #761b18;
	margin-bottom: 10px;
}

.thumbnail-pedigree {
    width: 250px;
    height: auto;
    float: left;
    margin: 10px 10px 10px 0px;
}

.chart { height: 600px; margin: 5px auto; overflow: hidden; }
.Treant > .node {  }
.Treant > p { font-weight: bold; font-size: 12px; }
.node-name { font-weight: 400; margin: 0 !important;}
.node-title { font-size: 13px; font-weight: 400;
		font-style: italic; margin: 0; }
.node-desc { font-size: 12px; margin: 0; }

.node {
		padding: 4px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #545454;
		border: 1px solid #333333;
		width: 170px;
		font-size: 15px;
		color: #FFFFFF;
}

.node_sire {
		background-color: #3b4472;
		border: 1px solid #333333;
}
.node_dam {
		background-color: #7b3d68;
		border: 1px solid #333333;
}

.nodeExample1 img {
		margin-right:  10px;
		width: 60px;
		height: 60px;
}

.male{
	color: #0088CC;
}

.female{
  color: #d56da7;
}

.hidden_item{
	display: none;
}

.shown_item{
	display: block;
}

.peg_warning{
	color: #e74c3c;
}

.small{
	font-size: 14px;
	cursor: pointer;
}
.header-logo{
	width: 125px;
	height: auto;
	padding: 15px;
}

.btn-blue-user {
	background: #3498db;
	color: #fff;
	border-radius: 8px;
	padding: 5px 35px;
}

.flex_form {
    display: flex;
    justify-content: flex-end;
}

.right_th{
	text-align: right;
}

table.table-price-sum{
	float: right;
	width: 25%;
	margin-bottom: 45px;
}

table.table-price-sum thead{
	padding: 5px;
	border: solid 0px;
}

table.table-price-sum th {
    padding: 5px 15px;
		background: #e9e9eb;
		border: solid 0px;
		color: black;
}

table.table-price-sum td {
    padding: 15px;
}

table.table-price-sum tr {
  height: 5px;
	border: 0px solid;
}

.flex_checkboxes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.flex_checkboxes input[type=checkbox], .flex_checkboxes input[type=radio]{
    float: left;
}

span.basket_wrap {
    background: #E74C3C;
    margin-left: 5px;
    padding: 0px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    color: #fff;
    margin-top: 8px;
    line-height: 1.6;
    font-size: 13px;
}

li.basket_icon_wrap {
    display: flex;
}

button.btn.block.a-right {
    background: none;
		color: red;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.card-margin-30 {
    margin-top: 30px !important;
    overflow: auto;
}

.card-margin-30 table td:last-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-end;
}

.card-margin-30 table td:last-child .btn{
    padding: 15px 10px;
}

hr.grey {
    border-color: rgba(0,0,0,.05);
}

@media (max-width: 1199px) {
	.side-nav.col-2.no-padding {
	    max-width: 27%;
	}
	main.col-xs-12 {
    width: 90%;
    float: right;
	}
}

@media (max-width: 991px) {
	.side-nav.col-2.no-padding {
	    max-width: 31%;
	}
	main.col-xs-12 {
    width: 83%;
    float: right;
	}
	th, td {
    text-align: inherit;
    padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.side-nav.col-2.no-padding {
		display: none;
		width: 100%;
		max-width: 100%;
		z-index: 99999999999;
	}
	main.col-xs-12 {
		width: 100%;
	}
	.content-strip {
	    padding: 20px 0px 60px 0px;
	}
	header {
    text-align: center;
	}
	li.basket_icon_wrap {
    display: flex;
    justify-content: center;
	}
	.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 0.2rem;
	}
	.panel-title {
    margin-left: 5px;
    font-weight: 700;
    font-size: 26px;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: -15px;
	}
	.row.row_mid {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	}
	.menu_wrap {
    cursor: pointer;
    font-size: 37px;
	}
	.close_wrap {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 33px;
    color: #fff;
		cursor: pointer;
	}
}
