/*@import url(http://weloveiconfonts.com/api/?family=entypo);*/
label.error {
    color: red !important;
    font-size: 12px !important;
    font-weight: bold;
}
.link {
	color: gray;
}
.msg_icon{
  font-size: 27px;
  padding-top: 1px;
}
.infos-text {
  padding-top: 1px;
  font-size: 25px;
  margin-left: 7px;
}
.btn.margin_top_24 {
    margin-top: 24px;
}
.register_detail_gender div .radio input {
    float: left;
    margin: 1px 10px 0 0;
    padding: 2px 0 0;
    position: inherit;
}
.register_detail_gender div .radio label {
    float: left;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding: 0;
    width: auto;
}
.padding-left10{
	padding-left:10px;
}
.student_info .radio input {
  margin: 6px 3px 7px -10px;
  position: relative;
  top: 3px;
}
.alert {
	float:left;
    margin:10px 0 0 0;
    width:100%;
	}
.loading_image {
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 2px 2px 10px 2px #acacac;
    display: inline-block;
    //margin: 17% auto;
    padding: 35px 20px;
    width: 115px;
    z-index: 5000999;
	}
.valid {
	display: inline-block;
    
    //text-align: center;
    width: 100%;
	position:relative;	
	}
.ld {
     background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    float: left;
    height: 100%;
    top:0;
    left:0;
    position: fixed;
    text-align: center;
    width: 100%;
     z-index: 9999;
	}
#loader_div > table {
    float: left;
    height: 100%;
    text-align: center;
    width: 100%;
	}
#loader_div td {
    vertical-align: middle;
	}

.margin_top_23{
	margin-top: 23px;
	}
.margin-left-6{
	margin-left: 6px!important;
	}
.pagination > span  {
	background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
	}
.margin-left-20{
	margin-left: -20px !important;
}
.margn-left-6{
	margin-left: 6px !important;
}

.sales_personal_inner label {
    float: left;
    font-family: open_sansregular;
    font-size: 14px;
    font-weight: normal;
    min-width: 29%;
    width: 29%;
}

.checkbox_text{
	margin-left: 10px;
	font-size:	18px;
}
.exit_button {
    margin-bottom: 10px;
    margin-right: 80px;
}
.search_container {
    float: left;
    padding: 0;
    width: 100%;
}
.search_container a {
    float: left;
    width: auto;
}
.search_container > li {
    float: left;
    list-style-type: none;
    width: 100%;
    margin:0 0 20px 0;
}


/*      Country/State/City {29-Sep-2015}    */


