﻿html {
    -ms-overflow-style: scrollbar;
}

* {
    outline: none !important;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.dxgvFocusedGroupRow_Office2010Silver1 {
    background: #E5F2FA !important;
}

body {
    overflow-x: hidden;
    /*overflow-y: hidden;*/
    /*background: #f0f0f0;*/
    /*Polus_jjj*/
    background-color: #FFFFFF;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E0E0E0;
}

.mainBlock {
    padding-bottom: 65px;
    position: relative;
}

.titleBar {
    background: #FFFFFF;
    color: #000000;
}

    .titleBar a {
        color: #fff;
    }

.formHeader {
    margin: 0 21px 0px 0;
}

    .formHeader > span {
        display: inline-block;
        background: #b8b8b8;
        line-height: 26px;
        padding: 2px 10px 0;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        font-size: .9em;
    }

        .formHeader > span > .closeMe {
            border: 0;
            background: #fff;
            width: 18px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
            border-radius: 50%;
            vertical-align: middle;
            margin: -3px 0 0 10px;
            color: #b8b8b8;
            position: relative;
        }

            .formHeader > span > .closeMe:after {
                content: "X";
                left: 5px;
                position: absolute;
                top: 0;
                font-weight: bold;
                line-height: 18px;
            }

        .formHeader > span:after {
            content: "";
            position: absolute;
            left: 100%;
            top: -1px;
            border-width: 14px 10px 15px 10px;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b8b8b8 #b8b8b8;
        }

.formHeaderActive {
    margin: 0 21px 0px 0;
}

    .formHeaderActive > span {
        background: #3f3d3d;
    }

    .formHeaderActive > span {
        display: inline-block;
        background: #3f3d3d;
        line-height: 26px;
        padding: 2px 10px 0;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        font-size: .9em;
    }

        .formHeaderActive > span > .closeMe {
            border: 0;
            background: #fff;
            width: 18px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
            border-radius: 50%;
            vertical-align: middle;
            margin: -3px 0 0 10px;
            color: #b8b8b8;
            position: relative;
        }

            .formHeaderActive > span > .closeMe:after {
                content: "X";
                left: 5px;
                position: absolute;
                top: 0;
                font-weight: bold;
                line-height: 18px;
            }

        .formHeaderActive > span:after {
            content: "";
            position: absolute;
            left: 100%;
            top: -1px;
            border-width: 14px 10px 15px 10px;
            border-style: solid;
            border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3f3d3d #3f3d3d;
        }

.formRowSet {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

    .formRowSet > label, .formRowSet > input[type="text"],   .formRowSet > select, .formRowSet > button, .formRowSet > span {
        display: table-cell;
    }

.row .formRowSet > label {
    width: 25%;
}

.formRowSet > label {
    color: #656565;
    font-weight: normal;
}

.mandatory {
    position: relative;
}

    .mandatory:before {
        content: "*";
        position: absolute;
        top: 4px;
        left: -7px;
        color: red;
        font-weight: bold;
        font-size: 1.1em;
    }

.row .formRowSet > input[type="text"],   .row .formRowSet > select, .row .formRowSet > .feild3 {
    width: 85%;
}

.formRowSet input[type="text"],   .formRowSet > select {
    border: 1px #c1c1c1 solid;
}

.formRowSet > .errorIndicator {
    display: none;
    top: 2px;
    position: relative;
    left: 15px;
    font-family: 'Glyphicons Halflings';
    color: #de3333;
    border-radius: 50%;
    border: 1px #de3333 solid;
    width: 16px;
    height: 16px;
    line-height: 15px;
    text-align: center;
}

.errorIndicator:after {
    content: "";
    font-size: .7em;
    position: relative;
    top: -2px;
    left: 0;
}

.feild3 {
    display: inline-block;
}

    .feild3 > div {
        display: inline-block;
        width: 30%;
    }

        .feild3 > div > input[type="text"] {
            width: 100%;
        }

        .feild3 > div:nth-child(2) {
            margin: 0 3.9%;
        }

.row .formRowSet.fullRow > input[type="text"], .row .formRowSet.fullRow > select {
    width: 93.6%;
}

.row .formRowSet.fullRow > label {
    width: 12%;
}

.footerNav {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #0F3053;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
}

    .footerNav li {
        display: inline-block;
        padding: 2px 0 0 0;
    }

    .footerNav > li > a {
        display: inline-block;
        padding: 0 5px;
        margin: 0 5px;
        line-height: 40px;
        color: white;
        font-size: 1.2em;
    }


        .footerNav > li.current a, .footerNav > li > a:hover, .footerNav > li > a:focus {
            color: #2479d4;
        }

.menuTab {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

    .menuTab > li.current {
        background: #cfcfcf;
    }

        .menuTab > li.current a {
            color: #676767;
        }

    .menuTab > li {
        display: inline-block;
    }

        .menuTab > li > a {
            padding: 0 15px;
            line-height: 25px;
            text-transform: uppercase;
            font-size: .85em;
        }

.user {
    float: right;
    line-height: 35px;
    cursor: pointer;
}

.userNameHeader {
    float: Left;
    line-height: 35px;
}

.userDropdown {
    position: relative;
    border: 0;
    background: transparent;
    font-family: 'Glyphicons Halflings';
    padding: 0;
    margin: 0 0 0 5px;
}

    .userDropdown:after {
        content: "";
        position: relative;
        top: 2px;
        right: 0;
    }

.toolBar {
    /*background: #cfcfcf;*/
    position: relative;
    z-index: 1;
}

.navigation img {
    max-width: 35px;
}

.navigation {
    text-align: center;
    position: relative;
    padding: 0 8px;
    background: #fefefe;
}

    .navigation > a {
        color: #525252;
        padding: 6px 0 13px;
        display: block;
    }

.elastislide-carousel ul li a.current {
    background: #F9F9F9;
    /*border-right: 1px solid #D3D3D3;  */
}

.navigation > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    font-family: 'Glyphicons Halflings';
    color: #848484;
    font-size: .7em;
}


.subNav li span {
    display: inline-block;
    margin: 0 15px 0;
}

.subNav, .elastislide-carousel .subNav {
    background: #fff;
    z-index: 999;
    position: absolute;
    box-shadow: 0px 2px 10px -2px #000;
    list-style: none;
    left: 10px;
    padding: 0;
    margin: 0;
    text-align: left;
    display: none;
    max-height: 300px !important;
    overflow-y: auto;
}

    .subNav > li, .elastislide-carousel .subNav > li {
        display: block;
        padding: 0;
        margin: 0;
        border: 0;
        text-align: left;
        height: initial;
    }

        .subNav > li > a, .elastislide-carousel .subNav > li > a {
            display: block;
            min-width: 180px;
            margin: 0;
            padding: 5px 0;
            color: #858585;
        }

.elastislide-carousel {
    overflow: visible;
}
    /*mn*/
    .elastislide-carousel li a span {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: .93em;
    }

.subMenuFix {
    position: relative;
    z-index: 9;
}

.subNav > li > a:hover {
    background: #CFCFCF;
    color: #0074C4;
}
/*subNavSelected*/

.subNavSelected {
    color: #0074C4 !important;
}
/*end subNavSelected*/
.navigation:hover .subNav {
    display: block;
}

.topSave {
    background: #FEFEFE !important;
    border-left: 1PX SOLID #D3D3D3;
    /* border-right: 1PX SOLID #D3D3D3;*/
}

    .topSave > a::after {
        font-size: 0 !important;
    }

.elastislide-horizontal ul li.noBorderLeft {
    border-left-width: 0 !important;
}

.elastislide-horizontal ul li.noBorder {
    border-width: 0 !important;
}

.elastislide-horizontal ul li.noBorderRight {
    border-right-width: 0 !important;
}

ul li.WordWrapLi {
    word-wrap: break-word;
    width: 100px;
}

.mainContentPane {
    padding-bottom: 35px;
    padding-top: 110px;
    margin-left: 10px;
    margin-right: 10px;
}

.mainContentPaneRight {
    padding-bottom: 35px;
    /*padding-top: 106px;*/
    /*padding-top: 71px;*/
    /*padding-top: 106px;*/ /* 22-01-2021*/
    margin-left: 1px;
    margin-right: 1px;
    background-color: white;
}




html, body.loginPage, .loginPage .container-fluid, .container-fluid > .row, .loginPage .container-fluid > .row > div, .loginArea > table {
    height: 100%;
}

.loginArea {
    background: #fff;
    vertical-align: middle;
}

body.loginPage {
    /*background-color: #0074c4;*/
    background-color: #FFFFFF;
    background-image: url(Images/RXL_logo_new.png);
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 2% center;
}

.loginArea {
    background: #fff;
}

    .loginArea > table {
        width: 90%;
        margin: auto;
        vertical-align: middle;
        max-width: 400px;
    }

    .loginArea input[type="text"], .loginArea input[type="password"], .loginArea select {
        display: block;
        width: 99.5%;
        margin: 0 auto 15px;
        padding: 0 5px;
        border: 1px #b7b7b7 solid;
        height: 25px;
    }

    .loginArea .button {
        border: 0;
        background: #b6b6b6;
        color: #fff;
        display: inline-block;
        padding: 0 15px;
        margin: 0 5px 5px 0;
        font-size: .9em;
        line-height: 25px;
    }

.button.primary {
    background: #0074C4;
}

.headerFixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 11px;
    /*box-shadow: 0px 1px 1px -1px #000; 25-01-2021*/
}

.gridMargin {
    margin-top: 1px;
    margin-bottom: 50px;
}

.panelMargin {
    margin-top: 11px;
}

.footerPane {
    border: 0px solid;
}

.gridstyle {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.panelMargin {
    margin-top: 11px;
}

.userInfoBlock {
    margin: 0px 0 20px;
    border-bottom: 1px #C3C3C3 solid;
    padding-bottom: 10px;
}

    .userInfoBlock h3, .userInfoBlock h4 {
        padding: 0;
        margin: 4px 0;
        color: #656565;
        font-size: 1.1em; /*.9em*/
    }

    .userInfoBlock h3 {
        font-weight: bold;
        font-size: 1.4em; /*1.2em*/
    }

    .userInfoBlock > div > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .userInfoBlock > div > ul > li {
            display: inline-block;
            width: 25px;
            height: 25px;
            margin: 5px 5px 5px 0;
            position: relative;
        }

            .userInfoBlock > div > ul > li > a img {
                max-width: 100%;
            }

            .userInfoBlock > div > ul > li > a {
                display: block;
                cursor: pointer;
            }

.miniIconSet {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .miniIconSet li {
        display: inline-block;
        width: 25px;
        height: 25px;
        margin: 5px 5px 5px 0;
        position: relative;
        padding: 0 !important;
    }

        .miniIconSet li > a img {
            max-width: 100%;
        }

        .miniIconSet li > a {
            display: block;
            cursor: pointer;
            width: 100%;
        }


.rightBox .nav-tabs > li > a {
    padding: 0 5px;
    line-height: 25px;
    margin: 0;
    border-radius: 0;
    border-left: 1px #C3C3C3 solid;
    margin-left: -1px;
    color: #65657D;
}

.rightBox {
    margin-bottom: 20px;
}

    .rightBox .nav-tabs {
        overflow: hidden;
    }

        .rightBox .nav-tabs > li.active > a, .rightBox  .nav-tabs > li.active > a:focus, .rightBox  .nav-tabs > li.active > a:hover {
            color: #0074C4;
            border-top: 0;
            background: #F7F7F7;
        }

.infoTable thead {
    background: #e9e9e9;
    text-transform: uppercase;
    font-size: .9em;
}


.infoTable > tbody > tr > td ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
}

    .infoTable > tbody > tr > td ul > li {
        display: inline-block;
    }

    .infoTable > tbody > tr > td ul li:nth-child(1) {
        width: 145px;
    }

.infoTable > tbody > tr:nth-child(odd) {
    background: #F5F5F5;
}

.infoTable > tbody > tr td {
    font-size: .85em;
}

.empTabStyle {
    overflow-y: auto;
}

.quickView {
    padding: 7px;
    margin: 0;
    list-style: none;
    background: #E4E4E4;
}

    .quickView > li {
        border-bottom: 2px #CACACA solid;
        padding-bottom: 5px;
        margin-bottom: 5px;
        box-shadow: 0px 2px 0px 0px #F5F5F5;
    }


.timeStamp > span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: bold;
    font-size: 1.50em;
    padding: 10px 5px 5px 0;
}

.quickAction a {
    display: inline-block;
    margin: 0 7px 0 0;
    color: #0074C4;
    cursor: pointer;
}

.quickAction {
    margin: 0 0 5px 0;
}


.timeStamp {
    margin-bottom: 5px;
}

.quickContent > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: .9em;
}

    .quickContent > ul > li {
        display: inline-block;
        margin: 0 5px 0 0;
    }

.quickContent > p {
    margin: 0 0 5px 0;
    font-size: .9em;
    padding: 3px 8px;
    background: #F5F5F5;
    border-radius: 4px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    word-break: break-all;
}

.timeStamp > span:nth-child(4) {
    border: 0;
}

.quickWhatsApp {
    /*background: url(../Content/Images/Candidate/whatsappBg.jpg);*/
    background-color: var(--panel-card);
    padding: 15px;
    margin: 0;
}

    .quickWhatsApp > ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .quickWhatsApp li > div {
        display: inline-block;
        box-shadow: 0px 1px 5px -2px #000;
        padding: 5px;
        position: relative;
        margin-bottom: 3px;
        max-width: 90%;
    }

        .quickWhatsApp li > div > h3 {
            margin: 0;
            padding: 0;
            font-size: .8em;
            font-weight: bold;
            color: #0074C4;
        }

    .quickWhatsApp > ul > li {
        position: relative;
    }

    .quickWhatsApp > ul > .receivedMsg > div {
        float: left;
        background: var(--whatsapp-chat-box-rcv);
        border-radius: 0px 5px 5px 5px;
    }

    .quickWhatsApp > ul > li.sentMsg > div {
        float: right;
        background: var(--whatsapp-chat-box-sent);
        border-radius: 5px 0 5px 5px;
    }

    .quickWhatsApp li > div > span {
        font-size: .7em;
        opacity: .7;
    }

    .quickWhatsApp li > div > p {
        margin: 0;
        padding: 0;
        font-size: 1.10em;
    }

    .quickWhatsApp > ul > li:after {
        content: "";
        display: table;
        clear: both;
    }

    .quickWhatsApp li > div:after {
        content: "";
        border-style: solid;
        position: absolute;
        left: -10px;
        top: 0;
        border-width: 5px;
        border-color: var(--whatsapp-chat-box-rcv) var(--whatsapp-chat-box-rcv) transparent transparent;
    }

    .quickWhatsApp li.sentMsg > div:after {
        border-color: var(--whatsapp-chat-box-sent) transparent transparent var(--whatsapp-chat-box-sent);
        left: inherit;
        right: -10px;
    }

.whatsAppNotify {
    padding: 0 15px;
    font-size: .9em;
}

    .whatsAppNotify h3 {
        padding: 0;
        margin: 0;
        font-size: 1.4em;
    }

    .whatsAppNotify p {
        padding: 0;
        margin: 0;
        font-size: .95em;
    }

    .whatsAppNotify img {
        margin-top: 3px;
    }

.oldMsg {
    text-align: center;
    background: #FFF;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: .8em;
    box-shadow: 0 1px 3px -2px #000;
    margin-top: -5px;
    cursor: pointer;
}

.defaultBlock .quickView > li {
    margin-bottom: 20px;
}

.searchWindow input[type=checkbox], .searchWindow input[type=radio] {
    bottom: -1px;
    display: inline-block;
    position: relative;
}

.searchWindow input[type="text"], .searchWindow select {
    width: 99%;
    height: 24px;
}

    .searchWindow input[type="text"].width40px, .searchWindow select.width40px {
        width: 40px;
    }

    .searchWindow input[type="text"].width50px, .searchWindow select.width50px {
        width: 50px;
    }

.advanceSearchFeild > .row {
    margin-bottom: 3px;
}

.advanceSearchFeild input {
    border: 1px #c1c1c1 solid;
}

.groupSet > .row {
    margin: 0 0 3px 0;
}

.divider {
    border-top: 1px #9A9A9A dashed;
    margin-top: 10px;
}

    .divider > div {
        border-right: 1px #9a9a9a dashed;
        padding-top: 10px;
    }

        .divider > div:nth-child(2) {
            border: 0;
        }

.count {
    font-size: 1.4em;
}

.MySplitter {
    visibility: hidden;
    width: 100%;
}

.defaultBlock .timeStamp {
    font-size: 1.2em;
}

.defaultBlock .quickContent > ul {
    font-size: 1.2em;
}

.defaultBlock .quickAction {
    font-size: 1.2em;
}

.defaultBlock .quickContent > p {
    font-size: 1.2em;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: inherit;
    word-break: normal;
    padding: 12px;
}

.defaultBlock .timeStamp > span {
    font-size: 1.2em;
    line-height: 30px;
}

.opacityHalf {
    opacity: .3;
}

.contentFilter {
}

    .contentFilter > span {
        display: inline-block;
        padding: 5px 0px 5px 10px;
    }

        .contentFilter > span input {
            display: inline-block;
            height: 15px;
        }

.highlighted {
    background-color: yellow;
}

.titleContainer {
    height: 32px;
    padding: 6px 10px !important;
    line-height: 145%;
    text-align: left !important;
}

/*Elizebeth start*/
.DisplayNone {
    column-width: 15;
    display: none;
}

.Checkboxmargin {
    margin-left: -4px !important;
}
/*Elizebeth End*/
#MainSplitter_1_CC,
#ContentSplitter_0_CC {
    height: 100% !important;
}

.tabLoaderWidth {
    /*Removed the style as per the client suggestion*/
    /*box-shadow: 0px 1px 10px -5px #000 inset;*/
    padding: 0px 0 0;
}

.tabLoaderWidthVacancy {
    /*Removed the style as per the client suggestion*/
    /*box-shadow: 0px 1px 10px -5px #000 inset;*/
    padding: 0px 0 0;
    /*overflow-y: auto !important;*/
}
/*Polus_jjj*/
.adminTabLoaderWidth {
    padding-bottom: 7px;
    background-color: #FFFFFF;
}

.quickAction span a {
    color: #333333;
    /*cursor: default;*/
}



.iconSet > div:nth-child(1) {
    float: left;
}

.iconSet > div > span {
    float: left;
}

.hideSave {
    display: none;
}

.ClickMe {
    cursor: pointer !important;
}

