/* EMDRAA style sheet */

/*popup close button*/
@media only screen and (max-width: 1000px){
  .pum-close{
    right: 5px !important;
  }
}

input.emdraa_button {
        color:#FFFFFF;
	font-weight:bold;
	font-family:Tahoma;
	height:25px;
	width:130px;
	outline: none;
	border:none;
}
input.emdraa_button:hover {
	background: #2E73A0 0 -26px;border:none;
}
.emdraa_loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* FaTh brief description */

.fath_brief_column {
  float: left;
  padding: 10px;
}
.fbc_left {
  width: 40%;
}
.fbc_right {
  width: 60%;
}
.fup_left {
  width: 25%;
}
.fup_right {
  width: 75%;
}
@media only screen and (max-width: 629px) {
  /* for widths less than or equal to 629 pixels */
  .fbc_left {
    width: 100%;
    float: none;
  }
  .fbc_right {
    width: 100%;
    float: none;
  }
  .fup_left {
    width: 100%;
    float: none;
  }
  .fup_right {
    width: 100%;
    float: none;
  }
}
.fath_brief_row {
  text-align: left;
  line-height: 1.2;
}
.fath_full_row {
  text-align: left;
  line-height: 1.6;
  width:100%;
}
.fath_brief_row:after {
  content: "";
  display: table;
  clear: both;
}
.fath_full_row:after {
  content: "";
  display: table;
  clear: both;
}
.fath_full_column {
  /* Assume 3 columns */
  float: left;
  padding: 10px;
  width: 33.33%;
}

/* FaTh full page */
.emdraa_cat_title {
  font-size: 20px;
  font-weight: bold;
}

/* FaTh name search */
.fath_name_autocomplete {
  position: relative;
  display: inline-block;
}
.fath_name_autocomplete-items {
  /* position: absolute; */
  position: relative;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: 500px;
}
.fath_name_autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.fath_name_autocomplete-items div:hover {
  background-color: #e9e9e9; 
}
.fath_name_autocomplete-active {
  /*  when navigating through the items using the arrow keys */
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
@media only screen and (max-width: 629px) {
  .fath_name_autocomplete {
    width: 100% !important;
  }
  #name_search {
    width: 100% !important;
  }
  .fath_name_autocomplete + div {
    /* there wasn't a class name, do it a lazy and bad way */
    /* using the 'after' identifier */
    width: 100% !important;
    margin-top: 30px;
  }
} 

.cursor_hover:hover {
  cursor: pointer;
  cursor: hand;
}

/* Fath edit details */

#descr{
  border-radius: 30px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
} 

/* Accreditation tables */
.acc_tbl{
  display: table;
  width: 80%;
  margin: auto;
}
.acc_tbl > div div{
  display: table-cell;
  padding: 5px 10px 5px 10px;
  font-family: 'Exo 2';
  font-size: 16px;
  letter-spacing: 0px;
  color: #555;
  line-height: 30px;
  text-align: left;
  float: left;
}
.acc_rh{
  display: table-header-group;
  /* width:100%; */
  text-align: center;
  float: left;
}
.acc_rw{
  text-align: left;
  width:100%;
  word-wrap: break-word;
  overflow-wrap:break-word;
  /* display: table-row; */
}
.acc_rcol {
  float: left;
}
.acc_rw:hover{
  background-color: #f3f3f3;
}
.acc_rw > div{
  border: 1px #ddd solid;
  border-width: 1px 0 0 0;
}
.acc_rw:after {
  content: "";
  display: table;
  clear: both;
}
.acc_rh > div{
  background-color: #d9edf7;
  color: #555;
  font-weight: bold;
}
.acc_rh > div:hover{
  background-color: #049cdb;
}
.acc_rh:after {
  content: "";
  display: table;
  clear: both;
}
.acc_col {
  float: left;
  padding: 10px;
  word-wrap: break-word;
}
.acc_hiddenRow {
  display: none;
  visibility: hidden;
}

/* FaTh slider */
.emdraa-range-slider {
  width:80%;
  text-align:left;
  padding: 10px;
}
.emdraa-range-slider_value {
  background-color:#3AB5E6;
  color:white;
  border-radius:3px;
  padding:6px;
  font-size:10px;
  font-weight:bold;
}
.emdraa-range-slider > input[type="range"]{
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}
.emdraa-range-slider > input[type="range"]:focus {
  outline: none;
}
.emdraa-range-slider > input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3AB5E6;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.emdraa-range-slider > input[type="range"]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 8px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
.emdraa-range-slider > input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #3AB5E6;
}
.emdraa-range-slider > input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3AB5E6;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
.emdraa-range-slider > input[type="range"]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.emdraa-range-slider > input[type="range"]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.emdraa-range-slider > input[type="range"]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.emdraa-range-slider > input[type="range"]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.emdraa-range-slider > input[type="range"]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.emdraa-range-slider > input[type="range"]:focus::-ms-fill-lower {
  background: #3071a9;
}
.emdraa-range-slider > input[type="range"]:focus::-ms-fill-upper {
  background: #367ebd;
}

.login-username label, .login-password label{
  display: inline-block !important;
}

/*Accordion for FAQ page*/
.pug_toggle_box{
  width: 100%;
  padding: 15px;
}

.pug_toggle_title{
  font-size: 26px;
  color: #444;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  cursor: pointer;
}

.pug_toggle_content{
  font-size: 18px;
  height: 0;
  overflow: hidden;
  opacity: 0; 
}

.pug_toggle_icon{
  font-size: 18px !important;
  color: #bababa;
}

.emdraa_qno {
  padding-left: 16px;
  text-indent: -16px;
  margin-left: 20px;
  margin-right: 10px;
  font-style: italic;
  font-weight: 600;
  width: 100%;
  line-height: 1.3;
}
.eqno {
  font-style: normal;
}
.emdraa_faq_title {
  font-weight: 700;
  font-size: 24px;
}
