/*
Theme Name:   ClinicalTrial
Description:  Write here a brief description about your child-theme
Author:       vakils premedia
Author URL:   Write here the author's blog or website url
Template:     understrap
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ClinicalTrial
*/

/* Write here your own personal stylesheet */


@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(fonts/MyriadPro-Regular.otf);
  font-display: swap;
}

@font-face {
  font-family: 'MyriadPro-BoldCond';
  src: url(fonts/MyriadPro-BoldCond.otf);
  font-display: swap;
}

@font-face {
  font-family: 'MyriadPro-SemiboldCond';
  src: url(fonts/MyriadPro-SemiboldCond.otf);
  font-display: swap;
}

@font-face {
  font-family: 'MyriadPro-Bold';
  src: url(fonts/MyriadPro-Bold.otf);
  font-display: swap;
}

@font-face {
  font-family: 'MyriadPro-BlackSemiCn';
  src: url(fonts/MyriadPro-BlackSemiCn.otf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminPro-Regular';
  src: url(fonts/AcuminPro-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminPro-Semibold';
  src: url(fonts/AcuminPro-Semibold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminProCond-Semibold';
  src: url(fonts/AcuminProCond-Semibold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminProCond-Bold';
  src: url(fonts/AcuminProCond-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminProCond-Medium';
  src: url(fonts/AcuminProCond-Medium.ttf);
  font-display: swap;
}


@font-face {
  font-family: 'AcuminPro-Semibold';
  src: url(fonts/AcuminPro-Semibold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminPro-Medium';
  src: url(fonts/AcuminPro-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'AcuminPro-Bold';
  src: url(fonts/AcuminPro-Bold.ttf);
  font-display: swap;
}

 .no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: url(./images/giphy.gif) center no-repeat #fff
} 


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
height:100%;
}

@-ms-viewport {
    width: device-width; }

body{
    margin: 0;
    padding: 0;
    outline: 0;
    letter-spacing:0;
    height:100%;
}

body, div, p, span, input{
  font-family: 'AcuminPro-Regular';
  -webkit-appearance: none;
border-radius: 0;
}

.login-form{
    background-image: url('./images/login-bg.jpg');
    background-repeat: no-repeat;
}

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

#wp_clara_login_form{
  background-color: #ffffff;
  margin:0 auto;
}

.login-form .logo img{
    width:195px;
    height:auto;
}

.logo{
  text-align: center;
  margin-bottom:16px;
  margin-top:40px;
}

#wp_clara_login_form .title_login{
  font-family:'AcuminPro-Medium';
  font-size:26px;
  font-style: normal;
  color:#0d7166;
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom:30px;
}

#wp_clara_login_form input[type="number"], #wp_clara_login_form input[type="text"]{
  width:20px;
  height:30px;
  background-color: #ebebeb;
  border: none;
  color: #000000;
  font-size:18px;
  text-align: center;
  padding:5px 0px 0px  0px;
    border-bottom:2px solid #2ebbaf;
    margin-right:5px;
}

/*#wp_clara_login_form input[type="number"]:focus, #wp_clara_login_form input[type="text"]:focus{*/
/*    padding:0px 0px 0px  0px;*/
/*    position: relative;*/
/*    top: -3px;*/
/*}*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#wp_clara_login_form label{
  font-size:15px;
  font-family:'AcuminPro-Regular';
  font-weight:500;
  width:75px;
  text-align:left;
  color:#939598;
  font-style:italic;
  margin-right: 11px;
  display:inline-block;
  width:115px;
}

.field_row{
  border: 2px solid #e1e1e1;
  padding:5px 15px 5px 12px;
  margin-bottom:20px;
  margin-top:0;
}

/**#wp_clara_login_form .middle{
  margin-right:-1px;
}**/

.field_submit_row{
  text-align: center;
}

.field_submit_row #submitbtn{
  background-color: #2ebbaf;
  font-family: 'AcuminPro-Bold';
  font-size:18px;
  outline:none;
  border:none;
  color:#ffffff;
}

.error{
  color: red;
}

.center{
  text-align: center;
}

#logo_link{
  display: inline-block;
  margin-top:10px;
}