a.normallinkSend {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

    a.normallinkSend:hover {
        font-family: Tahoma, Verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
    }

a.normallinkReceived {
    font-family: Tahoma, Verdana;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

    a.normallinkReceived:hover {
        font-family: Tahoma, Verdana;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
    }

.noRecord {
    text-align: center;
    padding: 20px 0;
}

.imgBorder {
    border: 1px #a6a6a6 solid;
    background: #fff;
    /* padding: 2px; */
}

.moveUP {
    margin-top: -20px;
}
/*.dxgvControl .removeHeaderBorders
{
    border-top-style:none;
    border-left-style:none;
    border-right-style:none;
}*/

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
        .sidenav {
        padding-top: 15px;
    }

            .sidenav a {
            font-size: 18px;
        }
}

.rightTabInfo li {
    padding: 0px !important;
}

.tabLoaderStyle {
    margin-left: 5px;
    overflow-y: inherit;
    /* border: 1px #bfbfbf solid; */
    /* border-top: 0; */
    padding: 10px 2px 2px;
    width: 98%;
}

.splitterStyle {
    background: #fefefe !important;
}

.rightInfo {
    width: 100%;
    /*border: 2px #0F3053 solid;*/
    border: 2px #C3C3C3 solid;
    background: #fff;
}

    .rightInfo > thead > tr > td {
        text-transform: uppercase;
        border: 1px #c1c1c1 solid;
        /*background: #0F3053; //Basheer 21-01-2021
        color: #fff;*/
        background: #FFFFFF;
        color: #000000;
    }

    .rightInfo > thead > tr > td, .rightInfo > tbody > tr > td {
        padding: 5px;
    }

.rowBody {
    color: #7b7b7b;
}

.rowHead {
    font-size: 1.1em;
}

    .rowHead > td:nth-child(1) {
        font-weight: bold;
        width: 40%;
    }

.rowHeadRightPanel {
    font-size: 1.1em;
}

    .rowHeadRightPanel > td:nth-child(1) {
        font-weight: bold;
        width: 20% !important;
        word-wrap: break-word;
        word-break: break-all;
    }

.rowBody > td {
    border-bottom: 2px #C3C3C3 solid;
    /*border-bottom: 2px #53100f solid; 22-01-2021*/
}



.subDropNav {
    position: absolute;
    z-index: 1;
    width: 150px;
    right: 0;
    top: 35px;
    margin: 0;
    padding: 0;
    border: 1px #a6a6a6 solid;
    display: none;
    border-top-width: 3px;
}

    .subDropNav > li {
        display: block;
    }

        .subDropNav > li > a {
            display: block;
            background: #fff;
            border-bottom: 1px #a6a6a6 solid;
            padding: 0 10px;
            line-height: 28px;
            font-size: 1.2em;
        }

        .subDropNav > li:last-child a {
            border: 0;
        }

.userInfoBlock > div > ul > li:hover .subDropNav {
    display: block;
}

.subDropNav:after {
    content: "";
    border-width: 12px;
    border-color: transparent transparent #a6a6a6 transparent;
    border-style: solid;
    position: absolute;
    top: -25px;
    right: 0;
}

.infoTab {
    font-size: 1.2em;
    /* font-style: oblique; */
    padding-right: 8px;
    padding-left: 7px;
    margin-top: 1px;
}

.infoActiveTab {
    color: #0173c7;
    font-size: 1.2em;
    /* font-style: oblique; */
    font-weight: bold;
    padding-right: 8px;
    padding-left: 7px;
    margin-top: 1px;
}

.verticalLine {
    border-left: 1px solid #000000;
    margin-top: 1px;
}

.main {
    border: none !important;
    background-color: rebeccapurple;
}

.rootr {
}

/*For Careousel Display start*/
.carouselDisplayMenu, .carouselDisplayMenu Ul, .txTextControlMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topactionIcons > li {
    display: inline-block !important;
    margin: 0 5px 0 0 !important;
    position: relative !important;
}

.carouselDisplayMenu > li, .txTextControlMenu > li {
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}

.carouselDisplayMenu ul, .txTextControlMenu ul {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 1;
}

.carouselDisplayMenu > li > a > div > img {
    max-width: 28px !important;
}

.carouselDisplayMenu {
    margin: -10px -12px 10px;
    background: #fefefe;
    padding: 5px 10px;
}

    .carouselDisplayMenu > li:hover .carouselDisplayMenuSub, .txTextControlMenu > li:hover .carouselDisplayMenuSub {
        display: block;
        box-shadow: 0px 2px 10px -2px #000;
    }

.carouselDisplayMenuSub li a {
    display: block;
    line-height: 25px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px #fff solid;
    cursor: pointer;
    color: #858585;
}

.carouselDisplayMenuSub li {
    display: block;
    width: 170px;
    position: relative;
}

.carouselDisplayMenu .carouselDisplayMenuChild {
    left: 171px;
    top: 0;
}

.carouselDisplayMenuSub:before {
    content: "";
    border-width: 10px;
    border-color: transparent transparent #FFF transparent;
    border-style: solid;
    position: absolute;
    top: -16px;
    left: 2px;
}

.carouselDisplayMenuSub > li:hover ul {
    display: block;
    box-shadow: 0px 2px 10px -2px #000;
}

.carouselDisplayMenuSub > li > a:hover, .carouselDisplayMenuSub li li > a:hover {
    background: #CFCFCF;
    color: #0074C4;
}
/*For Careousel Display end*/

.headerBtn {
    /*margin-left: 60%;*/
    float: right;
}

.searchBox > div > table {
    display: inline-table;
    margin: 5px 0 5px 2%;
}

.searchBox > div > button {
    display: inline-block;
    position: relative;
    top: -3px;
    height: 21px;
    margin-right: 5px;
    background: #c5c5c5;
    border: 1px #adadad solid;
    min-width: 40px;
}

.searchButton:hover {
    background-color: #868b91;
}
/*.searchText {
    width: 210px !important;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}*/

.limitText {
    max-height: 58px;
    overflow: hidden;
    line-height: 14px;
}

.oddData {
    background-color: #FFFFFF;
}

.evenData {
    background-color: #FFFFFF;
}

.mainTab {
    margin: 10px auto 0;
    border-bottom: 2px #C3C3C3 solid;
    /*border-bottom: 2px #4d82b8 solid;*/
}

    .mainTab .tabItem span {
        line-height: 20px;
        padding: 2px 25px 0 10px;
        display: block;
        border-radius: 0 15px 0 0;
        background: #bfbfbf;
        margin: 0 2px 0 0;
        position: relative;
        color: #727272;
    }

    .mainTab .tabItem.current span {
        /*background: #0F3053; 21-01-2021
        color: #fff;*/
        background: #FFFFFF;
        color: #000000;
    }

    .mainTab .tabItem span button {
        position: absolute;
        border: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        right: 7px;
        top: 5px;
        background: transparent;
        font-size: 1.3em;
        padding: 0;
    }

    .mainTab li li {
        height: auto !important;
        padding: 0 !important;
    }

.padding {
    padding-left: 10px;
}

/*jithin*/
.btnSpacetop {
    margin-top: 5px;
}

.btnSpacebot {
    margin-bottom: 5px;
}
/*jithin end*/

/*sarath*/
.advRadio tr td.dxe {
    padding: 0;
}

.advRadioVacAtt {
    padding: 0;
    text-align: right !important;
}


.ExportList tr td.dxe {
    padding: 0;
    vertical-align: top;
}


.EmailPopUpButtons {
    background: #FFFFFF !important;
    background-image: none !important;
}

    .EmailPopUpButtons:hover {
        background: #f0f0f0 !important;
        background-image: none !important;
    }

    .EmailPopUpButtons:active {
        background: #c2c2c2 !important;
        background-image: none !important;
    }

div.rightPanel {
    height: 95%;
    overflow-y: auto;
    /*width:inherit; */
    position: absolute;
    /*width:28.5%;
       margin-right:1%;
   */
}

div.ScrollProjectInfo {
    height: 85%;
    overflow-y: auto;
    /*width:inherit; */
    position: absolute;
    /*width:28.5%;
       margin-right:1%;
   */
}

.tabBackGround div.dxr-tabContent {
    background: white;
}

.tabBackGround div.dxr-tabContent {
    border-top-style: none !important;
}

.tabBackGround li.dxtc-filler {
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
}

.tabBackGround li.dxtc-sbIndent {
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
}

.tabBackGround li.dxtc-rightIndent {
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
}

.tabBackGround li.dxtc-spacer {
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
}
/*


.tabBackGround li.dxtc-sbIndent {
    border-bottom-style: solid !important;
    border-bottom-width: thin !important;
}*/

.advRadioList tr td.dxe {
    padding: 0px;
}

    .advRadioList tr td.dxe > table > tbody > tr > td > table > tbody > tr > td, .advRadioList tr td.dxe > table > tbody > tr > td > table > tbody > tr > td > span {
        padding-left: 0;
        padding-bottom: 0;
        margin: 0;
    }

span#CHKComapnyInpool {
    margin-left: -2px;
    padding-left: 0;
    padding-right: 5px;
}

span#CHKNotComapnyInpool {
    margin-left: -2px;
    padding-left: 0;
}

tr.spaceUnder > td {
    padding-bottom: 5px;
}

tr.widthFull > td {
    width: 1%;
}

[class*=dxeTokenRemoveButton_Office2010Silver1] {
    background-image: url("/Content/Images/Admin/delete1.png") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: 0px 0px !important;
    width: 15px !important;
    height: 15px !important;
    background-size: cover !important;
}

.dxpcLite_Office2010Silver1 .dxWeb_pcCloseButton_Office2010Silver1 {
    opacity: .01 !important;
}

.dxpcLite_Office2010Silver1 .dxpc-closeBtn {
    background-image: url("/Content/Images/Close_icon.png") !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
}

a.ProjExtraInfo {
    background-image: url(../Content/Images/Projects/ProjectInfo.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
    position: absolute;
    width: 30px;
    height: 30px;
    left: -5px;
    top: -10px;
    cursor: pointer;
}

.miniIconSetProject {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .miniIconSetProject li {
        display: inline-block !important;
        width: 40px;
        height: 25px;
        margin: 5px 5px 10px 6px !important;
        position: relative;
        padding: 0 !important;
    }

        .miniIconSetProject li > a img {
            max-width: 100%;
        }

        .miniIconSetProject li > a {
            display: block;
            cursor: pointer;
            width: 100%;
        }

.LeftAlignProjectLi {
    padding: 0 !important;
}

.VacancyTabMiniIcons {
    padding: 0 !important;
}

    .VacancyTabMiniIcons > a img {
        width: 25px !important;
        margin-left: 10% !important;
    }

    .VacancyTabMiniIcons > label {
        width: 30% !important;
    }

.GroupItemStyleRecurrence2 td.dxflNestedControlCell_Office2010Silver1 {
    width: 77% !important;
    padding-bottom: 5% !important;
}

.GroupItemStyleRecurrence3 td.dxflNestedControlCell_Office2010Silver1 {
    width: 10% !important;
    padding-bottom: 5% !important;
}

.GroupItemStyleRecurrence div.dxflNotFloatedElSys {
    padding-left: 2% !important;
}

.GroupItemStyleRecurrence td.dxflCaptionCell_Office2010Silver1 {
    min-width: 50px !important;
}

.NoEditBorderClass {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.ScrollBartest {
    height: 65px;
    overflow-y: scroll;
}

.searchInputType input[type=text] {
    border: 0 !important;
    /*background: transparent !important;*/
    background-color: var(--form-control-bg);
    line-height: 12px !important;
    padding: 3px 4px !important;
    font-weight: normal !important;
}

.searchInputType:focus input[type=text]:focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.searchInputType i.glyphicon.glyphicon-search {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 2px;
    background-color: white;
    right: 2px;
    width: 4%;
    color: #1983BB;
    /*Flip*/
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.searchInputType i.glyphicon {
    font-size: 1.4em;
    cursor: pointer;
}

.row.searchInputType {
    color: #737373;
    font-weight: bold;
    padding: 7px 10px 5px 10px;
}

.searchInputType {
    position: relative;
    border: 1px #737373 solid;
    background-color: var(--form-control-bg);
    display: inline-block;
}

.BackOfficeMainFreePackButton div > img {
    margin-left: 7% !important;
}

.BackOfficeMainPay4PeopleButton div > img {
    margin-right: 10% !important;
}

.BackOfficeMainWePayPeopleButton div > img {
    margin-right: 15% !important;
}

.shrtListedGridHeightCss > tbody > tr > td > div:nth-child(2) {
    height: auto !important;
    max-height: 600px !important;
}

#chkMultiple {
    text-align: right !important;
}

.formLayoutCaptionWrap div.dxflCaptionCellSys {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 25% !important;
    min-width: 0 !important;
}

.formLayoutCaptionOtherSearchWrap div.dxflCaptionCellSys {
    white-space: normal !important;
    word-wrap: break-word !important;
    width: 75% !important;
    min-width: 0 !important;
}

.formLayoutCaptionCellWrap {
    width: 50% !important;
    min-width: 0 !important;
}

.formLayoutOtherSearchCaptionCellWrap {
    width: 80% !important;
    min-width: 0 !important;
}

.formLayoutOtherSearchContainer {
    padding-right: 3% !important;
}

.VacAttSearchChechkboxPadding {
    padding-left: 0 !important;
}

.overflowContainer {
    overflow-x: scroll;
    overflow-y: scroll;
    /*height: 500px;
    width: 100%;*/
    border: 10px solid grey;
}

.relativeContainer {
    /*position: relative;*/
}

#GridViewEmpSearch_DXEmptyRow {
    background-color: white !important;
}
/*sarath end*/

.newButton {
    margin-left: -6px;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/*New Right Pane Start*/
.contentRow {
    border: 1px #C3C3C3 solid;
    border-radius: 5px;
    margin: 15px auto;
    padding: 5px 5px 10px 5px;
    position: relative;
}

.headline {
    display: inline-block;
    position: absolute;
    top: -15px;
    background: var(--form-control-bg);
    padding: 5px 8px;
    font-weight: bold;
}

.prj-headline {
    background: var(--top-bar-background) !important;
}

.coverRightBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contentRow .row ul {
    margin-left: -15px;
}

.bodyContent li label {
    font-weight: bold;
    margin-right: 6px;
    color: #383838;
}

.bodyContentRight {
    margin: 20px 0 0 0 !important;
}

    .bodyContentRight label {
        font-weight: bold;
        margin-right: 6px;
        /*color: #383838;*/
    }

.bodyContent {
    margin: 12px 0 0 0;
    font-size: .9em;
}

    .bodyContent .img {
        border: 1px #C3C3C3 solid;
        padding: 2px;
    }

li.eye {
    background-image: url(../Content/Images/eye.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}

a.eye {
    background-image: url(../Content/Images/eye.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    position: absolute;
    width: 20px;
    height: 15px;
    left: 0px;
    top: 0;
    cursor: pointer;
}


a.infoIcon {
    background-image: url(../Content/Images/info_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    position: absolute;
    width: 20px;
    height: 20px;
    /*left: 0px;
    top: 0;*/
    cursor: pointer;
}

li.bulkAction {
    background-image: url(../Content/Images/BulkAction.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}

a.bulkAction {
    background-image: url(../Content/Images/BulkAction.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    position: absolute;
    width: 20px;
    height: 15px;
    left: 0px;
    top: 0;
    cursor: pointer;
}

.coverRightBox li {
    padding: 0 0 0 30px;
    margin: 0 0 2px 3px;
    position: relative;
    word-break: break-word;
    display: block;
}

.coverRightBox .carouselDisplayMenuSub li {
    padding: 0;
    margin-bottom: 0;
}

.coverRightBox .carouselDisplayMenuSub {
    top: 17px;
    left: -10px;
}


.up {
    background-image: url(../Content/Images/up.png);
}

.headline span, .headline a {
    display: inline-block;
}

.coverRightBox h4 {
    font-size: 1.2em;
}

.coverRightBox {
    color: var(--color);
}

.headline a {
    width: 14px;
    height: 17px;
    position: relative;
    top: 3px;
    margin: 0 0 0 8px;
}

.down {
    background-image: url(../Content/Images/down.png);
}
/*New Right Pane End*/
.mainTab .tabItem.current span:hover {
    background-color: #F7F7F7;
    /*background-color: #0F3053; 22-01-2021*/
}

.mainTab .tabItem span:hover {
    background-color: #9e9e9e;
}

#pcCandidateInPool > div {
    padding: 0;
}

.poolsearch {
    padding: 0 !important;
}

.poolsearch-label {
    margin-top: 7px;
}

.poolsearch-close {
    margin-top: 5px;
}

.poolsearch-span {
    margin-right: 8px;
    margin-left: 10px;
}

.poolsearch > div {
    overflow: hidden;
}

.poolSearchDivPadding > div:first-of-type {
    padding: 0px;
}

.NestedContent .headline {
    background: #ffffff;
}

#splitterContainer > table > tbody > tr > td:nth-child(1) {
    background: #f6f6f6;
}

@media (min-width: 992px) {
    .advancedSearch .contentRow:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #c3c3c3;
        left: 50.5%;
    }
}

.MyClass {
    white-space: normal;
    word-wrap: break-word;
    width: 200px;
}

.CheckListButtonClass, .CheckListButtonClass:hover {
    background: none !important;
}

.resizeMemo textarea {
    resize: vertical;
    min-height: 60px;
}

.resizeDropdown div {
    resize: both;
}
/*New Letter*/
.dxreControl_Office2010Silver1 .dxre-dialogFooter {
    background-color: #FFFFFF !important;
    border-top: none !important;
}

.dxreControl_Office2010Silver1 .dxWeb_pcCloseButton_Office2010Silver1 {
    opacity: .01 !important;
}

.dxreControl_Office2010Silver1 .dxpc-closeBtn {
    background-image: url("/Content/Images/Close_icon.png") !important;
    background-size: 20px 20px !important;
    background-repeat: no-repeat !important;
}
/*New Letter*/

#rgSex td {
    padding: 0px 5% 0px 4%;
}

#CandidateNoteGender td {
    padding: 0px 5% 0px 4%;
}

#ContactpersonGender td {
    padding: 0px 5% 0px 4%;
}

#rgEmpPreferedContact td {
    padding: 0% 0% 0% 0%;
}

/*Company View Notes*/
.companyViewNotesCheckbox {
    padding: 0px !important;
}

    .companyViewNotesCheckbox > span {
        margin-left: -1px !important;
    }
/*Company View Notes*/

.miscButtonRight {
    float: right;
}

/*bulk parsing*/
.bulkParsingProgress {
    display: table;
    width: 100%;
    margin: 10px 0;
    position: relative;
    z-index: 0;
}

    .bulkParsingProgress > div > span, .bulkParsingProgress > div > div {
        display: table-cell;
        height: 20px;
        vertical-align: middle;
    }

    .bulkParsingProgress > div > div, #bulkParsingProgress > div > div {
        position: relative;
        top: -3px;
    }

#bulkParsingProgress > div > div {
    width: 35%;
    height: 5px;
}

.bulkParsingProgress > div {
    display: table-row;
}


.progressBarIndicator {
    width: 1%;
    height: 5px;
    background-color: transparent;
    text-align: center;
    line-height: 6px;
    color: #000;
    font-size: .9em;
    position: absolute;
    left: 0;
    z-index: 1;
}

.bgProgress {
    width: 100%;
    height: 5px;
    background-color: #c3c3c3;
    line-height: 6px;
    position: absolute;
    left: 0;
}

.bulkParsingProgress > div > span > div {
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    word-break: break-all;
}
/*bulk parsing*/
.popupRemovePool {
    display: inline !important;
    padding: 0px !important;
}

.addMarginLeft {
    margin-left: 5px;
}

.addMarginTop {
    margin-top: 5px;
}

.noBorder {
    box-shadow: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none;
}

/*Polus_jjj*/
.AdminPageControlCallbackStyle {
    background-color: #FEFEFE;
    margin-top: -6px;
    box-shadow: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none;
}

.lblMiscFile {
    margin-top: 5px;
    display: block;
}

.refreshImage {
    margin-left: 5px;
    margin-top: -5px;
    cursor: pointer;
}

.RadioButtonListPadding td {
    padding: 0.9% 0px 0px 0px !important;
}

.RadioButtonListPadding1 td {
    padding: 0.9% 0px 1% 0px !important;
}

.CreditCheckLabelmargin {
    margin-bottom: 0px;
}

#pcCompanyPool > div {
    padding: 0;
}

.dxrControl_Office2010Silver1 .dxWeb_reRibbonIcons_PrintDialogLarge {
    background-image: url(/Content/Images/Candidate/ActionIcons/printer-icon-23.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

img.dxWeb_reRibbonIcons_PrintDialog + span {
    display: none !important;
}

.pageControlMarginTop {
    margin-top: 10px;
}

#CreateContractsRichedit_R_T1G1I0_LI {
    background-image: url(/Content/Images/Projects/PasteMail.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#reCandidateNewLetterSave_R_T1G1I0_RI {
    background-image: url(/Content/Images/Projects/PasteMail.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: -2px 0px;
}

#reSaveCompanyLetterTemplate_R_T1G1I0_RI {
    background-image: url(/Content/Images/Projects/PasteMail.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: -2px 0px;
}

#RichEdit1_R_T1G1I0_RI {
    background-image: url(/Content/Images/Projects/PasteMail.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: -2px 0px;
}

#CreateContractsRichedit_R_T1G0I0_RI {
    background-image: url(/Content/Images/Projects/back_icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#CreateContractsRichedit_R_T1G0I1_RI {
    background-image: url(/Content/Images/Projects/forward_icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#CreateContractsRichedit_R_T6G0I0_LI {
    background-image: url(/Content/Images/Projects/spell_check.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#CreateContractsRichedit_R_T0G0I4_LI {
    background-image: url(/Content/Images/Candidate/ActionIcons/printer-icon-23.png);
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#CreateContractSaveImage_CD {
    padding: 3px 3px;
}

#CreateContractPrintImage_CD {
    padding: 3px 3px;
}

#CreateContractUndoImage_CD {
    padding: 3px 3px;
}

#CreateContractRedoImage_CD {
    padding: 3px 3px;
}

#CreateContractTemplateImage_CD {
    padding: 3px 3px;
}

#CreateContractSpellingImage_CD {
    padding: 3px 3px;
}

/*elizebeth*/
.bodyContentPro li label {
    font-weight: bold;
    margin-right: 6px;
    color: #383838;
}

