@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Author: upgrad.id
    Author URI: http://upgrad.id/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
    01. Theme default CSS
		- Google Font
		- Setting Color
		- Common Style
		- Common Classes
		- Loading & Dialog
		- form
		- Table Responsive
		- Pagination
		- Navigation
	02. Header
	03. Content
	04. Widget
	05. Vacancy
	06. Member
	07. Article
	08. Assessment
	09. Footer

-----------------------------------------------------------------------------------*/
/*  01. Theme default CSS ----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*-- Setting Color --*/
.bgprimary {
    background-color: #7dbedd;
}

.txt-primary {
    color: #0a175b;
}

.txt-orange {
    color: #f4852c;
}

.txt-gray {
    color: #cdcdcd;
}

.txt-green {
    color: #27ac03;
}

.txt-blue {
    color: #0fb3ff;
}

.txt-red {
    color: #f3204b;
}

.bg-light {
    background: #e1e1fd !important;
}

/*-- Common Style --*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

body {
    background-color: #ffffff;
    line-height: 18px;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Open Sans", sans-serif;
    color: #323232;
}

.body {
    min-height: 548px;
}

h6, h5, h4, h3, h2, h1 {
    font-weight: 400;
    margin-top: 0;
}

    h6 span.border-bottom, h5 span.border-bottom, h4 span.border-bottom, h3 span.border-bottom, h2 span.border-bottom, h1 span.border-bottom {
        border-bottom: 2px solid #323232 !important;
    }

h1 {
    font-size: 18px;
    line-height: 24px;
}

    h1.big {
        font-size: 24px;
        line-height: 30px;
    }

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

*:focus {
    outline: none !important;
}

a {
    opacity: 0.8;
    text-decoration: none;
    color: #3a86ff;
}

    a.opacity-0 {
        opacity: 1;
    }

    a:focus {
        color: inherit;
        outline: none;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        opacity: 1;
    }

button,
input[type=submit] {
    cursor: pointer;
}

.btn-default {
    border-radius: 0.25rem;
}

img {
    max-width: 100%;
    height: auto;
}

    img .maxwidth-unset {
        max-width: unset;
    }

.btn {
    opacity: 0.9;
}

    .btn.btn-rounded {
        border-radius: 20px;
        font-weight: 600;
        padding: 7px 20px;
        margin: 5px;
        opacity: 0.9;
        font-size: 14px;
        vertical-align: unset;
        line-height: 24px;
        color: #fff !important;
    }

        .btn.btn-rounded.btn-sm {
            padding: 4px 15px;
            line-height: 18px;
            font-size: 13px;
        }

        .btn:hover, .btn:focus, .btn.btn-rounded:hover, .btn.btn-rounded:focus {
            opacity: 1;
        }

    .btn.btn-xs {
        font-size: 12px !important;
        padding: 3px 8px !important;
        line-height: 14px !important;
        height: auto;
    }

.font-weight-semibold {
    font-weight: 600 !important;
}

.required span {
    color: #ff0000;
}

ul.no-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.list-disc.primary {
    color: #0a175b;
}

ul.list-decimal {
    list-style: decimal;
}

/*--
    Common Classes
-----------------------------------------*/
.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.box-shadow {
    box-shadow: 0 0 5px #ddd;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-x {
    overflow-x: auto !important;
}

/*--
    Loading & dialog
-----------------------------------------*/
/* Loading */
.loading {
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100%;
    text-align: center;
}

    .loading span {
        position: relative;
        background-image: url("../images/button/loading.gif");
        background-repeat: no-repeat;
        width: 80PX;
        height: 80px;
        display: inline-block;
        background-size: 100%;
        background-position: 50% 50%;
        top: 50%;
        margin-top: -40px;
    }

/* Dialog */
.photo-upload, .dialog {
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

    .photo-upload .fixed, .dialog .fixed {
        left: 50%;
        top: 50%;
        position: fixed;
    }

    .photo-upload .dialog-box, .dialog .dialog-box {
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        padding: 6px;
    }

        .photo-upload .dialog-box form, .dialog .dialog-box form {
            padding: 0;
            margin: 0;
        }

        .photo-upload .dialog-box .content, .dialog .dialog-box .content {
            border: 1px solid #fff;
            width: 280px;
        }

@media only screen and (max-width: 576px) {
    .photo-upload .dialog-box .content, .dialog .dialog-box .content {
        width: 100% !important;
    }
}

.photo-upload .dialog-box .dialog-content, .dialog .dialog-box .dialog-content {
    padding: 12px 12px 15px 12px;
    background: #FEFCE0;
    font-size: 13px;
}

    .photo-upload .dialog-box .dialog-content .guide, .dialog .dialog-box .dialog-content .guide {
        max-height: 70vh;
        overflow: auto;
    }

.photo-upload .dialog-box .dialog-submit, .dialog .dialog-box .dialog-submit {
    padding: 10px 12px;
    text-align: right;
    background: #FEFCE0;
}

@media only screen and (max-width: 576px) {
    .photo-upload .dialog-box, .dialog .dialog-box, .photo-upload .fixed, .dialog .fixed {
        left: 0 !important;
        width: 100% !important;
    }
}

.dialog .dialog-box .content[id="300px"] {
    width: 300px;
}

.dialog .dialog-box .content[id="350px"] {
    width: 350px;
}

.dialog .dialog-box .content[id="400px"] {
    width: 400px;
}

.dialog .dialog-box .content[id="450px"] {
    width: 450px;
}

.dialog .dialog-box .content[id="500px"] {
    width: 500px;
}

.dialog .dialog-box .content[id="550px"] {
    width: 550px;
}

.dialog .dialog-box .content[id="600px"] {
    width: 600px;
}

.dialog .dialog-box .content[id="650px"] {
    width: 650px;
}

.dialog .dialog-box .content[id="700px"] {
    width: 700px;
}

.dialog .dialog-box .content[id="750px"] {
    width: 750px;
}

.dialog .dialog-box .content[id="800px"] {
    width: 800px;
}

.dialog .dialog-box .content.overflow {
    height: auto;
    width: auto;
}

.dialog .dialog-box .dialog-header {
    background: #0a175b;
    padding: 10px 10px 13px 15px;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
}

.dialog .dialog-box .dialog-submit div {
    padding: 7px 0 0 0;
}

.dialog .dialog-box .dialog-submit input {
    margin: 0 0 0 8px;
}

.dialog .dialog-box .dialog-submit div.clear {
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .dialog .dialog-box .dialog-submit {
        text-align: center;
    }

        .dialog .dialog-box .dialog-submit div {
            float: none;
        }
}

.photo-upload {
    top: 0;
    left: 0;
    position: fixed;
}

    .photo-upload .dialog-box {
        left: -225px;
        top: -115px;
    }

        .photo-upload .dialog-box .content {
            width: 450px;
        }

        .photo-upload .dialog-box .dialog-content {
            padding: 13px 25px 13px 25px;
        }

            .photo-upload .dialog-box .dialog-content a {
                position: relative;
                float: left;
                display: block;
                margin: 0 20px 0 0;
                border: 6px solid transparent;
                background: transparent url("../../../images/resource/photo-frame-bg.gif") repeat;
            }

                .photo-upload .dialog-box .dialog-content a img {
                    display: block;
                    border: 1px solid transparent;
                    width: 116px;
                    height: 162px;
                }

                .photo-upload .dialog-box .dialog-content a:hover img {
                    border: 1px solid #ddd;
                    -webkit-transition: border-color 0.5s;
                    -moz-transition: border-color 0.5s;
                    -o-transition: border-color 0.5s;
                    transition: border-color 0.5s;
                }

                .photo-upload .dialog-box .dialog-content a span {
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    background: #333;
                    padding: 3px;
                    opacity: 0.5;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                    filter: alpha(opacity=50);
                    color: #fff;
                    text-align: center;
                }

            .photo-upload .dialog-box .dialog-content p {
                display: block;
                margin: 20px 0 0 0;
            }

                .photo-upload .dialog-box .dialog-content p.larger-px {
                    margin: 30px 0 0 0;
                }

/*--
    Form
-----------------------------------------*/
.btn.btn-primary {
    background: #0a175b;
    border: 1px solid #0a175b;
}

    .btn.btn-primary.boot {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
        border: 1px solid transparent;
    }

        .btn.btn-primary.boot:hover, .btn.btn-primary.boot:visited, .btn.btn-primary.boot:active, .btn.btn-primary.boot:focus {
            background: #007bff !important;
        }

    .btn.btn-primary.border-on {
        border: 1px solid #0a175b;
    }

    .btn.btn-primary:hover, .btn.btn-primary:visited, .btn.btn-primary:active, .btn.btn-primary:focus {
        color: #fff;
        background: #0a175b !important;
    }

.errorMessage {
    color: #ff0000;
}

.custom-checkbox label.custom-control-label {
    line-height: 1.7;
    cursor: pointer;
}

    .custom-checkbox label.custom-control-label::before {
        border-radius: 100%;
        background: #fff;
        border: 1px solid #bbb;
    }

    .custom-checkbox label.custom-control-label.center::before {
        left: 50%;
        margin-left: -8px;
    }

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #dc4c18;
    border: 1px solid #dc4c18;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label.center::after {
    left: 50%;
    margin-left: -8px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background: unset;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: unset;
}