#logo_link img{
  width: 200px;
}

.container, #main_row{
  max-width: 880px;
  margin: 0 auto;
}

#footer.container{
    max-width: 1080px;
    margin: 0 auto;
}

#menu{
  background-color: #eeeeee;
}

#home_row .wpb_raw_html, #trigger_novarel .wpb_raw_html, #leuprolide_acetate_2 .wpb_raw_html, #leuprolide_acetate .wpb_raw_html, #menopur_vial .wpb_raw_html, #menopur_pen .wpb_raw_html{
    max-width: 880px;
    margin: 0 auto 35px;
}

.video_common{
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  /*left: 50%;*/
  width:100%;
  /*transform: translateX(-50%);*/
}

video:focus{
    outline:none;
}

#footer_container{
  background-color: #323232;
  overflow:hidden;
  padding-top: 50px;
  padding-bottom: 15px;
}

#footer_container p{
  color: #939598;
  margin-top:0px;
  font-family:  'AcuminPro-Medium';
}

#footer-copyright p{
    font-family:'MyriadPro-Regular';
}

#footer_container p{

}

#footer_container .vc_col-sm-6, #footer_container .vc_col-sm-12{
  padding-left: 0px;
  padding-right: 0px;
}

#footer_container a{
  color: #ffffff;
  text-decoration: none;
  font-family: 'AcuminPro-Medium';
}

.col-sm-6{
  width:50%;
}

#footer-menu1 ul{
  padding-left:0px;
  margin-top:0px;
}

#footer-menu2 ul{
  padding-left:0px;
  margin-top:0px;
}

.menu li{
  list-style: none;
}

.menu li:first-child{
    padding-bottom: 10px;
}

.menu li:not(:first-child){
  padding-top:10px;
  padding-bottom:10px;
}

#footer-logo, #footer-secondrow, #footer-copyright{
  text-align: right;
}

#footer-copyright{
    margin-top:20px;
    margin-bottom:45px;
}

#footer-thirdrow{
  text-align: center;
  margin-top:45px;
}

#footer_first_half{
  margin-top:70px;
}

#footer_first_half p{
    width:410px;
    margin-left:0px;
    line-height:24px;
}

#footer_second_half p{
    width:492px;
    margin-right:0px;
    margin-left:auto;
    line-height:24px;
}

#home_row, #trigger_novarel, #leuprolide_acetate_2, #leuprolide_acetate, #menopur_vial, #menopur_pen{
    background-size:100% 100%;
    background-repeat:no-repeat;
}

#leuprolide_acetate_header{
    font-family:'AcuminProCond-Bold';
    color:#009b4a;
    font-size:77px;
    line-height: 77px;
    text-align:center;
    max-width:880px;
    margin:0 auto;
    padding-bottom:35px;
}

#menopur_pen_header{
    font-family:'AcuminProCond-Bold';
    color:#00646d;
    font-size:77px;
    text-align:center;
    max-width:880px;
    margin:0 auto;
    padding-bottom:35px;
}

#menopur_pen_header img, #menopur_vial_header img, #leuprolide_acetate_header2 img{
    display:block;
    margin: 0 auto;
    width:40px;
    margin-bottom:5px;
}

#menopur_vial_header{
    font-family:'AcuminProCond-Bold';
    color:#00afbd;
    font-size:77px;
    text-align:center;
    max-width:880px;
    margin:0 auto;
    padding-bottom:35px;
}

#leuprolide_acetate_header2{
    font-family:'AcuminProCond-Bold';
    color:#009b4a;
    font-size:77px;
    text-align:center;
    max-width:880px;
    margin:0 auto;
    padding-bottom:35px;
}


