@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');

.roboto-condensed300 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.roboto-condensed400 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.roboto-condensed700 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

/*Margin & Padding*/
.a, .pointer, .fa {
    cursor: pointer !important;
}

a:hover {
    text-decoration: none !important;
}

.twhite {
    color: #fff !important
}

.tblue {
    color: #3c8dbc !important
}

.font18 {
    font-size: 18px;
}

.margin0 {
    margin: 0px !important;
}

.tmargin0 {
    margin-top: 0px !important;
}

.bmargin0 {
    margin-bottom: 0px !important;
}

.tpadding0 {
    padding-top: 0px !important;
}

.bpadding0 {
    padding-bottom: 0px !important;
}

.lpadding0 {
    padding-left: 0px !important;
}

.margin0 {
    margin: 0px !important;
}

.margin5 {
    margin: 5px !important;
}

.margin20 {
    margin: 20px !important;
}

.tmargin5 {
    margin-top: 5px !important;
}

.tbmargin10 {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.bmargin5 {
    margin-bottom: 5px !important;
}

.tmargin10 {
    margin-top: 10px !important;
}

.tmargin20 {
    margin-top: 20px !important;
}

.tmargin30 {
    margin-top: 30px !important;
}

.tmargin40 {
    margin-top: 40px !important;
}

.tmargin50 {
    margin-top: 50px !important;
}

.bmargin10 {
    margin-bottom: 10px !important;
}

.bmargin20 {
    margin-bottom: 20px !important;
}

.bmargin30 {
    margin-bottom: 30px !important;
}

.bmargin40 {
    margin-bottom: 40px !important;
}

.bmargin50 {
    margin-bottom: 50px !important;
}

.rmargin10 {
    margin-right: 10px !important;
}

.lmargin10 {
    margin-left: 10px !important;
}

.tpadding2 {
    padding-top: 2px !important;
}

.bpadding2 {
    padding-bottom: 2px !important;
}

.tpadding5 {
    padding-top: 5px !important;
}

.bpadding5 {
    padding-bottom: 5px !important;
}

.tpadding10 {
    padding-top: 10px !important;
}

.tpadding20 {
    padding-top: 10px !important;
}

.tpadding40 {
    padding-top: 40px !important;
}

.bpadding40 {
    padding-bottom: 40px !important;
}

.bpadding10 {
    padding-bottom: 10px !important;
}

.bpadding40 {
    padding-bottom: 40px !important;
}

.bpadding20 {
    padding-bottom: 20px !important;
}

.padding10 {
    padding: 10px !important;
}

.padding5 {
    padding: 5px !important;
}

.padding0 {
    padding: 0px !important;
}

.lpadding10 {
    padding-left: 10px !important;
}

.rpadding10 {
    padding-right: 10px !important;
}

.white-bg {
    background-color: #fff !important;
}

.blue-bg {
    background: #3c8dbc !important;
}

label {
    font-weight: 400 !important;
    color: #5a5a5a;
}

.alert {
    padding: 6px 15px !important;
}

.organization_details {
    background-color: #eadace;
    border: grey 1px solid;
}

.bgyellow {
    background-color: #ffffe8;
}

.center {
    text-align: center;
}

.slip_color {
    color: #63666b;
}

.uppercase {
    text-transform: uppercase;
}

.border {
    border: 1px solid;
}

.borderless td, .borderless th {
    border: none;
}

.header-secondary {
    width: 100%;
    padding: 5px 10px 5px 25px;
    min-height: 30px;
    float: left;
}

.top-sec-links {
    float: left;
    width: 100%;
    clear: both;
    height: 22px;
}

.modal-backdrop {
    background-color: transparent;
}

.symbols-area {
    background: #fff;
    padding: 2px;
    overflow: hidden;
}

.symbol-box {
    width: 32px;
    height: 32px;
    border: solid 1px #666;
    float: left;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin: 0 2px 2px 0;
}

.symbol-box:hover,
.symbol-box:active,
.symbol-box:focus {
    background-color: #f4f5f6;
    border-width: 2px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #3c8dbc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #0073b7 !important;
    border: 1px solid #0073b7 !important;
}

.question_wrapper {
    padding: 10px 15px 10px 13px;
    margin-left: 10px;
    font-size: 16px;
}

.exam_wrapper {
    padding: 10px 15px 10px 13px;
    margin-left: 10px;
}

.questions {
    display: none;
}

.exam_content {
    display: none;
}

.review_content {
    display: none;
}

.drop-box {
    cursor: all-scroll;
    background: white;
    margin: 5px 0px;
    padding: 5px 5px;
    height: 65px;
    width: 100%;
    display: table;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 2px;
    text-align: center;
}

.center-box {
    /*border: 1px solid #ccc;*/
    min-height: 320px;
    border-radius: 2px;
}

.placeholder {
    width: 100%;
    height: 65px;
    background-color: #69696938;
    margin-top: 5px;
    vertical-align: top;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

/*td {*/
/*border: 1px solid #999999;*/
/*}*/

.border-table {
    border: solid 2px #606064;
    border-collapse: collapse;
}

.border-table tr td.quest {
    text-align: left;
    padding: 1px 6px;
    line-height: 20px;
    vertical-align: middle;
    text-transform: capitalize;
}

.border-table tr td {
    height: 66px;
    vertical-align: middle;
    text-align: center;
    border: solid 2px #606064;
    font-size: 10.5pt;
}

.border-table tr td.true, .border-table tr td.false {
    width: 100px;
    background: #f1f1f1;
    padding: 0;
}

.border-table tr td input[type="radio"] {
    display: none;
}

.border-table tr td input[type="radio"]:checked + label {
    background: #a1a1a4;
}

.border-table tr td :hover {
    background-color: #dedede;
}

.border-table tr td label {
    margin: 0;
    height: 66px;
    line-height: 66px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700 !important;
    background: #f1f1f1;
    cursor: pointer;
    color: #000;
}

.box-style {
    overflow-y: auto;
    min-height: 470px;
    max-height: 470px;
    background-color: #cccccc26;
    padding: 3px;
    border: 1px solid #BBB;
}

.box-style label {
    cursor: pointer;
    margin-left: 2px;
    line-height: normal;
    font-weight: 400 !important;
    font-size: 12pt;
}

.heading {
    font-weight: 700;
    font-size: 12pt;
    line-height: 15pt;
    color: #3a3b3d;
}

.question-label {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 9pt;
    display: table;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
}

.answer p {
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 9pt;
    vertical-align: middle;
    display: table-cell;
}

.footer a:hover {
    color: red !important;
    cursor: pointer;
    font-weight: 700;
}

.header_drag {
    background-color: black;
    height: 50px;
    color: white;
    text-align: center;
    font-weight: 700;
    display: table;
}

.header_drag div {
    display: table-cell;
    vertical-align: middle;
}

.image_div {
    width: 800px;
    height: 430px;
    background-size: 100%;
    background-position: top left;
    background-repeat: no-repeat;
}

.multiple_selection, .multiple_choice {
    margin: 4px 12px !important;
    position: absolute;
    left: 0;
}

.m-left-15 {
    margin-left: 15px !important;
}

.w-100 {
    width: 100% !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.bg {
    height: 100%;
    background: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-bg {
    border-color: #1aa89e;
    color: black !important;
}

.text-white {
    color: white !important;
}

.btn-login {
    background-color: transparent;
    border-color: #1aa89e;
}

.btn-login:hover {
    color: white;
    background-color: #1aa89e;
}

.h-100 {
    height: 100% !important;
}

.box-links {
    width: 100%;
    margin: 20px 0 25px;
    max-width: 750px;
    min-width: 600px;
}

.link-box {
    float: left;
    width: 31%;
    height: auto;
    min-height: 210px;
    height: 100%;
    overflow: auto;
    margin-right: 2.3%;
    padding: 6px 15px;
    padding-bottom: 50px;
    vertical-align: top;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eeeef2;
    position: relative;
    border: solid 1px #dcdde0;
}

.link-box .link-box-hd {
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    min-height: 55px;
}

.link-box .link-box-hd h6 {
    font-size: 12pt;
    line-height: 1.15;
}

.link-box .link-box-text {
    font-size: 11pt;
    padding: 0 5px;
    line-height: normal;
    margin-bottom: 8px;
}

.link-box-btn {
    bottom: 15px;
    min-height: 35px;
    position: absolute;
    width: 87%;
    left: auto;
}

.link-box-btn a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 8px 10px 8px;
    font-weight: 700;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    background: #54565f;
    box-shadow: 0px 2px 0px #2a2b30;
    -webkit-box-shadow: 0px 2px 0px #2a2b30;
}

.link-box-btn a:hover {
    text-decoration: none;
    color: #CF0C0F;
    background: #AC0C0E;
    background: -webkit-linear-gradient(#b81214, #AC0C0E);
    background: linear-gradient(#b81214, #AC0C0E);
    color: #fff;
    box-shadow: 0px 2px 0px #790103;
    -webkit-box-shadow: 0px 2px 0px #790103;
}

.link-box .link-box-hd img {
    left: 0;
    top: 0;
    position: absolute;
    max-width: 40px;
}

.link-box .link-box-hd h6 {
    font-size: 12pt;
    line-height: 1.15;
}

ul.sidebar-menu.tree li span {

    bottom: 12px;
    position: absolute;
    cursor: pointer;
}


i.fa.fa-angle-down {
    margin-top: -4px;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > i {
    color: #fff !important;
}

.report-grid-header {
    background: #1aa89e;
    color: #fff;
    text-align: center;
    padding: 6px 6px 7px;
}

.report-grid-body {
    padding: 0;
    float: left;
    width: 100%;
    clear: both;
}

.table-border.dark {
    border-color: #1aa89e;
}

.report-grid-header h3 {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: 15pt;
}

.report-grid table tr th, .report-grid table tr td {
    text-align: center;
    border-color: #1aa89e;
    vertical-align: middle;
}

.report-grid .table-bordered > thead > tr > th, .results-summary .table-bordered > thead > tr > th {
    background: #e6ebf1;
    vertical-align: middle;
}

.report-grid table tr th:first-child, .report-grid table tr td:first-child, .results-summary table tr td:first-child, .results-summary table tr th:first-child {
    border-left: none;
    text-align: left;
}

.report-grid .table > tbody > tr > td, .report-grid .table > tbody > tr > th, .report-grid .table > tfoot > tr > td, .report-grid .table > tfoot > tr > th, .report-grid .table > thead > tr > td, .report-grid.table > thead > tr > th {
    padding: 5px 8px;
}


.header-mock {
    background-color: #44a08d;
    width: 100%;
    padding: 10px 10px 10px 25px;
}

.header-mock h3 {
    font-size: 13pt;
    line-height: 1.25;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

.footer-mock {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #8dc53e;
}

span.select2-selection.select2-selection--single {
    height: 33px !important;
}
div#ques_height_1{

    text-align: justify !important;
}
div#ques_height_2{

    text-align: justify !important;
}
div#ques_height_3{

    text-align: justify !important;
}

div#ques_height_1 ul{
    padding: 0  0 0 5px !important;
}
.cursor-pointer{
    cursor: pointer;
}
.header{
    /*border: 1px solid #e4e4e4;*/
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%) !important;
    position: fixed;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.top_header_empty{
    float: left;
    width: 50%;
}
.top_header{
    padding: 0px 15px;
}
.site_logo img{
    display: block;
    width: auto;
    max-width: 160px;
    max-height: 72px;
    margin-top: 0;
    object-fit: contain;
}
.top_header .social_links{
    background-color: #1AA89E;
    float: right;
    width: 50%;
    padding: 10px 0;
    transform: skew(35deg, 0deg);
    transform-origin: top left;
}
.top_header .social_links ul{
    transform: skew(-35deg, 0deg);
}
.main_header{
    padding: 25px 0px;
    /*border-top: 2px solid #1AA89E;*/
    font-family: 'Philosopher', sans-serif;
}
.vfhe_loginBtn {
    text-align: right;
    margin-top: -3px;
    background: #1aa89e00;
    display: inline-block;
    border: 2px solid #00D9C0;
    padding: 6px 16px;
    font-size: 1.9rem;
    color: #00D9C0;
}
.social_links ul li{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding-right: 10%;
    padding-left: 3%;
}
.social_links ul li:first-child{
    border-right:2px solid #47B9B1;
    margin-left: 10%;
}
.menus ul{
    margin-top: 1%;
}
.menus ul li{
    display: inline-block;
}
.menus ul li a{
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    margin-right: 45px;
}
.menus ul li a:hover{
    /*border-bottom: 1px solid #000;*/
}
.menus ul li a.signup_btn{
    background: #C75B5B;
    padding:2px 13px;
    font-size: 15px;
    color: #fff;
}
.mob_menu{
    display: none;
}
.modal-dialog{
    margin-top: 20%;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1234;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}
.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav {
    padding-top: 15px;
}
.sidenav a {
    font-size: 18px;
}
.mob_menu span img{
    width: 100%;
}
.mob_menu a.signup_btn{
    background: #C75B5B;
    font-size: 15px;
    color: #fff;
    width: 50%;
    margin-left: 10%;
    margin-top: 4%;
}
@media (min-width: 320px) and (max-width: 480px) {
    .mob_menu{
        display: block;
        margin-top: -10px;
    }
    top_header bg-white{
        padding: 0px;
    }
    .top_header_empty{
        width: 15%;
    }
    .top_header .social_links{
        width: 85%;
    }
    .top_header .social_links ul{
        text-align: left !important;
    }
    .social_links ul li:first-child{
        margin-left: 2%;
    }
    .social_links ul li{
        font-size: 14px !important;
    }
    .site_logo img{
        margin: 0px;
        width:100%;
    }
    .menus{
        display: none;
    }
    .login-box{
        /*margin: 0px !important;*/
        margin-top: 35% !important;
        /*width: 100%;*/
        /*padding: 0px 15px;*/
    }
    .sign-up-box{
        margin: 0px !important;
        /*width: 84%;*/
        /*margin-left: 11% !important;*/
    }
    .modal-dialog{
        margin-top: 60%;
    }
}
@media (min-width: 481px) and (max-width: 823px) {
    .mob_menu{
        display: block;
    }
    .menus{
        display: none;
    }
    .top_header_empty{
        width: 30% !important;
    }
    .top_header .social_links{
        width: 70% !important;
    }
    .site_logo img{
        margin: 0px !important;
    }
    .mob_menu span img{
        width: 70% !important;
    }
    .login-box{
        margin: 0px !important;
        width: 100% !important;
        margin-top: 20% !important;
    }
    .h-100{
        padding: 1% 10%;
    }
    .sign-up-box{
        width: 100% !important;
        margin: 0px !important;
    }
}
@media (width: 320px) and (height: 568px){
    .social_links ul li{
        font-size: 13px !important;
    }
    .site_logo img{
        width:90% !important;
    }
    .mob_menu span{
        position: relative;
        bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .menus {
        display: none;
    }
    .mob_menu {
        display: block;
    }
    .top_header_empty{
        width: 35% !important;
    }
    .top_header .social_links{
        width: 65% !important;
    }
    .social_links ul li{
        font-size: 21px !important;
    }
}
@media (width: 1024px) and (max-height: 800px){
    .site_logo img{
        width: 170% !important;
    }
    .mob_menu span img{
        width: 7% !important;
    }
    .mob_menu span{
        position: relative;
        left: 90%;
    }
    .sign-up-box{
        /*margin-left: 20% !important;*/
    }
    .login-box{
        margin-top: 20% !important;
    }
    .sign-up-box{
        margin-top:10% !important;
    }
}
@media (width: 1024px) and (height: 1366px){
    .site_logo img{
        width: 170% !important;
    }
    .mob_menu span img{
        width: 7% !important;
    }
    .mob_menu span{
        position: relative;
        left: 90%;
    }
    /*.sign-up-box{*/
        /*margin-left: 20% !important;*/
    /*}*/
    .login-box{
        margin-top: 20% !important;
    }
    .sign-up-box{
        margin-top:10% !important;
    }
}
/*@media only screen and (max-width: 1150px) {*/
/*    .login-box-body{*/
/*        margin-left: 60px !important;*/
/*    }*/
    .menus ul li a {
        font-size: 22px !important;
        margin-right: 22px !important;
        margin-top: 10px;
        margin-left: 16px !important;
        text-transform: capitalize !important;
        font-size: 18px !important;
    }

/*}*/
.dropNav {
    position: absolute;
    background: #ffffff;
    width: 230px;
    padding: 14px 0px;
    top: 20px;
    transition: 0.5s;
    display: none;
    text-align: left;

}
.aboutNav:hover .dropNav, .coureNav:hover .dropNav{
    display: block;
    box-shadow: 0px 1px 3px 0px rgb(164 154 154 / 25%);
    -webkit-box-shadow: 0px 1px 3px 0px rgb(164 154 154 / 25%);
    -moz-box-shadow: 0px 1px 3px 0px rgb(164 154 154 / 25%);

}
.dropNav li  {
    padding: 10px 0;
    display: block !important;
}
.dropNav li:hover {
    background: #ffffff;
}
.dropNav li a {
    font-size: 16px !important;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #cabe9f;
}
.menus ul.dropNav li a {
    margin: 0px !important;
}
.menus ul li.coureNav ul.dropNav {
    padding: 10px;
    min-width: 250px;
}
.overlaySidenav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000008c;
    z-index: 123;
    visibility: hidden;
}
.overlaySidenav.active {
    visibility: visible;
}