﻿
/*

  Standard Elements

*/



a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}


/* Errors/alerts */

.alert {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

    .alert:before {
        content: " ";
        display: table;
    }

    .alert:after {
        content: " ";
        display: table;
        clear: both;
    }

.alert-error {
    background-color: red;
    color: white;
}

    .alert-error a,
    .alert-error .close {
        color: white;
    }

    .alert-error .close {
        opacity: 1;
    }

/* Header base styles */

.app-header {
    position: relative;
    padding: 10px 0 0;
    overflow: hidden;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14pt;
    color: white;
    text-align: center;
    margin-top: 20px;
}

    .app-header .app-title {
        margin: 0;
        font-weight: bold;
        line-height: 1;
    }

    .app-header .app-title,
    .app-header .app-subtitle,
    .app-header .app-title-standard {
        font-size: 14pt;
    }

    .app-header .app-subtitle {
        margin: 0;
        line-height: 1;
        font-weight: normal;
        text-transform: uppercase;
    }

    .app-header .bar {
        position: absolute;
        top: 30px;
        left: -40px;
        right: -40px;
        background-color: #ffdd00;
        transform: rotateZ(-1.5deg);
        z-index: -1;
    }


/* Standard Header */

.app-header-standard .app-title,
.app-header-standard .app-subtitle {
    display: inline;
}

.app-header-standard .bar {
    height: 2.5em;
}

.container {
    position: relative;
    display: block;
    max-width: 720px;
    padding: 0 20px;
}

a.container {
    color: black;
}

.user-bar {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 400;
    color: white;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) {
    .user-bar {
        font-weight: 600;
    }
}

.user-bar .glyphicon {
    color: white;
}

.student-bar {
    padding-top: 10px;
    padding-bottom: 6px;
    line-height: 2.4;
}

    .student-bar .nav-back .glyphicon-menu-left {
        font-size: 1.5em;
        line-height: 1.6;
        color: black;
    }

    .student-bar .student-name {
        font-weight: bold;
    }

    .student-bar .label {
        position: relative;
        top: -2px;
    }

.container-nav-sub {
    padding-left: 0;
    padding-right: 0;
}

    .container-nav-sub .dropdown-toggle {
        box-sizing: border-box;
        display: block;
        position: relative;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        background-color: #999999;
        color: white;
        font-weight: 600;
        border: 0 none;
    }

        .container-nav-sub .dropdown-toggle .caret {
            position: absolute;
            right: 20px;
            top: 14px;
        }

    .container-nav-sub .dropdown-menu {
        width: 100%;
        margin-top: 0;
        border: 0 none;
    }

.page-list-item.noborder {
    border-bottom: 0 none;
}

.page-title {
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
}

    .page-title.learning-progress {
        margin-bottom: 8px;
    }

.container-exams .item-description,
.container-learning-progress .item-description {
    display: inline-block;
    margin-bottom: 20px;
}

.page-description,
.item-description {
    font-size: 0.9em;
}

.page-list-item-title {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 1em;
}

.progress {
    background-color: #fff;
    position: relative;
    margin: 0 2px;
    height: 18px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19) !important;
}