#trigger_novarel_header1{
    font-family:'AcuminPro-Bold';
    color:#555555;
    font-size:35px;
    text-align:center;
    max-width:880px;
    margin:0 auto;
    line-height:24px;
}

#trigger_novarel_header2{
    font-family:'AcuminProCond-Bold';
    color:#63c8ce;
    font-size:77px;
    text-align:center;
    max-width:880px;
    margin:0 auto;
    padding-bottom:35px;
}

#admin_login_form{
    background-color:#ffffff;
    padding:40px 32px;
}



#from_adduser input[type=text], #from_adduser input[type=number], #from_adduser input[type=email]{
    width:200px;
    height:30px;
}

.adduser_label{
    width:200px;
    display:inline-block;
}

.textarea_adduser{
    width:200px;
}

#register_user{
    width:200px;
    text-align:center;
    font-size:16px;
    padding:10px;
}


/****************************************/
/***************Admin page***************/
/****************************************/



#loginform, #pippin_password_form{
    max-width:500px;
    margin: 0 auto
}

.user_pass, .user_login, #pippin_user_pass_label, #pippin_user_pass_confirm_label{
    width:200px;
    display:inline-block;
    color:#939598;
}

#pippin_user_pass_confirm_label, #pippin_user_pass_label{
    font-style:italic;
}

.user_login, .user_pass{
    font-style:italic;
}

#admin_login_container #lost_pass_link{
    color:#0d7166;
}

#user_login, #user_pass{
    height:30px;
    width:200px;
    background-color: #ebebeb;
    border: none;
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding: 0px;
}
#pippin_user_pass, #pippin_user_pass_confirm{
    height:30px;
    background-color: #ebebeb;
    border: none;
    color: #000000;
    font-size: 18px;
    text-align: center;
    padding: 0px;
}

#user_login{
    font-size: 13px;
}

#loginform .submit{
    text-align:center;
    margin-bottom:0;
}

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

#admin_login_container #home_icon{
    text-align:center;
    margin-top: 42px;
    margin-bottom: 16px;
}

#home_icon .dropdown{
    cursor:pointer;
}

#admin_login_container h1{
    font-family: 'AcuminPro-Medium';
    font-weight: normal;
    font-size: 28px;
    font-style: normal;
    color: #0d7166;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top:0;
}

#admin_submit, #pippin_password_submit{
    background-color: #2ebbaf;
    font-family: 'AcuminPro-Bold';
    font-size: 18px;
    outline: none;
    border: none;
    color: #ffffff;
    width: 250px;
    padding: 10px 0;
    cursor:pointer;
}
#pippin_password_submit{
    margin-top:38px;
    padding: 11px 0 8px 0;
}
#pippin_password_form fieldset{
  border: none;
}

#pippin_password_form p.field_row{
    border: 2px solid #e1e1e1;
    padding: 5px 12px 5px 12px;
    margin-bottom: 20px;
}

.submit_row{
  text-align: center;
}

#main_row{
  margin-top:15px;
}
.pat_added_suc_msg{
    color:green;
}

.page-template-admin_edit_page h3{
    display:inline-block;
}

.page-template-admin_edit_page h3 a{
    /*text-decoration:none;*/
    color:#0d7166;
}

.page-template-admin_edit_page h1,.usage_instruction h1{
    color:gray;
    text-align:center;
    margin-top:6%;
    font-family: 'AcuminPro-Medium';
}
.left_menu{
    text-align:right;
}
.left_menu h3{
    font-size:16px;
    margin-right:20px;
    font-weight:normal;
}
.left_menu h3:last-child{
    margin-right:0;
}

#all_user{
    border: 2px solid #e1e1e1;
    border-collapse: collapse;
    width:100%;
}
#all_user th {
    background:#ebebeb;
    padding: 7px;
    border: 2px solid #e1e1e1;
    font-size:14px;
    font-family: 'AcuminPro-bold';
    font-weight: 500;
}
#all_user td{
    border: 2px solid #e1e1e1;
    padding: 7px;
    text-align: center;
}
#all_user th:nth-child(5),#all_user th:nth-child(6){
    width:20%;
}