.bodyContentPro {
    margin: 12px -10px -10px -10px;
    font-size: .9em;
}

    .bodyContentPro .img {
        border: 1px #C3C3C3 solid;
        padding: 2px;
    }


.contentRowPro {
    border: 1px #C3C3C3 solid;
    border-radius: 5px;
    margin: 8px auto;
    padding: 5px 5px 10px 5px;
    position: relative;
}

    .contentRowPro .row ul {
        margin-left: -15px;
    }

.appointmentColAlignment {
    float: left;
    padding-right: 15px;
    padding-top: 5px;
    max-width: 300px;
}

.appointmentBtn {
    float: right;
    margin-left: 5px !important;
    position: absolute;
    top: 0;
    left: 4px;
}

#AppointmentFormNested3_0_1 {
    position: relative;
}


.appntmntFormColMargin {
    margin-left: -74px;
}

.appWidth {
    clear: both !important;
    width: 30px;
}

.appSecond {
    clear: both !important;
    width: 30px;
}

.appMarginTop {
    /*min-width: 106px !important;*/
    margin-top: 10px !important;
}

.appBack {
    background-image: url(/Content/Images/Admin/emailtemplatesadmin.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-top: 10px !important;
}

    .appBack > div > table {
        width: 82%;
        float: right;
    }

.appointmentOptiesMargin {
    margin-top: 5px !important;
}

.richEditHeight {
    height: 500px !important;
}

.appointmentVacancyDisplay {
    visibility: hidden;
}

.chkAppointmentMargin {
    padding-left: 87px !important;
}

.chkAppointmentMarginCancel {
    padding-left: 87px !important;
}

.AppsendMail {
    /*padding-left: 14px !important;
        margin-left: 55px !important;*/
}

#chkAppointmntSendMeetingRequest {
    /*padding-left:22px !important;*/
}

.resizeRadioButtonList {
    /*resize: vertical;*/
    overflow-y: auto;
    height: 100px;
}

.alignTop td:first-child {
    vertical-align: top;
}

div#VacSeoKeyRef_D, div#reqDrivingDetails_D, div#reqTransportDetails_D, div#reqSafeEduDetails_D, div#reqSafetyMeansDetails_D, .listBoxClass {
    /*overflow-y: auto !important;
    resize: vertical;
    max-height: inherit;*/
}

.appCancelRequest {
    padding-left: 19px !important;
}

.jobAgentPadding .dxpc-content {
    padding: 0px !important;
}

.appRecurrenceCheckboxlistAlignment td.dxe {
    vertical-align: top !important;
}

/* FOR SCHEDULAR COLOR CHANGE*/

.dxscTimeRulerMinuteItem_Office2010Silver1 {
    color: white !important;
}

.dxscAlternateDateHeader_Office2010Silver1, .dxeCalendarToday_Office2010Silver1 {
    background-color: #0876C8 !important;
}

.dxeCalendarSelected_Office2010Silver1 {
    background-color: #E1F2FA !important;
    border: 1px solid #E1F2FA !important;
}

.dxscDateHeader_Office2010Silver1 {
    background: #E1F2FA !important;
}

.dxscTodayCellHeader_Office2010Silver1 {
    background: #99C8E9 !important;
}

.dxscAlternateDateHeader_Office2010Silver1 {
    background: #99C8E9 !important;
}


.dxscSel {
    background-color: #0072C6 !important;
}

.dxscTimeMarkerLineH_Office2010Silver1 {
    background-color: #88BEE5 !important;
    border-color: #88BEE5 !important;
}

.dxScheduler_TimeMarker_Office2010Silver1 {
    background-color: #88BEE5 !important;
    border-color: #88BEE5 !important;
    background-image: none !important;
}

.dxscTimeMarker_Office2010Silver1 {
    background-color: #88BEE5 !important;
    border-color: #88BEE5 !important;
    background-image: none !important;
}

.dxsc-leftCornerSys {
    background-color: #FFFFFF !important;
}

.dxscLeftTopCorner_Office2010Silver1 {
    background-color: #FFFFFF !important;
}
/*to check stk*/

.dxscToolbar_Office2010Silver1 {
    background-color: #FFFFFF !important;
}

.dxscHorizontalResourceHeader_Office2010Silver1 {
    background-color: #FFFFFF !important;
}
/*
.dxscDateCellHeader_Office2010Silver1
{
    background-color: #FFFFFF !important;
}
.dxeCalendarFooter_Office2010Silver1
{
    background-color: #FFFFFF !important;
}*/
.dxsc-TimeRulerItemText {
    z-index: 0 !important;
}

.dxtlSelectedNode_Office2010Silver1 {
    background-color: #F7F7F7 !important;
}
/*END SCHEDULAR COLOR CHANGE*/
/*AGENDA TOOL TIP*/
.toolTipPanel {
    box-shadow: 3px 3px 20px Gray;
    background-color: #f0f0f0;
    width: 250px;
}

.toolTipPanelHeader {
    padding-right: 8px !important;
}

.toolTipPanel .dxrpHeader_Metropolis,
.toolTipPanel .dxrpHeader_MetropolisBlue {
    border-bottom: 1px solid rgba(192, 192, 192, 1);
}

.toolTipLablel {
    color: Black;
    font-family: Tahoma;
    font-size: 10pt;
}

.dxrpHeader_BlackGlass .toolTipLablel,
.dxrpHeader_RedWine .toolTipLablel {
    color: White;
}

.toolTipCloseButton {
    float: right;
}

.toolTipButton {
    float: right;
    margin: 5px 0px 6px 5px;
}

.sidePanelPopUp .dxpc-content {
    padding: 0px !important;
}

.SchedulerStyle {
}


#divToolTipLabel {
    border-left: 4px solid #999;
    padding: 10px 5px;
    /*background-color:rebeccapurple;*/
}
/*END AGENDA TOOL TIP*/

.appRecurrenceWidth {
    width: 100px;
    height: 127px !important;
}

.appRecurrenceCheckboxlistAlignment > tbody > tr > td > table > tbody > tr {
    display: inline-block;
}


.appTitleButtonSave > div > div img {
    margin-right: -23px !important;
}


.appTitleButtonUndo > div > div img {
    margin-right: -8px !important;
}


.appsendUpdate {
    margin-left: 2px;
}
/*top Search Scheduler*/
.row.schedulerTop {
    color: #737373;
    font-weight: bold;
    padding: 7px 10px 5px 10px;
}

.schedulerSearch {
    position: relative;
    border: 1px #737373 solid;
    display: inline-block;
}

.schedulerTop .schedulerSearch input[type="text"] {
    border: 0;
    background: transparent;
    line-height: 12px;
    padding: 3px 4px;
    font-weight: normal;
}

.schedulerSearch i.glyphicon.glyphicon-search {
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 2px;
    right: 3px;
}

.schedulerTop i.glyphicon {
    font-size: 1.4em;
    cursor: pointer;
}

.dxscAllDayArea_Office2010Silver1 {
    background-color: #ffffff !important;
}
/*end top Search Scheduler*/

.IncludeExpiredVacancy {
    margin-left: -4px;
}

.historyStatusPopup .dxpc-content {
    padding: 0px !important;
}

.appJobInteview {
    pointer-events: none;
}

.appClass .dxr-itemHover {
    background: #CDE6F7 !important;
}

.appWhatsAppchk {
    padding-left: 15px !important;
}
/*DateNavigator*/
.AgendadateNavigatorStyle {
    background-color: #FAFAFA !important;
    /*background-color: #F7F7F7 !important; 22-01-2021*/
    width: 232px !important;
    height: 372px !important;
}
/*end datenavigator*/
/*end top Search Scheduler*/
/*treelist check box background color*/
.dxtlSelectionCell_Office2010Silver1 {
    background-color: #F7F7F7 !important;
}

.dxtlIndentWithButton_Office2010Silver1 {
    background-color: #F7F7F7 !important;
}

.dxtlIndent_Office2010Silver1 {
    background-color: #F7F7F7 !important;
}

.dxtl__IM {
    background-color: #F7F7F7 !important;
}
/*.dxtlIndentWithButton_Office2010Silver1 dxtlLineLast_Office2010Silver1 dxtl__IM*/
/*end tree list*/
/*stop scrolling*/
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
/*end stop scrolling*/
/*new whatsapp*/
/*.defaultBlock .quickView > li {
    margin-bottom: 20px;
}*/
.WhatsAppMainChat {
    /*background: url(../Content/Images/Candidate/whatsappBg.jpg);*/
}

.quickWhatsAppMain {
    /*background: url(../Content/Images/Candidate/whatsappBg.jpg);*/
    /*padding: 15px;
    margin: 0;*/
    /*padding: 15px 15px 110px;*/
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 45px;
    overflow-y: auto;
}

.tabWhatsapp {
    padding-right: 0px !important;
}

.quickWhatsAppMain > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.quickWhatsAppMain li > div {
    display: inline-block;
    box-shadow: 0px 1px 5px -2px #000;
    padding: 5px;
    position: relative;
    margin-bottom: 3px;
    max-width: 90%;
}

    .quickWhatsAppMain li > div > h3 {
        margin: 0;
        padding: 0;
        font-size: .8em;
        font-weight: bold;
        color: #0074C4;
    }

.quickWhatsAppMain > ul > li {
    position: relative;
}

.quickWhatsAppMain > ul > .receivedMsg > div {
    float: left;
    background: #fff;
    border-radius: 0px 5px 5px 5px;
}

.quickWhatsAppMain > ul > li.sentMsg > div {
    float: right;
    background: #e1ffc7;
    border-radius: 5px 0 5px 5px;
}

.quickWhatsAppMain li > div > span {
    font-size: .7em;
    opacity: .7;
}

.quickWhatsAppMain li > div > p {
    margin: 0;
    padding: 0;
    font-size: 1.10em;
}

.quickWhatsAppMain > ul > li:after {
    content: "";
    display: table;
    clear: both;
}

.quickWhatsAppMain li > div:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: -10px;
    top: 0;
    border-width: 5px;
    border-color: #fff #fff transparent transparent;
}

.quickWhatsAppMain li.sentMsg > div:after {
    border-color: #E1FFC7 transparent transparent #E1FFC7;
    left: inherit;
    right: -10px;
}
/*.oldMsg {
    text-align: center;
    background: #FFF;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: .8em;
    box-shadow: 0 1px 3px -2px #000;
    margin-top: -5px;
    cursor: pointer;
}*/

/*whatsapp new*/
.whatsAppCover {
    width: 100%;
    height: 100%;
}

    .whatsAppCover > tbody > tr > td {
        vertical-align: top;
        position: relative;
    }

.searchContact {
    background: #fbfbfb;
    padding: 7px;
    border-bottom: 1px #E2E2E2 solid;
}

.searchCover {
    padding-left: 40px;
}

    .searchCover .glyphicon {
        position: absolute;
        left: 15px;
        top: 15px;
        cursor: pointer;
        color: #bbb;
        font-size: 1.5em;
    }
/*.searchCover input[type="text"] {
    width: 100%;
    border: 1px #D8D8D8 solid;
    height: 30px;
}*/
.RecentContact {
    list-style: none;
    padding: 0;
    position: absolute;
    overflow-y: auto;
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
}



    .RecentContact > li {
        border-bottom: 1px #E2E2E2 solid;
        padding-left: 50px;
        position: relative;
        overflow: auto;
    }

        .RecentContact > li > span, .activeChat > span {
            position: absolute;
            width: 33px;
            height: 33px;
            border-radius: 50%;
            overflow: hidden;
            text-align: center;
            vertical-align: middle;
            left: 7px;
            top: 4px;
        }

            .RecentContact > li > span > img, .activeChat > span > img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
            }

        .RecentContact > li > div > h3, .activeChat h3 {
            margin: 5px 0;
            font-size: 1.1em;
            font-weight: bold;
        }

        .RecentContact > li > div > p {
            margin: 0 0 5px;
            font-size: .9em;
            color: #949494;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .RecentContact > li:focus, .RecentContact > li:active, .RecentContact > li:hover {
            background: #F3F3F3;
        }

.TypeHereBox {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    padding: 0 50px;
}

    .TypeHereBox .glyphicon {
        position: absolute;
        font-size: 1.8em;
        color: #717171;
        top: 18px;
        cursor: pointer;
    }

        .TypeHereBox .glyphicon.l {
            left: 15px;
        }

        .TypeHereBox .glyphicon.r {
            right: 15px;
        }

    .TypeHereBox input[type="text"] {
        width: 100%;
        border: 0;
        height: 30px;
        margin-top: 10px;
        border-radius: 3px;
    }


.activeChat {
    background: #FBFBFB;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 45px;
    z-index: 1;
    border-left: 1px #E2E2E2 solid;
    padding-left: 50px;
    border-bottom: 1px #E2E2E2 solid;
}

    .activeChat h3 {
        margin-top: 15px;
    }
/*end whatsapp new*/
/*end whatsapp*/
/*whatsapp module send text box custom*/
.whatsAppSendTxt {
    width: 100%;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.whatsAppSendTxtForWebchat {
    width: 100%;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.whatsAppSearchText {
    width: 100%;
    border: 1px #D8D8D8 solid;
    height: 30px;
}

.quickWhatsAppMain li > div .glyphicon {
    margin: 0px 0 0 5px;
    font-size: .8em;
    color: #8a987d;
}
/*timer*/
.activeWhatsAppContact {
    background-color: #e2e2e2;
}

.activeWhatsAppContactEml {
    background-color: #e2e2e2;
}
/*end whatsapp module send text box custom*/ /*end stop scrolling*/
.WePayPeopleRightMargin {
    margin-right: 16px;
}

.elastislide-horizontal ul li.clearWhatsapp {
    width: 11% !important;
    white-space: normal;
    overflow: hidden;
    height: 66px !important;
    vertical-align: top;
}

li.ClickMe.noBorderRight.clearWhatsapp > a {
    padding: 0;
    display: table-cell;
    height: 66px;
    vertical-align: middle;
}


.mailArea {
    margin: 0 1%;
    width: 97%;
}

.mailAction > td > span > img {
    width: 22px;
    height: 20px;
    display: inline-block;
}

.mailAction > td > span {
    display: inline-block;
    margin: 0 15px 0 0;
    cursor: pointer;
}

.mailArea > tbody > tr > td {
    padding: 5px 0;
}

.senderProfileImg {
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 10px 0 0;
}

    .senderProfileImg > img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

.mailFrom > td > span {
    display: block;
}

.mailFrom > td {
    vertical-align: middle;
}

.mailFrom h1 {
    font-size: 1.5em;
    margin: 5px 0;
}

.mailFrom h1, .mailFrom > td > span {
    color: #909090;
}

.mailContent > td {
    border-top: 1px #c4c4c4 solid;
}

.mailFrom > td > p {
    font-size: 1.2em;
}

.mailboxSplitterStyle {
    border-collapse: collapse !important;
}

    .mailboxSplitterStyle > tbody > tr > td {
        border-left-width: 0;
    }



.searchAndDropdown, .tabFilter {
    list-style: none;
    padding: 0;
    margin: 5px 0;
    display: table;
    width: 99%;
}

    .searchAndDropdown > li {
        display: table-cell;
    }

        .searchAndDropdown > li > * {
            border: 0;
            width: 100%;
        }

.searchMailBox {
    width: 60%;
}

.searchIcon {
    width: 20px;
}

.searchAndDropdown {
    background: #fff;
    border: 1px #c4c4c4 solid;
}

li.searchDrop {
    border-left: 1px #c4c4c4 solid;
}

.tabFilter > li {
    font-size: 1.2em;
    color: #777777;
    display: inline;
    margin: 0 15px 0 0;
    cursor: pointer;
}

    .tabFilter > li.current {
        color: #0075c8;
    }

td.gridReadStyle {
    border-right: 3px #0075c8 solid;
    border-left-width: 3px;
}

#pcFreePackSettings_CC {
    border-top-style: solid !important;
}

/*Cv Edit start */

.txTextControlMenu {
    background: #ececec;
    padding: 5px 10px;
}

    .txTextControlMenu div {
        text-align: center;
    }

    .txTextControlMenu li {
        border-right: 1px solid #D3D3D3;
    }

    .txTextControlMenu > li > a > div > img {
        max-width: 15px;
    }



div.user img {
    width: 20px;
}


.CvCompareContact {
    width: 100%;
}

    .CvCompareContact > tbody > tr > td {
    }

        .CvCompareContact > tbody > tr > td > label, .CvComparePopUpHeading > tbody > tr > td > label,
        .CvCompareContact > tbody > tr > td > div, .CvComparePopUpHeading > tbody > tr > td > div {
            display: block;
            margin: 0;
            line-height: 22px;
            padding: 2px 5px;
        }

    .CvCompareContact > tbody > tr > td {
        background: #f0f0f0;
    }

        .CvCompareContact > tbody > tr > td > div {
            margin-left: -5px;
            padding-right: 10px;
            padding-left: 10px;
            background: #fff;
            border-bottom: 1px #e2e2e2 solid;
        }

.CvCompareContent {
    width: 100%;
    border-bottom: 1px #cccccc solid;
}

    .CvCompareContent > tbody > tr > td {
        border-top: 1px #cccccc solid;
        padding: 5px;
        vertical-align: middle;
    }

        .CvCompareContent > tbody > tr > td:nth-child(1) {
            width: 30px;
        }

        .CvCompareContent > tbody > tr > td > p {
            margin: 2px 0;
        }

.CvComparePopUpHeading {
    width: 100%;
}

    .CvComparePopUpHeading > tbody > tr > td {
        background: #cecece;
    }

        .CvComparePopUpHeading > tbody > tr > td:nth-child(3) {
            text-align: right;
        }

.CvCompareFormAlign {
    max-height: 500px;
    overflow-y: auto;
}

.CvCompareFormAlignParent {
    max-height: 450px;
}


.CvCompareSave {
    width: 20px;
    height: 20px;
    position: absolute;
    /*right: 20px;*/
    cursor: pointer;
}

    .CvCompareSave > img {
        width: 100%;
    }
/*Cv Edit end   */

/*Drag and Drop*/
.dropZoneExternal > div,
.dropZoneExternal > img {
    position: absolute;
}

.dropZoneExternal {
    position: relative;
    border: 1px dashed #f17f21 !important;
    cursor: pointer;
}

.dropZoneExternal,
.dragZoneText {
    width: 350px;
    height: 350px;
}

.dropZoneText {
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #888;
}

#dropZone {
    top: 0;
    padding: 100px 25px;
}

.uploadControlDropZone {
    display: none;
}

.dropZoneText,
.dragZoneText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20pt;
}

.dragZoneText {
    color: #808080;
}

.dxucInlineDropZoneSys span {
    color: #fff !important;
    font-size: 10pt;
    font-weight: normal !important;
}

.uploadControlProgressBar {
    width: 350px !important;
}

.validationMessage {
    padding: 0 20px;
    text-align: center;
}

#ucDragAndDrop {
    margin-top: 10px;
}

.dragDropDiv {
    border: 2px #a7a6a6 dashed;
    text-align: center;
    margin-left: -15px;
    padding-top: 20px;
    margin-right: -12px;
    margin-bottom: 10px;
    background: var(--panel-card);
    padding-bottom: 10px;
}

    .dragDropDiv > h1 {
        font-size: 1.5em;
        margin: 2px auto;
        padding: 0;
    }

    .dragDropDiv > .flex-box > h1 {
        font-size: 1.5em;
        margin: 2px auto;
        padding: 0;
    }

    .dragDropDiv table.dragDrop {
        width: auto !important;
        margin: 9px auto;
    }

    .dragDropDiv span {
        font-size: 15px !important;
    }

.dragDropMargin {
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.dragDropMisc {
    margin-left: 0px !important;
    margin-right: 3px !important;
}

iframe.cvEditFrame {
    margin-top: -10px;
}

.viewResumeIconMenu > ul {
    top: 35px;
    left: -7px;
}

.viewResumeIconMenu ul > li {
    margin: 0;
}

.viewResumeIconMenu > ul > li > .carouselDisplayMenuChild {
    left: auto;
    right: 100%;
}

.miniIconSet.carouselDisplayMenu {
    margin: -10px 0 0 0;
}

.CvComparePageControlTab > ul {
    border-bottom: 1px solid #868b90;
}

    .CvComparePageControlTab > ul > li.dxtc-leftIndent {
        display: none !important;
    }

.dragDropMarginOriginalCv {
    margin: 0px !important;
}

#EmailPushNotificationPopup_PWC-1 {
    padding-top: 3px !important;
    padding-right: 0px !important;
}

/*.dxflVATSys {
    padding-left: 0px !important;
}*/

