* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
    color-adjust: exact !important;                 /*Firefox*/
}
.arrowDark {
    opacity: 1 !important;
    color: #fff;
}
.chosen-disabled{
    background-color: #d2d2d2 !important;
}
#view_password {
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 19px;
    cursor: pointer;
    color: #223035;
}
#view_password:hover {
    
    color: grey;
}
.notDisable{background: #fff !important;}
.maintainance{
    text-align: center;
background: #fbfb3e;
color: #333;
}
select {

  /* styling */
  background-color: white; 
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em; 

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.overlay_new{
    background: #f2f2f2 url(https://www.fourmodules.com/assets/img/gif1.gif) no-repeat 50% 50%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    
}
.label#allError {
    color: red;
    font-weight: bold;
    margin-top: 0px;
    text-align: center!important;
}



/* kuldeep */


 .Add_Program_id a{ margin-right: 0%;}

#edit_startDateModel{margin-top:0px;}

#edit_startDateModel .modal-body{padding:0px;}
.analysis {
    color: #06FC2B !important;
}
.analysis:hover {
    text-decoration: underline;
}
#edit_startDateModel .form-group{width:100%; float: left; margin: 4px;}


#edit_startDateModel .modal-header{border-bottom: 1px solid #616263 !important; padding:10px 9px;}

#edit_startDateModel .button_left {position: inherit; width: 100%;}

/*#edit_startDateModel label{margin-left: 0px;}*/

#editDurationError{color:#f7973e;}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}




select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%)  !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em  !important;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat  !important;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}





select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc) !important;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em !important;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em !important;
  background-repeat: no-repeat !important;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: none;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
#pie-chart{
   margin: 0 auto;
}

/******************************changes enquiry css start 19-12-18*********************************/