.navigate_row div{
    display:inline-block;
}

.navigate_row div:first-child{
    width:50%;
    text-align:left;
}

.navigate_row div:last-child{
    width:50%;
    text-align:right;
}

.ivf_time_display{
    margin-bottom:3px;
    display:block;
}
.ivf_time_display:last-child{
    margin-bottom:0;
    display:block;
}


.usage_instruction table{
    max-width: 460px;
    width: 100%;
    text-align: left;
}
.usage_instruction table tr td{
    padding:5%;
}

.usage_instruction table tr td a:before{
    content:"";
    background:url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/149/2020/01/10101553/grey-15x15-1.png) !important;
    display:inline-block;
    width:16px;
    height:16px;
       position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.usage_instruction table tr td div{
    font-size: 20px;
    color:gray;
    font-family:'AcuminPro-Medium';
}
.usage_instruction table tr td a{
    font-size:14px;
    font-family: 'AcuminPro-Bold';
    background: #ebebeb;
    padding: 9px 11px 7px 8px;
    border-radius: 6px;
    color:gray;
    text-decoration:none;
    position: relative;
    padding-left: 33px;
}
.usage_instruction table tr td a:hover{
    color:#FFFFFF;
    
}
.usage_instruction table tr td a:hover:before{
    background:url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/149/2020/01/10102609/White15x15.png) !important;
}
.usage_instruction .la_color:hover{
    background:#009b4a;
}
.usage_instruction .mp_color:hover{
    background:#00646d;
}
.usage_instruction .mv_color:hover{
    background:#00afbd;
}
.usage_instruction .n_color:hover{
    background:#63c8ce;
}
.usage_instruction .la_color:hover .la_color_txt{
    color:red !important;
}
.usage_instruction h1{
    text-align:left;
}
@media only screen and (max-width:1199px) and (min-width:1025px) {

    #wp_clara_login_form{
      width:350px;
      padding:40px;
    }

    .field_row .right_side, .field_row .left_side{
      display:block;
    }
    
    /*.field_row .right_side{*/
    /*    float:right;*/
    /*}*/
    
    .field_row .right_side{
        margin-top:20px;
    }

    .field_submit_row{
      margin-top:54px;
    }

    .field_submit_row #submitbtn{
      width:250px;
      padding: 10px 0;
      cursor: pointer;
    }

}

@media only screen and (min-width:1200px) {
    .login-form{
      background-size: cover;
    }

    #wp_clara_login_form{
      width:350px;
      padding:40px;
    }

    .field_row .right_side, .field_row .left_side{
      display:block;
    }
    
    /*.field_row .right_side{*/
    /*    float:right;*/
    /*}*/
    
    .field_row .right_side{
        margin-top:20px;
    }

    .field_submit_row{
      margin-top:54px;
    }

    .field_submit_row #submitbtn{
      width:250px;
      padding: 10px 0;
      cursor: pointer;
    }

    #home_row{
        padding-top:160px !important;
        background-size:100% 100%;
        background-repeat:no-repeat;
    }
}

@media only screen and (min-width:1600px) {
    .login-form{
      background-size: cover;
    }

    #wp_clara_login_form{
      width:365px;
      padding:55px;
    }
}


