html, body {
    margin: 0px!important;
}
.sidebar .sidebar-brand{
	padding: 5px 10px;
	background-color: #0e0e0e;
	height: auto;
	margin-bottom: 15px;
}
.sidebar .nav-item .nav-link{
	width: 90%;
	margin: 0 auto;
}
.sidebar .nav-item:hover .nav-link, .sidebar .nav-item:active .nav-link, .sidebar .nav-item:focus .nav-link{
	background-color: #0c1729;
}
.sidebar .nav-item:hover .nav-link img{
	 /* filter: invert(88%) sepia(81%) brightness(100%) ;  */
     filter: sepia(80%) saturate(12000%) contrast(1000%);
    -webkit-filter: sepia(80%) saturate(12000%) contrast(1000%);
    -moz-filter: sepia(80%) saturate(12000%) contrast(1000%);
}
.topbar #sidebarToggleTop {
    /*height: 3rem;
    width: 4.5rem;*/
    border: 0;
}
.topbar #sidebarToggleTop img{
	width: 100%;
}
.topbar #sidebarToggleTop i{
	font-size: 30px;
	color: #fce123;
}
.topbar {
    background-color: #555555;
}
.topbar #sidebarToggleTop:active, .topbar #sidebarToggleTop:focus, .topbar #sidebarToggleTop:hover{
	background-color: transparent;
	box-shadow: none;
	border: 0;
}
.toggled-logo{display: none;}
.sidebar-toggled .toggled .sidebar-brand .normal-logo{
	display: none;
}
.sidebar-toggled .toggled .sidebar-brand .toggled-logo{
	display: block
}
.sidebar .nav-item{ margin-bottom: 5px;}
.sidebar .nav-item:last-child{ margin-bottom: 0}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}
.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.vertical-nav-custom .nav-link{
	background-color: #e9f5f1;
	margin-bottom: 5px;
	position: relative;
}
.vertical-nav-custom .nav-link{
	padding-left: 35px;
}
.vertical-nav-custom .nav-link:before{
	content: "\f105";
    font: normal normal normal 14px 'Font Awesome 5 Free';
	/*font-family: 'Font Awesome 5 Free';*/
    width: 20px;  height: 20px;
    border-radius: 50%;
    border: 1px solid #124934;
	color:#124934;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    font-weight: 600;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vertical-nav-custom .nav-link.active:before{
	background-color: #114a34;
	border: 1px solid #114a34;
	color: #FFF
}
.vertical-nav-custom .nav-link.active{
	background-color: #d8e1de;
}
.vertical-nav-custom .nav-link:hover:before{
	background-color: #114a34;
	border: 1px solid #114a34;
	color: #FFF
}
.vertical-nav-custom .nav-link:hover{
	background-color: #d8e1de;
}
.vertical-nav-custom .nav-link span{
	font-size:16px;
	color:#104a34;
}
#v-pills-tabContent h6{
	font-size: 18px;
	font-weight: 600;
	color: #49586d;
	text-transform: uppercase;
}
.tab-content .light-back{
	background-color: #f8f8f8;
}
.tab-main .col-sm-9:before{
	content: "";
	background-color: #e1e8ef;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px
}