.form-group label.colon:after {
    position: absolute;
    content: ":";
    right: 0;
    top: 0;
}

.form-group label.col-form-label.colon:after {
    top: 7px;
}

/*--
    Table Responsive
-----------------------------------------*/
div > .fixed-column {
    position: absolute;
    width: auto !important;
    border-right: 1px solid #ddd;
    background: #fff;
    z-index: 100;
}

.grid-view table.items.fixed-column .empty {
    font-size: 0px;
}

.grid-view table.items .empty {
    text-align: center;
}

.tbl-responsive {
    overflow-x: auto;
    position: relative;
    z-index: 10;
}

    .tbl-responsive.active {
        display: block;
    }

/*--
    custom pagination
-----------------------------------------*/
.pager {
    margin: 30px 20px;
}

/*ul.pagination, ul.yiiPager {
    display: block;
    text-align: center;
}

    ul.pagination li, ul.yiiPager li {
        margin: 2px;
        display: inline-block;
    }

        ul.pagination li span, ul.yiiPager li span {
            padding: 5px 10px;
            display: block;
        }

        ul.pagination li a, ul.yiiPager li a {
            color: #0a175b !important;
            line-height: unset;
            border-bottom: none;
            background: #fff;
            border: 1px solid #ccc !important;
            border-radius: 5px;
            font-weight: 600;
            width: 30px;
            height: 30px;
            line-height: 27px;
            text-align: center;
        }

            ul.pagination li a:hover, ul.yiiPager li a:hover {
                border: 1px solid #0a175b !important;
            }

        ul.pagination li.prev a, ul.pagination li.previous a, ul.pagination li.first a, ul.pagination li.next a, ul.pagination li.last a, ul.yiiPager li.prev a, ul.yiiPager li.previous a, ul.yiiPager li.first a, ul.yiiPager li.next a, ul.yiiPager li.last a {
            white-space: nowrap;
            width: unset;
            padding: 0 10px;
            border-radius: 5px;
        }

        ul.pagination li.active a, ul.pagination li.active a:hover, ul.pagination li.selected a, ul.pagination li.selected a:hover, ul.yiiPager li.active a, ul.yiiPager li.active a:hover, ul.yiiPager li.selected a, ul.yiiPager li.selected a:hover {
            color: #fff !important;
            background: #0a175b;
            border: 1px solid #0a175b;
        }

    ul.pagination .hidden {
        display: none;
    }*/

/*--
    custom navigation
-----------------------------------------*/
.nav.nav-tabs.nav-style-1 {
    border-bottom: 5px solid #0a175b;
}

    .nav.nav-tabs.nav-style-1 li .nav-link {
        background: #ddd;
        border-color: #aaa;
        color: #0a175b;
    }

        .nav.nav-tabs.nav-style-1 li .nav-link.active {
            background-color: #0a175b;
            border-color: #0a175b;
            opacity: 1;
            color: #fff;
        }

/*  02. Header ----------------------------------------*/
header .mainmenu {
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

    header .mainmenu .navbar-nav .nav-item .nav-link {
        color: #000;
    }

    header .mainmenu .navbar .navbar-brand img {
        max-width: 150px;
    }

    header .mainmenu .navbar li {
        border-bottom: none;
    }

        header .mainmenu .navbar li.active {
            border-bottom: 3px solid #fff;
        }

            header .mainmenu .navbar li.active a {
                opacity: 1;
            }

        header .mainmenu .navbar li:hover {
            opacity: 1;
        }

        header .mainmenu .navbar li .dropdown-item {
            background: #fff;
            color: #1d227b !important;
        }

            header .mainmenu .navbar li .dropdown-item:hover {
                background: #1d227b;
                color: #fff !important;
            }

        header .mainmenu .navbar li .dropdown-menu {
            display: none !important;
        }

        header .mainmenu .navbar li:hover > .dropdown-menu {
            display: block !important;
        }

        header .mainmenu .navbar li .dropdown-menu {
            min-width: 100%;
        }

        header .mainmenu .navbar li .dropdown-item {
            font-size: 13px;
            white-space: nowrap;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        header .mainmenu .navbar li.login-link {
            background: #fff;
        }

            header .mainmenu .navbar li.login-link.responsive-link {
                display: none;
                background: unset;
            }

            header .mainmenu .navbar li.login-link .login-box {
                position: absolute;
                right: 0;
                background: #fff;
                z-index: 10;
                display: none;
                width: 200px;
            }

                header .mainmenu .navbar li.login-link .login-box input[type=text],
                header .mainmenu .navbar li.login-link .login-box input[type=password] {
                    border-bottom: 2px solid #aaa !important;
                    background: #f5f5f5;
                }

            header .mainmenu .navbar li.login-link:hover > .login-box {
                display: block;
            }

@media only screen and (max-width: 768px) {
    header .mainmenu .navbar li.login-link {
        display: none;
    }

        header .mainmenu .navbar li.login-link.responsive-link {
            display: block;
        }

        header .mainmenu .navbar li.login-link:hover > .login-box {
            display: none;
        }
}

header .mainmenu.scroll {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
}

/*  03. Content ----------------------------------------*/
.landingtop {
    background-size: cover;
    background-position: 50%;
    min-height: 800px;
    background-repeat: no-repeat;
}

    .landingtop .container a {
        color: #fff !important;
    }

        .landingtop .container a:nth-child(1) {
            background: #ff6c8d;
        }

        .landingtop .container a:nth-child(2) {
            background: #1200ff;
        }

        .landingtop .container a:nth-child(3) {
            background: #be29ff;
        }

        .landingtop .container a:nth-child(5) {
            background: #1b9100;
        }

@media only screen and (max-width: 768px) {
    .landingtop {
        min-height: 200px;
    }

        .landingtop .container a {
            font-size: 12px;
        }
}

.headline .content #slider .item a, .headline .content #slider .item img {
    overflow: hidden;
    width: 100%;
}

.headline .content #slider .item img {
    display: block;
    object-fit: cover;
    object-position: 50%;
}