@media only screen and (max-width:1080px){
    #footer_container{
        padding-left:10px;
        padding-right:10px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
    #user_login, .user_login, #user_pass{
      width:100% !important;
  }
  #home_row {
    padding-top: 180px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px){
    .usage_instruction table tr td a:before{
            width: 14px;
    height: 14px;
    }
     #user_login, .user_login, #user_pass{
      width:100% !important;
  }
    #leuprolide_acetate_header, #menopur_pen_header, #menopur_vial_header, #leuprolide_acetate_header2, #trigger_novarel_header2{
        font-size:50px;
        line-height:50px;
    }

    #trigger_novarel_header1{
        font-size:25px;
    }

    #menopur_pen_header img, #menopur_vial_header img, #leuprolide_acetate_header2 img{
        margin-bottom:15px;
    }

    #footer_second_half p{
        width:95%;
    }

    .login-form{
        background-image: url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/149/2020/01/07113959/login-bg-tab-1.jpg);
        background-size:cover;
    }

    #wp_clara_login_form{
      width:350px;
      padding:40px 45px 45px;
    }

    .field_row .right_side, .field_row .left_side{
      display:block;
    }
    
    /*.field_row .right_side{*/
    /*    float:right;*/
    /*}*/
    
    .field_row .right_side{
        margin-top:20px;
    }

    .field_submit_row{
      margin-top:54px;
    }

    .field_submit_row #submitbtn{
      width:250px;
      padding: 15px 0;
    }
    .usage_instruction .wpb_raw_html{
        padding-left: 8px !important;
    padding-right: 8px !important;
    }

}

@media only screen and (min-width:768px) and (max-width:992px){
    #all_user td{
        padding: 7px 0px;
    }
   #home_row {
    padding-top: 165px !important;
    }

    #footer_container .vc_col-sm-6{
        width:100%;
    }

    .menu li, #footer_first_half p{
        text-align:center;
    }

    #footer_first_half{
        margin-top:15px;
    }

    #footer_first_half p, #footer_second_half p{
        width:100%;
    }

    #footer-logo, #footer-secondrow, #footer-copyright{
        text-align:center;
    }

    #footer-thirdrow{
        margin-top:20px;
    }

    #footer-copyright{
        margin-top: 25px;
        margin-bottom: 30px;
    }

    #footer_logo{
        margin-top: 18px;
    }

    #footer_first_half{
        margin-top:15px;
    }
    .usage_instruction .wpb_raw_html{
        padding-left: 8px !important;
    padding-right: 8px !important;
    }
}

@media only screen and (max-width:767px){
    #home_row.usage_instruction {
        /*background-image:url(https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/149/2020/01/10133354/white-bg-tab.jpg) !important;
        background-size:100% 177%;*/
        
        background-size:100% 60%;
    }
    .page-id-107 #home_row{
        padding-top:65px;
    }
    .login-form{
      background-size: auto;
    }
    .login-action-lostpassword, .login-action-rp{
        background-size: auto !important;
    }
 .dropdown{
      top:36px !important;
  }
  
  #user_login, .user_login, #user_pass{
      width:100% !important;
  }
    #wp_clara_login_form{
      max-width:350px;
      padding:30px;
    }
    #wp_clara_login_form label{
        display:inline-block;
        width:110px;
    }
    .whole_content{
        padding: 0 12px;
    }

    .field_submit_row{
      margin-top:64px;
    }

    .field_submit_row #submitbtn{
      width:250px;
      padding: 15px 0;
    }

    #leuprolide_acetate_header, #menopur_pen_header, #menopur_vial_header, #leuprolide_acetate_header2, #trigger_novarel_header2{
        font-size:35px;
        line-height:35px;
    }

    #trigger_novarel_header1{
        font-size:15px;
    }

    #footer_container{
        padding-left:10px;
        padding-right:10px;
    }

    #menopur_pen_header img, #menopur_vial_header img, #leuprolide_acetate_header2 img{
        width:35px;
        margin-bottom:10px;
    }

    .menu li, #footer_first_half p{
        text-align:center;
    }

    #footer_first_half{
        margin-top:30px;
    }

    #footer_first_half p, #footer_second_half p{
        width:100%;
    }

    #footer-logo, #footer-secondrow, #footer-copyright{
        text-align:center;
    }

    #logo_link img{
        width:150px;
    }
    
    .field_row .right_side, .field_row .left_side{
      display:block;
    }

    /*.right_side{*/
    /*    float:right;*/
    /*}*/
    
    .right_side{
        margin-top:20px;
    }

    #wp_clara_login_form{
        padding:40px 12px;
    }

    .container {
        width:100%;
    }

    .field_submit_row #submitbtn, #admin_submit{
        padding:12px 24px;
    }

    #footer-thirdrow{
        margin-top:20px;
    }

    #footer-copyright{
        margin-top: 25px;
        margin-bottom: 30px;
    }

    #footer_logo{
        margin-top: 18px;
    }

    #footer_first_half{
        margin-top:15px;
    }
    .usage_instruction .wpb_raw_html{
        padding-left: 8px;
    padding-right: 8px;
    }
    .page-id-107 .usage_instruction .vc_column-inner{
        padding-top: 60px !important;
    }
}

