@font-face {
    font-family: 'ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf');
}

@font-face {
    font-family: 'ubuntu_medium';
    src: url('../fonts/Ubuntu-Medium.ttf');
}

body {
    background-color: #f8f8f8;
    height: 100vh;
    background-image: none;
    font-size: 14px;
    padding-top: 0;
    font-family: 'ubuntu';
}

* {
    color: #767676;
    font-family: 'ubuntu';
    vertical-align: top;
    letter-spacing: -0.45px;
    box-sizing: border-box !important;
}

img {
    vertical-align: top;
}

a:hover {
    text-decoration: none;
    color: #767676;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    font-size: 15px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    height: auto;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #001F25;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000000 transparent transparent transparent;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 20px;
}

.select2-dropdown {
    border: 1px solid #E8E8E8;
    font-size: 15px;
}

.select2-search--dropdown .select2-search__field {
    color: #001F25;
    outline: none !important;
}

.select2-results__option {
    color: #001F25;
}

.form-control {
    height: auto;
}

    .form-control:focus {
        color: #001F25;
        border-color: #e8e8e8;
        outline: 0;
        background-color: #fff;
        box-shadow: none;
    }

.bootstrap-tagsinput {
    font-size: 14px;
    color: #001F25;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 8px 8px;
    line-height: 32px;
    font-family: 'ubuntu_medium';
    outline: none;
    width: 100%;
}

    .bootstrap-tagsinput .badge {
        font-size: 14px;
        color: #001F25;
        background: #e8e8e8;
        border-radius: 4px;
        padding: 8px 8px;
        line-height: 16px;
        outline: none;
        margin: 0 8px 8px 0;
    }

        .bootstrap-tagsinput .badge [data-role="remove"]:after {
            text-align: center;
            width: 16px;
            padding: 0px 0 2px !important;
            line-height: 14px;
            font-size: 16px;
            border: 0;
            display: inline-block;
        }

/*table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding: 16px 8px;
}*/

.fa-sort {
    opacity: 0.3;
}

table.dataTable thead th {
    background: transparent !important;
    white-space: nowrap;
}

table.dataTable thead span.sort-icon {
    display: inline-block;
    margin-left: 15px;
    width: 16px;
    height: 16px;
    color: black;
    margin-top: -1px;
}

table.dataTable thead .sorting span {
    background: url('../../../images/dataTable/sort_both.png') no-repeat center right;
}

table.dataTable thead .sorting_asc span {
    background: url('../../../images/dataTable/sort_asc.png') no-repeat center right !important;
}

table.dataTable thead .sorting_desc span {
    background: url('../../../images/dataTable/sort_desc.png') no-repeat center right !important;
}

table.dataTable thead .sorting_asc_disabled span {
    background: url('../../../images/dataTable/sort_asc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled span {
    background: url('../../../images/dataTable/sort_desc_disabled.png') no-repeat center right;
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    content: "";
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    content: "";
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: auto;
    right: 2px;
    top: calc(50% - 4px);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: auto;
    right: 2px;
    top: calc(50% + 4px);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.empty_th::before, .empty_th::after {
    display: none !important;
}

/* Scroll Bar */
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e5e8e9;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5c7073;
    border: 0px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #5c7073;
        border: 0px solid transparent;
        border-radius: 8px;
        background-clip: padding-box;
    }

.row {
    margin-right: -4px;
    margin-left: -4px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 4px;
    padding-left: 4px;
}

.dropdown-menu { /*Company drop-down*/
    background: #FFFFFF;
    box-shadow: 0px 6px 24px #00000029;
    border-radius: 8px;
    border: 0 !important;
    margin: 0 !important;
    padding: 24px 24px;
    /*transform: none !important;
    left: auto !important;
    right: 0 !important;
    will-change: auto !important;
    top: 48px !important;
    float: none !important;*/
}

.dropdown_wrapper { /*Company drop-down*/
    position: relative;
}

.left_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 0px 6px 24px #0000000B;
    padding: 32px 40px 0px;
    overflow-y: auto;
    transition: all .5s;
    z-index: 2;
}

.right_box {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    box-shadow: 0px 6px 24px #0000000B;
    padding: 32px 32px 0px;
    overflow-y: auto;
    transition: all .5s;
    z-index: 2;
    box-shadow: none;
}

.left_box.active {
    left: 0px;
}

.right_box.active {
    right: 0px;
    box-shadow: 0px 6px 24px #0000000B;
}

.middle_box {
    margin: 0 0 0 300px;
    display: block;
    width: calc(100% - 300px);
    padding: 40px 60px 100px 34px;
    transition: all .5s;
}

    .middle_box.has_right_box {
        width: calc(100% - 600px);
        padding: 40px 34px 100px 34px;
    }

.left_navigation_body {
    font-size: 0;
    margin-bottom: 32px;
    display: block;
}

.img_logo {
    display: block;
    margin-bottom: 32px;
}

.ic_navigation {
    display: inline-block;
    margin-right: 16px;
    width: 20px;
    height: 20px;
}

.navigation_title {
    display: inline-block;
    font-size: 16px;
    font-family: 'ubuntu_medium';
    line-height: 20px;
}

.left_navigation_body.active .navigation_title, .left_navigation_body:hover .navigation_title {
    color: #001F25;
}

.color_black {
    color: #001F25;
}