.input-group.date {
	top: 30px;
}
.hideClassCate {
	display: none;
}
.mybutton {
	padding: 15px 18px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #000000;
	background: #DCDCDC;
	background-image: linear-gradient( #F5F5F5, #C3C3C3);
	-webkit-background-image: linear-gradient( #F5F5F5, #C3C3C3);
	-ms-background-image: linear-gradient( #F5F5F5, #C3C3C3);
	-moz-background-image: linear-gradient( #F5F5F5, #C3C3C3);
	-o-background-image: linear-gradient( #F5F5F5, #C3C3C3);
	border-radius: 20px; 
	margin-right: 5px!important; 
	width: 108px;
	height: 40px;
	line-height: 0px;
	border: 1px solid #000;
/*	position: absolute;
	bottom: -23px;
	left: -9px;*/
	font-size: 14px;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
        float:left;
        width: 100%;
}
 
input:checked + .mybutton{
	background: #878787;
	border: 1px solid #000;
	box-shadow: inset 2px -1px 10px #000000ad;
	background-image: linear-gradient( #797979, #8E8E8E);
	-webkit-background-image: linear-gradient( #797979, #8E8E8E);
	-ms-background-image: linear-gradient( #797979, #8E8E8E);
	-moz-background-image: linear-gradient( #797979, #8E8E8E);
	-o-background-image: linear-gradient( #797979, #8E8E8E); 
}

.checkbox_container .tick:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

span.mybutton.offline_btn {
	left: 125px;
}
span.mybutton.computer_btn {
	width: 230px;
	margin-right: 10px;
}
.error{
	
	background-color: #fbe3e4 !important;
border: 1px solid #fbc2c4 !important;
color: #8a1f11 !important;
}
.modal-header.ielts_modal_header {
	border-bottom: 1px solid #ffffff4f;
}
 span.gender_label {
    font-size: 12px;
}
.error1{
    background: #fbe3e4 !important;
}
div#installment__inner {
    margin-top: 10px;
}
.found_msg{
    color: #fff;
    margin-left: 23px;
}
.modal-footer.mymodal-footer {
     padding-top: 5px;
    border-top: 1px solid #6b6a6a;
}
div#ielts_message {
    padding-bottom: 35px;
    /*padding-top: 30px;*/
}
input#discounted_amt {
    padding-left: 22px;
}

div#ielts_modal {
	background-color: rgb(255,255,255,0.3);
}
div#another_popup {
	background-color: #223035;
}
.button_left{
      position: absolute;
      width: 85%;
      border-radius: 30px 30px 30px 30px !important
      height: 35px;
 }            
.button_right{
    position: absolute;
    width: 37%;
    left: 56%;
    border-radius: 0 30px 30px 0 !important;
    padding-left: 5px !important;                
}
.choose:after{
  content:"\f093"!important;
  border-radius: 0 30px 30px 0 !important;
  height:auto !important;
  font-family: FontAwesome;
}
.choose{
  font-size: 11px!important;
  letter-spacing: 0px!important;
  text-transform: none!important;
  font-weight: 400!important;
  height:auto !important;
}
.choose_custom-file-input{
    height:auto !important;
}
.content .error{
    color: #636c72 !important; 
}
.contact{
  height: auto!important;
}

a.mynavlink {
    box-shadow: 0 7px 30px rgba(34, 48, 53, 0.81) !important;
}
.followpills{ 
        color: #fff;
        background-color: #223035;
        box-shadow: 0 7px 30px rgba(34, 48, 53, 0.81) !important;
        padding: 5px 7px;
        border-radius: 5px;
        width: 20%;
        margin-left: 15px;
        margin-bottom: 12px;
        box-shadow: 0 7px 30px rgba(34, 48, 53, 0.81) !important;
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        /*margin-top: 9px;*/
    }
.tooltip1 {
        position: relative;
        display: inline-block;
      }

      .tooltip1 .tooltiptext {
        visibility: hidden;
        padding: 7px;
        width: 250px;
        background-color:#223035;
        color: #f8f9fa;
        text-align: center;
        border-radius: 6px; 
        position: absolute;
        z-index: 1;
        bottom: -200%;
        left: 80%;
        opacity: 0;
        transition: opacity 0.3s;
        border: 1px solid #f8f9fa;
      }
.tooltip1 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 52%;
    left: -3%;
    margin-left: -7px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: scale(1.6) rotate(90deg);
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
a#tooltip {
    color: #008cff;
    font-weight: bold;
}
span.myclose_btn {
  background-color: #fff;
  color: #000;
  border-radius: 20px;
  padding: 0px 5px;
  cursor: pointer;
  margin-left:-2%;
}
span.myclose_btn:hover {
    color: #fff;
    background-color: #000;
}
a.add_button_black {
    color: #fff;
     margin-top: 0px;
}
             /*.add_button_black {
                margin-right: 10px;
                background-color: #fff !important;
                color: #223035 !important;
                border: 1px solid #fff !important;
            }*/
span.add_plus{
     color: #fff;
}
.add_button {
    color: #fff !important;
    padding: 0px;
    margin-left: 7px;
}
  .add_button:hover {
    color: #fff!important;
}

span.chk {
     margin-left: 10px;
}
.btn_style{
    border-radius:30px 0 0 30px !important;
    height: 35px;
    margin-bottom: 0.8rem;
}
span.rup_symbol {
   margin-top: 0;
position: absolute;
z-index: 1;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
height: 31px;
width: 20px;
padding: 4px;
color: #fff;
font-size: 10px;
}
span.per_symbol{
      margin-top: 0px;
      position: absolute;
      z-index: 1;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
      height: 31px;
      width: 20px;
      padding: 3px;
      right: 7%;
      font-weight: bold;
      color: #fff;
      font-size: 14px;
      cursor: context-menu;
}
.close_btn{
  position: absolute;
  top: -11px;
  left: 99%;
  float: right;
}
.fm_enroll__block{
      margin-top: 15px;
}
/*div#searched_content {
    color: #fff;
    margin-top: 12px;
}*/
@media screen and (max-width: 575px) {
  .cusSearch
  { 
      margin: 0 auto !important;
      width: auto;
  }
  .cussearchbtn
  { 
    text-align: center;
  }
  .cussearchbtn .search_submit
  { 
    width: auto;
    margin: 10px 0 0px 0 !important;
  }
}
@media screen and (max-width: 767px) {
.custom_padding_top
{
    padding-top: 24px; 
}
.custom_padding_bottom
{
    padding-bottom: 36px;
}




#edit_startDateModel .form-group {
    width: 100%;
    float: left;
    margin: 4px;
padding: 0px;}

#edit_startDateModel {padding-right: 0px;

display: none;

margin-top: 70px;}

}
#searched_content .table-bordered td, #searched_content .table-bordered th { 
    text-align: center;
}

#searched_content td input[type="radio"] {
  float: left;
  margin: 0px 15px;
  /*width: 100%;*/
  cursor: pointer;
}
#search_old_enrolment .search_submit {
  margin-left: -24px;
  padding: 7px 15px;
}
 