.headline .content #slider .item .desc {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 20px;
    width: 100%;
    height: 100%;
}

    .headline .content #slider .item .desc h4 {
        font-size: 30px;
        line-height: 35px;
        color: #fff;
        margin: 0;
        width: 100%;
        text-align: center;
        text-shadow: 2px 1px 1px #000;
    }

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -25px;
}

    .owl-carousel.owl-theme .owl-nav button {
        width: 50px;
        height: 50px;
        font-size: 0;
    }

        .owl-carousel.owl-theme .owl-nav button.owl-prev {
            float: left;
            background: url("../images/icons/prev.png") 0 0 no-repeat;
        }

        .owl-carousel.owl-theme .owl-nav button.owl-next {
            float: right;
            background: url("../images/icons/next.png") 0 0 no-repeat;
        }

.nt.nav-tabs .nav-item {
    margin: 0;
}

    .nt.nav-tabs .nav-item .nav-link {
        border: none;
        border-radius: unset;
        font-weight: 600;
        height: 100%;
        opacity: 0.9;
    }

        .nt.nav-tabs .nav-item .nav-link img {
            width: 20px;
        }

        .nt.nav-tabs .nav-item .nav-link:hover, .nt.nav-tabs .nav-item .nav-link.active {
            opacity: 1;
        }

@media only screen and (max-width: 768px) {
    .nt.nav-tabs .nav-item .nav-link {
        text-align: center;
    }

        .nt.nav-tabs .nav-item .nav-link img {
            display: none;
        }
}

.nt.nts-1 {
    border-bottom: 3px solid #3a86ff;
    background: #ddd;
}

    .nt.nts-1 .nav-item .nav-link.active {
        color: #fff;
        background: #3a86ff;
    }

.nt.nts-2 .nav-item .nav-link {
    background: #0a175b;
    color: #fff;
}

    .nt.nts-2 .nav-item .nav-link.active {
        background: #1d227b;
    }

.box h1.title, .box h5.title {
    color: #fff;
}

    .box h1.title img, .box h5.title img {
        margin-top: -5px;
    }

.box a.title {
    font-size: 14px;
}

.box .box-foo {
    background: #eaeaea;
}

    .box .box-foo .btn-more {
        background: #3a86ff;
        color: #fff;
    }

.box.bs-1 a {
    color: #3a86ff;
}

.box.bs-1 h1.title, .box.bs-1 h5.title {
    background: #3a86ff;
}

.box.bs-1 .box-foo .btn-more {
    background: #3a86ff;
}

.box.bs-2 a {
    color: #1d227b;
}

.box.bs-2 h1.title, .box.bs-2 h5.title {
    background: #1d227b;
}

.box.bs-2 .box-foo .btn-more {
    background: #1d227b;
}

.box.bs-3 a {
    color: #3f6687;
}

.box.bs-3 h1.title, .box.bs-3 h5.title {
    background: #3f6687;
}

.box.bs-3 .box-foo .btn-more {
    background: #3f6687;
}

.box.bs-4 a {
    color: #2b76bc;
}

.box.bs-4 h1.title, .box.bs-4 h5.title {
    background: #2b76bc;
}