.tab-content .form-group label {
    font-size: 16px;
    color: #114a34;
	font-weight:500;
}
.datepick-icon-back .input-group-text{
	background-color: #ffffff;
	border-left: 0
}
.date input{
	border-right: 0
}
/*--new--*/
.form-control{box-shadow: 0px 0px 8px -4px #444444;}
.search-btn{ background:#124934;}
.sidebar .nav-item .nav-link { background-color: #00331f;}



.file-upload {
    position: relative;
    max-width: 205px;
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}
/*.file-upload .file-add {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 30px;
}*/
.file-add input {
  display: none;
}
.file-add input + label {
  display: inline-block;
  width: 145px;
  height: 45px;
  margin-bottom: 0;
  border-radius:35px;
  background: #bfefdf;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  position:relative;
  border:1px solid #d5dae0;
}
/*.file-add input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}*/
.file-add input + label:after {
    content: '+ Add Files';
    font-size: 18px;
    display: block;
    color: #0e0e0e;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.file_inline{ list-style-type:none; padding-left:0px; margin-left:0px; display:inline-block; vertical-align:top;}
.file_inline li{ display:inline-block; vertical-align:top; margin-right:10px;}
.file_inline li a{color:#0e0e0e; font-size:14px;}
.file_inline li a.viewall {
    background: #e9f5f1;
    display: inline-block;
    width: 112px;
    height: 45px;
    margin-bottom: 0;
    border-radius: 35px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: relative;
    border: 1px solid #d5dae0;
    font-size: 18px;
    text-align: center;
    line-height: 43px;
    margin-top: -10px;
}
.file_inline li a.viewall:hover{ text-decoration:none;background: #ccffee;}

.owner-detail h3{ font-size:16px; color:#114a34; margin-bottom:15px; font-weight:bold;}
.owner-detail h3 span.inactive{ margin-left:10px; font-size:12px; color:#124934; border:2px solid #124934; padding:3px 8px; border-radius:35px; font-weight:bold; background:#d5d5d5;}
.owner-detail .border-box{ border:1px solid #e1e8ef; background:#fff; padding:10px; margin-bottom:10px; width:100%; font-size:14px; color:#333; min-height:62%;}

.custom-textarea{ border:1px solid #e1e8ef; background:#fff; padding:10px; margin-bottom:10px; width:100%; font-size:14px; color:#333; height:180px!important; line-height:1.2; box-shadow:none; resize:none;}

.light-btn{background: #e9f5f1;
    display: inline-block;
    height: 38px;
	padding:0px 15px;
    border-radius: 35px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: relative;
    border: 1px solid #d5dae0;
    font-size: 18px;
    text-align: center;
    line-height: 36px;}
.light-btn:hover{ text-decoration:none;background: #ccffee;}
.dues-paid h3{ font-size:16px; color:#114a34; margin-bottom:15px; font-weight:bold;}
.border-box-with-header{ border:1px solid #e1e8ef; background:#fff; padding:0px; margin-bottom:15px; width:100%; font-size:14px; color:#333;}
.border-box-with-header h3{ padding:5px; background:#efefef; font-size:16px; font-weight:normal; color:#000; margin-bottom:0px;border-bottom: 1px solid #ddd;}
.border-box-with-header.no-padding{ min-height:40%;}
.border-box.no-padding{ min-height:58%;}
.border-box-with-header.no-padding h3{padding: 0px;}
.border-box-with-header.no-padding h3 font{ padding: 5px; display: inline-block;}
.border-box-with-header.no-padding h3 span{ padding: 5px 5px 5px 10px; border-left: 1px solid #ddd;}

.border-box-with-header h3 span{padding-left: 10px; margin-left: 10px; border-left: 1px solid #ddd;}
.year-box{ height:95px; overflow-y:scroll;}
.year-box ul{ list-style-type:none; padding-left:0px;}
.year-box ul li{ display:block; padding:5px; border-bottom:1px solid #efefef;}
.year-box ul li span{padding-left: 10px; margin-left: 10px; border-left: 1px solid #ddd;}



.horse-box{ max-height:555px; overflow-y:scroll;}
.horse-box ul{ list-style-type:none; padding-left:0px;}
.horse-box ul li{ display:block; border-bottom:1px solid #efefef;}
.horse-box ul li font{padding: 10px; display:inline-block; vertical-align:top; width:19.3%;}
.horse-box ul li span{padding: 10px; display:inline-block; vertical-align:top; margin-left: 10px; border-left: 1px solid #ddd;}


.horse-box-header{ border:1px solid #e1e8ef; background:#fff; padding:0px; margin-bottom:15px; width:100%; font-size:14px; color:#333; }
.horse-box-header h3{ padding:0px; background:#efefef; font-size:16px; font-weight:normal; color:#000; margin-bottom:0px;border-bottom: 1px solid #ddd;}
.horse-box-header h3 font{ padding: 5px; display: inline-block; width:20%}
.horse-box-header h3 span{ padding: 5px 5px 5px 10px; border-left: 1px solid #ddd;}


.border-box-with-header.no-padding .year-box ul li {
    display: block;
    padding: 0px;
    border-bottom: 1px solid #efefef;
}
.border-box-with-header.no-padding .year-box ul li font{padding: 5px; display: inline-block; width: 59px;}
.border-box-with-header.no-padding .year-box ul li span{padding: 7px 5px 7px 10px; border-left: 1px solid #ddd;
margin-left:-5px;}



.btn-save{ background:#114a34; padding:5px 15px; border-radius:35px!important; color:#fff; text-transform:uppercase; border:2px solid #227f5b;}
.btn-revert{ background:#227f5b; padding:5px 15px; border-radius:35px!important; color:#fff; text-transform:uppercase; border:2px solid #227f5b;}
.btn-cancel{ background:#fff; padding:5px 15px; border-radius:35px!important; color:#227f5b; text-transform:uppercase; border:2px solid #227f5b;}

.btn-save:hover,.btn-revert:hover,.btn-cancel:hover{ background:#333; color:#fff;}
.sticky-footer{ color:#fff!important;}
.sticky-footer a{ color:#fff!important;}

/*--menu btn--*/
[class^="menu-button"]{position:relative;width:30px;height:30px;display:inline-block;margin:15px;border:2px solid black;padding:0px;border-radius:5px;}
[class^="menu-button"] > input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2;}
[class^="menu-button"] > ul{padding:0;list-style-type:none;margin:0;}
[class^="menu-button"] > ul > li{width:100%;background:#f9e21b;padding:1.5px 0;margin:5px 0;transition:ease 0.5s all;}

[class^="menu-button"] > input:checked ~ ul > li:nth-child(1){transform:none;width:60%;}
[class^="menu-button"] > input:checked ~ ul > li:nth-child(2){opacity:1;transform:none;width:80%;}
[class^="menu-button"] > input:checked ~ ul > li:nth-child(4){opacity:1;transform:none;width:90%;}
[class^="menu-button"] > input:checked ~ ul > li:nth-child(3){opacity:1;transform:none;width:40%;}

.menu-button-1 > ul > li:nth-child(1){/*width:60%;*/transform:rotate(48deg) translate(9px,10px);width:100%;}
.menu-button-1 > ul > li:nth-child(2){/*width:80%;*/opacity:0;transform:scaleX(2);width:100%;}
.menu-button-1 > ul > li:nth-child(3){/*width:40%;*/opacity:0;transform:scaleX(2);width:100%;}
.menu-button-1 > ul > li:nth-child(4){/*width:90%;*/transform:rotate(-45deg) translate(7px,-8px);width:100%;}

/*--new--*/
#v-pills-tabContent h6  span{ margin-left:10px; font-size:12px; color:#124934; border:2px solid #124934; padding:5px 8px; border-radius:35px; font-weight:bold; background:#fff;}
.tab-content .form-group label span{ color:#F00;}

.col-sm-9.no-border:before{ display: none; }

.right-aligned{ float:right;}
.top-inline-btn{ list-style-type:none; padding-left:0px; text-align:right; margin-bottom:0px;}
.top-inline-btn li{ display:inline-block; vertical-align:top;}



.field_detail{ list-style-type:none; padding-left:0px; padding-bottom:5px; margin-bottom:0px;}
.field_detail li{ display:inline-block; color:#000; font-size:14px;}
.field_detail li:nth-child(1){ font-weight:700; padding-right:15px; width:35%;}
.field_detail li:nth-child(3), .field_detail li:nth-child(4), .field_detail li:nth-child(5), .field_detail li:nth-child(6), .field_detail li:nth-child(7){ padding-left:5px; border-left:1px solid #999;}

.horse-detail .rowstyle{ background:#efefef; padding:7px 0px 4px 10px;border-top:1px solid #d9d9d9; border-bottom:1px solid #fff;}
.horse-detail .rowstyle:nth-child(even){ background:#f9f9f9;}


div#DataTables_Table_0_wrapper { font-style: normal;  font-size: 14px;}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after { right: 0.2em!important;}
.view-detail{ font-size:12px; padding:5px 10px; background:#114a34; color:#fff; text-decoration:none; border-radius:35px;
    display: inline-block;
    margin: 0px auto 5px;
}
.view-detail:hover{ background:#333; text-decoration:none; color:#fff;}
.edit-btn{ font-size:12px; padding:5px 10px; background:#333; color:#fff; text-decoration:none; border-radius:35px; margin-left:10px;}
.edit-btn:hover{ background:#114a34; text-decoration:none; color:#fff;}


.dark-btn {background: #1b4a34; display: inline-block; height: 32px; padding: 0px 15px; border-radius: 35px; border: 1px solid transparent; box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);cursor: pointer;font-weight: normal; transition: all 0.2s ease-in-out; position: relative; border: 1px solid #d5dae0;font-size: 16px;text-align: center;line-height: 30px; color: #fff;}






/*===== Gourab 15-02-2022 =====*/
.value-range{margin-bottom: 15px}
.value-range #amount-1{border: 0}
/*.ui-widget.ui-widget-content{border: 1px solid #e9f5f1;background: #e9f5f1;height: 0.5em;border-radius: 35px!important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: 0;
    background: #d8e1de;
    border-radius: 50%;
	top: -7px;
    margin-left: 0;
}*/
.header {
    background: #555555;
    height: 80px;
    position: relative;
}
.logout-btn {
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logout-btn a{
	color: #FFF;
	text-decoration: none;
}
.bg-gradient-primary{
	background-color: #ffffff;
}
.footer {
    background: #0e0e0e;
    padding: 20px 0px;
}
.footer span{
	text-align: center;
    color: #FFF;
    margin: 0 auto;
    display: table;
    width: 100%;
}
.login-panel .card-header{
	background-color: #0e0e0e;
	border: 0;
}
.login-panel .card-body{
	background-color: #555555;
}
.login-panel h3{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 25px;
}
.login-panel .user label{color: #FFF;font-size: 14px;}
.login-panel .user input{
	min-height: 55px;
    border-radius: 0;
}
.login-panel .user .btn-defult{
	background-color: #010102;
    border-radius: 6px;
    padding: 16px;
    min-width: 190px;
    display: table;
    border: 0;
    font-size: 20px;
    margin: 25px auto 0;
    text-transform: uppercase;
}
.bg-gradient-primary.sidebar{
    background-color: #114a34;
	padding-bottom:50px;
}
.top-inline-btn{display: block;  width: 100%;  text-align: right;}
.top-inline-btn li {display:inline-block;margin-right: 5px;}
.top-inline-btn li:last-child{ margin-right: 0; }
.top-inline-btn li a{ font-size: 13px; }



html, body { height: 100%;}
.outersection { min-height: 100%; position: relative; height: auto;}
#innercontainer {  padding-bottom: 64px;}
.footer, footer.sticky-footer{ position:absolute; left:0px; bottom:0px; right:0px; widows:100%; display:block;}


.sidebar .nav-item .collapse .collapse-inner .collapse-item.active {
    background-color: #eaecf4;
}
.green{ color:#093;}


.tabview-nav {
    margin-bottom: -16px;
}
.tabview-nav ul{ list-style-type:none; padding-left:0px; margin-left:10px; overflow:hidden;}
.tabview-nav ul li {
    display: inline-block;
    margin-top: 5px;
    border-bottom: 2px solid #4a6664;
	position:relative;
}
.tabview-nav ul li:after{ width:15px; height:2px; background:#4a6664; display:block; content:''; position:absolute; right:100%;}
.tabview-nav ul li a{
        background-color: #ffffff;
   /* margin-right: 5px;*/
    position: relative;
    padding-left: 35px;
    padding: 10px 10px 10px 30px;
    border-radius: 5px 5px 0px 0px;
	display:block;
}
.tabview-nav ul li a.active, .tabview-nav ul li a:hover {
    background-color: #4a6664; text-decoration:none;
}
.tabview-nav ul li a.active span, .tabview-nav ul li a:hover span{ color:#fff;}
.tabview-nav ul li a span {
    /*font-size: 16px;*/
	font-size: 15px;
    color: #104a34;
}
.tabview-nav ul li a:before{
    content: "\f105";
    font: normal normal normal 12px 'Font Awesome 5 Free';
    /* font-family: 'Font Awesome 5 Free'; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #124934;
    color: #124934;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    font-weight: 600;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-dark {background-color: #114a34;}
.left-side-bar.sidebar{background-color: #114a34; position:relative;}
.collapse_pan {
    position: absolute;
    right: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
    background: #343434;
}
.collapse_pan button {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0px;
    background: #1b4a34;
    border: none;
    padding: 0px 3px;
    color: #fff;
    width: 18px;
    border-radius: 0px 3px 3px 0px;
}
.sidebar-toggled .collapse_pan button .fa-angle-left:before {
    content: "\f105"!important;
}

.sidebar-toggled .collapse_pan button{color:#f9e21b;}

.dues-paid h3 span {
    border: 1px solid #496463;
    padding: 0px 6px;
    border-radius: 5px;
}

/*.horse-detail {
    border: 1px solid #d9d9d9;
	background: #f9f9f9;
}*/
.rowstyle_new{
    border: 1px solid #d9d9d9;
	background: #f9f9f9;
	height:100%;
	padding:5px;
}
.rowstyle_new .field_detail{ 
	border-bottom: 1px solid #d9d9d9;
	background: #efefef;
	padding-left:5px;
	position:relative;
}
.field_detail.pl-4:before {
    position: absolute;
    left: 6px;
    top: 13px;
    width: 12px;
    content: '';
    display: block;
    background: #9b9b9b;
    height: 1px;
}
.rowstyle_new .field_detail li:nth-child(1) {
    font-weight: 700;
    padding-right: 15px;
    width: 52%;
}

.opacity-50 {
   opacity:0.5;
}

.opacity-100 {
    opacity:1;
 }
.mt_25{ margin-top:-25px;}
.year-box ul li a {
    float: right;
    background: #1b4a34;
    color: #fff;
    border-radius: 25px;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 2;
	text-transform:uppercase;
}
.horse-search-detail {
    background: #f5f5f5;
    padding: 6px;
    box-shadow: 0px 0px 8px -4px #858585;
    border-radius: 5px;
    color: #4a6664;
}
.horse-search-detail span{ font-weight:bold; color:#333;}

/*--for paidgree--*/

.rectangle {
  position: relative;
  padding:10px 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #d1d1d1;
}


/* LEVEL-1 STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background:#333;
}


/* LEVEL-2 STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background:#333;
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background:#333;
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background:#333;
}

.level-2 {
  width: 50%;
  margin: 0 auto 40px;
  font-size:14px;
  color:#333;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background:#333;
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background:#333;
}


/* LEVEL-3 STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 99%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background:#333;
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background:#333;
}

.level-3 {
  margin-bottom: 40px;
  font-size:14px;
  color:#333;
}

.level-3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #333;
}

/* LEVEL-4 STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.level-4-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 99%;
  margin: 0 auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background:#333;
}

.level-4-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background:#333;
}

.level-4 {
  margin-bottom: 20px;
  font-size:14px;
  color:#333;
}

/* LEVEL-5 STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.level-5-wrapper {
  position: relative;
  width: 82%;
  margin-left: auto;
}

.level-5-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background:#333;
}

.level-5-wrapper li + li {
  margin-top: 20px;
}

.level-5 {
  font-weight: normal;
  font-size:14px;
  color:#333;
}

.level-5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background:#333;
}


ol {
  list-style: none;
  padding-left:0px;
}
.level-1, .level-2, .level-3, .level-4, .level-5{ text-align:center;}
.level-1 font, .level-2 font, .level-3 font, .level-4 font, .level-5 font{ display:block;}




/* MQ STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}

.rectangle{ position:relative;}
.rectangle:hover .remove{ display:block;}
.remove {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    background: #f44336;
    border-radius: 100%;
    line-height: 24px;
	display:none;
}
.remove a{color: #fff;}
.pedigreesearch{ width:100%; display:block; text-align:center; padding:5px;}
.searchfield{height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-shadow: 0px 0px 8px -4px #444444;
	margin-right:15px;
	width: 100%;
    margin-bottom: 15px;
}
/*--for transfer table--*/
.tableheader{ background:#efefef; border-bottom: 1px solid #ddd; color:#000;}
.tableheader .transfer_date{ width:19%; display:inline-block; vertical-align:top; padding:5px; border-right: 1px solid #ddd;}
.tableheader .member_id{ width:39%; display:inline-block; vertical-align:top; padding:5px; border-right: 1px solid #ddd;}
.tableheader .transfer_notes{ width:39%; display:inline-block; vertical-align:top; padding:5px;}

.tableheader .member_id.full{ width:78%; border-right:none;}

.tablebody{ border-bottom: 1px solid #efefef;}
.tablebody .transfer_date{ width:19.3%; display:inline-block; vertical-align:top; padding:5px; border-right: 1px solid #ddd;}
.tablebody .member_id{ width:39.7%; display:inline-block; vertical-align:top; padding:5px; border-right: 1px solid #ddd;}
.tablebody .transfer_notes{ width:39.3%; display:inline-block; vertical-align:top; padding:5px;}

.tablebody .member_id.full{ width:78%; border-right:none;}

.tablebody .member_id.full a {
    float: right;
    background: #1b4a34;
    color: #fff;
    border-radius: 25px;
    padding: 0px 10px;
    font-size: 10px;
    line-height: 2;
    text-transform: uppercase;
}




.full-divider{
	width: 100%;
	height: 3px;
	margin-top: 1rem;
    margin-bottom: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.form-control.small-field{ width:60px;}
.valignmiddle{ vertical-align:middle!important;}
.table {
    color: #000000;
}

/*--new 09-05-2022--*/
.sub_tab {
    margin-bottom: 5px;
}
.sub_tab ul{ list-style-type:none; padding-left:0px; display:inline-block;}
.sub_tab ul li{ display:inline-block;
}
.sub_tab ul li a{
    background-color: #c9c9c9;
    position: relative;
    padding-left: 35px;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
	color: #202020;
}
.sub_tab ul li a.active, .sub_tab ul li a:hover {
    background-color: #4a6664; text-decoration:none;
	color:#fff;
}
.sub_tab ul li a.active span, .sub_tab ul li a:hover span{ color:#fff;}
.sub_tab ul li a span {
    /*font-size: 16px;*/
	font-size: 15px;
    color: #104a34;
}
.sub_tab ul li a:before{
    content: "\f105";
    font: normal normal normal 12px 'Font Awesome 5 Free';
    /* font-family: 'Font Awesome 5 Free'; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #124934;
    color: #124934;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    font-weight: 600;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.datefield{ background:url(../img/calendar.png); background-size:24px 24px; background-repeat:no-repeat; background-position: right 5px top 6px;}
.table-with-table-head h3{
	padding: 5px;
    background: #efefef;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 0px;
}
.table-with-table-head h5{
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
    font-weight: 400;
	color: #333;
    line-height: 1.2;
}

/*--new containers--*/
.col-sm-16{
    flex: 0 0 160px;
    max-width: 160px;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
	box-sizing:border-box;
}
.col-sm-13{
    flex: 0 0 130px;
    max-width: 130px;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
	box-sizing:border-box;
}
.col-sm-19{
    flex: 0 0 190px;
    max-width: 190px;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
	box-sizing:border-box;
}

.form-switch.form-check  {
    padding-left: 2.5em;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-switch.form-check .form-check-label {
    margin-bottom: 0;
    padding-left: 22px;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -22px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-switch .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -16px
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-check-input:checked {
    background-color: #004b36;
    border-color: #00805e;
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-spin,
.la-ball-spin > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-spin {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-spin.la-dark {
    color: #333;
}
.la-ball-spin > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-spin {
    width: 32px;
    height: 32px;
}
.la-ball-spin > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin 1s infinite ease-in-out;
       -moz-animation: ball-spin 1s infinite ease-in-out;
         -o-animation: ball-spin 1s infinite ease-in-out;
            animation: ball-spin 1s infinite ease-in-out;
}
.la-ball-spin > div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -1.125s;
       -moz-animation-delay: -1.125s;
         -o-animation-delay: -1.125s;
            animation-delay: -1.125s;
}
.la-ball-spin > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -1.25s;
       -moz-animation-delay: -1.25s;
         -o-animation-delay: -1.25s;
            animation-delay: -1.25s;
}
.la-ball-spin > div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -1.375s;
       -moz-animation-delay: -1.375s;
         -o-animation-delay: -1.375s;
            animation-delay: -1.375s;
}
.la-ball-spin > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -1.5s;
       -moz-animation-delay: -1.5s;
         -o-animation-delay: -1.5s;
            animation-delay: -1.5s;
}
.la-ball-spin > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -1.625s;
       -moz-animation-delay: -1.625s;
         -o-animation-delay: -1.625s;
            animation-delay: -1.625s;
}
.la-ball-spin > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -1.75s;
       -moz-animation-delay: -1.75s;
         -o-animation-delay: -1.75s;
            animation-delay: -1.75s;
}
.la-ball-spin > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -1.875s;
       -moz-animation-delay: -1.875s;
         -o-animation-delay: -1.875s;
            animation-delay: -1.875s;
}
.la-ball-spin > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: -2s;
       -moz-animation-delay: -2s;
         -o-animation-delay: -2s;
            animation-delay: -2s;
}
.la-ball-spin.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-spin.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}
.la-ball-spin.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-spin.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}
.la-ball-spin.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-spin.la-3x > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
}
@-moz-keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
             transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -moz-transform: scale(0);
             transform: scale(0);
    }
}
@-o-keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
           transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -o-transform: scale(0);
           transform: scale(0);
    }
}
@keyframes ball-spin {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;

    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 4px !important;
    padding: 6px 12px;
    height: 40px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px
}
dark-btn:hover {
background: #333;
text-decoration: none;
color: #fff;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
    display: block !important;
}
.dark-btn:hover {
background: #333;
color: #fff;
text-decoration: none;
}

.border-box-with-header{ border:1px solid #e1e8ef; background:#fff; padding:0px; margin-bottom:15px; width:100%; font-size:14px; color:#333; /*min-height:100%;*/}
.year-box{ max-height:286px; overflow-y:scroll;}

.save_horse{
    float: right;
}

.add{
    background: #1b4a34;
    color: #fff;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.add {
background: #1b4a34;
color: #fff;
border-radius: 25px;
padding: 6px 10px;
font-size: 12px;
line-height: 15px;
text-transform: uppercase;
font-weight: 400;
margin-bottom: 5px;
display: inline-block;
margin-top: 5px;
}
.add:hover{
background: #333;
color: #fff;
text-decoration: none;
}

.form-control.search_all{
    border-radius: 5px !important;
}

.pedigree_block .rectangle a{ color:#333; display:block;}
.pedigree_block .rectangle a:hover {
    text-decoration: none;    
}
.pedigree_block .rectangle a:hover font{ text-shadow:0px 0px 15px yellow;
    transition: all 0.35s ease-in-out;}
.pedigree_block .rectangle a span{    color: #4e73df;}
.add{ margin:0px auto; width:100px; display:block; color:#fff !important;}
.year-box ul li a span {border:none !important;padding:0;margin: 0;}



.full-height{ height:100vh; display: -webkit-flex; -webkit-align-items: flex-start; display: flex; align-items: flex-start;}
#systempages{background-color: #f0f5f9; color:#858796}
.full-height .vertical-center{-webkit-align-self: center; align-self: center; height:auto;}
h1.big_blue {
    color: #006b4f;
    font-size: 70px;
    font-weight: bold;
}
.save_transfer_notes {
font-size: 12px;
    padding: 5px 10px 3px 10px;
    background: #114a34;
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    display: inline-block;
    margin: 0px auto 5px;
    border:none;
    outline:none;
}
.save_transfer_notes:hover{background: #333;}
.password_hide {
    position: relative;
    margin-bottom: 15px;
}
.show-hide {position: absolute;top: 10px;right: 11px;}

a.has-child{ background:#f7e6c9; color: #003421!important; font-weight: 700; margin-top:3px!important; position:relative;}
.sidebar .nav-item .collapse .collapse-inner ul li .collapse-item {
    margin: 0px;
    color: #fff;
}
a.has-child i {
position: absolute;
right: 0px;
width: 36px;
height: 100%;
line-height: 3;
text-align: center;
top: 0px;
border-radius: 0px;
background: #003421;
color: #fff;
z-index: 99;
}
.third_lavel {
display: none;
background: #f6c23e;
border-radius: 0px 0px 5px 5px;
}
.third_lavel ul{ list-style-type:none; padding-left: 0px;}
.third_lavel ul li {
    position: relative;
    border-bottom: 1px solid #f7e6c9;
    margin: 0px 7px;
    background: #7a7a7a;
    color: #fff!important;
}
.third_lavel ul li a{ padding:8px 5px 8px 15px; display:block;}
.third_lavel ul li a:hover{ color:#fff; text-decoration:none;}
.third_lavel ul li:hover{ background:#114a34;}

.overlay-loader{ position:fixed; background:rgba(1,1,1,0.5); left:0px; top:0px; right:0px; bottom:0px;}
.loader-outer{ position:relative; left:0px; top:0px; right:0px; bottom:0px;height: 100%;
    width: 100}
.loader{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.loader img{ width:64px; height:64px;}

.third_lavel ul li a.current{
color: #fff!important;
background: #114a34 !important;
text-decoration: none;
}

.sidebar .nav-item.active .nav-link img {
    filter: sepia(80%) saturate(12000%) contrast(1000%);
    -webkit-filter: sepia(80%) saturate(12000%) contrast(1000%);
    -moz-filter: sepia(80%) saturate(12000%) contrast(1000%);
}

.img-btn{ border:none; background:none;}

.text-white{ color:#ffffff!important;}
.text-white a{ color:#ffffff!important;}
.offset-right-8 {
margin-right: 66.66666667% ;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #004b36;
    color: #fff!important;
    border-bottom: 1px solid #fff;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    border-bottom: 1px solid #efefef;
    border-radius: 0px;
}



/*--new 07-09-2022--*/

#yearselect + .btn-group{border: 1px solid #cbcbcb; min-width:180px; text-align:left;}
#yearselect + .btn-group button{ text-align:left!important;}

#horsewehave + .btn-group{border: 1px solid #cbcbcb; min-width:180px; text-align:left;}
#horsewehave + .btn-group button{ text-align:left!important;}

.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.multiselect-container>li>a {
    padding: 0;
    display: block!important;
    text-align: left!important;
    border-bottom: 1px solid #efefef!important;
}
.multiselect-container>li>a>label {
    margin: 0;
    height: 100%!important;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 7px 3px 7px!important;
    width: 100%!important;
}

.text-white{ color:#ffffff!important;}
.text-white a{ color:#ffffff!important;}


.advance_search_container{ background:#f7f7f7; border-radius:5px; padding:15px;  text-align:right; display:none; border:1px solid #efefef;}
.advance_search{ position:relative;}
.advance_search_btn{ position:absolute; top:-50px; right:15px; background:#fff; padding:5px 15px; border-radius:35px!important; color:#227f5b; text-transform:uppercase; border:2px solid #227f5b;}
.advance_search_btn:hover{ background:#333; color:#fff;}

#yearselect + .btn-group, #horsewehave + .btn-group {
    background: #fff;
    border-radius: 5px;
}
.field_box{ display:inline-block; margin-right:1%; width:18%; margin-bottom:10px;}
.field_box.large{width:42%;}
.field_box label{ width:100%; display:block; text-align:left;}
.field_box.lebel_right {
    width: 100%;
    text-align: left;
    padding-left: 21px;
}
.field_box.lebel_right .form-check-inline.form-switch{ margin-right:25px;}
.field_box.lebel_right label {
    width: auto;
    display: inline-block;
    text-align: left;
    padding-left: 0px!important;
}
.ms-options ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: block;
    border-top: 1px solid #efefef;
	width:100%;
}

.fixed-width-cjeckbox .form-check-inline {
    width: 32%;
	border:1px solid #efefef; padding:5px 10px; margin-right:0px; margin-left:0px; cursor:pointer;
}
.fixed-width-cjeckbox .form-check-inline label{ cursor:pointer;}
.fixed-width-cjeckbox .form-check-inline:hover{ background:#efefef;}

.select_2_field_box {
    width: 200px;
    display: inline-block;
    vertical-align: top;	
    margin-left: 25px;
}

.select_2_field_box span.select2.select2-container.select2-container--default {
    width: 74% !important;
    display: inline-block !important;
    text-align: left;
}


/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 7px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #efefef;
    border-radius: 5px;
    border: 1px solid #333;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #004b36;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-small {
    background: #114a34;
    padding: 2px 5px;
    border-radius: 35px!important;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #227f5b;
    font-size: 12px;
    margin-right: 9px;
    margin-top: -8px;
}
.btn-small:hover{ background:#333; color:#fff;}


.export-btn{
    background: #114a34;
    padding: 4px 10px;
    border-radius: 35px!important;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #227f5b;
    font-size: 14px;
    margin-right: 9px;
    margin-top: -8px;
}
.export-btn:hover{ background:#333; color:#fff;}

.gold_select{
    width: 200px !important;
}
.custom_legend{ list-style-type:none; text-align:center;}
.custom_legend li{ display:inline-block; margin:0px 5px;}
.custom_legend li span.custom_legend_bullet{ width:34px; margin-right:15px; display:inline-block; vertical-align:top;}
.custom_legend li span.label{ width:auto; margin-right:5px; display:inline-block; vertical-align:top;}

div#print_site_roaster_button {
    float: right;
    margin-top: 15px;
}

.watermark{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.watermark img{
    opacity: 0.5;
}

.site_check_in_header{
    margin-top: -40px;
    padding-bottom: 10px;
}
.site_check_in_header h3{
    font-family:"Times New Roman";
    font-weight: bold;
}
.pending_inspection{
    padding-top: 15px;

}
.pending_inspection label{
    vertical-align: top;
    display: inline-block;
}
.pending_inspection input{
    top: -3px;
    vertical-align: top;
    display: inline-block;
}
.custom-switch.pending_inspection {
padding-top: 10px;
}
.custom-switch.pending_inspection .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #ffe04f;
border-radius: 0.5rem;
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
top: 2px;
}
.custom-switch.pending_inspection .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
top: 0px;
}
.custom-switch.pending_inspection .custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #004b36 solid 1px;
}
.custom-switch.pending_inspection .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
top: 0px;
}
.custom-switch.pending_inspection .custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
border-color: #004b36;
background-color: #004b36;
}
.custom-switch.pending_inspection .custom-control-input:checked ~ .custom-control-label::after {
background-color: #ffe04b;
transform: translateX(0.75rem);
}

.member_ststus_heading {
display: inline-block;
vertical-align: top;
padding: 0px 15px;
}
.member_ststus_heading h1 {
font-size: 20px;
padding-top: 5px;
}
.first_year {
display: inline-block;
vertical-align: top;
width: 100px;
margin: 0px 15px 0px 0px;
}
.second_year {
width: 100px;
display: inline-block;
vertical-align: top;
margin: 0px 15px 0px 0px;
}
.include_na {
display: inline-block;
vertical-align: top;
margin: 0px 15px 0px 0px;
}
.include_unpaid {
display: inline-block;
vertical-align: top;
margin: 0px 15px 0px 0px;
}
.comppare {
display: inline-block;
vertical-align: top;
margin: 0px 15px;
}

@media print {
#print_site_roaster_button{display:none;}
.watermark{
    position: fixed;
    top: 50%;
    left: 50%;
}
}