.timepicker .timepicker-picker .btn-primary {
   color: #fff !important;
   background-color: #223035 !important;
   border-color: #223035 !important;
}
.timepicker .timepicker-picker .btn-primary:hover {
   color: #333 !important;
   background-color: #fff !important;
   border-color: #75808a !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
   padding: 10px 10px 0 10px !important;
   border-radius: 10px !important;
    text-align: center !important;
} 


/******************************changes enquiry css end 19-12-18*********************************/


/******************************changes enquiry css end 04-12-19*********************************/
.pay_method{
  width: 100%;
  margin-left: 20%;
}
 .pay_method img{
  width: 25px;
  height: 20px;
 }
.pay_method ul li{
    color: #223035;
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
    text-align: center;
    float: left;
}
/* .pay_method::before{
    background-image: url('');
}*/

.install_detail {
  margin-left: 30px;
  margin-top: 10px;
}
.install_detail ul li{
  padding: 5px;
  float: left;
  margin-right: 5px;
  background: #223035;
  color: #fff;
  border-radius: 3px;
}
/*.enrol_txt {
      margin-left: -9px;
}*/

 .enrol_txt ul{
    list-style: none;
    margin-left: -30px;
    margin-top: 0px;
    /*cursor: context-menu;*/
}
.topup_course_wrap {
  /*background: #222f35;*/
  width: 50%;
  float: right;
  color:#223035ad;
  padding: 2px 10px;
  margin-top: 10px;
  box-shadow: 0 2px 20px rgba(34, 48, 53, 0.30)!important;
}
.topup_course_wrap ul li{
  border-bottom: 1px solid #ffffff0d;
  line-height: 35px;
}
.topup_course_wrap ul li:last-child{
  border:none;
}
.topup_course_wrap ul li::before{
  content: "\f101";
  font-family: FontAwesome;
  margin-right: 7px;
}
span#cms_batch {
    line-height: 30px;
    font-size:12px;
    color: #223035ad;
}
.enrol_txt ul li{
    float: left;
    line-height: 19px;
    padding: 0px 6px 0px 20px;
    border-radius: 2px;
    /*border:1px solid #52545478;*/
    color: #223035;
    /*margin-bottom: 5px;*/
    width: 55%;
    /*margin-left: 20px;*/
}

/*#cms_details {
    background: linear-gradient(45deg,#16792d,#45a247) !important;
    border-radius: 12px;
    padding: 3px 7px;
    color: #fff !important;

}*/
.enrol_txt #cms_details {
   
    /*background: #223035;*/
    /*padding: 6px 5px;
    position: relative;*/
    color: #223035cf;
    font-weight: 600;
   line-height: 30px;
   font-size: 12px;
    /*width: 45%; */
    /*right: -6px;*/
    text-align: left;
    /*float: right*/
}
.enrol_txt #cms_details a{
  color: #fff;
}
/*.enrol_txt #cms_details::before{
      content: "";
      border-right: 6px solid #223035;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      position: absolute;
      left: -6px;
      top: 9px;
}*/
.program_txt {
      width: 45%;
      float: left;
      margin-left: 16px;
}
span.topbold {
      font-weight: 600;
      /*color: #EB7D37;*/
}
.enrol_txtab ul{
  list-style: none;
}
label.topbtnlabel {
    margin-top: 2px;
}
.enrol_txtab {
  height: 40px;
  width: 100%;
  /*border: 1px solid #333;*/
  float: left;    
  margin-right: 10px;
}
span#cms_batchtab {
    line-height: 35px;
}
/*.enrol_txtab ul li{
    line-height: 19px;
    border-radius: 2px;
    color: #223035;
}*/
           