.errorSummary {
    background: #dc3545;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

/*  04. Widget ----------------------------------------*/
.test-widget .bs-1 .date * {
    color: #3a86ff;
}

.test-widget .bs-2 .date * {
    color: #1d227b;
}

.test-widget .bs-3 .date * {
    color: #3f6687;
}

.vac-all-widget .bs-1 a {
    background: #3a86ff;
}

.vac-all-widget .bs-2 a {
    background: #1d227b;
}

.social-widget .bs-1 a, .social-widget .bs-1 span {
    font-size: 18px;
    color: #3a86ff;
}

.social-widget .bs-2 a, .social-widget .bs-2 span {
    font-size: 18px;
    color: #1d227b;
}

/*  05. Vacancy ----------------------------------------*/
.vacancy .filter h5 {
    background: #272727;
    color: #fff;
}

.vacancy .filter .filter-box {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .vacancy .filter .filter-box.filter-overflow {
        overflow: hidden;
        height: 270px;
    }

    .vacancy .filter .filter-box ul li a {
        padding: 10px;
        display: block;
        color: #444;
    }

        .vacancy .filter .filter-box ul li a:hover {
            color: #dc4c18;
        }

    .vacancy .filter .filter-box ul li.active a {
        background: #dc4c18;
        color: #fff;
        opacity: 1;
    }

.vacancy .filter a.more {
    background: #eaeaea;
    color: #444;
    display: block;
}

@media only screen and (max-width: 768px) {
    .vacancy .filter {
        display: none;
    }
}

.vacancy .content .filter-btn {
    display: none;
}

@media only screen and (max-width: 768px) {
    .vacancy .content .filter-btn {
        display: block;
    }
}

/* =Vacancy Content
-------------------------------------------------------------- */
.vacancy {
    /* =Vacancy Details-------------------------------- */
}

    .vacancy .topcontent {
        margin: -30px 0 10px 0;
        background-size: cover;
        background-position: 50%;
        min-height: 300px;
        background-repeat: no-repeat;
    }

        .vacancy .topcontent .countdown #timer {
            margin: 0;
            font-size: 40px;
            white-space: nowrap;
            line-height: 40px;
            text-shadow: 0 0 4px #000;
            background: rgba(0, 0, 0, 0.4);
            color: #fff;
        }

    .vacancy .content .sep {
        position: relative;
        margin: 0 0 15px 60px;
    }

        .vacancy .content .sep span.icons {
            position: absolute;
            top: -2px;
            left: -14px;
            background: url("../../../images/icons/ribbon.png") 0 0 no-repeat;
            display: none;
            width: 25px;
            height: 43px;
        }

        .vacancy .content .sep.new span.icons {
            display: inline-block;
        }

        .vacancy .content .sep .company {
            position: relative;
            padding: 0 60px 10px 15px;
            color: #777;
            min-height: 50px;
        }

            .vacancy .content .sep .company span {
                position: absolute;
                top: 50%;
                left: -30px;
            }

                .vacancy .content .sep .company span em, .vacancy .content .sep .company span span {
                    color: #dc4c18;
                    text-transform: uppercase;
                }

                .vacancy .content .sep .company span span {
                    display: inline-block;
                    position: absolute;
                    left: -20px;
                    top: -24px;
                    width: 40px;
                    text-align: center;
                    font-size: 30px;
                    line-height: 30px;
                }

                .vacancy .content .sep .company span em {
                    display: block;
                    padding: 0 0 0 0;
                    font-style: normal;
                    font-size: 12px;
                    line-height: 18px;
                    font-weight: 600;
                }

            .vacancy .content .sep .company a {
                display: inline-block;
                padding: 7px 0 0 0;
                font-size: 14px;
                line-height: 18px;
                text-transform: uppercase;
                font-weight: 600;
            }

            .vacancy .content .sep .company img {
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 45px;
                height: 45px;
            }

            .vacancy .content .sep .company.jobfair {
                padding: 0 110px 10px 15px;
            }

                .vacancy .content .sep .company.jobfair .logo-jobfair {
                    right: 83px;
                }

        .vacancy .content .sep .position {
            position: relative;
        }

            .vacancy .content .sep .position ul {
                list-style: none;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }

            .vacancy .content .sep .position .menu {
                position: absolute;
                top: 0;
                left: 0;
            }

                .vacancy .content .sep .position .menu ul {
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 60px;
                }

                    .vacancy .content .sep .position .menu ul li a {
                        display: block;
                        border: 1px solid transparent;
                        background: #fff;
                        padding: 5px 0 7px 10px;
                        font-size: 11px;
                        line-height: 15px;
                        text-transform: uppercase;
                        text-decoration: none;
                        opacity: 1;
                    }

                    .vacancy .content .sep .position .menu ul li.active a {
                        background: #eee;
                        font-weight: 600;
                    }

            .vacancy .content .sep .position .list, .vacancy .content .sep .position .about {
                padding: 6px 0 6px 15px;
                background-color: #eee;
                min-height: 57px;
            }

            .vacancy .content .sep .position .about {
                display: none;
            }

            .vacancy .content .sep .position .list li {
                position: relative;
                border-bottom: 1px dotted #ccc;
                padding: 0 110px 5px 15px;
                margin: 0 0 5px 0;
            }

                .vacancy .content .sep .position .list li:last-child {
                    border-bottom: none;
                    margin: 0;
                }

                .vacancy .content .sep .position .list li em {
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-size: 11px;
                    font-style: normal;
                }

                .vacancy .content .sep .position .list li a {
                    color: #dc4c18;
                }

                .vacancy .content .sep .position .list li span {
                    position: absolute;
                    font-size: 11px;
                    line-height: 14px;
                    color: #444;
                }

                    .vacancy .content .sep .position .list li span.apply {
                        top: -1px;
                        right: 45px;
                        display: inline-block;
                        width: 60px;
                        background: url("../../../images/icons/apply_on.png") 0 50% no-repeat;
                        padding: 2px 12px 2px 17px;
                    }

                    .vacancy .content .sep .position .list li span.valid {
                        top: -1px;
                        right: 0;
                        display: inline-block;
                        width: 55px;
                        background: url("../../../images/icons/valid_on.png") 0 50% no-repeat;
                        padding: 2px 0 2px 18px;
                    }

                .vacancy .content .sep .position .list li:hover span {
                    color: #555;
                }

                    .vacancy .content .sep .position .list li:hover span.apply {
                        background: url("../../../images/icons/apply_on_hover.png") 0 50% no-repeat;
                    }

                    .vacancy .content .sep .position .list li:hover span.valid {
                        background: url("../../../images/icons/valid_on_hover.png") 0 50% no-repeat;
                    }

                .vacancy .content .sep .position .list li.closed span.valid {
                    background: url("../../../images/icons/valid_closed.png") 0 50% no-repeat;
                }

                .vacancy .content .sep .position .list li.closed:hover span.apply {
                    background: url("../../../images/icons/apply_closed_hover.png") 0 50% no-repeat;
                }

                .vacancy .content .sep .position .list li.closed:hover span.valid {
                    background: url("../../../images/icons/valid_closed_hover.png") 0 50% no-repeat;
                }

            .vacancy .content .sep .position .list .vacancy_pager {
                text-align: center;
                position: relative;
            }

                .vacancy .content .sep .position .list .vacancy_pager a.next_vacancy {
                    position: absolute;
                    right: 0;
                }

                .vacancy .content .sep .position .list .vacancy_pager a.previous_vacancy {
                    position: absolute;
                    left: 0;
                }

    .vacancy.details .photo img {
        border: 1px solid #d5d5d4;
        padding: 4px;
    }

    .vacancy.details .info a {
        font-size: 14px;
        line-height: 18px;
    }

    .vacancy.details .content .date span {
        display: inline-block;
        background: url("../../../images/icons/valid_on.png") 0 50% no-repeat;
        padding: 2px 0 2px 22px;
    }

    .vacancy.details .content .apply {
        padding: 5px 10px 5px 22px;
        background: url("../../../images/icons/apply_medium.png") 0 50% no-repeat;
    }

    .vacancy.details .content .menu ul li {
        position: relative;
    }

        .vacancy.details .content .menu ul li span {
            display: none;
            position: absolute;
            bottom: -1px;
            left: 50%;
        }

            .vacancy.details .content .menu ul li span i {
                position: absolute;
                bottom: 0;
                left: -5px;
                display: inline-block;
                background: url("../../../images/icons/vacancy_detail_menu_arrow.png") 50% 0 repeat-x;
                overflow: hidden;
                width: 11px;
                height: 6px;
                color: transparent;
            }

        .vacancy.details .content .menu ul li.active a {
            opacity: 1;
        }

        .vacancy.details .content .menu ul li.active span {
            display: inline-block;
        }

@media only screen and (max-width: 576px) {
    .vacancy.details .content .menu ul li a {
        padding: 7px 10px;
        font-size: 12px;
    }
}

.vacancy.details .content .box #special, .vacancy.details .content .box #additional {
    display: none;
}

