html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #010101;
    overflow-x: hidden;
    background: #f5f5f5;
}

.scroll-progress {
    background: linear-gradient(to right, #375f67 var(--scroll), transparent 0);
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 4px;
    z-index: 1;
    top: 66px;
}

img {
    max-width: 100%;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

a {
    transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
}

.card {
    border-radius: 0;
}

.card-header {
    padding: 0.5rem 1rem;
    position: relative;
}

    .card-header:first-child {
        border-radius: 0;
    }

.card-header-bg {
    background: #414c71;
}

    .card-header-bg .card-title {
        color: #fff;
    }

.card-body,
.card-footer {
    padding: 0.75rem;
}

.card-title {
    margin: 0;
    font-size: 16px;
}

    .card-title i {
        margin-right: 5px;
        vertical-align: middle;
    }

.header-element {
    position: absolute;
    right: 15px;
    top: 0.5rem;
    color: #fff !important;
}

    .header-element:hover {
        color: #fff;
    }

    .header-element i {
        margin-right: 5px;
    }

.btn {
    padding: 4px 10px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #414c71;
    border-color: #414c71;
}

    .btn-primary:hover,
    .btn-outline-primary {
        background: #fff;
        color: #414c71;
        border-color: #414c71;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgb(65, 76, 113, 0.5);
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #414c71;
        border-color: #414c71;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(65, 76, 113, 0.5);
        }

.btn-info {
    background: #375f67;
    color: #fff;
    border-color: #375f67;
}

    .btn-info:hover {
        background: #fff;
        color: #375f67;
        border-color: #375f67;
    }

    .btn-info.focus,
    .btn-info:focus {
        box-shadow: 0 0 0 0.2rem rgb(55, 95, 103,0.5);
    }

    .btn-info:not(:disabled):not(.disabled).active:focus,
    .btn-info:not(:disabled):not(.disabled):active:focus,
    .show > .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgb(55, 95, 103,0.5);
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #375f67;
    background-color: #375f67;
}

label {
    margin-bottom: 1px !important;
}

.form-group {
    margin-bottom: 0.75rem;
}

.form-control {
    border-radius: 0;
    font-size: 14px !important;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.wrapper-login {
    height: auto !important;
}

.wrapper-registeration {
    height: auto !important;
}

.wrapper {
    padding: 15px 0;
    height: 100%;
    /*height: calc(100vh - 105px);*/
    margin: 66px 0 40px 0;
}

    .wrapper .form-control {
        padding: 0.375rem 0.25rem;
    }

textarea {
    resize: auto !important;
}

.code {
    font-size: 11px;
}
.PENDING {
    background-color: transparent;
}

.APPROVED {
    background-color: #C4FFBB;
}

.REJECTED {
    background-color: #FFD5D5;
}

.DOUBT {
    background-color: #a2c0ef;
}

.approval {
    padding-top: 5px;
    text-align: right;
    margin-top: -24px;
}
.table-sm td,
.table-sm th {
    padding: 5px;
}

table.table-sm {
    font-size: 10px !important;
}
/*--Datepicker--*/
.bootstrap-datetimepicker-widget table td.day {
    padding: 5px;
}

.bootstrap-datetimepicker-widget {
    font-size: 13px !important;
}
/*--Select2--*/
.select2-container--classic
.select2-results__options
.select2-results__option[aria-selected="true"],
.select2-container--default
.select2-results__options
.select2-results__option[aria-selected="true"] {
    background-color: #375f67 !important;
    color: #fff !important;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #375f67 !important;
    color: #fff !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: #5a5a5a;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
    background: #375f67 !important;
    border-color: #375f67 !important;
    padding: 0 6px !important;
    font-size: 14px;
}
/*--Header--*/
.logo {
    width: 170px;
}

.navbar.navbar-light {
    /* background: #2d6e8c; */
    background-color: #1d2951;
    background-image: linear-gradient(315deg, #1d2951 20%, #dbe7fc 84%);
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
    color: #dbe7fc;
    position: relative;
}

    .navbar-light .navbar-nav .nav-item.active .nav-link::after {
        content: '';
        position: absolute;
        width: calc(100% - 15px);
        height: 1px;
        left: 8px;
        right: 0;
        bottom: 2px;
        background: #dbe7fc;
    }

.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:focus {
    color: #dbe7fc;
}

.notification-bar {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 70px;
    background: #fff;
}

.site-title {
    color: #fff;
    /*text-align: right;*/
    font-size: 22px;
    margin: 10px 0;
    font-weight: 500;
}

.avatar {
    margin-right: 5px;
    width: 30px;
    white-space: nowrap;
    border-radius: 100%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

    .avatar i {
        position: absolute;
        right: 0px;
        bottom: 2px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

    .avatar img {
        width: 100%;
        height: auto;
        max-width: 100%;
        border: 0;
        border-radius: 1000px;
    }

.profile-dropdown {
    display: block;
}

    .profile-dropdown.dropdown-toggle::after {
        margin: 0;
        color: #fff;
    }

    .profile-dropdown .user-name {
        display: inline-block;
        margin-bottom: 0.4rem;
        margin-left: 0;
        color: #fff;
    }

.profile-dropdown-list .dropdown-item {
    padding: 0.25rem 0.8rem;
    font-size: 14px;
}

.profile-dropdown-list::before {
    position: absolute;
    top: -7px;
    right: 5px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-bottom-color: #fff;
    content: "";
}

.profile-dropdown-list .dropdown-item.active,
.profile-dropdown-list .dropdown-item:active,
.profile-dropdown-list .dropdown-item:hover {
    color: #fff;
    background: #375f67;
}
/*--Login Content--*/
.web-portal-step h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.web-portal-step h6 {
    font-size: 16px;
    font-weight: 500;
    color: #555;
}

.web-portal-step ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    position: relative;
    margin-top: 25px;
}

    .web-portal-step ul li {
        width: 100%;
        text-align: center;
        padding: 50px 15px 30px;
        margin: 15px;
        position: relative;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

        .web-portal-step ul li.bg-info {
            background: #0d93c2 !important;
        }

            .web-portal-step ul li.bg-info > .step-no {
                color: #0d93c2;
                border-color: #0d93c2;
            }

        .web-portal-step ul li.bg-danger {
            background: #e14e4d !important;
        }

            .web-portal-step ul li.bg-danger > .step-no {
                color: #e14e4d;
                border-color: #e14e4d;
            }

        .web-portal-step ul li.bg-warning {
            background: #ffc107 !important;
        }

            .web-portal-step ul li.bg-warning > .step-no {
                color: #ffc107;
                border-color: #ffc107;
            }

        .web-portal-step ul li.bg-success {
            background: #3bab62 !important;
        }

            .web-portal-step ul li.bg-success > .step-no {
                color: #3bab62;
                border-color: #3bab62;
            }

        .web-portal-step ul li:first-child {
            margin-left: 0;
        }

        .web-portal-step ul li:last-child {
            margin-right: 0;
        }

        .web-portal-step ul li::after {
            content: "";
            position: absolute;
            background: rgba(0, 0, 0, 0.65);
            height: 3px;
            width: 50%;
            top: 50%;
            right: -50%;
        }

        .web-portal-step ul li:last-child::after {
            content: none;
        }

        .web-portal-step ul li > .step-no {
            position: absolute;
            top: -25px;
            left: 0;
            right: 0;
            display: block;
            text-align: center;
            margin: 0 auto;
            border: 2px solid #555;
            background: #fff;
            color: #555;
            font-size: 32px;
            font-weight: 600;
            width: 60px;
            height: 60px;
            line-height: 56px;
            text-align: center;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

        .web-portal-step ul li > a {
            color: #fff !important;
            font-weight: 500;
            display: block;
            position: relative;
            font-size: 15px;
            font-weight: 600;
        }

    .web-portal-step ul > li > a > i {
        font-size: 40px;
        padding: 15px 0;
    }

    .web-portal-step ul > li > a:hover > i {
        text-shadow: 4px 4px rgba(0, 0, 0, 0.6);
    }

#forgot_pwd {
    display: none;
}

.login-box {
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
    border-radius: 0;
    background: #fff;
}

    .login-box h3 > i {
        margin-right: 5px;
    }

    .login-box h3 {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        text-align: center;
        margin-bottom: 10px;
    }

.news-list-card {
    margin-top: 15px;
}

    .news-list-card > .card-body {
        height: 255px;
        overflow-y: auto;
        scroll-behavior: [ auto ];
    }

.newslist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .newslist li::before {
        content: "\f101";
        font-family: "FontAwesome";
        font-size: 16px;
        color: #375f67;
        margin-right: 5px;
    }

    .newslist li:first-child {
        padding-top: 0;
    }

    .newslist li {
        font-size: 14px;
        border-bottom: 1px dashed #aeaeae;
        padding: 10px 15px;
        margin: 0 -10px;
    }

        .newslist li > .date {
            font-weight: 600;
            color: #222;
            font-size: 16px;
        }

        .newslist li > .download-attachment {
            color: #375f67;
            font-weight: 600;
        }

        .newslist li > .content {
            margin: 5px 0 0 0;
            padding: 0 0 0 15px;
            color: #444;
        }

.table td, .table th {
    padding: 0.2rem 0.35rem;
}
/*--Job Post List--*/
table.job-list tbody > tr > td > a > i.fa-download {
    font-size: 22px;
    vertical-align: middle;
}

table.job-list tbody > tr > td > a {
    color: #375f67;
}

.keep-note {
    margin-bottom: 10px;
}

.job-post-note {
    list-style-type: disc;
    padding-left: 25px;
    margin: 0;
}

    .job-post-note li {
        color: #dc3545 !important;
    }
/*--View Profile--*/
.profile-pic {
    width: 175px;
    height: 175px;
    /*border: 4px solid #375f67;*/
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

    .profile-pic img {
        width: 167px;
        height: 167px;
        line-height: 167px;
        border-radius: 100%;
        text-align: center;
        border-radius: 100%;
    }

.profile-sign {
    width: 175px;
    height: 40px;
    /*border: 4px solid #375f67;*/
    border-radius: 10%;
    display: block;
    margin: 0 auto;
}

    .profile-sign img {
        width: auto;
        height: 30px;
        line-height: 167px;
        border-radius: 10%;
        text-align: center;
    }

/*-------Custom Steps Design----*/
.custom-steps {
    position: relative;
    display: block;
    width: 100%;
}

.c-step-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

    .c-step-tabs li.nav-item {
        display: table-cell;
        width: auto;
        vertical-align: top;
        text-align: center;
        position: relative;
        margin-bottom: 0;
    }

        .c-step-tabs li.nav-item:first-child::before,
        .c-step-tabs li.nav-item:last-child::after {
            content: none;
        }

        .c-step-tabs li.nav-item::before {
            content: "";
            z-index: 9;
            left: 0;
            top: 25px;
            width: 50%;
            height: 5px;
            display: block;
            position: absolute;
            background-color: #eee;
        }

        .c-step-tabs li.nav-item::after {
            content: "";
            z-index: 9;
            right: 0;
            top: 25px;
            width: 50%;
            height: 5px;
            display: block;
            position: absolute;
            background-color: #eee;
        }

        .c-step-tabs li.nav-item > a {
            position: relative;
            padding-top: 40px;
            margin-top: 10px;
            margin-bottom: 20px;
            display: block;
            color: #999;
            font-weight: 400;
            font-size: 14px;
        }

            .c-step-tabs li.nav-item > a.active {
                color: #17a2b8;
                font-weight: 600;
            }

    .c-step-tabs li a > .step-count {
        width: 35px;
        height: 35px;
        line-height: 28px;
        font-size: 1rem;
        color: #999;
        background: #fff;
        border: 4px solid #eee;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -24px;
        z-index: 10;
        text-align: center;
    }

    .c-step-tabs li a.active > .step-count {
        color: #17a2b8;
        font-weight: 500;
        border-color: #17a2b8;
        background-color: #fff;
    }

    .c-step-tabs li a.completed > .step-count {
        color: transparent !important;
        font-weight: 500;
        border-color: #28a745;
        background-color: #28a745;
    }

        .c-step-tabs li a.completed > .step-count::after {
            content: "\f00c";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            right: 0;
            top: 5px;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            color: #fff !important;
        }

    .c-step-tabs li.nav-item > a.completed {
        color: #28a745;
        font-weight: 600;
        position: relative;
    }

    .c-step-tabs li a.error > .step-count {
        color: transparent !important;
        font-weight: 400;
        border-color: #dc3545;
        background-color: #fff;
    }

        .c-step-tabs li a.error > .step-count::after {
            content: "\f00d";
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: 0;
            right: 0;
            top: 5px;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            color: #dc3545 !important;
        }

    .c-step-tabs li.nav-item > a.error {
        color: #dc3545;
        font-weight: 600;
        position: relative;
    }

    .c-step-tabs li a + .step-name {
        display: block;
    }

.dataTables_filter input,
.dataTables_length select {
    padding: 0;
    border-bottom: 3px solid #375f67 !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: auto;
    font-size: 14px;
    outline: none;
}

.mytable.table.dataTable {
    margin: 15px 0 !important;
}

.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > a:focus,
.dataTables_paginate .pagination > .active > a:hover,
.dataTables_paginate .pagination > .active > span,
.dataTables_paginate .pagination > .active > span:focus,
.dataTables_paginate .pagination > .active > span:hover {
    background: #375f67;
    color: #fff;
}

.dataTables_paginate .pagination > li > a,
.pagination > li > span {
    color: #375f67;
}

.wrapper-registeration .form-control {
    height: calc(1em + 0.75rem + 2px) !important;
}

.wrapper-registeration textarea.form-control {
    height: auto !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 50px;
}
/* .tab-content {
    margin-top: 15px;
} */

.custom-fieldset {
    border: 1px solid #375f67 !important;
    padding: 0 1rem 0 1rem !important;
    margin: 0 0 15px 0;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

    .custom-fieldset legend {
        font-size: 14px !important;
        font-weight: bold !important;
        text-align: left !important;
        width: auto;
        padding: 0 10px;
        border-bottom: none;
        color: #375f67;
    }
/*--Extra css for steps form and table-*/
.c-width-50 {
    width: 50px !important;
}

.c-width-70 {
    width: 70px !important;
}

.c-width-100 {
    width: 100px !important;
}

.c-width-150 {
    width: 150px !important;
}

.c-width-200 {
    width: 200px !important;
}

.c-width-250 {
    width: 250px !important;
}

.c-width-300 {
    width: 300px !important;
}

.c-width-350 {
    width: 350px !important;
}

.c-width-400 {
    width: 400px !important;
}
.forecolorblue {
    color: #414c71;
}
/*--Footer--*/
.footer-content {
    background: #505050;
    padding: 4px 0;
}

    .footer-content p {
        margin: 0;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
    }

        .footer-content p > a {
            color: #fff;
        }
/*--New--*/
.blinking-text {
    animation: blinkingText 1s infinite ease;
}

@keyframes blinkingText {
    0% {
        color: #000;
    }

    49% {
        color: #000;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #000;
    }
}

/*--@media Rules--*/

@media (max-width: 768px) {
    .web-portal-step ul {
        flex-wrap: wrap;
    }

        .web-portal-step ul li {
            margin: 20px 0;
        }

            .web-portal-step ul li::after {
                content: none;
            }

            .web-portal-step ul li > a > span > br {
                display: none;
            }

    .c-step-tabs li {
        display: block;
        float: left;
        width: 50% !important;
    }

        .c-step-tabs li.nav-item:first-child::before,
        .c-step-tabs li.nav-item:last-child::after {
            content: "";
        }
}

@media (max-width: 479px) {
    .c-step-tabs li.nav-item {
        display: block;
        float: left;
        width: 100% !important;
    }

        .c-step-tabs li.nav-item:first-child::before,
        .c-step-tabs li.nav-item:last-child::after {
            content: "";
        }
}

@media (max-width: 576px) {
    h1.site-title {
        display: none !important;
    }
}
