html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #111;
    overflow-x: hidden;
}

.scroll-progress {
    background: linear-gradient(to right, #ca3b00 var(--scroll), transparent 0);
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    height: 4px;
    z-index: 1;
    top: 76px;
}

img {
    max-width: 100%;
}

.rbfilter {
    margin-left: 60% !important;
    margin-top: -1.50% !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    margin: 0 0 0 5px;
}

a {
    transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -moz-transition: 0.25s all ease;
}

.card-header {
    padding: 0.7rem 1rem;
    background: #536c79;
    position: relative;
}

.card-header-bg {
    background: #536c79;
}

    .card-header-bg .card-title {
        color: #fff;
    }

.card-body, .card-footer {
    padding: 1rem;
}

.card-title {
    margin: 0;
    font-size: 16px;
}

    .card-title i {
        margin-right: 5px;
        vertical-align: middle;
    }

.header-element {
    position: absolute;
    right: 15px;
    top: 0.7rem;
    color: #fff !important;
}

    .header-element:hover {
        color: #fff;
    }

    .header-element i {
        margin-right: 5px;
    }

.btn {
    padding: 6px 15px;
    font-weight: 500;
    font-size: 13px;
}

.btn-primary {
    color: #fff;
    background-color: #ca3b00;
    border-color: #ca3b00;
}

    .btn-primary:hover, .btn-outline-primary {
        background: #fff;
        color: #ca3b00;
        border-color: #ca3b00;
    }

.btn-info:hover {
    background: #fff;
    color: #17a2b8;
    border-color: #17a2b8;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(202, 59, 0, 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: #ca3b00;
    border-color: #ca3b00;
}

    .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 rgba(202, 59, 0, 0.5);
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ca3b00;
    background-color: #ca3b00;
}

label {
    margin-bottom: 1px !important;
}

.form-control {
    font-size: 11px !important;
}

    .form-control:focus, .select2-search__field:focus {
        background: #ffffb9;
    }

.wrapper-login {
    height: auto !important;
}

.wrapper-registeration {
    height: auto !important;
}

.wrapper {
    padding: 15px 0;
    height: 100%;
    /*height: calc(100vh - 105px);*/
    margin: 76px 0 40px 0;
}

    .wrapper .form-control {
        padding: .375rem 0.1rem;
    }

textarea {
    resize: auto !important;
}

.code {
    font-size: 11px;
}

.table-sm td, .table-sm th {
    padding: 5px;
}

table.table-sm {
    font-size: 10px !important;
}

table th {
    text-align: center;
}
/*--Datepicker--*/
.bootstrap-datetimepicker-widget table td.day {
    padding: 5px;
}

.bootstrap-datetimepicker-widget {
    font-size: 12px !important;
}

td > .form-group > .bootstrap-datetimepicker-widget {
    position: relative !important;
    top: 0 !important;
    right: 0 !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: #ca3b00 !important;
    color: #FFF !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ca3b00 !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: #ca3b00 !important;
    border-color: #ca3b00 !important;
    padding: 0 6px !important;
    font-size: 14px;
}
/*--Header--*/
.navbar {
    transition: height 0.5s;
}
.navbar .logo {
    transition: height 0.3s;
}
.resize-nav {
    height: 55px;
}

    .resize-nav .logo {
        height: 45px;
    }

    .resize-nav .site-title {
        font-size: 20px;
    }

    .resize-nav + .scroll-progress {
        top: 55px;
    }

.logo {
    height: 50px;
}

.navbar.navbar-light {
    background: #505050;
}

.notification-bar {
    border: 1px solid rgba(0,0,0,.125);
}

.site-title {
    color: #fff;
    text-align: right;
    font-size: 22px;
    margin: 10px 0;
    font-weight: 500;
}