.vacancy.details .content .box .ajax-on {
    font-size: 13px;
    line-height: 18px;
}

    .vacancy.details .content .box .ajax-on * {
        font-size: 13px;
        line-height: 18px;
    }

    .vacancy.details .content .box .ajax-on ul, .vacancy.details .content .box .ajax-on ol {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .vacancy.details .content .box .ajax-on td {
        vertical-align: top;
        padding: 7px;
    }

        .vacancy.details .content .box .ajax-on td:first-child {
            font-weight: 600;
            color: #606060;
        }

.vacancy.details .bs-1 .content .menu {
    background-color: #3a86ff;
}

    .vacancy.details .bs-1 .content .menu li.active a {
        background-color: #2374b6;
    }

.vacancy.details .bs-2 .content .menu {
    background-color: #1d227b;
}

    .vacancy.details .bs-2 .content .menu li.active a {
        background-color: #1d227b;
    }

.vacancy.details .bs-3 .content .menu {
    background-color: #3f6687;
}

    .vacancy.details .bs-3 .content .menu li.active a {
        background-color: #305472;
    }

.editorial {
    font-size: 11px;
    color: #fff;
    background: url("../../../images/resource/editorial_bg.png") repeat;
}

    .editorial * {
        font-size: 11px;
        color: #fff;
    }

/*  06. Member ----------------------------------------*/
/* Sidebar */
.profile .bs-1 .sidebar ul li a {
    color: #3a86ff;
}

.profile .bs-1 .sidebar ul li.active a {
    background-color: #3a86ff;
    color: #fff;
}

.profile .bs-2 .sidebar ul li a {
    color: #1d227b;
}

.profile .bs-2 .sidebar ul li.active a {
    background-color: #1d227b;
    color: #fff;
}

.profile .bs-3 .sidebar ul li a {
    color: #3f6687;
}

.profile .bs-3 .sidebar ul li.active a {
    background-color: #3f6687;
    color: #fff;
}

.profile .sidebar ul {
    list-style: none;
    border: 1px solid #ddd;
}

    .profile .sidebar ul li {
        position: relative;
        padding: 0;
    }

        .profile .sidebar ul li a {
            display: block;
            padding: 7px 15px;
            text-decoration: none;
        }

        .profile .sidebar ul li.active a {
            color: #fff;
        }

        .profile .sidebar ul li span {
            display: none;
        }

.profile .content div[name=tabs-on].test {
    display: none;
}

.profile .content .list-view .items {
    padding: 10px;
}

    .profile .content .list-view .items span.empty {
        display: block;
        padding: 15px 15px;
    }

    .profile .content .list-view .items .sep {
        position: relative;
        border-bottom: 1px dotted #bebebe;
        padding: 0 12px 10px 12px;
        margin: 0 0 10px 0;
    }

        .profile .content .list-view .items .sep:last-child {
            border-bottom: none;
            margin: 0 0 0 0;
        }

.profile .content .vacancy .list-view .sep, .profile .content .closedVacancy .list-view .sep {
    color: #017fa8;
}

    .profile .content .vacancy .list-view .sep span, .profile .content .closedVacancy .list-view .sep span {
        position: absolute;
        right: 5px;
        top: 0;
        display: inline-block;
        padding: 3px 0 3px 20px;
        width: 90px;
        background: url("../../../images/icons/valid_on.png") 0 0 no-repeat;
        color: #454545;
        font-size: 11px;
        line-height: 11px;
    }

        .profile .content .vacancy .list-view .sep span.closed, .profile .content .closedVacancy .list-view .sep span.closed {
            background: url("../../../images/icons/valid_closed.png") 0 0 no-repeat;
        }

    .profile .content .vacancy .list-view .sep:hover span, .profile .content .closedVacancy .list-view .sep:hover span {
        background: url("../../../images/icons/valid_on_hover.png") 0 0 no-repeat;
    }

        .profile .content .vacancy .list-view .sep:hover span.closed, .profile .content .closedVacancy .list-view .sep:hover span.closed {
            background: url("../../../images/icons/valid_closed_hover.png") 0 0 no-repeat;
        }

.profile .content .vacancy .list-view .pager, .profile .content .closedVacancy .list-view .pager {
    padding: 20px 0 20px 0;
}

.profile .content .test .list-view .sep {
    color: #808080;
    text-transform: uppercase;
}

    .profile .content .test .list-view .sep a {
        padding: 0 0 2px 0;
        font-weight: 600;
    }

.register .guide ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .register .guide ul li {
        padding: 10px 0 10px 30px;
        border-bottom: 1px solid #ccc;
    }

        .register .guide ul li span {
            line-height: 30px;
        }

.register .employermenu {
    position: relative;
    bottom: -6px;
}

    .register .employermenu ul {
        text-align: center;
    }

        .register .employermenu ul li {
            padding: 0;
        }

            .register .employermenu ul li a {
                background: #888;
                text-align: center;
                display: block;
                font-size: 14px;
                color: #f5f5f5;
                padding: 10px;
                line-height: 18px;
                border-top: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-left: 1px solid #ccc;
                border-bottom: 5px solid #0a175b;
                cursor: unset;
                border-radius: 7px 7px 0 0;
                opacity: 1;
            }

                .register .employermenu ul li a.done {
                    color: #0a175b;
                    background: #f5f5f5;
                }

                .register .employermenu ul li a.active {
                    position: relative;
                    background: #0a175b;
                    font-size: 16px;
                    line-height: 24px;
                    bottom: 6px;
                    font-weight: 600;
                    border-color: #0a175b;
                }

                    .register .employermenu ul li a.active:before {
                        top: 100%;
                        left: 50%;
                        border: solid transparent;
                        content: "";
                        height: 0;
                        width: 0;
                        position: absolute;
                        pointer-events: none;
                        border-color: rgba(136, 183, 213, 0);
                        border-top-color: #0a175b;
                        border-width: 20px;
                        margin-left: -20px;
                    }

.member-info .box {
    border: 1px solid #0a175b;
}

    .member-info .box * {
        color: #0a175b;
    }

    .member-info .box span {
        font-size: 20px;
    }

    .member-info .box a {
        font-size: 30px;
        border-left: 1px solid #0a175b;
    }

        .member-info .box a span {
            font-size: 11px;
            margin-top: 5px;
        }

#member-page .top-account {
    background: #0a175b;
}

    #member-page .top-account #show-upload span {
        opacity: 0.8;
        top: 0;
    }

    #member-page .top-account #show-upload:hover span {
        display: block !important;
    }

#member-page .pasport #button-upload-foto span {
    opacity: 0.8;
    top: 0;
    left: 0;
}

#member-page .pasport #button-upload-foto:hover span {
    display: block !important;
}

#member-page .usermenu ul {
    display: block;
}

    #member-page .usermenu ul li a {
        padding: 10px;
        display: block;
    }

    #member-page .usermenu ul li.active a {
        background: #1d227b;
        color: #fff;
        opacity: 1;
    }

#member-page .usermenu .member-menu-responsive {
    display: none;
}