.SendButtonLeftPadding div.dxflGroupSys {
    padding-left: 0px !important;
}

    .SendButtonLeftPadding div.dxflGroupSys div.dxflVATSys {
        padding-left: 0px !important;
    }

.SendButtonLeftPadding > div {
    padding-right: 0px !important;
}

#GeneralEmailTopRibbonFormLayout_1 > div {
    padding-right: 0px !important;
}

#SendEmailCompanyTopRibbonFormLayout_1 > div {
    padding-right: 0px !important;
}
/*#GeneralEmailTo CompanyEmailTo {
    width: 110% !important;
}*/

.GeneralEmailToListBox {
    width: 110% !important;
}

.GeneralEmailToListBoxDutch {
    width: 108.8% !important;
}

.generalemailtolistboxPadding {
    padding: 0 !important;
}


.CompanyEmailListBox {
    width: 111.2% !important;
}

/*#CompanyEmailTo {
    width: 111.2% !important;
}*/

.LBClass td.dxeT {
    white-space: inherit !important;
}

.LBClass {
    width: 105% !important;
}

.LBClassDutch {
    width: 103.8% !important;
}

    .LBClassDutch td.dxeT {
        white-space: inherit !important;
    }

.ListBoxClassEmail div.dxflCLLSys {
    width: 105% !important;
}

.topcorner {
    /*position: fixed;*/
    right: 5px;
    bottom: 5px;
    background: #0173c7;
    z-index: 9999;
    min-width: 150px;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}

.progress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

    .progress .determinate {
        position: absolute;
        background-color: inherit;
        top: 0;
        bottom: 0;
        background-color: #26a69a;
        transition: width .3s linear;
    }

    .progress .indeterminate {
        background-color: #26a69a;
    }

        .progress .indeterminate:before {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
            animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
        }

        .progress .indeterminate:after {
            content: '';
            position: absolute;
            background-color: inherit;
            top: 0;
            left: 0;
            bottom: 0;
            will-change: left, right;
            -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
            -webkit-animation-delay: 1.15s;
            animation-delay: 1.15s;
        }

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}


.activeAnchorinContactPersonGrid {
    /*color: #4646FF !important;*/
    text-decoration: underline !important;
}

.historyDetailsSpan {
    padding: 0px 20px 1px 2px;
    border: 1px solid var(--form-control-color);
    position: relative;
    margin-right: 20px;
    display: inline-block;
}

.contentFilter span.historyDetailsSpan > input {
    border: 0;
}



.searchInputType.historyDetailsSpan i.glyphicon.glyphicon-search {
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
    color: #1983BB;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #1983BB;
    background: transparent;
}

/*candidate color-profile picture*/
.profile {
    /*width: 150px;
		height: 150px;
		position: relative;
		background: #e2e2e2;*/
}

    .profile img {
        /*position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;*/
        margin-left: 5px;
    }

    .profile a {
        display: none;
        background: rgba(000,000,000, .7);
        color: #d8d8d8;
        /*font-size: .9em;*/
        padding: 8px 10px;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 10px;
        text-decoration: none;
    }

        .profile a i {
            float: left;
            margin: 0 5px 0 0;
        }

    .profile:hover a, .profile:hover button {
        display: block;
    }

    .profile button {
        position: absolute;
        border: 0;
        background: #000;
        color: #fff;
        border-radius: 50%;
        font-size: .8em;
        font-weight: bold;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 2px;
        display: none;
    }
/*  candidate color-profile picture  end*/

.divOverflow {
    overflow-y: visible;
    /*height: 400px;*/
}

.table-fixed tbody table thead {
    width: 97%;
}

.table-fixed tbody table tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

.table-fixed td table thead, .table-fixed td table tbody, .table-fixed td table tr, .table-fixed td, .table-fixed td table th {
    display: block;
}

.table-fixed tbody tbody td, .table-fixed tbody thead > tr > th {
    float: left;
    border-bottom-width: 0;
}

.dropWidthCtrl {
    width: 200px;
    word-break: break-all;
    padding: 10px 0;
}

    .dropWidthCtrl > div {
        width: 200px !important;
    }

.historyStatusDeleteVisibility > img {
    visibility: hidden;
}

.staticReferenceTableLayout table {
    table-layout: auto !important;
}

.adminStaticReferenceRequestPadding {
    margin-right: 10px;
}

.dxgvBatchEditModifiedCell_Office2010Silver1 {
    color: black !important;
}

.dxgvGroupPanel_Office2010Silver1 {
    padding: 7px 4px 7px 6px !important;
}

.splEmpBasicSearch_0 {
    border-left: 0px solid #868b91 !important;
    border-top: 0px solid #868b91 !important;
    border-right: 0px solid #868b91 !important;
    border-bottom: 0px #868b91 !important;
}




/*DashBoard style start*/

.dxtc-leftIndent {
    display: none !important;
}

.dashboardbodyContent {
    margin: 12px 0 0 0;
    font-size: .9em;
}

.dashboardheadline {
    display: inline-block;
    position: absolute;
    top: -15px;
    background: #ffffff;
    padding: 5px 8px;
    font-weight: bold;
}

    .dashboardheadline span, .dashboardheadline a {
        display: inline-block;
    }


    .dashboardheadline a {
        width: 14px;
        height: 17px;
        position: relative;
        top: 3px;
        margin: 0 0 0 8px;
    }

.dashboard h3 {
    margin: 0;
    font-size: 1.35em;
    font-weight: bold;
}

span {
}

.dashboard .row1 span {
    font-weight: bold;
}

input[type="time"] {
}

.dashboard .row1 input[type="time"] {
    width: 120px;
}

.counterBox {
    margin: 0 auto 10px;
    display: inline-block;
    padding: 5px;
    border: 1px #EAEAEA solid;
}

    .counterBox > div > span {
        font-size: 2em;
        vertical-align: middle;
        padding: 7px;
    }

    .counterBox > h4 {
        /* min-height: 55px;*/
        margin: 0 0 5px 0;
        font-size: .85em;
        font-weight: bold;
        /*word-break: break-all;*/
    }

.dashbList > li > a > img {
    width: 25px;
}

.dashbList {
    padding: 0;
    list-style: none;
    margin: 20px 0;
    font-size: .9em;
}

    .dashbList > li {
        position: relative;
        margin: 5px 0;
        padding: 5px 0 5px 40px;
        border: 1px #EAEAEA solid;
    }

        .dashbList > li > a {
            position: absolute;
            top: 4px;
            left: 7px;
        }

.dashboard {
    line-height: normal;
}

.row3 h3 {
    margin: 5px 0;
}

.headingRow {
    padding-bottom: 60px;
}

.pullMeUp {
    margin-top: 60px;
    /*margin-top: -50px;*/
}

.borderLeft {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #EAEAEA;
}

.borderBottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #EAEAEA;
}

.borderRight {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #EAEAEA;
}

.borderTop {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #EAEAEA;
}
/*Dashboard style end*/



#range-selector {
    height: 440px;
    width: 100%;
    display: block;
}

.workingAvaiImagCss {
    padding-top: 25px !important;
    margin-left: 5px !important;
}

.closeStatus {
    background: transparent;
    border: 1px #fff solid;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 4px;
    border-radius: 50%;
    padding: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: .6em;
    line-height: 9px;
    cursor: pointer;
}

.closeStatusW, .closeForNewNotification {
    background: #4D82B9;
    border: none;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 0px;
    color: white;
    padding-top: 9px;
    padding: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 9px;
    cursor: pointer;
}

.closeForNewNotificationFailedMessage {
    background: #D86344;
    border: none;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 3px;
    color: white;
    padding-top: 9px;
    padding: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 9px;
    cursor: pointer;
}

.linkWhatsappPopup {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 167px !important;
    font-size: 11px !important;
    color: white !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    padding-bottom: 16px !important;
    display: block !important;
}

.topcornerStatus {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #0173c7;
    z-index: 9999;
    min-width: 190px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.progressContainerMainClass {
    right: 5px;
    bottom: 5px;
    /*background: #ffffff;*/
    z-index: 9999;
    min-width: 190px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.topcornerStatusW {
    min-height: 66px !important;
    min-width: 166px !important;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #0173c7;
    float: left;
    z-index: 9999;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.topcornerWhatsappIcon {
    float: left;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #ffffff;
    z-index: 9999;
    /*min-width: 266px !important;
    min-height: 66px !important;*/
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.whtasappPopUp {
    right: 5px;
    bottom: 10px;
    background: #0173c7;
    z-index: 9999;
    min-width: 250px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}


.basicInfoRadioListPadding > tbody > tr > td {
    padding: 0px !important;
}

#rbBasicInfoSex_RB0 {
    float: right;
    margin-left: 8px;
}

#rbBasicInfoSex_RB1 {
    padding-left: 5px;
    margin-left: 20px;
}

.vacRefcodeTextdisable {
    color: #989898 !important;
    background-color: white;
    border: 0px !important;
    padding: 0px;
}

.CVCompareTabStyleEng > ul {
    padding-left: 18% !important;
}

.CVCompareTabStyleDutch > ul {
    padding-left: 13% !important;
}

.companyDetailsChangeWidth > .dxflItemSys {
    width: 0% !important;
}


.companyDetailsChangeNestedCellwidth {
    width: 0% !important;
}

.CVCompareTabStyleGerman > ul {
    padding-left: 14% !important;
}

#Encryption_CC td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.CVCompareTabStyleGerman > ul {
    padding-left: 14% !important;
}

.companyDetailsCvAnalysttextStyle {
    width: 100px !important;
    min-width: 100px !important;
}

.companyDetailsMonsterCaption {
    width: 120px !important;
    min-width: 120px !important;
}

div.companyDetailsCvAnalystGroup > div:nth-child(6) {
    display: block !important;
}

.companyDetailsCvaccountCaptionStyle {
    margin-left: -7px !important;
}

.companyDetailsCvPresent div {
    display: table-cell !important;
}

    .companyDetailsCvPresent div.dxflLastChildSys {
        padding-left: 5%;
    }

.companyDetailsDivWidth {
    width: 50%;
}

.companyDetailsBackoffice {
    border: 0px !important;
}

.companyDetailsVacancyPostingPadding {
    /*padding-left: 0;
    padding-right: 0;*/
}


@media (min-width: 992px) {
    .companyDetailsVacancyPostingPadding.forCol .bodyContent > div > div, .companyDetailsVacancyPostingPadding.forCol .bodyContent > div > div {
        display: -webkit-box;
    }
}

@media (max-width: 992px) {
    .companyDetailsVacancyPostingPadding .bodyContent .borderRight:nth-child(2), .companyDetailsVacancyPostingPadding .bodyContent .borderLeft:nth-child(2) {
    }
}

.popUpCloseimg {
    width: 20px;
    cursor: pointer;
    margin-top: -3px;
}

.popupCloseImgPoolSearch {
    width: 20px;
    cursor: pointer;
    margin-top: 1px;
}

.imapSentBoxStyle {
    min-width: 0% !important;
}

#newUserActive td {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.masterTable, .masterTable > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.masterTable {
    width: 100%;
    position: relative;
}

    .masterTable > li {
        vertical-align: top;
        position: relative;
    }

        .masterTable > li > ul {
            width: 100%;
        }

            .masterTable > li > ul > li {
                vertical-align: top;
                padding: 0 15px;
            }

@media (min-width: 768px) {
    .masterTable {
    }

        .masterTable > li {
        }

            .masterTable > li > ul {
                display: table;
            }

                .masterTable > li > ul > li {
                    display: table-cell;
                    width: 50%;
                }

        .masterTable:after {
            content: "";
            width: 1px;
            background: #EAEAEA;
            top: 0;
            bottom: 0;
            position: absolute;
            left: 50%;
        }
}

@media (min-width: 992px) {
    .masterTable {
    }

        .masterTable > li {
        }

            .masterTable > li > ul {
                display: table;
            }

                .masterTable > li > ul > li {
                    display: table-cell;
                    width: 50%;
                }
}

@media (min-width: 1200px) {
    .masterTable {
        display: table;
    }

        .masterTable > li {
            display: table-cell;
            width: 50%;
        }

            .masterTable > li > ul {
                display: table;
            }

                .masterTable > li > ul > li {
                    display: table-cell;
                    width: 50%;
                }

            .masterTable > li:after, .masterTable > li:before {
                content: "";
                width: 1px;
                background: #EAEAEA;
                top: 0;
                bottom: 0;
                position: absolute;
            }
            /*.masterTable>li:first-child{border-right:1px red solid}*/
            .masterTable > li:first-child:before, .masterTable:after {
                visibility: hidden;
            }

            .masterTable > li:after {
                left: 50%;
            }

            .masterTable > li:after {
                right: 50%;
            }
}


@media (min-width: 768px) {
    .halfTable:after, .halfTable > li > ul:after,
    .halfTable:before, .halfTable:before {
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .halfTable > li:after, .halfTable > li > ul > li:after {
        visibility: hidden;
    }
}

/*
.halfTable>li:after, .halfTable>li>ul>li:after,
.halfTable>li:before, .halfTable>li>ul>li:before,
.halfTable:after, .halfTable>li>ul:after,
.halfTable:before, .halfTable:before {
    visibility: hidden !important;
}
*/
.halfTable > li:before {
    left: 0;
}

.halfTable > li {
    padding-right: 15px;
    padding-left: 15px;
}


.cvPresentDivStyle .dxflChildInFirstRowSys {
    display: inline-block;
    width: auto !important;
}

.contractMangament td {
    padding-left: 10px;
    width: 51px;
}


.customNewButton {
    margin-left: 0px;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.CreateJobPopupStyle {
    min-width: 1300px;
}

.ViewJobPopupStyle {
    min-width: 450px;
}

.EndExtendJobPopupStyle {
    min-width: 500px;
}

.FreePackImportPopupStyle {
    min-width: 1000px;
}

#PostExportPopuplblContent_I {
    text-align: justify;
}


.btnBox {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .btnBox > li {
        display: inline-block;
        margin: 0 5px 5px;
        width: 100%;
    }

        .btnBox > li * {
            width: 100% !important;
        }

@media (min-width:768px) {
    .btnBox > li {
        width: 47.5%;
    }
}

@media (min-width:1400px) {
    .btnBox > li {
        width: auto;
    }
}

#RichEditSignature_R_T1G1I0_RI {
    background-image: url(/Content/Images/Projects/PasteMail.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: -2px 0px;
}

#RichEditSignature_R_T0G0I2_RI {
    background-image: url(/Content/Images/Admin/save.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

@media (min-width: 992px) {
    .MyProflePBTBorder {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #c3c3c3;
        left: 25%;
    }
}

@media (min-width: 992px) {
    .MyProfleFacebookBorder {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #c3c3c3;
        left: 50%;
    }
}

@media (min-width: 992px) {
    .MyProfleXingBorder {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #c3c3c3;
        left: 75%;
    }
}

.companyDetailsChkLabelFont .dxichTextCellSys > label {
    font-size: .95em !important;
}

.fontPreview > tbody > tr > td {
    vertical-align: top;
    padding: 2px 5px;
}

.fontPreview button {
    width: 100%;
    margin: 0 0 5px;
    height: 24px;
}


.fontPreview .fontSettingsStyle {
    width: 100%;
    border: 1px #a5a5a5 solid !important;
}

.fontPreview {
    background: #FFFFFF;
    padding: 10px;
}

    .fontPreview input[type="text"] {
        border: 1px #a5a5a5 solid;
        height: 24px;
    }

.myBox {
    border: 1px #c5c5c5 solid;
    padding: 10px 5px 5px 5px;
    margin-top: 15px;
    position: relative;
}

    .myBox .head {
        display: inline-block;
        margin-bottom: 5px;
        background: #FFFFFF;
        padding: 0 3px;
        position: absolute;
        top: -8px;
    }

.preView {
    text-align: center;
    font-size: 2.2em;
    line-height: 40px;
}

.fontSettingsStyle div.dxgvCSD {
    width: auto !important;
}

    .fontSettingsStyle div.dxgvCSD td.dxgv {
        border: 0 !important;
    }

.cvAnalystCaptionStyle {
    display: inline-block !important;
    margin-top: 3px;
}

.cvAnalystDivStyle {
    display: inline-block !important;
    width: auto !important;
}

.appClass.dxr-item.dxr-itemHover.dxr-ddMode .dxr-label {
    border-top-color: transparent !important;
}

#FreePackLayout_0_0 {
    width: 100% !important;
}

#reportVacancyType td {
    padding: 0px;
}

.ListboxFilter td:first-child {
    display: none;
}

.AdjustMarginEmailCount {
    margin-left: -24%;
}

.InfoEmailSett {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
}

.InfoWhatsappSett {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 12px;
    font-size: 11px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
}

.EmailSetMsg {
    letter-spacing: .1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.WhatsappSettClass, .WhatsappDescription {
    letter-spacing: .1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    padding-left: 5px;
    color: white;
}

.TaskReminderPopupClass {
    height: 197px !important;
    width: 237px !important;
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background: #4D82B9;
    margin-bottom: 5px;
    position: relative;
}

.TaskHeddingClass {
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.TaskDetailsClass {
    margin-top: 2px;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
    font-size: 12px;
    margin-left: 5px;
    padding-right: 20px;
}

.TaskImageClass {
    position: absolute;
    bottom: 0px;
    right: 0px;
}


.TaskReminderContainerClass {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    right: 6px;
    bottom: 97px;
}

.FirstContainerClassForTaskReminder {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    width: 100px;
    right: 141px;
    bottom: 116px;
}

.SecondContainerClassForTaskReminder, .ThirdContainerClassForTaskReminder, .FourthContainerClassForTaskReminder, .FifthContainerClassForTaskReminder {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    width: 100px;
    bottom: 15px;
}

.SecondContainerClassForTaskReminder {
    right: 388px;
}

.ThirdContainerClassForTaskReminder {
    right: 636px;
}

.FourthContainerClassForTaskReminder {
    right: 882px;
}

.FifthContainerClassForTaskReminder {
    right: 1130px;
}

.closeButtomReminder {
    background: transparent;
    border: 1px #fff solid;
    font-weight: bold;
    position: absolute;
    border-radius: 50%;
    padding: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 0.6em;
    line-height: 9px;
    cursor: pointer;
    color: white;
    top: 3px;
    right: 2px;
}


div > .cvAnalystMenu {
    text-align: center;
    background-color: transparent;
    padding: 0px 10px;
    margin: 0px;
}

    div > .cvAnalystMenu > li {
        padding: 5px 12px;
        position: relative;
        width: 30%;
        float: left;
        min-height: 90px;
        height: 100%;
        background-color: #c3c3c3;
        cursor: pointer;
        border: 1px #848484 solid;
    }

table.companyDetailsGDPR > tbody > tr > td:first-child, table.companyDetailsGDPR > tbody > tr > td:last-child {
    font-weight: bold;
}

table.companyDetailsGDPR > tbody tr td:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}

.dxreControl_Office2010Silver1 .dxWeb_reRibbonIcons_PrintDialog {
    background-image: url(/Content/Images/Candidate/ActionIcons/printer-icon-23.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

#reCandidateNewLetterSave_R_T0G0I4 {
    display: none;
}

#reSelectedLetterTemplate_R_T0G0I4 {
    display: none;
}

#reCandidatesNewLetterSave_R_T0G0I4 {
    display: none;
}

#reSaveCompanyLetterTemplate_R_T0G0I4 {
    display: none;
}

#reSelectedCompanyLetterTemplate_R_T0G0I4 {
    display: none;
}

#reCompaniesLetterSave_R_T0G0I4 {
    display: none;
}

#reLetterTemplateUpdate_R_T0G0I4 {
    display: none;
}

#reCompanyLetterTemplateUpdate_R_T0G0I4 {
    display: none;
}

#CreateContractsRichedit_R_T0G0I4 {
    display: none;
}

#reSelectedProjectsContractsTemplate_R_T0G0I4 {
    display: none;
}

#RichEditLetterTemplateSaveEMP_R_T0G0I4 {
    display: none;
}

#RichEditLetterTemplateSaveEML_R_T0G0I4 {
    display: none;
}

#RichEditLetterTemplateSaveCONTRACT_R_T0G0I4 {
    display: none;
}
/*.dxreControl_Office2010Silver1 div.dxr-blLrgItems:first-child > a:first-child {
    display: none;
}
.dxreControl_Office2010Silver1 div.dxr-blHorItems:first-child > a:first-child {
    display: none;
}*/

.gdprBgColor {
    background-color: #F9D9D0;
}

    .gdprBgColor div.headline {
        background: transparent;
    }

.gdprDefaultBgcolor {
    background-color: #f0f0f0;
}