[data-icon]:after {
  font-family: "entypo";
  content: attr(data-icon);
  speak: none;
}
input[type="search"] {
  height: 36px;
  padding: 0;
  line-height: 32px;
  color: #555;
  border: 1px solid #ccc;
  text-indent: 12px;
  outline: none;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-input-placeholder {
  color: transparent;
}
input[type="search"]::-moz-input-placeholder {
  color: transparent;
}
input[type="search"]:-ms-input-placeholder {
  color: transparent;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: white;
  text-align: left;
  cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button:before, input[type="search"]::-webkit-search-results-button:before, input[type="search"]::-webkit-search-results-decoration:before {
  position: absolute;
  content: 'x';
  font-style: normal;
}
input[type="search"]:invalid {
  border: 0 !important;
}
input[type="search"]:invalid::-webkit-search-cancel-button:before, input[type="search"]:invalid::-webkit-search-results-button:before, input[type="search"]:invalid::-webkit-search-results-decoration:before {
  font-family: "entypo";
  content: attr(data-icon);
}
input[type="search"] + label {
  position: absolute;
  margin: 8px 0 0 -30px;
  cursor: pointer;
}
input[type="search"] + label:before {
  position: absolute;
  content: 'Choisir';
  left: -152px;
  width: 180px;
  color: #fff;
  font: bold 14px/20px "Arial", sans-serif;
  text-align: left;
}
input[type="search"] + label:after {
  margin-left: 7px;
  color: #fff;
  content: '\25BE';
}

input[type="search"]:focus::-webkit-input-placeholder {
  font-weight: normal;
  color: #fff;
}
input[type="search"]:focus::-moz-input-placeholder {
  font-weight: normal;
  color: #fff;
}
input[type="search"]:focus:-ms-input-placeholder {
  font-weight: normal;
  color: #fff;
}
input[type="search"]:focus:invalid + label:before {
  display: none;
}
input[type="search"]:focus:invalid + label:after {
  margin-left: 4px;
  content: attr(data-icon);
}
input[type="search"]:valid + label {
  display: none;
}

.ui-autocomplete {
  width: 190px;
  max-height: 180px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  color: #555;
  border: 1px solid #000;
  border-color: #CCC;
  background:#fff;
}
.ui-autocomplete ul {
  list-style: none;
}
.ui-autocomplete li {
    font-size: 12px;
    height: 36px;
    margin: 0;
    padding-top:5px;
    white-space: nowrap;
}
.ui-autocomplete li:hover {
    background: #eee;
    color: #fff;
}
.ui-autocomplete li a {
    cursor: pointer;
    display: block;
    color:#555;
    padding: 5px 0 0 10px;
    text-decoration: none;
}

.hide-div{
 display:none;
}
.no-pad{
	padding:0px;
}
.signup-logo{
	float:right;
	margin-bottom:5%;
	color:#039ca2;
}
/*.input.radio > #StudentHolidayCamp1 {
  margin-left: 0px;
}*/
/*.input.radio > #StudentHolidayCamp2 {
  margin-left: 10px;
}*/
@media(max-width: 767px){
  .navbar-toggle{
    width: auto !important;  
  }
  nav.navbar-default {
    margin-top: -10px;
  }
  .tab_container .btn.btn-primary.pull-right {
    margin: 20px 0 !important;
  }
  .th_del {
    vertical-align: middle;
    width: 50%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    text-align: center;
  }
  .navbar-brand {
    height: auto;
    padding:15px;
  }
  .logo_container ul li {
    text-align: center;
    width: 100%;
  }
  .logo_container > span.signup-logo {
    bottom: 0;
    left: 0;
    line-height: 1.9;
    margin: 8px 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .signup-logo > li {
    margin: 5px 0 0 !important;
  }
  .team_bg_div img.img-responsive {
    float: left;
    width: 100%;
  }
  .navbar .header_container .logo_container ul {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .logo_container span a {
    float: none;
  }
  .padding_0 .guide_img {
    float: left;
    margin: 5px 0 0;
    width: 33.3%;
  }
  .register_detail > p {
    float: right;
    font-size: 14px;
    width: 40%;
  }
  .search_container li div > br {
    display: none;
  }
  .pull-right.commen-button {
    margin: -50px 0 0;
  }
  .search_container li div img {
    display: inline-block;
    float: none !important;
  }
  .search_container li div > span {
    float: none !important;
    margin: 0 !important;
  }
  .search_container li div > a {
    float: none !important;
    margin: 0 !important;
  }
}
@media(max-width: 360px){
 .padding_0 .guide_img {
    float: left;
    margin: 5px 0 0;
    width: 50%;
  } 
}
@media(max-width: 480px){
  .padding_0.advance_calendar > div {
    display: block;
    float: left;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
  }
  .day_otr {
      min-height: 130px !important;
      padding-bottom: 10px !important;
  }
  .calendar li {
    width: 50%;
  }
}
.margin-top-5{

	margin-top:5%;
}

.fixed-messages {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	overflow:auto;
}
.home-message {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: auto;
  background: white;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  font-weight: 300;
  color: #2c2928;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.2s ease-in-out;
}
.home-message .check {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(4);
  width: 110px;
  height: 110px;
  background: #10B3FF;
  color: white;
  font-size: 6.8rem;
  padding-top: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: transform 0.2s 0.25s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.1s 0.25s ease-in-out;
}
.home-message .scaledown {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.home-message p {
  font-size: 1.5rem;
  margin: 25px 0px;
  padding: 0;
}
.home-message p:nth-child(2) {
  font-size: 2.3rem;
  margin: 40px 0px 0px 0px;
}
.home-message #ok {
  position: relative;
  color: white;
  border: 0;
  width: 100%;
  height: 50px;
  border-radius: 6px;
  font-size: 1.2rem;
  transition: background 0.2s ease;
  outline: none;
}
.comein {
  top: 150px;
  opacity: 1;
}
@media(max-width: 480px)
{
	.home-message{width:300px;}
	
}
.fixed-messagesbody{
	overflow:hidden;
}


@media(max-width: 480px){
  td ul {
    padding: 0;
  }
  #no-more-tables td {
  overflow-wrap: break-word;
  min-height: 35px;
 }
  #no-more-tables td p{
  font-size: inherit;
 }
}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
  #no-more-tables td:before { 
    content: attr(data-title); 
  }
  #no-more-tables td.noteCK::before{
    width: 100%;
  }
  #no-more-tables td.noteCK {
    padding-left: 10px;
    padding-top: 35px;
  }
  .td_data input[type="file"] {
    display: block;
    width: 100%;
  }
  #no-more-tables table {
    margin: 0 0 20px;
  }
  .teacher_detail{
    margin: 0;
  }
  table .NoRecord{
    padding: 10px !important;
    width: 100% !important;
  }
  .td_data > input {
    width: 100%;
  }
  .btn {
    margin: 10px;
  }
  .teacher_personal_inner label {
  min-width: 42%;
  width: 100%;
}
.teacher_employee_detail img {
  float: left;
  width: 100%;
}
}
.student_info .input.radio > input {
  float: left;
  margin-top: 0;
}
.student_info .input.radio > label {
  margin-bottom: 20px;
}
.student_info  .checkbox label, .student_info .radio label{
  padding: 0;
}
/*.input.radio > #StudentHolidayCamp2 {
  margin-left: 0;
}*/
.input.select > label {
  display: none;
}
@media(max-width: 767px){
  #student_profile .profile_container{
    text-align: left;
  }
  #student_profile  .checkbox-inline, #student_profile .radio-inline {
    padding: 0;
  }
  .profile_heading div {
    width: 100%;
  }
  .profile_heading h2::before {
    display: none;
  }
  .profile_heading h2 {
    width: 100%;
  }
  img[alt="Chat Icon"] {
    margin: 0 !important;
  }
}
img{
  max-width: 100%;
  
}
.teacher_detail .btn {
  margin: 0 0 10px;
}