.enrol_txtab #cms_detailstab {
      /*background: #223035;*/
      padding: 11px 15px;
      position: relative;
      color: #223035;
      font-weight: 600;
      width: 50%;
      text-align: center;
      float: right;
      top: 0px;
      line-height: 16px;
}
/*.enrol_txtab #cms_detailstab::before{
    content: "";
    border-right: 6px solid #223035;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -6px;
    top: 10px;
}*/
/* Acordeon styles */
.cms_tab {
/*  position: relative;
  margin-bottom: 1px;
  color: #000;
  overflow: hidden;*/
  /*margin-left: 20px;*/
   width: 100%;

}
.cms_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cms_tab label {
  position: relative;
  display: block;
  /*padding: 0 0 0 1em;*/
  /*background: #16a085;*/
  /*font-weight: 600;*/
  /*line-height: 2;*/
  cursor: pointer;
  /*border:1px solid #333;*/
  width: 100%;
  /*float: left;*/
  margin-top: 4px;
}
/*.blue label {
  background: #2980b9;
}*/
.cms_tab-content {
  max-height: 0;
  overflow: hidden;
  /*background: #1abc9c;*/
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  width: 100%;
}
/*.blue .cms_tab-content {
  background: #3498db;
}*/
.cms_tab-content p {
  margin: 1em;
}
/* :checked */
.cms_tab input:checked ~ .cms_tab-content {
  max-height: 100vh;
      padding: 0px 10px;
}
/* Icon */
.cms_tab label::after {
    position: absolute;
    left: 10px!important;
    top: 6px;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #223035;
    border-radius: 3px;
}
.cms_tab input[type=checkbox] + label::after {
  content: "+";
}
.cms_tab input[type=radio] + label::after {
  content: "\25BC";
}
.cms_tab input[type=checkbox]:checked + label::after {
  transform: rotate(320deg);
  -webkit-transform: rotate(320deg);
  -moz-transform: rotate(320deg);
  -ms-transform: rotate(320deg);
  -o-transform: rotate(320deg);
      /*color: #eb7d37;*/
 /* content: "\f00d";
  font-family: "FontAwesome";*/
}
.cms_tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
   -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/*end tabs*/

#edit label{
  color: #223035;
  margin-left: 25px;
}
.view_head {
    border-bottom: 1px solid #eee;
    /*padding: 2px;*/
}
.view_head h4 {
    color: #223035;
    font-weight: 600;
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 1.0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    /*margin-left: 24px;*/
}
.change_image {
    position: absolute;
    bottom: 7%;
    right:15%;
    z-index: 12;
    background: #223035;
    padding: 2px 3px;
    cursor: pointer;
    border-radius: 20px;
    border: 3px solid #fff;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    line-height: 10px;
}
.bg-top{
    background: #223035;
    height:75px;
}
.cms-profile {
    position: absolute;
    z-index: 1;
    top: 25px;
    width: 100%;
}
.mainbox {
    margin-bottom: 10px;
}
.enrol_head{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #414242de;
    color: #fff;
    padding: 5px 10px;
    border-left: 3px solid #EB7D37;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.apply_method {
    margin-top: 10px;
}
.apply_method::after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 15px solid #223035;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
}
.apply_method::before {
  content: "";  
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  position: absolute; left: 0; top: 0;
  /*padding: 30px 40px 0 80px;*/
}

input.generated_code {
      color: #21b126;
      font-weight: bold;
      background: #2f3d42;
      border: none!important;
      text-align: center;
      width: 100%;
  }
  a.close.Closeid {
      position: absolute;
      right: 0px;
      top: -15px;
      background: #000;
      /* padding: 2px; */
      border-radius: 14px;
      font-size: 14px;
      border: 1px solid #fff;
      width: 20px;
      height: 20px;
      line-height: 15px;
      color: #fff;
      opacity: 0.8!important;
  }
  a.close.Closeid :hover{
      opacity: 0.4;
  }
  div.alert-apply {
      background: #2f3d42;
      padding: 5px;
      color: #fff;
      font-size: 12px!important;
      /* border-radius: 20px; */
      text-align: center;
      border-left: 5px solid #00e673;
      /* margin-bottom: 20px; */
      top: 20px;
      /* width: 100%; */
      margin-left: 8px;
      /* border-right: 5px solid #2da031; */
  }
  .act_code {
      background: #4e4e4e;
      /*padding: 4px;*/
      line-height: 29px;
  }
  span#act_code {
      background: #f18b49;
      padding: 5px 10px;
  }
  span#activationCode {
      margin-left: 12px;
      color: #fff;
  }
  
           span#act_code::after{
      content: "";
      border-left: 10px solid #f18b49;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      position: absolute;
      right: 45%;
      top: 4px;
  }
  span#walletBalance {
      font-weight: bold;
      color: #f18b49;
      font-size: 16px;
      background: transparent;
      padding: 5px 15px;
      border-radius: 2px;
      border: 1px solid #dee2e670;
  }
  span#pteBalance {
      color: #f18b49;
      font-weight: bold;
      font-size: 14px;
  }
 /* .activatebtn{
      width: 100%;
      top: 27px!important;
  }*/
  i.fa.fa-exclamation-triangle {
      color: #eb7d37;
      margin-top: 12px;
      font-size: 16px;
      margin-right: 10px;
  }
     #packActivatedHide
  {
      display:none;
  }

