﻿

/*****Disable the font-size for candidate text type image*/
.user-avatar-lg.text {
    font-size: 0rem !important;
}



/**** show list in inline ****/
ul.list-inline li {
    display: inline-block;
}



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*********Accordian Design*/

#accordion > h4 {
    background-color: #f5f7fa;
    color: #478fca;
    cursor: pointer;
    padding: 8px;
    padding-left: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

    #accordion > h4:hover {
        background-color: #e2e9f5;
    }

    #accordion > h4:after {
        content: '\002B';
        color: #478fca;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    #accordion > h4.ui-state-active {
        font-weight: bold;
        background-color: #e2e9f5;
    }

        #accordion > h4.ui-state-active:after {
            content: "\2212";
        }

#accordion > p {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.accordion > h4 {
    background-color: #f5f7fa;
    color: #478fca;
    cursor: pointer;
    padding: 8px !important;
    padding-left: 12px !important;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

    .accordion > h4:hover {
        background-color: #e2e9f5;
    }

    .accordion > h4:after {
        content: '\002B';
        color: #478fca;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .accordion > h4.ui-state-active {
        font-weight: bold;
        background-color: #e2e9f5;
    }

        .accordion > h4.ui-state-active:after {
            content: "\2212";
        }

.accordion > p {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

/*******Career Site page*/

.page-header .container.page-name {
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -o-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    position: absolute;
    top: 20%;
    z-index: 1001;
}

.page-header .container {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
    -webkit-transform: translateY(84px);
    -o-transform: translateY(84px);
    -moz-transform: translateY(84px);
    -ms-transform: translateY(84px);
    transform: translateY(84px);
}

.site-footer {
    padding: 23px 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #bbb;
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 85%);
    background-repeat: repeat-x;
}