.gdprHeight {
    height: 175px;
}

.gdprWidth {
    width: 131px;
}

.gdprHead {
    max-height: 100%;
    height: 100px;
}

table.lstBoxSelectedColumnForExport > tbody > tr > td > div > div {
    overflow: visible !important;
}

#lstBoxSelectedColumnCandidate {
    height: 453px !important;
    width: 195px !important;
}

.myDashboardOutboxMaillabel01 {
    border: solid 1px #eaeaea;
    padding: 10px;
    font-weight: 900;
    font-size: 10px;
    margin-bottom: 12px;
    text-align: center;
}

.myDashboardOutboxMailBackGround {
    background: #F8D8D0;
    color: var(--dashboard-special-color) !important;
}

.mydashboardoutboxMailPadding0 {
    padding: 0;
}

.mydashboardoutboxMailPadding-left0 {
    padding-left: 0;
}

.mydashboardoutboxMailPadding-right0 {
    padding-right: 0;
}

.myDashboardOutboxMailPadding {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
}

.myDashboardOutboxPendingMailBackGround {
    background: #91D7B4;
    color: var(--dashboard-special-color) !important;
}

.filterSettingsLeftDiv {
    width: 22%;
    float: left;
}

.filterSettingsRightDiv {
    background: #FEFEFE;
    border-top: solid 1px #c3c3c3;
}

/*.filterMarginTop {
    margin-top: 20px;
}*/

/*@media (max-width:1400px) {
    .filterSettingsLeftDiv {
        width: 30%;
    }

    .filterSettingsRightDiv {
        width: 66.2%;
    }
}*/

.CandidateTabFilterStyle {
    margin-top: 0px;
    /*margin-top: 32px; 22-01-2021*/
}

.dropDownHeightCandidate input {
    height: 5px !important;
}

/*#cbProjectEmlNameFilters_DDD_PW-1 {
    left : -40px !important;
}*/
.historyHeading {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 10px;
}

/*.cvLayoutDesign{
    margin:3px !important;
}*/

#ApiWhaQrIframe {
    /*zoom: 5;*/
}


.popUpAgendaSetTime {
    width: 297px !important;
    z-index: 12000;
    visibility: visible;
    display: table;
    position: absolute;
    height: 0px;
    left: 543px;
}

.fabClassCss {
    background-color: #9ca1a8 !important;
}


.resizeMemoSms {
    resize: vertical;
    min-height: 195px;
}

.recurrencePatternHeight {
    height: 132px !important;
}

.recurrencePaddingStyles {
    padding: 0px !important;
}

.dx-fab-main-button, .dx-fab-action {
    background-color: #9ca1a8 !important;
}


.appCss {
    padding-left: 0 !important;
}

#flAppointmentRecurrenceInfo_0 {
    padding-left: 0 !important;
}

#flAppointmentRecurrenceInfo_0_0 > div {
    padding: 0px !important;
    padding-left: 0px !important;
    padding-right: 21px !important;
}

.btnCancelCss {
    padding-right: 9px !important;
}

.deleteFAB .dx-fab-text {
    background-color: #D86344 !important;
}

#chkAppointmntWhatsAppLabel {
    display: inline !important;
    margin-right: 10px;
}

#chkAppointmntSendMeetingUpdateLabel {
    display: inline !important;
    margin-right: 10px;
}

#chkAppointmntCancelMeetingLabel {
    display: inline !important;
    margin-right: 10px;
}

#chkAppointmntSendMeetingRequestLabel {
    display: inline !important;
    margin-right: 10px;
}

#chkAppointmntSendMailLabel {
    display: inline !important;
    margin-right: 10px;
}




#chkAppointmntSendMail {
    margin-right: 5px;
}

#chkAppointmntWhatsApp {
    margin-right: 5px;
}

#chkAppointmntSendMeetingUpdate {
    margin-right: 5px;
}

#chkAppointmntCancelMeeting {
    margin-right: 5px;
}

#chkAppointmntSendMeetingRequest {
    margin-right: 5px;
}

#AppointmentForm_0_8_Cap {
    display: inline-block;
    min-width: 186px !important;
}

.tutorialButton {
    max-width: 56px !important;
}

.adminTutorialButton {
    max-width: 46px !important;
}

#AgendaTutorialLink {
    padding-bottom: 0px !important;
}

#DashboardTutorialLink {
    padding-bottom: 0px !important;
}

#WhatsappTutorialLink {
    padding-bottom: 0px !important;
}

#ProjectTutorialLink {
    padding-bottom: 0px !important;
}

#AdminTutorialLink {
    padding-bottom: 0px !important;
}

.dragDropMarginWhatsApp {
    margin-right: 0px;
    margin-top: 5px;
    margin-left: 0px;
}

#PriorityCheckBox {
    padding-left: 0px;
}

#flCandidateBasicInformation_0_4 {
    width: 42% !important;
}

#flCandidateBasicInformation_0_5 {
    width: 50% !important;
}

#flCandidateBasicInformation_0_6 {
    width: 0% !important;
}

#flCandidateBasicInformation_0_7 {
    width: 0% !important;
}

.resizeHeight {
    min-height: 197px !important;
}

.divwhtspconfm {
    margin-top: -10px;
}

.bodycontwthsap {
    margin: 5px 0 0 0;
}

.nestedpadding {
    border-bottom: solid 1px #ccc;
    padding: 0;
}


.NestedContent .divv {
    border-right: solid 1px #ccc;
    padding-bottom: 15px;
}

.tablewhts {
    margin-top: 6px;
    margin-left: 8px;
}


#SendWhatsAppCompanyPopupHeader {
    display: inline-block !important;
    width: 95% !important;
}

#SendWhatsappPopupHeaderText,
#AppConfWhatsAppPopupHeader {
    display: inline-block !important;
    width: 94% !important;
}

.PopUpWhatsappHeightWidth {
    width: 700px !important;
    height: 300px !important;
}

.messageFuseLabel {
    color: #A4A4A4 !important;
    padding: 0px !important;
}

.messageFuseGroup {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

#WhatsAppPageControl_CC {
    padding-right: 0px !important;
}

.CompanyDetailsCountryCodeGroup {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#NewCandidateWhatsAppCountryCodeLabel {
    width: 81% !important;
    padding-right: 15px !important;
}

.whatsAppCountryCodeClass table {
    width: 100% !important;
}

#CandidateCvWhatsAppCountryCodeLabel {
    padding-right: 15px !important;
    margin-top: 2px;
}

#CandidateCvWhatsAppCountryCodeLabelforDutch {
    padding-right: 15px !important;
    margin-top: 2px;
}

.whatsAppCountryCodeCvClass table {
    width: 100% !important;
}

.whatsAppCountryCodeCvClass {
    width: 7% !important;
}

#flCandidateBasicInformation_0_8 {
    padding-top: 14px;
}

.whatsappFill {
    padding-bottom: 0px;
}

.whatsappContainer {
    width: 100%;
}

.whatsappMainSection {
    min-width: 266px !important;
    min-height: 81px !important;
    height: 137px !important;
    display: none;
    padding: 5px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 9999;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    top: 28px;
}

.VoipIncomingCallNotifySection {
    width: 300px;
    max-height: 450px; 
    display: none;
    padding: 10px;
    position: fixed;
    right: 20px;
    top: 80px;
    background: var(--form-control-bg);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    z-index: 9999;
    overflow-y: auto; 
    scrollbar-width: thin;
}

.voipIncomingCallNotification {
    background: var(--panel-card);
    color: white;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100px; 
}

.VoipIncomingCallContainer {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.addNoteVoipIncomingCallButton {
    display: inline-block;
    padding: 8px 16px;
    background-color: #4D82B9;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

    .addNoteVoipIncomingCallButton:hover {
        background-color: var(--primary-btn-hover-light);
    }

.closeStatusWc {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #888;
}

    .closeStatusWc:hover {
        color: #555;
    }

.closeStatusIc {
    position: absolute;
    top: 0px;
    right: 8px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #888;
}
    .closeStatusIc:hover {
        color: #555;
    }

.VoipIncomingCallPopUpStyles {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.VoipIncomingCallSettClass p {
    font-size: 16px;
    color: var(--menu-text);
    margin-bottom: 15px;
}

.whatsappPopUpStyles {
    display: inline-block;
    width: 231px !important;
    height: 115px !important;
    background: #4D82B9;
    position: relative;
}

.whatsappPopUpStylesMedia {
    display: inline-block;
    width: 231px !important;
    height: 124px !important;
    background: #4D82B9;
    position: relative;
}

.whatsappFailedMessagePopUpStyle {
    display: inline-block;
    width: 231px !important;
    height: 93px !important;
    background: #D86344;
    position: relative;
}

.whatsappImageSectionClass {
    display: inline-block;
    float: left;
    width: 120px !important;
    height: 115px !important;
    background: #ffffff;
}

.whatsappImageSectionMedia {
    display: inline-block;
    float: left;
    width: 120px !important;
    height: 124px !important;
    background: #ffffff;
}

.whatsAppClassEMP {
    float: right;
    width: 25%;
}

.NewCandidateWhatsAppCountryCodeLabelCss {
    font: 8px Verdana, Geneva, sans-serif;
}

.dashboardMailWhatsAppheadline {
    display: inline-block;
    position: absolute;
    top: -15px;
    background: #ffffff;
    padding: 0px 8px;
    font-weight: bold;
    transform: translate(-50%, -50%);
    left: 50%;
    top: -5px;
}

    .dashboardMailWhatsAppheadline span, .dashboardMailWhatsAppheadline a {
        display: inline-block;
    }


    .dashboardMailWhatsAppheadline a {
        width: 14px;
        height: 17px;
        position: relative;
        top: 3px;
        margin: 0 0 0 8px;
    }

#memoWhatappDescriptionCandidateHistory_I {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

#memoWhatappDescriptionCandidateDetailedHistory_I {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.FileUploadHistoryClass {
    display: none;
}

.deletewhatsappimg {
    margin-right: 20px;
}

.WhatsappFileAttachmentGridCss {
    margin-top: 5px;
    width: 100% !important;
    float: left;
}

.whatsappSendAttachmentsNullText {
    padding-left: 5px;
}

.imageWhatsappRefreshStyle {
    height: 15px !important;
    width: 15px !important;
    margin-left: 8px !important;
}

.labelrefreshwhatsapp {
    font-size: 14px !important;
}

.imageWhatsappRefreshStylewhatsapp {
    height: 30px !important;
    width: 30px !important;
    margin-left: 8px !important;
    margin-top: 3px;
}

.WhatsappFileAttachmentGridCss .dxgv {
    padding: 5px !important;
}

.emptyUploadWhatsappAttachments {
}

.WhatsappFileAttachmentGridCss table {
}

.CandidateLinkedIn {
    background-image: url(../Content/Images/eye.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    display: inline-block;
    height: 12px;
    width: 25px;
    position: relative;
    top: 2px;
}

.CandidateLinkedInLi {
    padding: 0 !important;
}

.CandidateLinkedInHead {
    display: inline-block;
    width: 92%;
    margin-bottom: 2px;
}

.LinkedInProfileUrl {
    background-image: url(../Content/Images/Candidate/LinkedInCandidate.png);
    background-repeat: no-repeat;
    width: 61px !important;
}

.LinkedInProfileUrlImport {
    background-image: url(../Content/Images/Candidate/LinkedInCandidate.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.LinkedInProfileUrlText {
    margin-left: 63px;
}

.LinkedInProfileUrlTextImport {
    margin-left: 63px;
}

.whatsAppEmailDashBoard {
    font-weight: normal !important;
    font-size: 1em !important;
    padding: 0px;
}

.whatsappImageNotificationClass {
    width: 110%;
    height: 115px !important;
}

.whatsappImageNotificationMediaClass {
    width: 110%;
    height: 124px;
}

.whatsappNewUserImage {
    width: 118% !important;
    height: 124px;
}

.groupCompanydetails {
    padding-left: 0 !important;
}

.LabelUrlFooterText {
    color: #A4A4A4 !important;
}

.prjEmpStartDateMinWidth > div {
    min-width: 0px !important;
}

table.ExportItemsSpace table tr:nth-child(11) > td > table, table.ExportItemsSpace table tr:nth-child(21) > td > table, table.ExportItemsSpace table tr:nth-child(28) > td > table, table.ExportItemsSpace table tr:nth-child(42) > td > table {
    margin-bottom: 15px !important;
}

#LinkedInGender td {
    padding: 0px 5% 0px 4%;
}

#NewTaskForm_0_5_0 div:first-child {
    padding-left: 0px;
}

#NewTaskForm_0_5_1 div:first-child {
    padding-right: 0px;
}

#NewTaskForm_1_4_0 div:first-child {
    padding-left: 0px;
}

#NewTaskForm_1_4_2 div:first-child {
    padding-right: 0px;
}

._NewTaskOpenVacancyComboStyle {
}

._NewTaskOpenVacancyComboStyleDutch {
}

._NewTaskHistoricalVacancyComboStyle {
}

.eig {
    font-size: 11px;
    display: block;
    margin-bottom: 0 !important;
    font-weight: 400;
}

.mt-10 {
    margin-top: 10px;
}

.m-0 {
    margin: 0;
}

.plans p {
    font-size: 10px;
    margin-bottom: 0;
}

.plr-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.mr-5 {
    margin-right: 5px !important;
}

.taken .graph {
    vertical-align: sub;
}

.taken h5 {
    font-size: 13px;
}

.taken .task-progress {
    height: 5px;
    margin-bottom: 10px;
}

.taken .percentage {
    color: #f78a09;
    font-weight: 600;
    display: block;
    text-align: right;
    font-size: 16px;
}

.taken .progress-bar {
    background: #f78a09;
}

.text-right {
    text-align: right;
}

.taken {
    border-bottom: solid 1px #c1c1c1;
}

.p-0 {
    padding: 0;
}

.task-section .taken:nth-of-type(odd) {
    /*background: #FAFAFA;*/
    background: var(--panel-card);
}

.section-border {
    border: 1px #c1c1c1 solid;
}

.task-progress {
    position: relative;
    height: 10px;
    display: block;
    width: 100%;
    background-color: #fafafa;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.limitSubjectText {
    max-height: 10px;
    overflow: hidden;
    line-height: 10px;
}

div.hideHistoryTabs > ul {
    display: none !important;
}

@media screen and (min-width: 1420px) {


    .divTable {
        display: table;
        width: 100%;
    }

    .divTableCellHeader1ForCandidate {
        display: table-cell;
    }

    .divTableRow {
        display: table-row;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }

    .divTableCellHeader {
        display: table-cell;
    }

    .divTableCellHeader1 {
        display: table-cell;
    }

    .divTableCellLogo {
        margin-left: 10px;
    }

    .divTableCellGap {
        display: table-cell;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
        font-weight: bold;
    }

    .divTableFoot {
        background-color: #EEE;
        display: table-footer-group;
        font-weight: bold;
    }

    .divTableBody {
        display: table-row-group;
    }

    .divTableHeading span {
        margin-left: 10px;
    }

    .divTableCellGapForCandidate {
        padding-left: 38px;
    }
}

@media screen and (min-width: 1366px) {

    .divTableCellHeader1ForCandidate {
        display: table-cell;
        padding-left: 17px;
    }

    divTableCellLogoForCandidate {
        margin-left: 43px;
    }


    .divTable {
        display: table;
    }

    .divTableRow {
        display: table-row;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
    }

    .divTableCellHeader {
        display: table-cell;
    }


    .divTableCellHeader1 {
        display: table-cell;
    }

    .divTableCellLogo {
    }

    .divTableCellGap {
        display: table-cell;
    }

    .divTableHeading {
        background-color: #EEE;
        display: table-header-group;
        font-weight: bold;
    }

    .divTableFoot {
        background-color: #EEE;
        display: table-footer-group;
        font-weight: bold;
    }

    .divTableBody {
        display: table-row-group;
    }

    .divTableHeading span {
        margin-left: 10px;
    }
}

.displayBox {
    display: flex;
}

.commonrightsidealignment {
    width: 100%;
}

    .commonrightsidealignment div {
        margin-bottom: 2px;
    }

    .commonrightsidealignment span {
        margin-right: 15px;
        min-width: 92px;
        display: inline-block;
    }

.CommonRightSideAlignmentCandidate {
    width: 100%;
}

    .CommonRightSideAlignmentCandidate div {
        margin-bottom: 2px;
    }

    .CommonRightSideAlignmentCandidate span {
        margin-right: 1px;
        min-width: 148px;
        display: inline-block;
    }

.carouselDisplayRightSidePanelMenuSub {
    top: 35px !important;
    left: -145px !important;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.carouselDisplayRightSidePanelMenuSub:before {
    top: -20px !important;
    left: 149px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 13px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.commonrightsidealignmentCompany {
    width: 100%;
}

    .commonrightsidealignmentCompany div {
        margin-bottom: 2px;
    }

    .commonrightsidealignmentCompany span {
        margin-right: 15px;
        min-width: 117px;
        display: inline-block;
    }

.commonrightsidealignmentContactperson {
    width: 100%;
}

    .commonrightsidealignmentContactperson div {
        margin-bottom: 2px;
    }

    .commonrightsidealignmentContactperson span {
        margin-right: 5px;
        min-width: 105px;
        display: inline-block;
    }

.commonrightsidealignmentVacancy {
    width: 100%;
}

    .commonrightsidealignmentVacancy div {
        margin-bottom: 2px;
    }

.commonrightsidealignmentVacancyforspanleft {
    margin-right: 5px;
    min-width: 92px;
    display: inline-block;
    font-weight: bold;
}

.commonrightsidealignmentVacancyforspanright {
    margin-right: 5px;
    min-width: 195px;
    display: inline-block;
    font-weight: bold;
}

.carouselDisplayRightSidePanelMenuSub {
    top: 35px !important;
    left: -145px !important;
}

    .carouselDisplayRightSidePanelMenuSub:before {
        top: -20px !important;
        left: 149px !important;
    }

.rightSideContextMenu {
    display: inline-block;
}

@media (max-width:1679px) {
    .rightSideContextMenu {
        display: block !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
    }

    .carouselDisplayRightSidePanelMenuSub {
        top: 35px !important;
        left: -50px !important;
    }

        .carouselDisplayRightSidePanelMenuSub:before {
            top: -20px !important;
            left: 50px !important;
        }

    .secondColumnStyle {
        /*margin-top: 5px !important;*/
    }
}

.ProjectsRightSidePanel {
    margin-right: 7px;
    width: 290px;
    display: inline-block;
}

.cellsTemplateParameters {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 0px !important;
    text-align: center !important;
}

.TemplateParametersClass {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
}

#MessageBirdTemplateParameters {
    width: 100% !important;
    margin: 0px !important;
}

#MessageBirdTemplates_PWC-1 {
    padding: 0px !important;
}


/*Message bird my profile*/
.myProfileLabelDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}

.myProfileFirstLabel {
    width: 49%;
    display: inline-block;
}

.myProfileLabelDiv input[type=text] {
    width: 100%;
    height: 21px;
    background-color: white;
    border: 1px solid #a5acb5;
    font: 11px Verdana, Geneva, sans-serif;
}

.myProfileSecondLabel {
    margin-right: 10px;
    text-align: right;
    width: 44%;
}

.messageBirdDiv div.dxflLastChildSys:nth-child(3) {
    width: 50% !important;
}

.divMargin {
    height: 21px;
    margin-bottom: 10px;
}

.WhatsAppDisplay {
    display: none !important;
}

.WhatsAppRequiredSpan {
    display: flex;
    color: #ff2625;
    margin-left: 5px;
}

span.WhatsAppRequiredSpan > img {
    display: inline-block;
    margin-right: 5px;
}

.whatsAppTemplateicon {
    width: 212px;
    margin-top: 4px;
}

.whatsAppTextArea {
    padding: 0;
    border: solid 1px #ccc;
    height: 42px;
    width: 80%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width:1366px) {
    .whatsAppTextArea {
        padding: 0;
        border: solid 1px #ccc;
        height: 42px;
        width: 70%;
        background-color: white;
        border-radius: 10px;
    }
}

.warningText {
    font-size: 16px;
    font-weight: bold;
    float: right;
    color: #444444;
    margin-top: -3px !important;
}

@media (max-width:1366px) {
    .warningText {
        font-size: 10px;
        float: right;
        font-weight: bold;
        float: right;
        color: #444444;
        margin-top: 0px !important;
    }
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #444444;
    }

    49% {
        color: #444444;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #444444;
    }
}

.heightChange {
    top: -17px;
}