.navigation_divider {
    margin-bottom: 32px;
    border: 1px solid #E8E8E8;
    width: 100%;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb48 {
    margin-bottom: 48px !important;
}

.navigation_stick_bottom_wrapper {
    position: absolute;
    bottom: 0px;
    left: 40px;
    width: calc(100% - 80px);
}

.right_navigation_title {
    display: inline-block;
    font-size: 18px;
    font-family: 'ubuntu_medium';
    line-height: 20px;
    margin-bottom: 24px;
    color: #001F25;
}

.course_history_title {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 20px;
    margin-bottom: 20px;
    color: #001F25;
}

.course_history_type {
    font-size: 14px;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    margin-bottom: 20px;
}

.course_history_body {
    position: relative;
    cursor: pointer;
}

.course_history_wrapper_arrow {
    position: absolute;
    top: 6px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #001F25;
    border-bottom: 5px solid transparent;
}

.btn_clear_history {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    padding: 12px;
    width: 100%;
    cursor: pointer;
    color: #001F25;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    bottom: 32px;
    right: 40px;
    width: calc(100% - 80px);
}

.right_notification_wrapper {
    position: relative;
    display: inline-block;
    margin-right: 32px;
    margin-top: 12px;
}

.ic_right_notification {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.right_notification_number {
    font-family: 'ubuntu_medium';
    color: #001F25;
    background: #FBAE3D;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: -6px;
    left: 16px;
    line-height: 16px;
    padding: 0 4px 0 5px;
    min-width: 16px;
    min-height: 16px;
}

.img_right_profile {
    display: inline-block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.right_profile_notification_wrapper {
    text-align: right;
    margin-bottom: 24px;
}

.box_arrow_wrapper {
    background: #eeeeee;
    width: 26px;
    height: 26px;
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 2;
    transition: all .5s;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .box_arrow_wrapper:before {
        content: '';
        position: absolute;
        bottom: -8px;
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.box_arrow_wrapper_left:before {
    border-top: 8px solid transparent;
    border-right: 13px solid #e6e6e6;
    border-bottom: 0 solid transparent;
    right: 0;
}

.box_arrow_wrapper_right:before {
    border-top: 8px solid transparent;
    border-left: 13px solid #e6e6e6;
    border-bottom: 0 solid transparent;
    left: 0;
}

.box_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.box_arrow_left {
    border-top: 5px solid transparent;
    border-left: 5px solid #8f9b9e;
    border-bottom: 5px solid transparent;
}

.box_arrow_right {
    border-top: 5px solid transparent;
    border-right: 5px solid #8f9b9e;
    border-bottom: 5px solid transparent;
}

.active .box_arrow_left {
    border-top: 5px solid transparent;
    border-right: 5px solid #8f9b9e;
    border-bottom: 5px solid transparent;
    border-left: 0;
}

.active .box_arrow_right {
    border-top: 5px solid transparent;
    border-left: 5px solid #8f9b9e;
    border-bottom: 5px solid transparent;
    border-right: 0;
}

.box_arrow_wrapper_left {
    left: 13px;
}

.box_arrow_wrapper_right {
    right: 13px;
    display: block;
}

.box_arrow_wrapper_left.active {
    left: 287px;
}

.box_arrow_wrapper_right.active {
    right: 287px;
}

.content_find_course {
    display: none;
}

.page_title {
    color: #001F25;
    font-size: 24px;
    font-family: 'ubuntu_medium';
}

.dropdown_company_wrapper { /*Company drop-down*/
    cursor: pointer;
    background: #eeeeee;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 16px;
    float: right;
    line-height: 16px;
}

.dropdown_company { /*Company drop-down*/
    color: #001F25;
    font-size: 14px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    -webkit-font-smoothing: antialiased !important;
}

.ic_dropdown_company {
    display: inline-block;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.dropdown_company_wrapper::after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #001F25;
    margin: 7px 0 0 24px;
    vertical-align: top;
}

.dashboard_dropdown_wrapper {
    margin-bottom: 40px;
}

.box_wrapper {
    margin-bottom: 40px;
}

.box_body {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px #0000000b;
    border-radius: 8px;
    padding: 32px 10px 32px 32px;
    display: block;
}

.ic_box {
    margin-bottom: 16px;
    height: 20px;
}

.box_title {
    color: #001F25;
    font-family: 'ubuntu_medium';
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 20px;
}

.box_content {
    font-size: 14px;
    line-height: 20px;
}

.ic_box_arrow {
    position: absolute;
    top: 16px;
    right: 16px;
}

.empty_course_notification_wrapper {
    margin-bottom: 40px;
}

.empty_course_notification_body {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px #0000000b;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img_shape1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.img_shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.empty_course_notification_close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    font-size: 14px;
    color: #c7cacf;
}

.empty_course_profile_notification_wrapper {
    text-align: right;
    margin-bottom: 24px;
}

.yellow_bar {
    width: 48px;
    height: 3px;
    background: #fbae3d;
    margin-bottom: 16px;
}

.empty_course_notification_title {
    color: #001F25;
    font-family: 'ubuntu_medium';
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.empty_course_notification_content {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}

.empty_course_notification_box_left {
    max-width: 322px;
    display: inline-block;
    margin: 80px 15% 80px 12%;
}

.empty_course_notification_box_right {
    display: inline-block;
    width: 100%;
    max-width: 310px;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px #0000000b;
    border-radius: 8px;
    padding: 26px 32px 20px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.ic_empty_course_right_notification {
    display: inline-block;
    margin-right: 32px;
    margin-top: 12px;
}

.btn_add_to_fav_body {
    margin-bottom: 16px;
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 0;
    display: inline-block;
    padding: 4px 5px 4px;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}

.grey_bar {
    background: #f2f4f4;
    width: 90%;
    height: 20px;
    margin-bottom: 8px;
    border-radius: 6px;
}

.grey_bar_short {
    width: 60%;
}

.ic_fav_star {
    display: inline-block;
    margin: 2px 8px 2px 0;
    transition: all .5s;
    opacity: 1;
}

.ic_fav_star_filled {
    display: inline-block;
    margin: 0 0 0 0;
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.btn_add_to_fav_title {
    color: #001f2580;
    font-family: 'ubuntu_medium';
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    transition: all .5s;
    margin-top: 1px;
}

.empty_course_notification_body:hover .ic_fav_star {
    margin-right: 1px;
    color: #fff;
    transform: rotate(-73deg);
    -o-transform: rotate(-73deg);
    -moz-transform: rotate(-73deg);
    -webkit-transform: rotate(-73deg);
    opacity: 0;
}

.empty_course_notification_body:hover .ic_fav_star_filled {
    opacity: 1;
}

.empty_course_notification_body:hover .btn_add_to_fav_body {
    background: #fbae3d;
}

.empty_course_notification_body:hover .btn_add_to_fav_title {
    display: none;
}

.btn_add_to_fav_body.active .ic_fav_star {
    margin-right: 1px;
    color: #fff;
    transform: rotate(-73deg);
    -o-transform: rotate(-73deg);
    -moz-transform: rotate(-73deg);
    -webkit-transform: rotate(-73deg);
    opacity: 0;
}

.btn_add_to_fav_body.active .ic_fav_star_filled {
    opacity: 1;
}

.btn_add_to_fav_body.active .btn_add_to_fav_body {
    background: #fbae3d;
}

.btn_add_to_fav_body.active .btn_add_to_fav_title {
    display: none;
}

.dropdown_company_title_wrapper { /*Company drop-down*/
    margin-bottom: 12px;
}

.dropdown_company_menu_title { /*Company drop-down*/
    font-size: 15px;
    color: #001F25;
    font-family: 'ubuntu_medium';
    display: inline-block;
    line-height: 16px;
    -webkit-font-smoothing: antialiased !important;
}

.dropdown_company_filter_wrapper {
    font-size: 0;
    margin-bottom: 12px;
    position: relative;
}

.ic_dropdown_company_search {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 16px;
    top: 13px;
}

.dropdown_company_filter {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    line-height: 16px;
    font-size: 15px;
    color: #001f2599;
    width: 100%;
    outline: none;
    padding: 13px 16px 13px 44px;
    border-radius: 8px;
}

.dropdown_company_action_wrapper {
    margin-bottom: 12px;
    font-size: 0;
}

.dropdown_company_divider { /*Company drop-down*/
    border: 1px solid #707070;
    opacity: 0.1;
    width: 100%;
    margin-bottom: 18px;
}

.dropdown_company_action_title {
    font-size: 12px;
    color: #76767699;
    display: inline-block;
    line-height: 12px;
}

.dropdown_company_action_body {
    float: right;
    font-size: 0;
}

.dropdown_company_action {
    font-size: 12px;
    color: #767676;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    line-height: 12px;
    outline: none !important;
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
}

.dropdown_company_action_divider {
    height: 12px;
    width: 1px;
    background: #707070;
    opacity: 0.1;
    margin: 0 8px;
    display: inline-block;
}

.dropdown_company_scroll_wrapper { /*Company drop-down*/
    overflow-y: auto;
    max-height: 150px;
}

.dropdown_company_scroll_checkbox { /*Company drop-down*/
    width: 20px;
    height: 20px;
}

.dropdown_company_scroll_body { /*Company drop-down*/
    min-height: auto !important;
    font-size: 0;
    margin-bottom: 12px;
    padding-left: 32px;
}

.custom-control-label { /*Company drop-down*/
    font-size: 14px;
    line-height: 20px;
}

.custom-checkbox .custom-control-label::before { /*Company drop-down*/
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #e5e8e9;
    border: 0;
    top: 0;
    left: -32px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-label::after { /*Company drop-down*/
    margin: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #e5e8e9;
    border: 0;
    top: 0;
    left: -32px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { /*Company drop-down*/
    background-color: #FBAE3D;
    border-color: #FBAE3D;
}

.title_default_option {
    font-size: 12px;
    color: #767676;
    opacity: 0.6;
    float: right;
    line-height: 20px;
    margin-right: 8px;
}

.box_white_bar {
    top: 0;
    width: 26px;
    height: 100vh;
    position: fixed;
    background: #fff;
    box-shadow: 0px 6px 24px #0000000b;
    transition: all .5s;
}

.box_white_bar_left {
    left: 0;
}

.box_white_bar_right {
    right: 0;
}

.box_white_bar_left.active {
    left: 274px;
}

.box_white_bar_right.active {
    right: 274px;
}

.find_course_notification_body {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 32px;
}

.btn_advanced_search {
    position: relative;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    color: #001F25;
    padding: 16px 24px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: inline-block;
    float: right;
    cursor: pointer;
}

.find_course_notification_title {
    font-size: 24px;
    font-family: 'ubuntu_medium';
    line-height: 26px;
    color: #001F25;
    display: inline-block;
}

.ic_advanced_search {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.find_course_notification_title_body {
    display: inline-block;
}

.find_course_filter_wrapper {
    margin-top: 32px;
}

.find_course_filter_body {
    position: relative;
    font-size: 0;
}

.ic_find_course_search {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.find_course_filter {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    line-height: 16px;
    font-size: 15px;
    color: #001f2599;
    width: 100%;
    outline: none;
    padding: 16px 16px 16px 40px;
    border-radius: 4px;
}

.btn_search_course {
    border: 1px solid #FBAE3D;
    background: #FBAE3D;
    border-radius: 5px;
    font-size: 16px;
    color: #001f25;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    cursor: pointer;
    padding: 16px 24px;
    text-align: center;
}

.btn {
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #001f25;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    cursor: pointer;
    padding: 16px 24px;
    text-align: center;
}

.btn_grey {
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
}

.btn_white {
    background: #FFFFFF;
    border: none;
}

.btn_grey_darker {
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

.btn_orange {
    background: #FBAE3D;
    border: 1px solid #FBAE3D;
}

.btn_red {
    background: #FC315D;
    border: 1px solid #FC315D;
    color: #fff;
}

.find_course_filter_country_wrapper {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    color: #001F25;
    width: calc(22% - 8px);
}

.ic_filter_country_location {
    width: 12px;
    height: 16px;
    position: absolute;
    top: 17px;
    left: 16px;
    z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 16px 0 16px;
    line-height: 48px;
}

.select2-results__option {
    padding: 6px 16px;
}

.find_course_filter_country_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 16px 0 36px;
    line-height: 48px;
}

.find_course_shortcut_wrapper {
    margin-top: 12px;
    font-size: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E8E8;
}

.find_course_shortcut_box {
    color: #001f2599;
    font-family: 'ubuntu_medium';
    line-height: 18px;
    padding: 8px 8px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

    .find_course_shortcut_box.active {
        color: #001f25;
        background: #001f250a;
    }

.shortcut_wrapper {
    margin-top: 12px;
    font-size: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E8E8E8;
}

.shortcut_box {
    color: #001f2599;
    font-family: 'ubuntu_medium';
    line-height: 18px;
    padding: 8px 8px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

    .shortcut_box.active {
        color: #001f25;
        background: #001f250a;
    }

.ic_save {
    width: 15px;
    height: 16px;
    margin-right: 8px;
}

.btn_save_filter {
    font-size: 14px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    float: right;
    line-height: 16px;
    padding: 9px 0;
    cursor: pointer;
}

.find_course_shortcut_body {
    display: inline-block;
}

.course_table_checkbox_wrapper {
    display: inline-block;
    min-height: auto;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    position: relative;
    margin-right: 12px;
    margin-top: 11px;
}

.course_table_checkbox {
    display: none;
}

.course_table_box {
    font-size: 0;
}

.course_option_title_th {
    display: inline-block;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    color: #001f25a8;
    line-height: 20px;
    padding: 11px 0;
}

.course_option_title {
    display: inline-block;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    color: #001f25;
    line-height: 20px;
    padding: 11px 0;
    width: calc(100% - 32px);
}

.custom-checkbox .course_table_checkbox_label::before {
    left: 0;
}

.custom-checkbox .course_table_checkbox_label::after {
    left: 0;
}

.table_padding_wrapper {
    padding: 12px 0;
    border-bottom: 1px solid #E8E8E8;
}

.book_now_action_wrapper {
    font-size: 0;
    text-align: right;
}

.btn_book_now {
    border: 1px solid #f5f5f5;
    color: #001F25;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    padding: 12px 16px;
    line-height: 16px;
    cursor: pointer;
}

.btn_action_list {
    color: #d9dedf;
    font-size: 20px;
    margin-left: 24px;
    margin-top: 11px;
    cursor: pointer;
}

.book_now_modal_title {
    color: #001F25;
    font-family: 'ubuntu_medium';
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 24px;
}

.book_now_modal_content {
    font-size: 16px;
    line-height: 24px;
    color: #737B87;
    margin-bottom: 24px;
}

.book_now_modal_content_small {
    font-size: 13px;
    line-height: 12px;
    font-family: 'ubuntu_medium';
    color: #001F2599;
    margin-bottom: 8px;
}

.number_places_to_add {
    font-size: 14px;
    line-height: 16px;
    font-family: 'ubuntu_medium';
    padding: 16px 16px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-bottom: 24px;
    outline: none;
    width: 100%;
}

.btn_add_as_reserve {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 16px;
    font-family: 'ubuntu_medium';
    color: #001F25;
    padding: 16px 0;
    text-align: center;
    border: 1px solid #f7f8fb;
    background: #f7f8fb;
    border-radius: 4px;
    cursor: pointer;
}

.btn_add_to_basket {
    font-size: 15px;
    line-height: 16px;
    font-family: 'ubuntu_medium';
    color: #001F25;
    padding: 16px 0;
    text-align: center;
    border: 1px solid #FBAE3D;
    background: #FBAE3D;
    border-radius: 4px;
    cursor: pointer;
}

.modal_table_wrapper_close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 2rem;
}

.modal-dialog-confirm {
    width: 600px;
    height: 300px;
    top: 25%;
}

.modal-body {
    padding: 20px 40px 40px 40px;
}

.book_now_action_dropdown_wrapper {
    display: inline-block;
}

.action_list_wrapper {
    font-size: 0;
    padding: 16px 16px;
    border-bottom: 1px solid #E8E8E8;
    cursor: pointer;
}

    .action_list_wrapper:last-child {
        border-bottom: 0;
    }

.action_list_title {
    font-size: 15px;
    line-height: 20px;
    font-family: 'ubuntu_medium';
    color: #001F25;
    display: inline-block;
}

.ic_action_list {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.book_now_action_dropdown_wrapper .dropdown-menu {
    min-width: 200px;
    padding: 4px 4px;
}

.course_table_pagination_body {
    font-size: 0;
    margin: auto;
    display: block;
    text-align: center;
}

.course_table_pagination_box {
    border: 1px solid #ECF0F5;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding: 12px 16px;
    font-family: 'ubuntu_medium';
    color: #001f2580 !important;
    margin-right: 8px;
    display: inline-block;
}

    .course_table_pagination_box.active {
        color: #001f25 !important;
    }

    .course_table_pagination_box:last-child {
        margin-right: 0;
    }

.course_table_pagination_arrow {
    display: inline-block;
    margin-top: 5px;
}

.course_table_pagination_arrow_left {
    border-top: 5px solid transparent;
    border-right: 5px solid #b5b6c4;
    border-bottom: 5px solid transparent;
}

.course_table_pagination_arrow_right {
    border-top: 5px solid transparent;
    border-left: 5px solid #b5b6c4;
    border-bottom: 5px solid transparent;
}

.course_table_pagination_wrapper {
    margin-top: 32px;
    position: relative;
}

.course_table_page_limit_selected {
    font-size: 15px;
    line-height: 10px;
    font-family: 'ubuntu_medium';
    color: #001f2566;
    display: inline-block;
}

.ic_pages {
    width: 14px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
}

.dropdown_action_list_wrapper {
    font-size: 0;
}

.dropdown_page_limit_list_wrapper {
    display: inline-block;
    line-height: 10px;
    padding: 15px 16px;
    border: 1px solid #ECF0F5;
    border-radius: 4px;
    cursor: pointer;
}

    .dropdown_page_limit_list_wrapper::after {
        font-size: 14px;
        margin-top: 4px;
        margin-left: 8px;
        vertical-align: top;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-bottom: 0;
        border-left: 4px solid transparent;
    }

.page_limit_dropdown_wrapper {
    position: relative;
    display: inline-block;
    float: right;
    right: 0;
    top: 0;
}

    .page_limit_dropdown_wrapper .dropdown-menu {
        padding: 4px 0;
        min-width: auto;
    }

.course_table_page_limit {
    font-size: 15px;
    line-height: 10px;
    font-family: 'ubuntu_medium';
    color: #001f2566;
    padding: 12px 16px;
    cursor: pointer;
}

.ic_book_now_calendar {
    height: 18px;
}

.course_option_title_collapse {
    cursor: pointer;
}

.collapse_dashboard_table_menu {
    background: #fafafa;
    margin: 12px -32px -12px;
    padding: 0 32px;
}

    .collapse_dashboard_table_menu table {
        width: 100%;
    }

.course_option_title_collapse_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
    display: inline-block;
    margin: 8px 0 0 8px;
}

.collapsed .course_option_title_collapse_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    border-bottom: 0;
}

.btn_load_more {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    color: #001f25;
    line-height: 18px;
    text-decoration: underline;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.collapse_dashboard_table_menu th {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 20px;
    padding: 9px 8px;
    color: #001f2599;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle;
}

.collapse_dashboard_table_menu td {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 20px;
    padding: 9px 8px;
    color: #001f25;
    border-bottom: 1px solid #E8E8E8;
    vertical-align: middle;
}

.collapse_dashboard_table_menu th:first-child {
    padding-left: 32px !important;
    width: 55px;
    max-width: 55px;
}

.collapse_dashboard_table_menu td:first-child {
    padding-left: 32px;
    font-size: 0;
    width: 55px;
    max-width: 55px;
}

.collapse_dashboard_table_content_black {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    color: #001f25;
    margin-bottom: 8px;
}

.collapse_dashboard_table_content_grey {
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.td_book_now_action {
    text-align: right;
    padding-right: 0 !important;
}

.collapse_date_checkbox_wrapper {
    display: inline-block;
    min-height: auto;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    position: relative;
    margin-right: 12px;
    margin-top: 0px;
}

.collapse_date_checkbox {
    display: none;
}

.custom-checkbox .collapse_date_checkbox_label::before {
    left: 0;
}

.custom-checkbox .collapse_date_checkbox_label::after {
    left: 0;
}

.collapse_dashboard_table_content_wrapper {
    display: inline-block;
}

.table_wrapper {
    width: 100%;
}

    .table_wrapper th {
        font-size: 15px;
        font-family: 'ubuntu_medium';
        line-height: 12px;
        padding: 16px 8px;
        color: #001f2599;
        border-bottom: 1px solid #E8E8E8;
        vertical-align: middle;
    }

    .table_wrapper td {
        font-size: 15px;
        font-family: 'ubuntu_medium';
        line-height: 12px;
        padding: 16px 8px;
        color: #001f25;
        border-bottom: 1px solid #E8E8E8;
        vertical-align: middle;
    }

    .table_wrapper th:first-child {
        padding-left: 0 !important;
    }

    .table_wrapper td:first-child {
        padding-left: 0 !important;
    }

    .table_wrapper th:last-child {
        padding-right: 0;
    }

    .table_wrapper td:last-child {
        padding-right: 0;
        text-align: right;
    }

.table_content_black_grey_wrapper {
    font-size: 0;
}

    .table_content_black_grey_wrapper:first-child {
        margin-bottom: 8px;
    }

.table_content_black {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    color: #001f25;
    margin-bottom: 8px;
}

.table_content_grey {
    font-size: 14px;
    line-height: 16px;
    color: #767676;
}

.table_content_black_grey_wrapper .table_content_black {
    margin-right: 4px;
}

.course_name_width {
    width: 240px;
}

.margin_0 {
    margin: 0 !important;
}

.margin_10 {
    margin: 10px;
}

.course_name_width .table_content_black {
    line-height: 24px;
    margin-bottom: 0;
}

.card_title_btn_wrapper {
    display: inline-block;
    float: right;
    font-size: 0;
}

.btn_advanced_search_course {
    margin-right: 8px;
    font-size: 0;
}

.btn_advanced_search_course_title {
    display: inline-block;
    font-size: 16px;
    color: #001f25;
    font-family: 'ubuntu_medium';
}

.employee_find_course_filter_wrapper {
    font-size: 0;
}

.employee_find_course_filter_body {
    display: inline-block;
    width: calc(100% - 108px);
}

.employee_find_course_filter_wrapper.active .employee_find_course_filter_body {
    width: 100%;
}
.dashboard_find_course_filter_body {
    display: inline-block;
    width: calc(100% - 38% - 8px);
    margin-right:8px;
}

.dashboard_find_course_filter_body.active .dashboard_find_course_filter_body {
    width: 100%;
}

.btn_employee_search_course {
    width: 16%;
}

.employee_find_course_filter_wrapper.active .btn_employee_search_course_first {
    display: none;
}

.find_course_shortcut_body_right {
    float: right;
}

.progress_bar_wrapper {
    width: 100%;
    height: 6px;
    background: #001f251a;
    border-radius: 10px;
    position: relative;
    margin-bottom: 8px;
    max-width: 104px;
}

.progress_bar_body {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background: #2ECC71;
    border-radius: 10px;
}

.btn_view {
    padding: 13px 24px;
}

.simple_table_wrapper {
    border-top: 1px solid #E8E8E8;
}

    .simple_table_wrapper tr:last-child td {
        border-bottom: 0;
    }

.card_wrapper {
    margin-bottom: 40px;
}

.card_body {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 32px;
}

.card_title_body {
    display: inline-block;
}

.card_title {
    font-size: 24px;
    font-family: 'ubuntu_medium';
    line-height: 26px;
    color: #001F25;
    display: inline-block;
}

.hide {
    display: none;
}

.empty_24 {
    height: 24px;
}

.empty_32 {
    height: 32px;
}

.description_width {
    width: 340px;
}

    .description_width .table_content_black {
        line-height: 24px;
        margin-bottom: 0;
    }

.simple_table_wrapper .table_content_black:last-child {
    margin-bottom: 0;
}

.color_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 8px;
    border-radius: 50%;
}

.color_green {
    background: #3DCC73;
}

.color_yellow {
    background: #FBAE3D;
}

.color_red {
    background: #FC315D;
}

.date_to_expired_width .table_content_wrapper {
    font-size: 0;
}

.date_to_expired_width .table_content_black {
    display: inline-block;
}

.custome_popup_wrapper {
    display: none;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 3;
    width: 100%;
    max-width: 480px;
    box-shadow: 0px 6px 24px #0000000b;
    background: #fff;
    border-radius: 8px;
}

    .custome_popup_wrapper.active {
        display: block;
    }

.shopping_cart_wrapper {
    right: 186px;
}

.notification_wrapper {
    right: 130px;
}

.btn_see_all_notification {
    padding: 8px 8px;
    font-size: 12px;
    line-height: 12px;
    float: right;
    margin-top: 13px;
}

.notification_content_body {
    font-size: 0;
    padding: 20px 0 24px;
    border-top: 1px solid #7070701a;
}

.notification_content_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #FBAE3D;
    margin-top: 11px;
}

.notification_content_box {
    display: inline-block;
    width: calc(100% - 16px);
}

.notification_content_title_wrapper {
    font-size: 0;
    margin-bottom: 6px;
}

.notification_content_title {
    display: inline-block;
    font-size: 16px;
    font-family: 'ubuntu_medium';
    line-height: 16px;
    color: #001f25;
    margin-top: 6px;
    margin-right: 8px;
}

.notification_content_status {
    display: inline-block;
    font-size: 12px;
    font-family: 'ubuntu_medium';
    line-height: 12px;
    color: #FBAE3D;
    background: #fbae3d0d;
    border-radius: 4px;
    padding: 8px 8px;
}

.notification_content {
    font-size: 15px;
    line-height: 20px;
    color: #252e3f99;
    margin-bottom: 12px;
}

.notification_content_date_time {
    font-size: 12px;
    line-height: 12px;
    color: #252e3f99;
}

.notification_content_wrapper {
    overflow-y: auto;
    max-height: 480px;
}

.collapse_advanced_search_menu {
    margin-top: 8px;
    font-size: 0;
}

.advanced_search_box_width {
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    color: #001F25;
    width: calc(22% - 8px);
}

.advanced_search_box_width_small {
    display: inline-block;
    margin-right: 0;
    width: 12%;
}

    .advanced_search_box_width_small .btn_employee_search_course {
        width: 100%;
        margin: 0;
    }

.advanced_search_calendar_wrapper {
    position: relative;
    width: 100%;
}

.ic_calendar_from {
    position: absolute;
    left: 18px;
    top: 14px;
    z-index: 1;
    width: 20px;
    height: 22px;
}

.ic_calendar_to {
    position: absolute;
    left: 18px;
    top: 14px;
    z-index: 1;
    width: 20px;
    height: 22px;
}

.advanced_search_calendar_input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    line-height: 16px;
    font-size: 15px;
    color: #001f2599;
    width: 100%;
    outline: none;
    padding: 16px 16px 16px 46px;
    border-radius: 4px;
}

.employee_course_name {
    color: #001f25;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: 'ubuntu_medium';
    letter-spacing: -0.45px;
}

.employee_course_detail_wrapper .progress_bar_wrapper {
    max-width: none;
}

.employee_course_detail_body {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0;
}

.employee_course_detail_title {
    color: #001f25;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    line-height: 16px;
    letter-spacing: -0.38px;
}

.employee_course_detail {
    font-size: 15px;
    display: inline-block;
    line-height: 16px;
    float: right;
    text-align: right;
    letter-spacing: -0.38px;
}

.progress_bar_status_title {
    color: #767676;
    font-size: 14px;
    font-family: 'ubuntu_medium';
    letter-spacing: -0.35px;
}

.progress_bar_status_wrapper {
    padding-top: 0;
}

.employee_right_box_btn_wrapper .btn {
    width: 100%;
    margin-top: 8px;
}

.employee_right_box_btn_wrapper {
    position: absolute;
    bottom: 32px;
    left: 50%;
    width: calc(100% - 64px);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.form_body_no_border_bottom {
    padding: 32px 0 20px;
}

.form_body {
    padding: 32px 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.form_btn_wrapper {
    font-size: 0;
    margin-top: 32px;
}

.form_content_font_big {
    line-height: 24px;
    margin-bottom: 32px;
    font-size: 18px;
}

.btn_discard_changes {
    margin-right: 8px;
}

.btn_save {
    float: right;
}

.form_title {
    font-size: 15px;
    font-family: 'ubuntu_medium';
    color: #001F25;
    margin-bottom: 8px;
    line-height: 16px;
}

.form_content_tac {
    line-height: 16px;
    margin-top: 7px;
}

.form_content_tacdigitalservices {
    line-height: 16px;
}

.form_content {
    line-height: 16px;
    margin-bottom: 24px;
}

.form_input_title {
    font-size: 13px;
    color: #001F2599;
    font-family: 'ubuntu_medium';
    margin-bottom: 8px;
    line-height: 14px;
}

.form_input {
    font-size: 14px;
    color: #001F25;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 16px;
    line-height: 16px;
    font-family: 'ubuntu_medium';
    outline: none;
    width: 100%;
}

.form_input_body {
    margin-bottom: 12px;
}

.form_title_wrapper .form_title {
    display: inline-block;
}

.form_btn_edit_underline {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color: #001F2599;
    float: right;
    display: inline-block;
    font-family: 'ubuntu_medium';
    cursor: pointer;
}

.form_input_icon_wrapper {
    position: relative;
}

.form_input_icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 14px;
    background: #e5e8e9;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.fixed_top_info {
    position: fixed;
    top: 0;
    left: 300px;
    width: calc(100% - 300px);
    line-height: 16px;
    font-size: 15px;
    color: #fff;
    padding: 12px;
    font-family: 'ubuntu_medium';
    z-index: 3;
    text-align: center;
    transition: all .5s;
}

    .fixed_top_info.has_right_box {
        width: calc(100% - 600px);
    }

.fixed_top_info_red {
    background: #FC315D;
}

.fixed_top_info_orange {
    background: #FBAE3D;
    color: #001F25;
}

.fixed_top_info_green {
    background: #2ECC71;
}

.certificate_history_shortcut_wrapper {
    border-bottom: 0;
}

.no_dataTables_length .dataTables_length {
    display: none;
}

.no_dataTables_filter .dataTables_filter {
    display: none;
}

.no_dataTables_info .dataTables_info {
    display: none;
}

.no_dataTables_paginate .dataTables_paginate {
    display: none;
}

.name_width_10 {
    width: 10px;
}

.name_width_240 {
    width: 240px;
}

.name_width_150 {
    width: 150px;
}
.text_link_align {
    width: 150px;
    text-align: left !important;
}

.paginate_button {
    border: 1px solid #ECF0F5;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    padding: 12px 16px;
    font-family: 'ubuntu_medium';
    color: #001f2580 !important;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
}

.paginate_button.next {
    margin-right: 0;
}

.paginate_button.current {
    color: #001f25 !important;
}

div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    padding: 26px 0;
}

.dataTables_paginate span .ellipsis {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    line-height: 42px;
}

.screen_overlay_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    display: none;
}

.loading_gif {
    position: absolute;
    left: 50%;
    top: 70%;
    z-index: 999;
    margin: -30px 0 0 -30px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #666;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    animation: spin .5s linear infinite;
    -o-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    -webkit-animation: spin .5s linear infinite;
}

.btn_start_training, .btn_update_training_pre_requisite {
    border: 1px solid #fbae3d;
    color: #001F25;
    background: #fbae3d;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    padding: 12px 16px;
    line-height: 16px;
    cursor: pointer;
    width: 120px;
}

    .btn_start_training:hover, .btn_update_training_pre_requisite:hover {
        color: #001F25;
        font-weight: bold;
    }

.table_row_class_1 {
    width: CALC((100% - 300px) / 3) !important;
}

.table_row_class_2 {
    width: CALC((100% - 600px) / 2) !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width: 1600px) {
    .navigation_stick_bottom_wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
    }

    .btn_clear_history {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-bottom: 32px;
    }

    .empty_course_notification_box_left {
        margin: 80px 8% 80px 10%;
    }

    .employee_right_box_btn_wrapper {
        transform: none;
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        margin-bottom: 32px;
    }
}

@media (max-width: 1400px) {
    .left_box {
        left: -300px;
        box-shadow: none;
    }

        .left_box.active {
            box-shadow: 0px 6px 24px #0000000B;
        }

    .box_arrow_wrapper {
        display: block;
    }

    .middle_box {
        width: 100%;
        margin-left: 0px;
        padding: 40px 34px 100px 34px;
    }

        .middle_box.has_right_box {
            width: 100%;
        }

    .empty_course_notification_box_left {
        margin: 80px 10% 80px 12%;
    }

    .fixed_top_info {
        width: 100%;
        left: 0;
    }

        .fixed_top_info.has_right_box {
            width: 100%;
        }
}

@media (max-width: 1366px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .dashboard_employee_action_box {
        max-width: 100% !important;
        flex: 0 0 100%;
        margin-bottom: 8px;
    }

    .empty_course_notification_box_left {
        margin: 0px auto;
        padding: 16px;
        display: block;
    }

    .signin_page_body {
        margin: auto;
        padding: 30px 30px;
    }

    .empty_course_notification_box_right {
        margin: 0px auto;
        padding: 16px;
        display: block;
    }

    .signin_page_logo {
        transform: none;
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        display: block;
        margin: 60px auto 30px;
    }

    .box_body {
        padding: 16px;
    }

    .find_course_notification_body {
        padding: 16px;
    }

    .col_find_course_filter_body {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 8px;
    }

    .col_find_course_filter_country_wrapper {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .course_table_wrapper {
        min-width: 991px;
        min-height: 400px;
    }

    .course_table_overflow_wrapper {
        overflow-x: auto;
    }

    .course_table_pagination_body {
        text-align: left;
    }

    .course_table_pagination_box {
        padding: 8px 10px;
    }

    .course_table_pagination_arrow {
        margin-top: 3px;
    }

    .dropdown_page_limit_list_wrapper {
        padding: 11px 12px;
    }

    .collapse_dashboard_table_menu {
        background: #fafafa;
        margin: 12px -16px -12px;
        padding: 0 16px;
    }

    .find_course_shortcut_body_right {
        float: none;
        display: block;
        margin-top: 8px;
    }

    .card_body {
        padding: 16px;
    }

    .collapse_advanced_search_menu {
        margin-left: -4px;
        margin-right: -4px;
    }

    .advanced_search_box_width {
        width: 50%;
        margin: 0 0px 8px;
        padding: 0 4px 0;
    }

    .dashboard_find_course_filter_body {
        width: 100%;
        margin-bottom: 8px;
    }

    .find_course_filter_country_wrapper {
        width: calc(50% - 4px);
        margin-right: 8px;
    }

    .btn_employee_search_course {
        width: calc(50% - 4px);
    }

    .course_detail_card_body_grey_img_wrapper {
        float: none;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .btn_save_filter {
        float: none;
        text-align: right;
        display: block;
    }

    .card_title_btn_wrapper {
        float: none;
        display: block;
        margin-top: 8px;
    }
    .signin_page_body {
        padding: 20px 20px;
    }

    .signin_page_title {
        font-size: 28px;
        line-height: 30px;
    }

    .signin_page_logo {
        margin: 30px auto 30px;
    }

    .custome_popup_wrapper {
        width: calc(100% - 32px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .course_detail_card_body_item {
        display: block;
        margin-bottom: 4px;
        border: 0;
        margin-right: 0;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .dropdown_company_wrapper {
        float: none;
    }

    /*.dashboard_dropdown_wrapper .dropdown-menu {
        left: 0 !important;
        right: auto !important;
        padding: 16px;
    }*/

    .btn_advanced_search {
        float: none;
        margin-top: 8px;
    }

    .btn_search_course {
        margin-top: 8px;
    }

    .course_table_body .table_fixed_col.col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .course_table_body .table_fixed_col.col-sm-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%;
    }

    .page_limit_dropdown_wrapper {
        position: relative;
        margin-top: 8px;
        text-align: right;
    }

    .form_btn_wrapper .btn {
        float: none;
        margin: 0 auto 8px;
        width: 100%;
    }
}

@media (max-width: 480px) {
}
.text-left {
    text-align:left;
}
.middle_box_header {
    margin: 0 0 0 300px;
    width: calc(100% - 300px);
    padding: 10px 60px 10px 34px;
    transition: all .5s;
}
.error {
    color:red;
}
.dashboard_employee_action_box.active .box_body {
    border: 2px solid #FBAE3D;
}
.box_orange_content {
    background-color: #FBAE3D;
    padding: 15px;
    color: #001f25;
    margin-bottom: 15px;
    font-weight: bold;
}
.box_text_format {
    color: #001f25;
    font-weight: bold;
}
.img_format{
    width: 100%;
}

.box_input {
    font-size: 14px;
    color: #001F25;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 16px;
    line-height: 16px;
    font-family: 'ubuntu_medium';
    outline: none;
    width: 450px;
}
/*custom file browser start*/
.hdn_file_input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.custom_file_upload {
    border: 1px solid #E8E8E8;
    background-color: #E8E8E8;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 35px;
    color: #001F25;
}

.txt_photo_name {
    background-color: #FFFFFF !important;
    cursor: pointer;
}
/*custom file browser end*/
/*toggle css start*/
.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 30px;
        width: 30px;
        left: 5px;
        bottom: 5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}
.slider.round {
    border-radius: 40px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*toggle css end*/

.custom_error {
    color: red;
}
/*tnc css start*/
.tnc_subtitle {
    font-size: 18px;
    line-height: 12px;
    margin-bottom: 20px;
    color: #8f9b9e;
}

.tnc_body {
    font-size: 15px;
    color: #767676;
    font-family: 'ubuntu';
    margin-bottom: 10px;
    line-height: 14px;
}

.tnc_item {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 18px;
    width: 100%;
}

.tnc_item_text {
    display: inline-block;
    font-size: 20px;
    font-family: 'ubuntu_medium';
    color: #001f25;
    line-height: 20px;
    padding: 11px 0;
}

.tnc_item .tnc_item_read_more {
    float: right;
    display: inline-block;
}
/*tnc css end*/
/* Padding start */
.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}
/* Padding end */

/* Margin start */
.mt-10{
    margin-top: 10px !important;
}
/* Margin end */

/* Font style start */
.fs-i{
    font-style: italic;
}
/* Font style end */
.signin_page_wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.signin_page_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.signin_page_body {
    width: 100%;
    max-width: 500px;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px #0000000b;
    border-radius: 8px;
    padding: 64px 48px;
}

.signin_page_title {
    color: #001F25;
    font-size: 32px;
    font-family: 'ubuntu_medium';
    line-height: 36px;
    margin-bottom: 16px;
}

.signin_page_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.signin_page_content {
    color: #001F2599;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.signin_page_form_body_title {
    color: #001F2599;
    font-size: 13px;
    font-family: 'ubuntu_medium';
    line-height: 14px;
    margin-bottom: 8px;
}

.forgot_password_link {
    color: #001F2599;
    line-height: 20px;
    font-size: 13px;
    font-family: 'ubuntu_medium';
    float: right;
    text-decoration: underline;
}

.signin_page_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* twbs Pagination*/
div.pagination, div.pagination_course_instances, div.pagination_course_fav_instances {
    text-align: center;
    padding: 26px 0;
}

.pagination {
    display: inline-block;
}

.page-item {
    float: left;
}

    .page-item.first, .page-item.last {
        display: none;
    }

.page-link {
    border: 1px solid #ECF0F5;
    border-radius: 4px;
    font-size: 16px !important;
    text-align: center;
    line-height: 16px !important;
    padding: 12px 16px !important;
    font-family: 'ubuntu_medium';
    color: #001f2580 !important;
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #001f25 !important;
    border-color: #ECF0F5;
    background-color: transparent;
}

/* Start */
.self_enrollment_find_course_filter_body {
    display: inline-block;
    width: calc(100% - 200px - 8px - 200px - 8px - 100px - 8px);
    margin-right: 8px;
}

.self_enrolment_find_course_filter_date_wrapper {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    font-size: 15px;
    color: #001F25;
    width: 200px;
}

.advanced_search_calendar_input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    line-height: 16px;
    font-size: 15px;
    color: #001f2599;
    width: 100%;
    outline: none;
    padding: 16px 16px 16px 46px;
    border-radius: 4px;
}

.warning {
    color: #FBAE3D;
    margin-bottom: 10px;
}

.studentPanelWarning {
    border: 2px solid;
    border-color: #FBAE3D !important;
}

/* Right pane */
.right_navigation_1_button_content_wrapper {
    height: calc(100vh - 250px);
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px;
}

.right_navigation_basket_title {
    display: inline-block;
    font-size: 22px;
    font-family: 'ubuntu_medium';
    line-height: 20px;
    color: #001F25;
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_detail_body {
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e899;
    font-size: 0;
    font-family: 'ubuntu_medium';
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_detail_title_grey {
    color: #767676;
    font-size: 16px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    line-height: 16px;
    letter-spacing: -0.38px;
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_detail_title_black {
    color: #001f25;
    font-size: 16px;
    font-family: 'ubuntu_medium';
    display: inline-block;
    line-height: 16px;
    letter-spacing: -0.38px;
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_detail_content_grey {
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    float: right;
    text-align: right;
    letter-spacing: -0.38px;
    font-family: 'ubuntu_medium';
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_detail_content_black {
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    float: right;
    text-align: right;
    letter-spacing: -0.38px;
    font-family: 'ubuntu_medium';
    color: #001f25;
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_btn_wrapper .btn {
    width: 100%;
    margin-top: 8px;
}

.right_navigation_basket_btn_wrapper {
    position: absolute;
    bottom: 32px;
    left: 50%;
    width: calc(100% - 64px);
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.right_navigation_basket_input_title {
    font-size: 14px;
    color: #767676;
    font-family: 'ubuntu_medium';
    margin-bottom: 8px;
    line-height: 14px;
    -webkit-font-smoothing: antialiased !important;
}

.right_navigation_basket_input_box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.right_navigation_basket_detail_note {
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}

.nav_template_wrapper {
    font-size: 0;
}

.nav_template_body {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 10px);
    padding-right: 6px;
}

.nav_template_name {
    font-size: 15px;
    line-height: 20px;
}

.nav_template_name_small {
    font-size: 14px;
    line-height: 16px;
    font-family: 'ubuntu_medium';
    color: #001F2599;
    margin-top: 6px;
    -webkit-font-smoothing: antialiased !important;
}

.btn_x_nav_remove_employee, .btn_x_nav_remove_course {
    line-height: 16px;
    font-size: 18px;
    width: 10px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.course_detail_card_body {
    background: #FFFFFF;
    padding: 32px 32px 24px 32px;
}

.course_detail_page_card_title_wrapper {
    font-size: 0;
}

    .course_detail_page_card_title_wrapper .card_title_body {
        width: calc(100% - 200px);
    }

.about_the_course_content {
    font-size: 14px;
    line-height: 25px;
    color: #001F25cc;
}

.course_detail_card_body_grey_img_wrapper {
    float: right;
    margin-top: -3px;
    font-size: 0;
}

.course_detail_card_body_grey_img {
    margin-right: 16px;
    display: inline-block;
    vertical-align: top;
}

    .course_detail_card_body_grey_img:last-child {
        margin-right: 0;
    }

.course_detail_card_body_grey {
    background-color: #F2F2F2;
    font-family: 'ubuntu_medium';
    line-height: 18px;
    padding: 24px 32px 24px 32px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    width: 100%;
    display: block;
    -webkit-font-smoothing: antialiased !important;
}

.course_detail_card_body_item {
    display: inline-block;
    padding-right: 32px;
    margin-right: 32px;
    border-right: 1px solid #7676761a;
    font-size: 0;
}

.course_detail_card_body_item_title {
    color: #001F2599;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    -webkit-font-smoothing: antialiased !important;
}

.course_detail_card_body_item_content {
    color: #001F25;
    font-size: 15px;
    font-family: 'ubuntu_medium';
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    -webkit-font-smoothing: antialiased !important;
}

.btn_course_detail_download_pdf {
    display: inline-block;
    font-size: 16px;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    font-family: 'ubuntu_medium';
    -webkit-font-smoothing: antialiased !important;
}

.form_body_grey_line_top {
    padding: 32px 0 20px;
    border-top: 1px solid #e8e8e8;
    margin-top: 32px;
}

.b0 {
    border: 0 !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.margin_left_10 {
    margin-left: 10px;
}

.about_the_course_title {
    font-size: 15px;
    /*line-height: 50px;*/
    display: inline-block;
    vertical-align: top;
    font-family: 'ubuntu_medium';
    color: #001F25;
    -webkit-font-smoothing: antialiased !important;
}

/* Common */
.w-100{
    width: 100%;
}

.w-100px {
    width: 100px !important;
}

.float-right {
    float: right;
}

.mt-3px {
    margin-top: 3px
}

.required {
    font-size: 1.2rem;
    color: red;
    margin-left: 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.divider {
    margin-bottom: 32px;
    border: 1px solid #E8E8E8;
    width: 100%;
}