﻿body {
    font-family: Calibri,Arial,sans-serif;
    font-size: 15px;
    background: #fff;
}

a {
    color: #6E6F71;
}

label {
    font-weight: bold;
}

ul.nav-user li.dropdown a.dropdown-toggle {
    height: 60px;
    padding: 10px;
    display: block;
    color: #656D78;
    text-decoration: none;
    max-width: 300px;
}

.headerRow {
    background: #fff;
    padding-top: 10px;
}

ul.nav-user {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pageHeading {
    background-color: #178CC6;
}

    .pageHeading h1 {
        padding: 5px 0;
        margin: 7px 0 10px;
        font-size: 22px;
        font-weight: 700;
        line-height: 100%;
        color: #fff;
    }

.top-main-navigation {
    padding-bottom: 0px;
}

    .top-main-navigation > li {
        float: left;
        padding-left: 2px;
    }

    .top-main-navigation > div > ul > li > a {
        padding: 10px 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        margin: 0 1px;
    }

    .top-main-navigation li.active > a {
        color: #fff;
        background-color: #178CC6;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .top-main-navigation > div > ul > li > a:hover {
        color: #fff;
        background-color: #178CC6;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

ul.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #178CC6;
}

.navbar-toggler {
    margin-top: 10px;
    background: #178CC6;
    color: #fff;
}


.breadcrumb {
    background-color: #fff;
    border: 1px solid #D5DAE0;
}

    .breadcrumb li.active {
        color: #178CC6;
    }

    .breadcrumb li:last-child {
        width: 80%;
    }

.page-content {
    padding-top: 20px;
}

footer {
    text-align: center;
    font-size: 13px;
    padding: 15px;
    line-height: 170%;
}

.pageInfo .alert.alert-bold-border {
    border-radius: 0px;
    background: #fff;
    border: none;
    color: #434A54;
    border-left: 5px solid #6E6F71;
    border-top: 1px solid #D5DAE0;
    border-right: 1px solid #D5DAE0;
    border-bottom: 1px solid #D5DAE0;
}

.alert > p {
    margin-bottom: 0;
}

i.fa.fa-asterisk {
    color: red;
    font-size: 7px;
    vertical-align: text-top;
}

.has-error .form-control, .input-validation-error {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    border: 1px solid red !important;
}

.field-validation-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}

.actionsBtn {
    text-align: center;
}

    .actionsBtn i {
        margin-right: 5px;
        font-size: 20px !important;
    }

.btn-primary {
    color: #fff;
    background-color: #178CC6;
    border-color: #178CC6;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #6E6F71;
        border-color: #6E6F71;
    }

a.btn-primary {
    color: #fff !important;
}

.btn-reset {
    color: #fff;
    background-color: #6E6F71;
    border-color: #6E6F71;
}

    .btn-reset:hover {
        color: #6E6F71;
        background-color: #fff;
        border-color: #6E6F71;
    }

.xl-successTick {
    color: green;
    font-size: 100px;
}

i.xl-infoCircle {
    color: #bce8f1;
    font-size: 100px;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #178CC6 !important;
    border-color: #178CC6 !important;
    cursor: not-allowed;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #178CC6;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


    .page-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: #6E6F71;
        border-color: #6E6F71;
    }

.cardBackGround {
    background: #178CC6;
    cursor: pointer;
    color: #fff;
}



.login-logo {
    height: 160px;
}

    .login-logo img {
        margin-top: 40px;
    }

.login-box {
    margin: 60px 0;
    padding: 30px;
}

.row-eq-height {
    height: 460px !important;
}

.infoCircle {
    color: #bce8f1;
    font-size: 100px;
}

h5.card-title {
    margin-bottom: 0;
}

#logoff ul {
    top: 60%;
}

