﻿body {
    background-color: #EFEFEF;
}

hr {
    color: #707070;
}

.boxContainer {
    box-shadow: 0 2px 2px #cecece;
    background: #fff;
    border-radius: 1rem;
    margin-left: 1px;
}

    .boxContainer .subHeading {
        background: transparent;
        float: none;
        margin: 0;
        margin-left: -10px;
        font-size: 1.650em !important;
        color: #707070 !important;
    }

    .boxContainer hr {
        margin: 0;
    }

.inputContainer {
    border: solid 1px #BBBABA;
    border-radius: 0.750em;
}

    .inputContainer label {
        color: #A2A0A0;
        font-weight: normal;
        font-size: 1em;
        margin: 0;
        padding-left: 6px;
        display: block;
    }

    .inputContainer .form-control {
        border: 0 !important;
    }

    .inputContainer input.form-control, .inputContainer select.form-control {
        border: 0;
        font-size: 1.0625em;
        padding: 0 0 0 5px;
        margin-top: -5px;
    }

    .inputContainer select.form-control {
        padding-left: 1px;
    }

.form-check.form-check-inline .radio li, .form-check.form-check-inline .checkbox li {
    display: inline;
}

    .form-check.form-check-inline .radio li:last-child {
        margin-right: 0;
    }

.form-check.form-check-inline span.switchToggle-reverse.btnCheckBox-checkBox {
    margin-left: auto;
}

.form-check.form-check-inline ul.radio {
    margin-left: auto;
    display: inline-flex;
}

.navbar-nav {
    display: initial;
}

#TopPanelPartialInnerPagesV2 .navbar {
    margin-bottom: 0px;
    padding: 0;
}

.sidebar-header #UserDropdown h3 img {
    height: 39px;
    width: 39px;
}

.nav > li > a {
    display: inline-block !important;
}

.dropdown-menu.with-triangle {
    position: absolute !important;
    top: 25px !important;
}

.form-control, .text-box {
    padding: 6px 6px !important;
}

.inputContainer .chosen-container a {
    color: #555;
    font-size: 1.0625em;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

.input-validation-error {
    border: 1px solid #fff !important;
}

.nav-tabs {
    border-bottom: 0 !important;
}

/*===================================fancy Radio Buttons=======================================*/

.radio {
    display: flex;
    flex-wrap: wrap;
}

    .radio li {
        display: flex;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        margin-bottom: 0.375em;
    }

    .radio input.radio-btn {
        position: absolute;
        left: -9999px;
    }

    .radio li label {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
    }

    .radio li .radio-btn:checked + label:before {
        box-shadow: inset 0 0 0 0.35em #178CC6;
    }

    .radio li label:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.35em #E6E4E4;
    }
/*===================================fancy Radio Buttons End=======================================*/

#cbkCareerSiteJobPosting_IsPublishtoCareerSite {
    visibility: hidden;
}

#header-search-form .header-search-box {
    padding-left: 2.5em !important;
}

.TopLogoStyle {
    margin-left: 0 !important;
}
/*.topHeading {
    display:flex !important;
}*/
.backtoapplication {
    margin-right: 10px;
    margin-top: -4.5px;
    float: right;
}

.nBreadcrumb, #divShowStaticBreadCrum ol {
    border: solid 1px #BBBABA;
    border-radius: 10px !important;
}

#redirect-previous-url .form-control.rounded, #redirect-previous-url .text-box {
    border-radius: 10px !important;
    padding: 0 10px !important;
}

#redirect-previous-url .form-control, #redirect-previous-url .text-box {
    height: 38px;
}

.topSection {
    border-bottom: solid 2px #BBBABA;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .topSection .textSection {
        font-size: 1.375em;
        COLOR: #178CC6;
        display: inline;
    }

    .topSection .iconsSection {
        display: inline-flex;
        float: right;
    }

.the-box {
    box-shadow: 0 0 6px #00000029;
}

.emailSection .btn {
    background: #1E2E44 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 10px 12px;
    color: #fff;
    width: 195px;
    display: inline-flex;
}

    .emailSection .btn img {
        margin-right: 10px;
        color: #fff;
        height: 22px;
    }

.the-box.rounded.gdprSection {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.pt-0 {
    padding-top: 0 !important;
}

.subHeadingNew {
    padding: 15px;
    background: #f5f5f5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 15px !important;
}

    .subHeadingNew .btn {
        margin-top: -7px;
    }

.applicant-activehistory {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.gdprSection .dateSection {
    margin-left: 10px;
    display: inline-block;
}

#header-search-form button {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.gdprSection .btn {
    font-size: 1em;
    border-radius: 8px !important;
}

.rightIcons .topSearchIcon {
    font-size: 1.375em;
    padding: 6px 9px;
    border: solid 2px #16A085;
    background: #16A08575;
    border-radius: 50px;
    color: #16A085;
    margin-right: 5px;
}

.rightIcons .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    left: 30%;
    visibility: collapse;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: #0d4c74 !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #0d4c74 !important;
}

.actionsBtn ul.dropdown-menu {
    background: #1e2e44;
    /* top: 30px;*/
}

    .actionsBtn ul.dropdown-menu li a {
        color: #fff;
    }

.actionsBtn .dropdown-menu > li > a:hover, .actionsBtn .dropdown-menu > li > a:focus {
    background-color: #178CC6 !important;
}