@media only screen and (max-width: 768px) {
    #member-page .usermenu ul {
        display: none;
    }

    #member-page .usermenu .member-menu-responsive {
        display: block;
    }

    #member-page .usermenu:hover ul {
        display: block;
    }
}

#member-page #sidebar-member {
    display: none;
}

@media only screen and (max-width: 768px) {
    #member-page #member-sidebar .sidebar {
        display: none;
    }

    #member-page #sidebar-member {
        display: block;
    }
}

.total-apply span {
    font-size: 30px;
}

    .total-apply span span {
        white-space: nowrap;
        font-size: 14px;
    }

.sidebar .menu a.responsive-menu-edit {
    display: none;
}

.sidebar .menu ul li a {
    color: #3f6687;
    padding: 0.75rem;
}

    .sidebar .menu ul li a:hover {
        background: #f5f5f5;
    }

.sidebar .menu ul li.active a, .sidebar .menu ul li.active a:hover {
    background-color: #3f6687;
    color: #fff;
    font-weight: 600;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .sidebar .menu a.responsive-menu-edit {
        display: block;
    }

    .sidebar .menu ul {
        display: none;
    }
}

.preview-bio img.photo {
    position: absolute;
    max-width: 120px;
    right: 131px;
    top: 165px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}

/* print member card */
.print-cardbox .cardbox-forward,
.print-cardbox .cardbox-backward {
    display: block;
    margin: 10px auto 15px;
    border: 1px solid transparent;
    width: 328px;
    height: 205px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.print-cardbox .cardbox-forward {
    background: url("../../../images/resource/card-forward.jpg") no-repeat;
    background-size: 328px 205px;
}

    .print-cardbox .cardbox-forward .photo-box {
        border: 1px solid transparent;
        height: 80px;
        width: 68px;
        position: absolute;
        bottom: 42px;
        left: 7px;
    }

        .print-cardbox .cardbox-forward .photo-box img {
            display: block;
            height: 80px;
            max-height: 80px;
            width: 68px;
            max-width: 68px;
        }

    .print-cardbox .cardbox-forward .expired {
        display: block;
        font-size: 9px;
        position: absolute;
        bottom: 6px;
        left: 18px;
    }

.print-cardbox .cutting-line {
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 1px;
    border-top: 1px dashed #aeaeae;
}

.print-cardbox .cardbox-backward {
    background: url("../../../images/resource/card-backward.jpg") no-repeat;
    background-size: 328px 205px;
}

    .print-cardbox .cardbox-backward ul.cb-data {
        display: block;
        width: 290px;
        max-width: 290px;
        padding: 0;
        position: absolute;
        top: 17px;
        left: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .print-cardbox .cardbox-backward ul.cb-data li {
            display: table;
            vertical-align: top;
            width: 100%;
            font-size: 10px;
            line-height: 12px;
        }

            .print-cardbox .cardbox-backward ul.cb-data li label {
                display: table-cell;
                vertical-align: top;
                width: 90px;
                font-size: 10px;
                line-height: 12px;
            }

    .print-cardbox .cardbox-backward .barcode-box {
        display: table;
        vertical-align: middle;
        position: absolute;
        bottom: 16px;
        right: 10px;
        padding: 4px;
        background-color: #fff;
    }

        .print-cardbox .cardbox-backward .barcode-box img {
            display: table;
            vertical-align: middle;
            margin: 0 auto;
            text-align: center;
            width: 60px;
            max-width: 60px;
            height: 60px;
            max-height: 60px;
        }

        .print-cardbox .cardbox-backward .barcode-box p {
            display: block;
            margin: 0 0 -2px 0;
            padding: 3px 0 0 0;
            font-size: 9px;
            line-height: 10px;
            text-align: center;
            font-family: arial;
        }

/* feature custome for member card */
.cardboxed {
    margin: 30px auto;
    display: block;
    border: 1px solid #35A4F0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    width: 400px;
    height: 220px;
    padding: 15px 20px;
    background-color: #35A4F0;
}

    .cardboxed.c-forward .forward-header {
        display: table;
        vertical-align: top;
        width: 100%;
    }

        .cardboxed.c-forward .forward-header .fh-left {
            display: table-cell;
            vertical-align: middle;
            width: 72px;
        }

            .cardboxed.c-forward .forward-header .fh-left img {
                display: block;
                width: 70px;
                height: 70px;
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                background-color: #333;
            }

        .cardboxed.c-forward .forward-header .fh-right {
            display: table-cell;
            vertical-align: middle;
            width: auto;
            padding-left: 10px;
        }

            .cardboxed.c-forward .forward-header .fh-right h4 {
                color: #D1FD30;
            }

            .cardboxed.c-forward .forward-header .fh-right p {
                color: #D1FD30;
                margin-top: 2px;
            }

    .cardboxed.c-forward .forward-data {
        display: block;
        padding-left: 70px;
        margin-top: 40px;
    }

        .cardboxed.c-forward .forward-data h3 {
            color: #D1FD30;
            font-size: 20px;
            line-height: 24px;
            display: block;
            letter-spacing: 0;
            background-color: transparent;
            border: none;
            text-transform: uppercase;
            padding: 0;
            font-weight: bold;
        }

        .cardboxed.c-forward .forward-data ul {
            margin: 5px 0 0 0;
            padding: 0;
        }

            .cardboxed.c-forward .forward-data ul li {
                list-style: none;
                color: #fff;
            }

                .cardboxed.c-forward .forward-data ul li label {
                    width: 53px;
                    display: inline-block;
                    color: #fff;
                }

    .cardboxed.c-backward {
        display: block;
        position: relative;
    }

        .cardboxed.c-backward ul {
            display: block;
            margin: 0 0 0 10px;
            position: absolute;
            padding: 0;
            bottom: 25px;
        }

            .cardboxed.c-backward ul li {
                list-style: none;
                font-size: 11px;
                font-weight: bold;
                color: #252525;
            }

.preview-bio {
    position: relative;
}

    .preview-bio img.photo {
        position: absolute;
        max-width: 120px;
        right: 20px;
        top: 50px;
        background: #fff;
        padding: 5px;
        border: 1px solid #ddd;
    }

@media only screen and (max-width: 768px) {
    .preview-bio img.photo {
        position: relative;
        right: unset;
        top: unset;
        margin: 10px auto;
        display: block;
    }
}

.preview-bio table tr:nth-child(-n+5) td {
    padding-right: 150px;
}

@media only screen and (max-width: 768px) {
    .preview-bio table tr:nth-child(-n+5) td {
        padding-right: 0.75rem;
    }
}

/*  07. Article ----------------------------------------*/
.sidebar-aticle h5 {
    background: #272727;
    color: #fff;
}

.sidebar-aticle .category ul li a {
    padding: 10px;
    display: block;
    color: #444;
}

    .sidebar-aticle .category ul li a:hover {
        color: #e82022;
    }

.sidebar-aticle .category ul li.active a {
    background: #e82022;
    color: #fff;
    opacity: 1;
}

.sidebar-aticle .category.box.bs-2 ul li a {
    border-left: 5px solid #eaeaea;
}

    .sidebar-aticle .category.box.bs-2 ul li a:hover {
        color: #1d227b;
    }

.sidebar-aticle .category.box.bs-2 ul li.active a {
    background: unset;
    color: #1d227b;
    border-left: 5px solid #1d227b;
    opacity: 1;
    font-weight: 600;
}

.sidebar-aticle .archive ul i.fas {
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: #e82022;
}

@media only screen and (max-width: 768px) {
    .sidebar-aticle .archive {
        display: none;
    }
}

.article .content {
    line-height: 1.5 !important;
}

    .article .content * {
        line-height: 1.5 !important;
    }

.list-desc-toggle .box i.fas::before {
    content: "";
}

.list-desc-toggle .box.active i.fas::before {
    content: "";
}

/*  08. Assessment ----------------------------------------*/
.assessment-test #timeleft {
    position: relative;
    margin: 0 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

    .assessment-test #timeleft.fix {
        background: #ffffff none repeat scroll 0 0;
        border-bottom: 25px solid #f1f1f1;
        margin: 0 0 10px;
        position: fixed;
        top: 42px;
        z-index: 100;
    }

    .assessment-test #timeleft .percent {
        display: none;
    }

    .assessment-test #timeleft .pbar {
        background: #3e3e3e;
        height: 8px;
    }

        .assessment-test #timeleft .pbar div {
            background: #28a745;
            display: block !important;
            height: 100%;
        }

    .assessment-test #timeleft .elapsed {
        display: inline-block;
        font-size: 20px;
        margin: 5px 5px 0 0;
    }

    .assessment-test #timeleft #step-soal {
        font-size: 20px;
    }