li.info_details{
  background: transparent!important;
}
li.info_details i {
    color: #000;
}
.modal-content.stu_img {
    background: transparent;
    border: none;
}
.close.imgclose {
    padding: 0px!important;
    margin: -1rem 9rem -3rem auto!important;
    cursor: pointer;
    background: #EB7D37;
    color: #fff;
    border-radius: 20px;
    font-size: 17px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -16%;
    top: 18px;
    z-index: 1;
}
span.cursor_cust {
    position: absolute;
    margin-top: -2%;
    left: 78%;
    cursor: pointer;
    float: left;
}
.btn-dark-sm{
    height: 20px!important;
    line-height: 12px!important;
    border-radius: 12px;
    border: none!important;
    color: #fff !important;
    font-weight: 600;
    background: #fff;
    font-size: 11px;
    cursor: pointer;
    padding: 3px 7px;
     margin-right: 4%;
}
.btn-dark-sm:hover{
  background:#223035; 
  color: #fff!important;
}
.assignbtn{
  margin-top: 35px;
}

.badge_link a{
  color: #fff;
}
.topup_btn a {
    /*float: left;*/
    margin-right: 0px;
}

.topup_btn {margin: 3px 0px 0px 10px;
    float: right;
}
.topup_right {
    float: right;
    margin:3px 0px;
}

.stu_view{
  border:none!important;
}

/*=========================06-01-2019==========================*/
.user-box_logo {
    width: 110px;
    height: 110px;
}
img.cms_logo_img {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    margin-top: 10px;
}
.enrol_left h4{
  margin-left: 0px!important;
}
.cms_list-details{
  border:1px solid rgba(0, 0, 0, .125);
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 10px;
}
/*=========================07-01-2019==========================*/
.baron__clipper {
    position: relative;
    overflow: hidden;
}
.baron__scroller {
    overflow-y: scroll;
    -ms-overflow-style: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 240px;
    -webkit-overflow-scrolling: touch;
    /* remove line to customize scrollbar in iOs */
}
.baron__scroller::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.baron__track {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.baron._scrollbar .baron__track {
    display: block;
}
.baron__free {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.baron__bar {
    display: none;
    position: absolute;
    right: 0;    
    z-index: 1;
    width: 6px;
    background: #6b6b6b;
    border-radius: 10px;
}
.baron._scrollbar .baron__bar {
    display: block;
}
.baron__control {
    display: none;
}
.baron {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 50%;*/
    white-space: normal;
}
li.recent {
  width:45%;
  float: left; 
  margin-bottom: 10px!important; 
  margin-left: 10px;
}
ul.listspancolor span{
  color: #cec9c9;
  text-transform: capitalize;
}
.group_box {
    background: #c7c7c7;
    padding: 0px 5px!important;
    border-radius: 10px;
    min-height: 65px;
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
}
.group_box input[type='text'] {
  background: transparent;
  border: none;
  text-align: left;
}
.rightMsg{
text-align: right;
margin-top: 25px!important;
}
#groupDate{
color: #fff;
font-size:12px;
text-align: right;
margin-top: 32px;
}
.follow_btn button {
      position: absolute;
      /*height: 50px;*/
      background: transparent;
      top: -8px;
      border: 1px solid #223035;
      line-height: 14px;
      left: 6px;
      color: #223035;
}
 .follow_btn button:hover{
    border: none;
    background:#000;
    color: #fff;
    border: 1px solid #fff;
    
 }
input#new_remarks {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    border: none!important;
    margin-top: 15px;
}
/*pressed Button */
/*input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}*/
/*label { 
  -webkit-appearance: push-button;
  -moz-appearance: button; 
  display: inline-block;
  margin: 10px 0 10px 0;
  cursor: pointer;
}*/