.progress-bar.progressTotal {
    background-color: #7acd03;
    background-image: linear-gradient(to right, #f9e26e, #78cd02);
}

.progress-bar.progressAnswered {
    background-color: #b2b6c9;
    background-image: linear-gradient(to right, #b2b6c9, #b2b6c9);
}

.lblProgressAnswered {
    color: #b2b6c9;
}

.progress-bar.progressCorrect {
    background-color: #b2b6c9;
    background-image: linear-gradient(to right, #78cd02, #78cd02);
}

.lblProgressCorrect {
    color: #99d83f;
}

.lblProgressWrong {
    color: #e2683f;
}

.progress-bar.progressWrong {
    background-color: #b2b6c9;
    background-image: linear-gradient(to right, #e2683f, #e2683f);
}

.lblProgressWront {
    color: #e2683f;
}

.amount {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.8s;
    background: #fff;
    width: 0;
}

.progress:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
    line-height: 31px;
}

/* Learning Progress */

.container-learning-progress .dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-learning-progress .dropdown-toggle, .progressContainer .dropdown-toggle, .examsContainer .dropdown-toggle {
    width: 100%;
}

.container-learning-progress .dropdown-menu, .progressContainer .dropdown-menu {
    width: 100%;
    margin-top: 0;
    border: 0 none;
}

    .container-learning-progress .dropdown-menu li, .progressContainer .dropdown-menu li {
        padding-top: 3px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 2;
    }

.container-learning-progress .progress {
    margin-top: 20px;
}

#trainingUnitsList {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

/* Signin */

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    /*overflow-y: hidden;*/
    height: 100%;
    background: url(Images/bg-tiny.jpg) no-repeat center fixed;
    background-size: cover;
    background-color: #0c1e29;
}

.app-header-signin {
    margin-bottom: 40px;
    padding-bottom: 40px;
}

    .app-header-signin .app-title {
        font-size: 30pt;
    }


    .app-header-signin .bar {
        height: 4.6em;
    }

.container-signin {
    margin-bottom: 40px;
}

.panel-signin {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 0;
    border: 0 none;
}

    .panel-signin .panel-body {
        padding: 20px 20px;
    }

.form-signin .input-group {
    margin-bottom: 10px;
}

    .form-signin .input-group input {
        font-size: 16px;
    }

/* input addons */
.form-signin .input-group-addon {
    color: #999999;
}

/* submit */
.btn-primary {
    height: 36px;
    /*text-transform: uppercase;*/
    background-color: #00be92;
    font-weight: 600;
    border: 0 none;
    color: #fff;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .btn-primary:hover {
        background-color: #00be92;
        border: 0 none !important;
    }

    .btn-primary:disabled, .btn-primary:disabled:hover {
        background-color: #ececec;
        color: #919191;
    }

    .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover {
        background-color: #00be92 !important;
    }

.btn-danger {
    height: 36px;
    background-color: #d9534f !important;
    border: 0 none !important;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d9534f;
    }

.vendor-logo {
    display: block;
    /*margin-bottom: 40px;*/
}


.container-nav {
    background-color: #e7e7e7;
    border-bottom: 1px #dddddd solid;
}



.nav-justified > li {
    display: table-cell;
    width: 1%;
}

    .nav-justified > li > a {
        white-space: pre;
        padding-left: 0;
        padding-right: 0;
    }

.nav-pills > li > a:link,
.nav-pills > li > a:visited {
    color: #888;
    background-color: #eff0f4;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > li.active > a:link,
.nav-pills > li.active > a:visited,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #f6a822;
}

.container-nav .nav-pills li .badge {
    color: #000;
    background-color: #ffde00;
}

.nav-justified > li > a {
    margin-bottom: 0;
    color: #888;
}

/* Progress bars */
.progress-bar-wrong {
    background-color: #e2683f;
}

.progress-bar-twice-correct {
    background-color: #99d83f;
}

.progress-bar-once-correct {
    background-color: #87b900;
}

.progress-bar-answered {
    background-color: #888888;
}

.progress-bar-watched {
    background-color: #73baff;
}

.progress-bar {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"] {
    height: 46px !important;
}

input[type="text"], input[type="password"], input[type="number"], input[type="email"], textarea {
    font-size: 16px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    outline: none !important;
    border: 1px solid lightgray;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus {
        border: 1px solid #01be91;
    }

.btn-group .btn {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #dddddd;
    color: black;
}

    .btn-group .btn.active {
        background-color: #888888;
        border: 1px solid #888888;
        color: white;
    }

    .btn-group .btn.disabled {
        background-color: #e7e7e7;
        border: 1px solid #dddddd;
        color: #888888;
    }

.btn-group .active .badge {
    background-color: white;
    color: black;
}

/* Students -- student list */

.student-filter {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

    .student-filter .btn-group {
        margin-bottom: 10px;
    }

    .student-filter .input-group .btn.dropdown-toggle {
        width: 55%;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        border-color: #dddddd;
    }

    .student-filter .input-group .dropdown-menu {
        width: 55%;
        margin-top: 0;
        border: 0 none;
    }

.pageentry-group {
    margin-top: 0px;
    position: relative;
    display: inline-block;
    width: 15% !important;
}

.pageentry {
    width: 100% !important;
    text-align: center !important;
}

.pageentry-menu {
    width: 100px !important;
    min-width: 100px;
    text-align: center;
}

.student-filter .input-group .btn {
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: black;
    background-color: white;
}

    .student-filter .input-group .btn.active {
        color: white;
        background-color: #888888;
        border-color: #888888;
    }


.label {
    margin-left: 6px;
}


/* FahrPRAXIS */
.label-blue {
    background-color: #0071bc;
}

.label-red {
    background-color: #e10019;
}


/* label color used for FahrAPP exam maturity | FahrAPP learning progress | FahrPRAXIS progress */

/* 0 - 49% */
.label-orange {
    background-color: #fbb03b;
}

/* 50 - 79% */
.label-yellow {
    background-color: #dfca1d;
}

/* 80 - 96% */
.label-green {
    background-color: #7ac943;
}

/* from 97% */
.label-darkgreen {
    background-color: #009245;
}

.license-classes {
    display: inline-block;
    padding: 0 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-orange {
    background-color: #fbb03b;
    color: white;
    border-color: #fbb03b;
}

/* Pagination */

.list-pagination {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .list-pagination .btn {
        border-right: 0 none;
    }

        .list-pagination .btn:last-child {
            border-right: 1px solid #dddddd;
        }


/* Footer Search bar */
.footer .footer-content {
    margin: 0;
    background-color: #ffffff;
    padding: 10px 0;
}

.students-footer .footer-content, .settings-footer .footer-content {
    background-color: #f0f1f5;
}

.footer-content .footer-row {
    margin: 0 5px;
}

.footer .table {
    margin: 0;
}

.footer .paginationGroup {
    margin: 10px 5px;
}

.btn-add-student .glyphicon {
    position: relative;
    top: 2px;
}

.footer .input-search-student:focus {
    border-color: black;
}

.footer .btn-submit {
    width: 100%;
    font-weight: 600;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 10;
}

.footer-fixed {
    /*padding-bottom: 100px;*/
}

#contentStudents {
    padding-bottom: 35px;
}

#contentExamStudents {
    padding-bottom: 35px;
}

.selectLabel {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    vertical-align: bottom;
}

/* Forms */

.dropdown-menu.dropdown-menu-center {
    text-align: center;
}

.dropdown-menu > li > a {
    line-height: 2;
}

.container-forms {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

    .container-forms label {
        margin-bottom: 0;
        padding-left: 9px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-weight: normal;
    }

.registerStudentContainer .serial, .detailsContainer .serial {
    height: 36px !important;
    margin-top: 5px;
    margin-right: 5px;
    width: 90px !important;
    float: left;
    text-transform: uppercase
}

    .registerStudentContainer .serial:focus, .detailsContainer .serial:focus {
        border: 1px solid #888888;
    }

.detailsContainer .serial {
    height: 34px !important;
}

.registerStudentContainer .serialglyphicon {
    line-height: 40px;
}

.seialCheckMessage {
    color: red;
    text-align: left;
    display: none;
}

.serialglyphicon {
    color: #dddddd;
    float: left;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
}

.removeglyphicon {
    margin-left: 10px;
    color: #dddddd;
    float: left;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    font-size: 26px;
    cursor: pointer;
}

.serialerror {
    color: red;
}

.container-forms .dropdown-toggle {
    border: 0 none;
}

.container-forms input,
.container-forms textarea,
.container-forms input:focus,
.container-forms textarea:focus {
    width: 100%;
    font-size: 16px; /* prevents auto zoom */
    border-color: #dddddd;
}

.container-forms textarea {
    line-height: 2;
}

.container-forms .password,
.container-forms .text-input {
    margin-bottom: 10px;
}

    .container-forms .password:last-child,
    .container-forms .text-input:last-child {
        margin-bottom: 0;
    }

.container-forms .input-group-addon {
    border-color: #dddddd;
}

/* Settings / Drivings School */

.form-item-driving-school-name {
    margin-bottom: 10px;
}

.form-item-usage-period .open .dropdown-menu {
    margin-top: 0;
    border: 0 none;
}

.form-item-usage-period .dropdown-toggle,
.form-item-usage-period .dropdown-menu {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #dddddd;
}

    .form-item-usage-period .dropdown-toggle:active,
    .form-item-usage-period .dropdown-toggle:hover,
    .form-item-usage-period .open .dropdown-toggle:active,
    .form-item-usage-period .open .dropdown-toggle:focus {
        border-color: #e7e7e7;
        background-color: #e7e7e7;
    }


    .form-item-usage-period .dropdown-toggle .caret {
        position: absolute;
        right: 12px;
        top: 15px;
    }

/* Student Account Info */

.page-list-item .item-title {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}

    .page-list-item .item-title.account-type {
        margin-bottom: 8px;
    }

.page-list-item .buttons {
    padding-top: 12px;
    padding-bottom: 10px;
}

    .page-list-item .buttons .btn,
    .radio-group .btn {
        padding: 6px 12px;
        font-weight: 600;
    }

.page-list-item .btn-marked-questions .badge {
    background-color: white;
    color: black;
}

.btn-group-nofloat .btn {
    float: none;
    margin: 3px 4px;
}

.form-item-dates [readonly="readonly"],
.form-item-dates [disabled="disabled"] {
    font-size: 16px;
    background-color: white;
}

.form-item-dates {
    padding-top: 10px;
}

    .form-item-dates .input-group:first-child {
        margin-bottom: 10px;
    }

    .form-item-dates .input-group-addon:first-child {
        text-align: left;
    }

@media only screen and (min-width: 375px) {
    .form-item-dates .input-group-addon:first-child {
        min-width: 12em;
    }
}

.form-item .item-title {
    margin: 0;
    font-size: 14px;
}

.item-title .label,
.page-title .label {
    position: relative;
    top: -1px;
}

.form-item-codes {
    padding-top: 5px;
}

/* Exam */
.page-title.exams {
    margin-bottom: 8px;
}

.container-exams .page-list-item-title {
    margin-bottom: 10px;
}

.result-list {
    margin-left: 50%;
    width: 100%;
    max-width: 240px;
    transform: translate3d(-50%, 0, 0);
}

.result {
    display: table;
    margin-bottom: 10px;
}

.result-license-class,
.result-description {
    display: table-cell;
    vertical-align: middle;
}

.result-license-class {
    width: 54px;
    height: 54px;
    padding: 0;
    font-weight: 600;
    text-align: center;
}

.result-description span {
    display: block;
    padding-left: 10px;
}

    .result-description span:first-child {
        font-weight: 600;
    }

.result-detail {
    font-size: 0.8em;
}


.result-error-points {
    display: block;
}

.result-license-class {
    color: white;
}

.passed .result-license-class {
    background-color: #7ac943;
}

.failed .result-license-class {
    background-color: #e10019;
}

.page-list-item .nav-back .glyphicon-menu-left {
    top: -6px;
    font-size: 1.5em;
    line-height: 1.6;
    color: black;
}

.glyphicon-menu {
    cursor: pointer;
    font-size: 21px;
    color: #01bd92;
    z-index: 100;
}

#backToRegisterStudentPage {
    position: absolute;
    left: 40px;
    top: 93px;
}

.checkbox-note {
    margin-bottom: 0;
    padding-top: 10px;
    font-style: italic;
    color: #84d019;
}

/* Question Search */
.container-question-search {
    border-bottom: 0 none;
}

    .container-question-search .form-item {
        margin-bottom: 10px;
    }

        .container-question-search .form-item:last-child {
            margin-bottom: 0;
        }

    .container-question-search button[type="submit"] {
        font-weight: 600;
    }

.table {
    display: block;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.title-search-results {
    margin: 0;
    padding: 10px 0 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 0;
    text-align: center;
}

.results-nav-back {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}

    .results-nav-back .nav-back {
        position: absolute;
        left: 0;
    }

    .results-nav-back,
    .results-nav-back:hover {
        color: black;
    }

.search-results > li {
    border-bottom: 1px solid #dddddd;
}

.search-result {
    display: block;
    padding: 10px 0;
}

    .search-result,
    .search-result:hover {
        color: black;
        text-decoration: none;
    }

.search-result-question-official-id {
    width: 5em;
    font-weight: 600;
}

.search-result-question-text {
    padding-left: 20px;
}

/* Question */
.question {
    width: 100%;
}

.question-title-info {
    position: relative;
    padding-bottom: 10px
}

.question-subject {
    padding-bottom: 20px;
    font-style: italic;
    color: #888888;
}

.question-license-class,
.question-official-id,
.question-error-points {
    display: inline-block;
    padding: 6px 0;
}

.question-license-class {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}

.question-error-points {
    position: absolute;
    top: 0;
    right: 0px;
    text-align: right;
}

.btn-lang-toggle {
    display: inline-block;
    margin-top: -1px;
    margin-left: 20px;
    padding: 2px 2px 2px 8px;
    color: black;
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

    .btn-lang-toggle .glyphicon-globe {
        top: 2px;
    }

    .btn-lang-toggle .selectLabel {
        top: 0;
    }

.question-error-points.five-points-question {
    padding: 6px 12px;
    background: red;
    color: white;
}

.question-text {
    padding-bottom: 10px;
}

.question-medium {
    position: relative;
    margin: 0;
    padding: 0;
}

.medium-link {
    display: block;
    line-height: 0;
}

.question-image,
.question-video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.btn-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px,-69px);
    width: 100px;
    height: 100px;
    background-image: url(Images/bigplay.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.variants-nav {
    display: block;
    position: relative;
    top: -19px;
    height: 38px;
    text-align: center;
}

.btn-variants {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: 6px;
    border: 0;
}

    .btn-variants:last-child {
        margin-right: 0;
    }

    .btn-variants .btn-variants-text {
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        top: 7px;
        left: 7px;
        background-color: white;
        color: white;
    }

    .btn-variants.active .btn-variants-text,
    .btn-variants:hover .btn-variants-text {
        background-color: #0c7b37;
    }

.btn-variant-text {
    display: none;
}

.answer {
    display: table;
    padding-bottom: 10px;
}

.answer-checkbox,
.cb-spacer,
.answer-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 0px !important;
}

.answer-text-RL {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 0px !important;
}

.answer-field {
    display: inline-block;
    min-width: 5em;
    text-align: center;
    border: 1px solid;
}

.answer-field {
    color: black;
}

.answer-field-grey {
    margin-right: 10px;
    background-color: #888888;
    color: white;
    border-color: #888888;
}

.answer-field-green {
    margin-right: 10px;
    background-color: #84d019;
    color: white;
    border-color: #84d019;
}

.answer-field-greenRL {
    margin-left: 10px;
    background-color: #84d019;
    color: white;
    border-color: #84d019;
}


.answer-checkbox {
    width: 32px;
    height: 32px;
}

    .answer-checkbox.checked-grey,
    .answer-checkbox.unchecked-grey {
        padding-right: 5px;
    }

    .answer-checkbox:before {
        display: block;
        content: '';
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .answer-checkbox.checked:before {
        background-image: url(Images/checkbox-checked.png);
    }

    .answer-checkbox.unchecked:before {
        background-image: url(Images/checkbox.png);
    }

    .answer-checkbox.checked-grey:before {
        background-image: url(Images/checkbox-checked-grey.png);
    }

    .answer-checkbox.checked-green:before {
        background-image: url(Images/checkbox-checked-green.png);
    }

    .answer-checkbox.unchecked-grey:before {
        background-image: url(Images/checkbox-grey.png);
    }

    .answer-checkbox.unchecked-green:before {
        background-image: url(Images/checkbox-green.png);
    }

.answer-text.has-image {
    padding-left: 20px;
}

.answer-text .formula-image {
    max-width: 100%;
    height: auto;
}


.formula-text {
    white-space: pre-wrap;
}


.question .buttons {
    padding-top: 20px;
    padding-bottom: 0;
    text-align: center;
}

.btn-unmark {
    width: 100%;
}

.field-validation {
    display: none;
    color: red;
}

input.invalid-data {
    border: 3px solid #f00;
}

div.invalid-data {
    border: 3px solid #f00;
}


button.language-dropdown {
    background-color: white;
    color: black;
    border-color: black;
    padding: 2px 5px 4px 8px;
}

    button.language-dropdown:hover {
        color: black;
        background-color: white;
    }

.language-dropdown-group {
    margin-top: 0px;
    position: relative;
    display: inline-block;
}

.language-dropdown-menu {
    width: 60px !important;
    min-width: 60px;
}

    .language-dropdown-menu li a {
        line-height: 0 !important;
        padding-left: 10px;
    }

.spacer {
    height: 7px;
}

.progress-header-caret {
    vertical-align: middle;
    display: table-cell;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
}

.password-forgotten {
    color: white;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

    .password-forgotten:hover, .password-forgotten:visited, .password-forgotten:focus {
        color: white;
    }

.modal-open, .modal {
    padding-right: 0 !important;
}

#newSerialNumber {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
}

#btnNewSerialNumber {
    height: 34px;
    padding: 0 12px;
    margin-top: 5px;
    background-color: #f6a822;
    color: #fff;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.btn {
    font-size: 14px !important;
}

/*@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
    .footer .container {
        padding-bottom: 20px;
    }
}*/

.dropup .caret, .progress-header-caret .caret {
    border-width: 8px;
    float: right;
}

.pull-right .student-name {
    float: left;
    padding-right: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderCheckBox {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderCheckBox:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderCheckBox {
    background-color: #52BE80;
}

input:focus + .sliderCheckBox {
    -moz-box-shadow: 0 0 1px #2196F3;
    -webkit-box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderCheckBox:before {
    -webkit-transform: translateX(25px);
    -ms-transform: translateX(25px);
    transform: translateX(25px);
}

/* Rounded sliders */
.sliderCheckBox.round {
    border-radius: 20px;
}

    .sliderCheckBox.round:before {
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.md-lock {
    background-image: url(Images/ionicons_svg_md-lock.svg);
    background-position: 10px 50%;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 40px;
    background-position-y: center;
}

@-webkit-keyframes md-lock-autofill {
    to {
        background-image: url(Images/ionicons_svg_md-lock.svg);
    }
}

.md-lock:-webkit-autofill {
    -webkit-animation-name: md-lock-autofill;
    -webkit-animation-fill-mode: both;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.mt-25 {
    margin-top: -25px !important;
}

.mt-3 {
    margin-top: -5px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt100 {
    margin-top: 100px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px;
}

.pR5 {
    padding-right: 5px !important;
}

.pR10 {
    padding-right: 10px !important;
}

.pL5 {
    padding-left: 5px !important;
}

.pLR5 {
    padding: 0 5px;
}

.p10 {
    padding: 10px;
}


.inner-addon {
    position: relative;
    color: #666666;
}

    .inner-addon .glyphicon {
        position: absolute;
        pointer-events: none;
        padding: 10px;
    }
/* align icon */
.left-addon .glyphicon {
    left: 0px;
    top: 6px;
}

.right-addon .glyphicon {
    right: 0px;
    top: 6px;
}

/* add padding  */
.left-addon input {
    padding-left: 40px;
}

.right-addon input {
    padding-right: 40px;
}

/* Customize the label (the container) */
.cbContainer {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .cbContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #8e8e8e;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
}

/* When the checkbox is checked, add a blue background */
.cbContainer input:checked ~ .checkmark {
    background-color: #00be92;
    border: 1px solid #00be92;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cbContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cbContainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sessionInfoMsg {
    width: 100%;
    background: #cc2929;
    color: #fff;
    padding: 10px;
    display: none;
}

.errorMsg {
    color: #cc2929;
    display: none;
}

.errorBox {
    border: 2px solid #ff0000 !important;
}

.error {
    color: #cc2929;
    font-weight: bold;
}

.successBox {
    border: 2px solid #52BE80 !important;
}


.success {
    color: #52BE80;
}

.modal-dialog.login {
    width: 420px;
    margin: 30px auto !important;
}

.menuBar {
    position: absolute;
    left: 20px;
    top: 32px;
    z-index: 1000;
}

.menuBarUser {
    position: absolute;
    right: 20px;
    top: 35px;
    color: #fff;
    z-index: 1;
}

    .menuBarUser .menueItem {
        cursor: pointer;
    }

        .menuBarUser .menueItem.glyphicon-plus {
            font-size: 9px;
            position: absolute;
            left: -7px;
            top: 4px;
        }

        .menuBarUser .menueItem.glyphicon-user {
            font-size: 18px;
        }

.dots:after {
    content: '\2807';
    font-size: 1.7em;
    color: #fff
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

.menuBar .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.menuBar .icon-bar {
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    transition: all .3s ease;
}

.menuBar .dropdown-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.dropdown.show .dropdown-toggle .burger {
    position: relative;
    width: 30px;
    height: 20px;
}

    .dropdown.show .dropdown-toggle .burger .icon-bar {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        margin: 6px 0 0
    }

        .dropdown.show .dropdown-toggle .burger .icon-bar + .icon-bar {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

            .dropdown.show .dropdown-toggle .burger .icon-bar + .icon-bar + .icon-bar {
                display: none
            }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #01be92;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
}

.search {
    color: #fff;
    background-color: #f6a822;
    height: 50px;
    margin: 0 20px;
    vertical-align: middle;
    line-height: 50px;
    z-index: 100;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.container.searchContainer {
    z-index: 100;
}

.container .resultContainer, .container .questionSearchContainer, .container .settingsContainer {
    background-color: #f0f1f5;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 400px;
}

.container .detailsContainer, .container .progressContainer, .container .markedQuestionsContainer,
.container .examsContainer, .container .examDetailsContainer, .container .qustionSearchDetailsContainer,
.container .registerStudentContainer, .container .newStudentContainer, .container .errorContainer {
    background-color: #fff;
    padding-bottom: 20px;
}

.detailsContainer .statusDot {
    float: left;
    margin-right: 10px;
}

.container .registerStudentContainer {
    position: relative;
}

.topBack {
    position: absolute;
    left: 40px;
    top: 23px;
}

.detailsHeader {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #99a4b4;
}

.title {
    color: #94a1b4;
    font-size: 16px;
    font-weight: bold;
}

input[class*="searchInput"] {
    width: 100%;
    padding: 0 10px;
    color: #fff !important;
    border: 0 !important;
    background-color: #f6a822;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.searchInput::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.searchInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.searchInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.searchInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.lineH36 {
    line-height: 36px;
}

input[class*="expirationDate"] {
    cursor: pointer;
    width: 110px;
    height: 36px !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.glyphicon-calendar {
    cursor: pointer;
    color: #25aa8c;
}

.searchBtn {
    border: 0;
    background-color: #f6a822;
    color: #fff;
    padding: 6px 12px;
    cursor: pointer;
}

    .searchBtn:hover, .searchBtn:focus, .searchBtn:visited {
        color: #fff;
    }

    .searchBtn .glyphicon-search {
        font-size: 22px;
        top: 5px;
    }

.filterBox, .whiteFilterBox {
    position: relative;
    height: 50px;
    margin: 0 20px;
    vertical-align: middle;
    line-height: 50px;
    /*z-index: 100;*/
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.filterBox {
    background-color: #00be92;
    color: #fff;
}

.whiteFilterBox {
    background-color: #fff;
    border: 1px solid #00be92;
    color: #00be92 !important;
}

    .whiteFilterBox:hover, .whiteFilterBox:active {
        background-color: #00be92 !important;
        color: #fff !important;
    }

    .whiteFilterBox .btnFilter {
        color: #00be92 !important;
        padding: 0;
        height: 100%;
        margin-top: -4px;
    }

        .whiteFilterBox .btnFilter:hover {
            color: #fff !important;
        }

.filterBox.registerButton {
    margin: 20px 0 0 0;
}

.footer-content .filterBox, .footer-content .whiteFilterBox {
    margin: 0;
}

.filterBox .show {
    display: inline-block !important;
}

.filterBox .dropdown-menu {
    line-height: 15.4px;
    width: 100%;
}

.btnFilter, .btnFilter:hover, .btnFilter:focus {
    border: 0;
    background-color: transparent;
    color: #fff;
}

    .btnFilter, .btnFilter:active, .btnFilter:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none !important;
        border-radius: 0;
        -webkit-border-radius: 0;
    }


.filterBoxBtn {
    position: relative;
    display: inline-block;
    min-width: 93px;
    width: 100%;
    text-align: center;
}

    .filterBoxBtn span {
        display: inline-block;
    }

    .filterBoxBtn .dropdown-menu {
        top: 48px;
        color: #333;
    }

    .filterBoxBtn .glyphicon-chevron-down, .filterBoxBtn .glyphicon-chevron-up {
        margin-left: 20px;
        float: left;
        padding-top: 3px;
    }

.whiteBtn {
    background-color: #fff;
    border: 1px solid #00be92;
    color: #00be92 !important;
}

    .whiteBtn:hover, .whiteBtn:active {
        background-color: #00be92 !important;
        border: 1px solid #00be92;
        color: #fff !important;
    }

.mB5mLR5 {
    margin: 0 5px 5px;
}

.mB10mLR5 {
    margin: 0 5px 10px;
}

.mB10mLR20 {
    margin: 0 20px 10px;
}

.mLR5 {
    margin: 0 5px;
}

.mLR20 {
    margin: 0 20px;
}

.dropdownBtn {
    width: 100%;
    background-color: #fff;
    text-align: left;
    vertical-align: middle;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .dropdownBtn .glyphicon-chevron-down {
        padding-top: 3px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #00be92;
    }

    .dropdownBtn:after {
        content: "";
        clear: both;
    }

#sortOrderList {
    margin-top: 0;
    left: 15px;
}

#pageEntryList {
    margin-top: 0;
    right: 15px;
}

.btndirection {
    width: 100%;
    padding: 3px 6px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .btndirection .glyphicon-triangle-top, .btndirection .glyphicon-triangle-bottom {
        display: block;
        color: #00be92;
        font-size: 10px;
    }

    .btndirection .glyphicon-triangle-top {
        margin-bottom: 6px;
    }

.paginationGroupContainer {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.paginationGroupContainerRow {
    display: table-row;
    vertical-align: middle;
    background-color: #f0f1f5
}
/*mB10mLR5 mt20*/
.paginationGroup {
    margin: 20px 5px 5px 10px;
    text-align: center;
}

.btnPagination {
    width: 100%;
    padding: 12px 6px;
    color: #95a0b5 !important;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .btnPagination.active {
        background-color: #95a0b4;
        color: #fff !important;
    }


.pnlAddStudent {
    cursor: pointer;
    color: #00c294;
    font-weight: bold;
    background-color: #f7f8fa;
    height: 80px;
    vertical-align: middle;
    line-height: 80px;
    padding: 0 20px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .pnlAddStudent:hover {
        color: #fff;
        background-color: #00be92;
    }

.btnApplyChanges {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background-color: #00be92;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    padding: 0 20px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .btnApplyChanges:hover, .btnApplyChanges:focus, .btnApplyChanges:active {
        color: #fff;
        background-color: #00be92;
    }

.table {
    display: table;
    border-collapse: separate;
    border-spacing: 0;
}

.tablerow {
    display: table-row;
}

.tablecell {
    display: table-cell;
    padding: 5px;
    border: 0;
}

.column-2 {
    width: 50%;
}

.pnlAddStudent div:first-child {
    margin-right: 10px;
    font-size: 18px;
}

.pnlQuestions {
    margin-top: 4px;
    cursor: pointer;
    border: 2px solid #fff;
    background-color: #fff;
    vertical-align: middle;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.pnlQuestions {
    padding: 10px 20px;
}

    .pnlQuestions:hover {
        border: 2px solid #f6a822;
    }

.pnlAddStudent:after {
    content: "";
    clear: both;
}

.pnlStudentContent {
    margin-left: -2px; /* remove outer border spacing */
    margin-right: -4px; /* remove outer border spacing */
}

.pnlStudent {
    width: 100%;
    height: 60px;
    display: table;
    table-layout: fixed;
    border-spacing: 4px 2px;
}

    .pnlStudent .table-cell:nth-child(1), .pnlStudent .table-cell:nth-child(2) {
        background-color: #fff;
        border: 2px solid #fff;
        vertical-align: middle;
        cursor: pointer;
    }

    .pnlStudent .table-cell:nth-child(2) {
        width: 50px;
        text-align: center;
    }

    .pnlStudent .table-cell:nth-child(1):hover {
        border: 2px solid #f6a822;
    }

    .pnlStudent .table-cell:nth-child(2):hover {
        color: #fff;
        background-color: #00be92;
    }

    .pnlStudent .examStudentRow .examStatusActive {
        color: #f6a822;
    }

    .pnlStudent .examStudentRow .table-cell:nth-child(1):hover {
        border: 2px solid #fff;
    }

    .pnlStudent .examStudentRow .table-cell:nth-child(2):hover {
        color: #000;
        background-color: #fff;
    }

    .pnlStudent .examStudentRow .table-cell .checkbox {
        margin-top: 15px;
        margin-left: 13px;
    }

    .pnlStudent .examStudentRow .table-cell .checkmark.disabled {
        opacity: 0.2;
        pointer-events: none;
    }

    .pnlStudent .examStudentRow .table-cell .checkbox input[type=checkbox] {
        padding-left: 26px;
        line-height: 18px;
        height: 18px;
        position: relative;
    }

pnlStudent .table-cell:nth-child(1):after {
    content: "";
    clear: both;
}

.pnlStudent .statusDotYellow, .pnlStudent .statusDotGreen, .pnlStudent .statusDotRed, .pnlStudent .statusInactive {
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 20px;
}

.pnlStudent .educationIcon {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 20px;
    color: #F0F1F5;
}

.examsContainer .educationIcon {
    color: #95a0b4;
    font-size: 40px;
}

.studenteducationIcon {
    color: #333 !important;
    font-size: 20px;
}

.table-row {
    display: table-row;
    vertical-align: middle;
}

.table-cell {
    display: table-cell;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    text-align: center;
}

.textRight {
    text-align: right;
}

.dropdown-menu {
    color: #212529;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
}

.dropdown-item {
    color: #333;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 24px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #333;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #333;
        text-decoration: none;
        background-color: #f8f9fa;
    }

.statusDotYellow:after, .statusDotGreen:after, .statusDotRed:after, .statusInactive:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f111";
    font-size: 18px;
}

.statusDotYellow:after {
    color: #fece00;
}

.statusDotGreen:after {
    color: #78cd02;
}

.statusDotRed:after {
    color: #db3801;
}

.statusInactive:after {
    color: #ddd;
}

.examsContainer .statusDotGreen:after, .examsContainer .statusDotYellow:after, .examsContainer .statusDotRed:after,
.progressContainer .statusDotGreen:after, .progressContainer .statusDotYellow:after, .progressContainer .statusDotRed:after {
    font-size: 36px;
}

.examPassedIco:after, .completedIco:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-size: 18px;
    color: #99d83f;
    margin-right: 10px;
}

.examNotPassedIco:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    font-size: 18px;
    margin-right: 10px;
    color: #e2683f;
}

.notCompletedIco:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-size: 22px;
    margin-right: 10px;
    color: #ECECEC;
}

.completedIco:after {
    font-size: 22px;
}

.btnGreen, .btnGreen:focus {
    border: 1px solid #14bc97 !important;
    color: #14bc97 !important;
    background-color: #fff;
}

    .btnGreen:hover, .btnGreen:active {
        background-color: #00be92 !important;
        color: #fff !important;
    }

    .btnGreen:disabled, .btnGreen:disabled:hover, .btnGreen:disabled:active {
        background-color: gray !important;
        color: #fff !important;
    }

.lblInfo {
    color: #99a4b4;
    font-size: 14px;
    margin-top: 0;
}

#studentForm input[type="text"], #studentForm input[type="password"], #studentForm input[type="number"], #studentForm input[type="email"] {
    height: 34px !important;
}

#studentForm .left-addon .glyphicon {
    top: 0 !important;
}

.btn.dropdownBtn.dropdown-toggle {
    font-weight: bold;
}

.accordion {
    background-color: #fff;
    color: #01bd92;
    cursor: pointer;
    padding: 18px;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #01bd92;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .accordion:hover {
        background-color: #01bd92;
        color: #fff;
    }

.accActive {
    background-color: #fff;
}

.accordion:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    float: left;
    margin-right: 20px;
}

.accActive:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f077";
}

.accPanel {
    display: none;
    padding: 18px 0;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.lerningTime {
    text-align: center;
    width: 60px;
    font-size: 24px;
    color: #faa925;
    margin-right: 10px;
}

    .lerningTime:last-child {
        margin-right: 0;
    }

.lerningTimeInfo {
    color: #faa925;
    text-align: center;
    width: 60px;
    margin-right: 10px;
}

    .lerningTimeInfo:last-child {
        margin-right: 0;
    }

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}

.settingsContainer .radio {
    margin: 0;
}

.radio input[type=radio], .radio input[type=checkbox] {
    display: none;
}

    .radio input[type=radio] + span, .radio input[type=checkbox] + span {
        line-height: 18px;
        height: 18px;
        padding-left: 18px;
        position: relative;
    }

        .radio input[type=radio] + span:not(:empty), .radio input[type=checkbox] + span:not(:empty) {
            padding-left: 26px;
            display: inline-block;
        }

        .radio input[type=radio] + span:before, .radio input[type=radio] + span:after,
        .radio input[type=checkbox] + span:before, .radio input[type=checkbox] + span:after {
            content: '';
            width: 18px;
            height: 18px;
            display: block;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            left: 0;
            top: 0;
            position: absolute;
        }

        .radio input[type=radio] + span:before, .radio input[type=checkbox] + span:before {
            transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2);
            -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19) !important;
        }

        .radio input[type=radio] + span:after, .radio input[type=checkbox] + span:after {
            background: #fff;
            transform: scale(.78);
            transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
        }

    .radio input[type=radio]:checked + span:before, .radio input[type=checkbox]:checked + span:before {
        transform: scale(1.04);
        background: #00be92;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    .radio input[type=radio]:checked + span:after, .radio input[type=checkbox]:checked + span:after {
        transform: scale(.6);
        transition: transform .3s ease;
    }

.radio:hover input[type=radio] + span:before {
    transform: scale(.92);
}

.radio:hover input[type=radio] + span:after {
    transform: scale(.74);
}

.radio:hover input[type=radio]:checked + span:after {
    transform: scale(.4);
}

.stadyProgress {
    margin: 0 10px;
    display: block;
    cursor: pointer;
    display: inline-block;
}

    .stadyProgress:first-child {
        margin-left: 0;
    }

    .stadyProgress input[type=checkbox] {
        display: none;
    }

        .stadyProgress input[type=checkbox] + span {
            line-height: 18px;
            height: 18px;
            padding-left: 18px;
            position: relative;
        }

            .stadyProgress input[type=checkbox] + span:not(:empty) {
                padding-left: 26px;
            }

            .stadyProgress input[type=checkbox] + span:before, .stadyProgress input[type=checkbox] + span:after {
                content: '';
                width: 24px;
                height: 24px;
                display: block;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                left: 0;
                top: 0;
                position: absolute;
            }

            .stadyProgress input[type=checkbox] + span:before {
                transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2);
            }

    .stadyProgress.red input[type=checkbox] + span:after {
        background: #db3801;
        transform: scale(.78);
        transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
    }

    .stadyProgress.yellow input[type=checkbox] + span:after {
        background: #fece00;
        transform: scale(.78);
        transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
    }

    .stadyProgress.green input[type=checkbox] + span:after {
        background: #bfcc00;
        transform: scale(.78);
        transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
    }

    .stadyProgress input[type=checkbox]:checked + span:before {
        transform: scale(1.04);
        border: 1px solid #5daaa2;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

    .stadyProgress input[type=checkbox]:checked + span:after {
        transform: scale(.6);
        transition: transform .3s ease;
    }

    .stadyProgress:hover input[type=checkbox] + span:before {
        transform: scale(.92);
    }

    .stadyProgress:hover input[type=checkbox] + span:after {
        transform: scale(.74);
    }

    .stadyProgress:hover input[type=checkbox]:checked + span:after {
        transform: scale(.4);
    }

.colxs4 {
    float: left;
    width: 33.333%;
}

.colxs2 {
    float: left;
    width: 50%;
}

hr.line {
    margin-top: 0;
    border-top: 1px solid #f6f6f7;
}

#settingsForm hr.line {
    border-top: 1px solid #cacfda;
}

.durationType {
    text-align: center;
}

.examsResult {
    color: #f9a921;
    font-size: 36px;
}

.examsResultInfo {
    color: #f9a921;
    font-size: 18px;
    margin: 0;
}

.examPassed {
    color: #99d83f;
}

.examNotPassed {
    color: #e2683f;
}

.answerCheckbox, .answerCheckboxLR {
    width: 20px;
    height: 20px;
    border: 1px solid #78cb00;
    background-color: #e0f3c6;
    display: inline-block;
}

    .answerCheckbox.checked:after {
        content: '';
        display: block;
        width: 10px;
        height: 20px;
        /* "Center" the checkmark */
        position: relative;
        bottom: 8px;
        left: 8px;
        border: solid #435629;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    /*left to right*/
    .answerCheckboxLR.checked:after {
        content: '';
        display: block;
        width: 10px;
        height: 20px;
        position: relative;
        bottom: 8px;
        right: 8px;
        border: solid #435629;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
    }

.answerError {
    color: #db3902;
}

.qustionNumber {
    color: #f5aa23;
    font-weight: bold;
}

.questionSearch {
    position: relative;
    height: 40px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .questionSearch input, .questionSearch button {
        width: 100% !important;
        height: 100% !important;
        padding: 10px 50px 10px 10px;
        background-color: #fff;
        border: 0 !important;
        outline: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    .questionSearch .glyphicon-search {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #00be92;
        font-size: 20px;
    }

.modal-backdrop.show {
    opacity: 0.6;
}

.show {
    opacity: 1;
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

#pageContentDiv {
    /*min-height: 300px;*/
    height: 100%;
}

#newStudentForm .bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.height100 {
    height: 100%;
}

.modal-content {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
}

.container .modal-content {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.modal-header {
    background-color: #f6a822;
    border: 1px solid #f6a822;
    color: #fff;
    -webkit-border-top-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    -webkit-border-top-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    .modal-header .close {
        color: #fff !important;
        opacity: 1;
    }

.modal-button {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}

    .modal-button.modal-button-no {
        background: #95a0b4 !important;
    }

        .modal-button.modal-button-no:active {
            background: #95a0b4 !important;
        }

.wrapBreakeWord {
    word-wrap: break-word;
}

.sort .criteria {
    padding-right: 5px;
}

.sort .direction {
    padding-left: 5px;
    padding-right: 5px;
}

.sort .pageEntries {
    padding-left: 5px;
}

    .sort .pageEntries .pageentry {
        padding-left: 0;
    }

#licenseButtons,
#languageButtons {
    width: 100%;
}

    #licenseButtons .btn,
    #languageButtons .btn {
        margin: 3px 0px;
    }

.btnSelectContainer {
    width: 100%;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn.btnSelect.active,
.btn.btnSelect:active,
.btn.btnSelect:active:focus,
.btn.btnSelect.active:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnDefault.btnSelect {
    text-align: center;
    vertical-align: top;
    background-color: #EFF1F4;
    color: #2D2D2D;
    outline: none !important;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none !important;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .btnDefault.btnSelect.active,
    .btnDefault.btnSelect:hover:enabled,
    .btnDefault.btnSelect.active:focus {
        background-color: #FAA027;
        color: #ffffff;
        outline: none !important;
    }

    .btnDefault.btnSelect:active,
    .btnDefault.btnSelect:focus {
        outline: none !important;
    }

    .btnDefault.btnSelect > span {
        font-size: 16px;
    }

*:focus, *:active {
    outline: none !important;
}

.dummy {
    opacity: 0;
    height: 0 !important;
    border: 0;
    padding: 0;
    position: absolute;
    top: -10px;
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: auto;
    display: none;
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s;
}

.w3-grey {
    color: #fff !important;
    background-color: #95a0b4 !important;
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.w3-large {
    font-size: 18px !important;
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.w3-dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    color: #fff;
}

    .w3-dropdown-menu:after {
        clear: both;
    }

    .w3-dropdown-menu > li > a {
        line-height: 2;
        color: #fff;
    }

    .w3-dropdown-menu > .active > a, .w3-dropdown-menu > .active > a:hover, .w3-dropdown-menu > .active > a:focus {
        color: #cdf0e9;
        text-decoration: none;
        outline: 0;
        font-weight: bold;
    }

.w3-btn-close {
    width: 40px !important;
    font-size: 36px !important;
}

.overlay, .w3-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #616161;
    opacity: 0.5;
    display: none;
}

.input-append {
    width: calc((100% / 3) - 6px);
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

    .input-append:last-child {
        margin-right: 0;
    }

    .input-append input[type="text"], .input-append input[type="password"], .input-append input[type="number"], .input-append input[type="email"] {
        border: 0 !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        /*padding: 10px 5px 10px 10px;*/
        width: 90px;
        margin: 10px 5px 10px 10px;
        height: 20px !important;
    }

.registerStudentContainer .input-append input[type="number"] {
    height: 25px !important;
}

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;
}

.input-append .btn.dropdown-toggle {
    float: right;
    height: 100%;
    border: 0 !important;
    background-color: #fff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #00be92;
    margin-right: 10px;
    margin-top: 10px;
}

.input-append .year {
    text-align: center;
    min-width: 100px !important;
}

.day, .month {
    text-align: center;
    min-width: 50px !important;
}

.input-append .day, .input-append .month, .input-append .year {
    overflow-y: auto;
    max-height: 400px;
}

.registerStudentContainer .item-title {
    text-transform: none;
}

.detailsContainer .buttons, .registerStudentContainer .buttons, .examDetailsContainer .buttons,
.settingsContainer .buttons, .qustionSearchDetailsContainer .buttons {
    padding-top: 0 !important;
}

.examDetailsContentDiv {
    height: 100%;
    padding-bottom: 85px
}

.examDetailsContainer {
    height: 100%
}

.settingsContainer .buttons {
    text-align: right;
}

.tooltip1 {
    position: relative;
    display: inline-block
}

    .tooltip1 .tooltiptextContent {
        visibility: hidden;
        width: 120px;
        background-color: #95a0b4;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip1 .tooltiptextContent::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #95a0b4 transparent transparent transparent;
        }

/*.tooltip1:hover .tooltiptextContent {
	visibility: visible;
	opacity: 1;
}*/

.tooltipContent .tooltiptextContent {
    left: 0;
    height: 110px;
    width: 100%;
    margin-left: 0;
    text-align: left;
    border-radius: 0;
}

    .tooltipContent .tooltiptextContent:after {
        left: 24px;
    }

.tooltipContent .tooltiptext {
    height: 90px;
    overflow-y: auto;
}

.tooltiptextContent .closetooltip {
    font-size: 26px;
    margin-top: -10px;
    cursor: pointer;
}

.infoBox {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 2000;
    display: none;
}

    .infoBox .infoBoxContent, .infoBox .infoBoxContentWhite {
        min-height: 50px;
        padding: 20px;
        vertical-align: middle;
        z-index: 100;
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    }

    .infoBox .infoBoxContent {
        color: #fff;
        background-color: #00be92;
    }

    .infoBox .infoBoxContentWhite {
        background-color: #fff;
    }

.infoBoxContentWhite .close {
    color: #000 !important;
}

.modalInfoBox {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 10px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

    .modalInfoBox .infoBoxContent, .modalInfoBox .infoBoxContentWhite {
        min-height: 50px;
        padding: 20px;
        vertical-align: middle;
        z-index: 100;
    }

    .modalInfoBox .infoBoxContent {
        color: #fff;
        background-color: #00be92;
    }

    .modalInfoBox .infoBoxContentWhite {
        color: #fff;
        background-color: #fff;
    }

    .infoBox .close, .modalInfoBox .close {
        font-size: 26px;
        color: #fff;
        opacity: 1;
    }

.modal-body .close {
    opacity: 1;
}

#msgDialog .modal-content {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.center-content {
    clear: both;
    display: inline-block;
    margin: 0 auto;
}

.filterGeneral .checkbox {
    margin-bottom: 13px;
}

    .filterGeneral .checkbox label {
        line-height: 20px;
    }

.filterGeneral .radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

.detailsContainer {
    height: 100%;
    padding-bottom: 70px !important;
}

.resultContainer, .settingsContainer, #settingsForm, .registerStudentContainer, #newStudentForm {
    height: 100%;
}

.students-container {
    margin-top: -25px !important;
    height: calc(100% - 95px);
}

.exam-students-container {
    height: calc(100% - 70px);
}

.settings-container {
    height: calc(100% - 70px);
}

.registerStudent-container {
    height: calc(100% - 70px);
}

.container .settingsContainer {
    padding-bottom: 70px;
}

.container .registerStudentContainer {
    padding-bottom: 70px;
}

.contentTable {
    display: table;
    width: 100%;
    height: 100%;
}

.contentTableRow {
    display: table-row;
}

.contentTableCell {
    display: table-cell;
    height: 100%;
}

.headerContentCell {
    height: 112px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #212529;
    font-size: 16px;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .select-styled:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        color: #00be92;
        position: absolute;
        top: 16px;
        right: 10px;
        line-break: 1;
    }

/*.select-styled:active, .select-styled.active {
		background-color: #ab3326;
	}*/

/*.select-styled:active:after, .select-styled.active:after {
			top: 9px;
			border-color: transparent transparent #fff transparent;
		}*/

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    /*background-color: #ab3326;*/
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    color: #212529;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

    .select-options li {
        margin: 0;
        line-height: 2;
        padding: 3px 0;
        text-indent: 15px;
        -moz-transition: all 0.15s ease-in;
        -o-transition: all 0.15s ease-in;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

        .select-options li:hover {
            color: #262626;
            background-color: #f5f5f5;
        }

        .select-options li[rel="hide"] {
            display: none;
        }

.input-append .select {
    width: 100%;
}

.registerStudent-container .input-append input[type="number"] {
    padding: 10px 15px;
}

/**   Range slider   */
/* Overrides for right-to-left sliders. */

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
    left: auto;
    right: 0;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
    left: 0;
    right: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
    top: 0;
    bottom: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
    top: auto;
    bottom: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
}

.ui-datepicker {
    z-index: 1000 !important;
}

    .ui-datepicker .ui-state-active, .ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-active {
        border: 1px solid #00be92;
        background: #00be92;
        color: #fff;
    }

#confirmSettingDialog .modal-content {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

#confirmSettingDialog .modal-button {
    width: 50%;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.black {
    color: #000 !important;
}

.gray, .gray.statusDotRed:after, .gray.statusDotYellow:after, .gray.statusDotGreen:after {
    color: #ccc;
}

.footerBtn {
    height: 50px;
    padding: 0;
    vertical-align: middle;
    line-height: 50px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
}

.greenButton {
    background-color: #00be92;
    color: #fff;
}

    .greenButton:hover, .greenButton:active {
        background-color: #00be92;
        color: #fff;
    }

.footerBtn.disabled, .btnGreen.disabled {
    opacity: 0.2;
    color: #333 !important;
    pointer-events: none;
}

.whiteBtn.disabled:hover, .whiteBtn.disabled:active {
    background-color: #fff !important;
    color: #00be92 !important;
}

.form-horizontal.studentDetails {
    height: calc(100% - 70px);
}

.noUi-target {
    background: #fff !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    border: 0 !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

.noUi-horizontal {
    height: 15px;
}

.noUi-connects {
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}

.noUi-connect {
    background: #52BE80
}

.noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 26px !important;
    height: 26px !important;
    right: -13px !important;
    top: -5px !important;
    border-radius: 50%;
    cursor: pointer;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.noUi-handle:active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==) !important;
    background-size: 100% !important;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12))) !important;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)) !important;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)) !important;
}

    .noUi-handle:active:before, .noUi-handle:active:after {
        background: darkgray;
    }


.noUi-handle:after, .noUi-handle:before {
    left: 10px;
    top: 6px;
}

.noUi-handle:after {
    left: 13px;
}

.modal-button.fullWidth {
    border-radius: 0 !important;
    width: 100%;
}

.detailsContainer .btnGreen.disabled {
    opacity: 0.3 !important;
    background-color: #fff !important;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19) !important;
    border: 1px solid #B0B0B0 !important;
}

.refreshStudentsListButton {
    cursor: pointer;
    color: #00be92;
    font-size: 16px;
}

.logo-img {
    width: 60px;
    fill: #fff;
    margin-bottom: -15px;
}

.logo-img-header-standard {
    width: 35px;
    fill: #fff;
    margin-bottom: -11px;
}

.app-title-standard {
    margin-top: -7px;
    font-weight: normal;
    line-height: 1;
}

    .app-title-standard a, .app-title-standard a:hover, .app-title a, .app-title a:hover {
        color: #fff;
    }


.jst-hours {
    float: left;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.timer {
    margin: 0 5px;
}

.studentInfo {
    width: calc(100% - 54px);
}

.hidden {
    display: none;
}

.examDetails-footer .footer-content {
    background-color: #f0f1f5;
}

.questionsSlider {
    position: relative;
    overflow-x: hidden;
    /*height:100%;*/
}

.slide {
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
}

.datePicker {
    font-size: 14px !important;
}

.clearable-input {
    position: relative;
    display: inline-block;
}

    .clearable-input > input {
        padding-right: 1.4em;
        height: 46px !important;
        min-width: 125px;
    }

    .clearable-input > [data-clear-input] {
        position: absolute;
        top: 0;
        right: 0;
        font-weight: bold;
        font-size: 1.4em;
        padding: 0 10px 0 5px;
        line-height: 48px;
        cursor: pointer;
    }

    .clearable-input > input::-ms-clear {
        display: none;
    }

.badge.badge-content {
    color: #FAA027;
    background-color: #ffffff;
    border: 1px solid #FAA027;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 15px;
}

@media (min-width:767px) {
    .selectLabel {
        height: 40px;
        line-height: 40px;
    }

    #languageSelectorElement .page-list-item {
        margin-left: -4px;
        margin-right: -4px;
    }

    .settings-container .page-list-item > .buttons {
        margin-left: -4px;
        margin-right: -4px;
    }

    .btnSelectContainer {
        width: 33.33333333%;
        padding-left: 4px;
        padding-right: 4px;
    }

    .btnDefault.btnSelect:active,
    .btnDefault.btnSelect:focus {
        border: 0 !important;
    }

    .w3-sidebar, .w3-overlay {
        display: none !important;
    }

    .form-horizontal .control-label, .examDetailsContainer .control-label {
        padding-top: 7px;
        text-align: left;
    }

    .durationType {
        float: left;
        margin-right: 30px;
    }

    .btnPagination:hover, .btnPagination:visited {
        color: #fff;
        background-color: #00be92;
    }
}



@media (max-width: 767px) {
    .durationType {
        text-align: left;
        max-width: 300px;
    }

    .content-durationType {
        text-align: left;
    }

    .input-append input[type="text"], .input-append input[type="number"] {
        width: 50px !important;
    }

    .input-append .btn.dropdown-toggle {
        margin-right: 2px;
    }

    .dropdown.questionSearch {
        margin-bottom: 10px;
    }

    .settingsContainer .buttons {
        text-align: left;
    }

    .filterGeneral {
        margin-top: 20px;
    }

    .input-append .day, .input-append .month, .input-append .year {
        max-height: 200px;
    }

    #contentStudents {
        padding-bottom: 50px;
    }

    #contentExamStudents {
        padding-bottom: 50px;
    }

    .footer-content .filterBox:nth-child(2) {
        margin-top: 5px;
    }

    .footer-content .whiteFilterBox {
        margin-top: 5px;
    }

    .footer-content .footer-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .tablecell.footerBtnTablecell {
        display: table-cell;
        padding: 5px 0;
        border: 0;
    }
}