.assessment-test #step-bar {
    background: #bebebe;
    position: relative;
    height: 20px;
    display: none;
}

    .assessment-test #step-bar span {
        font-size: 14px;
        font-weight: 300;
        position: absolute;
        right: 10px;
        top: 2px;
    }

        .assessment-test #step-bar span b {
            color: #fff;
        }

.assessment-test table.interest-test {
    border-collapse: separate;
    border-spacing: 3px;
    margin: 20px 0;
    width: 100%;
}

    .assessment-test table.interest-test tr th {
        font-style: italic;
        font-weight: 600;
        padding: 5px;
        text-align: center;
    }

    .assessment-test table.interest-test tr td {
        border: 1px solid #b6b6b6;
        font-weight: 300;
        padding: 0;
        height: 100%;
        background: url("../../../public/assessment/check2.png") 50% 50% no-repeat #dcdcdc;
        font-size: 16px;
        line-height: 24px;
    }

    .assessment-test table.interest-test tr:nth-child(even) td:first-child {
        background: #f9f7f8;
        border: 1px solid #E8E8E8;
        padding: 5px;
    }

    .assessment-test table.interest-test tr:nth-child(odd) td:first-child {
        background: #fff;
        border: 1px solid #E8E8E8;
        padding: 5px;
    }

    .assessment-test table.interest-test input[type=radio] {
        display: none;
    }

        .assessment-test table.interest-test input[type=radio] + label {
            display: table;
            width: 100%;
            height: 100%;
            margin: 0;
            vertical-align: middle;
            background: url("../../../public/assessment/check2.png") 50% 50% no-repeat #dcdcdc;
            cursor: pointer;
        }

        .assessment-test table.interest-test tr td.active,
        .assessment-test table.interest-test input[type=radio]:checked + label {
            background: url("../../../public/assessment/check.png") 50% 50% no-repeat #02ab06;
        }

.careerinterest .result-box .date {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 20px;
}

    .careerinterest .result-box .date b {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        margin: 0 0 5px;
    }

    .careerinterest .result-box .date span {
        font-size: 18px;
        font-weight: 300;
    }

.careerinterest .result-box h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0;
    text-shadow: none;
}

