﻿.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: inherit !important;
}

td:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.page-item.active .page-link {
    z-index: 0 !important;
    /* color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;*/
    background-color: #cfe4ff !important;
/*    border-color: #797777 !important;*/
    color: black !important;
    border:none !important;
}

.btn-group, .btn-group > button, .btn-group > ul, label.checkbox {
    width: 100% !important;
}

.marright5px {
    margin-right: 5px !important;
}

.multiselect {
    border-color: #848688 !important;
    background-color: white !important;
}

.marbot5px {
    margin-bottom: 5px !important;
}

.clsShow {
    display: block !important;
}

.padding0 {
    padding: 0px !important;
}

.paddingright10px {
    padding-right: 10px !important;
}

.paddingleft0px {
    padding-left: 0px !important;
}

.candidatemsgcolor {
    background-color: #dae1e2 !important;
}

.ambassadormsgcolor {
    /*background-color: #d5ffc0 !important;*/
    /*background-color: #08262ac9 !important;
    color: white !important;*/
    background-color: #cfe4ff !important;
    color: black !important;
}

.senderellipses {
    /*    color: white !important;*/
    color: black !important;
}

.shortcodename {
    background: black;
    color: #fff;
    padding: 6px 3px;
    border-radius: 50%;
    font-size: 15px;
}

    .shortcodename > label {
        padding: 5px;
        padding-bottom: 0px;
        padding-top: 10px;
    }

.btnCancelorClose {
    background-color: grey !important;
    box-shadow: none !important;
    border: 1px solid grey !important;
    color: white !important;
}

    .btnCancelorClose:hover {
        background-color: #a2a2a2 !important;
    }

.hoverbold:hover {
    font-weight: 500;
}

.fntwgt500 {
    font-weight: 500 !important;
}

.martop10px {
    margin-top: 10px;
}

.martop20px {
    margin-top: 20px;
}

.marbot20px {
    margin-bottom: 20px;
}

