@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
    margin: 0;
    padding: 0;
    color: #666666;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font: 16px/25px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: url(/training/images/bg.jpg) no-repeat 0 0 #000000;
    background-size: cover;
}

.header-sec {
    border-bottom: 4px solid #117FB9;
}

.header-title-sec {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 12px 10px;
}

.header-user-sec {
    text-align: right;
}

.header-user-sec .user {
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    margin-right: 10px;
}

.header-user-sec a {
    background: #117FB9;
    color: #fff;
    display: inline-block;
    padding: 10px 10px 14px 10px;
    font-size: 20px;
}

.container-fluid.no-pad {
    padding: 0;
}

.content-sec {
    background: #fff;
}

.panel-group.accordion-sec .panel+.panel {
    margin-top: 0;
}

.panel-group.accordion-sec .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.accordion-sec .panel-default {
    border-color: #999;
}

.accordion-sec .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
}

.accordion-sec .panel-default>.panel-heading a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    display: block;
    background: #c7c8ca;
    text-decoration: none;
}

.accordion-sec .panel-body {
    padding: 15px 0;
}

.accordion-sec .panel-body a {
    display: block;
    padding: 0px 25px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.accordion-sec .panel-body a:hover,
.accordion-sec .panel-body a:focus {
    color: #117FB9;
}

.content-sec .right-col {
    padding-right: 45px;
}

.right-col h3 {
    color: #117FB9;
    text-transform: uppercase;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.right-col h4 {
    color: #117FB9;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.modal-header h3 {
    color: #117FB9;
    text-transform: uppercase;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.search-sec .input-group {
    max-width: 300px;
    float: right;
}

.table-striped tbody th {
    background: #77787b;
    color: #fff;
}

.table-striped tbody th {
    text-transform: uppercase;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.btn-edit,
.btn-delete {
    padding: 1px 6px;
    font-size: 16px;
}

.btn-edit {
    color: dodgerblue !important;
}

.btn-edit:hover,
.btn-edit:focus,
.btn-delete:hover,
.btn-delete:focus {
    border: 1px solid #ccc;
}

.btn-delete {
    color: red !important;
}

@media (max-width:991px) {

    .header-sec,
    .content-sec,
    .right-col {
        padding: 0 15px;
    }

    .img-header-logo {
        max-width: 400px;
    }

    .search-sec .input-group {
        max-width: 100%;
        float: none;
        margin-top: 15px;
    }
}

@media (max-width:480px) {
    .img-header-logo {
        max-width: 100%;
    }
}

/*-15-9-17 start */
.filter-bar-sec {
    background: #ccc;
    border-top: 1px solid #117FB9;
    border-bottom: 1px solid #117FB9;
    padding: 15px;
}

.btn-orange {
    color: #fff;
    background-color: #117FB9;
    border-color: #117FB9;
}

.btn-orange:hover {
    color: #fff;
    background-color: #AA4007;
    border-color: #AA4007;
}

.three-col-form-sec {
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.three-col-form-sec .col-center {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.custom-tabs .nav-tabs>li>a {
    background: #eee;
    border: 1px solid transparent;
    border-radius: 0;
    color: #333;
}

.custom-tabs .nav-tabs>li.active>a {
    background-color: #117FB9;
    color: #fff;
}

@media (max-width:991px) {
    .three-col-form-sec .col-center {
        border-left-style: none;
        border-right-style: none;
    }
}

.doc-type i {
    font-size: 40px;
    margin: 10px 10px 0 0;
}

.doc-type i.red {
    color: #FF4F43;
}

.doc-type i.green {
    color: #43972A;
}

.doc-type i.yellow {
    color: #FFB20E;
}

.doc-type i.blue {
    color: #05CAFC;
}

.doc-type .box {
    position: relative;
    padding: 10px 0 0 45px;
    min-height: 60px;
    position: relative;
    padding-right: 35px;
}

.doc-type .box i {
    position: absolute;
    top: 0;
    left: 0;
}

.doc-type .title {
    line-height: 20px;
    font-size: 16px;
}

.doc-type .row {
    display: flex;
    flex-wrap: wrap;
}

.doc-type .row .cols {
    display: flex;
    flex-wrap: wrap;
}

.file {
    visibility: hidden;
    position: absolute;
}

.ModalPopupBG,
.ModalPopupBGw,
.ModalPopupBGDT {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

/*-15-9-17 end -*/

/*- 5-10-17 start-*/
/*-use folowing CSS for this page. rest css is same as skokie-police-department / trainingTracker page -*/
.right-col h2 {
    color: #117FB9;
    text-transform: uppercase;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.lbl-row {
    background: #ccc;
    padding: 15px;
    color: #064396;
}

.input-row {
    padding: 15px 35px;
}

.input-row .radio-inline {
    font-size: 20px;
    font-weight: 700;
}

.lbl-row .checkbox input {
    width: 22px;
    height: 22px;
    min-height: 22px;
}

.input-row input,
.input-row textarea {
    width: 100%;
    min-height: 40px;
}

.input-row .radio-inline input {
    width: 18px;
    height: 18px;
    min-height: 22px;
}

.input-row .radio-inline.yn label {
    width: 100px;
}

/****** Style Star Rating Widget *****/
.rating {
    border: none;
    float: left;
    margin-bottom: 10px;
}

.rating input {
    display: none;
}

.rating label:before {
    margin: 5px;
    font-size: 26px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 18px;
    left: -10px;
}

.rating label {
    color: #ddd;
    float: right;
    position: relative;
    margin: 0 10px;
}

.rating input:checked~label,
.rating:not(:checked) label:hover,
.rating:not(:checked) label:hover~label {
    color: #FFD700;
}

.rating>input:checked+label:hover,
.rating input:checked~label:hover,
.rating label:hover~input:checked~label,
.rating input:checked~label:hover~label {
    color: #FFED85;
}

/*- 5-10-17 end-*/
body .topbar {
    display: none;
}



body.topbar-on {
    padding-top: 52px;
}

body.topbar-on header .topbar {
    display: block;
    background: #ececed;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    padding: 5px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: right;
}



body.topbar-on header .topbar img {
    max-height: 40px;
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
}

@media (min-width: 992px) {

    .modal-xl {
        width: 95% !important;
        max-width: 1400px;
    }
}

.fancybox-margin {
    margin-right: 21px;
}

/* ,.,., */

.bg-light {
    background-color: #f8f9fa !important;
}

.header-sec {
    padding: 15px 0;
}

.right-col-sec {
    display: flex;
    flex-basis: auto;
    align-items: center;
    padding: 17px 0;
}

.header-title-sec {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #189ad6;
}

.welcome-sec {
    padding: 0;
    color: #189ad6;
    font-size: 16px;
    float: right;
}

.welcome-sec .welcome-box {
    position: relative;
    top: -6px;
}

.welcome-sec .welcome-box .fa {
    width: 31px;
    height: 31px;
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 24px;
    position: relative;
    top: 3px;
    display: inline-block;
}

.welcome-sec ul {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 4px;
}

.welcome-sec ul li {
    float: left;
    margin-right: 3px;
    background: #093254;
    padding: 3px;
}

.welcome-sec ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px;
    font-size: 20px;
    color: #fff;
}

.right-col h3 {
    color: #117FB9;
}

body.login {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f0f9fd;
    text-align: center;
    background-image: none;
}

body.login .form-signin {
    width: 100%;
    max-width: 300px;
    padding: 25px;
    margin: auto;
    border: 3px solid #093254;
    border-radius: 10px;
    background: #fff;
}

body.login .form-signin .login-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px;
    background: #093254;
    color: #fff;
    margin-top: -25px;
    margin-bottom: 15px;
    border-radius: 0 0 10px 10px;
}

body.login .logo-img {
    max-width: 260px;
    margin-bottom: 10px;
}

body.login .logo-img.big {
    max-width: 400px;
    margin-bottom: 20px;
}

body.login .form-signin .alert-danger.field-validation-error {
    font-size: inherit;
    color: #721c24;
}

body.login .form-signin .form-control,
body.login .form-signin .multiselect.dropdown-toggle {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

body.login .form-signin .form-control.input-1,
body.login .form-signin .input-1.multiselect.dropdown-toggle {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
    margin-top: 15px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

body.login .form-signin .forgot-password-sec {
    padding-top: 5px;
}

body.login .form-signin .forgot-password-sec .forgot-password {
    font-size: 13px;
}

body.login .powered-by-sec {
    padding: 15px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

body.login .powered-by-sec img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

body.login .btn {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
    margin-top: 15px;
}

body.login .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mr-3 {
    margin-right: 30px;
}

.f-18 {
    font-size: 18px;
}

.row-div-sec {
    line-height: 24px;
}

.row-div-sec .box+.box {
    border-left: 1px solid #ccc;
}

.text-center {
    text-align: center;
}

/* ---Manage course page---- */
/* Card styles */
.course-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
    transition: all 0.2s ease-in-out;
}

.course-card:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Header clickable area */
.course-header {
    background: #e9ecef;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    min-height: 36px;
    transition: background 0.2s ease;
    cursor: pointer;
}

.course-card.selected .course-header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: linear-gradient(to bottom, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color: #fff;
    border-color: #117FB9;
}

.course-header input[type="checkbox"] {
    position: absolute;
    top: 8px;
    right: 10px;
    transform: scale(1.2);
    cursor: pointer;
    pointer-events: none;
    /* disables direct click; header handles it */
}

.course-card.selected {
    border-color: #117FB9;
}

.course-body {
    padding: 12px 15px 40px 15px;
    position: relative;
    min-height: 220px;
}

.course-body h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    color: #333;
}

.course-card.selected .course-body h4 {
    color: #117FB9;
}

.meta {
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
}

.desc {
    font-size: 13px;
    color: #555;
    height: 100px;
    overflow: hidden;
}

.more {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 13px;
    color: #117FB9;
    cursor: pointer;
}

.more:hover {
    color: #0b9ceb;
    text-decoration: underline;
}

.filter-row {
    margin-bottom: 20px;
}

.filter-label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color: #555;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row .flex-col {
    display: flex;
}

.d-flex {
    display: flex;
}

.modal-title {
    font-weight: 700;
    color: #666;
}

.img-grayscale {
    filter: grayscale(100%);
}

#lmsInfoModal ul {
    list-style-type: disc !important;
    list-style-position: outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#lmsInfoModal ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 20px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

#lmsInfoModal .btn-success-light {
    background-color: #74c048;
    border: none;
    padding: 20px 60px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 20px;
}

#lmsInfoModal .btn-success-light:hover {
    background-color: #519c25;
}

#lmsInfoModal h4 {
    margin-bottom: 0;
    margin-top: 25px;
}

.checkbox input {
    position: relative;
    top: 3px;
}

.table.no-border td,
.table.no-border th {
    border: none;
    padding: 5px 0;
}

.custom-well-1 {
    border-color: #d66122;
    background-color: #dfdfdf;
}

.custom-well-1 h5 {
    color: #d66122;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.custom-well-1 table {
    margin-bottom: 0;
}

.btn-vector {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001d89+0,20abed+100 */
    background: linear-gradient(45deg, rgba(0, 29, 137, 1) 0%, rgba(32, 171, 237, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #05157c;
}

.btn-vector+.dropdown-menu {
    right: -1px;
    left: auto;
}

.btn-vector+.dropdown-menu li a {
    font-size: 15px;
}

.btn-vector+.dropdown-menu li a img {
    height: 20px;
    margin-left: 5px;
}

.btn-vector:hover,
.btn-vector:focus {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0038bc+0,22d3f7+100 */
    background: linear-gradient(45deg, rgba(0, 56, 188, 1) 0%, rgba(34, 211, 247, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
}

table td .vector-icon {
    max-height: 30px;
    margin: 0 10px;
    margin-top: -3px;
}

.d-inline {
    display: inline;
}

.course-chk .checkbox label {
    padding-left: 0;
    color: #005cbf;
}

.course-chk input[type="checkbox"] {
    position: absolute;
    top: 1px;
    left: -7px;
    transform: scale(1.2);
    cursor: pointer;
    pointer-events: none;
}

.mt-15 {
    margin-top: 15px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0;
}

.ml-15 {
    margin-left: 15px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-5 {
    padding-top: 5px;
}

.px-15 {
    padding: 0 15px;
}

.m-0 {
    margin: 0 !important;
}

.vector-icon-sm {
    height: 20px;
}

.vector-icon-md {
    height: 24px;
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.text-lg {
    font-size: 24px;
}

.btn-pill {
    border-radius: 25px;
    padding: 3px 15px;
}

.text-orange {
    color: #d66122;
}

.text-sm {
    font-size: 14px;
}

.text-xs {
    font-size: 10px;
}

.text-md {
    font-size: 18px;
}

.event-accordion-sec .accordion .panel {
    border-radius: 0;
}

.event-accordion-sec .accordion .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    background: #666;
}

.right-col h4 {
    color: #d66122;
    font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.event-accordion-sec .accordion .panel-default>.panel-heading .panel-title>a {
    padding: 10px 15px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 55px;
    padding-top: 8px;
}

.event-accordion-sec .accordion .panel-default>.panel-heading .panel-title>a .step {
    background: orange;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 5px;
    top: -3px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    border: 1px solid #fff;
    font-weight: 700;
}

.event-accordion-sec .accordion .panel-default>.panel-heading .panel-title>a::after {
    font-family: FontAwesome;
    content: "\f068";
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
}

.filter-bar-sec {
    background: #ccc;
    border-top: 1px solid #d66122;
    border-bottom: 1px solid #d66122;
    padding: 15px;
}

.custom-tabs .nav-tabs>li.active>a {
    background-color: #d66122;
    color: #fff;
}

.last-step-acc.active {
    background-color: #5cb85c;
}

.last-step-acc {
    padding: 5px 15px;
    margin-top: 5px;
    display: block;
    background: #666;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 55px;
}

.last-step-acc .step {
    padding-top: 6px;
}

.last-step-acc .step {
    background: orange;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 5px;
    top: -3px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    border: 1px solid #fff;
    font-weight: 700;
}

.last-step-acc .btn-orange {
    position: absolute;
    right: 15px;
    padding: 2px 10px;
    color: #fff;
    background-color: #d66122;
    border-color: #d66122;
}

.modal-dialog .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.modal-dialog .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.progress {
    margin-bottom: 8px;
    height: 18px;
    border-radius: 10px;
    background-color: #e9ecef;
    max-width: 180px;
}

.progress-bar {
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
}

.text-light {
    color: #999;
}

.license-tag {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 3px;
    font-size: 13px;
}

.license-tag .remove-license {
    color: #d9534f;
    margin-left: 6px;
    cursor: pointer;
}

.text-red {
    color: red;
}

.toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-btn label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: -7px;
    font-weight: 700;
    margin-right: 5px;
}

.toggle-btn .switch input {
    display: none;
}

.toggle-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.toggle-btn .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.toggle-btn input:checked+.slider {
    background-color: #337ab7;
    /* Bootstrap primary color */
}

.toggle-btn input:checked+.slider:before {
    transform: translateX(26px);
}

.toggle-btn .slider.round {
    border-radius: 24px;
}

.OnlineTrainingPopup .modal-header {
    background: #f5f5f5;
    border-bottom: 2px solid #e6e6e6;
}

.OnlineTrainingPopup .modal-title small {
    font-size: 13px;
    color: #777;
    margin-left: 5px;
}

.OnlineTrainingPopup .section-title {
    font-size: 15px;
    font-weight: bold;
    color: #444;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.OnlineTrainingPopup .detail-item {
    margin-bottom: 8px;
}

.OnlineTrainingPopup .detail-item strong {
    color: #333;
}

.OnlineTrainingPopup .panel-clean {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 20px;
}

.OnlineTrainingPopup .panel-clean .panel-body {
    background: #fafafa;
    padding: 15px;
}

.OnlineTrainingPopup .highlight-box {
    background: #e8f7e8;
    border-left: 5px solid #2ecc71;
    padding: 12px 15px;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: bold;
    color: #2d7f45;
}

.OnlineTrainingPopup .modal-footer {
    border-top: none;
    padding-top: 0;
}

.OnlineTrainingPopup .btn-primary {
    padding: 10px 22px;
    font-size: 15px;
}