/* Default State */
.pausebtn {
   background: #DCDCDC;
    background-image: linear-gradient( #F5F5F5, #C3C3C3);
    -webkit-background-image: linear-gradient( #F5F5F5, #C3C3C3);
    -ms-background-image: linear-gradient( #F5F5F5, #C3C3C3);
    -moz-background-image: linear-gradient( #F5F5F5, #C3C3C3);
    -o-background-image: linear-gradient( #F5F5F5, #C3C3C3);
   /*width: 400px;*/
   /*height: 100px;*/
   line-height: 9px;
   color: #223035;
   text-align: center;
   text-transform: capitalize;
   /*border:1px solid #223035;*/
}

/* Toggled State */
input[type=checkbox]:checked ~ .pausebtn {
   background: #878787;
    border: 1px solid #000;
    box-shadow: inset 2px -1px 10px #000000ad;
    background-image: linear-gradient( #797979, #8E8E8E);
    -webkit-background-image: linear-gradient( #797979, #8E8E8E);
    -ms-background-image: linear-gradient( #797979, #8E8E8E);
    -moz-background-image: linear-gradient( #797979, #8E8E8E);
    -o-background-image: linear-gradient( #797979, #8E8E8E);
    color: #fff;
}
label.error{
	display:none !important;
}
.centre_head {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.centre_head h4{
    color: #223035;
    font-weight: 600;
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 1.0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#edit label{
    margin-left: 7px!important;
}
.centreWrap{
    padding:0px 10px 10px 10px;
}
.enquiry-profile {
    height: 180px;
}
label.change_image.changeimg_size {
    right: 34%;
    top: 18%;
}
i#rightArrow{
  display: none;
}
span.del-closebtn {
    background: #37963f;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: -3px;
    right: 0;
    line-height: 12px;
    padding: 1px 3px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 8px #eee;
}

.center_images img {
    display: block;
}
.quicklinks{
  margin-left: 0px;
  margin-bottom: 0px;
      padding: 10px;
}
.quicklinks a {
    height: 34px!important;
    line-height: 22px;
    color: #fff;
    float: unset; 
    /*width: 11rem!important;*/
    /*padding: 7px;*/
    font-size: .80rem;
    text-align: center;
    margin-bottom: 10px!important;
}
.quicklinks a:hover{
  color: rgb(255,255,255,0.5);
}
.quicklinks li {
    /*margin-left: -10px;*/
}

/*ul.piegraph li {
    height: 30px;
    list-style: none;
    margin-bottom: 10px;
    
}*/
.piegraph li {
    height: 35px;
}
.piegraph a {
    line-height: 22px;
    height: 35px;
}

span.genderbtn {
    line-height: 10px;
}
.assign_btn{
  height:34px!important;
}
span#assign_txt{
  line-height: 25px;
}
.btn-gradient_forestanimate {
  font-family: "roboto",sans-serif;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  border:0;
  text-decoration: none;
  /*height: 22px;*/
  line-height: 11px;

}


.btn-gradient_forestanimate{background-image: linear-gradient(to right, #1ecbf1 0%, #0f6db4 51%, #00d2ff 100%)}
.btn-gradient_forestanimate:hover{ color:#fff;background-position: right center; }

/*orange animate btn*/
.btn-gradient_orangeanimate {
  font-family: "roboto",sans-serif;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  border:0;
  text-decoration: none;
  /*height: 22px;*/
  line-height: 11px;

}


.btn-gradient_orangeanimate{background-image: linear-gradient(to right, #fc4a1a 0%, #f7b733 51%, #fb6921 100%)}
.btn-gradient_orangeanimate:hover{ color:#fff;background-position: right center; }
/*green animate*/
.btn-gradient_greenanimate {
  font-family: "roboto",sans-serif;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  border:0;
  text-decoration: none;
  height: 22px;
  line-height: 11px;

}


.btn-gradient_greenanimate{background-image: linear-gradient(to right, #16792d 0%, #45a247 51%, #0b7524 100%)}
.btn-gradient_greenanimate:hover{ color:#fff;background-position: right center; }

/*pink animate*/
.btn-gradient_pinkanimate {
  font-family: "roboto",sans-serif;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  border:0;
  text-decoration: none;
  height: 22px;
  line-height: 11px;

}


.btn-gradient_pinkanimate{background-image: linear-gradient(to right, #bc4e9c 0%, #f80759 51%, #bc4e9c 100%)}
.btn-gradient_pinkanimate:hover{ color:#fff;background-position: right center; }


/*pink animate*/
.btn-gradient_purpleanimate {
  font-family: "roboto",sans-serif;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  border:0;
  text-decoration: none;
  height: 22px;
  line-height: 11px;

}


.btn-gradient_purpleanimate{background-image: linear-gradient(to right, #429dea 0%, #1a1d98 51%, #277edc 100%)}
.btn-gradient_purpleanimate:hover{ color:#fff;background-position: right center; }
/*red animate*/
.btn-gradient_redanimate {
  font-family: "roboto",sans-serif;
  padding: 5px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #FFF;
  box-shadow: 0 0 20px #eee;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  cursor: pointer;
  display: inline-block;
  border-radius: 25px;
  border:0;
  text-decoration: none;
  /*height: 22px;*/
  line-height: 11px;

}


.btn-gradient_redanimate{background-image: linear-gradient(to right, #90040b 0%, #fb382c 51%, #90040b 100%)}
.btn-gradient_redanimate:hover{ color:#fff;background-position: right center; }
#ExamCalendar .col.after-month, #ExamCalendar .col.before-month { 
	opacity: 0;
}

.centerPer:hover + #tooltip
{
	display: block;
}
.centerPer+#tooltip{
	display: none; 
	background-color: #eb7d37;
	width: 100%;
	height: auto;
	color: #fff;
	border-radius: 7px;
	padding: 10px;
	margin-top: -30px;
	position: absolute;
	z-index: 9999999;
	border: 2px solid #f99c62;
}

#tooltip::before,  #tooltip::after {
	content: '';
	position: absolute;
}
#tooltip::after {
	width: 2em;
	height: 2em;
	top: 0%;
	margin: -1em 0 0;
	background: url(../mytheme/images/tooltip_img.png) no-repeat center center;
	background-size: 100%;
	left: -1%;
	/*z-index: -1;*/
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
}
label#allError {
    color: red;
    font-weight: bold;
    margin-top: 0px;
    text-align: center!important;
}
.mytext-success{
  color: #15ca20;
}
.mytext-success:hover{
  font-weight: bold;
}
.pagination{
    display:block!important
}
.paginationOutter ul li.disabled,.subDivReqCB .popupLeft,.subDivReqCB .reqPhoneEmail{
    display:none
}
.paginationOutter{
  float: left;
width: 96%;
position: absolute;
text-align: center;
margin: 10px 0 0px;
color: #333;
bottom: -44px;
}
.paginationOutter .showInfo{float:left;line-height:36px;}
.paginationOutter ul{
    list-style:none;
    padding:0;
    margin:0;
    float:right;
}
.paginationOutter ul li a,.paginationOutter ul li.current{
    padding:8px 18px;
    font-size:16px;
    color:#636363;
    box-sizing:border-box;
    font-family:calibri,calibriregular
}.paginationOutter ul li{
    border:none;
    cursor:pointer;
    float:left;
    margin-bottom:0!important;
    position:relative;
    width:auto!important
}
.paginationOutter ul li a{
    float:left;
    height:40px;
}
.paginationOutter ul li a:hover{
    background-color: #223035 !important;
color: #fff !important;
}
.paginationOutter ul li:first-child{
    border-radius:5px 0 0 5px
}
.paginationOutter ul li:last-child{border-radius:0 5px 5px 0
}
.paginationOutter ul li.current{

                height: 40px; 
                color: #fff;     
                border: 1px solid #343a40;
                background-color: #223035;
}
.paginationOutter ul li:hover{
    background:#223035
}
.paginationOutter ul li .fa-chevron-right{
    color:#223035; font-size:13px;padding:5px 0
}
.paginationOutter ul li:hover .fa-chevron-right{
    color:#fff;
}
.paginationOutter ul li .fa-chevron-left{
    color:#223035;font-size:12px;padding:5px 0
}
.paginationOutter ul li:hover .fa-chevron-left{
    color:#fff;
}
.paginationOutter ul li.dots:hover{background:none;}
.paginationOutter ul li.dots:hover a{color:#636363 !important;}
.morris-hover.morris-default-style {

    background: #fff;
    padding: 7px;
    color: #223035 !important;
    border-radius: 5px;

}
.deductmsg {
    color: 
    #00e673;
    font-size: 11px;
    margin-top: 2px;
    margin-left: 8px;
}
.paginationOutter .showInfo{
    margin-left: 80px !important;
}
.active.start-date:not(.off), .active.end-date:not(.off) {
    background-color:#223035 !important;
}
.in-range{
    background-color:#9787833d !important;
}