.clsHide {
    display: none !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        transition: .4s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.form-control {
    border: 1px solid #848688 !important;
}

.marbot10px {
    margin-bottom: 10px !important;
}

.colorred {
    color: red;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.clspersonaldetails label, .clscompanydetails label, .clsjobdetails label, .clspersonaldetails label, .clsemploymentdetails label, .clseducationdetails label {
    margin-top: 5px;
    font-size: 14px;
}

.required:after {
    content: " *";
    color: red;
}

button:disabled {
    color: #fff;
    background-color: grey !important;
    border-color: grey !important;
}

body {
    background-color: #f1f1f1 !important;
}

.navbar-container.bg-dark {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: #08262a;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.navbar-container {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px none rgba(8, 38, 42, 0.1);
    background-color: #eeece7;
}

.bg-dark {
    background-color: #08262a;
    color: #fff;
}

.main-container {
    width: 100%;
    max-width: 1392px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 48px;
    padding-left: 48px;
}

.navbar-container {
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px none rgba(8, 38, 42, 0.1);
    background-color: #eeece7;
}

.navbar {
    background-color: transparent;
}

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}

.navbar-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

.navbar-left-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-right-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand {
    padding-left: 0px;
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

a {
    color: #264c51 !important;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.nav-menu {
    margin-left: 36px;
}

.w-nav-menu {
    position: relative;
    float: right;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.navbar-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fa-key, .fa-check {
    /*    color: green !important;*/
    color: #264c51 !important;
}

.fa-pencil, .fa-eye, .fa-undo {
    /*    color: darkgreen !important;*/
    color: #264c51 !important;
}

.fa-trash, .fa-times {
    color: red !important;
}

.fa {
    padding-right: 5px !important;
    outline: 0px !important;
    text-decoration: none !important;
    font-size: 20px !important;
}

table > thead {
    /*    background-color: #c5c5c5 !important;*/
}

table {
    border: 1px solid #d0cece !important;
}

.table th, .table td {
    padding: 0.65rem !important;
    border: 0px solid grey !important;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.martop5px {
    margin-top: 5px !important;
}

.fontwgt500 {
    font-weight: 500 !important;
}

.paddingleft10px {
    padding-left: 10px !important;
}

.paddingtop10px {
    padding-top: 10px !important;
}

.fntsz15px {
    font-size: 15px !important;
}

.fntsz12px {
    font-size: 12px !important;
}
/*Checkbox styles start*/
.chkcontainer {
    /*        display: block;*/
    position: relative;
    /*        padding-left: 35px;*/
    /*        margin-bottom: 12px;*/
    padding-top: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    /*  position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #c1c0c0;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fdfdfd;
    /* border-color: black !important; */
    border: 1px solid #848688;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
    /*    background-color: #c1c0c0;*/
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
    /*    background-color: #6f7173;*/
    background-color: white;
}
/* When the checkbox is checked, add a blue background */
input:checked ~ .checkmark {
    background-color: #6f7173;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    /*    border: solid white;*/
    /*    border-width: 0 3px 3px 0;*/
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*Checkbox styles end*/
.disabled {
    color: grey !important;
}

input[type="file"] {
    overflow: hidden;
}

button.multiselect-clear-filter {
    display: none;
}

li.multiselect-filter > .input-group {
    width: auto !important;
}

ul.multiselect-container > li > a > label {
    line-height: initial !important;
    display: flex;
    align-items: baseline;
}

    ul.multiselect-container > li > a > label > input[type=checkbox] {
        margin-right: 5px !important;
    }

ul.multiselect-container > li > a {
    text-decoration: none !important;
}

.keyfields:hover {
    text-decoration: underline !important;
}

.keyfields {
    color: #007bff !important;
}

.colorred {
    color: #fe0000 !important;
}

.colorgreen {
    color: green !important;
}

.fontsize15px {
    font-size: 15px !important;
}

.fontsize23px {
    font-size: 23px !important;
}

.candidatenametextdecor {
    color: #066c1d !important;
    text-decoration: underline !important;
}

    .candidatenametextdecor > a:hover, .candidatenametextdecor > a {
        color: #007bff !important;
        text-decoration: none !important;
    }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    right: 0.15em !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 0.15em !important;
}

.sendercolor {
    /*        background-color: #ceeaf3 !important;*/
    /*    background-color: #b6eb9b !important;*/
    background-color: lightgrey !important;
}

.borderradius {
    border-radius: 15px;
}

.bordertopleftradius {
    border-top-left-radius: 0px !important;
}

.bordertoprightradius {
    border-top-right-radius: 0px !important;
}

.borderred {
    border: 1px solid red !important;
}

.multiselect-selected-text {
    white-space: nowrap;
    max-width: 30ch;
    text-overflow: ellipsis;
    display: inline-flex;
    overflow: hidden;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.3rem 0.5rem !important;
}

.lblnavigators > .fa {
    font-size: 15px !important;
}

.clsindustries > span > div > button.dropdown-toggle::after {
    display: none !important;
}

.clsindustries > span > div > button {
    background-color: white !important;
    color: black !important;
    text-align: left !important;
    border-color: #242424 !important;
}

.divnavigators > a.disabled {
    /*    color: white !important;*/
    color: black !important;
}

.largemdcontent {
    max-width: 1000px !important
}

.largemdbody {
    max-height: 480px !important;
}

.modal {
    z-index: 10000 !important;
}

.select2-container--open {
    z-index: 9999999
}

.countrycodestyle {
    padding: 0px;
    padding-right: 2px;
    width: 32%;
}

.clsMsgautowidth {
    min-width: 400px !important;
    max-width: fit-content !important;
    /*    display: inline-flex;*/
    /*    flex: none;*/
    /*    width: auto;*/
}

.btnskybluebutton, .btn-success {
    background-color: #cfe4ff !important;
    border-color: #797777 !important;
    color: black !important;
}
    .btnskybluebutton:hover, .btn-success:hover {
        background-color: #e4f0ff !important;
        border-color: #797777 !important;
        color: black !important;
    }

.btn-success:focus {
    background-color: #cfe4ff !important;
    border-color: #797777 !important;
    color: black !important;
    box-shadow: none !important;
}

.btndefault {
    background-color: white !important;
    color: black !important;
    border: 1px solid #727070 !important;
}

.ancviewmenu {
    background-color: #cfe4ff !important;
    /*        border-color: #797777 !important;*/
    color: black !important;
}

    .ancviewmenu:hover {
        background-color: #cfe4ff !important;
        /*        border-color: #797777 !important;*/
        color: black !important;
    }
.dropdown-item.active, .dropdown-item:active{
    background-color:none !important;
}
.dxgv {
    /*    word-break: break-all;*/
    /*    text-wrap: wrap;*/
    border-bottom: 0px Solid #c0c0c0 !important;
    border-right: 0px Solid #c0c0c0 !important;
}
.dxeBase_Metropolis {
/*    word-break: break-all;*/
/*    text-wrap: wrap;*/
}
.helpbadge {
    background-color: #dc3545;
}