.student_info label {
  width: calc(100% - 50px);
}
.plus_icon.plus_arrow{
	float: right;
}
.student_info .radio input {
  float: left;
  width: 20px;
}
.student_info .checkbox input {
  float: left;
  margin-left: 0;
  position: static;
  width: 20px;
}
.student_info .checkbox,.student_info .radio {
  float: left;
  width: 100%;
}
.McheckBox .input.checkbox {
  margin: 0;
}
.McheckBox {
  margin: 0 0 0 -20px;
  width: 20px;
}
.profile_personal_inner p {
  overflow-wrap: break-word;
 }
 @media(max-width: 767px){
  .subject_main .align_checkbox {
    margin: 0;
  }
  .profile_personal_inner label{
    width: 100%;
  }
  .main_container .register_container form {
    float: left;  
    width: 100%;
  }
  #template-box.form-box {
    float: left;
    width: 100% !important;
    margin: 0 !important;
  }
}
.td_data input{
  max-width: 100%;
}
 .td_data > p {
  font-size: 12px;
  margin: 0 0 2px;
}
.student_info .input.radio > label {
  margin-bottom: 20px;
  width: calc(100% - 70px);
}


.padd-left-30{
	
	padding-left:30px;
	
}
.mtop-10{
	margin-top:10px;
}
.errorsubject{
	color: red !important;
   font-size: 12px !important;
   float:left;
}

.miccoming{

  max-width:23px;
}

[data-notify="container"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  height:50px;
  width: 50%;
  right:0px;
}

.premium-link{
  
  float: right !important;
  font-size: 14px !important;
  margin-left:4px !important;

}
.cloneday{

  padding-top: 10px;
}
.subject_table_dtl .multiselect.dropdown-toggle.btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #bebebe;
  border-radius: 5px;
  box-shadow: none;
  color: #888888;
  padding: 4px 10px;
}
.subject_table_dtl .multiselect-container > li > a > label.radio, .subject_table_dtl .multiselect-container > li > a > label.checkbox {
  margin: 3px 0 0 25px;
}
.subject_table_dtl .multiselect-container {
  list-style-type: none;
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
}
.subject_table_dtl .dropdown-menu > .active > a,.subject_table_dtl .dropdown-menu > .active > a:focus,.subject_table_dtl .dropdown-menu > .active > a:hover {

  color: #333;
}

.select2-container{

	min-width:100px;
}
.subject_container .padd-left-30 {
  padding-left: 20px;
}
#clone_section .checkbox-inline, #copy_clone_section .checkbox-inline{

	padding-top:0px !important;
}

.class_heading{

   float:left;
   width:auto;
}

.chatboxstu{

  bottom: 0px; right: 20px; 
  display: block !important;
}
.reddish{

  background: #fa9d9d !important;
}
.marg-right{
	margin-right:20px;
}
.student-list-video.upperframe{
	overflow-x: scroll;
}