@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700|Roboto:300,400,700);
@font-face {
    font-family: Myriad;
    src: url(../fonts/MyriadPro-BlackSemiCn.otf);
}
body,html{
    margin:0
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Lato,sans-serif;
}
ul, ol {
    padding-left: 40px;
}
.mt-1 {
    margin-top: 10px!important
}
.mt-2 {
    margin-top: 20px!important
}
.mb-1 {
    margin-bottom: 10px!important;
}
.ms-1 {
    margin-left: 10px;
}
.ms-2 {
    margin-left: 20px;
}
.w-100 {
    width: 100%!important;
}
.d-block {
    display: block;
}
.text-yellow {
    color: #d8be0a;
}
.text-grey {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #636D78;
}
.text-grey2 {
    color: #626874;
}
.text-grey3 {
    color: #4E5D78;
}
.text-small {
    font-size: 11px;
}
.cursor-pointer {
    cursor: pointer
}
.notes-box {
    margin-top: 50px;
}
#view-files .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
.notes-box .panel-heading {
    cursor: pointer;
}
.notes-box h3 {
    margin-bottom: 20px;
}
.available-count:not(.not-available) {
    display: block;
    padding: 7px;
    cursor: pointer;
    margin-bottom: 5px;
}
.available-count.active {
    animation: activeColor 1.5s infinite;
}
@keyframes activeColor {
    0% {background: transparent}
    50% {background: #04AA6D;}
    100% {background: transparent}
}
#note-form {
    margin-bottom: 20px;
}
.quiz-box {
    padding: 15px;
    margin: 30px auto;
}
.quiz-box p {
    font-weight: bold;
    font-size: 20px;
}
.quiz-box p > span {
    margin: 0 15px;
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
}
.loader img {
    max-width: 140px;
}
.more {
    letter-spacing: 2px;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    font-size: 17px;
}
.column-sms_text {
    max-width: 870px;
}
.course-slide .text-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media screen and (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background: #f1f4f6;
    }
    ::-webkit-scrollbar-thumb {
        background: #2098d1;
        border-radius: 5px;
    }
    ::-moz-scrollbar {
        width: 10px;
    }
    ::-moz-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background: #f1f4f6;
    }
    ::-moz-scrollbar-thumb {
        background: #2098d1;
        border-radius: 5px;
    }
    .slides::-webkit-scrollbar,
    .units-wrapper::-webkit-scrollbar {
        width: 18px;
        height: 18px;
    }
    .slides::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background: #f1f4f6;
        border-left: 8px solid white;
        border-right: 7px solid white;
    }
    .units-wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background: #f1f4f6;
        border-left: 8px solid #d8e4f0;
        border-right: 7px solid #d8e4f0;
    }
    .slides::-webkit-scrollbar-thumb,
    .units-wrapper::-webkit-scrollbar-thumb {
        background-color: transparent;
        background-image: url(../images/icons/scrollbar.png);
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 50%;
        width: 18px;
        height: 18px;
    }
}
img, iframe, object {
    max-width: 100%;
}
.copy-icon {
    display: inline-block;
    margin-left: 5px;
    max-width: 17px!important;
    cursor: pointer;
}
.form-control.message-text {
    border: 1px solid #f4f4f4;
    height: 115px;
    padding: 5px;
    overflow-y: auto;
    font-size: 16px;
    resize: none;
}
.form-control.message-text:focus {
    border: 1px solid #f4f4f4;
}
.error-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    background: url(../images/register/purchase-bg-1x.jpg) center center / cover no-repeat;
    background-color: #3070ab;
    z-index: 1;
}
.error-heading {
    padding: 25px 10px;
}
.error-heading .image {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 75px;
}
.error-content {
    position: relative;
    padding: 25px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 30px #112c7a;
    margin: 0 20px;
}
.error-content a {
    font-size: 20px;
}
.app-no-login {
    display: block;
    min-height: 100vh;
    background: url(../images/register/login-bg.png) center center / cover no-repeat;
    background-color: #3070ab;
    color: #000;
}
.form-item.checkbox  {
    margin: 15px 0;
}
.form-item.card-item {
    overflow-x: hidden;
}
.form-item.card-item input {
    width: 110%;
}
.form-item.checkbox label {
    font-size: 14px;
    color: #636363;
}
.form-item [readonly] {
    background: #efefef;
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px
}
.form-inline .form-item+.form-item {
    margin-left: 15px
}
.form-inline .form-group.form-item, .form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.form-cert {
    width: 100%
}
.tde-p {
    font-size: 13px;
}
.no-margin {
    margin: 0!important;
}
input[type=color] {
    max-width: 180px;
}
.form-inline .form-control {
    margin-right: 15px;
}
.form-inline > .row {
    width: 100%;
}
.form-item label {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    margin: 5px 0;
    font-weight: 300;
    font-size: 18px
}
.form-item .help-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin: 5px 0;
    font-size: 13px;
    text-align: center;
}
.form-item input,
.form-item select,
.form-item textarea {
    color: #636363;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    margin: 0 0 5px 0;
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #b8b7b7;
    font-size: 18px
}
.bg.form-item input, .bg.form-item select {
    text-transform: uppercase;
    color: #7e7e7e;
    background: #f5f5f5;
    border-bottom: none;
}
.bg.form-item input i,
.bg.form-item select i {
    color: #112c7b;
}
.form-item input:focus,
.form-item textarea:focus {
    border: none;
    border-bottom: 2px solid #28a0db;
    outline: none
}
.form-item select:focus {
    border-bottom: 2px solid #28a0db;
    outline: none
}
.form-item input[type=checkbox] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 8px;
    float: left;
}
.form-item select {
    height: 44px;
    background: transparent;
    font-weight: 300;
}
.form-item .error {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #ff0000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #636363;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #636363;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #7e7e7e;
    font-weight: 500;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #7e7e7e;
    font-weight: 500;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    top: -18px;
    left: 5px;
    font-size: 13px;
}
/*Login page*/
.login-heading {
    padding: 25px 10px;
}
.login-heading .image {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    max-height: 85px;
}
.login-form {
    position: relative;
    padding: 40px 70px;
    background: #fff;
    box-shadow: 0 0 30px #112c7a;
    margin-bottom: 15px;
}
.login-form .form-body {
    margin-top: 40px;
}
.login-form .form-heading .form-title {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #2aabe4;
}
.login-form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0 0;
}
.login-form .form-item .help-block{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    -ms-flex-order: 0;
    order: 0;
}
.login-form .form-item .btn {
    margin: 40px auto;
    border-radius: 20px;
    border: 0;
    background: #2aabe4;
    box-shadow: 0 0 7px #13519d;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px 30px;
    cursor: pointer;
}
.login-form .form-item .btn.reset {
    width: auto;
}
.login-form .form-item.signup,
.login-form .form-item.forgot{
    text-align: center;
    font-size: 19px;
}
.login-form .form-item.signup span {
    color: #a0a4a8;
}
.login-form .form-item.signup span a {
    margin-left: 8px;
    color: #112c7a;
    font-weight: 400;
    text-transform: uppercase;
}
/*Purchase - register page*/
.register {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    background: url(../images/register/checkout-bg.png) center center / cover no-repeat;
    background-color: #3070ab;
}
.register-heading {
    padding: 50px 0;
    position: relative;
    margin: 15px auto;
}
.register-heading.heading-purchase {
    padding: 15px 0;
}
.register-heading h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.register-heading .image {
    position: absolute;
    left: 5px;
    top: 27px;
    display: block;
    max-width: 250px;
    max-height: 55px;
}
.reg-head {
    text-align: center;
    text-transform: uppercase;
    color: #2aabe4;
}
.reg-head .col-sm-4::before {
    content: "..........";
    position: absolute;
    top: 25px;
    height: 1px;
    line-height: 1px;
    letter-spacing: 5px;
    left: calc(100% - 40px);
}
.reg-head .col-sm-4:last-child::before {
    content: "";
}
.reg-head.border:before {
    content: "";
    border: 1px solid #eae9e9;
    position: absolute;
    top: 35px;
    height: 470px;
}
.register-form {
    position: relative;
    padding: 10px 0 50px 0;
    margin-bottom: 70px;
    z-index: 5;
    background: #f5f5f5;
    box-shadow: 0 0 30px #112c7a;
}
.register-form-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}
.register-form-bg::before {
    content: "";
    background: #2aabe4;
    width: 333px;
    height: 104px;
    border-radius: 50%;
    right: -60px;
    transform: rotate(21deg);
    top: -50px;
    position: absolute;
}
.register-form-bg::after {
    content: "";
    background: #2aabe4;
    width: 333px;
    height: 104px;
    border-radius: 50%;
    left: -60px;
    transform: rotate(21deg);
    bottom: -50px;
    position: absolute;
}
.register-form .tab-content {
    background: #ffffff;
}
.register-form .tab-content>.tab-pane {
    padding: 15px 30px;
}
.tab-content tr td {
    width: 30%;
}
.tab-content #payment tr td:first-child {
    /* width: 80px; */
}
.tab-content #payment tr td:nth-child(2) {
    width: 20%;
}
#paypal .button {
    width: 100%;
}
#paypal .form-item input::-webkit-input-placeholder,
.place input::-webkit-input-placeholder {
    color: #112c7b;
    font-weight: 400;
    text-transform: uppercase;
}
#paypal .form-item input:focus:-moz-placeholder,
.place input:focus:-moz-placeholder {
    color: #112c7b;
    font-weight: 400;
    text-transform: uppercase;
}
#paypal .form-item input:focus:-ms-input-placeholder,
.place input:focus:-ms-input-placeholder {
    color: #112c7b;
    font-weight: 400;
    text-transform: uppercase;
}
.notpayed {
    margin-top: 30px;
}
.place {
    margin-top: 15px;
}
.div-section {
    margin: 15px 50px;
}
.div-section .section-heading {
    text-transform: uppercase;
    margin: 10px 0;
    font-size: 19pt;
    color: #7e7e7e;
    font-weight: 600;
}
.check {
    text-align: center;
    text-transform: uppercase;
    color: #66b4dd;
}
.check .fa {
    font-size: 35px;
    margin: 0 15px 5px 0;
}
.video-shadow {
    margin: 30px 0 10px 0;
}
.video-shadow img {
    box-shadow: 0 0 20px #353434;
}
#default .btn.green {
    margin-top: 30px;
}
.btn.green {
    margin-top: 15px;
    margin-bottom: 30px;
    background: #2ec05a;
    color: #ffffff;
    border-radius: 20px;
    padding: 7px 35px;
}
.btn.orange {
    background: #ffc439;
    border: 1px solid #dc911d;
    font-size: 16px;
    color: #4b473e;
    font-weight: bold;
    min-width: 240px;
}
.btn.orange img {
    margin-left: 10px;
    max-width: 45%;
}
.course-details {
    text-align: left;
}
.course-details p {
    margin: 0;
    color: #b2b0b0;
    font-size: 18px;
}
.course-btn {
    padding-right: 10px;
}
.course-btn .button {
    display: block;
    margin-bottom: 2px;
}
.marg {
    margin: 14px 0;
    font-size: 16px;
}
.marg p {
    font-size: 15px;
    color: #b2b0b0;
}
.course-details .course-purchase-item {
    font-weight: 300;
}
.course-details .course-total-price {
    margin: 5px 0 0 0;
    font-weight: 600;
    font-size: 23px;
    color: #2ec05a;
}
/*Purchase success page*/
.success-page {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eee;
    background: url(../images/register/login-bg.png) center center / cover no-repeat;
    background-color: #3070ab;
    z-index: 1;
    overflow: auto;
}
.success-heading {
    padding: 25px 10px;
    text-align: center;
    color: #fff;
}
.success-heading img {
    max-width: 300px;
}
.success-content,
.wrong-content {
    position: relative;
    padding: 25px;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 30px #112c7a;
    margin: 30px auto;
    font-size: 20px;
    border-top: 15px solid #43b77a;
}
.wrong-content {
    border-color: #a94442;
}
.success-content img {
    position: absolute;
    width: 110px;
    top: -70px;
    left: calc(50% - 55px);
}
.success-content h2 {
    font-weight: bold;
    color: #43b77a;
    text-transform: uppercase;
}
.wrong-content h2 {
    font-weight: bold;
    color: #a94442;
    text-transform: uppercase;
}
.text-payment-info {
    margin-bottom: 0;
}
.text-ligth {
    color: #b9b7b8;
}
.text-norm {
    font-weight: 100;
}
.success-content .admin-email {
    margin: 40px auto;
}
.success-content a {
    color: #2b619f;
}
/*Enrollment/Contract page*/
.contract-page {
    padding: 60px;
}
.contract-page .reg-head {
    color: #000;
}
.contract-page .reg-head i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 24px;
    border-radius: 50%;
    background: #eaeaea;
    cursor: pointer;
}
.contract-page .reg-head h4 {
    font-weight: 300;
    font-size: 16px;
}
.contract-page .reg-head .current i {
    color: #fff;
    background: #2aabe4;
}
.contract-page .reg-head .current h4 {
    font-weight: 500;
}
.form-header {
    margin: 15px 0;
    padding: 15px;
    color: #fff;
    background: #2aabe4;
}
.form-header p {
    margin: 0;
    font-size: 15px;
}
.form-body {
    width: 90%;
    margin: 0 auto;
}
.form-info .form-body {
    width: 100%;
}
.form-info .form-body .row {
    margin-bottom: 5px;
}
.form-footer {
    margin: 15px 0;
}
.form-footer .button.green {
    width: 100%;
    background: #2ec05a;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-radiolist label {
    color: #636363;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 300;
}
.form-radiolist > label {
    display: block;
    font-size: 20px;
}
.contract-form .form-radiolist > label {
    margin-bottom: -20px;
}
.quest-item {
    background: #ececec;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}
.quest-item p {
    margin: 0;
}
.quest-head {
    color: #000;
    font-size: 15px;
}
.quest-head span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 13px;
}
.flex-box {
    display: flex;
    align-items: center;
}
.quest-image {
    width: 25%;
    margin-bottom: 15px;
    margin-right: 15px;
}
.img-item {
    width: 25%;
    float: left;
    margin-bottom: 15px;
}
.answer-image {
    padding: 8px 15px;
}
.quiz-answer-box {
    width: 100%;
}
.quest-item hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid #2aabe4;
}
.answer-item label {
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    color: #636363;
    background: none;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.answer-item label input {
    opacity: 0;
}
.answer-item:hover label,
.answer-item.selected label {
    color: #fff;
    background: #636363;
}
/*Dashboard content*/
.app-dashboard {
    background: #175aa8;
    background: -webkit-radial-gradient(#2aabe4, #112c7b);
    background: -o-radial-gradient(#2aabe4, #112c7b);
    background: -moz-radial-gradient(#2aabe4, #112c7b);
    background: radial-gradient(#2aabe4, #112c7b);
}
#wrapper {
    box-shadow: 0 0 30px #5482ab;
    margin-bottom: 50px;
    position: relative;
}
#wrapper .container {
    width: auto;
}
.sidebar-toggle, .logout-mobile {
    color: #f6f6f6;
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px;
    font-family: fontAwesome;
    position: relative;
    z-index: 1;
    left: 15px;
}
.logout-mobile {
    float: right;
    right: 15px;
    left: inherit;
}
.sidebar-toggle:before {
    content: "\f0c9";
}
.sidebar-toggle:hover {
    color: #fff;
}
.topbar .topbar-left {
    float: left;
    position: relative;
    width: 135px;
    z-index: 1;
    background-color: #1da8e6;
    color: #1da8e6;
}
.topbar .topbar-left span {
    display: block;
    line-height: 100px;
}
.navbar-default {
    background-color: #d3e0ee;
    border-radius: 0;
    box-shadow: 0px 8px 42px 0px rgba(0, 0, 0, 0.08);
    border: none;
    margin-bottom: 0;
}
.app-parent .navbar-default {
    box-shadow: none;
}
.notification-box li {
    font-size: 25px;
    margin-left: 10px;
}
.nav.buttons > li {
    display: inline-block;
}
.nav.buttons > li > a {
    margin: 7px 5px 7px 10px;
    border-radius: 20px;
    background: #2aabe4;
    box-shadow: 0 0 7px #13519d;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 15px;
}
.nav.buttons > li > a.dark {
    background: #1b5da3;
}
.side-menu.left {
    height: calc(100% - 100px);
    margin-top: 0px;
    padding-bottom: 50px;
    position: absolute;
    top: 100px;
    width: 135px;
    z-index: 2;
    background: #175aa8;
    background: -webkit-linear-gradient(#1da8e6, #0f2b7e);
    background: -o-linear-gradient(#1da8e6, #0f2b7e);
    background: -moz-linear-gradient(#1da8e6, #0f2b7e);
    background: linear-gradient(#1da8e6, #0f2b7e);
    box-shadow: 0 8px 42px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.side-menu img {
    display: block;
    margin: 3px auto;
}
.side-menu .arrow,
.content-header .arrow-blue {
    max-width: 34px;
    transform: rotate(90deg);
}
#sidebar-menu, #sidebar-mobile-menu {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}
#sidebar-menu, #sidebar-menu ul, #sidebar-menu li, #sidebar-menu a,
#sidebar-mobile-menu, #sidebar-mobile-menu ul, #sidebar-mobile-menu li, #sidebar-mobile-menu a {
    border: 0;
    font-weight: normal;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
}
#sidebar-mobile-menu ul {
    background: #112c7a;
}
#sidebar-menu > ul > li > a,
#sidebar-mobile-menu > ul > li > a {
    color: #fff;
    display: block;
    padding: 15px 10px;
    margin: 7px 0;
    font-size: 13px;
    line-height: 1.3;
    outline: none;
}
#sidebar-menu > ul > li > a sup,
#sidebar-mobile-menu > ul > li > a sup {
    top: 0px;
    right: 6px;
    font-size: 30px;
    font-weight: bold;
}
#sidebar-mobile-menu > ul > li > a {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
#sidebar-mobile-menu ul li a img {
    margin-right: 25px;
    max-width: 33px;
    position: relative;
    top: -2px;
}
.mute {
    margin-top: 60px!important;
}
.content-page {
    margin-left: 135px;
    overflow: hidden;
    background: #d8e4f0;
    min-height: 700px;
}
.sidebar-toggler {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.content-page > .content {
    padding: 15px 30px;
    color: #333;
}
.bg-white {
    background: #fff;
}
.content-page .score-box {
    color: #fff;
    background: #1c7cc4;
    background: -webkit-linear-gradient(left, #1c7cc4 , #0ebdfa);
    background: -o-linear-gradient(right, #1c7cc4, #0ebdfa);
    background: -moz-linear-gradient(right, #1c7cc4, #0ebdfa);
    background: linear-gradient(to right, #1c7cc4 , #0ebdfa);
}
.course-user h2 {
    margin-top: 10px;
    margin-bottom: 0;
}
.course-user p {
    margin: 0;
}
.course-percent {
    font-size: 50px;
}
.course-actions {
    padding: 17px 0;
}
.course-date-expires {
    margin-top: 15px;
    margin-bottom: 0;
}
.exp-text {
    font-size: 16px;
    margin: 20px 0;
}
.course-head {
    color: #3ad0dd;
    font-size: 20px;
}
.btn-dark-gradient {
    color: #fff;
    background-image: linear-gradient(to right, #000, #f5f5f5);
    border: 1px solid #fff;
}
.btn-dark-gradient:hover, .btn-dark-gradient:focus,
.btn-dark-gradient:visited {
    color: #fff;
}
.btn-course {
    border-radius: 20px;
    border: none;
    background: #175aa8;
    background: -webkit-linear-gradient(#1da8e6, #0f2b7e);
    background: -o-linear-gradient(#1da8e6, #0f2b7e);
    background: -moz-linear-gradient(#1da8e6, #0f2b7e);
    background: linear-gradient(#1da8e6, #0f2b7e);
    box-shadow: 0 0 7px #13519d;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 7px 20px;
}
.btn-course:hover, .btn-course:focus, .btn-course:visited {
    color: #fff;
    background: #175aa8;
    background: -webkit-linear-gradient(#22b9fd, #163aa4);
    background: -o-linear-gradient(#22b9fd, #163aa4);
    background: -moz-linear-gradient(#22b9fd, #163aa4);
    background: linear-gradient(#22b9fd, #163aa4);
}
.contact {
    color: #000;
}
.contact h3 {
    font-size: 25px;
    font-weight: 500;
}
.contact .modal-body {
    font-size: 16px;
}
.contact-hours {
    margin: 0 auto;
}
.unitinfo span {
    font-size: 15px;
    margin-right: 10px;
}
.slide-list-empty {
    color: #ff0000;
}
.unititem {
    background: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
}
.unititem .unittitle {
    cursor: pointer;
    padding: 15px;
    font-size: 21px;
    line-height: 30px;
}
.unititem .unittitle small {
    font-size: 65%;
    display: inline-block;
    margin-left: 10px;
    color: #6b6977;
}
.unititem.disabled  .unittitle,
.slide-items li.disabled {
    cursor: not-allowed;
}
.unit-icon {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: -3px;
    width: 25px;
}
.unititem .toggler {
    display: inline-block;
    font-size: 25px;
    width: 50px;
    height: 35px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 3px;
    background: #d8e4f0;
    border-radius: 3px;
    position: relative;
    top: 3px;
}

element.style {
}
.unititem .unittitle small {
    font-size: 65%;
    display: inline-block;
    margin-left: 10px;
    color: #6b6977;
}
.unititem .togg {
    display: inline-block;
    font-size: 25px;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 3px;
    background: #d8e4f0;
    border-radius: 3px;
    position: relative;
    top: 3px;
}
.units-wrapper {
    max-height: 400px;
    overflow: auto;
    width: 100%;
}
.slides-wrapper {
    background: #fff;
    padding: 15px;
    display: none;
}
.slides {
    padding-right: 15px;
    max-height: 250px;
    overflow: auto;
}
.slide-items {
    margin-left: 12px;
}
.slide-count {
    float: left;
    padding: 8px 7px 0 17px!important;
}
.unit-icon.border::before {
    content: '';
    height: 36px;
    width: 2px;
    position: absolute;
    left: 12px;
    top: 32px;
    background-color: #e0e0e0;
}
.slides-wrapper ul {
    border-left: 2px solid #e0e0e0;
    list-style: none;
}
.thead, .title-unit, .fa-caret-up  {
    color: #6b6969;
}
.slide-items li {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.slide-items li img{
    position: absolute;
    left: -9px;
    top: 11px;
    width: 15px;
    padding: 0;
 }
.slide-items li > * {
    padding: 7px 24px;
    display: block;
    color: #7b7777;
}
/*Courses styles*/
.branding {
    width: 500px;
    padding-top: 50px;
    padding-bottom: 15px;
}
.branding-small {
    position: absolute;
    width: 150px;
    left: calc(50% - 75px);
}
.branding-small p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 20px;
    color: #4bc7f6;
}
.timer-mobile {
    color: #4bc7f6;
    margin-bottom: 0;
    font-size: 28px;
}
.timer-mobile span {
    font-weight: bold;
}
.timer-mobile i {
    position: relative;
    top: 3px;
    color: #b2b2b2;
    font-size: 40px;
}
.course-container .course-heading .options {
    padding-top: 20px;
}
.course-container .course-heading .options > ul > li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 15px;
}
.course-container .course-heading .options > ul > li > a {
    text-decoration: none;
    display: block;
    padding: 6px 20px;
    border: 1px solid #36a6e6;
    box-shadow: 0 0 5px 0 #333;
    border-radius: 50px;
    background-color: #2e8ec5;
    color: #fff;
}
.course-container .course-heading .options > ul > li > a:hover {
    background-color: #3b9bd1;
}
.course-container .course-heading .options > ul > li > a i {
    margin-right: 5px;
}
.course-content-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 25px 0;
    border-radius: 15px;
    background: linear-gradient(#121f2c,#02284b);
    box-shadow: 0 0 10px 1px #333;
}
.course-body {
    position: relative;
}
.course-body .course-content-wrapper:after, .course-body .course-content-wrapper:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg,rgba(0,101,167,.75),transparent,rgba(0,101,167,.75)),repeating-linear-gradient(45deg,#0065a7,#0065a7 25px,#ffe934 0,#ffe934 50px);
    height: 25px;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.course-body .course-content-wrapper:after {
    border-radius: 0 0 10px 10px;
}
.course-body .course-content {
    padding: 25px 0 0 0;
}
.course-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 47px);
}
.course-nav .disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.course-nav > div {
    cursor: pointer;
}
.course-nav i {
    font-size: 70pt;
    color: #fff;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.course-prev {
    outline: none;
    background: none;
    border: none;
    position: absolute;
    left: -50px;
}
.course-next {
    outline: none;
    background: none;
    border: none;
    position: absolute;
    right: -50px;
}
.course-next:focus, .course-prev:focus {
    outline: none;
    background: none;
    border: none;
}
.course-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.course-slide {
    position: relative;
    min-height: 50vh;
    padding: 10px;
}
.course-slide > .text-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}
.media-audio {
    margin-top: 15px;
}
.text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    border: 1px solid #0065a7;
    font-weight: 300;
    color: #fff;
}
.text-content .text-heading {
    font-size: 20pt;
}
.text-content .text-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    padding: 6px;
    line-height: 15pt;
    font-size: 13pt;
    line-height: 17pt;
    overflow-y: auto;
}
.text-content .text-body ul {
    padding-left: 40px;
    list-style-type: disc
}
.text-content .text-body ul li {
    list-style-type: disc
}
.course-slide .text-content .text-body {
    max-height: 600px;
}
.text-content .text-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    border-top: 1px solid #0065a7;
}
.text-content .text-footer > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 0px;
    flex: 1 0px;
}
.text-content .text-footer > span.button > .button {
    display: block;
}
.course-slide .slide-media {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}
.course-slide .slide-media .media-image img {
    display: block;
    width: 100%;
}
.course-slide .slide-media ~ .text-content {
    margin: 0 0 0 10px;
}
.course-slide .slide-media .media-video {
    position: relative;
}
.course-slide .slide-media .media-video .ratio {
    display: block;
    width: 100%;
    height: auto;
}
.course-slide .slide-media .media-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.course-slide span.timer {
    padding: 4px 10px;
    font-size: 10pt;
    color: #fff;
    font-weight: 100;
}
/*Browser page*/
.course-body {
    margin-bottom: 50px;
}
.course-browser {
    padding: 10px;
}
.text-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    border: 1px solid #0065a7;
    font-weight: 300;
    color: #fff;
}
.text-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    padding: 0 4px 8px 4px;
    border-bottom: 1px solid #0065a7;
    font-size: 20pt;
}
.text-body.no-scroll {
    height: auto;
    min-height: 0;
    font-size: 13pt;
    line-height: 17pt;
}
.text-body {
    padding: 6px;
}
.course-browser .browser-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.text-content .text-footer  {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    border-top: 1px solid #0065a7;
}
.text-content .text-footer > span  {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    border: 1px solid transparent;
    text-align: center;
}
a.button.primary, button.button.primary {
    background: #1f87dd;
    color: #fff;
    display: block;
    outline: none;
}
.select-whell .button {
    display: inline-block;
    width: 100%;
}
a.button, button.button {
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 13px 15px;
    border: none;
    border-radius: 3px;
    background: #eee;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a.button.primary:hover,button.button.primary:hover,
.form-footer .button.green:hover {
    background:#000;
    color:#fff;
}
/*Quiz styles*/
.course-quiz-unit {
    padding: 10px;
}
.course-quiz-unit .quiz-item {
    padding: 5px 20px 0 20px;
    margin: 0 10px;
    border-bottom: 1px solid #0065a7;
}
.quiz-item .well {
    cursor: pointer;
}
.course-quiz-unit .question {
    margin: 0 0 10px 0;
    font-size: 20px;
}
.course-quiz-unit .answer-item label {
    font-weight: 300;
    font-size: 17px;
    padding: 7px;
    color: #fff;
    background: none;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.course-quiz-unit .answer-item.img-item label {
    padding: 7px 0;
}
.course-quiz-unit .answer-item label input {
    opacity: 0;
    position: absolute;
}
.course-quiz-unit .answer-item:hover label,
.course-quiz-unit .answer-item.selected label {
    background: rgba(0,101,167,.5);
}
.quiz-footer {
    padding: 10px 10px 0;
    font-size: 20px;
}
.quiz-footer p {
    margin: 0;
    line-height: 23px;
}
.quiz-footer .primary {
    width: 100%;
}
.dimention {
    display: inline-block;
    margin-right: 15px;
}
/*Locked Out styles*/
.locked-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    bottom: 0;
}
.locked-out {
    position: relative;
    padding: 40px 70px;
    background: #fff;
    box-shadow: 0 0 30px #112c7a;
    margin-bottom: 15px;
}
.locked-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    border: 2px solid #ffa500;
    transform: rotate(45deg);
    margin: 0 auto;
    border-radius: 3px;
    padding: 3px;
}
.locked-inner {
    color: #fff;
    background: #ffa500;
    height: 100%;
    overflow: hidden;
}
.locked-inner > div {
    transform: rotate(-45deg);
    height: 100%;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    font-style: italic;
}
.locked-inner i {
    font-size: 25px;
}
.locked-content {
    font-size: 21px;
    text-align: center;
    margin-top: 30px;
    padding: 0 15px;
    letter-spacing: 1px;
}
.bg-light {
    color: #112c7a;
    background: linear-gradient(#0eb6f4, #1889cf);
    padding: 50px;
}
/*Unit failed styles*/
.text-error {
    color: #ed1b24;
}
.failed-icon {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.failed-icon {
    width: 150px;
    height: 150px;
    margin: 15px auto;
}
.small-failed-icon {
    width: 45px;
    height: 45px;
    margin: auto;
}
.failed-content, .passed-content {
    font-size: 17px;
}
.text-message {
    color: #70c936;
}
.admin-warning {
    background: #d8cc22;
    background: repeating-linear-gradient(-45deg,rgba(216,204,34,.75),rgba(216,204,34,.75) 25px,rgba(194,183,31,.75) 0,rgba(194,183,31,.75) 50px);
    box-shadow: 1px 1px 2px #666;
    color: #fff;
    padding: 10px 15px;
    text-shadow: 1px 1px 2px #000;
    font-weight: 700;
    font-size: 16px;
}
.certificate_log #filter th:last-child,
.certificate_log #filter tbody td:last-child,
.certificate_log #filter thead td:last-child,
.certificate_log .column-type input {
    display: none;
}
.certificate_log #filter tfoot td {
    text-align: right;
}
.certificate_log #filter tfoot {
    background: #fff;
}
.certificate_log #filter tfoot .pagination {
    margin: 0
}
.certificate_log {
    position: relative;
}
.certificate_log .total {
    position: absolute;
    left: 10px;
    bottom: 18px;
}
.control-no {
    width: 120px;
}
.control-no .form-group {
    width: 75px;
    float: left;
}
.control-no .form-group input {
    max-width: 100%;
    color: #333;
}
.control-no button i, .form-cnumber i, .shipp-icon i {
    color: #ffffff;
    background: #125715;
    display: block;
    padding: 4px;
    box-shadow: 1px 1px 4px #135816;
    margin-left: 3px;
}
.form-cnumber i {
    margin-left: 0;
}
.form-cnumber button {
    border: none;
    background: transparent;
}
.register-purchase .nav-tabs>li.active>a {
    background-color: #2baae5;
    color: #f4f4f4;
    /* border: none; */
}
.register-purchase .nav-tabs>li a {
    color: #d1d1d1;
    padding: 10px 30px;
    box-shadow: 0 -3px 7px #d1d1d1;
    background: #fff;
    border-color: transparent;
    font-weight: bold;
    font-size: 17px;
}
.register-purchase .nav-tabs>li a i {
    margin-right: 10px;
    font-size: 20px;
}
.register-purchase .nav-tabs>li img {
    max-width: 100%;
}
.nav-tabs {
    border-bottom: none;
}
.form-item.bg {
    position: relative;
    min-height: 48px;
}
.form-item.bg i {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10px;
    font-size: 21px;
    line-height: 43px;
    color: #112c7b;
}
.form-item.bg input {
    padding-left: 40px;
}
.form-item.num-inline.num-item input {
    top: 0;
    width: 50%;
    position: absolute;
    left: 50%;
    padding-left: 15px;
}
.form-item.num-inline.num-item .card-date {
    left: 0;
    padding-left: 40px;
}
.form-item.num-inline.num-item .divider {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    z-index: 1;
    font-size: 23px;
    font-weight: 300;
}
.form-item.num-inline.num-item .num-help .help-block:first-child {
    margin-top: 50px;
}
/* parent dashboard styles*/
.parent-index {
    padding: 30px 0;
}
.content-page .score-box.parent-box {
    color: #000000;
    background: #d3e0ee;
    border-bottom: 2px solid #88919a;
}
.parent-box h2, .parent-box h3 {
    font-weight: bold;
    margin-top: 15px;
}
.parent-box p {
    margin: 10px 0;
    font-size: 18px;
}
.parent-box .btn-approv {
    color: #ffffff;
    background: #043153;
    border: 1px solid #043153;
    box-shadow: -1px 1px 10px #245071;
    border-radius: 10px;
    padding: 10px;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
}
.parent-box .course-title {
    color: #13418c;
    margin-bottom: 0;
}
.training {
    margin-bottom: 30px;
}
.training h4 {
    color: #177ac1;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}
.training p i {
    font-size: 15px;
}
.to-form a, .to-form p {
    margin-left: 7px;
    color: #000000;
    font-size: 20px;
    text-decoration: none;
}
.to-form .text-primary {
    color: #3097d1;
}
.to-form img {
    width: 30px;
    position: relative;
    top: -2px;
}
.to-form p {
    margin: 20px 0;
}
.helpful {
    background: #fff;
    padding: 15px 15px 60px 15px;
}
.helpful h4 {
    color: #155ca5;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.helpful p {
    margin-bottom: 30px;
}
.helpful p span {
    font-weight: bold;
    color: #3bbf58;
}
.btn-training.btn-small {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.btn-training.btn-small.btn-pdf {
    margin-right: 0;
}
.btn-training {
    color: #ffffff;
    background: #04b435;
    border: 1px solid #04b435;
    box-shadow: -4px 4px 12px #65bd8a;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}
.btn-training:hover, .btn-approv:hover,
.btn-training:visited, .btn-approv:visited,
.btn-training:focus, .btn-approv:focus {
    text-decoration: none;
    color: #fff;
}
.btn-training:hover {
    box-shadow: -6px 6px 12px #65bd8a;
}
.btn-approv:hover {
    box-shadow: -2px 2px 10px #245071;
}
/* practicale, instruction forms */
.instruction-form h1 {
    font-size: 25px;
}
.instruction-form p {
    text-align: left;
}
.instruction-form a {
    color: #000000;
    text-decoration: underline;
}
.instruction-form .form-section .table td:first-child {
    width: 25%;
}
.instruction-form .table-student td {
    width: 50%;
}
.instruction-form .student-name input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}
.instruction-form .table td input {
    width: 85px;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.instruction-form .table .datepicker >input,
.instruction-form .table td .timepicker {
    width: 100%;
}
.instruction-form table {
    background: #ffffff;
}
.instruction-form h3 {
    color: #13418c;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}
.bgcolor {
    background: #d4d4d4;
}
.instruction-form.practice .table-bordered,
.instruction-form.practice .table-bordered>thead>tr  {
    border: 3px solid #333
}
.instruction-form.practice .table-bordered>tbody>tr:nth-child(3), .instruction-form.practice .table-bordered>tbody>tr:nth-child(6),
.instruction-form.practice .table-bordered>tbody>tr:nth-child(8), .instruction-form.practice .table-bordered>tbody>tr:nth-child(12),
.instruction-form.practice .table-bordered>tbody>tr:nth-child(15), .instruction-form.practice .table-bordered>tbody>tr:nth-child(17),
.instruction-form.practice .table-bordered>tbody>tr:nth-child(19), .instruction-form.practice .table-bordered>tbody>tr:nth-child(23),
.instruction-form.practice .table-bordered>tbody>tr:nth-child(28), .instruction-form.practice .table-bordered>tbody>tr:nth-child(33) {
    border-top: 3px solid #333
}
.table-bordered>tbody>tr>td, .table-bordered, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #333;
}
.instruction-form  .student-name {
    margin-bottom: 15px;
}
.student-name p {
    font-weight: bold;
    font-size: 16px;
 }
.student-name p span {
  border-bottom: 1px solid #000;
  display: inline-block;
  text-align: center;
  width: 80%;
}
.instruction-form .table td,
.instruction-form .table th {
    vertical-align: middle;
}
.instruction-form .table th {
    text-align: center;
}
.instruction-form.practice .table td {
    width: 10%;
}
.instruction-form.practice .table td:last-child {
    width: 20%
}
.instruction-form .btn, .instruction-form .btn:hover, .instruction-form .btn:visited, .instruction-form .btn:focus {
    color: #fff;
    text-decoration: none;
    border-radius: 0;
}
.student-signature span {
    border-top: 1px solid #000;
    width: 100%;
    display: inline-block;
}
.pdf-container .table th {
    vertical-align: middle;
}
.pdf-container .table tr {
    width: 100%;
}
.pdf-container .table>tbody>tr>td, .pdf-container .table>tbody>tr>th, .pdf-container .table>tfoot>tr>td,
.pdf-container .table>tfoot>tr>th, .pdf-container .table>thead>tr>td, .pdf-container .table>thead>tr>th {
    padding: 3px;
}
.pdf {
    background: #fff;
}
.pdf-container {
    max-width: 670px;
    margin: 50px auto;
    color: #000;
    font-size: 13px;
}
.pdf-container img {
    margin-left: 30px;
    width: 200px;
}
.pdf-container h1 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.pdf-container .table  {
    font-size: 12px;
    text-align: left;
    margin: 0;
}
.pdf-container .table td:first-child {
    width: 20%
}
.pdf .practice .pdf-container {
    max-width: 750px;
    margin: 20px auto;
    font-size: 11px;
}
.pdf .practice .pdf-container p {
    line-height: 11px;
}
.pdf .practice .pdf-container p a {
    text-decoration: underline;
    color: #000;
}
.pdf .practice .pdf-container .table {
    font-size: 11px;
    text-align: center;
}
.pdf .practice .pdf-container .table>tbody>tr>td, .pdf .practice .pdf-container .table>tbody>tr>th,
.pdf .practice .pdf-container .table>tfoot>tr>td, .pdf .practice .pdf-container .table>tfoot>tr>th,
.pdf .practice .pdf-container .table>thead>tr>td, .pdf .practice .pdf-container .table>thead>tr>th {
    padding: 0 2px;
    vertical-align: middle;
}
.pdf .practice .pdf-container .table td {
    width: 10%
}
.pdf .practice .student-name p span {
    width: 60%
}
.dashb-credit {
    margin-top: 50px;
}
.wheel-training-form input {
    opacity: 0;
}
.wheel-training-form .radio-inline {
    margin: 0 10px;
}
.table .alert {
    border: 0;
}
/*Responsive styles*/
@media screen and (max-width: 991px) {
    .flex-container {
        flex-direction: column;
    }
    .reg-head.border:before,
    .reg-head .col-sm-4::before {
        display: none;
    }
    .register-heading .image {
        position: inherit;
        margin: 0 auto;
    }
    .register-heading h1 {
        font-size: 20px;
        margin-top: 11px;
        margin-bottom: 0;
    }
    .register-form .tab-content>.tab-pane {
        padding: 15px;
    }
    .ssl-image {
        max-width: 90%;
    }
    .register-purchase .nav-tabs>li {
        width: 50%;
    }
    .register-purchase .nav-tabs>li a {
        padding: 10px;
        font-size: 15px;
        text-align: center;
    }
    .register-form-bg {
        display: none;
    }
    .form-item.num-inline.num-item.has-error {
        margin-bottom: 40px;
    }
    .div-section {
        margin: 15px 15px;
        text-align: center;
    }
    .course-details {
        text-align: center;
    }
    .register-ddc .bg-section {
        display: none;
    }
    .steps {
        height: auto!important;
        padding: 30px 0!important;
    }
}
.hide-on-large {
    display: none;
}
iframe {
    aspect-ratio: 16 / 12;
}
.flex-column {
    flex-direction: column;
}
.quest-image.quest-video {
    width: 100%;
    text-align: center;
    margin: 10px auto;
}
.flex-column .dimention {
    font-size: 0;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .show-on-desktop {
        display: none;
    }
    .hide-on-large {
        display: block;
    }
    .dfs-login-page .form-div .login-f {
        padding: 0 20px!important;
    }
    .btn-large {
        font-size: 1.2rem!important;
    }
    body, .app-no-login.course-dashboard {
        background-color: transparent;
        background: none;
    }
    body {
        -webkit-overflow-scrolling:touch;
        overflow-y: scroll;
    }
    .buy-driving-record .payment-box-form,
    .buy-driving-record .steps > div {
        padding-right: 0;
    }
    .buy-driving-record .steps .help-blocks {
        margin-top: 55px;
    }
    .buy-driving-record .payment-box-form .form-item.num-inline.num-item .card-date {
        left: 15px!important;
    }
    .buy-driving-record .payment-box-form .form-item.num-inline.num-item .divider {
        left: calc(50% + 5px)!important;
    }
    .buy-driving-record .payment-box-form .form-item.num-inline.num-item input {
        left: 50%!important;
        width: calc(50% - 15px)!important;
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }
    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 3px;
    }
    .login-form, .contract-page {
        padding: 30px 15px;
    }
    .form-body {
        width: 98%;
    }
    .login-form .form-item .btn {
        padding: 6px 10px;
        font-size: 17px;
    }
    .content-page {
        margin-left: 0;
    }
    .content-page > .content {
        padding: 10px;
        position: relative;
    }
    .topbar .topbar-left {
        width: 60px;
    }
    .notification-box, .nav.buttons > li {
        display: none;
    }
    .nav.buttons > li:last-child {
        display: block;
    }
    .app-dashboard .container {
        padding: 0;
    }
    .course-user, .course-actions {
        text-align: center;
    }
    .course-user > .course-head{
        color: #fff;
        margin-bottom: 15px;
    }
    .course-user .visible-xs {
        font-size: 20px;
    }
    .course-actions.visible-xs {
        padding: 0;
        position: absolute;
        bottom: 0;
        right: 15px;
        z-index: 1;
    }
    .content h1 {
        font-size: 27px;
        text-align: center;
    }
    .side-menu.left {
        top: 0;
        width: 90%;
        height: 100%;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .sidebar-open .sidebar-toggler {
        -webkit-transform: translate(86%, 0);
        -ms-transform: translate(86%, 0);
        -o-transform: translate(86%, 0);
        transform: translate(86%, 0);
    }
    .sidebar-open .side-menu.left {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    #hoursemodal {
        max-width: 85%;
    }
    .content-page .score-box {
        color: #fff;
        background: #1c7cc4;
        background: radial-gradient(#28a0db,#123885);
    }
    .unititem {
        margin-bottom: 10px;
        margin-right: 5px;
    }
    .course-body .course-content-wrapper:after, .course-body .course-content-wrapper:before {
        display: none;
    }
    .course-body {
        margin-bottom: 0
    }
    .course-nav {
        position: absolute;
        width: 80%;
        left: 10%;
        bottom: 0;
        top: inherit;
    }
    .course-prev {
        left: 0
    }
    .course-next {
        right: 0;
    }
    .course-next i {
        color: #112c7a;
    }
    .course-prev i {
        color: #23a8e3;
    }
    .course-nav i {
        font-size: 55pt;
    }
    .course-slide {
        display: block;
    }
    .course-body .course-content, .course-slide {
        padding: 0;
    }
    .content-expired {
        padding-top: 50px;
    }
    .options {
        /*position: absolute;*/
        /*z-index: 1;*/
    }
    .options ul {
        margin-bottom: 0;
        display: flex;
        align-items: stretch;
        font-size: 0;
    }
    .course-slide .text-content .text-heading {
        color: #003885;
    }
    .course-slide .text-content .text-body {
        color: #22262c;
    }
    .course-container .course-heading .options > ul > li > a {
        border: none;
        box-shadow: none;
        height: 100%;
        width: 65px;
        text-align: center;
    }
    .course-container .course-heading .options > ul > li > a i {
        font-size: 25px;
        margin-right: 0;
    }
    .course-container .course-heading .options > ul > li > a img {
        width: 50px;
    }
    .course-content-wrapper {
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
    .quest-image {
        width: 50%;
    }
    .course-slide .slide-media ~ .text-content {
        margin: 0;
        padding: 0;
    }
    .text-content {
        border: none;
        font-weight: 300;
        color: #8a8a8a;
        background-color: #ffffff;
    }
    .text-heading {
        border-bottom: none;
        font-weight: bold;
    }
    .text-content .text-footer {
        border-top: none;
    }
    .branding {
        width: 50%;
        float: right;
        padding-top: 15px;
    }
    .course-quiz-unit .quiz-item {
        padding: 0
    }
    .course-quiz-unit .answer-item label {
        font-weight: 600;
        border: 1px solid #1f87dd;
        color: #22262c;
        border-radius: 50px;
        padding: 7px 20px 7px 40px;
        position: relative;
    }
    .course-quiz-unit .answer-item label .dimention {
        font-size: 0;
        width: 15px;
        height: 15px;
        border: 1px solid #1f87dd;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .course-quiz-unit .question {
        font-weight: 700;
        color: #22262c;
    }
    .parent-index {
        padding: 20px;
        text-align: center;
    }
    .content-page .score-box.parent-box {
        text-align: center;
        background: #1c7cc4;
        background: radial-gradient(#28a0db,#123885);
        color: #fff;
    }
    .content-page .score-box.parent-box div {
        text-align: center;
    }
    .app-parent .side-menu.left {
        height: 55%;
    }
    .b-radius {
        margin: 0 15px 100px!important;
    }
    .info-block {
        left: calc(50% - 150px)!important;
        bottom: -85px!important;
    }
    .steps {
        font-size: 15px!important;
    }
}
@media screen and (max-width: 480px) {
    .top-img {
        top: -50px!important;
        max-width: 280px!important;
    }
    .info-block p {
        font-size: 15px;
    }
    .steps {
        font-size: 13px!important;
    }
    .steps .btn {
        min-width: 120px!important;
    }
    .payment-box-form .form-item.num-inline.num-item .card-date {
        left: 15px!important;
    }
    .payment-box-form .form-item.num-inline.num-item .divider {
        left: calc(50% + 5px)!important;
    }
    .payment-box-form .form-item.num-inline.num-item input {
        left: 50%!important;
        width: calc(50% - 15px)!important;
    }
    #default .pay-defense {
        margin-top: 50px;
    }
    .steps .help-blocks {
        margin-top: 55px;
    }
}
/* DrivingZone source styles */
.dzone ::-webkit-scrollbar-thumb {
    background: #0f0d01;
}
.dzone .slides::-webkit-scrollbar-thumb,
.dzone .units-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    background-image: url(../images/icons/scrollbar.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.dzone .register, .dzone .success-page,
.dzone .app-no-login {
    background: none;
    background-color: #fb9419;
    background: linear-gradient(#fb9419, #f9d41c);
}
.dzone .register-heading.heading-purchase {
    padding: 0;
    margin: 0;
}
.dzone .register-heading h1 {
    text-transform: inherit;
}
.dzone .register-heading h1 a {
    color: #0f0d01;
    font-size: 35px;
}
.dzone .register-heading h1 a:hover {
    text-decoration: none;
}
.b-radius img {
    border-radius: 5px;
}
.b-radius {
    position: relative;
    margin: 0 15px 30px;
}
.top-img {
    position: absolute;
    top: 50px;
    left: -50px;
    max-width: 360px;
}
.info-block {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    box-shadow: 7px 7px 10px rgba(0,0,0,0.4);
}
.info-block hr {
    border-bottom: 1px solid #b8b7b7;
    margin: 10px 5px;
}
.info-block > div {
    padding: 0 15px;
    color: #000;
    text-align: left;
}
.info-block p {
    margin-bottom: 3px;
    font-size: 16px;
}
.info-body > div {
    margin-bottom: 15px;
}
.info-block .pull-right {
    margin-left: 30px;
}
.info-block > .info-footer {
    background: #000;
    padding: 10px 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: right;
}
.info-footer p {
    color: #fff;
}
.form-item.has-error input {
    border-color: #a94442;
}
.yellow {
    color: #efcb05;
}
.dzone .register-form {
    background: transparent;
    box-shadow: none;
}
.dzone .register-form.contract-page {
    background: #f5f5f5;
}
.dzone .btn.green {
    background: #2baae5;
}
.dzone .register-heading .image {
    position: static;
    left: inherit;
    top: inherit;
    display: inline-block;
    max-width: 250px;
}
.dzone .register-heading .text-right .image {
    max-width: 150px;
}
.dzone .form-item input:focus,
.dzone .form-item textarea:focus,
.dzone .form-item select:focus {
    border-bottom: 2px solid #f5d214;
}
.dde-completed h2 {
    font-size: 35px;
    margin-bottom: 15px;
}
.dde-completed .green-text {
    font-family: Myriad;
    color: #009c1a;
}
.dde-completed .grey-text {
    color: #696868;
}
.dde-completed .form-box {
    background-color: #fff;
    padding: 50px 30px;
}
.dde-completed h4.green-text {
    margin-bottom: 0;
    margin-top: 30px;
}
.dde-completed .wheel-training-form .radio-inline {
    margin: 0;
    border-radius: 0;
    background-color: #102a77;
    border: none;
    box-shadow: 0 0 7px 2px #58b8ea;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 10px;
}
/* Defensive driving completed styles */
.def-modals .modal-body {
    padding: 30px 50px;
}
.def-modals .modal-content {
    border: none;
    border-radius: 0;
}
.mod-header, .mod-content {
    margin-bottom: 30px;
}
.def-modals .close {
    position: absolute;
    top: -15px;
    right: -15px;
    color: #ffffff;
    background: #ee3c4d;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    outline: none;
}
.def-modals .btn, .def-modals .btn:hover {
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}
.def-modals .btn-rose {
    background: #ee3c4d;
    box-shadow: 1px 1px 7px #ee3c4d;
}
.def-modals .btn-green {
    background: #41a40a;
    box-shadow: 1px 1px 7px #41a40a;
}
.def-modals .btn-blue {
    background: #0082c5;
    box-shadow: 1px 1px 7px #0082c5;
}
.def-modals h3, .def-modals h4,
.def-modals .text-primary, .def-modals .text-success {
    font-weight: bold;
}
.def-modals .text-success {
    color: #09ad20;
}
.shipping-methods {
    background: #cbe1f2;
    border: 1px solid #b2b4b6;
    padding: 15px;
    margin-bottom: 15px;
}
.shipping-item {
    /* border-bottom: 1px solid #b2b4b6; */
}
.shipping-item  label {
    /* font-weight: 500; */
    margin: 0;
}
.shipping-item p {
    padding-left: 15px;
    font-size: 12px;
}
.def-modals #paypal > img {
    cursor: pointer;
}
.tracking-btn {
    width: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    outline: none;
}
.tracking-btn img {
    width: 30px;
    max-width: inherit!important;
}
.editslide-quest {
    margin-bottom: 5px;
}
.videoquests .cont {
    margin: 7px auto;
}
.videoquests .cont input {
    position: relative;
}
.c-actions {
    width: 80px;
    padding: 8px 0!important;
    text-align: center;
}
.c-actions a {
    display: inline-block;
    margin: 0 3px;
}
.panel-primary .panel-heading a {
    color: #fff;
}
.panel-danger .panel-heading a {
    color: #a94442;
}
.text-danger {
    color: #a94442;
}
/* DDC register purchase page styles  */
.register-ddc {
    background: #f8f9fc;
}
.register-ddc .bg-section {
    background-image: url(../images/register/ddc-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
}
.buy-driving-record.register-ddc .bg-section {
    background-image: url(../images/register/driving-record.png);
}
.buy-driving-record .payment-box-form {
    padding-left: 0;
}
.buy-driving-record hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.buy-driving-record .step-subtitle {
    color: #fff;
    background: #1784c1;
    border-radius: .75rem;
    padding: 10px;
    font-weight: bold;
}
.buy-driving-record .step-section img.pull-left {
    width: 105px;
}
.buy-driving-record .step-section ul {
    font-size: 15px;
    padding-left: 0;
    margin-left: 140px;
    text-align: left;
}
.buy-driving-record .step-section p {
    margin: 0;
}
.buy-driving-record .payment-box-form .form-item input,
.buy-driving-record .payment-box-form .form-item select {
    margin-bottom: 5px;
}
.buy-driving-record .form-item label {
    font-weight: 500;
}
.buy-driving-record .step-section .form-item small {
    font-size: 60%;
    color: #777777;
    flex: 0 auto;
    -ms-flex-order: 3;
    order: 3;
}
.buy-driving-record .step-section .form-item {
    margin-bottom: 10px;
}
.register-ddc .bg-section * {
    color: #fff;
}
.register-ddc .register-heading {
    padding: 70px 7px;
}
.register-ddc .bg-section .div-section {
    margin: 15px 30px;
}
.register-ddc .course-details {
    padding: 0 30px;
}
.register-ddc .course-title {

}
.register-ddc .course-desc {
    margin-bottom: 30px;
}
.check-items p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 30px;
}
.check-items img {
    width: 30px;
    margin-right: 15px;
}
.steps {
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 30px 100px;
    font-size: 17px;
    margin: 0;
    overflow: hidden;
}
.steps > div {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 15px;
}
.step-head-img {
    width: 100px;
}
.step-head {
    margin-bottom: 30px;
}
.step-progress {
    position: relative;
    height: 2px;
    width: 100%;
    background: #eaeaea;
    margin: 20px auto;
}
.step-progress::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 2px;
    background: #18edbd;
}
.progress-1::before {
    width: 20%;
}
.progress-2::before {
    width: 40%;
}
.progress-3::before {
    width: 60%;
}
.progress-4::before {
    width: 80%;
}
.progress-5::before {
    width: 100%;
}
.step-content {
    color: #000;
    font-size: 22px;
}
.steps .form-control {
    border-radius: 0;
    color: #788088;
    height: 40px;
    font-size: 15px;
}
.steps .shipping-item {
    height: 55px;
    text-align: left;
}
.steps .shipping-item p {
    padding-left: 40px;
}
.steps .shipping-item input {
    opacity: 0;
}
.steps .shipping-item label {
    position: relative;
    left: 25px;
    cursor: pointer;
}
.steps .btn {
    font-size: 18px;
    min-width: 130px;
}
.steps .btn-primary {
    background: #2aabe4;
    border-color: #2aabe4;
}
.steps .btn-default {
    background: #e8e8e8;
    border-color: #e8e8e8;
}
.steps .help-block {
    font-size: 15px;
    color: #a94442;
}
.steps .shipping-item label::before {
    content: '';
    position: absolute;
    left: -40px;
    top: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url(../images/register/radio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.steps .shipping-item input:checked~label::before {
    background-image: url(../images/register/radio-checked.png);
}
.summary-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 7px 0;
    text-align: left;
}
.summary-item label {
    padding-left: 48px;
}
.summary-count {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ebeef4;
    color: #959ba7;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #e9e9ea;
    text-align: center;
    position: relative;
    top: 2px;
}
.primary-text {
    color: #042073;
    font-weight: 600;
}
.total-price {
    margin: 30px 0;
    font-size: 24px;
}
.total-price .primary-text {
    display: inline-block;
    margin-left: 5px;
}
.total-price .text-success {
    display: inline-block;
    margin-left: 15px;
}
.step-4 .nav-tabs i {
    display: inline-block;
    margin-right: 15px;
}
.payment-box {
    background: #fff;
    margin-bottom: 30px;
}
.payment-box h4 {
    border-bottom: 2px solid #f8f9fc;
    padding: 15px 30px;
    font-size: 23px;
}
.payment-box-form {
    padding: 15px 30px;
}
.payment-box-form .nav-tabs>li {
    width: 50%;
}
.payment-box-form .nav-tabs>li>a {
    padding: 15px;
}
.payment-box-form .nav-tabs>li>a,
.payment-box-form .nav-tabs>li>a:hover,
.payment-box-form .nav-tabs>li.active>a,
.payment-box-form .nav-tabs>li.active>a:focus,
.payment-box-form .nav-tabs>li.active>a:hover {
    color: #6c757d;
    border: 1px solid #d6dce0;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 0;
}
.payment-box-form .nav-tabs>li>a:hover,
.payment-box-form .nav-tabs>li.active>a,
.payment-box-form .nav-tabs>li.active>a:focus,
.payment-box-form .nav-tabs>li.active>a:hover {
    background: #f8f9fc;
}
.steps .paypal-icon {
    position: relative;
    top: 3px;
    width: 15px;
    height: 18px;
    background-image: url(../images/register/paypal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.steps .card-item {
    position: relative;
}
.steps .visa-icon {
    position: absolute;
    top: 25px;
    right: 15px;
    height: 15px;
}
.payment-box-form .form-item input,
.payment-box-form .form-item select {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #d6dce0;
    height: 55px;
}
.payment-box-form .form-item.num-inline.num-item .card-date {
    left: -5px;
    text-align: right;
    padding-left: 15px;
    padding-right: 5px;
    z-index: 1;
    border-right: 0;
}
.payment-box-form .form-item.num-inline.num-item .divider {
    left: calc(50% - 10px);
    top: 15px;
    font-size: 19px;
}
.payment-box-form .form-item.num-inline.num-item input {
    left: calc(50% - 15px);
}
.payment-box-form .form-item.num-inline.num-item #cyear {
    border-left: 0;
}
.payment-box-form .form-item input,
.payment-box-form .form-item select {
    font-size: 16px;
}
.btn.orange.btn-block {
    width: 100%;
}
.check-email {
    margin-top: 30px;
}
.step-5 .step-desc img {
    width: 20px;
    margin-left: 15px;
}
.step-5 .step-content img {
    max-height: 25px;
    position: relative;
    top: 5px;
}
.step-desc .alert-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.step-desc .alert-info i {
    color: #55afed;
    margin-right: 15px;
    font-size: 25px;
}
.col-9 {
    width: 75%;
    float: left;
    padding: 0 15px;
}
.col-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.breadcrumb {
    margin-top: 22px;
}
.breadcrumb a,.breadcrumb a:hover,.breadcrumb a:focus,.breadcrumb a:visited {
    color: #112c7a;
}
.white-box {
    padding: 30px 100px;
    margin: 30px auto;
    background: #fff;
    font-size: 20px;
}
.white-box h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #12b4f2;
    margin: 0 auto 30px;
}
.white-box p span:not(.text-bold) {
    color: #104694;
    font-weight: bold;
}
.white-box ul {
    list-style: none;
    padding: 0;
}
.white-box .btn:not(.btn-rounded) {
    margin: 15px auto;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0;
}
.table-locked {
    margin: 15px auto;
}
.table-locked>tbody>tr>td,
.table-locked>tbody>tr>th {
    text-align: center;
    font-size: 17px;
    padding: 5px;
    line-height: 1.3;
    border-top: 0;
}
.btn-blue-shadow,.btn-blue-shadow:hover, .btn-blue-shadow:visited, .btn-blue-shadow:focus {
    color: #fff;
    background: #0f2f82;
    box-shadow: 0px 0px 15px #5dbeeb;
}
.btn-default-shadow,.btn-default-shadow:hover, .btn-default-shadow:visited, .btn-default-shadow:focus {
    color: #737272;
    background: #c5c5c5;
    box-shadow: 0px 0px 15px #ccccca;
}
.btn-blue-shadow:hover {
    box-shadow: 2px 2px 20px #5dbeeb;
}
.btn-default-shadow:hover {
    box-shadow: 2px 2px 20px #ccccca;
}
.nav-tabs.price-tabs>li {
    margin-right: 30px;
}
.btn-dark {
    color: #fff;
    background: #000000;
    border-radius: 0;
    box-shadow: 1px 1px 5px #000000;
    font-weight: bold;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:visited {
    color: #fff;
}
.btn-dark:hover {
    box-shadow: 1px 2px 5px #000000;
}
.btn-green {
    color: #fff;
    background: #0abe6b;
    border-radius: 0;
    box-shadow: 1px 1px 5px #0abe6b;
    font-weight: bold;
}
.btn-green:hover, .btn-green:focus, .btn-green:visited {
    color: #fff;
}
.btn-green:hover {
    box-shadow: 1px 2px 5px #0abe6b;
}
.btn-grey {
    color: #fff;
    background: #b4bac1;
    border-radius: 0;
    box-shadow: 1px 1px 5px #b4bac1;
    font-weight: bold;
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:visited {
    color: #fff;
}
.btn-grey:hover {
    box-shadow: 1px 2px 5px #b4bac1;
}
.btn-cancel {
    color: #989898;
    background: #ebeeed;
    border-radius: 0;
    box-shadow: 2px 2px 7px #bcbcbc;
    font-weight: bold;
}
.btn-cancel:hover, .btn-cancel:focus, .btn-cancel:visited {
    color: #989898;
}
.btn-cancel:hover {
    box-shadow: 2px 3px 10px #bcbcbc;
}
.btn-rounded {
    border-radius: 50px;
}
.btn-big {
    font-size: 20px;
    padding: 6px 20px;
}
.d-flex {
    display: flex;
}
.table-coupons thead {
    color: #fff;
    background: #0aacc4;
    font-size: 19px;
}
.table-coupons tbody {
    color: #5b7593;
    font-size: 18px;
}
.table-coupons thead th:not(:first-child),
.table-coupons tbody td:not(:first-child) {
    text-align: center;
}
.coupon-form {
    font-size: 17px;
    color: #616366;
}
.coupon-form .form-horizontal .control-label {
    text-align: left;
}
.coupon-form .modal-header h3 {
    color: #008aff;
    font-weight: bold;
}
.coupon-form .form-control {
    font-size: 17px;
}
.coupon-form .btn {
    margin-left: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    min-width: 180px;
}
.coupon-code .form-item {
    width: calc(100% - 150px);
    float: left;
}
.coupon-code .form-item input {
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #d6dce0;
}
.coupon-code .btn {
    width: 150px;
    border-radius: 0;
    margin-top: 15px;
    height: 60px;
}
.text-left {
    text-align: left!important;
}
.driving-record .white-box {
    padding: 30px;
}
.driving-record h2 {
    color: #1d1b1b;
    font-weight: bold;
}
.text-blue {
    color: #004aad;
}
.text-green {
    color: #61b476;
}
.text-white {
    color: #fff!important;
}
.text-red {
    color: #ff0000;
}
.text-bold {
    font-weight: bold!important;
}
.btn-large {
    padding: 1rem 3.5rem;
    font-size: 1.8rem;
}
.driving-record .white-box .check-list {
    list-style: url(../images/others/green-check.png);
    padding-left: 50px;
    margin-bottom: 30px;
}
.driving-record small {
    font-size: 75%;
}
.driving-record .modal-content {
    border-radius: 0;
    padding: 15px;
}
.form-item.bg.small-padding input {
    padding-left: 15px;
}
.driving-record .tab-content {
    padding-top: 30px;
}
.driving-record .total-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
}
.awaiting-dr {
    margin-top: 30px;
    margin-bottom: 50px;
}
.awaiting-dr tbody {
    font-size: 16px;
}
.awaiting-dr .table img {
    max-width: 15px;
    margin-left: 5px;
    margin-top: -4px;
    cursor: pointer;
}
.awaiting-dr .table input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.panel-body.sms-panel {
    font-size: 20px;
}
.panel-body.sms-panel img {
    max-width: inherit;
    margin-right: 15px;
}
.custom-checkbox {
    display: inline-block;
    font-size: 20px;
    margin: 0 15px 15px;
}
.custom-control.custom-radio {
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}
.custom-control.custom-radio .custom-control-input {
    position: absolute;
    opacity: 0;
}
.custom-control.custom-radio .custom-control-label {
    width: 100%;
    height: 70px;
    border-radius: 16px;
    border: 1px solid #DAE1E7;
    box-shadow: 0px 4px 8px 0px rgba(49, 81, 161, 0.24);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 15px;
}
.custom-control.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label {
    color: #fff;
    background: linear-gradient(to bottom left, #0096ff, #054b8b);
    border-color: #fff;
}
.custom-control.custom-radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
}
.complete-page {
    font-size: 2.3rem;
    padding: 3rem 5.5rem;
    position: relative;
    background: #fff;
    min-height: 640px;
}
.complete-page-ptde {
    background: transparent;
}
.complete-page-ptde h1 {
    font-size: 28px;
}
.complete-page-ptde .sub-text {
    font-size: 2rem;
}
.complete-page-ptde .bg-grey {
    background: #d9d9d8;
}
.complete-page-ptde .form-item.bg-grey {
    position: relative;
    z-index: 1;
}
.complete-page-ptde .form-item .help-block {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.complete-page-ptde .complete-page p:not(.mb-0) {
    margin-bottom: 2.3rem;
}
.complete-page-ptde .text-warning {
    color: #ff914d;
}
.complete-page-ptde .btn-warning {
    background: #ff914d;
}
.complete-page-ptde .text-success {
    color: #3ab54b;
}
.complete-page-ptde .form-item + .bg-light-grey {
    position: relative;
    top: -15px;
}
.complete-page-ptde .form-item + .bg-light-grey img {
    height: 230px;
    width: auto;
}
.complete-page-ptde .form-item input {
    width: 70%;
    border: 0;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.complete-page-ptde .btn img {
    width: 25px;
    margin-right: 10px;
}
.text-gray {
    color: #696868;
}
.btn-grey {
    background: #959595;
    color: #fff;
}
.bg-light-grey {
    background: #f7f7f7;
}
.bg-light-green {
    background: #c8eacd;
}
.bg-b-rounded {
    border-radius: 0 0 15px 15px;
}
.bg-rounded {
    border-radius: 15px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.mt-0 {
    margin-top: 0!important;
}
.mt-7 {
    margin-top: 70px!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-2 {
    margin-bottom: 15px;
}
.p-2 {
    padding: 15px!important;
}
.completed-icon {
    max-width: 150px;
}
.complete-page .next-step {
    /* position: absolute;
    right: 3rem;
    top: 3rem;
    width: 35px; */
}
.complete-page .prev-step {
    /* position: absolute;
    right: 10rem;
    top: 3rem;
    width: 35px;
    transform: rotate(-180deg);
    z-index: 9; */
}
.ds-table th {
    white-space: nowrap;
    padding-bottom: 15px;
}
.ds-table i {
    font-size: 20px;
}
.ds-table label {
    margin-bottom: 15px;
}
.complete-page-tde .prev-step {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0!important;
}
.complete-page-tde .step-head img {
    max-width: 200px;
}
.complete-page-tde .table td,
.complete-page-tde .table th {
    border-top: 0!important;
}
.complete-page-tde .search-form label {
    font-weight: 400;
}
.complete-page-tde .search-form input {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #afafaf;
    border-radius: 0;
}
.complete-page-tde .search-form .btn {
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}
.complete-page-tde .search-form .btn img {
    width: 50px;
}
.rate-star {
    width: 100px;
    height: 20px;
    background-image: url('../images/others/stars.png');
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 768px){
    #preModal .modal-dialog {
        width: 700px;
        margin: 130px auto;
    }
}
.btn-premod {
    margin: 7px 5px 7px 10px;
    border-radius: 20px;
    background: #2aabe4;
    box-shadow: 0 0 7px #13519d;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 3px 15px;
}
.ml-3 {
    margin-left: 30px!important;
}
.step-complete p {
    line-height: 1.3;
}
.step-complete .step-head img {
    max-height: 100px;
    max-width: 230px;
}
.step-complete .btn {
    margin: 2.3rem auto;
}
.step-complete .step-content .logo {
    max-width: 200px;
}
.switch-box {
    background: #024679;
    margin: -16px -45px 15px;
    padding: 15px 45px;
    color: #fff;
}
.yellow-bg {
    background: #f8e5a1;
    color: #000;
    padding: 30px;
}
.payment-well .purchase-form .section-body {
    background: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
}
.live-wrapper {
    max-height: 550px;
}
.padding-15 {
    padding: 15px;
}
.margin-bt-30 {
    margin: 30px auto;
}
.class-timing {
    position: absolute;
    right: 15px;
}
.head-gradient {
    font-size: 72px;
    font-weight: bold;
    background-image: linear-gradient(to right, #ec9b2b 20%, #27a7c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.class-content {
    font-size: 17px;
    line-height: 1.3;
}
.bg-grey {
    background: #ecf3fd;
}
.select-course-modal .modal-dialog .modal-content {
    background-image: linear-gradient(to bottom, rgba(2, 43, 69, 0.9), rgba(1, 13, 24, 0.9));
    background-color: transparent;
}
.select-course-modal .modal-header {
    color: #fff;
}
.select-course-modal .logo {
    margin-top: 30px;
    text-align: center;
}
.select-course-modal .logo img {
    max-width: 400px;
}
.select-course-modal .logo p {
    font-family: "Myriad Pro", Arial, sans-serif;
    font-size: 40px;
    color: white;
    margin-top: 30px;
    font-weight: bold;
}
.select-course-modal h5 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.select-course-modal .courses {
    margin: 30px auto;
}
.select-course-modal .mx-auto {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.select-course-modal .go-to-course {
    margin-top: 40px;
    font-size: 30px;
    border-radius: 125px;
    font-weight: bold;
    padding: 10px 55px;
}
.select-course-modal .card {
    background: #fff;
    color: inherit;
}
.select-course-modal .card-body {
    padding: 30px;
}
.select-course-modal .card-title {
    font-size: 27px;
    font-weight: bold;
}
.select-course-modal .course-progress {
    margin-top: 20px;
}
.select-course-modal .card-text {
    font-size: 18px;
    margin-bottom: 0;
}
.modal-emails {
    display: none;
}
.select-region {
    width: 100%;
    border-color: #d2d6de;
    background: #fff;
    padding: 6px;
    margin-bottom: 20px;
}
.text-primary-dark {
    color: #003885!important;
    font-weight: 600;
}
.text-black {
    color: #000;
    font-weight: 600
}
.multiselect-container{
    max-height: 190px;
    overflow-y: scroll;
}
.region-user .form-item select {
    background: #fff;
}
.region-user button.multiselect {
    width: 100%!important;
    border: none;
    height: 37px;
    border-radius: 0;
    border-bottom: 2px solid #b8b7b7;
    background: #fff;
    color: #b8b7b7;
    text-align: left;
    font-size: 18px;
}
.multi-item .btn-group {
    width:100%;
}
.region-user button.multiselect .caret {
    float: right;
}
.d-none {
    display: none
}
.d-block {
    display: block;
}
.logo-title {
    align-items: center;
    margin-bottom: 40px;
}
.logo-title h2 {
    margin-left: 20px
}
.treeview .treeview-menu .active {
    font-weight: bold;
}
.treeview.active .treeview-menu {
    background: #033860!important;
}
.permitions tbody tr:not(:first-child) {
    background: #fff;
}
.permitions tbody tr:not(:first-child) td {
    padding: 7.5px 13px;
    border-top: 5px solid #ecf0f5;
}
.permitions tr th.text-primary {
    padding-bottom: 10px;
}
.permitions {
    margin-bottom: 50px;
}
.permitions tr td:first-child {
    width: 35%
}
.permitions tr td:not(:first-child) {
    width: 13%
}
/* .permitions tbody tr:not(:first-child) td:first-child {
    max-width: 28%;
} */
button.multiselect {
    width: 100%;
    text-align: left;
}
.help-block {
    color: #a94442
}
.dfs-login-page {
    background: #EDF4FF;
}
.dfs-login-page .form-div {
    padding: 50px;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4px 29px rgba(59, 99, 128, 0.2);
    border-radius: 35px;
}
.dfs-login-page .form-div .login-f {
    padding: 0 100px;
}
.dfs-login-page .login-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background: linear-gradient(4.2deg, #1E2DA8 8.85%, #3C80E6 93.5%);
    border-radius: 34px;
    width: 100%
}
.dfs-login-page .col-lg-5 {
    padding-left: 0
}
.dfs-login-page .text-orange {
    color: #FE7201;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
.dfs-login-page input,
.dfs-login-page .form-item input:focus{
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    color: #7780A6!important;
    border: 1.5px solid #7780A6;
    border-radius: 8px;
    padding: 4px 47px;
    background-color: #fff!important
}
.dfs-login-page .form-item label {
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    color: #222447;
}
.dfs-login-page .emailIcon{
    background: url(../images/icons/Mail.png) no-repeat scroll 0.6em 0.6em;
}
.dfs-login-page .passwordIcon{
    background: url(../images/icons/Password.png) no-repeat scroll 0.6em 0.6em;
}
.dfs-login-page .logo {
    max-width: 153px;
}
.dfs-login-page h1 {
    margin-top: 10px;
    color: #222447;
    font-weight: 800;
    font-size: 45px;
    line-height: 66px;
}
.workforce {
    padding: 50px 60px;
}
.dfs-login-page .workforce h2 {
    font-weight: 800;
    font-size: 36px;
    line-height: 54px;
    color: #222447;
}
.dfs-login-page .workforce p {
    font-weight: 600;
    font-size: 20px;
    color: #222447;
    line-height: 35px;
}
.dfs-login-page .login-f > p,
.dfs-login-page .login-f > a {
    color: #7780A6;
    font-weight: 600;
    font-size: 16px;
}
.justify-content-between {
    justify-content: space-between
}
.align-items-center {
    align-items: center;
}
.panel-darkblue {
    background-color: #003885;
    color: #fff;
}
.panel-darkblue .panel-heading {
    padding: 5px 15px
}
.widget-orange .widget-heading {
    background: #FFF1E7;
}
.widget-orange .widget-body {
    background: #d75600;
    background: -webkit-linear-gradient(#d75600, #ef6000);
    background: -o-linear-gradient(#d75600, #ef6000);
    background: -moz-linear-gradient(#d75600, #ef6000);
    background: linear-gradient(#d75600, #ef6000);
}
.widget-transfer .widget-heading {
    background: #7E84F3;
    background: -webkit-linear-gradient(#7E84F3, #7E6CFB);
    background: -o-linear-gradient(#7E84F3, #7E6CFB);
    background: -moz-linear-gradient(#7E84F3, #7E6CFB);
    background: linear-gradient(180deg, #7E84F3 0%, #7E6CFB 100%);
}
.widget-transfer .widget-body {
    padding: 19px 10px;
    background: #6146D9;
    background: -webkit-linear-gradient(#6146D9, #5038BC);
    background: -o-linear-gradient(#6146D9, #5038BC);
    background: -moz-linear-gradient(#6146D9, #5038BC);
    background: linear-gradient(180deg, #6146D9 0%, #5038BC 100%);
}
.widget-livestream .widget-heading {
    background: #03C88B;
    background: -webkit-linear-gradient(#03C88B, #01A572);
    background: -o-linear-gradient(#03C88B, #01A572);
    background: -moz-linear-gradient(#03C88B, #01A572);
    background: linear-gradient(180deg, #03C88B 0%, #01A572 100%);
}
.widget-livestream .widget-body {
    background: #198466;
    background: -webkit-linear-gradient(#198466, #004733);
    background: -o-linear-gradient(#198466, #004733);
    background: -moz-linear-gradient(#198466, #004733);
    background: linear-gradient(180deg, #198466 0%, #004733 100%);
}
.widget-livestream .w-desc p {
    color: #1B4F1D
}
.widget-ddc .widget-heading {
    background: #98C1D9;
    background: -webkit-linear-gradient(#98C1D9, #81A4B9);
    background: -o-linear-gradient(#98C1D9, #81A4B9);
    background: -moz-linear-gradient(#98C1D9, #81A4B9);
    background: linear-gradient(180deg, #98C1D9 0%, #81A4B9 100%);
}
.widget-ddc .widget-body {
    background: #3D5A80;
    background: -webkit-linear-gradient(#3D5A80, #334B6B);
    background: -o-linear-gradient(#3D5A80, #334B6B);
    background: -moz-linear-gradient(#3D5A80, #334B6B);
    background: linear-gradient(180deg, #3D5A80 0%, #334B6B 100%);
}
.widget-dfs .widget-heading {
    background: #3870FF;
    background: -webkit-linear-gradient(#3870FF, #2A58CF);
    background: -o-linear-gradient(#3870FF, #2A58CF);
    background: -moz-linear-gradient(#3870FF, #2A58CF);
    background: linear-gradient(180deg, #3870FF 0%, #2A58CF 100%);
}
.widget-dfs .widget-body {
    background: #2A3FCF;
    background: -webkit-linear-gradient(#2A3FCF, #1A2DAE);
    background: -o-linear-gradient(#2A3FCF, #1A2DAE);
    background: -moz-linear-gradient(#2A3FCF, #1A2DAE);
    background: linear-gradient(180deg, #2A3FCF 0%, #1A2DAE 100%);
}
.widget-pp .widget-heading {
    background: #F2F2F2;
}
.widget-pp .widget-body {
    background: #205E9F;
    background: -webkit-linear-gradient(#205E9F, #003885);
    background: -o-linear-gradient(#205E9F, #003885);
    background: -moz-linear-gradient(#205E9F, #003885);
    background: linear-gradient(180deg, #205E9F 0%, #003885 100%);
}
.widget-twc .widget-heading {
    background: #E5EEFF;
}
.widget-twc .widget-body {
    background: #2A3FCF;
    background: -webkit-linear-gradient(#2A3FCF, #1A2DAE);
    background: -o-linear-gradient(#2A3FCF, #1A2DAE);
    background: -moz-linear-gradient(#2A3FCF, #1A2DAE);
    background: linear-gradient(180deg, #2A3FCF 0%, #1A2DAE 100%);
}
.widget-dfs .w-desc p {
    color: #001ACA
}
.widget-purple .widget-body,
.widget-pp .widget-body,
.widget-orange .widget-body,
.widget-twc .widget-body {
    padding: 19px 10px;
}
.widget-orange .w-desc h4 {
    color: #FE7201;
}
.widget-orange .w-desc p {
    color: #D05D00;
}
.widget-orange .w-count span,
.widget-twc .w-count span,
.widget-pp .w-count span  {
    color: #DD4B39;
}
.no-aprove p.title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.district-payment label {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.district-payment .btn {
    margin-top: 10px
}
.district-payment .form-check {
    margin-bottom: 10px
}
#classgroup_modal {
    margin-top: 100px;
}
#classgroup_modal button.close {
    border: 1px solid #626874;
    border-radius: 50%;
    line-height: 14px;
    padding: 5px;
}
#classgroup_modal .modal-body {
    padding: 32px 34px;
}
#classgroup_modal button.btn-dark {
    background: #003885;
    border-radius: 16px;
    padding: 15px;
    width: 100%;
}
#classgroup_modal .time-restriction {
    padding: 32px 70.5px;
    background: #FFFFFF;
    border-radius: 16px;
}
#classgroup_modal .time-restriction p.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1E2DA8;
}
.class-group-title {
    margin-top: 20px;
}
.class-group-title span {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E19F00;
    background: #FFF7E3;
    border-radius: 6px;
    padding: 5px;
}
.view-dfs-dashboard {
    background: #1E68F6;
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 32px;
    padding: 9px 23px;
}
.go-to-spanishC {
    color: #364e95;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}
.exit-view-mode {
    background-color: #FE7201!important;
    color: #fff!important;
    padding: 3px;
}
.exit-view-mode img {
    width: auto;
    height: 25px;
}
.exit-view-mode span {
    font-size: 18px;
}
.exit-view-mode .white-btn {
    padding: 3px 27px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FE7201;
}
#reason textarea,
.waived-reason {
    padding: 10px;
    border-color: #F5F5F5;
    border-bottom: 2px solid #D8DCE3;
    background: #F5F5F5;
    color: #707070;
}
#reason textarea:focus,
#reason textarea:visited {
    border-bottom: 2px solid #28a0db;
    outline: none
}
.section-body input:disabled {
    opacity: 0.5;
}
.history-btn {
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #DAE1E7;
    border-radius: 9px;
}
.form-control.datepicker.certlog {
    width: 210px!important;
    float: left;
    margin-right: 20px;
}
.modal-csv {
    max-width: 490px;
}
.modal-csv .btn {
    border-radius: 16px;
    padding: 15px 8px;
}
.modal-csv .btn-default {
    background-color: #fff!important;
}
.modal-csv .modal-body {
    padding: 50px;
}
.modal-csv input {
    background-color: #ffffff!important;
    border: 1px solid #DAE1E7;
    border-radius: 12px;
    padding: 22px 16px!important;
    font-weight: 500;
    font-size: 16px;
}
.modal-csv label {
    font-weight: inherit;
    margin-right: 20px;
}
.modal-csv input[type=radio] {
    cursor: pointer;
}
#csv-table {
    width: 100%;
}
#csv-table tr {
    background-color: #ffffff;
  }
#csv-table th {
    border-bottom: inherit!important;
    padding: 20px;
}
#csv-table th button:focus, #csv-table th button:hover {
    padding: 4px!important;
    border: inherit!important;
    background-color: transparent!important;
}
.driving-instructor input[type=file] {
    border-bottom: inherit!important
}
#settings h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.course-settings h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
}
.course-settings input {
    padding: 12px;
    border: 1.5px solid #D8DCE3;
}
.course-settings label {
    color: #22262C;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px
}
.court-options select {
    border: 1.5px solid #D8DCE3;
    background-color: #ffffff;
    width: 200px;
    padding: 12px;
}
.court-options input[type="text"] {
    border: 1.5px solid #D8DCE3;
    padding: 12px;
}
.court-modal .modal-body {
    padding: 50px;
}
.court-modal {
    width: 420px;
}
.court-modal select,
.court-modal input[type="text"] {
    width: 100%;
}
.court-modal .disabled input {
    cursor: not-allowed;
}
.court-modal select,
.court-modal input[type="radio"] {
    cursor: pointer;
}
.court-modal label{
    line-height: 20px;
}
.court-modal .disabled h5 {
    color: #D8DCE3;
}
.court-list table {
    width: 100%;
}
.court-list-header,
.court-list table th button:focus,
.court-list table th button:hover {
    background: #337AB7!important;
    border: 2px solid #337AB7!important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.court-list-header th {
    padding: 20px!important;
}
.court-list table td {
    padding: 12px!important;
    border-top: 15px solid #ecf0f5;
}
.court-list-header button {
    background-color: transparent;
    border: none;
    color: #fff;
}
.court-list table tbody tr,
.court-list table tbody tr:nth-child(odd) {
    background-color: #fff!important;
    color: #003885!important;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
}
.court-count {
    background: #F6F9FB;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