.social-icons {
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.site-footer a {
    color: #bbb;
    text-decoration: underline;
}

    .site-footer a:hover {
        color: #d4d0d0;
        text-decoration: underline;
    }

.main-content-section {
    border-top: 1px dotted;
    min-height: 150px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.careersite .navbar {
    width: 100%;
    background-color: #fff;
    z-index: 3;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    /*-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.15);*/
    -webkit-transition: top 0s ease-in-out,left .2s ease-out,right .2s ease-out;
    -o-transition: top 0s ease-in-out,left .2s ease-out,right .2s ease-out;
    -moz-transition: top 0s ease-in-out,left .2s ease-out,right .2s ease-out;
    transition: top 0s ease-in-out,left .2s ease-out,right .2s ease-out;
}

.nav-menu {
    display: block;
    text-align: center;
}

.navbar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-menu > li {
    position: relative;
    display: inline-block;
    padding: 0 2px;
}

.nav-menu a.active, .nav-menu a:focus, .nav-menu a:hover {
    color: #29aafe;
    text-decoration: none;
}

.nav-menu a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0 12px;
    line-height: 60px;
    color: #7e8890;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    -moz-transition: color .2s linear;
    transition: color .2s linear;
}

.careersite .right-layout-section {
    padding: 0px;
    margin-top: 25px;
}

    .careersite .right-layout-section ul {
        list-style: none;
        margin-left: -34px;
    }

.careersite .left-layout-section {
    margin-top: 27px;
    padding-left: 0px;
}

    .careersite .left-layout-section input {
        margin-top: 9%;
    }

.careersite .left-layout-content-section {
    margin-top: 10px;
}

.left-layout-content-section .section-content-title {
    font-size: 14px !important;
    padding: 10px 0px;
    color: #4d4e4e;
    font-family: inherit;
}

figure .image-title {
    z-index: 1048;
    color: red;
    position: absolute;
    left: 36px;
    bottom: 85px;
    font-size: 15px;
    font-family: cursive;
}

figure .image-description {
    z-index: 1048;
    color: white;
    position: absolute;
    left: 36px;
    bottom: 55px;
    font-size: 11px;
    font-family: cursive;
}

.careersite .drag-handler {
    cursor: move;
    margin-left: 15px;
    /*width: 20px;
    height: 9px;
    border-top: 3px dotted #b3b3b3;
    border-bottom: 3px dotted #a5a5a5;
    margin-top: 15px;
    margin-left: 46%;*/
}

.right-layout-section .image-label {
    position: absolute;
    bottom: 0;
}

.my-gallery {
    margin-top: 20px;
}

.main-content-section .main-content {
    margin-top: 20px;
    margin-bottom: 10px;
}

.careersite .item-block {
    display: block;
    margin-top: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: background-color .5s,-webkit-box-shadow .5s;
    transition: background-color .5s,-webkit-box-shadow .5s;
    -o-transition: box-shadow .5s,background-color .5s;
    -moz-transition: box-shadow .5s,background-color .5s;
    transition: box-shadow .5s,background-color .5s;
    transition: box-shadow .5s,background-color .5s,-webkit-box-shadow .5s;
}

    .careersite .item-block:hover {
        -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    }

    .careersite .item-block .custom-header {
        padding: 5px 30px !important;
    }

    .careersite .item-block header {
        padding: 20px 30px;
        border-bottom: 1px solid #f6f6f6;
    }

    .careersite .item-block .item-body {
        padding: 20px 30px;
        color: #a2a2a2;
    }

    .careersite .item-block .custom-footer {
        padding: 1px 30px !important;
    }

    .careersite .item-block footer {
        background-color: #fdfdfd;
        padding: 14px 30px;
        line-height: 22px;
    }

        .careersite .item-block footer .details {
            margin: 0;
        }

.careersite .details {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.careersite .item-block footer:after {
    content: '';
    display: table;
    clear: both;
}

.careersite .details.cols-3 li {
    width: 33.333333%;
}

.careersite .details.cols-2 li, .details.cols-3 li {
    display: inline-block;
    width: 50%;
    float: left;
}

.careersite .details li {
    display: block;
    line-height: 34px;
    font-size: 14px;
    color: #7e8890;
}

.custom-page-header {
    position: relative;
}

    .custom-page-header .page-name > h1:focus,
    .custom-page-header .page-name > p:focus {
        outline: 0;
    }

    .custom-page-header .container.page-name h1 {
        font-size: 24px !important;
        font-family: Oswald,sans-serif !important;
        letter-spacing: 1px !important;
        margin: 16px 0 !important;
        line-height: 1.4 !important;
        color: white !important;
    }

.careersite .r2 {
    padding: 0;
}

    .careersite .r2 .action-container {
        position: absolute;
        bottom: 0;
        padding: 0;
    }



/************Bottom Action Bar*********/

.action-bars {
    width: 100%;
    bottom: 0px;
    position: fixed;
    border-top-width: 2px;
    border-top-color: blue;
    height: 40px;
    color: white;
    z-index: 1000;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
    display: none;
    background-color: dimgrey !important;
    border-top: 3px solid orange !important;
}

    .action-bars.active {
        display: block;
    }

.custom-ql-editor ol {
    padding-left: 0px !important;
}

.action-bar {
    width: 100%;
    bottom: 0px;
    position: fixed;
    border-top-width: 2px;
    border-top-color: blue;
    height: 40px;
    color: white;
    z-index: 1000;
    text-shadow: 0 1px 0 #84BAFF;
    box-shadow: 0 0 15px #00214B;
    display: none;
    background-color: dimgrey !important;
    border-top: 3px solid orange !important;
}

    .action-bar.active {
        display: block;
    }

.action-bar-center {
    margin-top: 0.7%;
}

.action-bar-left {
    margin-top: 0.7%;
}

/*************************************\
        Left Scrollable Menu
\*************************************/

.affix {
    top: 170px;
    width: 100%;
}

.affix-top {
    top: 62px;
    position: fixed;
    width: 14%;
}

.section {
    min-height: 500px;
}

.nav-pills .nav-item {
    color: #fff;
}

.nav-pills .nav-link {
    color: #000;
}

.container-fluid hr {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.section-title {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
}


/******  Compare Tab     ****/

._2yiGUH {
    box-sizing: border-box;
    position: fixed;
    z-index: 3;
    bottom: 15px;
    right: 20px;
    will-change: transform;
}

    ._2yiGUH ._1UwZA0 {
        position: relative;
    }

        ._2yiGUH ._1UwZA0 .OPYW0s {
            background: #fff;
            padding-bottom: 0;
            border-radius: 2px;
            background-color: #fff;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
            position: absolute;
            bottom: 0;
            right: 0;
            border: 1px solid #f0f0f0;
        }

        ._2yiGUH ._1UwZA0 ._2Yd-wv {
            -webkit-transform: scale(0);
            transform: scale(0);
            opacity: 0;
            -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
            transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.3, 1);
            transition: transform 0.2s cubic-bezier(0, 0, 0.3, 1), opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
            transition: transform 0.2s cubic-bezier(0, 0, 0.3, 1), opacity 0.2s cubic-bezier(0, 0, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.3, 1);
            pointer-events: all;
        }

        ._2yiGUH ._1UwZA0 .sTOdGz {
            background-color: #2874f0;
            transition: background-color 0.2s ease-in;
        }

        ._2yiGUH ._1UwZA0 ._1h5zc_ {
            font-size: 14px;
            border-radius: 2px;
            color: #fff;
            position: absolute;
            bottom: 8px;
            right: 8px;
            cursor: pointer;
            font-weight: 500;
            height: 40px;
            width: 144px;
            background-color: #5cc97b;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
        }


            ._2yiGUH ._1UwZA0 ._1h5zc_ .G934d8 {
                display: inline-block;
                padding-left: 24px;
                padding-top: 11px;
            }

            ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv {
                display: inline-block;
                position: relative;
            }




                ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv ._3Hcs2h {
                    position: absolute;
                    top: -15px;
                    margin-left: 14px;
                    border-radius: 2px;
                    background-color: rgba(0, 0, 0, .2);
                    padding: 0;
                    pointer-events: none;
                    display: inline-block;
                    height: 20px;
                    width: 20px;
                    text-align: center;
                }

                ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv ._32ABgJ {
                    -webkit-transform-origin: top;
                    transform-origin: top;
                }

                ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv ._2GmEg9 {
                    -webkit-transform: scaleY(1);
                    transform: scaleY(1);
                    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
                    transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
                    transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
                }

                ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv ._3Hcs2h {
                    position: absolute;
                    top: -15px;
                    margin-left: 13px;
                    border-radius: 2px;
                    background-color: rgba(0, 0, 0, .2);
                    padding: 0;
                    pointer-events: none;
                    display: inline-block;
                    height: 20px;
                    width: 20px;
                    text-align: center;
                }

                ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv ._8WgN6W {
                    -webkit-transform-origin: bottom;
                    transform-origin: bottom;
                }

                ._2yiGUH ._1UwZA0 ._1h5zc_ ._1j7Tzv ._2M7jnI {
                    -webkit-transform: scaleY(0);
                    transform: scaleY(0);
                    transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
                    transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
                    transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
                }

/****Make calendar text in white*/
.fc-title {
    color: white !important;
}


/****Accordion content height comes based on content***/
.ui-accordion-content-active {
    height: auto !important;
}

/***Set the label and checkbox in center***/
.vertical-align-center {
    margin: auto;
    padding: 10px;
}

/********Tag container height should come based on content********/
.case-sensitive.tagging {
    height: auto !important;
}

.hb-popover {
    display: inline-block;
    height: 21px;
    width: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0;
    background-color: #65bcda;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    margin-left: 4px;
    border-radius: 100%;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
}

.popover {
    border-radius: 0;
    padding: 0;
    border-color: #ccc;
    border-width: 1px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
    color: #4d6883 !important;
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #eff3f8;
        border-top-width: 0;
    }

/*Increase more space under model body content*/
.modal-body {
    padding-top: 14px;
    margin-bottom:12px
}



.font-small-1 {
    font-size: 0.6rem;
}

.font-small-2 {
    font-size: 0.5rem;
}

.font-small-3 {
    font-size: 0.4rem;
}

.font-large-1 {
    font-size: 1rem;
}

.font-large-2 {
    font-size: 1.2rem;
}

.font-large-3 {
    font-size: 1.4rem;
}

#dvAllNotification .custom-control {
    display: inline-block !important;
}

/***Tagging design***/

#dvAllNotification .case-sensitive.tagging {
    height: auto !important;
}

