/* Add margins between the rows of the contact form. */
#contact-form .form-section{
	margin: 20px 0;
}

/* Make the input field large as the form container. */
#contact-form input[type="text"]{
	width: 100%;
}

/* Style the validation errors */
.validation-message{
	margin: 20px 0;
	padding: 10px 20px;
	background: #fff;
	border: 3px solid #cc0000;
}

/* Style the success message */
.success-message{
	margin: 20px 0;
	padding: 10px 20px;
	background: #fff;
	border: 3px solid #00cc00;
}




   
.bg-popup{
    background-color: rgba( 0, 0, 0, 0.70 );
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;z-index: 199;opacity: 1;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;       position: fixed;
    transition: .15s ease-in-out;
}
.popup-form{
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 );
      position: absolute;
    width: 946px;
    z-index: 999;
    background: #Ffffff;
    left: 50%;
    margin-left: -468px;padding:57px 55px;
}

.customradio label.active::before{
  content: "";
    background: url(<?php bloginfo( 'template_url' ); ?>/global/images/radioselect.svg)no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    z-index: 999;margin-left:-35px;

}

.mainselectbox option:hover{
background:#67A3F9;border-radius:10px;
}
.mainselectbox option{
  padding:5px 10px;border-radius:10px;
}
.select-options {
  background-color:#E5E6E8;
}
.select-main ul li:first-child:hover{
  border-radius:10px  !important; background-color: #67A3F9 !important ; 
}
.mainselectbox:hover{
  background-color: #67A3F9 !important ; color:#fff;
}
.select-main ul li.option {
  background-color: #E5E6E8;  
}

.select-main ul li.option:hover {
  background-color: #67A3F9;
    border-radius: 10px;
}

.select-main ul li.option {
  z-index: 1;
    padding: 3px 11.5px 5px 11.5px;
    display: none;
    list-style: none;
    height: 29px;
}

.select-main ul li {
  cursor: default;position: relative;border-radius:10px;border-bottom:0px;
}
.select-main ul li:first-child::after{
  content: "";
     /* background: url(https://cdn-stage.inspirestem.com/wp-content/themes/hitachi-hta/global/images/chevron-down-frm.svg)no-repeat;  */
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    position: absolute;
    right: 8px; top: 9px; 
}
#editform label{
color:#3E3E3E;font-size:13px;font-weight:bold;margin: 0px 0 0px;
}
#editform input[type="text"],#editform input[type="email"], #editform input[type="date"]  {
    box-shadow: none;
    border-radius: 0px;
    height: 25px;
    text-transform: capitalize;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 2px;
    outline: none;
    margin-bottom: 20px;
}
#editform select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(https://cdn-stage.inspirestem.com/wp-content/themes/hitachi-hta/global/images/select-down-icon.svg)no-repeat;
    background-position: right 10px;
    background-position: 99% 8px;
    background-size: 12px 12px;
    box-shadow: none;
    border-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    outline:0 ;
    height: 25px;
    padding: 0px 5px;
}
.saveeditbutton{
  background: #10BD81;
    border: 0px;
    color: #ffffff;
    outline: 0px;
    padding: 5px 20px;
    text-decoration: none;
    margin-right: 15px;
    /* align-items: flex-end; */
    margin-top: 15px;
}
.canceleditbutton{
  background: #CCCCCC;
    border: 0px;
    padding: 5px 15px;
    text-decoration: none;
    
    /* align-items: flex-end; */
    margin-top: 15px;
}
.editformsubmit{
  display: flex;
  justify-content:flex-end;
  
}

  body {
    margin: 0px;
  }
  .cust-head{
    width:100%;    
    color:#fff;  
    background-color: #0073aa;
   /*position: sticky;
    top: 0px;*/
    font-family: Arial;
    display: table;
    position: relative; 
    padding: 0 15px;
    box-sizing: border-box;
}
.close-btn {
       /* position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;*/
    margin-top: 23px;
    float: right;
    /*margin-top: 7px;*/
    font-size:23px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    padding: 0;
    background-color: transparent;
    color: #fff;

}
.demo-box {
  float: left;
  /*width: 30%;*/
}
.demo-btn {
  text-decoration: none;
      background-color: #025780;
    color: #fff !important;
    padding: 8px 20px;
    text-transform: capitalize;
    display: inline-block;
    margin: 23px 0 23px;
    font-size: 13px;
    /*width: 48%;*/
    text-align: center;
    box-sizing: border-box;
    max-width: 150px;
}

.ad-top {
    float: left;
    width: 65%;

}
.container2{
  max-width: 992px;
  margin:20px auto;
}
.text-center {
  text-align: center;
}


        
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select-main {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: #3E3E3E;
  border-bottom: 0px solid #ccc;
  width:100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;font-size:13px;
  background-color: #fff;
  padding:3px 10px;
  color:#3E3E3E;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.select-main ul li:first-child{border-radius:0px;border-bottom:0px;}
.styledSelect:after {
  content: "";
    width: 12px;
    height: 12px;
    background: url(https://cdn-stage.inspirestem.com/wp-content/themes/hitachi-hta/global/images/select-down-icon.svg)no-repeat;
    position: absolute;
    background-size: 12px 12px;
    top: 9px;
    right: 6px;
    background-position: 0px 0px;
}

.styledSelect:active,
.styledSelect.active {
  background-color: #E5E6E8;border-bottom:0px;
}

.styledSelect.active:hover{
background-color: #67A3F9;
  color: white;
}
.styledSelect.active:hover:after,
.styledSelect:active:after{
  background:transparent;
}
.options {
  display: none;
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  /* border: 1px solid #ccc; */
  background-color: #E5E6E8;
 color:#3E3E3E;
}

.options li {
     font-size: 13px;
  margin: 0 0;
  padding: 5px 10px;
}
.options li:hover {
  background-color: #67A3F9;
  color: white;
}
.popup-form select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;   
    background:transparent url(https://cdn-stage.inspirestem.com/wp-content/themes/hitachi-hta/global/images/select-down-icon.svg)no-repeat;    
    background-position: right 10px;
    background-position: 99% 8px;
    background-size: 12px 12px;
}
.datasection{display:none}
.listtip{position: relative;}
.listtip img{
width: 13px;
    height: 13px;
    margin-left: 5px;
}
.listtip .tooltip.top {
    margin-top: 0px;
    padding: 5px 0px;
    left: 5px !important;
    width: 243px; 
}
.listtip .tooltip-arrow {
    border-top-color: #3E3E3E !important;
    display: none;
}
.listtip .tooltip-inner {
    background-color: #3E3E3E !important;
    border-bottom-left-radius: 0px;
    width: 243px;max-width:245px;
    padding: 6px 5px;
    font-size: 14px;text-align:left;    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
