/*
*Feedback CSS
*/
/* 
    Created on : 31 May, 2018, 3:32:58 PM
    Author     : YPK
*/

#feedback {
    position: fixed;
    right: 0;
    /*bottom: 20px;
    margin-left: -3px;
    margin-bottom: -3px;*/
    z-index:5;
    top: 50%;
    margin-top: -26px;
}

#feedback-form {
    /*float: right;*/
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 25px 25px 10px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    background: #fff;
}

#feedback-tab {
    color: #fff;
    font-size: 10px;
    padding-top: 8px;
    cursor: pointer;
    text-align: center;
    width: 70px;
    height: 60px;
    background-color: #2962FF;
    margin-left: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 2px 2px 0px;
    margin-left:-62px;
}
#feedback-tab .fa{
    line-height: 24px;
    font-size: 20px;
}

#feedback-tab:hover {
    background-color: #2962FF;
}

#feedback-form textarea {
    resize: none;
}

#feedback-tab img{
    width:39%;
    height:auto;
    /*padding:10px;*/
   -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media only screen and (max-width: 767px){
    #feedback {
        top: inherit;
        margin-top: 0;
        bottom: 0;
    }
    #feedback-tab {
        width: 54px;
        height: 50px;
        margin-left:-54px;
    }
    #feedback-form{
        padding: 25px 20px 10px;
    }
}
body.register{
    height: auto !important;
}
body.register .holder{
    background: transparent !important;
    /*height: 100vh !important;*/
    height: auto !important;
    padding-top: 0px;
}
/*body.register .h-auto{
    height: auto !important;
}*/

.f_screen_row .panel.panel-default{    
    width: 600px;
    margin: 30px auto;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
/*body.register .f_screen_row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.f_screen_row .panel-body{
    position: static;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
    padding: 30px 70px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    margin: auto;
}
.f_screen_row .panel-body form{
    width: 100%;
    margin-top: 50px !important;
}
.f_screen_row input {
    height: 45px;
    padding-left: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 6px;
    border: 1px solid #cbd6e2;
    box-shadow: none;
    padding: 8px 14px;
    background: #f5f8fa;
    color: #33475b;
}
.f_screen_row input:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.f_screen_row label{
    display: block;
    text-align: left !important;
    font-size: 14px;
    color: #33475b;
    font-weight: 500;
    margin-bottom: 10px !important;
    padding-top: 0 !important;
}
.f_screen_row .form-group{
    margin-bottom: 30px;
}
.f_screen_row .grn-btn{
    width: 100%;
    border-radius: 4px;
    margin-top: 0;
}
.f_screen_row .form-group .btn-link {
    color: #0091ae;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 0;
    margin-top: 14px;
}
.f_screen_row .help-block{
    font-size: 13px;
    text-align: left;
}
.f_screen_row .panel-body .alert-success{
    margin-top: 10px;
    font-size: 14px;
    background: rgba(57, 181, 74, 0.2);
    color: #333;
}
.f_screen_row .panel-body .alert-danger{
    margin-top: 10px;
    font-size: 14px;
    background: rgba(253, 40, 73, 0.2);
    color: #333;
}
.f_screen_row .logo_dark{
    margin-top: 0 !important;
    margin-bottom: 40px;
}
.f_screen_row .logo_dark img{
    width: 120px;
}
.f_screen_row .panel-body > h1{
    font-weight: 700;
    margin-top: 10px;
    line-height: 38px;
    font-size: 34px;
    color: #33475b;
}
.f_screen_row .panel-body > h1 span{
    color: #0091ae; 
}
.f_screen_row .form-group .back-to-login{
    margin-top: 15px;
}
.f_screen_row .form-group .back-to-login .btn-link{
    display: inline-block;
    margin-top: -2px;
}
.copyright_message{
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}


.session_completed .session_message{
    margin: 30px 0px;
    background: url(../img/confetti.png) no-repeat center -10px;
    /*background: #fff;*/
    padding: 90px 50px 30px;
    /*-webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);*/
    -webkit-background-size: 100%;
    background-size: 100%;
}
.session_completed .session_message h1{
    font-weight: 700;
    font-size: 48px;
    color: #434343;
    margin-bottom: 15px;
    margin-top: 0;
}
.session_completed .session_message h2{
    font-weight: 60;
    font-size: 24px;
    color: #434343;
    margin-bottom: 40px;
}
.session_completed .session_message p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}
.session_completed img{
    max-width: 100%;
}
.show_certificate{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    /*padding-top: 40px;*/
    padding: 40px;
}
.show_certificate .cert_download_btn{
    padding-right: 20px;
    padding-left: 50px;
}
.show_certificate .cert_download_btn a{
    display: block;
    margin: 15px 0px;
}
.certificate_list .table{
    margin-top: 40px;
}
.certificate_list .table thead th, .certificate_list .table td{
    font-size: 14px;
}
.certificate_list .table td a{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #8dc642;
    margin: 0px 8px;
}

.fancybox-active.compensate-for-scrollbar .fancybox-container .fancybox-stage .holder.fancybox-content{
    width: 800px;
    min-height: inherit;
}
.fancybox-active.compensate-for-scrollbar .fancybox-container .fancybox-stage .holder.fancybox-content .page-container{
    padding: 0;
}

.fancybox-active.compensate-for-scrollbar .fancybox-container .fancybox-stage .holder.fancybox-content .container,
.fancybox-active.compensate-for-scrollbar .fancybox-container .fancybox-stage .holder.fancybox-content .container .col-md-8{
    width: 100%;
    margin: 0;
}
.fancybox-active.compensate-for-scrollbar .fancybox-container .fancybox-stage .holder.fancybox-content .brightSity_notification{
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.share_btn{
    background: #102c6d;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 7px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
}
.share_btn:hover{
    color: #fff;
    text-decoration: none;
}
.alert-info a{
    color: #266daa;
}