/* top menu task alert starts */
a.cart-bell {
    /*float: none;
    left: 998px;
    position: relative;
    font-size: 15px;
    display: inline-block;*/
    /*margin-bottom: -40px;*/
    margin-top: 14px;
}

    a.cart-bell .badge {
        position: absolute;
        border-radius: 50%;
        height: 20px;
        line-height: 20px;
        min-width: auto;
        padding: 0;
        width: 20px;
        font-size: 12px;
        color: #fff;
        right: -9px;
        top: -8px;
        text-align: center;
    }

.cart-bell {
    float: right;
    right: 15px;
    position: relative;
    color: #000;
}

    .cart-bell:hover {
        color: #000;
    }

.dropdown-toggle.cart-bell::after {
    content: none;
}

/* top menu task alert ends */

.btn-right {
    float: right;
    margin-bottom: 10px;
}

.btn-left {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/* popup starts */
.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 9999999999999999;
    background-color: #fff;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: .75;
    z-index: 888888888888888;
}

.modal-header h5 {
    width: 100%;
}

.modal-content {
    border-radius: 0;
    border: 0;
}
/* popup ends */


/* dahboard starts */

.dashboard-box {
    height: 250px;
    text-align: center;
}

    .dashboard-box .card {
        overflow: hidden;
    }

    .dashboard-box a {
        color: #fff !important;
        text-decoration: none !important;
    }

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

    .card-body .rotate i {
        position: absolute;
        left: 0;
        left: auto;
        right: -10px;
        bottom: 0;
        display: block;
        -webkit-transform: rotate(-44deg);
        -moz-transform: rotate(-44deg);
        -o-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(-44deg);
    }
/* dashboard ends */

.lbl-100 {
    width: 100%;
}

table.table thead .sorting {
    background: url(/Templates/resources/AgencyTheme/B4_RecruitiveLite/images/icons/sort_both.png) no-repeat center right;
}

table.table thead .sorting_asc {
    background: url(/Templates/resources/AgencyTheme/B4_RecruitiveLite/images/icons/sort_asc.png) no-repeat center right;
}

table.table thead .sorting_desc {
    background: url(/Templates/resources/AgencyTheme/B4_RecruitiveLite/images/icons/sort_desc.png) no-repeat center right;
}

#viewCandidateGrid .fa {
    font-size: 24px;
    cursor: pointer;
}
#viewCandidateGrid .drag.fa, #viewJobGrid .drag.fa {
    font-size: 16px;
    cursor: pointer;
}

#viewJobGrid .fa {
    font-size: 24px;
    cursor: pointer;
}

#viewCandidateGrid .dropdown-item {
    white-space: normal !important;
    padding: 0.25rem 0.40rem !important;
}

#ViewPostedJobs .fa {
    font-size: 24px;
    cursor: pointer;
}

#SavedJobs .fa {
    font-size: 24px;
    cursor: pointer;
}

#main-menus .dropdown:hover > .dropdown-menu {
    display: block;
}

/* folders starts */

.sidebar-left .active {
    background: #178CC6;
    border-color: #178CC6;
}

.sidebar-left a i {
    padding-right: 5px;
}

#sidebar-container {
    min-height: 100vh;
    padding: 0;
}

.sidebar-expanded {
    width: 230px;
    padding-right: 15px !important;
}

.sidebar-collapsed {
    width: 40px;
    padding-right: 15px !important;
}

.list-group-item-action:hover:not(.active), .list-group-item-action:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6E6F71;
}

.leftfolder {
    background: #fff;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -o-box-shadow: 0 0 7px #555;
    -moz-box-shadow: 0 0 7px #555;
    -webkit-box-shadow: 0 0 7px #555;
    box-shadow: 0 0 7px #555;
}

.folder-sidebar-header {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 10px;
    color: #fff;
}

#extra_panel .folder-sidebar-header {
    position: relative;
    height: 300px;
    width: 30px;
    padding: 6px;
    float: right;
}

.folder-link-wrapper {
    padding: 20px;
    border: 1px solid #ddd;
    padding-right: 1px;
}