@media only screen and (max-width: 462px) {
    .input-append {
        width: 100%;
    }

        .input-append input[type="text"], .input-append input[type="number"] {
            width: 90px !important;
        }

        .input-append .btn.dropdown-toggle {
            margin-right: 10px;
        }

    .tooltip1 .tooltiptextContent {
        bottom: 115%;
    }

    #msgDialog .modal-button {
        padding: 10px 0;
    }

    #msgDialog .col-xs-1 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 374px) {
    .searchBtn {
        padding: 6px 0;
        margin-right: 5px;
    }

    #sortOrderList {
        padding: 6px 2px;
    }

    .btndirection {
        padding: 3px 0;
    }

    #pageEntryButton {
        /*padding: 6px 1px;*/
        padding: 6px 1px 6px 10px;
        text-align: left !important;
    }

    .pnlStudent {
        /*font-size: 10px;*/
        /*height: 50px;*/
    }

        .pnlStudent .table-cell:nth-child(2) {
            /*width: 20px;*/
        }

        .pnlStudent .statusDotYellow, .pnlStudent .statusDotGreen, .pnlStudent .statusDotRed {
            /*margin-top: 4px;*/
        }

    .statusDotYellow:after, .statusDotGreen:after, .statusDotRed:after {
        /*font-size: 14px;*/
    }

    .paginationGroup {
        margin: 20px 0 10px 0;
    }

    .tablecell {
        padding: 5px 1px;
    }

    #studentForm, #studentForm input {
        font-size: 13px;
    }

    .radio {
        font-size: 11px;
        min-width: 69px;
    }
}