.applicaitonDetailsTabs.the-box.rounded {
    border-top-left-radius: 2px;
    border-top-right-radius: 5px;
    border: 0;
}

.form-group .control-text, .form-group .control-label {
    line-height: 20px;
    display: block;
    margin: 0;
}
.control-label {
   color: #0D4C74;
}
/*.hiringManager .control-label, .hiringManager .control-text {
    line-height: 20px;
}*/
.pl-0 {
    padding-left: 0 !important;
}

.gdprSectionTop {
    background: #F5F5F5 !important;
}

.emailSection .btn:hover {
    color: #fff;
}

.iconsSize {
    background-color: #BBBABA;
    border-radius: 50%;
    padding: 6px;
    display: inline-block;
}

    .iconsSize:hover {
        background: #0D4C74;
    }

.mr-2 {
    margin-right: 12px;
}

.taskSection {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 15px;
}

    .taskSection:hover {
        background: #1E2E44;
        color:#fff;
    }

.img-circle {
    border-radius: 50%;
    background: #fff;
    padding: 5px;
}

.calaenderSection a {
    color: #707070;
}
/*
    .calaenderSection a:hover {
        color: #FFF;
    }*/

        .calaenderSection a:hover span {
            color: #707070;
        }

.the-box {
    box-shadow: 0px 0px 6px #00000029 !important;
    border: 0 !important;
}

.btn-primary.disabled {
    background-color: #BBBABA !important;
    border-color: #BBBABA !important;
    color: #707070;
}

.mt-2 {
    margin-top: 10px;
}

.mb-2 {
    margin-top: 10px;
}

.pr-0 {
    padding-right: 0 !important;
}

.divCVBlurUmg {
    background: #1774af;
    height: 250px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .divCVBlurUmg .btn img {
        margin-right: 10px;
    }

    .divCVBlurUmg .btn {
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.backtoapplication {
    position: absolute;
    right: 15px;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.imgInterviewIcon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .imgInterviewIcon img.img-fluid {
        padding: 5px;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 50px;
    }

hr.hr {
    border-top: solid 1px #707070;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.interviewDetails {
    line-height: 2em;
    font-size: 1em;
}

.btnSection span {
    /* height: 22px; */
    background: #fff;
    border-radius: 50px;
    padding: 6px 7px;
    margin-left: 5px;
}

    .btnSection span img.img-fluid {
        margin-left: 0 !important;
    }

.btnSection .btn {
    border-radius: 50px !important;
    position: relative;
    right: -20px;
    font-size: 1em;
}

    .btnSection .btn img.img-fluid {
        margin-left: 5px;
        padding: 6px 5px;
    }

.ibtnSection .aCancelBtn {
    border: solid 1px #707070;
    background: transparent;
    color: #707070;
    padding: 6px 12px;
    font-size: 1em;
    border-radius: 6px !important;
    line-height: 1.215;
}

.ibtnSection .btn-success {
    border: solid 1px #178CC6;
    color: #178CC6;
    background: transparent;
    border-radius: 6px !important;
    line-height: 1.215;
}

.btnSection .btn:focus, .btnSection .btn:active:focus, .btnSection .btn.active:focus {
    outline: none;
    outline-offset: unset;
}

#PreviewCandidateCV, #TelephoneInterviewForm {
    left: 23%;
}


    #PreviewCandidateCV #documentViewer {
        width: 100%;
        min-height:600px;
    }

    #PreviewCandidateCV hr.hr {
        margin: 20px 0;
    }

    #PreviewCandidateCV .small-title {
        margin: 15px 0 0 0;
    }

.btnClosePreviewCV {
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 60%;
}

.btnClosePreviewCV, .btnClosePreviewCV:hover, .btnCloseFormPreview, .btnCloseFormPreview:hover {
    position: absolute;
    right: 5px;
    top: 45%;
    border-radius: 50px;
    background: #178cc6;
    font-size: 1em;
    padding: 3px 4px 3px 15px;
    color: #fff;
    font-weight: 500;
    border: none;
    z-index: 99999;
    cursor:pointer;
}

.btnCloseFormPreview, .btnCloseFormPreview:hover {
    position: fixed;
    top: 30px;
    z-index: 9999;
    right:20px;
}

.btnClosePreviewCV img.img-fluid, .btnCloseFormPreview img.img-fluid {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    padding: 5px;
    background-color: #fff;
}

.btnClose, .btnClose:hover {
    border-radius: 50px;
    background: #178cc6;
    font-size: 0.75em;
    font-weight:600;
    padding: 3px 4px 3px 15px;
    color: #fff;
    font-weight: 100;
    border: none;
}

.btnClose img.img-fluid {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50px;
    padding: 5px;
    background-color: #fff;
    height: 25px;
}
/*
.modal-window {
   
    height: 100% !important;
    margin-top:0 !important;
    margin-left:0 !important;
}

.modal-window iframe {
    width: 100% !important;
    height: 100% !important;
}*/

#PreviewCandidateCV #documentViewer iframe {
    width: 100% !important;
    min-height: 600px;
}
.my-3 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}
.candRecordTopRightSection .control-text {
    margin: 18.5px;
    display: flex;
}
.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: left;
}
.raise-onboarding .modal-header {
    padding: 15px;
    font-size: 1.125em;
    font-weight: 600;
}
.raise-onboarding .modal-header .close {
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}