.careerinterest .result-box h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.careerinterest .result-box table.chart {
    margin-bottom: 20px;
    width: 100%;
}

    .careerinterest .result-box table.chart tr:first-child td:nth-child(4) {
        border-left: 1px solid #D3D3D3;
    }

    .careerinterest .result-box table.chart tr td {
        font-size: 14px;
        font-style: italic;
        padding: 5px;
    }

        .careerinterest .result-box table.chart tr td div {
            position: relative;
        }

        .careerinterest .result-box table.chart tr td span.box {
            background: #ffff00;
            background: -moz-linear-gradient(left, #ffff00 0%, #ff7900 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffff00), color-stop(100%, #ff7900));
            background: -webkit-linear-gradient(left, #ffff00 0%, #ff7900 100%);
            background: -o-linear-gradient(left, #ffff00 0%, #ff7900 100%);
            background: -ms-linear-gradient(left, #ffff00 0%, #ff7900 100%);
            background: linear-gradient(to right, #ffff00 0%, #ff7900 100%);
            display: block;
            height: 20px;
            width: 100%;
            position: absolute;
        }

        .careerinterest .result-box table.chart tr td span.bar {
            background: #fff;
            display: block;
            height: 20px;
            position: relative;
            float: right;
        }

        .careerinterest .result-box table.chart tr td:nth-child(4) {
            border-left: 1px solid #D3D3D3;
            padding-left: 0;
            width: auto;
        }

    .careerinterest .result-box table.chart tr:nth-child(7) td {
        padding-bottom: 20px;
    }

    .careerinterest .result-box table.chart tr td b {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }

    .careerinterest .result-box table.chart tr td:nth-child(3) {
        width: 5px;
    }

    .careerinterest .result-box table.chart tr:last-child td:nth-child(3) {
        border-top: 1px solid #D3D3D3;
        border-right: 1px solid #D3D3D3;
    }

    .careerinterest .result-box table.chart tr:last-child td:nth-child(4) {
        border-left: 1px solid #D3D3D3;
        border-top: 1px solid #D3D3D3;
        padding: 0;
    }

    .careerinterest .result-box table.chart tr:last-child span.left,
    .careerinterest .result-box table.chart tr:last-child span.right {
        margin: 0 10px -15px 10px;
        font-style: normal;
    }

.careerinterest .result-box .satisfaction {
    margin: 20px 0;
    position: relative;
    min-height: 150px;
}

    .careerinterest .result-box .satisfaction .block-box {
        position: absolute;
        width: 100%;
        height: 130px;
        background: transparent;
        top: 0;
        display: none;
    }

        .careerinterest .result-box .satisfaction .block-box.active {
            display: block;
        }

    .careerinterest .result-box .satisfaction .sep {
        background: #f6f5f2;
        border: 1px solid #dfdfde;
        height: 80px;
        width: 20%;
        padding: 10px 0;
        float: left;
        cursor: pointer;
        text-align: center;
    }

        .careerinterest .result-box .satisfaction .sep:nth-child(2) {
            background: none;
            border: none;
            width: 60%;
            padding: 0;
        }

    .careerinterest .result-box .satisfaction ul.levelnew,
    .careerinterest .result-box .satisfaction ul.level {
        background: #f6f5f2;
        border: 1px solid #dfdfde;
        height: 85px;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

        .careerinterest .result-box .satisfaction ul.levelnew span.total,
        .careerinterest .result-box .satisfaction ul.level span.total {
            position: absolute;
            font-size: 36px;
            font-weight: 500;
            margin: 0;
            padding: 0;
            border: none;
            top: 25px;
            width: 45px;
            text-align: center;
            right: 2px;
        }

        .careerinterest .result-box .satisfaction ul.levelnew li,
        .careerinterest .result-box .satisfaction ul.level li {
            background: #F6F5F2;
            float: left;
            height: 84px;
            margin: 0 1%;
            width: 8%;
            cursor: pointer;
        }

        .careerinterest .result-box .satisfaction ul.levelnew * {
            cursor: default !important;
        }

        .careerinterest .result-box .satisfaction #first:hover,
        .careerinterest .result-box .satisfaction #first.active,
        .careerinterest .result-box .satisfaction #last:hover,
        .careerinterest .result-box .satisfaction #last.active,
        .careerinterest .result-box .satisfaction ul.level li.active,
        .careerinterest .result-box .satisfaction ul.levelnew li.active,
        .careerinterest .result-box .satisfaction ul.level li:hover {
            background: #FB951D;
        }

    .careerinterest .result-box .satisfaction ul.range {
        height: 45px;
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none;
    }

        .careerinterest .result-box .satisfaction ul.range li {
            float: left;
            height: 45px;
            margin: 0 1%;
            width: 8%;
            position: relative;
            background-image: url("../../../public/assessment/assesment_result_sep.png");
            background-repeat: no-repeat;
            background-position: 0 5px;
            background-size: 100%;
        }

            .careerinterest .result-box .satisfaction ul.range li span {
                font-weight: 300;
                position: absolute;
                left: -10px;
                top: 20px;
                border: none;
                margin: 0;
                padding: 0;
            }

.careerinterest .result-box ul.categories {
    list-style: none outside none;
    margin: 0;
    border: none;
    padding: 0;
}

    .careerinterest .result-box ul.categories li a {
        display: block;
        font-size: 18px;
        font-weight: 300;
        line-height: 0;
        padding: 20px 10px;
        text-align: center;
        border-bottom: 2px solid #0a175b;
        border-right: 1px solid #0a175b;
        cursor: auto;
        opacity: 1;
    }

        .careerinterest .result-box ul.categories li a.active {
            background: none repeat scroll 0 0 #0a175b;
            color: #fff;
            font-weight: 400;
        }

        .careerinterest .result-box ul.categories li a.actived {
            background: #0a175b;
            color: #fff;
            font-weight: 400;
        }

        .careerinterest .result-box ul.categories li a.inactive {
            background: none repeat scroll 0 0 #666666;
            border-bottom: 2px solid #555555;
            border-right: 1px solid #555555;
            color: #222222;
            text-decoration: none;
        }

    .careerinterest .result-box ul.categories li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .careerinterest .result-box ul.categories li:last-child a {
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -moz-border-radius-bottomright: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: none;
    }

.careerinterest .result-box .result-desc {
    padding: 30px 0;
    display: none;
    font-size: 14px;
    line-height: 24px;
}

    .careerinterest .result-box .result-desc ul {
        background: none repeat scroll 0 0 #F2F2F2;
        list-style: decimal outside none;
        margin: 0;
        padding: 20px 50px;
    }

    .careerinterest .result-box .result-desc:nth-child(1) {
        display: block;
    }

.offline-content ul.menu li a.active {
    background: #0a175b !important;
    color: #fff;
}

.offline-content #regulation ul li {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.offline-content ul.weeks li a {
    background-color: #272727 !important;
}

    .offline-content ul.weeks li a.active {
        background-color: #fff !important;
        color: #272727 !important;
    }

.offline-content table#table-offline tr th,
.offline-content table#table-offline tr td {
    border: 1px solid #D3D3D2;
}

.offline-content table#table-offline tr th {
    background: #53b7cc;
    color: #fff;
}

.offline-content table#table-offline tr td {
    height: 110px;
    vertical-align: middle;
    text-align: center;
}

.offline-content table#table-offline .full-booked2 {
    background-color: #e7353a;
}

    .offline-content table#table-offline .full-booked2 p {
        display: inline-block;
        font-weight: 600;
        padding-left: 25px;
        text-transform: uppercase;
        margin: 0;
        text-decoration: none;
        border: none;
        width: auto;
        background: url(../../../public/assessment/conseling/x.png) no-repeat;
        background-position: 5px;
        text-align: left;
        color: white;
    }

.offline-content table#table-offline .available-day2 {
    background-color: #39b54a;
    cursor: pointer;
}

.offline-content table#table-offline .register-offline {
    color: white;
    display: block;
    font-weight: 600;
    padding-left: 15px;
    text-align: center !important;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
    border: none;
    border: 2px solid #1aa72d;
    border-radius: 5px;
    background: url(../../../public/assessment/conseling/plus.png) no-repeat 2px;
}

.offline-content .my-schedule {
    background-color: #FFF;
}

    .offline-content .my-schedule p {
        color: #fb9318;
        display: block;
        text-transform: uppercase;
        margin: 0;
        text-decoration: none;
        border: none;
        width: auto;
        background: url(../../../public/assessment/conseling/checkmark.png) no-repeat;
        background-position: center top;
        text-align: center;
        padding: 35px 0 0 0;
        line-height: 18px;
    }

.offline-content #schedule .status {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    display: inline-block;
    margin: 0 2px;
}

    .offline-content #schedule .status.wait {
        background: #fff200;
    }

    .offline-content #schedule .status.confirm {
        background: #0000FF;
    }

    .offline-content #schedule .status.approve {
        background: #00a651;
    }

    .offline-content #schedule .status.late {
        background: #ed1c24;
    }

/*  09. Footer ----------------------------------------*/
footer {
    background: #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

    footer a {
        opacity: 0.8;
    }

        footer *, footer a:hover {
            color: #000;
        }

    footer .foo-social a {
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 18px;
    }

        footer .foo-social a.facebook {
            background-image: url("../images/icons/icon-fb.png");
        }

        footer .foo-social a.linkedin {
            background-image: url("../images/icons/icon-linkedin.png");
        }

        footer .foo-social a.twitter {
            background-image: url("../images/icons/icon-tw.png");
        }

        footer .foo-social a.instagram {
            background-image: url("../images/icons/icon-ig.png");
        }

    footer .copyright {
        background: #1d227b;
    }

        footer .copyright * {
            font-weight: 600;
        }

/*# sourceMappingURL=general.css.map */