#dvAllNotification .case-sensitive.form-control, #dvAllNotification .tagging {
    border: none !important;
    background-color: inherit;
}

    #dvAllNotification .tagging .tag {
        padding: 4px 20px 4px 0 !important;
        font-size: .775rem !important;
    }

        #dvAllNotification .tagging .tag .tag-i {
            top: 0.8rem !important;
        }

#dvAllNotification .case-sensitive.form-control {
    box-shadow: none;
}

.s-pills ul.nav-pills > li a {
    padding: .1rem .3rem !important;
    font-size: .7rem;
    margin-right: 0.3rem;
}


.s-pills .nav-pills .nav-link {
    border-radius: .1rem;
}

    .s-pills .nav-pills .nav-link.active.mandatory {
        color: #fff;
        background-color: #28D094;
    }

    .s-pills .nav-pills .nav-link.active.optional {
        color: #fff;
        background-color: #FF9149;
    }

    .s-pills .nav-pills .nav-link.active.disable {
        color: #fff;
        background-color: #6B6F82;
    }


/***Pie chart tooltop design*/
#tooltip {
    position: absolute;
    width: auto;
    height: auto;
    color: #fff;
    padding: 5px;
    background-color: #4e4e4e;
}

    #tooltip.hidden {
        opacity: 0;
    }

    #tooltip p {
        margin: 0;
        /*font-family: sans-serif;*/
        font-size: 14px;
        line-height: 18px;
    }