@media (min-width:1366px) {
    .heightChange {
        top: -13px;
    }
}

@media (min-width:1920px) {
    .conversation {
        width: 74% !important;
    }

    .side {
        width: 26% !important;
    }
}

#userProfileFormLayout_4_0_2 {
    width: 50% !important;
}

.disableUpload > tbody > tr {
    pointer-events: none;
    background-color: grey;
}

.disabledColor textarea {
    color: #989898 !important;
}

table.removeHeader td.dxeHLC, td.dxeHC, td.dxeHFC {
    display: none !important;
}

@media (min-width:1600px) {
    .whatsAppTextArea {
        width: 75%;
    }

    .message {
        height: 63%;
    }
}

@media (min-width:1600px) {
    .whatsAppTemplateicon {
        width: 210px;
    }
}

@media (min-width:1600px) {
    .warningText {
        font-size: 12px;
    }
}

@media (min-width:1600px) {
    .timersection {
        font-size: 12px;
    }
}


.basicInfo div:nth-child(8) {
    width: 79% !important;
}

.basicInfo div:nth-child(9) {
    width: 0% !important;
}

.gdprBorder {
    border: none !important;
}

.AddButtonForYearlyTarget {
    width: 10px !important;
    height: 10px !important;
}

.UidForTarget {
    display: none !important;
}

.YearlyTargetClass {
    text-align: left !important;
}

.projectExecutiveCompanyWidth {
    width: 120px !important;
    min-width: 120px !important;
}

.lblExecutivePadding {
    padding-left: 39px !important;
    padding-top: 30px !important;
}

#radioButtonListForCaseManager {
    border: none !important;
}

#radioButtonListForContactMoments {
    border: none !important;
}

#bulkFormLayout_1_5 {
    margin-top: -8px;
}

#bulkRadioHighPotential {
    border: none !important;
}

#radioButtonListForOpenVacancy {
    border: none !important;
}

#radioHighPotential {
    border: none !important;
}


/*#NewCandidateFormLayout_1_8 {
    margin-left: -20px !important;
}*/
#bulkFormLayout_1_2 {
    width: 6% !important;
}

#bulkFormLayout_1_7, #bulkFormLayout_1_6 {
    width: 26% !important;
    margin-top: 17px;
}

#bulkFormLayout_1 {
    width: 107% !important;
}



#flCandidateBasicInformation_0_10 {
    width: 0% !important;
}

#flCandidateBasicInformation_0_9 {
    width: 45% !important;
    margin-top: 10px;
}

/*#flCandidateBasicInformation_0_12 {
    margin-top: 14px !important;
}*/

#radioButtonListForOpenVacancyPopup,
#radioButtonListForContactMomentsPopup,
#radioButtonListForCaseManagerPopup,
#radioHighPotentialPopUp,
#radioButtonListForOpenVacancyBulk,
#radioButtonListForContactMomentsBulk,
#radioButtonListForCaseManagerBulk,
#bulkRadioHighPotentialBulk {
    border: none !important;
}

.hideContactMomentButton {
    visibility: hidden;
}

.sss {
    min-width: 0px !important;
}

.radioHighPotentialPopUpcss {
    margin-top: 5px;
}

.highPotentialHeader {
    font-weight: bold;
    color: #185C37;
    padding-right: 5px;
    padding-top: 5px;
    padding-left: 10px;
    margin-left: 25px;
}

.highPotentialHeaderRight {
    font-weight: bold;
    /*color: #185C37;*/
}

#NewCandidateFormLayout_1_0 {
    margin-left: -18px !important;
    height: 42px !important;
}

.dsds {
    width: 20px !important;
}

#NewCandidateFormLayout_3 {
    padding-bottom: 5%;
}

/*New candidate pop up row 3 design*/
#flCandidateBasicInformation_2_0 {
    width: 23% !important;
}

#flCandidateBasicInformation_2_1 {
    width: 46% !important;
}

#flCandidateBasicInformation_2_2 {
    width: 15% !important;
    margin-left: 3% !important;
}

#radioHighPotentialPopUp {
    display: contents;
}
/*New candidate pop up row 3 design END*/


/*New candidate pop up row 4 design*/
#flCandidateBasicInformation_4_0 {
    width: 80% !important;
}

#flCandidateBasicInformation_4_1 {
    width: 20% !important;
}
/*New candidate pop up row 4 design END*/

.containerProjectMethod > table {
    display: inline-block !important;
}

    .containerProjectMethod > table:first-of-type .dxe {
        padding-right: 0px !important;
    }

    .containerProjectMethod > table:last-of-type .dxe {
        padding-left: 0px !important;
    }

.methodType {
    width: 475px !important;
    /*display: inline-flex;*/
    padding: 0px !important;
    margin-left: -31px !important;
    align-items: center;
    justify-content: space-between;
}

.container:before,
.container:after {
    /*content: "";*/
    display: table;
    clear: both;
}

#ProjectMethodTypeSet1 {
    float: left !important;
}

#ProjectMethodTypeSet11 {
    float: left !important;
}
/*
 .marginToBePaidHeading {
    width: 80px !important;
    min-width: 80px !important;
}

.tarieffHeading {
    width: 93px !important;
    min-width: 80px !important;
}

.costPriceHeading {
    width: 93px !important;
    min-width: 80px !important;
}

#CostPrice, #RateAmount, #MarginAmount {
    width: 60px !important;
}
#ProjectMethodTypeSet1_RB0 {
    width: 134px !important;
}

#ProjectMethodTypeSet1_RB1{
    width:106px !important;
}


#MarginAmountToBePaid {
    display: block;
    visibility: visible;
    width: 60px;
}
.MarginSection {
    width: 40px;
    min-width: 40px;
    visibility: visible;
    display: block;
}

.ProjectMarginToBePaid {
    /*DONT USE THIS CLASS FOR ANY OTHER ELEMENTS*/
/*  display: none;
}

#CompanyLayout_5_0 {
    width: 32.3333% !important;
    height: 26px;
    float: left;
}

#CompanyLayout_5_1 {
    width: 26.3333%;
    height: 26px;
    float: left;
}

#CompanyLayout_5_2 {
    width: 41.3333%;
    height: 26px;
    float: left;
}

    #CompanyLayout_5_2 > div > div > div {
        width: 127px !important;
        min-width: 127px !important;
    }

    #CompanyLayout_5_2 > div :first-child .dxe {
        width: 265px;
    }

#RateAmount {
    width: 106px !important;
}

#CompanyLayout_5 > div > div {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-flex;
    width: 485px;
}
*/
/*#CandidateStartDate_CC{
    padding-left : 44px!important;
}*/
.hideControl {
    display: none !important;
}

.showControl {
    display: block !important;
}

.allInFactorMarginPaid {
    width: 76px !important;
    /*float: right !important;*/
}

.projectMethodType1 table td:first-child > table {
    width: 134px !important;
}

.projectMethodType1 table td:last-child > table {
    width: 110px !important;
}

.rateMinWithDefault {
    min-width: 126px !important;
    width: 126px !important;
    padding-right: 0px !important;
}

.rateMinWidth {
    min-width: 88px !important;
    width: 88px !important;
    padding-right: 0px !important;
}

.externUitleenWidth {
    width: 126px !important;
}

.norminalTextBox {
    width: 65px !important;
    float: right !important;
}

.norminalLabelPadding {
    padding: 3px 6px 0px 0px;
}

.norminalMarginLeftMarge {
    margin-left: 8px !important;
}

.norminalMarginLeftMargeToBePaid {
    margin-left: 1px !important;
}

.marginToBePaidMargin {
    margin-right: 10px !important;
}

.marginToBePaidFloat {
    float: right !important;
}

.normaladmintarif {
    margin-left: 16px;
    font-size: 11px;
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 416px;
}

.normaladmintarifth {
    margin-left: 16px;
    font-size: 11px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 0 15px;
    width: 516px;
}

.normalTotalAmountStyle {
    margin-left: 16px;
    margin-top: 10px;
    font-size: 11px;
    border-collapse: separate;
    border-spacing: 0 15px;
}

    .normalTotalAmountStyle td {
        white-space: nowrap;
    }

.tarifcaptionrow {
    font-weight: bolder;
    width: 35px;
}

.tarifsecondcaptionrow {
    font-weight: bolder;
    width: 140px;
}

.tarifcaptionrowmethod {
    font-weight: bolder;
    width: 100px;
}

.tarifwidth {
    width: 90px;
}

.AllInOneTableStyle {
    margin-left: 16px;
    font-size: 11px;
    border-collapse: separate;
    border-spacing: 0 15px;
    font-weight: bolder;
}

    .AllInOneTableStyle td {
        white-space: nowrap;
    }

.AllInOneTableStyle1 {
    font-size: 11px;
    border-collapse: separate;
    border-spacing: 0 15px;
    font-weight: bolder;
}

    .AllInOneTableStyle1 td {
        white-space: nowrap;
    }

.normaladmintarif td {
    white-space: nowrap;
}

.spaceBetweenCaptionAndBox {
    padding-left: 5px;
}

#radioButtonListForAdminRate_RB1 {
    margin-left: 20px;
}

#radioButtonListForAdminRate_RB2 {
    margin-left: 20px;
}

#radioButtonListForAdminRate {
    border: none;
}

.methodTypeDisplayTextBox {
    display: none;
}

.HeadingSpan {
    padding-left: 16px !important;
    font-size: 12px;
}

.adminNormalMethodTableHeading {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    white-space: nowrap;
    height: 43px;
}

.adminNormalMethodTableRowCaption {
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    height: 30px;
}

.adminNormalMethodFirstTd {
    padding-left: 2%;
    width: 27%;
}

.adminNormalMethodSecondTd {
    padding-left: 2%;
    width: 17%;
}

.adminRateControlColumn {
    border-right: 1px solid #c4c4c4;
}

.adminAllMethodFirstTd {
    padding-left: 2%;
    white-space: nowrap;
}

.adminAllMethodTableRowCaption {
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    height: 30px;
    padding-right: 2%;
}

.widthSetForAllMethod {
    width: 50px;
    padding-right: 5px;
    padding-left: 5px;
}

.AllFactorLine {
    width: 50px;
    padding-right: 40px;
    padding-left: 5px;
}

.AllFactorLineAfter {
    border-left: 1px solid #D7D7D7;
    padding-left: 20px;
}

.allFactorFirstPhase {
    text-align: center;
    width: 83px;
}

.allMethodSubHeading {
    font-size: 10px;
    height: 30px;
    white-space: nowrap;
}

.mainHeadingAllMethod {
    width: 75%;
}

.allInMethodMainTable {
    margin-left: 2%;
    margin-top: 10px;
}

@media screen and (max-width: 1710px) and (min-width: 1558px) {
    .AllFactorLineAfter {
        border-left: 1px solid #D7D7D7;
        padding-left: 20px;
    }

    .AllFactorLine {
        width: 0px;
        padding-right: 23px;
        padding-left: 5px;
    }

    .mainHeadingAllMethod {
        width: 72.2%;
    }

    .forResolutionAllMethod {
        position: absolute;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1558px) and (min-width: 1386px) {
    .AllFactorLineAfter {
        border-left: 1px solid #D7D7D7;
        padding-left: 0px;
    }

    .allInMethodMainTable {
        margin-left: 1%;
        margin-top: 10px;
    }

    .AllFactorLine {
        width: 0px;
        padding-right: 0px;
        padding-left: 5px;
    }

    .forResolutionAllMethod {
        position: absolute;
        white-space: nowrap;
    }

    .mainHeadingAllMethod {
        width: 70.5%;
    }
}

@media screen and (max-width: 1448px) {
    .allInMethodMainTable {
        margin-left: 0%;
        margin-top: 10px;
    }
}

.hoursProjectStyle td {
    padding-bottom: 6px;
    padding-top: 15px;
    font-size: 11px;
    font-weight: bold;
}

.hoursProjectLabelTable {
    font-size: 11px;
    font-weight: bold;
    margin-top: 15px;
}

#hoursSectionOnly {
}

.projectRightsidePanelRateUl {
    list-style-type: none !important;
    columns: 2 !important;
    -webkit-columns: 2 !important;
    -moz-columns: 2 !important;
    list-style-position: inside !important;
}

.NotesCompanyCheckBox {
    padding-left: 25px !important;
}

.AddContactPersonCheckBox {
    padding-right: 3px !important;
}

.NotesFirstNameAndLastName {
    width: 90px !important;
}

.GenderMobileNumberNotes {
    padding-left: 3px !important;
}

.LastNameAndEmailNotes {
    padding-left: 17px !important;
}

.FirstNameMobileNumberNotes {
    margin-left: 25px !important;
}

.CandidateLinkedNotes {
    margin-top: 5px !important;
}

.notesNewTableStyle {
    margin: 8px 0px 8px 0px;
    width: 100%;
}

.notesNewTableStyleRow2 {
    margin: 8px 0px 8px 0px;
    width: 97%;
    margin-left: 10px;
}

.layoutGroup {
    padding: 0px !important;
}

.addRecordNotesStyle {
    margin-top: 20px !important;
    text-align: start !important;
}

#GridViewGenRefPartialSHRTST_tccell0_5 {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

    #GridViewGenRefPartialSHRTST_tccell0_5 img {
        display: none;
    }

#GridViewGenRefPartialSHRTST_DXCBtn1 {
}

#GridViewGenRefPartialSHRTST_DXDataRow0 {
    background: none !important;
}

.cellWrapForNote {
    white-space: nowrap;
}

.disableAnchorUnderline a:hover {
    text-decoration: none !important;
}

.paddingAllZeroNote {
    padding: 0px !important;
}

.paddingZero {
    padding-left: 0px !important;
}

.styleForFloatRightOnly {
    float: right;
}

.candidateNoteLeftPaneRow1 {
    font-weight: bold;
    padding-top: 4px;
    padding-left: 4px;
    white-space: nowrap;
}

.candidateNoteLeftPaneRow3 {
    font-weight: bold;
    padding-top: 10px;
    white-space: nowrap;
}

.candidateNoteLeftPaneSubRow3 {
    font-weight: bold;
    padding-top: 4px;
    white-space: nowrap;
}

.candidatePaddingTopForNote {
    padding-top: 4px;
}

.candidateNoteLeftPaneRow5 {
    padding-top: 20px;
    padding-left: 2px;
    white-space: nowrap;
    font-weight: bold;
}

.candidateNoteHasNoAddress {
    padding-top: 20px;
    white-space: nowrap;
    font-weight: 100;
    padding-right: 15px;
}

.candidateNoteHasNoAddressLabel {
    padding-top: 2px;
}

.candidateNoteHasNoAddressRow {
    padding-top: 10px;
    white-space: nowrap;
    font-weight: 100;
    padding-right: 15px;
}

.noteStyleTaskButton {
    float: right;
    margin-top: 6px;
}

#NoteCompanyMobile_ET {
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
}

#NoteCompanyName_ET {
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
}

.companyHeaderNoteTextStyle {
    display: inline-block;
    width: 245px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.companyHeaderTextSpan {
    padding-left: 5px !important;
    color: #D86344;
    font-size: 11px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.companyHeaderTextEmptySpan {
    padding-left: 15px !important;
    color: #D86344;
    font-size: 11px;
    padding-bottom: 8px;
    padding-top: 8px;
}

#CandidateNoteNewCandidateName_ET {
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
}

#HolidaySectionForNote_ET {
    word-wrap: break-word;
    table-layout: fixed;
    width: 100%;
}

#CandidateNoteGenderCheck td {
    padding: 0px 5% 0px 4%;
}

.imgCvPopup {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
}

.candidateEditSectionStyle {
    padding-bottom: 18px;
    border-bottom: 1px solid #efefef;
}

.popupNoteStyle {
    padding: 8px 0px 8px 15px !important;
    font-size: 12px !important;
}

.AddRecordNotesHeaderTextStyle {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.emlPostalAddressDisplay {
    display: none !important;
}

.holidayPeriodAddButton {
    margin-left: 0px;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    width: 30px !important;
}

#HolidayPeriodAddButtonImg {
    width: 25px !important;
}

#pcCompanyViewNotes_PWH-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

#AddRecordNotes_PWH-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}


.gfg {
    border: 1px solid #989898;
}

    .gfg td {
        padding-left: 20px !important;
        padding-right: 5px !important;
    }







.gridContainer {
    height: 79.4vh;
}

#gridCompanyContainer {
    /*height: 74vh;*/
}

.gridEmpContainer {
    /*height: 80vh;*/
}

.dx-datagrid-header-panel {
    padding-left: 10px;
    padding-right: 10px;
}

/*.gridContainer .dx-header-row {
    background: #f0f0f0;
}*/

.gridContainer .dx-datagrid-headers {
    position: sticky;
    top: 0;
    z-index: 9;
    /*background: #fff;*/
}

/*scroll-bar-style*/
/*.dx-scrollable-container::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.dx-scrollable-container::-webkit-scrollbar-track {
    background: transparent;
}

.dx-scrollable-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}

    .dx-scrollable-container::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,.5);
    }

.dx-scrollable-container::-webkit-scrollbar-button {
    width: 32px;
    height: 32px;
}

    .dx-scrollable-container::-webkit-scrollbar-button:decrement {
        background: transparent;
    }

    .dx-scrollable-container::-webkit-scrollbar-button:increment {
        background: transparent;
    }*/
/*scroll-bar-style-end*/

#splEmpBasicSearch_1_CC {
    height: 79.4vh;
    overflow-y: auto;
}

#splEmlBasicSearch_1_CC {
    height: 79.4vh;
    overflow-y: auto;
}

.gridContainer {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px !important;
}

.dx-button-text {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px !important;
}





.dx-select-checkbox {
    display: block !important;
}

.newProfessionDropDown .chosen-choices:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}

.newProfessionDropDown .chosen-choices {
    width: 100% !important;
    height: auto !important;
    padding: 3px 5px !important;
    /*font-size: 14px !important;*/
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.newProfessionDropDown .chosen-results:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6) !important;
}

.newProfessionDropDown .chosen-results {
    width: 100% !important;
    height: auto !important;
    padding: 3px 5px !important;
    /*font-size: 14px !important;*/
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

#splEmpBasicSearch_1_S, #splEmlBasicSearch_1_S, #splVacBasicSearch_1_S, #splProjectsBasicSearch_1_S, #splPurgeVacancy_1_S, #splPurgeCompany_1_S, #splPurgeCandidate_1_S {
    background-color: #fefefe;
}

.borderEmpBod {
    border-top: none !important;
}

.dxsplVSeparator_Office2010Silver1, .dxsplHSeparator_Office2010Silver1 {
    background: #fefefe none !important;
}

.contactDropDown .chosen-container-single .chosen-single div b {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: url(chosen-sprite.png) no-repeat 0px 2px !important;
    background-position: 0 7px !important;
}

.contactDropDown .chosen-container-single .chosen-single {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 0 0 8px !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    color: #444 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    line-height: 24px !important;
    background-image: linear-gradient(#eee0 20%, #fff 80%) !important;
}


.contactDropDown .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px !important;
}

.gridContainerChild {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px !important;
}

.dx-button-has-icon .dx-button-content {
    padding: 5px !important;
}

.gridContainerChild .dx-header-row {
    background-color: var(--form-control-bg);
}

.gridContainerChild .dx-datagrid-headers {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}

.gridContainerChild .dx-datagrid-header-panel {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.gridContainerChild .dx-toolbar-items-container {
    height: 30px !important;
}

.gridContainerChild .dx-texteditor-input {
    padding: 5px 5px 5px 30px !important;
    min-height: 28px !important;
}

.gridContainerChild .dx-datagrid {
    background-color: transparent !important;
}

.gridContainerChild .dx-placeholder {
    top: -2px !important;
}

.gridContainerChild .dx-datagrid-table tbody {
    background-color: var(--form-control-bg) !important;
}

.gridContainerChild .dx-toolbar {
    background-color: transparent !important;
}

.gridContainer .dx-datagrid-table .dx-master-detail-cell {
    padding: 10px !important;
}


/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background-color: var(--bg);
        color: var(--color);
        /*background-color: #fff;*/
        /*box-shadow: 10px 10px 60px #555;*/
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 2%;
    }