.avatar {
    margin-right: 5px;
    width: 40px;
    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: 40px;
        height: 40px;
        /*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: .4rem;
        margin-left: 0;
        color: #fff;
    }

.profile-dropdown-list .dropdown-item {
    padding: .25rem 0.8rem;
    font-size: 13px;
}

.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: #ca3b00;
}
/*--Login Content--*/
.web-portal-step h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.web-portal-step h6 {
    font-size: 13px;
    font-weight: 500;
    color: #555;
}

.web-portal-step ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    position: relative;
    margin-top: 30px;
}

    .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: #20a8d8 !important;
        }

            .web-portal-step ul li.bg-info > .step-no {
                color: #20a8d8;
                border-color: #20a8d8;
            }

        .web-portal-step ul li.bg-danger {
            background: #f86c6b !important;
        }

            .web-portal-step ul li.bg-danger > .step-no {
                color: #f86c6b;
                border-color: #f86c6b;
            }

        .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: #4dbd74 !important;
        }

            .web-portal-step ul li.bg-success > .step-no {
                color: #4dbd74;
                border-color: #4dbd74;
            }

        .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.5);
            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,.125);
    padding: 15px;
    border-radius: 0.25rem;
    background: #fff;
}

    .login-box h3 > i {
        margin-right: 5px;
    }

    .login-box h3 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        text-align: center;
        margin-bottom: 10px;
    }

.news-list-card {
    margin-top: 15px;
}

    .news-list-card > .card-body {
        height: 280px;
        overflow-y: auto;
        scroll-behavior: [ auto ];
    }

.newslist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .newslist li::before {
        content: "\f0a4";
        font-family: "FontAwesome";
        font-size: 16px;
        color: #ca3b00;
        margin-right: 5px;
    }

    .newslist li:first-child {
        padding-top: 0;
    }

    .newslist li {
        font-size: 13px;
        border-bottom: 1px dashed #aeaeae;
        padding: 10px 15px;
        margin: 0 -15px;
    }

        .newslist li > .date {
            font-weight: 600;
            color: #222;
        }

        .newslist li > .download-attachment {
            color: #ca3b00;
            font-weight: 600;
        }

        .newslist li > .content {
            margin: 5px 0 0 0;
            padding: 0 0 0 25px;
            color: #444;
        }

/*--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: #ca3b00;
}

.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 #ca3b00;
    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 #ca3b00;
    border-radius: 10%;
    display: block;
    margin: 0 auto;
}

    .profile-sign img {
        width: auto;
        height: 30px;
        line-height: 167px;
        border-radius: 10%;
        text-align: center;
    }*/
.profile-sign {
    /*margin: 15px 0 0 0;*/
    border: 2px solid #ca3b00;
    width: 175px;
    height: 65px;
    margin: 15px auto 0;
    overflow: hidden;
    position: relative;
}

    .profile-sign img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        object-fit: contain;
        /* height: 100px; */
        transform: translateY(-50%);
    }
/*-------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: 13px;
        }

            .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.active > .step-count {
        color: #fff;
        font-weight: 600;
        border-color: #17a2b8;
        background-color: #17a2b8;
    }

    .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 #ca3b00 !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: auto;
    font-size: 13px;
    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: #ca3b00;
    color: #fff;
}

.dataTables_paginate .pagination > li > a, .pagination > li > span {
    color: #ca3b00;
}

.wrapper-registeration .form-control {
    height: calc(1em + .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 #ca3b00 !important;
    padding: 0 1rem 0 1rem !important;
    margin: 0 5px 15px 5px;
    -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: #ca3b00;
    }
/*--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;
}

.errorVisible {
    background-color: #f3bfbf !important;
}

.aligncenter {
    text-align: center !important;
}

.deleteFileUpload {
    color: red !important;
}

.paddingtop20 {
    padding-top: 20%;
}

.paddingleft75 {
    padding-left: 75%;
}

.homebtn {
    margin-left: 300px !important;
    font-size: 16px;
    color: white
}

.pointercurser {
    cursor: pointer;
}

/*.header-element-filter {
    position: absolute;
    top: 6px;
    right: 5px;
    color: #ca3b00;
    font-weight: 600;
    padding: 5px;
}*/

.header-element-filter {
    position: absolute;
    top: 2px;
    right: 2px;
    color: #000;
    font-weight: 600;
    padding: 9px;
    background-color: #dee2e6 !important;
    margin: 0 auto;
    left: 0;
    width: 30%;
}

/*--Footer--*/
.footer-content {
    background: #505050;
    padding: 10px 0;
}

    .footer-content p {
        margin: 0;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-weight: 500;
    }

        .footer-content p > a {
            color: #fff;
        }

/*--@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;
    }
}

.bigger-150 {
    font-size: 17px;
}

.bigger-150-red {
    font-size: 17px;
    color: red;
}

.bigger-120 {
    font-size: 13px;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}