.content-box {
}

    .content-box .media-body {
        display: inline-grid;
    }

    .content-box h1 {
        color: #fff;
    }

    .content-box h5 {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
    }



hr.hr-override {
    margin: 5px 0 !important;
}

.dropdown-submenu-left {
    left: auto !important;
    right: 100%;
    margin-left: 0 !important;
    margin-right: -1px;
}

.section-title-bar {
    display: flex;
    justify-content: space-between;
}

.interview .ui-accordion .ui-accordion-content {
    padding: 1em 0.7rem !important;
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 6px 5px 6px 5px !important;
    font-size: 90% !important;
}

.infobox-bg-outline {
    border: 1px dotted #d8d8d8 !important;
    padding: .4rem;
}

.icon-circle {
    border-radius: 45px;
    width: 40px;
    height: 40px;
    color: white;
    margin-top: 3px;
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

.ellipse {
    display: inline-block;
    width: 250px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/*
.app-main {
    overflow: inherit !important;
}*/

.label-locked {
    background-color: #f37272 !important;
    border: none;
    height: 1px;
    padding-top: 6px;
}

.interview-tags .tag {
    border: 1px solid #999;
    padding: 4px;
    border-radius: 4px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 8px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer !important;
}

.interview-tags .tag-available {
    color: #4abd5d !important;
}

.interview-tags .not-available {
    cursor: not-allowed !important;
}

.interview-tags .tag-available.selected {
    background-color: #4abd5d !important;
    color: white !important;
    border-color: #4abd5d !important;
}

.interview-tags .tag-available:hover {
    background-color: #4abd5d !important;
    color: white !important;
    border-color: #4abd5d !important;
}

.interview-tags .tag-notavailable {
    color: red !important;
    cursor: not-allowed !important;
}

.fc-day.fc-widget-content.selected {
    background-color: #b5ffb5 !important;
}

.fc-widget-content.clk-day.selected {
    background-color: #428bca !important;
}


.empty-state-container {
    max-width: 800px !important;
}

/**/
.hmenu .nav-item.dropdown.active {
    color: #2679b5;
    background-color: transparent;
    border-bottom: 2px solid #2679b5;
}





/*Badge with show upper right side in image circle*/
.badge-up {
    position: absolute;
    right: 2px;
    bottom: 15px;
    border: 2px solid;
}


/* Placeholder and typing area restricted to specific width */
.tagging .type-zone {
    min-width: 100% !important;
}

.archive-c-bar {
    width: 100%;
    text-align: center;
    height: 22px;
    color: white;
    background-color: #737373;
    font-size: 13px;
    padding-top: 2px;
    margin-bottom: 2rem;
    cursor: pointer;
    /*margin-top: 2rem;*/
}

.txt-outline-none {
    border: none !important;
}

.border-bottom-danger {
    border-bottom: 2px solid #de3939 !important;
    width: 20px;
    display: block;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dedede;
}

.border-left-low {
    border-left: 4px solid #115086 !important;
}

.border-left-medium {
    border-left: 4px solid #d46504 !important;
}

.border-left-high {
    border-left: 4px solid #b7260d !important;
}


/* Onboarding Tasks  */

.ob-tasks {
    outline: 1px solid #dcdcdc;
    box-shadow: 0px 2px #cacaca, 0px 2px #bfbfbf;
    background-color: aliceblue;
}

    .ob-tasks > li {
        background-color: whitesmoke;
    }

.help-block-row {
    padding: 2rem;
    margin-top: 15px;
    background: -webkit-gradient(linear, 7% 116%, 8% 91%, from(#bfbfbf), to(#e0e0e0), color-stop(.5,#333333));
}

.list-style-none {
    list-style: none;
    padding-left: 0;
}


/*Candidate portal candidate list page*/

.candidate-container {
    display: flex;
    padding: 1rem 0.3rem;
}

    .candidate-container .candidate-email,
    .candidate-container .candidate-mobile {
        font-size: .775rem !important;
    }

    .candidate-container .c-actions a {
        color: #0f3384 !important;
    }


.candidate-item:hover {
    outline: 2px solid #ffd69d;
}

.pr-section {
    border-bottom: 1px solid #e2e2e2;
}

    .pr-section .sec-name {
        padding: 0.2rem 0.4rem;
        background-color: #e2e2e2;
        width: fit-content;
        font-weight:500;
    }

/*This needs to be moved to theme file*/
.tooltip-wrap {
    position: relative;
}

    .tooltip-wrap .tooltip-content {
        display: none;
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        padding: .5em;
        z-index: 10000;
    }

    .tooltip-wrap:hover .tooltip-content {
        display: block;
    }

.bg-lightblue3 {
    background: #f0f8ff;
}

#toast-container > .toast-success, .toast-success {
    background-color: #4abd5d !important;
    color: #fff !important;
}

#toast-container > .toast-error, .toast-error {
    background-color: red !important;
    color: #fff !important;
}

#toast-container > .toast-info, .toast-info {
    background-color: #478fca !important;
    color: #fff !important;
}

#toast-container > .toast-warning, .toast-warning {
    background-color: #eb9315 !important;
    color: #fff !important;
}
.scrollable-menu {
    height: auto;
    max-height: 300px;
    max-width: 700px;
    overflow-x: hidden;
}
/*This needs to be moved to theme file*/