.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: var(--color);
    background-color: var(--bg);
    text-align: center;
}

    .popupCloseButton:hover {
        background-color: var(--secondary-devbtn-bg-hover);
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.exportCandidateFont {
    font-size: 26px;
}

.exportCandidateSummaryFont {
    font-size: 20px;
}

.visitingMargin {
    margin-top: 40px !important;
}

.postalAddressWidth > div:first-child {
    width: 30% !important;
}

/* Popup box for Company */
.popUpBoxForCompanyImport {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .popUpBoxForCompanyImport .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .popUpBoxForCompanyImport > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 2%;
    }

.popupCloseButtonForCompany {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}

    .popupCloseButtonForCompany:hover {
        background-color: #ccc;
    }

.popUpBoxForCompanyImportTrigger {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.checked {
    color: orange;
}
/* Popup box for company */

.companyDetailsEmailBlock label {
    font: 11px Verdana, Geneva, sans-serif !important;
}

.displayFlex {
    display: flex !important;
}

@media (min-width:1920px) {
    .displayWidthPersonal > div:first-child {
        width: 70% !important;
    }

    .displayWidthPersonal > div:nth-child(2) {
        width: 30% !important;
    }

    .usePersonalDiv {
        text-align: right !important;
    }

        .usePersonalDiv > div:first-child {
            display: inline !important;
        }
}

@media (min-width:768px) {
    .modalWidth {
        width: 800px !important;
    }
}

@media (min-width:1920px) {
    .modalWidth {
        width: 1500px !important;
    }
}

.salaryCaption {
    padding-left: 7px !important;
}

.popStarContain {
    width: 12% !important;
    height: 10% !important;
    background-color: white !important;
}

@media only screen and (max-width: 1400px) {
    .popStarContain {
        width: 14% !important;
        height: 10% !important;
        background-color: white !important;
    }
}

.dx-datagrid .dx-row > td {
    text-align: left !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
    text-align: center !important;
}

#templateGrid .dx-datagrid-table .dx-row > td:first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
    text-align: left !important;
}

.normal-grid .dx-datagrid-table .dx-row > td:first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
    text-align: left !important;
}

.custom-dx-checkbox-grid .dx-checkbox-icon {
    margin-left: 4px !important;
}

.custom-dx-checkbox-grid .dx-checkbox-text {
    margin-left: -20px !important;
}
.fade-grid .dx-checkbox-text {
    color: #959595 !important;
    font-weight: 400 !important;
    font-size: 11px !important;
}

.second-column-center .dx-datagrid-table .dx-row > td:nth-child(2), .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:nth-child(2) {
    text-align: center !important;
}

.gridContainer input.chosen-search-input {
    width: 100% !important;
}

.gridDropDownDiv {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background: white;
}

.gridDropDownSpan {
    display: block;
    margin-bottom: 10px;
}


.gridDropDownDiv input.chosen-search-input {
    width: 100px !important;
}

.gridDropDownDiv .chosen-choices {
    /*min-width:100px !important;
    width: auto !important;*/
    width: max-content !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    background-image: unset !important;
}

.gridDropDownDiv .chosen-drop {
    width: max-content !important;
}

.majorRowColorForInnerGrid .dx-selection.dx-row > td {
    background-color: #f3f3f3 !important;
}

.CalendarWidthClass1 {
    width: 300px !important;
}

#btnRefreshGrid {
    background-color: #366735 !important;
    color: white !important;
}



.highPotentialHeaderRightside {
    font-weight: bold;
    color: #185C37;
}

.rightSidePanelInitial {
    overflow-y: auto;
    /*background-color: #FEFEFE;*/ /*Basheer on 21-01-2021*/
    background-color: #FFFFFF;
    display: block;
    position: fixed;
    width: 450px;
    right: -470px;
    bottom: 14px;
    /*bottom: 43px; 22-01-2020*/
    z-index: 1000;
    box-shadow: 0 0px 25px #4d82b961;
    border-radius: 5px;
    padding: 10px;
    /*border: 1px solid #0f3053;*/
    max-height: 87vh;
    min-height: 87vh;
    /*min-height: 81vh;*/
    transition: all 50ms linear;
    top: 110px;
    /*stk*/
}

.vac-emp-right {
    top: 0 !important;
    min-height: unset !important
}

.rightSidePanelOpen {
    right: 0 !important;
    display: block !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (min-width: 1420px) {
    .rightSidePanelInitial {
        width: 700px !important;
        right: -720px;
    }
}

.contentRowMargin {
    margin: 5px auto 15px 5px !important;
}

.iconInfoSize {
    width: 16px !important;
    height: 16px !important;
}

.butonCustomPanel {
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: transparent;
    /*// hover - #e6e6e6*/
    padding: 7px 18px;
}

    .butonCustomPanel:hover {
        background: #e6e6e6;
    }

.card-title-bgc {
    background: #FFFFFF; /*21-01-2021*/
    color: #000000;
    top: -11px !important;
    border-radius: 6px !important;
}

.rxl-white {
    color: #fff !important;
}

.card-bgc {
    /*Basheer on 21-01-2021*/
    /*background: #0f3053 !important;*/
    background: #FFFFFF !important;
    /*color: #fff !important;*/
    color: #000000 !important;
}

.carouselDisplayMenubg {
    background: #0f3053 !important;
}

.rxl-mb-0 {
    margin-bottom: 0;
}

.rxl-mb-1 {
    margin-bottom: 2px;
}

.rxl-mb-2 {
    margin-bottom: 4px !important;
}

.rxl-mb-3 {
    margin-bottom: 6px;
}

.rxl-mb-4 {
    margin-bottom: 8px;
}

.rxl-mb-5 {
    margin-bottom: 10px;
}

.rxl-mb-odd {
    margin-bottom: 15px;
}

.rxl-mb-15 {
    margin-bottom: 30px;
}

.rxl-mr-0 {
    margin-right: 0;
}

.rxl-mr-1 {
    margin-right: 2px;
}

.rxl-mr-2 {
    margin-right: 4px !important;
}

.rxl-mr-3 {
    margin-right: 6px !important;
}

.rxl-mr-4 {
    margin-right: 8px !important;
}


.historytabDisplay li.dxtc-sbIndent,
.historytabDisplay li.dxtc-sbWrapper,
.historytabDisplay li.dxtc-sbSpacer,
.historytabDisplay li.dxtc-sbWrapper {
    display: block !important;
}

@media (min-width:1420px) {
    .historytabDisplay li.dxtc-sbIndent,
    .historytabDisplay li.dxtc-sbWrapper,
    .historytabDisplay li.dxtc-sbSpacer,
    .historytabDisplay li.dxtc-sbWrapper {
        display: none !important;
    }
}

.rxl-mr-5 {
    margin-right: 10px !important;
}

.rxl-mr-6 {
    margin-right: 12px !important;
}

.profileRight {
    /*width: 150px;
		height: 150px;
		position: relative;
		background: #e2e2e2;*/
}

    .profileRight a {
        display: none;
        background: rgba(000,000,000, .7);
        color: #d8d8d8;
        font-size: .9em;
        padding: 8px 30px;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        top: 106px;
        right: 10px;
        text-decoration: none;
        height: 26px;
    }

    .profileRight img {
        /*position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;*/
        margin-left: 5px;
    }



    .profileRight a i {
        float: left;
        margin: 0 5px 0 0;
    }

    .profileRight:hover a, .profileRight:hover button {
        display: block;
    }

    .profileRight button {
        position: absolute;
        border: 0;
        background: #000;
        color: #fff;
        border-radius: 50%;
        font-size: .8em;
        font-weight: bold;
        width: 20px;
        height: 20px;
        /* right: 10px;
        top: 31px;*/
        right: 6px;
        top: 6px;
        display: none;
    }



.candidateBgColor {
    background-color: #fff !important;
}

.displayAlignment {
    display: block !important;
    /*margin-bottom: 10px !important;
    height: 22px !important;*/
}

.actionMargin {
    margin-left: 32px !important;
}

.displayAlignment span {
    min-width: 130px !important;
    width: 130px !important;
}

.displayAlignmentSecond {
    display: block !important;
    /*margin-bottom: 10px !important;
    height: 22px !important;*/
}

    .displayAlignmentSecond span {
        min-width: 200px !important;
        width: 200px !important;
    }

@media (min-width:1420px) {
    .displayAlignment {
        display: flex !important;
        margin-bottom: 10px !important;
        height: 22px !important;
    }

    .displayAlignmentSecond {
        display: flex !important;
        margin-bottom: 10px !important;
        height: 22px !important;
    }

    .actionMargin {
        margin-left: 42px !important;
    }
}

.rxl-histroy {
    color: #000000 !important;
    padding: 6px !important;
    border-radius: 4px !important;
    width: max-content !important;
    display: block;
}

.rxl-h-headline {
    background: transparent;
    /*background: #071728; 21-01-2021*/
}

.rxl-h-openstaande {
    background: #FFFFFF !important;
    /*background: #0F3053 !important;  21-01-2021*/
}

.rxl-h-notities {
    background: #FFFFFF !important;
}

.rxl-h-taken {
    background: #FFFFFF !important;
}

.rxl-h-agenda {
    background: #FFFFFF !important;
}

.rxl-h-email {
    background: #FFFFFF !important;
}

.rxl-h-whatsApp {
    background: #FFFFFF !important;
}

.rxl-h-alles {
    background: #FFFFFF !important;
}


.rxl-padding-zero {
    padding: 0 !important;
}

.rxl-history-font {
    font-size: 12px !important;
}

.rxl-Emlhistory-font {
    font-size: 13px !important;
}

#divVacBasicSearchRightPanel {
    background-color: var(--top-bar-background) !important;
}

#btnRefreshGrid {
    /*Basheer on 21-01-2021*/
    background-color: var(--default-btn) !important;
    color: var(--default-btn-hover) !important;
}

.tabForInnerGrid {
    font-size: 11px;
}

.dx-icon-myInfoIcon {
    background-image: url(Images/info_icon.png);
}

.btnFor {
    border: 1px solid #dfdfdf;
    font-size: 12px;
    margin-right: 2px;
    margin-left: 2px;
    font-weight: 900;
}

.btnFor1 {
    border: 1px solid #dfdfdf;
    font-size: 12px;
    font-weight: 900;
}

.firstSection {
    height: 40px;
    padding-left: 5px;
}

.feedbackRow {
    padding-left: 5px;
    white-space: pre;
    padding-bottom: 3px;
}

.feedbackRowHeader {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 42px;
}

.tableReaction {
    width: 100%;
    margin-top: 10px;
    border-spacing: 7px;
    border-collapse: separate;
}

.tableReactionRow {
    width: 100px;
    height: 30px;
    border-radius: 5px;
}

.placementHeader {
    padding-top: 12px;
    background-color: #31865c;
    color: white;
    height: 40px;
    padding-left: 4px;
}

.placementBody {
    width: 100%;
    padding-top: 17px;
    padding-left: 4px;
}

#gridContainer .dx-datagrid-search-panel {
    margin-left: 0px !important;
}


#gridContainer .dx-toolbar-center {
    margin-left: 260px !important;
}

#innerGridTabAllTab {
    background-color: #0F5253;
}

#gridCompanyContainer .dx-datagrid-search-panel {
    margin-left: 0px !important;
}


#gridCompanyContainer .dx-toolbar-center {
    margin-left: 260px !important;
}

.dx-icon-myInfoIconForMasterGrid {
    background-image: url(Images/info_icon.png);
    background-repeat: no-repeat;
}

.pat {
    background-image: url(Images/iconflat.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
}

    .pat:nth-of-type(1) {
        margin-left: 3px;
        padding-left: 31px;
    }

.pat-noexpand::before {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pat-noexpand::before {
    content: "\F02FC";
}

.pat-noexpand {
    /*background-image: url(Images/iconflat.png);*/
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 18px 18px;
    font: 18px/18px DXIcons;
    height: 18px;
}

    .pat-noexpand:nth-of-type(1) {
        /*padding-left: 20px;*/
        margin-right: 10px;
        font-size: 14px;
        color: var(--info-icon);
    }

#gridContainer .dx-datagrid-group-closed {
    text-align: end !important;
}

#gridContainer .dx-datagrid-group-opened {
    text-align: end !important;
}

.noPat {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

.selectdiv {
    position: relative;
    /*float: left;
    min-width: 200px;
    margin: 50px 33%;*/
}

.optionStarColor {
    color: #FFD119
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 11px/1 FontAwesome;
    color: #777575;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

/*.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #FFD119;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}*/

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 255px;
    height: 36px;
    float: left;
    margin: 5px 0px;
    /* padding: 0px 50px; */
    padding-left: 8px;
    font-size: 16px;
    line-height: 1.75;
    color: #FFD119;
    /*background-color: #ffffff;*/
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: 6px;
    width: 354px;
    /*border: 1px solid #b9b9b9;*/
}

.gridContainerExternal {
    width: 100% !important;
}

.gridContainerExternal {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px !important;
}

.gridContainerExternal {
    height: 79.4vh;
}

.gridContainerExternalApplied {
    width: 100% !important;
}

.gridContainerExternalApplied {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px !important;
}

.gridContainerExternalApplied {
    height: 79.4vh;
}

.CompareResume {
    width: 100% !important;
}

.CompareResume {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px !important;
}

.externalGridFOntStyle {
    font-size: 11px !important;
}

.shortlistRegSection {
    width: 100% !important;
    color: white;
    height: 40px;
}

.shortlistRegSectionRow {
    background-color: #31865c !important;
    color: white;
}

.shortlistDateAndUserTd {
    padding: 10px 0px 10px 5px;
}

.shortlistSecondtable {
    padding-left: 5px;
    padding-top: 5px;
}

.shortlistFirsttable {
    padding-left: 5px;
    padding-top: 10px;
}

.shortlistThirdtable {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.contentMakingLeft {
    padding-left: 3px;
}

.OuterDivAreaForInnerGrid {
    width: 100%;
    background-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
}

.InnerCandidateGridFirstTable {
    width: 100%;
    padding-left: 7px;
}

#GridViewInnerCandidateGrid .dx-datagrid-rowsview .dx-row {
    border-bottom: 2px solid #0f3053 !important;
}

#VacancyGridViewInnerCandidateGrid .dx-datagrid-rowsview .dx-row {
    border-bottom: 2px solid #0f3053 !important;
}

.applicantMessgae {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.lastActivityStyle {
    cursor: pointer;
    color: black;
}

/*POPUP FOR LAST ACTION POPUP*/
.lastActRow {
    border-bottom: 1px solid #b6b6b6;
    padding-top: 20px;
    padding-bottom: 13px;
    font-size: 14px;
}
/*END*/

.mainDescApp {
    border: 1px solid #cacaca;
    border-radius: 4px;
    height: 207px;
    padding: 5px;
    overflow: scroll;
}

/*.pat {
    background-image: url(Images/iconflat.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
}

    .pat:nth-of-type(1) {
        margin-left: 3px;
        padding-left: 31px;
    }*/

#gridCompanyContainer .dx-datagrid-group-closed {
    text-align: end !important;
}

#gridCompanyContainer .dx-datagrid-group-opened {
    text-align: end !important;
}

/*.noPat {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}*/

#btnThirdTabRefreshGrid {
    /*  background-color: #366735 !important;
    color: white !important;*/
}

#btnSecondTabRefreshGrid {
    /*background-color: #366735 !important;*/
    /*color: white !important;*/
}

#btnFirstTabRefreshGrid {
    /*background-color: #366735 !important; 22-01-2020
    color: white !important;*/
    background-color: var(--default-btn) !important;
    color: var(--color) !important;
}


#companyInnerGridCommercialAction .dx-datagrid-rowsview .dx-row {
    border-bottom: 2px solid #0f3053 !important;
}

.disableColorForAnchor {
    color: black;
}
/*#companyInnerGridKoppeling
{
    height:400px !important;
}
#companyInnerGridCommercialAction {
    height: 400px !important;
}*/

.tableReactionCompany {
    width: 100%;
    margin-top: 10px;
    border-spacing: 7px;
    border-collapse: separate;
    padding-top: 0px;
}


#companyInnerGridVacancy .dx-datagrid-content .dx-datagrid-table .dx-row > td:first-child, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td:first-child {
    text-align: left !important;
}

.feedbackRowInterview {
    padding-left: 5px;
    white-space: pre;
    padding-bottom: 3px;
}

.feedbackRowInterviewFirst {
    padding-top: 22px;
}

.feedbackRowResumeFirst {
    padding-top: 8px;
}


/*POPUP REG*/
.RegistrationnautificationpopupDiv {
    position: relative;
    width: 374px;
    background: #fdfdfd;
    top: 49px;
    right: 0px;
    box-shadow: 0px 1px 3px 1px #c2c2c2;
    z-index: 1000;
}

.RegistrationnautificationpopupSecondDiv {
    background-color: #13284a;
    font-size: 13px;
    color: #fff;
    padding: 8px 8px;
    display: flex;
    justify-content: space-between;
}

.RegistrationnautificationpopupFirstSpan {
    font-size: 18px;
    font-weight: 700;
}

.closeReg {
    width: 17px;
    margin-top: 9px;
    cursor: pointer !important;
}

.RegistrationnautificationpopupSecondRow {
    font-size: 14px;
    color: #7f7f7f;
    padding: 10px 10px 33px;
    position: relative;
}

.RegistrationnautificationpopupSecondSpan {
    position: absolute;
    right: 9px;
    bottom: 10px;
}

.regSettings {
    width: 16px;
    cursor: pointer !important;
}

.regImage {
    width: 34px;
    margin-right: 5px;
}

.RegistrationnautificationpopupDivDup {
    position: fixed;
    width: 374px;
    background: #fdfdfd;
    top: 107px;
    right: 0px;
    box-shadow: 0px 1px 3px 1px #c2c2c2;
    z-index: 1000;
}
/*POPUP REG END*/


.RegistrationnautificationpopupDiv1 {
    position: absolute;
    width: 374px;
    top: 160px;
    right: 0px;
    z-index: 1000;
}
/*22-01-2021*/
.dxgvHeader_Office2010Silver1 {
    background: #FAFAFA !important;
    /*background: #ededed !important;*/
}

.dxgvGroupPanel_Office2010Silver1 {
    background: #FAFAFA !important;
    /*background: #ededed !important;*/
}

table#taskModuleDashboardGrid .dxgvCSD {
    height: 780px !important;
}

.candidateRightsideOrdering.ui-sortable {
    display: flex;
    flex-direction: column;
}

.voipcall-popup {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 128px;
}

.custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
}

.custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #cccccc;
    /*border-color: #394a6d;*/
    border-radius: 6px;
}

.custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1px;
    font-size: 15px;
    font-weight: 100;
    color: var(--color);
    height: 35px;
    line-height: 4px;
    /* background: #ffffff; */
    cursor: pointer;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 4px;
}


.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #cccccc;
    border-top: 0;
    background: var(--drop-bg);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 1px 0 2px;
    font-size: 14px;
    font-weight: 100;
    color: var(--color);
    line-height: 46px;
    cursor: pointer;
    transition: all 0.5s;
}

    .custom-option:hover {
        cursor: pointer;
        background-color: #b2b2b2;
    }

    .custom-option.selected {
        /*color: #ffffff;*/
        /*background-color: #305c91;*/
    }

.arrow {
    position: relative;
    height: 9px;
    width: 9px;
}

    .arrow::before, .arrow::after {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 0.15rem;
        height: 100%;
        transition: all 0.5s;
    }

    .arrow::before {
        left: -1px;
        transform: rotate(45deg);
        background-color: #555555;
    }

    .arrow::after {
        left: 5px;
        transform: rotate(-45deg);
        background-color: #555555;
    }

.open .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
}

.open .arrow::after {
    left: 5px;
    transform: rotate(45deg);
}


.Task-Colleague.dx-treeview-item-with-checkbox.dx-checkbox {
    top: 5px;
    left: 0 !important;
}

.Task-Colleague.dx-treeview-node-container {
    min-width: 100px;
}

.Task-Colleague.dx-widget.dx-collection.dx-treeview {
    min-width: 180px;
}

.Task-Colleague.dx-checkbox.dx-widget {
    left: 0 !important;
}

.Task-Colleague.dx-treeview-item-with-checkbox .dx-treeview-item {
    padding-left: 14px !important;
}

.icon-taskcolleague {
    position: absolute;
    right: 22px;
    bottom: 12px;
    z-index: 10;
    font-size: 15px;
    font-weight: bold;
}

.Task-Colleague .dx-dropdowneditor-icon {
    opacity: 0 !important;
}

#pendRegandAppCumulioDashboard > iframe {
    width: 100% !important;
}

#futurePlanningCumulioDashboard > iframe {
    width: 100% !important;
}

.regAndApp tr.dx-header-row td {
    /* background-color: var(--table-header) !important;
    color: var(--color) !important;*/
}

.custom-select-dropdown-task {
    padding: 6px 0 6px 3px !important;
}