@media screen and (max-width: 600px) {
    #pippin_user_pass, #pippin_user_pass_confirm{
        width:100% !important;
    }
  #all_user {
    border: 0;
  }

  #all_user caption {
    font-size: 1.3em;
  }
  
  #all_user thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #all_user th{
      border:none;
      display:none;
  }
  
  #all_user tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  #all_user td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  #all_user td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
  }
  
  #all_user td:last-child {
    border-bottom: 0;
  }
  .dropdown{
      top:36px !important;
  }
  
  
}

@media only screen and (max-width:420px){
    .right_side{
        float:none;
        margin-top:20px;
    }

    .left_side, .right_side{
        display:block;
        width:100%;
    }
    #admin_login_container #home_icon, .logo{
        margin-top:0;
    }
    .usage_instruction table tr td{
            padding: 4%;
    }
}
@media only screen and (max-width:529px){
    #pippin_user_pass, #pippin_user_pass_confirm{
        width: 100% !important;
    }
}


.checkemail_msg{
    color:green;
}
.profile_admin_custom{
    width: 45px;
    height: 45px;
    
}



/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  float:right;
  top:58px;
  padding-right: 6px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 161px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right:0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #0d7166;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

#pippin_user_pass, #pippin_user_pass_confirm{
    width: 239px;
}
#change_pwd_msg_ok{
    color:green;
    text-align:center;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
  .field_submit_row #submitbtn {
    background-color: #2ebbaf;
    font-family: 'AcuminPro-Bold';
    font-size: 18px;
    outline: none;
    border: none;
    color: #ffffff;
 }
}
@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 
  .field_submit_row #submitbtn {
    background-color: #2ebbaf;
    font-family: 'AcuminPro-Bold';
    font-size: 18px;
    outline: none;
    border: none;
    color: #ffffff;
 }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .field_submit_row #submitbtn, #admin_submit, #pippin_password_submit{
        padding:10px 0 5px;
    }
    #user_login{
        padding:5px 0 0 0;
    }
    .usage_instruction table tr td a{
        padding:9px 11px 4px 8px;
        font-size: 14px;
    font-family: 'AcuminPro-Bold';
    background: #ebebeb;
    
    border-radius: 6px;
    color: gray;
    text-decoration: none;
    position: relative;
    padding-left: 33px;
    }
    .page-template-admin_edit_page h1, .usage_instruction h1{
        font-family: 'AcuminPro-Bold';
    }
    
}
#admin_login_form .error + #loginform .checkemail_msg{
    display:none;
}
.usage_instruction .wpb_raw_html{
    padding-left:26px;
    padding-right:26px;
}
.page-id-107 #home_row{
    margin-left:0;
    margin-right:0;
}
.usage_instruction .vc_column-inner{
    padding-top:15px !important;
}
@media only screen and (max-width:442px){

    .usage_instruction table tr td{
            padding: 5% 3%;
    }
}
@media only screen and (max-width:402px){

    .usage_instruction .wpb_raw_html{
            padding-left:0;
            padding-right:0;
    }
}