.item {
    border-right: 1px solid #f3f3f3 !important;
}

.item-figure {
    font-size: 46px;
    font-weight: 100;
    text-align: center;
}

.item-title {
    font-size: 14px;
    color: #a2a6af;
    text-align: center;
    margin-top: 10Px;
}


/* Job info card Start */
.card-stats.card-stats-pink.card-ace .pos-1 {
/*    background-color: #f7d6e6*/
    background-color: #d0d0d2
}

.card-stats.card-stats-pink.card-ace .pos-2 {
    /*    background-color: #f3c2da*/
    background-color: #b9b9bc;
}

.card-stats.card-stats-pink.card-ace .pos-3 {
    /*    background-color: #efadce*/
    background-color: #a1a1a5;
}
.card-stats.card-stats-green.card-ace .pos-1 {
    background-color: #e7f1e5;
}
.card-stats.card-stats-green.card-ace .pos-2 {
    background-color: #dbead9;
}
.card-stats.card-stats-green.card-ace .pos-3 {
    background-color: #cfe3cc;
}
.card-stats.card-ace {
    overflow: hidden
}
.card-stats {
    transform: translateY(-.5rem);
    opacity: .75;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.09)
}
.rounded-custom {
    border-radius: 30px;
}
.card-stats.card-ace .card-body {
    justify-content: space-evenly
}