#gridVacacnyContainer {
}

    #gridVacacnyContainer .dx-datagrid-search-panel {
        margin-left: 0px !important;
    }


    #gridVacacnyContainer .dx-toolbar-center {
        margin-left: 260px !important;
    }

    #gridVacacnyContainer .dx-datagrid-header-panel {
        margin-top: 15px;
    }


.addPopupVacancyButtonStyle {
    padding: 2px 6px 2px 6px !important;
    font-size: 12px !important;
}

.addpopupDivider {
    padding-top: 10px;
    border: 1px solid #efefef;
}

.addpopupFontSize {
    font-size: 12px !important;
}

.noPatVacGrid {
    display: inline-block;
    margin-right: 3px;
    margin-left: 2px;
}

.patVacGrid {
    background-image: url(Images/iconflat.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
}

    .patVacGrid:nth-of-type(1) {
        margin-left: 3px;
        padding-left: 31px;
    }


.gridContainerChild .FeedbackDetailsTable tbody {
    background-color: transparent !important;
}


/*sps*/

.custom-modal .row {
    /*padding-top: 15px !important;*/
}

.bs-small-font {
    font-size: 11px !important;
    font-weight: 100 !important;
}

.bs-medium-font {
    font-size: 14px !important
}

.select-box-center > .dx-select-checkbox {
    text-align: center !important;
}

.center-text {
    text-align: center !important;
}

.dragDropDiv .dx-fileuploader-input-wrapper .dx-button {
    float: none !important;
}

@media (max-width: 768px) {
    .clear-div {
        clear: both !important;
    }
}

.clear-div-all {
    clear: both !important;
}

.bs-popup-secondary-btn {
    background-color: var(--secondary-devbtn-bg) !important;
    color: var(--secondary-devbtn-color) !important;
}

    .bs-popup-secondary-btn:hover {
        background-color: var(--secondary-devbtn-bg-hover) !important;
    }

.btn-secondary {
    background-color: var(--secondary-devbtn-bg) !important;
    color: var(--secondary-devbtn-color) !important;
}

    .btn-secondary:hover {
        background-color: var(--secondary-devbtn-bg-hover) !important;
    }
/*nxtbit_biya*/
.chip {
    padding: 0 12px;
    background-color: white;
    border-radius: 100px;
    display: inline-flex;
    margin-left: 0px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, .87);
    align-items: center;
    height: 32px;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #d5d1d1;
    background: white;
}

    .chip .icon--leadind {
        margin: 0px 4px 0 -4px;
    }

    .chip .icon {
        font-size: 16px;
        color: rgba(0, 0, 0, .54);
        width: 20px;
        text-align: center;
    }

    .chip .icon--trailing {
        margin: 2px -4px 0 4px;
    }

    .chip .icon {
        font-size: 16px;
        color: rgba(0, 0, 0, .54);
        width: 20px;
        text-align: center;
    }

.m-0 {
    margin: 0;
}

.mr-5px {
    margin-right: 5px;
}

.ml-5px {
    margin-left: 5px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.text-box-check-box {
    display: flex;
    align-items: center;
}

    .text-box-check-box input {
        flex: 1;
        margin-right: 5px;
    }

.hr-line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.candidate-details-row .form-group label {
    font-weight: 400;
    font-size: 12px;
}

.c-check-box span {
    margin-top: 3px;
    display: inline-block;
}

.add-ico span {
    font-size: 32px;
    color: #53a116;
}

.pl-5px {
    padding-left: 5px;
}

.pr-5px {
    padding-right: 5px;
}

.emp-edit-bs-tab {
    width: 100% !important;
    display: flex !important;
}

    .emp-edit-bs-tab span {
        flex: 1 !important;
    }

    .emp-edit-bs-tab i {
        margin-left: auto !important;
        margin-right: 0 !important;
        margin-left: 10px !important;
    }

.bs-action-icons {
    margin-top: 5px;
    font-size: 15px;
}

.bs-search-icon {
    font-size: 13px !important;
    right: 6px !important;
    top: 6px !important;
}

.normal-font {
    font-weight: normal;
}

.m-0 {
    margin: 0;
}

.mr-5px {
    margin-right: 5px;
}

.ml-5px {
    margin-left: 5px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.text-box-check-box {
    display: flex;
    align-items: center;
}

    .text-box-check-box input {
        flex: 1;
        margin-right: 5px;
    }

.hr-line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.candidate-details-row .form-group label {
    font-weight: 400;
    font-size: 14px;
}

.c-check-box span {
    margin-top: 3px;
    display: inline-block;
}

.add-ico {
    display: flex;
    align-items: center;
}

    .add-ico label {
        margin-right: 15px;
        font-weight: normal;
        margin-bottom: 0;
    }

    .add-ico span {
        font-size: 32px;
        color: #53a116;
    }

.pl-5px {
    padding-left: 5px;
}

.pr-5px {
    padding-right: 5px;
}

.gender-label {
    padding-left: 0 !important;
    margin-right: 10px;
}

.open-edit-link {
    text-decoration: underline;
    /*color: #000;*/
    /*padding-left: 10px;
    margin-bottom: 5px;*/
    cursor: pointer;
    font-size: 25px;
    color: var(--rightSide-alert-success);
}

    .open-edit-link :hover {
        color: var(--primary-btn-hover-light);
    }

.email-links {
    text-decoration: underline;
}

/*Email Outlook history*/

.mt-15 {
    margin-top: 15px;
}


.rxl-cstm-list .list-group-item {
    background: var(--tab-active);
}

.rxl-cstm-list .list-active {
    background: var(--panel-card);
}

.rxl-cstm-list li {
    border-radius: 0 !important;
}

.text-right {
    text-align: right;
}

.flex-v-center {
    display: flex;
    align-items: center;
}

.p-15 {
    padding: 15px;
}

.flex-1 {
    flex: 1;
}

.mr-15 {
    margin-right: 15px;
}

.f-400 {
    font-weight: 400;
}

.inline-cn-sep {
    display: flex;
    align-items: center;
}

    .inline-cn-sep span {
        padding: 0 10px;
        border-right: solid 1px #c5c5c5;
    }

        .inline-cn-sep span:nth-child(1) {
            padding-left: 0;
        }

        .inline-cn-sep span:nth-last-child(1) {
            margin-right: 0;
            border: 0;
        }

.font-16px {
    font-size: 16px;
}

.ml-auto {
    margin-left: auto;
}

.f-color {
    color: var(--color);
}

.info-icon {
    color: #4a7db1;
}

.att-outer-sec {
    border-top: solid 1px #c5c5c5;
    border-bottom: solid 1px #c5c5c5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 100% !important;
    }

    .new-candidate-modal {
        width: 60%;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }
}

.hidden-div {
    display: none !important;
}

.simple-border {
    border-bottom: solid 1px #c5c5c5 !important;
}
/*Email Outlook history End*/

.mr-0 {
    margin-right: 0 !important;
}

.overflow-x-hide {
    overflow-x: hidden !important;
}

.minimzed-shadow {
    box-shadow: 25px 10px 25px #89bef58c;
}

.minimzed-no-shadow {
    box-shadow: none;
}

.bs-popup-drag-button {
    min-width: auto !important;
    position: absolute;
    bottom: -25px;
    right: -25px;
}

    .bs-popup-drag-button:hover {
        background: none !important;
        cursor: default;
    }

    .bs-popup-drag-button i {
        /*display: none !important;*/
    }

    .bs-popup-drag-button .dx-button-content i {
        position: relative;
        left: -3px;
        top: 6px;
    }

        .bs-popup-drag-button .dx-button-content i::after {
            content: '' !important;
            top: 5px;
            position: absolute !important;
            width: 13px !important;
            height: 2px !important;
            border-radius: 5px;
            left: 8px !important;
            background: grey !important;
            transform: rotate( -45deg ) !important;
        }

        .bs-popup-drag-button .dx-button-content i::before {
            content: '' !important;
            position: absolute !important;
            width: 22px !important;
            height: 2px !important;
            left: 0px !important;
            background: grey !important;
            transform: rotate( -45deg ) !important
        }

.bs-popup-drag-button-no-toolbar .dx-button-content i {
    position: relative !important;
    left: -11px !important;
    top: -1px !important;
}

.bs-popup-drag-button-note .dx-button-content i {
    position: relative !important;
    left: -11px !important;
    top: -1px !important;
}

.bs-popup-drag-assign-owner-button {
    bottom: -25px !important;
    right: -10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.d-flex-v-center {
    display: flex;
    align-items: center;
}

.d-flex-v-h-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr-10 {
    margin-right: 10px !important;
}

.NoClickMe {
    cursor: default !important;
}

.displayblock {
    display: block !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.custom-nav-bt {
    border-bottom: 1px solid #ddd;
    background: var(--table-header);
    border-top: solid 1px #ddd;
}

    .custom-nav-bt > li.active > a, .custom-nav-bt > li.active > a:focus, .custom-nav-bt > li.active > a:hover {
        color: var(--color);
        cursor: default;
        background-color: var(--tab-active);
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        border-top-color: transparent;
    }

    .custom-nav-bt > li > a {
        border-radius: 0;
        color: var(--color);
    }

.mlr-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.d-block {
    display: block;
}

.btn-icon-rx {
    background: #efefef;
    padding: 5px;
    border-color: #adadad;
}

    .btn-icon-rx.active.focus, .btn-icon-rx.active:focus, .btn-icon-rx.focus, .btn-icon-rx:active.focus, .btn-icon-rx:active:focus, .btn-icon-rx:focus {
        border-color: #adadad;
        outline: 0;
    }

.bold-label label {
    font-weight: bold !important;
    font-size: 14px !important;
}

.border-bottom .container-fluid:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.border-gray {
    border: solid 1px #ddd;
}

.min-height-200 {
    min-height: 200px !important;
}

.p-t-b-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.border-top-none {
    border-top: none !important;
}

.width160px {
    width: 160px !important;
}

.center-flex {
    display: flex;
    align-items: center;
}

.w-100 {
    width: 100% !important;
}

.btn-noreaction {
    background-color: #E0A800 !important;
    border-color: #E0A800 !important;
}

.color-black {
    color: #000000;
}

.deleted-resume .icon-disabled {
    color: rgb(206 206 206 / 54%) !important;
}

.deleted-resume .resume-delete-text {
    text-decoration: line-through;
}

.deleted-resume .resume-delete-icon {
    display: none !important;
}

.deleted-resume .resume-undo-icon {
    display: block !important;
}

/*hover-drop-down */
/*.hover-dropdown {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.dropdown-content {
    border-top: solid 1px #cdcdcd;
}

.dropdown-content, .dropdown-child-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    top: 35px;
}

.dropdown-child-content {
    top: 0;
    right: 160px;
}

    .dropdown-content a, .dropdown-child-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover, .dropdown-child-content a:hover {
            background-color: #f1f1f1;
            color: #36a3d8;*/
/*font-weight: 600;*/
/*}

.hover-dropdown:hover .dropdown-content, .hover-dropdown-child:hover .dropdown-child-content {
    display: block;
}

.hover-dropdown ul {
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

    .hover-dropdown ul li {
        list-style: none;
        width: 100%;
        padding: 0px !important;
    }

.hover-dropdown-child {
    position: static !important;
}

.dropdown-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    top: -12px;
    right: 12px;
    z-index: 2;
}

.dropdown-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #b3b3b3;
    top: -13px;
    right: 12px;
    z-index: 1;
}*/
/*hover-drop-down new */
.hover-dropdown, .hover-dropdown-child {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

    .hover-dropdown li {
        padding: 0 !important;
    }

.dropdown-content {
    border-top: solid 1px #cdcdcd;
}

.dropdown-content, .dropdown-child-content {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    top: 35px;
}

.dropdown-child-content {
    top: 0;
    right: 160px;
}

    .dropdown-content a, .dropdown-child-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover, .dropdown-child-content a:hover {
            /* background-color: #f1f1f1;
            color: #36a3d8;
            font-weight: 600;*/
        }

.hover-dropdown:hover .dropdown-content, .hover-dropdown-child:hover .dropdown-child-content {
    display: block;
}

.hover-dropdown ul {
    padding: 0;
    margin-bottom: 0;
}

    .hover-dropdown ul li {
        list-style: none;
        width: 100%;
    }

.dropdown-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ffffff;
    top: -12px;
    right: 12px;
    z-index: 2;
}

.dropdown-content::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #b3b3b3;
    top: -13px;
    right: 12px;
    z-index: 1;
}
/*hover-drop-down end new */
/*hover-drop-down end*/

.dropdown-content-ca {
    z-index: 99999 !important;
}

    .dropdown-content-ca .dropdown-child-content {
        left: 0px !important;
        right: unset !important;
    }

.hover-dropdown-ca .dropdown-content {
    left: 10px !important;
    right: unset !important;
    top: 20px !important;
}

.hover-dropdown-ca ul {
    width: 170px !important;
}

.hover-dropdown-ca-align .dropdown-content {
    left: 0px !important;
    right: unset !important;
    top: 35px !important;
}

.dropdown-content-ca::before {
    left: 12px !important;
    right: unset !important;
    display: none !important;
}

.dropdown-content-ca::after {
    left: 12px !important;
    display: none !important;
    right: unset !important;
}

.dropdown-content-ca .dropdown-child-content {
    top: 0 !important;
    left: 160px !important;
    right: unset !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.font-18px {
    font-size: 18px !important;
}

.color-gray {
    color: #808080;
}

.dx-center-text-button .dx-button-text, .dx-toolbar-button .dx-button-text {
    float: none !important;
}

.m-10 {
    margin: 10px !important;
}

.text-underline {
    text-decoration: underline;
}

.h-15 {
    height: 15px !important;
}

.validError {
    border: red 1px solid !important;
}

.color-red {
    color: red !important;
}

.color-green {
    color: green !important;
}

.move-resize-single {
    margin-right: 12px !important;
    margin-bottom: -5px !important;
}

.dx-resizable-handle-corner-bottom-right {
    bottom: 0;
    height: 15px;
    width: 15px;
}

.blackAddIcon {
    color: var(--color) !important;
}

.ellipsis-dxGrid {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.left-algin-dxgrid {
    text-align: left !important;
}

.font-14px {
    font-size: 14px !important;
}

.zindex-15000 .dx-overlay-content, .zindex-15000 .dx-overlay-wrapper {
    z-index: 15000 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(188 188 188 / 75%) !important;
}

.complete-dx-progressbar .dx-progressbar-range {
    background-color: green;
}

.vl {
    border-right: 1px solid #eee;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.eml-ca-grid-inner {
    text-align: left !important;
}

.displayInline {
    display: inline !important;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 19%;
        float: left;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.project-label-header-width {
    width: 23% !important;
    padding-left: 15px !important;
}

.text-pro {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 15px;
    left: 0;
    font-size: 12px;
}

.adv-search-count-bs {
    background: #fff !important;
    width: 300px !important;
}

.headerCheckBox label {
    display: flex !important;
    align-items: center !important;
    padding-bottom: 10px;
}

.headerCheckBox input[type=checkbox] {
    margin-bottom: 3px !important;
}

.app-tolltip-bs {
    text-align: left;
    padding-left: 10px;
    /*height: 250px !important;*/
}

    .app-tolltip-bs h5 {
        display: flex;
        align-items: center;
        height: 25px;
    }

.hiddenDisplay {
    visibility: hidden;
}

#agendaSchedularMainBSDiv .dx-scheduler-appointment-tooltip-wrapper .dx-popup-content, #agendaSchedularMainBSDiv .dx-scheduler-appointment-tooltip-wrapper .dx-overlay-content {
    max-height: 300px !important;
}

.width-34 {
    width: 34% !important;
}

.width-50 {
    width: 50% !important;
}

.m-t-b-10 {
    margin: 10px 0 !important;
}

.customAppointmentBS {
    border-radius: 10px !important;
}


.search-box-grid {
    width: 250px !important;
}

.right-side-icon-btn .dx-icon {
    float: right;
    padding-left: 10px !important;
}

.p-2 {
    padding: 2px !important;
}

.grid-export-btn .dx-buttongroup-item-content {
    padding: 2px !important;
}

/*.clearBoth col-sm-4:nth-child(3n + 1) {
    clear: both;
}*/
.clearBoth > .col-sm-4 {
    height: 50px;
}

.clearBoth > .col-sm-6 {
    height: 35px;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.no-round-border .list-group-item {
    border-radius: 0 !important;
}

.modal-footer {
    border-top: none;
}

.sign-dropdown li {
    padding: 5px;
}

    .sign-dropdown li div {
        margin-bottom: 0;
        margin-top: 0;
    }

#emailNavTabs {
    border-bottom: 0;
}

.tox .tox-toolbar {
    background: none !important;
}

.tox-tinymce-inline .tox-editor-header {
    border: none !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: none !important;
}

.focus-boxshadow:focus {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.focus-boxshadow-tinymce, .chosen-container-active {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

    .chosen-container-active .chosen-choices {
        border-color: #66afe9 !important;
    }

.custom-select-wrapper .open .focus-boxshadow {
    border-color: #66afe9 !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.left160px {
    left: 160px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-color: var(--chosen-multi-bg);
    color: var(--color);
    background-image: none;
    border: none;
    padding: 6px 20px 6px 5px;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 8px;
    }

.workstatuspopupheight .dx-popup-content {
    padding-bottom: 0;
}

.workstatuspopupheight .dx-popup-bottom {
    padding-top: 0 !important;
}

    .workstatuspopupheight .dx-popup-bottom .dx-toolbar-items-container {
        height: 0 !important;
    }

.bold {
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.maxwidth100Percentage {
    max-width: 100%;
}

.light-span {
    font-weight: 400 !important;
}

.delete-btn-color {
    color: #E26D58 !important;
}

    .delete-btn-color:hover {
        color: #e75237 !important;
    }

.chatImageclass {
    cursor: pointer;
    height: 100px;
    width: 100px;
}

.chatImgPreview {
    height: 200px !important;
    width: 200px !important;
}

#chatHistoryConversationContainerBS::-webkit-scrollbar, #chatHistoryConversationParentBS::-webkit-scrollbar {
    display: none;
}

#chatHistoryConversationContainerBS, #chatHistoryConversationParentBS {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.whatsapp-user-scroll .dx-scrollview-bottom-pocket {
    display: none;
}

.font-11px {
    font-size: 11px !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.dx-popup-draggable .dx-resizable-handle-corner-bottom-right {
    padding: 10px;
}

.task-tile, .task-tile .tiles-panel, .task-tile .tiles-panel label {
    cursor: pointer;
}

.mr-35px {
    margin-right: 35px;
}

.dashboardheadline, .dashboardMailWhatsAppheadline {
    background: var(--panel-card) !important;
}

.dxeButtonEdit_Office2010Silver1, .dxeButtonEdit_Office2010Silver1 .dxeEditArea_Office2010Silver1 {
    background: var(--form-control-bg) !important;
    color: var(--color);
}

input[type="text"].dxeEditArea_Office2010Silver1, input[type="password"].dxeEditArea_Office2010Silver1 {
    background: var(--form-control-bg) !important;
}

.prjHoursSaveBtn {
    background-color: var(--default-btn) !important;
    color: var(--color) !important;
}

    .prjHoursSaveBtn:hover {
        background-color: var(--primary-btn-hover) !important;
    }

.dxbButton_Office2010Silver1 {
    color: var(--color) !important;
    border: 1px solid var(--default-btn) !important;
    background: var(--default-btn) !important;
}

    .dxbButton_Office2010Silver1:hover {
        background: var(--default-btn-hover) !important;
        border: 1px solid var(--default-btn-hover) !important;
        color: #000 !important;
    }


/* hide number arrow Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dashbList > li a img{
    display:none;
}
.dashbList > li a::before {
    content: "\F02FC";
}
.dashbList > li a {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 14px;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dashboard .row1.borderTop{
    border:0;
}
.dashbList > li{
    border:0;
}
.counterBox{
    border:0 !important;
    background: var(--count-box-bg) !important;
    width:100%;
    border-radius:10px;
}
.mail-arrow {
    font-size: 38px;
    color: #5382b3;
}
.whatsapp-arrow {
    font-size: 38px;
    color: #02ad31;
}
.list-sub-head-color {
    background: var(--list-sub-head-bg) !important;
}
.custom-list-group-head {
    background: var(--custom-list-group-head) !important;
}

.rxl-ml-0 {
    margin-left: 0 !important;
}

.taskpopup-font {
    font-weight: 400 !important;
}

.file-format {
    font-size: 12px; /* Adjust for smaller text */
    color: #B0B0B0; /* Light gray color */
}