.dashboard-welcome-message{
  font-size:20px;
  text-align: center;
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
}

.user-status{
  text-align: center;
  font-size: 16px;
}

.user-status span{
  color: #1a80b6;
  font-weight: 600;
}

.dashboard-menu li a{
  text-decoration: underline;
}

/* gravity view details*/

body.single-gravityview #main{
 background-color: #ededed;
}

table.gv-table-view thead th {
    border-bottom: 1px solid #e1e1e1;
}

table.gv-table-view {
    background: #fff;
}

body.single-gravityview tbody>:nth-child(odd) {
    background-color: #f3f3f3;
}
.gv-search-box.gv-search-box-submit{
    width: 50% !important;
       margin-top: 24px !important;
}
.button.gv-search-button {
    height: 30px;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
        display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;    
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box
}
.gv-widget-search{
    margin: 0px -9px !important;;
}
body.single-gravityview td a {
    color: #0073aa;
}
body.single-gravityview .fusion-meta-info, body.single-gravityview .fusion-sharing-box{
display: none !important;;
}



/**DashBoard**/

#dashboard-menu-div {
  position: relative;
  margin: 0;
  font-family: 'Roboto Condensed';
  line-height: 1;
  width: 250px;
}
.align-right {
  float: right;
}

.already-login{
    box-shadow: 0 4px 2px -3px;
    border: 1px solid #f1f1f1;
}
.already-login p{
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.name_suffix {
    display: none !important;
}

.bottom-margin{
    padding-bottom: 15px;
}

/* Gravity Form */

.gform_login_widget img{
    display: none;
}

.gform_login_widget p{
    margin-top: -25px;
}

.gform_login_widget p a{
    display:none;
}

.gform_body ul.gform_fields li .ginput_container input, .gform_body ul.gform_fields li .ginput_container textarea{

    font-size: 18px;
    height: 100%;
    padding: 5px 10px;
    transition: border-color .25s ease, box-shadow .25s ease;
    border: 1px none transparent;
    border-bottom: 2px solid #b5b4b4;
    line-height: 20px;
    min-height: 20px;
    background: #f8f8f8;
    text-shadow: none;    
    max-width: 100%;

}

.gform_body ul.gform_fields li .ginput_container input:focus, .gform_body ul.gform_fields li .ginput_container textarea:focus{
    outline:none;
    border-bottom: 2px solid #37a0d9;
}


.gform_wrapper .button, .gform_wrapper .gform_button{
    background: #37A0D9 !important;
    color: #ffffff !important;
    background-image: none !important;
    padding: 10px 36px !important;
    text-transform: none !important;


}

.gform_wrapper .button:hover, .gform_wrapper .gform_button:hover{
    background-image: none !important;
}

.gravityview .certification-link-and-date, .gravityview  .recertification-link-and-date{
   margin:10px;
}


.empty-space{
    margin-bottom: 15px;
}

/*Educator Login Form*/

.educator-login-sidebar #sidebar{
	background-color: #37a0d9 !important;
    padding: 12px !important;
    color: #ffffff !important;
    -webkit-box-shadow: 21px 2px 58px -6px rgba(177,182,193,1);
    -moz-box-shadow: 21px 2px 58px -6px rgba(177,182,193,1);
    box-shadow: 21px 2px 58px -6px rgba(177,182,193,1);
}

.educator-login-sidebar #sidebar .widget-title{
	color: #ffffff !important;
}

.educator-login-sidebar .gform_wrapper .button{
	    background: #b1b6c1 !important;
      width: 100% !important;
} 

.educator-login-sidebar a{
	color: #ffffff
}

/*Educator Dashboard*/
.educator-dashboard .update-profile{

    width: 33.33%;
    display: inline-block;
    padding-bottom: 30px;
  }

.educator-dashboard .update-profile a
{
    border: 2px solid #1a80b6;
    padding: 16px;
    background-color: #1a80b6;
    color: #fff;
    border-radius: 5px;
}

.educator-dashboard .update-profile a:hover, .educator-resources a:hover, .online-examination a:hover, .request-recertification a:hover{
  background: none !important;
  color: #1a80b6 !important;
}

.educator-dashboard .educator-resources{
    padding-top: 24px;
    width: 33.33%;
    display: inline-block;
   text-align: center;
}

.educator-dashboard .educator-resources a{
    border: 2px solid #1a80b6;
    padding: 16px;
    background-color: #1a80b6;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    
}

.educator-dashboard .certification-title-text{
  font-size: 30px;
}
.educator-dashboard .certification-pdf table{
    border-spacing: 14px;
    border-collapse: inherit;
    border: 1px solid #1a80b6;
    border-top: 0px;
}

.educator-dashboard .woocommerce{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.educator-dashboard .online-examination a{
    border: 2px solid #1a80b6;
    padding: 16px;
    background-color: #1a80b6;
    color: #fff;
    border-radius: 5px;
}

.educator-dashboard .online-examination{
    width:33.33%;
    display: inline-block;
    text-align: center;
}

.educator-dashboard .request-recertification a{
    border: 2px solid #1a80b6;
    padding: 16px;
    background-color: #1a80b6;
    color: #fff;
    border-radius: 5px;
}

.educator-dashboard .request-recertification{
  padding-top: 40px;
}

.educator-dashboard .recertification-notice{
  font-size: 20px;
  color: #1a80b6;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.educator-dashboard .certification-title-text{
    border: 1px solid #37a0d9;
    width: 344px;
    padding-left: 10px;
    margin-top: 10px;
}

.btn-yes-no{
    text-align: center;
}

.edu-custom-btn{
    background: #37A0D9!important;
    text-align: center!important;
    text-transform: capitalize!important;
    color: #fff!important;
    font-size: 15px!important;
    line-height: 18px!important;
    font-family: 'AvenirLTStd-Medium', sans-serif!important;
    font-weight: 400!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
    padding: 10px 25px;
    border-radius: 3px;
    margin: 30px;
    
}

.gform_confirmation_message, #gquiz_confirmation_message{
    text-align: center;
    border :2px solid #e85cb0;
    padding:10px;
}

.gv-search-clear{
    height: 30px;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: 10px;
}

.single-gravityview .single-navigation{
    display:none;
}

.single-gravityview article{
    margin-top:50px;
}

.gv-widget-letter-links{
    margin-bottom: 20px;
    display: inline-block;
}

.postid-2434 .gv-grid-col-1-1{
    text-align: center;
}

.link-color{
    color: #37a0d9;
}

#wpsl-results{
    display: none !important;
}

.educator-title{
    margin-bottom: 0px !important;
    font-weight:bold;
}

.wpsl-store-location p:first-child { 
     margin-bottom: 0px !important;
}

.educator-dashboard .products li.product{
    width:35%;
}

.remove-padding-top .gfield_description{
    padding-top:0px !important;
}

@media(max-width:400px){
    #content .educator-dashboard .certification-title-text{
        width:100% !important;
    }
}

@media(max-width:425px){
.educator-dashboard .educator-resources, .educator-dashboard .update-profile, .educator-dashboard .online-examination{
  width: 100%;
  padding-bottom: 35px;
  padding-top: 24px;
}
    
.educator-dashboard .educator-resources {
        text-align: left !important;
    }
    
.wpsl-search #educator-name{
   width: 100% !important;
    }
}



@media(max-width:790px){
    .educator-dashboard .request-recertification {
    padding-bottom: 25px !important;
    }
}