.pos {
    position: absolute !important;
    display: block;
    right: 0;
    bottom: 0;
    border-radius: 4rem !important;
    margin-bottom: -2.5rem !important;
    margin-right: -2.5rem !important
}
.pos.pos-1 {
  width: 5.25rem;
  height: 5.25rem;
           background-color: #eae8f4
/*  background-color: #d0d0d2*/
}

    .pos.pos-2 {
        width: 4.75rem;
        height: 4.75rem;
           background-color: #dddbed
/*        background-color: #b9b9bc;*/
    }

    .pos.pos-3 {
        width: 4.25rem;
        height: 4.25rem;
           background-color: #d0cce6
/*        background-color: #a1a1a5;*/
    }

td.att-present {
    background-color: #87b87f;
    color: #fff
}

    td.att-present a {
        color: #fff
    }

div.att-present {
    background-color: #87b87f;
    color: #fff
}

    div.att-present a {
        color: #fff
    }

.badge-att-present, badge.att-present {
    background-color: #87b87f;
    color: #fff
}

.att-present, span.att-present {
    color: #87b87f
}

td.att-latesitting {
    background-color: #00a28a;
    color: #fff
}

    td.att-latesitting a {
        color: #fff
    }

div.att-latesitting {
    background-color: #00a28a;
    color: #fff
}

    div.att-latesitting a {
        color: #fff
    }

.badge-att-latesitting, badge.att-latesitting {
    background-color: #00a28a;
    color: #fff
}

.att-latesitting, span.att-latesitting {
    color: #00a28a
}

td.att-late {
    background-color: #fd7984;
    color: #fff
}

    td.att-late a {
        color: #fff
    }

div.att-late {
    background-color: #fd7984;
    color: #fff
}

    div.att-late a {
        color: #fff
    }

.badge-att-late, badge.att-late {
    background-color: #fd7984;
    color: #fff
}

.att-late, span.att-late {
    color: #fd7984
}

td.att-overlate {
    background-color: #d6487e;
    color: #fff
}

    td.att-overlate a {
        color: #fff
    }

div.att-overlate {
    background-color: #d6487e;
    color: #fff
}

    div.att-overlate a {
        color: #fff
    }

.badge-att-overlate, badge.att-overlate {
    background-color: #d6487e;
    color: #fff
}

.att-overlate, span.att-overlate {
    color: #d6487e
}

td.att-earlyleft {
    background-color: #a6abbd;
    color: #fff
}

    td.att-earlyleft a {
        color: #fff
    }

div.att-earlyleft {
    background-color: #a6abbd;
    color: #fff
}

    div.att-earlyleft a {
        color: #fff
    }

.badge-att-earlyleft, badge.att-earlyleft {
    background-color: #a6abbd;
    color: #fff
}

.att-earlyleft, span.att-earlyleft {
    color: #a6abbd
}
.job-publish-text {
    color: #6bbf72; /* same color as your existing “Publish” text */
    font-size: 11px;
}

.job-unpublish-text {
    color: #f9a941; /* same as existing “Unpublish” */
    font-size: 11px;
}

.text-internal {
    color: #fd7e14 !important; /* Orangish */
}

.text-external {
    color: #003366 !important; /* Midnight/Deep Blue */
}

.text-classified {
    color: #dc3545 !important; /* Reddish (Standard Bootstrap Danger) */
}
.text-grey {
    color: #888888 !important; /* Standard Grey (for Archieved jobs) */
}

.text-dark-grey {
    color: #343a40 !important; /* Dark Grey (for Closed Jobs) */
}
/* Job info card Ends */