.sidebar-collapsed .folder-link-wrapper {
    background-color: #178CC6 !important;
    border: 1px solid #178CC6;
}

.openfolder {
    background-position: -47px -84px;
}

.closefolder {
    background-position: -63px -84px;
}

.folder-link {
    /*overflow: auto;*/
    height: 250px;
    margin-bottom: 40px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .folder-link ul li {
        border-bottom: 1px dashed #ddd;
        padding: 10px 0;
        position: relative;
    }

        .folder-link ul li ul {
            padding: 5px 0 0 25px;
        }

            .folder-link ul li ul a i {
                width: 8px;
                height: 7px;
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 4px;
            }

            .folder-link ul li ul a:hover i {
                background-position: -47px -118px;
            }

    .folder-link li ul {
        display: none;
    }

.subfoldericon {
    background-position: -47px -109px;
}

.folder-link ul li ul li:last-child {
    border-bottom: 0;
    /*padding-bottom: 20px;*/
}

.folder-link ul li a {
    padding: 2px 2px 2px 25px;
    color: #333;
}

    .folder-link ul li a:hover {
        color: #428bca;
    }

    .folder-link ul li a i {
        display: inline-block;
        height: 15px;
        margin-right: 10px;
        margin-top: 6px;
        vertical-align: sub;
        width: 15px;
        position: absolute;
        left: 0;
    }

#folderTree ul {
    list-style: none;
    padding: 0 10px;
}

.fixed-header {
    position: fixed;
    top: 10px;
    width: 220px;
}

.collapse-icon {
    cursor: pointer;
}

#extra_panel .collapse-icon {
    font-size: 20px;
}

#extra_panel .fixed-collapse-icon {
    font-size: 20px;
    padding: 9px;
    position: absolute;
    bottom: 0;
    left: 0px;
}
/* folders ends */

.gridcontainer {
    width: 100%;
    display: table;
    border: 1px solid #ddd;
    border-top: 0;
    line-height: 20px;
    float: left;
}

.gridheadingrow {
    display: table-row;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
}

.gridrow {
    display: table-row;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
}

.gridheadingrow div {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
    color: #333333;
    display: table-cell;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    white-space: normal !important;
    vertical-align: top;
    width: 250px;
}

DIV.gridrow div {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 0;
    color: #333333;
    display: table-cell;
    padding: 5px;
    text-align: left;
    white-space: normal !important;
    vertical-align: top;
    padding: 10px 2px 5px 6px;
}

.pageSub-Contentheader {
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
    background-color: transparent;
    color: #178CC6 !important;
    /* margin-left: 10px; */
}


.btnForMobile {
    width: 100%;
    margin-bottom: 10px;
}



h4.small-title {
    font-size: 16px;
    color: #656D78;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.the-box {
    padding: 15px;
    margin-bottom: 30px;
    /*background: #fff4d8;*/ background: #fff;
    border: 1px solid #D5DAE0;
    position: relative;
    /*padding-top:35px;*/
    float: left;
    width: 100%;
}

    .the-box.more-padding {
        padding: 20px;
    }

    .the-box.full-width {
        margin: 0 -15px;
        border: none;
    }

    .the-box.transparent {
        background: transparent;
        border: none;
    }

    .the-box.full {
        padding: 0;
    }

    .the-box.no-margin {
        margin: 0;
    }

    .the-box.no-border {
        border: none;
    }

    .the-box.rounded {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .the-box .right-action {
        position: absolute;
        top: -1px;
        right: 0;
        z-index: 9;
    }



.btn-pop {
    background-color: #F16826;
    border-color: #F16826;
    color: #fff;
}



    .btn-pop:hover, .btn-pop:focus, .btn-pop:active, .btn-pop.active, .open .dropdown-toggle.btn-pop {
        background-color: #ff9966;
        border-color: #ff9966;
        color: #fff;
    }



#treeTrash {
    text-align: center;
    font-size: 100px;
   
}

.fa-trash-o {
    color: #0075C9;
}
 