html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    /*background: #f4f7fc;*/
    background: #EAEFF7;
    color: #100D33;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Gotham', sans-serif;
}

@font-face {
    font-family: 'GothamSSm';
    src: url('../fonts/GothamSSm-Medium.woff2') format('woff2'), url('../fonts/GothamSSm-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.woff') format('woff'), url('../fonts/Gotham-Book.ttf') format('truetype'), url('../fonts/sGotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}


@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gotham SSm Book';
    src: url('../fonts/GothamSSm-Book.woff2') format('woff2'),
        url('../fonts/GothamSSm-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamSSm-Book';
    src: url('../fonts/GothamSSm-Book.woff2') format('woff2'),
        url('../fonts/GothamSSm-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.full-width {
    float: left;
    width: 100% !important;
    position: relative;
}

.form-group {
    margin-bottom: 24px;
}

img {
    max-width: 100%;
}

.form-control {
    font-size: 16px;
    padding: 11px 11px;
    color: #100D33;
    border: 1px solid #dddee4
}

.form-control:focus {
    color: #100D33;
}

.btn {
    padding: 10px 18px;
    min-width: 119px;
}

.border-radius {
    border-radius: 5px;
}

.box-shadow {
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
}

.box-shadow-l:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    content: '';
    background: url('../images/box-sh-img.jpg') center top;
}

.btn-primary {
    background: #0028ff;
    border-color: #0016dd;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0);
}

.btn-primary:hover {
    background: #0000c8;
    background: -moz-linear-gradient(top, #0000c8 0%, #0028ff 100%);
    background: -webkit-linear-gradient(top, #0000c8 0%, #0028ff 100%);
    background: linear-gradient(to bottom, #0000c8 0%, #0028ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000c8', endColorstr='#0028ff', GradientType=0);
}

.btn-secondary {
    border-color: #d4dadf;
    color: #100d33;
    background: #fff;
}

.login-bg {
    background: url('../images/login-bg2.png') center no-repeat !important;
    background-size: cover !important;
}

.login-bg-layer {
    /*background-color: rgba(0, 0, 139, 0.34);*/
    float: left;
    width: 100%;
    height: 100%;
}

.login-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: -30px auto 0 auto;
    right: 0px;
    width: 396px;
}

.login-logo {
    float: left;
    width: 100%;
    text-align: center;
    margin: -40px auto 20px;
}
.login-logo img{
    max-width: 257px;
}
.login-form {
    float: left;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 60px 40px 40px 40px;
    box-shadow: 3px 3px 28px #100D33;
}

.login-footer {
    position: absolute;
    list-style: none;
    margin: 0px;
    padding: 0px;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.login-footer li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 0 22px;
    border-right: 1px solid #888aab;
    font-size: 14px;
    color: #9c9fbb;
}

.login-footer li:last-child {
    border: none;
}

.login-footer li a {
    display: block;
    color: #9c9fbb;
}

.login-footer li a.active {
    color: #fff !important;
}

.forgot-main {
    margin-bottom: 50px;
}

.forgot-main a {
    float: left;
    width: auto;
    color: #828594;
    font-size: 13px;
}

.register-box {
    max-width: 700px;
    margin: 50px auto;
}

.header-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-top {
    height: 56px;
    padding-left: 22px;
    background: rgb(13,11,152);
    background: linear-gradient(172deg, rgba(13,11,152,1) 0%, rgba(16,13,65,1) 29%);
    /* background: linear-gradient(350deg, rgba(13,11,152,1) 0%,  rgba(16,13,65,1) 25%); */
    /* -webkit-box-shadow: 0px 7px 5px 0px rgba(5, 5, 21, 1);
    -moz-box-shadow: 0px 7px 5px 0px rgba(5, 5, 21, 1);
    box-shadow: 0px 7px 5px 0px rgba(5, 5, 21, 1);*/
}

.header-secondary {
    height: 58px;
    background: #100d33;
}

.logo-main {
    float: left;
    width: 126px;
}

.logo-main img {
    height: 56px;
}

.login-error {
    float: left;
    width: 100%;
    margin-top: -5px;
    font-size: 13px;
    background: rgba(255, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    padding: 10px 20px 5px 15px;
    border-radius: 6px;
    animation: shake 0.5s ;
    /*backface-visibility: hidden;*/
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0,-1px, 0);
    }
    20%, 80% {
        transform: translate3d(0,2px, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(0,-4px, 0);
    }
    40%, 60% {
        transform: translate3d(0,4px, 0);
    }
}
.login-error img {
    width: 16px;
    margin: -1px 2px 0 0;
}

.header-error {
    float: left;
    width: 100%;
    margin-top: -5px;
    font-size: 13px;
    background: rgba(255, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    padding: 10px 20px 5px 15px;
    border-radius: 6px;
}

.header-error img {
    width: 16px;
    margin: -1px 2px 0 0;
}

.search-box {
    float: right;
    width: 346px;
    margin: 11px 20px 0 0
}

.search-box .input-group-text {
    background: transparent;
    border-color: #292f79 !important;
}

.search-box .form-control {
    background: transparent;
    height: 36px;
    font-size: 14px;
    border-color: #292f79 !important;
}

.search-box .input-group-text img {
    width: 16px;
}

.search-box .form-control::-webkit-input-placeholder {
    color: #fff;
}

.search-box .form-control::-moz-placeholder {
    color: #fff;
}

.search-box .form-control:-ms-input-placeholder {
    color: #fff;
}

.search-box .form-control:-moz-placeholder {
    color: #fff;
}

.secondary-nav {
    float: left;
    width: auto;
    list-style: none;
    padding: 0 0 0 20px;
    margin: 18px 0 0 0;
}

.secondary-nav li {
    float: left;
    border-right: 1px solid #272d6c
}

.secondary-nav li:last-child {
    border-right: 0px;
}

.secondary-nav li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 0 14px;
}

.secondary-nav li a.greyed-out {
    color: #878AB1 !important;
}

@media (max-width: 1360px) {
    .secondary-nav li a {
        padding: 0 8px;
    }
}

.secondary-right {
    float: right;
    width: auto;
    padding: 20px 23px 0 0
}

.weather-section {
    float: left;
    width: auto;
    border-right: 1px solid #272d6c;
    padding: 1px 0 0 0;
    font-size: 14px;
    color: #fff;
    height: 21px;
}

.weather-section img {
    vertical-align: top;
    margin: -6px 9px 0 5px;
    height: 31px;
}

.top-chat {
    float: left;
    width: 46px;
    border-right: 1px solid #272d6c;
    text-align: center;
}

.top-chat img {
    width: 19px;
    margin-top: -3px;
}

.top-chat img:hover {
    opacity: 0.7;
}

.top-notification {
    float: left;
    width: 50px;
    border-right: 1px solid #272d6c;
    text-align: center;
}

.top-notification-box {
    float: left;
    width: 100%;
    position: relative;
}

.top-notification-box:hover {
    opacity: 0.7;
}

.top-notification-box img {
    width: 19px;
    margin: -3px 0 0 3px;
}

.top-notification-box i {
    position: absolute;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 18px;
    border: 2px solid #14104e;
    border-radius: 12px;
    background: #ff0000;
    font-size: 11px;
    color: #fff;
    font-style: normal;
    right: 1px;
    top: -11px;
}

.top-user-section {
    float: left;
    width: auto;
    padding-left: 15px;
    height: 37px;
    text-align: right;
    position: relative;
}

.top-user-box span {
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -18px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.top-user {
    display: inline-block;
    width: 56px;
    vertical-align: middle;
    margin: -20px 0 0 9px;
    height: 56px;
    border-radius: 30px;
    background-color: #F0F3FF;
    background-size: cover;
    background-position: center;
}

.top-user-box a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.top-user-section:hover .user-dropdown {
    display: block;
}

.head-project {
    float: left;
    width: 155px;
    padding: 1px 0 0 35px;
    position: relative;
    font-size: 14px;
    border-right: 1px solid #878AB1;
    color: #fff;
}

.head-project:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 1px;
    width: 14px;
    height: 19px;
    background: url('../images/location-icon.svg') left no-repeat;
    background-size: 14px;
}

.head-project:after {
    content: '';
    position: absolute;
    right: 13px;
    top: 1px;
    width: 14px;
    height: 19px;
    background: url('../images/down-arrow.svg') left no-repeat;
    background-size: 14px;
}

.user-dropdown {
    position: absolute;
    text-align: left;
    display: none;
    right: 0;
    top: 36px;
    width: 280px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 3px 45px rgba(12, 12, 43, 0.38);
}

.user-dropdown ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.user-dropdown ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f7f8f9;
}

.user-dropdown ul li a img {
    width: 20px;
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 10px 0 0;
}

.user-dropdown ul li:last-child {
    border-bottom: none;
}

.user-dropdown ul li a {
    display: block;
    text-decoration: none !important;
    padding: 10px 15px;
    font-size: 15px;
    color: #100D33;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.user-dropdown ul li a span {
    display: block;
    color: #9d9fab;
    font-size: 13px;
    padding-left: 30px;
}

.user-dropdown ul li a:hover {
    background: #f8f8ff; /* old f7f8f9 */
}

.user-full-detail {
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #f7f8f9;
}

.user-full-detail:hover {
    background: #f8f8ff; /* old f7f8f9 */
}

.top-user-img {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    background-color: #F0F3FF;
    background-size: cover;
    background-position: center;
}

.top-user-full {
    float: left;
    width: 185px;
    padding: 4px 0 0 10px
}

.top-user-full a {
    display: block;
    color: #9d9fab;
    font-size: 13px;
    line-height: 1;
}

.top-user-full a:hover {
    text-decoration: none;
    color: #100D33;
}

.head-search {
    float: left;
    width: 45px;
    border-right: 1px solid #272d6c;
    height: 21px;
}

.head-search i {
    display: block;
    background: url('../images/head-search.svg') center no-repeat;
    height: 19px;
    background-size: 19px;
}

.sliderBar {
    position: fixed;
    width: 250px;
    z-index: 8;
    left: 0;
    top: 114px;
    height: 100%;
    background: #fff;
}

.sliderBar-box {
    height: 100%;
}

.sliderBar-box .slimScrollBar {
    right: 2px !important
}

.sliderBar-nav {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 20px 0px 0 0;
    list-style: none;
}

.sliderBar-nav li {
    float: left;
    width: 100%;
    margin: 5px 0;
    position: relative;
}
.menu-red-dot::after{
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FF0000;
    position: absolute;
    right: 17px;
    top: calc(50% - 5px);
}
.sliderBar-nav li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    padding: 9px 15px 9px 58px;
    font-size: 15px;
    color: #100D33;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
}

.sa-main .sliderBar-nav li a {
    border: none;
}

.sliderBar-nav li.active>a {
    border-color: #0000FF;
    color: #0000FF
}

.sa-main .sliderBar-nav li.active > a{
    background-color: #f8f8ff;
}
.sliderBar-nav li .sub-menu a.active::before, .sa-main .sliderBar-nav li.active > a::before{
    content: "";
    width: 2.6px;
    height: 100%;
    background-color: #0000FF;
    position: absolute;
    left: 0;
    top: 0;
}
.sliderBar-nav li .sub-menu a.active {
    color: #0000FF;
    background-color: #f8f8ff;
}
.sa-main .sliderBar-nav li a:hover {
    background-color: #f8f8ff;
}
.desh a {
    background: url('../images/house.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.desh.active a {
    background: url('../images/house-hover.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.sliderBar-nav li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.sliderBar-nav li.active a:hover {
    opacity: 1;
}


.sliderBar-nav li .sub-menu a {
    padding: 9px 7px 9px 59px;
    font-size: 14px;
}

.sliderBar-nav li .sub-menu a {
    background: none;
}

.mng-profile a {
    background: url('../images/manage-profile.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.mng-profile.active a {
    background: url('../images/manage-profile-hover.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.mng-user>a {
    background: url('../images/manage-users.svg') no-repeat;
    background-position: 13px center;
    background-size: 27px;
}

.mng-user.active>a {
    background: url('../images/manage-users-hover-1.svg') no-repeat #f8f8ff;
    background-position: 13px center;
    background-size: 27px;
}

.mine-site a {
    background: url('../images/manage-sites.svg') no-repeat;
    background-position: 13px center;
    background-size: 25px;
}

.mine-site.active a {
    background: url('../images/manage-sites-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 24px;
}

.user-fd a {
    background: url('../images/feedback-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.user-fd.active a {
    background: url('../images/feedback-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 24px;
}

.help-sup a {
    background: url('../images/edit-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.help-sup.active a {
    background: url('../images/edit-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 24px;
}

.analy-menue a {
    background: url('../images/analytics-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 24px;
}

.analy-menue.active a {
    background: url('../images/analytics-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 24px;
}

.mng-inductions a {
    background: url('../images/Manage-inductions.svg') no-repeat;
    background-position: 15px center;
    background-size: 28px;
}

.mng-inductions.active a {
    background: url('../images/Manage-inductions-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 28px;
}

.projects-menu a {
    background: url('../images/Project-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 23px;
}

.projects-menu.active a {
    background: url('../images/Project-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 23px;
}

.user-menu a {
    background: url('../images/user-icon1.svg') no-repeat;
    background-position: 15px center;
    background-size: 23px;
}

.user-menu.active a {
    background: url('../images/user-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 23px;
}

.inductions-menu a {
    background: url('../images/Inductions-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 23px;
}

.inductions-menu.active a {
    background: url('../images/Inductions-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 23px;
}

.tasks-menu a {
    background: url('../images/task-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 22px;
}

.tasks-menu.active a {
    background: url('../images/task-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 22px;
}

.contractors-menu a {
    background: url('../images/contractors-icon1.svg') no-repeat;
    background-position: 15px center;
    background-size: 23px;
}

.contractors-menu.active a {
    background: url('../images/contractors-icon1-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 23px;
}

.notifications-menu a {
    background: url('../images/notificatons-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 21px;
}

.notifications-menu.active a {
    background: url('../images/notificatons-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 21px;
}

.announcements-menu a {
    background: url('../images/announcements-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 22px;
}

.announcements-menu.active a {
    background: url('../images/announcements-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 22px;
}

.matrix-menu a {
    background: url('../images/matrix-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 23px;
}

.matrix-menu-quick a {
    background: url('../images/matric-quick-icon.png') no-repeat;
    background-position: 15px center;
    background-size: 23px;
}

.matrix-menu.active a {
    background: url('../images/matrix-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 23px;
}

.Hazards-menu a {
    background: url('../images/hazards-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 22px;
}

.Hazards-menu.active a {
    background: url('../images/hazards-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 22px;
}

.Messaging-menu a {
    background: url('../images/messaging-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 22px;
}

.Messaging-menu.active a {
    background: url('../images/messaging-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 22px;
}

.Certifications-menu a {
    background: url('../images/certification-icon.svg') no-repeat;
    background-position: 15px center;
    background-size: 22px;
}

.Certifications-menu.active a {
    background: url('../images/certification-icon-hover.svg') no-repeat #f8f8ff;
    background-position: 15px center;
    background-size: 22px;
}
.contener-main {
    float: left;
    width: 100%;
    position: relative;
    /*min-height: 100vh;*/
    padding: 134px 30px 30px 289px
}

.title-text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.title-text h2 {
    font-size: 18px;
    color: #100D33;
    display: inline-block;
    vertical-align: middle;
}

.sliderBar-nav li .sub-menu a {
    color: #0000FF;
}

.search-from {
    padding: 23px 23px 4px 23px;
    border-radius: 5px;
}

.search-from h3 {
    font-size: 16px;
    color: #100D33;
    font-weight: normal;
    margin-bottom: 17px;
}

.form-control {
    border: 1px solid #dadee2;
    padding: 9px 13px;
    font-size: 14px;
}

.input-group-text {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.input-group-text img {
    max-width: 18px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn-light {
    color: #100D33;
    min-width: 100%;
    font-size: 14px;
    border: 1px solid #dddee4;
    padding: 9px 13px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.bootstrap-select .dropdown-toggle::after {
    border-right: .4em solid transparent;
    border-top: .4em solid #636677;
    border-left: .4em solid transparent;
}

.bootstrap-select.dropup .dropdown-toggle::after {
    border-top: 0px;
    border-bottom: .4em solid #636677;
}

.bootstrap-select .dropdown-item {
    font-size: 14px;
    width: 100%;
}

.datatabe-main {
    margin: 30px 0 70px 0;
    border-radius: 5px;
}

.dataTables_length {
    padding: 10px;
}

.dataTables_filter {
    display: none;
}

.light-btn {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    border: 1px solid #dadfe3;
    padding: 0 15px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #0E0D30;
    font-size: 14px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.light-btn:hover {
    text-decoration: none;
    color: #0E0D30;
    background: rgb(242, 242, 244);
    background: -moz-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#ffffff', GradientType=0);
}

.deafult-btn {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    min-width: 110px;
    border: 1px solid #151153;
    background-color: #151153;
    background-size: 13px;
    background-position: 11px center;
    background-repeat: no-repeat;
    padding: 0 17px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.add-btn {
    background: #0028ff;
    border-color: #0016dd;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0);
    /* background-image: url('../images/add-icon.svg');*/
    padding: 0 13px;
    position: relative;
}

.add-btn:hover,
.add-btn:active {
    background: #0000c8 !important;
    background: -moz-linear-gradient(top, #0000c8 0%, #0028ff 100%) !important;
    background: -webkit-linear-gradient(top, #0000c8 0%, #0028ff 100%) !important;
    background: linear-gradient(to bottom, #0000c8 0%, #0028ff 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000c8', endColorstr='#0028ff', GradientType=0);
    opacity: 1 !important;
}

.add-btn::before {
    content: '';
    background: url(../images/add-icon.svg) center no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 8px 0 0;
}

.deafult-btn:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.light-btn.sm-btn {
    height: 32px;
    line-height: 30px;
    min-width: 70px;
}

.exp-btn-main {
    margin: 15px 20px 15px 15px;
}

.dataTables_info {
    padding: 15px;
}

.dataTables_paginate {
    padding: 10px 15px;
}

.data-user-box {
    display: table;
    width: 100%;
}

.data-user-prof {
    display: table-cell;
    vertical-align: middle;
    width: 46px;
    position: relative;
}

.data-user-prof span {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 24px;
    background-color: #F0F3FF;
    background-size: cover;
    background-position: center;
}

.data-user-box p {
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0 0 0 18px;
}

.data-user-prof i {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 19px;
}

.data-user-prof i img {
    width: 19px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable th span {
    font-weight: 600;
}

table.table-bordered.dataTable th {
    white-space: nowrap;
}

.onbording-table th span.reqs {
    position: absolute;
    right: 5px;
    top: 3px;
    color: red;
    width: auto;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.table-striped tbody tr:hover {
    background: #f8f8ff;
}

.table-bordered td,
.table-bordered th {
    border: none;
}

.table-bordered tbody td {
    border-bottom: 1px solid #e7e8ec !important;
}

.modal-header,
.modal-body {
    padding: 0px;
}

.modal-content .close {
    position: absolute;
    right: -33px;
    top: 3px;
    opacity: 1;
}

.modal-content .close:focus {
    outline: none;
}

.modal-content .close span {
    display: inline-block;
    text-indent: -9999px;
    background: url('../images/close-img.svg') center no-repeat;
    background-size: 23px;
    width: 23px;
    height: 24px;
}

.modal-header {
    border-bottom: 0px;
}

@media (min-width: 576px) {
    #Add-New-popup .modal-dialog {
        max-width: 600px;
    }
}

.nav.nav-pills {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-end;
    min-height: 53px;
}

.nav.nav-pills li {
    float: left;
    width: auto;
    padding: 0 13px 0 0;
    position: relative;
    line-height: 25px !important;
}
.nav.nav-pills li:last-child {
    padding-right: 0;
}

.nav.nav-pills li a {
    display: block;
    padding: 10px 25px 10px 29px;
    font-size: 15px;
    color: #100D33;
    font-weight: 500;
    position: relative;
    border-radius: 8px 8px 0 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
    font-family: 'GothamSSm';
    transition: all .2s ease-in-out;
}
.nav.nav-pills li a:hover{
    padding: 10px 25px 15px 29px;
    transition: all .2s ease-in-out;
}
.nav.nav-pills li a.disabled:hover, .nav.nav-pills li a.greyed-out:hover{
    padding: 10px 25px 10px 29px;
}
.nav.nav-pills li a span {
    display: inline-block;
    vertical-align: baseline;
    background: #F2F5FA;
    border-radius: 15px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    color: #100D33;
    margin-left: 5px;
    padding: 0 7px;
}
.nav.nav-pills li a.active span {
    background: #0058FF;
    color: #fff;
}
.modal-dialog .nav.nav-pills li a {
    padding-left: 0px;
}

.nav.nav-pills li.disabled a {
    opacity: 0.6;
    pointer-events: none;
}

.nav.nav-pills li a.active {
    color: #fff;
    background: #0000c8 !important;
    background: -moz-linear-gradient(top, #0000c8 0%, #0028ff 100%) !important;
    background: -webkit-linear-gradient(top, #0000c8 0%, #0028ff 100%) !important;
    background: linear-gradient(to bottom, #0000c8 0%, #0028ff 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000c8', endColorstr='#0028ff', GradientType=0);
    z-index: 9;
    box-shadow: none;
}
.nav.nav-pills li a.active:hover{
    padding: 10px 25px 10px 29px;
}

.nav.nav-pills li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0000FF;
    z-index: 1;
}


.nav.nav-pills li a:hover {
    text-decoration: none;
}

.create-form {
    margin-bottom: 110px;
}

#create-account {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.modal-dialog .col-form-label {
    font-size: 14px;
    color: #636679
}

.col-form-label {
    font-size: 14px;
    color: #100D33;
    padding-top: 10px;
}

.col-form-label sup {
    color: red;
    top: -2px;
}

.modal-header,
.create-form {
    padding: 15px 24px;
}

.create-btn {
    margin-bottom: 25px;
    padding: 0 24px
}

.btn-primary {
    padding: 8px 20px;
    position: relative;
    min-width: 124px;
    background: rgb(0, 40, 255);
    background: -moz-linear-gradient(top, rgba(0, 40, 255, 1) 0%, rgba(0, 0, 207, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 40, 255, 1) 0%, rgba(0, 0, 207, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 40, 255, 1) 0%, rgba(0, 0, 207, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000cf', GradientType=0);
}

.next-arrow:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 13px;
    background: url('../images/next-btn-arrow.svg') center no-repeat;
    vertical-align: middle;
    background-size: 9px;
    margin: -2px 0 0 7px;
}

.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: rgb(242, 242, 244);
    background: -moz-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#ffffff', GradientType=0);
}

.btn-secondary {
    padding: 8px 20px;
    color: #100D33 !important;
    border-color: #e4e6eb !important;
    position: relative;
    min-width: 124px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.prev-arrow:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 13px;
    background: url('../images/prev-btn-arrow.svg') center no-repeat;
    vertical-align: middle;
    background-size: 9px;
    margin: -2px 7px 0 0;
}

.account-dire-top {
    padding: 15px 24px;
}

.active-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #0A821C !important;
    background: #eaffee !important;
    border-radius: 15px;
}

.checked-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #9400af;
    background: #fcedff;
    border-radius: 15px;
}

.restricted-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #B57000;
    background: #fff9ea;
    border-radius: 15px;
}

.inactive-status{
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #FF1B00;
    background: #ffeaea;
    border-radius: 15px;
}

.pending-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #9400AF;
    background: #FCEDFF;
    border-radius: 15px;
}

.checked-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #2A7EE0;
    background: #EEFCFE;
    border-radius: 15px;
}

.archived-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #636679;
    background: #EDEEF1;
    border-radius: 15px;
}

.profile-section {
    float: left;
    width: 100%;
    padding: 114px 0 0 234px;
}

.profile-top-box {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 140px;
    background: url('../images/profile-bg.png') left no-repeat;
    background-size: cover;
}

.profile-top-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: rgb(16, 13, 51);
    background: -moz-linear-gradient(top, rgba(16, 13, 51, 1) 0%, rgba(44, 26, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(16, 13, 51, 1) 0%, rgba(44, 26, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(16, 13, 51, 1) 0%, rgba(44, 26, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#100d33', endColorstr='#2c1aff', GradientType=0);
}

.profile-top-img-box {
    position: absolute;
    left: 28px;
    top: 36px;
    width: 122px;
    height: 122px;
}

.profile-top-img {
    float: left;
    width: 100%;
    height: 122px;
    border: 4px solid #fff;
    border-radius: 65px;
    background-size: cover;
    background-position: center;
    background-color: #F0F3FF;
    background-image: url('../images/blank-img.png');
}

.profile-on {
    position: absolute;
    right: 4px;
    bottom: 0px;
    width: 35px;
    height: 35px;
}

.profile-on img {
    width: 100%;
}

.profile-top-name {
    position: absolute;
    left: 170px;
    bottom: 5px;
    width: 800px;
}

.profile-top-name b {
    display: block;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(11, 9, 43, 0.6);
    line-height: 1.3;
}

.profile-top-name span {
    display: block;
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(11, 9, 43, 0.6);
}

.project-profile-name {
    left: 37px !important;
}

.profile-tab {
    float: left;
    width: 100%;
    padding: 40px 0 0 28px;
    position: relative;
    z-index: 1;
}

.profile-tab .box-shadow {
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 30%);
}

.profile-content {
    /*background: url('../images/logo-bg.svg');*/
    padding: 28px 28px 0;
    background-position: right -222px top -38px;
    background-size: 800px;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.profile-content-admin {
    background: none;
}

.profile-info-box {
    margin-bottom: 30px;
}

.tab-width {
    width: 790px;
}

.profile-box-title {
    padding: 23px 29px 13px 29px;
    border-bottom: 1px solid #e3e4e9;
}

.profile-box-title span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
}

.profile-box-title h5 {
    float: right;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    padding-top: 5px;
}

.profile-box-title .light-btn {
    height: 32px;
    line-height: 30px;
    min-width: 70px;
}
.db-info .light-btn {
    height: 40px;
    line-height: 38px;
    min-width: 70px;
}

.profile-info {
    padding: 30px 29px;
}

.profile-info-row {
    border-bottom: 1px solid #e3e4e9;
    padding: 20px 0
}

.profile-info-row:last-child {
    border: none
}

.roal-tag {
    float: left;
    min-width: 148px;
    margin-right: 15px;
    padding: 4px 30px 4px 10px;
    color: #100D33;
    position: relative;
    border-radius: 4px;
    background: #f2f5fa;
    font-size: 14px;
}

.roal-tag a {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 19px;
}

.roal-tag a img {
    vertical-align: top;
}

.roal-tag a:hover {
    opacity: 0.7;
}

.profile-detail .row {
    margin-bottom: 25px;
}

.profile-detail .row:last-child {
    margin-bottom: 0px;
}

.access-box {
    padding: 35px;
}

.access-box h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}

.access-box-col {
    border-top: 1px solid #e7e8ec;
    padding: 24px 0 0 0;
    margin: 24px 0 0 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 22px;
    margin: 0px;
}
.switch:focus{
    box-shadow: none;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.on-off.slider:after {
    content: "Off";
    position: absolute;
    left: -32px;
    top: 0px;
    color: #100D33;
}

input:checked+.slider {
    background-color: #03cc25;
}

input:focus+.slider {
    /*box-shadow: 0 0 1px #ccc; !*03cc25*!*/
}

input:checked+.on-off.slider:after {
    content: "On";
}

input:checked+.slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.certifications-box {
    padding: 17px 0;
}

.certifications-row {
    display: table;
    cursor: pointer;
    padding: 7px 12px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.certifications-col {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}

.certifications-icon {
    width: 37px;
    padding: 0 10px 0 0
}

.certifications-icon img {
    width: 27px;
}

.hover-img {
    display: none;
}

.certifications-status {
    width: 28px;
}

.certifications-go {
    width: 16px;
    padding: 0 0 0 4px
}

.certifications-go img {
    display: none;
}

.certifications-row.active {
    border-color: #0000FF;
    background: #f8f8ff;
}

.certifications-row:hover {
    background: #f8f8ff;
}

.certifications-row.active .certifications-go img {
    display: inline-block;
}

.certifications-row.active .certifications-col {
    color: #0000FF
}

.certifications-row.active .certifications-icon img {
    display: none;
}

.certifications-row.active .certifications-icon .hover-img {
    display: inline-block;
}

.error-msg {
    border-color: #FF0000 !important;
    box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 25%);
}

.error-msg-text {
    float: left;
    width: 100%;
    margin: 5px 0;
    position: relative;
    color: #FF0000;
    font-size: 14px;
    padding: 0 0 0 23px;
}

.error-msg-text img {
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
}

.format-main {
    margin: 15px 0;
}

.format-box {
    margin: 15px 0;
    padding: 4px 80px 0 0;
    min-height: 31px;
}

.format-box img {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 58px;
}

.table-search {
    float: left;
    width: 410px;
    margin: 15px 15px 15px 20px;
    padding-right: 4px;
}

.table-search .form-control {
    padding: 8.5px 13px;
}

.drop-btn-main {
    width: auto;
    display: inline-block;
    position: relative;
}

.drop-btn {
    position: relative;
    text-align: left;
    padding-right: 30px;
}

.drop-btn::after {
    display: inline-block;
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    border: none !important;
    width: 13px;
    height: 11px;
    background: url(../images/drop-down-icon.svg) center no-repeat;
    background-size: 11px;
    margin: 0;
}

.archive-list {
    width: 100%;
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 111;
    overflow: hidden;
}

.popup-top {
    background: #f9fafb;
    padding: 8px;
    float: left;
    width: 100%;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.sm-btn-lt {
    min-width: 60px;
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
}

.archive-list-box {
    max-height: 254px;
    overflow-x: hidden;
    padding:  0 5px;
    float: left;
    width: 100%;
}

.archive-list-box .checkbox span {
    font-size: 14px;
    display: block;
    height: 100%;
}

.checkbox span a {
    color: #0000FF;
}

.archive-list-box .checkbox span i {
    font-style: normal;
    font-size: 14px;
    background: #f3f5fa;
    padding: 0 5px;
    line-height: 18px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 2px;
}

.js-scroll-wrapper,
.sm-scroll,
.slimScrollDiv {
    height: 100% !important;
}

.archive-list-box .slimScrollBar {
    right: 0px !important;
}

.js-scroll-rail {
    background: none !important;
}

.slimScrollBar {
    width: 6px !important;
    background: #8d94ac !important;
    opacity: 1 !important;
    right: 5px !important;
}

.checkbox {
    padding: 0 0 0 22px;
    height: 22px;
    position: relative;
}

.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: 7;
    width: 22px;
    height: 22px;
}

.checkbox label {
    float: left;
    cursor: pointer;
    position: relative;
    margin: 0px;
    position: absolute;
    left: 2px;
    top: -1px;
}

.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    border: 0.094rem solid #636674;
    background: #fff;
    z-index: 5;
   }

.checkbox label::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 2px;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    background: #C5CDD5;
    border: 1px solid #C5CDD5;
    z-index: 2;
}
.checkbox.checkbox-sm::before{
    height: 18px;
    width: 18px;
    top: 2.5px;
}
.is-invalid.checkbox label:before {
    border-color: #dc3545;
}

.checkbox input[type=checkbox]:checked+label:before {
    content: "";
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
    background: url('../images/checked.svg') center no-repeat #0000fe;
    background-size: 13px;
    border: 1px solid #0000fe;
}
.checkbox input[type=checkbox]:checked+label::after{
    display: none;
}
.checkbox span {
    font-size: 15px;
    padding: 0 0 0 10px;
}

.archive-list-col {
    padding: 6px;
}
.archive-list-box .archive-list-col:first-child{
    padding-top: 11px;
}
.archive-list-box .archive-list-col:last-child{
    padding-bottom: 11px;
}
.checkbox div {
    font-size: 14px;
    padding: 0 0 0 10px;
}

.input-group-text {
    padding: .375rem .75rem !important
}

.attachment-box .checkbox {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
}

.role-col-box {
    margin-bottom: 15px;
}

.table-check {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.employee-box {
    white-space: nowrap;
}

.employee-box span {
    display: inline-block;
    vertical-align: middle;
    min-width: 33px;
    margin: 0 3px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    border-radius: 17px;
    padding: 0 10px;
    font-size: 14px;
    background: #ccc;
}

.employee-box span:nth-child(1) {
    background: #eaffee;
    color: #249134;
}

.employee-box span:nth-child(2) {
    background: #fef9eb;
    color: #c09356;
}

.employee-box span:nth-child(3) {
    background: #f9eceb;
    color: #fd3d3d;
}

table tr .checkbox {
    display: inline-block;
    vertical-align: top;
    height: inherit;
    min-height: 22px;
    position: relative;
}

table tr .checkbox span {
    padding-left: 18px;
    display: inline-block;
    font-size: 14px;
    word-break: break-word;
}

.popup-header,
.popup-footer {
    padding: 26px;
    /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); */
    border: none;
    display: block;
    position: relative;
    z-index: 3;
}

h3 {
    font-size: 15px;
    font-weight: 600;
    margin: 0px
}

.add-new-text {
    color: #0000ff;
    font-size: 16px;
}
.add-new-text:hover {
    color: #0000ff;
}
.check-body {
    background: #f4f6fc;
}

.check-col {
    padding: 11px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e2e9;
}

.check-body .checkbox input[type=checkbox]:checked+label {
    color: #0000ff;
}

.check-body .checkbox label {
    padding: 0 0 0 35px;
    font-size: 15px;
}

.profile-info .col-form-label {
    color: #100D33;
}

.sa-main .profile-section,
.sa-main .contener-main {
    padding: 56px 0 0 250px;
}

.sa-main .sliderBar {
    top: 56px;
    height: calc(100% - 55px);
}

.deshboard-main {
    padding: 13px 28px 0;
    overflow-x: hidden;
}

.padding-main {
    padding: 20px 28px 0px 28px;
    overflow-x: hidden;
}
.padding-simple-menu{
    padding-top: 28px;
}

.deshboard-col {
    height: 230px;
    border-radius: 10px;
    margin: 15px 0;
}

.deshboard-col h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px;
    color: #05022a
}

.count-box {
    position: absolute;
    left: 34px;
    bottom: 24px;
    width: auto;
    color: #05022a;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
}

.profile-box {
    margin-bottom: 28px;
}

.box-title {
    padding: 25px
}

.box-title span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 600;
}

.box-title .light-btn {
    height: 32px;
    line-height: 30px;
    min-width: 70px;
}

.box-info {
    padding: 25px;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed;
    box-shadow: none;
    border-color: #dadee2;
    color: #100D33
}

.form-box {
    padding: 15px 24px
}

.quick-onboard .dropdown-slim-scroll {
    overflow-y: scroll;
    margin-right:4px;
}

.quick-onboard .dropdown-slim-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #F5F5F5;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.quick-onboard .dropdown-slim-scroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.quick-onboard .dropdown-slim-scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #636182;
	background-color: #636182;
}

.item-hide {
    display: none !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #fff;
    background: #0000ff;
    width: 100%;
}
.dropdown-item:hover span{
    color: #fff;
}
.dropdown-item {
    padding: 7px 13px;
}

.bootstrap-select .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    border: none;
}

.total-user {
    width: 100%;
    text-align: center;
}

.total-user span {
    display: inline-block;
    vertical-align: middle;
    color: #231f20;
    min-width: 33px;
    margin: 0 3px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    border-radius: 17px;
    padding: 0 10px;
    font-size: 14px;
    background: #e1e1e1;
}

.section-main {
    max-width: 790px;
}

.glac-row {
    margin: 0 -10px;
}

.glac-box {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
}

.glac-box .full-width {
    background: #f2f5fa;
    border-radius: 5px;
    overflow: hidden;
}

.glac-box .full-width p {
    float: left;
    padding: 0 13px;
    width: 100%;
    margin: 0px;
    line-height: 34px;
}

.glac-box .full-width span {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 34px;
    background: #e5ebf5;
    width: 65px;
    text-align: center;
}

.achive-width {
    width: 230px;
}

.count-box-new {
    float: left;
    width: 85px;
}

.count-box-new span {
    display: inline-block;
    vertical-align: middle;
    min-width: 33px;
    margin: 0 3px;
    text-align: center;
    line-height: 33px;
    height: 33px;
    border-radius: 17px;
    padding: 0 10px;
    font-size: 14px;
    background: #ccc;
}

.compliant-status {
    background: #eaffee !important;
    color: #249134 !important;
}

.restricted-status {
    background: #fef9eb !important;
    color: #c09356 !important;
}

.Non-compliant {
    background: #f9eceb !important;
    color: #fd3d3d !important;
}

.count-status {
    float: left;
    width: auto;
    line-height: 33px;
}

.table-title {
    float: left;
    width: auto;
    font-size: 16px;
    margin: 15px;
}

.support-edit-box {
    border-radius: 5px 5px 0 0;
    margin-bottom: 30px;
}

.support-edit-title {
    float: left;
    width: 100%;
    padding: 30px 20px;
    font-size: 16px;
}

.support-edit-title sup {
    color: red;
}

.support-edit-input .form-control {
    border: 2px solid #fff;
    padding: 20px 42px;
    border-radius: 0px;
}

.support-edit-input .form-control:focus {
    border-color: #0000ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.support-edit-input {
    border: 2px solid #fff;
    border-top-color: #e0e2e7;
    padding: 20px 40px;
}

.support-edit-input:focus {
    border-color: #0000ff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.deshboard-col i {
    position: absolute;
    right: 0;
    bottom: 0;
}

.totla-user-icon i {
    background: url('../images/user-icon.svg') center top no-repeat;
    background-size: 140px;
    width: 140px;
    height: 107px;
}

.mine-site-icon i {
    background: url('../images/project-icon-n.svg') center top no-repeat;
    background-size: 130px;
    width: 130px;
    height: 103px;
}

.organisations-icon i {
    background: url('../images/organisations.svg') center top no-repeat;
    background-size: 145px;
    width: 145px;
    right: 10px;
    height: 104px;
}

.message-icon i {
    background: url('../images/message-icon.svg') center top no-repeat;
    background-size: 145px;
    width: 145px;
    right: 10px;
    height: 127px;
}

.protel-desh-box {
    margin: 15px 0;
    border-radius: 10px;
}

.desh-name-box {
    /*background: url('../images/desh-logo.png') center right no-repeat #fff;*/
    background-size: 420px;
    min-height: 263px;
}

.desh-name-box img {
    position: absolute;
    width: 248px;
    bottom: 0;
    right: 48px;
}

.desh-name {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    padding: 30px
}

.desh-name h2 {
    display: block;
    font-weight: normal;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    color: #100D33;
    font-size: 30px;
}

.desh-name p {
    padding: 0px;
    margin: 0px;
    color: #100D33;
    font-size: 18px;
}

.desh-box-text {
    overflow: hidden;
    min-height: 116px;
    padding-bottom: 10px;
}

.desh-box-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    content: '';
    background: #ccc
}

.desh-box-text p {
    padding: 12px 0 0 18px;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.desh-box-text span {
    position: absolute;
    right: 15px;
    bottom: 5px;
    width: auto;
    font-size: 20px;
    z-index: 1;
}

.desh-box-text i {
    position: absolute;
    right: 0;
}

.total-user-desh i {
    position: absolute;
    right: 15px;
    bottom: 0;
    opacity: 0.2;
    background: url('../images/user-icon.svg') center top no-repeat;
    background-size: 120px;
    width: 110px;
    height: 90px;
}

.nr-expiry i {
    position: absolute;
    bottom: 0;
    background: url('../images/clock-icon.png') center top no-repeat;
    background-size: 110px;
    width: 130px;
    height: 95px;
}

.restricted-user i {
    position: absolute;
    bottom: 0;
    background: url('../images/restricted.png') center top no-repeat;
    background-size: 120px;
    width: 130px;
    height: 100px;
}

.compliant-user i {
    position: absolute;
    bottom: 0;
    right: 5px;
    background: url('../images/compliant.png') center top no-repeat;
    background-size: 110px;
    width: 130px;
    height: 95px;
}

.pending-user i {
    position: absolute;
    bottom: 0;
    background: url('../images/pending-icon.png') center top no-repeat;
    background-size: 120px;
    width: 130px;
    height: 100px;
}

.projects-desk i {
    position: absolute;
    bottom: 0;
    background: url('../images/projects-desk.png') center top no-repeat;
    background-size: 120px;
    width: 130px;
    height: 100px;
}

.contractors-desk i {
    position: absolute;
    bottom: 0;
    background: url('../images/contractors-desk.png') center top no-repeat;
    background-size: 120px;
    width: 130px;
    right: 5px;
    height: 87px;
}

.desh-box-text:before {
    background: #0000ff;
}

.total-user-desh.desh-box-text:before {
    background: #0000ff;
}

.nr-expiry.desh-box-text:before {
    background: #ffd800;
}

.restricted-user.desh-box-text:before {
    background: #ff8f00;
}

.compliant-user.desh-box-text:before {
    background: #fc0c0d;
}

.pending-user.desh-box-text:before {
    background: #bf00ff;
}

.to-do {
    padding: 18px 10px 18px 20px;
}

.do-link {
    min-height: 200px;
}

.to-do .sm-scroll {
    padding-right: 10px;
}

.to-do .slimScrollBar {
    right: 0px !important;
}

.to-do h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 3px 0 5px 35px;
    margin: 0 0 20px 0;
    background: url('../images/to-do.svg') left 2px no-repeat;
    background-size: 29px;
}

.quick-link {
    padding: 18px 10px 18px 20px;
}

.quick-link-new {
    min-height: 200px;
}

.quick-link .sm-scroll {
    padding-right: 10px;
}

.quick-link .slimScrollBar {
    right: 0px !important;
}

.quick-link h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 3px 0 5px 40px;
    margin: 0 0 20px 0;
    background: url('../images/Quick-Links.svg') left 2px no-repeat;
    background-size: 27px;
}

.normal-text {
    float: left;
    width: auto;
    font-size: 14px;
    padding-top: 5px
}

.link-btn {
    color: #0000FF;
}

.modules-col {
    border-bottom: 1px solid #e7e8ec;
    padding: 17px 0;
}

.modules-col:last-child {
    border: none;
    padding-bottom: 0px;
}

.modules-p {
    display: table;
    width: auto
}

.modules-pa {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}

.modules-pa img {
    max-width: 100%;
}

.modules-pa-text {
    padding: 0 0 0 12px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.modules-info {
    float: right;
    width: 218px;
    padding: 11px 18px 0 0;
    font-size: 14px;
}

.profile-box-title p {
    float: left;
    width: 70%;
}

.available-col {
    border-bottom: 1px solid #e7e8ec;
    padding: 17px 0;
}

.available-col:last-child {
    border: none;
    padding-bottom: 0px;
}

.available-p {
    display: table;
    width: 30%;
    float: left;
}

.available-pa {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
}

.available-pa img {
    max-width: 100%;
}

.available-pa-text {
    padding: 0 0 0 12px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
}

.available-text {
    float: left;
    width: 70%;
    padding: 0 0 0 30px
}

.info-table {
    width: 100%;
    margin: 20px 0;
}

.info-table th {
    font-weight: 600;
    padding: 10px 0;
}

.info-table td {
    padding: 23px 0;
    border-bottom: 1px solid #e3e4e9;
}

.info-table td:first-child,
.info-table td:last-child {
    border-bottom: 0px;
}

.card-number {
    display: block;
    position: relative;
    padding: 4px 0 0 47px;
}

.card-number img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    bottom: 0;
    margin: auto;
}

.expiry-main {
    white-space: nowrap;
}

.expiry-main span {
    display: inline-block;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 20px 0 12px;
    min-width: 88px;
    background-color: #FFF9EA;
    color: #B57000;
}

.expiry-main a {
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.expiry-main a:hover {
    opacity: 0.7;
}

.expiry-main a img {
    height: 37px;
}

.expiry-date span {
    color: #FF0000;
    background-color: #FFEAEA;
}

.table-add {
    float: left;
    padding: 10px 0 20px 30px;
}

.success-box {
    display: inline-block;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 18px 0 18px;
    min-width: 88px;
    background-color: #EAFFEE;
    color: #0A821C;
}

.expiry-box {
    display: inline-block;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 20px 0 12px;
    min-width: 88px;
    background-color: #FFEAEA;
    color: #FF0000;
}

.expiry-box-payment {
    display: inline-block;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 18px 0 34px;
    min-width: 109px;
    background-color: #FFEAEA;
    color: #FF0000;
}

.pdf-dl img {
    height: 32px;
}

.last-border tr:last-child td {
    border: none
}

.closing-box a {
    text-decoration: underline;
    padding: 0 20px 0 0;
}

.closing-box a:last-child {
    color: #100D33;
}

.archive-drop .archive-list {
    min-width: 250px;
}

.Performed-text {
    white-space: nowrap;
}

.Performed-text span {
    margin: 0 5px
}

.Performed-text span:last-child {
    color: #8a8c9a;
}

.profile-name {
    position: absolute;
    left: 30px;
    bottom: 5px;
    width: auto;
    font-size: 26px;
    color: #fff;
}

.profile-tab-normal.profile-tab {
    padding-top: 12px;
}

.more-btn .table-search {
    width: 28%;
}

.more-btn .role-drop {
    width: 18%;
}

.more-btn .drop-btn {
    width: 100%;
}

.mt-15 {
    margin-top: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.succ-box {
    background-color: #eaffee !important;
    color: #0A821C;
}

.exp-box {
    background-color: #ffeaea !important;
    color: #FF0000;
}

.nr-exp-box {
    background-color: #fff9ea !important;
    color: #AC7226;
}

.modal-dialog.modal-lg {
    max-width: 850px;
}

.modal-dialog.modal-md {
    max-width: 700px;
}

.modal-dialog.modal-sm {
    max-width: 390px;
}

#Add-New-user .modal-dialog.modal-md {
    max-width: 700px;
}

#editUserRole .modal-dialog.modal-md {
    max-width: 700px;
}
#ResendUserInvitationPopup .modal-dialog.modal-md {
    max-width: 700px;
}
@media (min-width: 576px) {
    #Add-Notification-popup .modal-dialog {
        max-width: 1432px;
    }
    .noti-popup .modal-dialog {
        max-width: 950px;
    }
}

.popup-top-btn .table-search {
    width: 70%;
    margin: 0px;
    padding: 0 15px 0 0;
}

.popup-top-btn .role-drop {
    width: 30%;
}

.btn-primary.sm-btn,
.btn-secondary.sm-btn {
    min-width: auto;
}

.modal .btn-secondary {
    font-size: 14px;
    min-width: auto;
    padding: 7px 10px;
    min-width: 74px;
    height: 40px;
}

.modal .deafult-btn {
    font-size: 14px;
    min-width: auto;
    line-height: 37px;
    height: 37px;
}

.modal .prev-arrow:before {
    margin: -2px 5px 0 0;
    background-size: 7px;
    width: 8px;
}

.modal .btn-primary {
    font-size: 14px;
    min-width: auto;
    padding: 0 20px;
    min-width: 74px;
    line-height: 38px;
    height: 40px;
}

.modal .next-arrow:after {
    margin: -2px 0 0 5px;
    background-size: 7px;
    width: 8px;
}

.role-tag {
    float: left;
    width: 100%;
}

.role-tag span {
    display: inline-block;
    margin: 2px;
    background: #f2f5fa;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 15px;
}

.Manage-user-top .role-drop {
    width: 12%;
}

.resend-box {
    float: right;
    width: 78%;
    padding: 0 108px 0 0;
    position: relative;
}

.resend-box a {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px
}

.pending-tag {
    margin-top: 5px
}

.author-text {
    float: left;
    width: 25%;
    padding-top: 6px;
    font-weight: 600;
}

.author-tag {
    float: left;
    width: 60%;
}

.author-tag .role-tag span {
    background: #d7d9e0;
}

.author-tag.user-type-tag .role-tag span {
    background: #636679;
    color: #fff
}

.author-text-sub {
    float: left;
    width: 25%;
    font-size: 13px;
    margin-top: 6px
}

.author-text-info {
    float: left;
    width: 75%;
}

.author-text-info span {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    margin: 3px;
    position: relative;
    padding: 0 0 0 13px;
}

.author-text-info span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #f2f5fa;
    border-radius: 4px;
}

.induction-top .drop-btn-main {
    width: 12%;
}

.induction-top .drop-btn-main .drop-btn {
    width: 100%
}

.Performed-img img {
    height: 30px;
    margin-left: 25px;
}

.tooltip-box {
    display: inline-block;
    background: url('../images/tool-top.png') left top no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 18px;
    margin: 0px 0 0 4px;
}

.tooltip-box {
    position: relative;
    display: inline-block;
}


/* Tooltip text */

.tooltip-box .tooltiptext {
    visibility: hidden;
    width: 214px;
    background-color: #1C1A36;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    font-size: 13px;
    font-weight: 600;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip-box:hover .tooltiptext {
    visibility: visible;
}

.tooltip-bottom {
    top: 26px;
    left: -11px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1C1A36 transparent;
}

.tooltip-box-billing {
    display: inline-block;
    background: url('../images/tool-top.png') left top no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-size: 18px;
    margin: 0px 0 0 4px;
}

.tooltip-box-billing {
    position: relative;
    display: inline-block;
}


/* Tooltip text */

.tooltip-box-billing .tooltiptext-billing {
    /*visibility: hidden;*/
    width: 214px;
    background-color: #fff;
    color: #100D33;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 9;
    font-size: 13px;
}


/* Show the tooltip text when you mouse over the tooltip container */

/*.tooltip-box-billing:hover .tooltiptext-billing {*/
/*    visibility: visible;*/
/*}*/

.tooltip-bottom-billing {
    top: 26px;
    left: -11px;
}

.tooltip-bottom-billing::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.table thead th {
    font-weight: 600;
}

.table td,
.table th {
    padding-left: 20px
}

.table td:last-child,
.table th:last-child {
    padding-right: 20px;
}

.noti-right {
    background: url('../images/noti-bg.jpg') left repeat-y transparent;
}

.noti-top {
    padding: 15px 23px 0 23px;
}

.noti-top .table-search {
    width: 50%;
}

.noti-top .drop-btn-main {
    padding-left: 15px;
    width: 25%;
    float: left
}

.noti-top .drop-btn {
    width: 100%;
}

.noti-table {
    padding: 0 23px;
}

.noti-table table.table-bordered.dataTable {
    border-left: 0px;
}

.noti-table table tr th:first-child,
.noti-table table tr td:first-child {
    padding-left: 0px;
}

.noti-left {
    padding: 15px 0;
}

.noti-left-top {
    padding: 0 23px
}

.noti-left-top h3 {
    display: inline-block;
    font-weight: normal;
    padding: 10px 0 0 0
}

.doc-attachment .archive-btn {
    min-width: auto;
}

.doc-attachment .archive-btn i {
    display: inline-block;
    margin: -2px 3px 0 0;
    vertical-align: middle;
    background-image: url('../images/attachment-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 17px;
    background-size: 10px;
}

.form-group label sup {
    color: red
}

.noti-form .sm-scroll {
    padding: 0 23px
}

.modal-dialog .noti-form .col-form-label {
    color: #100D33;
}

.attachment-box {
    padding: 10px;
}

.attachment-box>span {
    display: inline-block;
    font-size: 13px;
    position: relative;
    background-color: #f2f5fa;
    border-radius: 3px;
    vertical-align: top;
    padding: 5px 35px 5px 10px;
    margin: 3px 3px 3px 0;
}

.attachment-box>span a {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 17px;
    height: 17px;
    background: url('../images/close-img-img.png') left top no-repeat;
    background-size: 17px;
}

.attachment-box .dz-preview {
    display: block;
    font-size: 13px;
    position: relative;
    background-color: #f2f5fa;
    border-radius: 3px;
    padding: 5px 35px 5px 10px;
    margin: 3px 3px 3px 0;
}

.attachment-box .dz-remove {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    background: url('../images/close-img-img.png') left top no-repeat;
    background-size: 17px;
}

.attachment-box .dz-image,
.attachment-box .dz-size {
    display: none !important;
}

.deafult-btn.sm-btn {
    background-image: none;
    line-height: 29px;
    min-width: 60px;
    height: 30px;
    padding: 0 13px;
}

.date-time-picker {
    background: url('../images/calendar-img.svg') 10px center no-repeat #fff;
    line-height: 18px;
    background-size: 16px;
    padding-left: 34px;
}

.status-icon {
    display: block;
    text-align: center;
}

.status-icon img {
    width: 22px;
}

.not-comp i {
    bottom: inherit;
    top: 0px;
    width: 17px;
    top: -8px
}

.not-comp i img {
    width: 17px;
}

.select-noti.noti-top .drop-btn-main {
    width: 40%
}

.select-noti.noti-top .table-search {
    width: 60%
}

.search-only .input-group-text {
    background: none;
    border: none;
    border-radius: 0;
}

.search-only .form-control {
    border: none;
    border-radius: 0;
    padding-left: 0
}

.search-only .form-control:focus {
    outline: none;
    box-shadow: none
}

.search-only {
    border-bottom: 1px solid #dadee2;
}

.select-noti .archive-drop .archive-list {
    min-width: 270px;
}

.drop-ach-menu {
    padding: 5px 0
}

.drop-ach-menu a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    color: #100D33;
}

.drop-ach-menu a:hover {
    background: #f8f8ff;
    text-decoration: none;
}

.noti-text-title b {
    color: #0000FF;
    display: block;
    font-weight: normal
}

.noti-text-title span {
    font-size: 12px;
    color: #636679
}

.noti-req-action p {
    margin-bottom: 3px;
}

.req-doc-row {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}

.req-doc-col {
    display: table-cell;
    vertical-align: middle;
}

.req-doc-img {
    width: 65px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.req-doc-name {
    padding: 0 0 0 15px
}

.noti-req-doc {
    margin-top: 15px;
}

.archive-drop .drop-ach-menu.archive-list {
    min-width: 180px;
}

.noti-history {
    box-shadow: 4px 0px 4px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 23px 13px 23px
}

.history-name-box {
    display: table;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.history-photo {
    display: table-cell;
    vertical-align: middle;
    width: 46px;
}

.history-photo span {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 24px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
}

.history-name {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
    font-size: 15px;
}

.history-name span {
    display: block;
    color: #0000FF;
    font-size: 13px
}

.history-box {
    padding: 20px 23px;
    border-bottom: 1px solid #e7e8ec
}

.history-box:hover {
    background: #f8f8ff
}

.noti-history-bottom {
    padding: 26px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    border: none;
    display: block;
    position: relative;
    z-index: 1;
}

.emergency-box {
    font-size: 13px;
}

.emergency-box .checkbox {
    position: relative;
    width: auto;
    display: inline-block;
    margin-left: 20px;
}

.emergency-box .checkbox span {
    font-size: 13px;
    display: inline-block;
    padding-top: 1px;
}
.certificate-expiry-period .checkbox {
    position: relative;
    width: auto;
    display: inline-block;
    /*margin-left: 20px;*/
}
.certificate-expiry-period .checkbox:nth-child(2) {
    margin-left: 20px;
}
.certificate-expiry-period .checkbox span {
    font-size: 13px;
    display: inline-block;
    padding-top: 1px;
}
.certifi-tab-box-shadow{
    box-shadow: 4px 0px 12px 1px #edf0f5;
    /* z-index: 5; */
}
.certifi-choose {
    overflow: hidden;
}

.Certifi-tab ul {
    padding: 0 23px;
    border-bottom: 1px solid #e7e8ec;
}

.compulsory-search {
    border-bottom: 1px solid #e7e8ec;
    padding: 15px 23px
}

.compulsory-search .table-search {
    padding-right: 15px;
    width: 60%
}

.compulsory-search .archive-drop {
    width: 40%;
    height: 40px;
    vertical-align: top;
}

.compulsory-box {
    padding: 15px 23px;
    border-bottom: 1px solid #e7e8ec;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.compulsory-box:hover,
.compulsory-box.active, .certificate-details-doc-list:hover, .certificate-details-deleted-doc-list:hover {
    background: #f8f8ff;
}

.compulsory-box.active .compu-text {
    color: #0000FF;
}

.compu-table {
    display: table;
    width: 100%;
}

.compu-col {
    display: table-cell;
    vertical-align: middle;
}

.compu-col img:last-child {
    display: none;
}

.compulsory-box.active .compu-col img:last-child {
    display: block;
}

.compulsory-box.active .compu-col img:first-child {
    display: none;
}

.compu-img {
    width: 27px;
}

.compulsory-box .btn {
    font-size: 14px;
    min-width: 124px;
}

.compu-text {
    padding-left: 15px;
}

.btn:disabled {
    cursor: not-allowed;
}

.certifi-choose-box {
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 90%;
}

.certifi-choose-box img {
    max-width: 90px;
    margin-bottom: 0px;
}

.certifi-choose-box span {
    display: block;
    color: #D7D9E0;
    font-size: 22px;
}

.Certifi-tab .tab-pane {
    min-height: 250px;
}

/*.certifi-active-log th:first-child,*/
/*.certifi-active-log td:first-child {*/
/*    padding-left: 67px;*/
/*    position: relative;*/
/*}*/

.certifi-active-log td:first-child img {
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 32px;
    margin: auto
}

.certifi-active-log td:first-child span {
    margin-left: -10px;
}

#next-popup .modal-dialog {
    max-width: 640px;
}

.next-popup-img {
    float: left;
    width: 76px;
    height: 76px;
    background: #fff;
    margin-top: -50px;
    border-radius: 40px;
}

.next-popup-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.next-popup-img img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    border: 3px solid #fff;
}

#next-popup .modal-dialog {
    margin-top: 80px;
}

.tooltip-box.info-tip {
    background: url('../images/info-icon.svg') center no-repeat;
    background-size: 20px;
    margin: 6px 0 0 12px;
}
.tooltip-box-billing.info-tip {
    background: url('../images/info-icon.svg') center no-repeat;
    background-size: 20px;
    margin: 6px 0 0 12px;
}
.role-col {
    padding: 0 24px;
    margin-bottom: 30px;
}

.role-col .author-text-sub {
    width: 15%;
}

.role-col .attachment-box {
    width: 85%;
    float: left
}

.role-col h3 {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #e3e4e9;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}

.addNew {
    margin: 3px 3px 3px 0;
    display: inline-block;
    position: relative;
}

.addNewClick {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    background-color: #f2f5fa;
    border-radius: 3px;
    vertical-align: top;
    width: 29px;
    line-height: 29px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.addNewClick:hover {
    background: #636679;
    color: #fff
}

.open-list {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 8;
    overflow: hidden;
    width: 270px;
}

.checkbox.checkbox-sm label:before,
.checkbox.checkbox-sm label:after{
    width: 18px;
    height: 18px;
}

.checkbox.checkbox-sm label {
    top: 1px;
}

.checkbox.checkbox-sm span {
    font-size: 14px;
    padding: 0 0 0 5px
}

.checkbox.checkbox-sm input[type=checkbox]:checked+label:before {
    background-size: 11px;
    box-shadow: 0 0 0 0.15rem rgba(0, 123, 255, .5);
}

.role-col-box .checkbox input[type=checkbox]:checked+label+span {
    color: #0000fe
}

.modal-footer {
    border: none;
    display: block;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    z-index: 11;
    background-color: #fff;
}
#Add-New-user .modal-footer, #Add-new-contractor-project .modal-footer{
    border-radius: 0 0 6px 6px;
}
.user-popup-img-box .info-tip {
    position: absolute;
    right: -5px;
    margin: 0;
    top: 5px;
}

.info-tip.right-tip .tooltip-bottom {
    left: inherit;
    right: -11px;
}

.info-tip.right-tip .tooltip-bottom:after {
    left: inherit;
    right: 16px;
}

.info-msg img {
    width: 20px;
}

.info-msg {
    padding: 14px 14px 14px 48px;
    font-size: 14px;
    margin-bottom: 30px;
    background: #eaf9fc;
    border: 1px solid #98c6cd;
    border-radius: 5px;
}

.desh-title {
    padding: 18px 25px;
}

.desh-title h2 {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    padding: 3px 0 5px 38px;
    margin: 0 0 25px 0;
    background-size: 29px;
}

.desh-title h2 img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 28px;
}

.do-link a {
    display: table;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 8px 30px 8px 20px;
    min-height: 60px;
    width: 100%;
    position: relative;
    border: 1px solid #e3e4e9;
    border-left: 0;
    border-radius: 5px;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.do-link a span {
    display: table-cell;
    vertical-align: middle;
    color: #100D33
}

.do-link a:before {
    position: absolute;
    left: -1px;
    top: 0;
    width: 6px;
    content: '';
    height: 100%;
    background: #ffa100;
}

.do-link a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    background: url('../images/right-arrow.svg') center no-repeat;
    background-size: 12px;
    content: '';
}

.quick-link-new a {
    display: table;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 8px 15px 8px 45px;
    min-height: 60px;
    width: 100%;
    position: relative;
    border: 1px solid #e3e4e9;
    border-radius: 5px;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.quick-link-new a span {
    display: table-cell;
    vertical-align: middle;
    color: #100D33
}

.quick-link-new a img {
    position: absolute;
    left: 18px;
    top: 0;
    width: 13px;
    height: 100%;
}

.desh-filed {
    border-radius: 10px;
    margin: 15px 0;
    height: 263px;
}

.triangle-section {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    background: url('../images/triangle-icon.svg') center no-repeat;
    background-size: 100%;
}

.triangle-section span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 28px;
    margin-top: 7px;
    font-weight: 600;
}

.Certifi-row {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e3e4e9
}

.Certifi-col {
    display: table-cell;
}

.Certifi-name {
    position: relative;
    padding: 2px 0 2px 40px
}

.Certifi-name img {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
}

.Certifi-doc {
    width: 65px;
}

.Certifi-time {
    width: 200px;
}

.mt-label {
    position: relative;
}

.mt-label input:focus~.floating-label,
.mt-label input:not(:focus):valid~.floating-label {
    top: -13px;
    left: 8px;
    font-size: 11px;
    opacity: 1;
    color: #0000FF;
}

.mt-label input:focus~.floating-label sup,
.mt-label input:not(:focus):valid~.floating-label sup,
.mt-label input:focus~.floating-label span,
.mt-label input:not(:focus):valid~.floating-label span {
    display: none;
}

.mt-label .floating-label {
    position: absolute;
    pointer-events: none;
    left: 11px;
    top: 5px;
    color: #636679;
    padding: 5px;
    background: #fff;
    transition: 0.2s ease all;
}

.mt-label sup {
    color: red
}

.floating-label span {
    font-size: 13px;
    opacity: 0.5;
}

.password-icon i {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 12px;
    width: 21px;
    height: 21px;
    background: url(../images/password-icon.svg) center no-repeat;
    background-size: 100%;
}

.password-icon .form-control {
    padding-right: 38px;
}

#upload-task-popup .modal-dialog {
    max-width: 1100px;
}

.upload-task-left {
    background: url(../images/upload-shadow.png) right repeat-y #fcfcff;
    padding: 30px;
    border-radius: .3rem 0 0 .3rem;
    position: relative
}

.upload-borwse-main {
    float: left;
    width: 100%;
}

.row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-box-6 {
    width: 50%;
}

.upload-borwse-box {
    border: 2px dashed #b2c2fa;
    border-radius: 5px;
    height: 100%;
}

.upload-text-box {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    width: 260px;
    text-align: center;
    margin: auto;
    transform: translateY(-50%);
}

.upload-text-box img {
    max-width: 90px;
    margin-bottom: 30px;
}

.upload-text-box p {
    line-height: 1.3;
    margin-bottom: 30px;
}

.upload-text-box .add-btn {
    padding: 0 23px;
    background-position: 13px center;
}

.upload-task-top {
    padding: 15px 20px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.upload-task-top h3 {
    font-weight: 600;
    font-size: 16px;
}

.upload-task-middle {
    padding: 30px 0;
}

.upload-task-middle .sm-scroll {
    padding: 0 20px;
}

.close-icon-box {
    padding-right: 35px;
    position: relative;
}

.close-icon-box .close-icon-i {
    position: absolute;
    right: 0;
    top: 8px;
    width: 22px;
}

.upload-middle-col {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e3e4e9
}

.upload-middle-col:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.w-auto {
    width: auto !important;
}

.mw-auto {
    min-width: auto !important;
}

.atoz {
    padding-right: 90px;
}

.atoz .deafult-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.license-box-title {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 24px 0 24px;
}

.license-box-title span {
    display: inline-block;
    color: #636679;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
}

.license-date-box {
    padding: 0 24px;
}

.license-upload-box {
    padding: 0 24px;
    margin-top: 7px;
}
.license-upload .row{
    border-top: 1px solid #e7e8ec;
    padding: 14px 0;
    margin: 0;
}
.license-upload .row .col-sm-8 {
    padding-left: 0;
}
.license-upload .row .col-sm-4{
    padding-right: 0;
}
.license-upload:last-child .row{
    border-bottom: 1px solid #e7e8ec;
}
.license-upload {
    padding: 0 24px;
    word-break: break-all;
    z-index: 4;
}
.license-upload img {
    height: 30px;
    float: right
}
.expi-box:before {
    position: absolute;
    height: 34px;
    width: 100%;
    content: '';
    left: -8px;
    top: -7px;
    border-radius: .25rem;
    border: 1px solid #ff0000;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.expi-box+span {
    float: left;
    width: 100%;
    font-size: 12px;
    color: red;
    margin: 11px 0 0 -6px;
}

.login-call {
    float: left;
    width: 100%;
    min-height: 600px;
    position: relative;
}

.login-box-new {
    display: table;
    width: 396px;
    margin: 0 auto;
    height: 100vh;
}

.login-form-col {
    display: table-cell;
    padding: 68px 0;
    vertical-align: middle;
}
.tab-form {
    display: none;
}

.login-form h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-back {
    margin: -25px 0 40px 0
}

.login-back a {
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: -8px;
}

.login-back a img {
    max-width: 15px;
    margin-top: 7px;
}

.login-back a:hover {
    background: #e0e6f1;
}

.license-box {
    height: 100%;
    padding-bottom: 75px;
}

.license-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    padding: 17px;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.sm-font {
    min-width: auto;
    font-size: 14px;
}

.license-f-icon img {
    height: 41px;
}

.license-f-icon:hover img {
    opacity: 0.7;
}

.normal-table {
    width: 100%;
}

.normal-table tr td {
    padding: 12px 24px;
    border-bottom: 1px solid #e7e8ec
}

.normal-table tr {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.normal-table tr:hover {
    background: #f8f8ff;
}

.normal-table .delete-btn img {
    height: 38px;
}

.normal-table .delete-btn:hover img {
    opacity: 0.5;
}

.delete-btn.disabled a {
    opacity: 0.5 !important;
    cursor: not-allowed;
}

.delete-btn.disabled:hover img {
    opacity: 1;
}

.BoardArchive {
    height: calc(100vh - 170px);
;
}

.license-upload .reject-doc img {
    float: none;
    display: inline-block;
    height: 22px;
    margin: 0 0 0 15px;
}

.reject-msg {
    padding: 24px;
}

.reject-avt {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 26px;
    background: #8d94ac center no-repeat;
    background-size: cover;
}

.reject-msg-top {
    padding: 0 0 0 34px;
}

.reject-msg-top div {
    font-size: 11px;
    color: #636679
}

.reject-msg-box {
    padding: 0 0 0 34px;
    margin-top: 5px;
}

.reject-msg-box-sub {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    font-size: 13px;
    border-radius: 5px;
    border-left: 5px solid #ff0000;
}

.field-noti-left {
    padding: 28px;
    padding-top: 35px;
    float: left;
    width: 65%;
}

.field-noti {
    float: right;
    width: 35%;
}

.field-noti-title {
    float: left;
    width: 100%;
    height: 58px;
    padding: 20px 20px 14px 20px;
    font-size: 16px;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.field-noti-height {
    height: calc(100vh - 114px);
}

.field-noti-col {
    padding: 18px 35px 18px 66px;
    border-bottom: 1px solid #e7e8ec;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.field-noti-col:hover,
.field-noti-col.active {
    background: #f8f8ff
}

.noti-avt {
    width: 36px;
    height: 36px;
    position: absolute;
    left: -46px;
    top: 2px;
    border-radius: 26px;
    background: #8d94ac center no-repeat;
    background-size: cover;
}

.noti-avt-icon {
    position: absolute;
    left: -43px;
    top: 2px;
    width: 28px;
}

.field-noti-text p {
    margin-bottom: 5px;
    line-height: 1.4;
}

.field-noti-text span {
    font-size: 12px;
    color: #636679
}

.unread:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #0000ff;
    border-radius: 6px;
    position: absolute;
    right: 18px;
    top: 29px;
}

.field-noti-left-box {
    padding-bottom: 70px;
}

.field-noti-left-bottom {
    position: absolute;
    height: 69px;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 23px;
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.due-date-box {
    float: left;
    width: auto;
    font-weight: 600;
    padding: 0 0 0 24px;
    margin-top: 10px;
    background: url('../images/calendar-img.svg') left 1px no-repeat;
    background-size: 16px;
}

.due-date-box span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.field-noti-left-bottom .restricted-status {
    margin: 5px 0 0 15px;
}

.field-noti-b-div {
    margin-top: 5px;
}

.field-noti-left-top {
    height: calc(100vh - 180px);
    float: left;
    width: 100%;
    position: relative;
}

.field-noti-left-text {
    padding: 15px 24px;
}

.field-noti-left-text b {
    font-weight: 600
}

.field-noti-left-text span {
    color: #636679;
    font-size: 12px;
    display: inline-block;
}

.field-noti-left-text p a {
    color: #0000FF;
    text-decoration: underline;
}

.faq-main {
    margin-top: 56px;
}

.faq-banner {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 180px;
    background: url('../images/profile-bg.png') left no-repeat;
    background-size: cover;
}

.faq-banner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: rgb(16, 13, 51);
    background: -moz-linear-gradient(top, rgba(16, 13, 51, 1) 0%, rgba(44, 26, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(16, 13, 51, 1) 0%, rgba(44, 26, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(16, 13, 51, 1) 0%, rgba(44, 26, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#100d33', endColorstr='#2c1aff', GradientType=0);
}

.faq-content {
    width: 1216px;
    padding: 0 20px;
    margin: 0 auto;
}

.faq-banner .faq-content {
    height: 180px;
    position: relative;
}

.faq-banner .faq-content h2 {
    font-size: 28px;
    margin: 0px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 20px;
}

.img-link {
    display: table;
    width: 100%;
    border-bottom: 1px solid #f7f8f9;
    vertical-align: middle;
    padding: 10px 15px
}

.img-link:hover {
    text-decoration: none;
    background: #f8f8ff; /* f7f8f9 */
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
}

.img-link-col {
    display: table-cell;
    vertical-align: middle;
}

.img-link-col:first-child {
    width: 45px;
}

.img-link-img {
    width: 45px;
    height: 45px;
    border-radius: 25px;
    background-color: #F0F3FF;
    background-size: cover;
    background-position: center;
}

.img-link-col span {
    display: block;
    color: #100D33;
    padding: 0 30px 0 10px;
    font-weight: normal;
    font-size: 15px;
}

.head-project .dropdown-toggle {
    background: transparent !important;
    padding: 0;
    border-radius: 0;
    color: #fff !important;
    border: none;
}

.head-project .dropdown-toggle:focus {
    border: none;
    outline: none !important;
    box-shadow: none
}

.head-project * :focus {
    outline: none !important;
}

.head-project .bootstrap-select .dropdown-toggle::after {
    display: none;
}

.head-project .bootstrap-select .btn {
    padding-right: 30px;
    z-index: 1;
}

.head-project .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.head-project .bootstrap-select .dropdown-menu {
    left: inherit !important;
    right: 0;
    top: 16px !important;
}

.head-project .bootstrap-select .dropdown-menu li {
    border-bottom: 1px solid #f7f8f9;
}

.head-project ::-webkit-scrollbar {
    width: 6px;
}

.head-project ::-webkit-scrollbar-thumb {
    background: #8d94ac;
    border-radius: 6px;
}

.top-notification {
    position: relative;
}

.top-noti-drop {
    position: absolute;
    right: 0;
    top: 35px;
    border-radius: 5px;
    width: 330px;
    text-align: left;
    background: #fff;
}

.top-noti-drop .field-noti-title {
    padding: 10px 20px;
    height: inherit;
}

.top-noti-drop .field-noti-height {
    height: 300px;
}

.center-popup .modal-body {
    padding: 40px;
}

.center-popup .modal-dialog {
    width: 100%;
    max-width: 430px;
}

.success-msg {
    text-align: center;
    margin: 40px 0;
}

.success-msg h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.success-msg p {
    margin: 0px;
}

.nm-font {
    font-size: 16px !important;
}

.success-img img {
    height: 85px;
}

.bank-img {
    padding: 35px 0;
}

.bank-img img {
    width: 85px;
    margin-bottom: 25px;
}

.bank-img span {
    display: block;
    font-size: 16px;
    color: #100D33;
}

.bank-img:hover {
    text-decoration: none;
    opacity: 0.7;
}

.bank-img:first-child {
    border-bottom: 1px solid #f2f3f5;
}

.bank-img.disabled {
    cursor: not-allowed;
    opacity: 1 !important;
}

.bank-img.disabled img {
    filter: grayscale(100%);
}

.center-popup.show {
    display: flex !important;
    padding: 20px 0;
}

.center-popup .modal-dialog {
    margin: auto;
}

.pricing-popup-main {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 255, 0.8);
    z-index: 99;
}

.pricing-popup-box {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow-x: hidden;
}

.pricing-popup-col {
    margin: auto;
    padding: 60px 70px;
    width: 100%;
}

.popup-close {
    position: absolute;
    right: 7px;
    top: 7px;
    background: url(../images/close-img.svg) center no-repeat;
    background-size: 23px;
    width: 23px;
    height: 24px;
}

.pricing-popup-title {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 65px;
    font-size: 28px;
    color: #fff;
}

.price-table-row {
    margin: 0 -7px;
}

.price-table-col {
    padding: 0 7px;
    float: left;
    width: 25%;
}

.price-table-col-box {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 35px 32px;
}

.price-table-title {
    text-align: center;
    min-height: 110px;
}

.price-table-title span {
    font-size: 14px;
    display: block;
    padding: 0;
}

.price-table-title b {
    font-weight: 700;
    font-size: 56px;
    letter-spacing: -3px;
}

.price-table-title b p {
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
}

.price-table-dis {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.price-table-dis li {
    float: left;
    width: 100%;
    padding: 0 0 0 34px;
    margin: 12px 0;
    font-size: 16px;
    background: url('../images/price-bl.png') left 2px no-repeat;
    background-size: 20px;
}

.try-btn {
    text-align: center;
    margin-top: 35px;
}

.try-btn a {
    width: 90%;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    vertical-align: top;
    font-size: 16px;
    line-height: 54px;
    border: 2px solid #0000ff;
    color: #0000ff;
    text-transform: uppercase;
    text-align: center;
}

.try-btn a:hover {
    text-decoration: none;
    background: #0000ff;
    color: #fff;
}

.Flexi-price .price-table-title b {
    font-size: 29px;
    letter-spacing: normal;
    padding-top: 18px;
    display: block;
}

.Flexi-price .price-table-col-box {
    background: #4db6fc;
    color: #fff;
    background: -moz-linear-gradient(top, #4db6fc 0%, #5a6af2 100%);
    background: -webkit-linear-gradient(top, #4db6fc 0%, #5a6af2 100%);
    background: linear-gradient(to bottom, #4db6fc 0%, #5a6af2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4db6fc', endColorstr='#5a6af2', GradientType=0);
}

.Flexi-price .try-btn a {
    border-color: #fff;
    background: #fff;
    font-weight: 600;
    color: #010043;
}

.Flexi-price .try-btn a:hover {
    background: #0000ff;
    color: #fff;
    border-color: #0000ff;
}

.enter-box .price-table-col-box {
    padding: 55px 32px;
    margin-top: -20px;
}

.enter-box a {
    text-decoration: none;
    background: #0000ff;
    color: #fff;
}

.enter-box a:hover {
    background: #fff;
    color: #0000ff;
}

.add-success {
    position: fixed;
    left: 50px;
    right: 50px;
    margin: auto;
    bottom: 40px;
    width: auto;
    padding: 7px 46px 7px 13px;
    display: table;
    font-size: 18px;
    background:#1C1A36;
    z-index: 1300;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    display: table;
}

.new-alert-success {
    position: fixed;
    left: 50px;
    right: 50px;
    margin: auto;
    bottom: 40px;
    width: auto;
    padding: 7px 46px 7px 13px;
    display: table;
    font-size: 18px;
    background:#1C1A36;
    z-index: 1300;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}
.new-alert-success i, .new-alert-info i, .new-alert-danger i {
    position: absolute;
    right: 13px;
    top: calc(50% - 11px);
    background: url(../images/close-img.svg) center no-repeat;
    background-size: 15px;
    width: 22px;
    height: 22px;
}

.new-alert-info {
    position: fixed;
    left: 50px;
    right: 50px;
    margin: auto;
    bottom: 40px;
    width: auto;
    padding: 7px 46px 7px 13px;
    display: table;
    font-size: 18px;
    background: rgba(255, 193, 7, 0.95);
    z-index: 1300;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}

.new-alert-danger {
    position: fixed;
    left: 50px;
    right: 50px;
    margin: auto;
    bottom: 40px;
    width: auto;
    padding: 7px 46px 7px 13px;
    display: table;
    font-size: 18px;
    background: rgba(255, 0, 0, 0.5);
    z-index: 1300;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
}

.greyed-out {
    /*color: #AAAFB4!important;*/
    color: #777777 !important;
    cursor: default;
}

.add-success i {
    position: absolute;
    right: 13px;
    top: calc(50% - 11px);
    background: url(../images/close-img.svg) center no-repeat;
    background-size: 15px;
    width: 22px;
    height: 22px;
}

.company-x {
    position: relative;
    text-align: center;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 17px 15px;
    float: left;
    width: 100%;
}

.company-x img {
    max-height: 66px;
    border-radius: 35px;
}

.nr-expi-note:after {
    position: absolute;
    left: 0;
    top: -1px;
    width: 6px;
    height: calc(100% + 1px);
    background: #ff9e00;
    content: '';
}

.expi-note:after {
    position: absolute;
    left: 0;
    top: -1px;
    width: 6px;
    height: calc(100% + 1px);
    background: #ff0000;
    content: '';
}

.field-noti-left-top.nr-expi-note:after {
    border-radius: 5px 0 0 0;
}

.field-noti-left-top.expi-note:after {
    border-radius: 5px 0 0 0;
}

.faq-section {
    background: #fff;
    padding: 30px 0;
}

.faq-box {
    margin: 0 0 28px 0;
}

.faq-qus {
    padding: 18px 10px;
    font-size: 16px;
    background-color: #fbfbff;
    padding-left: 48px;
    border-left: 3px solid #0000ff;
    border-right: 2px solid #f0f0f0;
}

.faq-qus i {
    position: absolute;
    left: 7px;
    top: 12px;
    font-style: normal;
    font-size: 22px;
}

.faq-ans {
    padding: 20px 10px;
    font-size: 15px;
    padding-left: 48px;
    border-left: 3px solid #d3d5dd;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.faq-ans i {
    position: absolute;
    left: 7px;
    top: 12px;
    font-style: normal;
    font-size: 22px;
}

#MonthPicker_JQButton .month-picker-month-table::before{
    display: none;
}
#MonthPicker_JQButton .month-picker-year-table:before{
    top: 22px;
}
.faq-link {
    list-style: none;
    margin: 0px;
    padding: 0 0 0 20px;
}

.faq-link li {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.faq-link li b {
    font-size: 600;
}

.faq-link li a {
    color: #636679;
    font-size: 13px;
}

.no-project {
    height: calc(100vh - 56px);
}

.add-proejct-box {
    position: absolute;
    left: 0;
;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.add-proejct-box img {
    width: 215px;
}

.add-proejct-box b {
    color: #a9b9eb;
    display: block;
    font-size: 26px;
    margin: 25px 0 5px 0;
}

.add-proejct-box p {
    color: #a9b9eb;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.setting-popup-top {
    padding: 15px 25px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.setting-popup-top span {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 0;
}

.setting-popup-box {
    display: flex;
}

.setting-popup-link {
    width: 160px;
    min-height: 400px;
    border-right: 1px solid #f4f5f7;
    padding: 40px 0 !important;
}

.setting-popup-link a {
    padding: 0 24px;
    line-height: 28px;
    display: block;
    color: #100D33;
    position: relative;
}

.setting-popup-link a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.setting-popup-link a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #0000ff;
    border-radius: 0 5px 5px 0;
}

.setting-popup-col {
    padding: 24px;
}

.setting-popup-col b {
    font-weight: 600;
}

.InternalUsers {
    margin-top: 30px;
}

.InternalUsers-avtar {
    float: left;
    margin: -45px 0 0 0;
    border-radius: 50px;
    width: 85px;
    height: 85px;
    border: 4px solid #fff;
    background: center no-repeat;
    background-size: cover;
}

.InternalUsers .box-title {
    margin-bottom: 15px;
}

.InternalUsers .box-title span {
    padding-top: 5px;
}

.popup-icon {
    padding: 30px 0 16px 0;
    text-align: center;
    border-radius: .3rem .3rem 0 0;
    background: #f4f6fc;
    -webkit-box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
}

.popup-icon img {
    vertical-align: top;
    width: 88px;
}

.popup-icon span {
    display: block;
    font-size: 16px;
    padding-top: 17px;
}

.popup-text-box {
    padding: 30px 35px 35px 35px;
}

.profile-drop {
    position: absolute;
    width: 20px;
    height: 4px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.profile-drop .dropdown-toggle:after,
.profile-edit .dropdown-toggle:after {
    display: none;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 24px rgb(12 12 43 / 25%) !important;
}

.dropdown-menu a {
    font-size: 14px;
    line-height: 1.3;
}

.profile-drop .dropdown-menu.show {
    left: -68px !important;
}

.dropdown-toggle {
    cursor: pointer;
}

.profile-edit {
    width: 68px;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    color: #9bace8;
    padding: 0 0 0 9px;
    font-size: 12px;
    position: absolute;
    right: 28px;
    bottom: 0;
    background: rgba(21, 17, 83, 0.7);
    border-radius: 3px 3px 0 0;
}

.profile-edit:hover .profile-edit-box {
    color: #fff;
}

.profile-edit-box img {
    width: 14px;
    vertical-align: middle;
    margin: -3px 2px 0 0;
    display: none;
}

.profile-edit-box {
    background: url('../images/photo-camera.svg') left no-repeat;
    background-size: 14px;
    padding-left: 20px;
}

.profile-edit:hover .profile-edit-box {
    background: url('../images/photo-camera-hover.svg') left no-repeat;
    background-size: 14px;
}

.pin-box {
    padding: 35px 35px 27px 35px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.pin-output p {
    color: #797b8c;
    margin-bottom: 10px;
}

.pin-output {
    padding: 0 0 0 8px;
}

.pin-output-box span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    background: #d7d9e0;
    margin-right: 14px;
}

.pin-output-box span.active {
    background: #636679;
}

.pin-dial-main {
    float: left;
    width: 100%;
    padding: 0;
    background: #f4f6fc;
    box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.04);
}

.pin-box-bottom {
    padding: 20px 30px;
}

.white-btn {
    background: #fff;
}

.login-pin {
    width: 390px;
}

.pin-dial-box {
    padding: 26px 29px 10px 29px;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pin-dial-box span {
    display: inline-block;
    cursor: pointer;
    width: 66px;
    color: #010134;
    vertical-align: top;
    height: 60px;
    margin: 0 20px 9px 20px;
    line-height: 53px;
    font-size: 26px;
}

.pin-dial-box span.numpad-clear-btn {
    font-size: 22px;
}

.pin-dial-box span.dial-clr {
    font-size: 17px;
}

.pin-back {
    background: url('../images/pin-back.svg') center no-repeat;
    background-size: 26px;
}

.dial-link {
    padding: 0 36px 18px 36px;
}

.dial-link a {
    color: #808394;
    font-size: 11px;
}

.text-page {
    width: 714px;
}

.text-page .login-form .full-width {
    height: 500px;
}

.text-page .login-form h1 {
    padding: 25px;
    font-size: 16px;
    font-weight: 600;
}

.text-page p {
    padding: 0 27px;
    font-size: 14px;
    margin-bottom: 25px;
}

.text-page h2 {
    padding: 0 27px;
}

.text-page .btn {
    width: auto;
    min-width: auto;
    border: none;
    margin-top: 12px;
}

.popup-pin .pin-dial-box span {
    margin: 0 18px 9px 18px;
}

.popup-pin .pin-output-box {
    text-align: center;
}

.filter-icon {
    position: relative;
    padding-left: 40px;
}

.filter-icon:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 10px;
    width: 25px;
    height: 19px;
    background: url('../images/filter-date.png') no-repeat;
    background-size: 15px;
    background-position: 5px center;
}

.date-drop {
    padding: 10px;
}

.date-drop .bootstrap-select .btn-light {
    padding: 5px 13px;
}

.calander-box {
    padding-bottom: 10px;
}

.calander-date-box {
    float: left;
    width: 130px;
    margin: 0 10px;
}

.calander-date-text {
    float: left;
    width: 33px;
    font-size: 13px;
    line-height: 37px;
    text-align: center;
}

.date-pike-box.archive-drop .archive-list {
    width: 333px;
    overflow: inherit;
}

.date-pike-box .date-time-picker {
    font-size: 12px;
}

.date-pike-box .date-time-picker {
    background: url(../images/calendar-img.svg) 8px 10px no-repeat #FFF;
    line-height: 18px;
    background-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 12px;
}
.datepicker{
    position: relative;
    z-index: 1111;
}
.dropdown.bootstrap-select.document_type {
    position: relative;
    z-index: 111;
}
.datepicker td {
    text-align: center;
    border-right: 1px solid #bec5d7;
    border-bottom: 1px solid #bec5d7;
}

.datepicker table tbody {
    border-left: 1px solid #bec5d7;
    border-top: 1px solid #bec5d7
}

.datepicker .datepicker-days {
    padding: 10px;
}

.datepicker .dow {
    font-weight: 300;
    color: #767989;
}

.datepicker tbody td {
    background: #f9fafb;
    color: #100d33;
}

.datepicker .datepicker-switch {
    font-weight: 600;
}
/*
.datepicker .prev {
    background: url('../images/date-arrow-p.svg') center no-repeat !important;
    background-size: 14px !important;
} */

.datepicker .prev:hover {
    background-color: #f8f9fa !important;
}

/* .datepicker .next {
    background: url('../images/date-arrow-n.svg') center no-repeat !important;
    background-size: 14px !important;
} */

.datepicker .next:hover {
    background-color: #f8f9fa !important;
}

.datepicker th.picker-switch {
    font-weight: 600;
}


/*.datepicker tbody td {
    min-width: 32px;
}*/

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background: #0028ff;
    border-color: #0016dd;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0);
    border-radius: 0px;
    color: #fff !important;
    border-right: 1px solid #bec5d7;
    border-bottom: 1px solid #bec5d7;
}

.onbording-main {
    /*padding: 25px 0 60px 25px;*/
    padding: 28px 0 60px 28px;
    overflow-x: hidden;
    overflow-y: auto;
}

.onbording-top {
    padding: 15px;
    border-bottom: 1px solid #e5e6eb;
}

.bootstrap-select .text-muted {
    background-color: #f2f5fa;
    border-radius: 3px;
    margin: 0 0 0 10px !important;
    padding: 1px 3px !important;
    color: #252346;
}

.bootstrap-select .dropdown-menu li.active small,
.bootstrap-select .dropdown-menu li small {
    color: #252346 !important;
}

.archive-btn span {
    float: right;
    color: #0028ff;
    margin-right: -3px;
}

.archive-list {
    min-width: 255px;
}

.onbording-center {
    /*min-height: 500px;*/
    padding-left: 220px;
}

.onbording-left {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 220px;
    height: 100%;
    background: #fff;
    box-shadow: 5px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0 5px;
}

.onbording-left .dropdown-item {
    padding: 11px 13px;
    position: relative;
}
.onbording-left .dropdown-item .onbording-left-icon {
    position: absolute;
    left: 9px;
    top: 7px;
    width: 26px;
    display: flex;
    height: 26px;
    background: center #ccc;
    border-radius: 15px;
}

.onbording-table th,
.onbording-table td {
    text-align: center;
}

.onbording-table {
    overflow: auto;
}

.onbording-table th {
    vertical-align: top !important;
    border-right: 1px solid #f4f5f7;
}

.onbording-table th:before,
.onbording-table th:after {
    display: none !important;
}

.onbording-table th img {
    width: 24px;
    margin-bottom: 12px;
}

.onbording-table table.table-bordered.dataTable th {
    white-space: normal;
}

.onbording-table th p {
    font-weight: normal;
    margin-bottom: 5px;
    width: 154px;
    min-height: 42px;
}

.onbording-table th span {
    color: #9092a0;
    font-size: 12px;
    display: block;
    font-weight: 300;
    min-height: 18px;
}

.onbording-table .table th {
    padding: 15px 10px 25px 10px !important;
}

.onbording-table .table td {
    padding: 0px !important;
    border-right: 1px solid #e3e5e9;
}

.export-btn .dropdown-toggle::after {
    display: none;
}

.export-btn .dropdown-menu {
    min-width: 100%;
    margin-top: 7px !important;
}

.onboard-row {
    display: table;
    width: 100%;
    vertical-align: middle;
    min-height: 69px;
    padding: 0 !important;
}

.onboard-col {
    display: table-cell;
    vertical-align: middle;
}

.onboard-col span {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 33px;
    background: #eaffee;
    border-radius: 20px;
}

.onboard-col span i {
    background: url('../images/onboard-gr.png') center no-repeat;
    margin-top: 5px;
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.onboard-col.click span i:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    background: url('../images/onboard-right.png') center no-repeat;
    background-size: 12px;
}

.user-cell {
    cursor: pointer;
}

.onbording-table .table-striped tbody tr:hover {
    background: transparent;
}

.onboard-gr.onboard-col span {
    background: #eaffee;
}

.onboard-gr.onboard-col span i {
    background-image: url('../images/onboard-gr.png');
}

.onboard-rd.onboard-col span {
    background: #fcebeb;
}

.onboard-rd.onboard-col span i {
    background-image: url('../images/onboard-rd.png');
}

.onboard-yl.onboard-col span {
    background: #fef9eb;
}

.onboard-yl.onboard-col span i {
    background-image: url('../images/onboard-yl.png');
}

.onboard-pr.onboard-col span {
    background: #faeefe;
}

.onboard-pr.onboard-col span i {
    background-image: url('../images/onboard-pr.png');
}

.onboard-wt.onboard-col span {
    background: #EEFCFE;
}

.onboard-wt.onboard-col span i {
    background-image: url('../images/wating-icon.png');
}

.onbording-table .add-new {
    background: #f9fafc;
    background-size: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.onbording-table .add-new:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.onbording-table .gray-round {
    background: url('../images/gray-round.png') center no-repeat #f9fafc;
    background-size: 22px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.onbording-table .gray-round:hover {
    background-color: #fff;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.tooltip-new {
    position: relative;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #100D33;
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.onboard-row.tooltip-new {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tooltip-new:hover {
    background-color: #f9fafc;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.tooltip-new .tooltiptext {
    display: none;
}

.tooltip-new .tooltiptext {
    width: 250px;
    background-color: #1C1A36;
    color: #fff;
    padding: 5px;
    text-align: left;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    line-height: 1.4;
    top: 50px;
}

.tooltip-new .tooltiptext b {
    font-weight: 600;
    padding-bottom: 5px;
}

.tooltip-new .tooltip-bottom {
    left: -28px;
}

.tooltip-new .tooltip-bottom::after {
    left: 126px;
}

.tooltip-new:hover .tooltiptext {
    display: block;
}

.tooltip-new .tooltiptext b {
    display: block;
}
.onbord-dorpdown-main {
    padding: 15px;
    border-bottom: 1px solid #f4f5f7;
    min-height: 142px;
    /*min-height: 145px*/
    /*min-height: 145px;*/
}

.onbord-dorpdown-main .light-btn {
    width: 100%;
    height: auto;
    padding: 0 20px;
    height: 91px;
    text-align: center;
    position: relative;
}

.onbord-dorpdown-main .light-btn span {
    display: block;
    white-space: normal;
    line-height: 1.2;
}

.onbord-dorpdown-main .light-btn img {
    max-height: 31px;
}

table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    border-left: 0px;
    border-bottom: 0px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.dataTables_length {
    float: left;
    width: auto;
}

.onbording-table .table {
    border-top: none;
    border-left: 0px;
}

.onbord-dorpdown-main .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 40%;
}

.onbord-list-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #f4f5f7;
    vertical-align: middle;
    padding: 0 15px 0 20px;
    height: 70px;
}

.onbord-list-col {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0;
}

.onbord-list-col:first-child {
    width: 57px;
}

.avtar-box {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 24px;
    background-color: #F0F3FF;
    background-size: cover;
    background-position: center;
}

.onbord-list-col p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.2;
}

.onbord-list-col span {
    display: inline-block;
    text-align: center;
    margin-top: 3px;
    margin-right: 5px;
    vertical-align: top;
    font-weight: 300;
    font-size: 8px;
    width: 23px;
    height: 12px;
    color: #fff;
    background: #000;
    border-radius: 8px;
}

.onboard-rd-con {
    background: #ff0000 !important;
    cursor: pointer;
}

.onboard-yl-con {
    background: #f3a640 !important;
    cursor: pointer;
}

.onboard-pr-con {
    background: #ad3df6 !important;
    cursor: pointer;
}

.onboard-bl-con {
    background: #3D99F6 !important;
    cursor: pointer;
}

span.onboard-wt-con.pills {
    background: #3d99f6 !important;
    cursor: pointer;
}

.onbord-dorpdown-main .dropdown-menu a img {
    width: 30px;
}

.onbord-dorpdown-main .dropdown-menu a {
    font-size: 14px;
}

.onbord-dorpdown-main .dropdown-menu {
    min-width: 285px;
}

.upload-task-new .upload-task-top h3 {
    display: inline-block;
}

.upload-task-top span {
    display: inline-block;
    color: #636679;
    font-size: 12px;
    font-weight: normal;
}

.upload-task-top .bootstrap-select li.selected.active a span.text,
.upload-task-top .dropdown-item.active span,
.upload-task-top .dropdown-item:active span {
    color: #fff;
}

.upload-task-info {
    padding: 30px 20px 20px 20px;
}

.upload-task-info b {
    font-weight: 600;
}

.upload-task-info p {
    margin-bottom: 5px;
}

.upload-doc-row {
    padding: 15px 50px 15px 0;
    border-bottom: 1px solid #e3e5e9;
}

.upload-doc-row>img {
    width: 55px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    margin-right: 5px;
}

.upload-task-sub {
    padding: 0 0 20px 0;
}

.upload-task-sub b {
    font-weight: 600;
    padding: 0 20px 7px 20px;
    border-bottom: 1px solid #e3e5e9;
    display: block;
}

.upload-doc-row .close-icon-i {
    position: absolute;
    right: 0;
    top: 22px;
    width: 22px;
}

.upload-task-sub-box {
    height: 360px;
}

.with-profile .modal-dialog {
    margin-top: 40px;
}

.avtar-onboard {
    width: 64px;
    height: 64px;
    border-radius: 34px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin: -30px 0 20px 0;
    border: 2px solid #fff;
    background: #8d94ac center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.with-profile .upload-task-sub-box {
    height: calc(100vh - 508px);
}

.upload-task-sub-box .sm-scroll {
    padding: 0 20px;
}

.Certificate-list {
    height: calc(100vh - 260px);
}

.pft-text span {
    color: #0000FF;
}

.Certificate-list-row {
    display: table;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #e3e5e9;
    padding: 15px 26px;
}

.Certificate-list-col {
    display: table-cell;
    vertical-align: middle;
}

.Certificate-list-col:first-child {
    width: 45px;
}

.Certificate-list-col img {
    width: 30px;
}

.input-file {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.upload-borwse-box input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

#health-alerts .avtar-onboard {
    margin: -47px 0 10px 0;
}

.popup-header h3 span {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #636679;
    padding-top: 3px;
}

.authoris-section .role-tag span {
    padding: 5px 10px;
    background: #edeef1;
}

.Licensse-app>b {
    font-weight: 600;
    border-bottom: 1px solid #e3e5e9;
    padding: 0 20px 8px 20px;
    margin-bottom: 10px;
    display: block;
}

.Licensse-app b {
    font-weight: 600;
}

.Licensse-app-box {
    padding: 10px 20px;
}

.doc-file-row-description {
    display: table;
    width: 100%;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #e3e5e9;
    padding: 0 20px;
    font-size: 10px;
}

.doc-file-row {
    display: table;
    width: 100%;
    vertical-align: middle;
    position: relative;
    border-bottom: 1px solid #e3e5e9;
    padding: 13px 20px;
}

.doc-file-row:first-child {
    border-top: 1px solid #e3e5e9;
}

.doc-file-col {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.doc-file-col:first-child {
    /*width: 65px;*/
}
#archivedCertificateList table::before, .BoardArchive table::before {
    top: -15px;
}
.doc-file-col:last-child {
    /*width: 78px;*/

    width: 104px;
    padding-left: 8px;
}

.doc-file-col span {
    color: #6c757d!important;
    display: block;
    font-size: 10px;
}

.doc-file-col img {
    height: 31px;
}

.doc-file-col i {
    position: absolute;
    right: -4px;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #0000ff;
    border-radius: 7px;
}

.error-doc.doc-file-row:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: red;
}

.img-prev {
    padding: 15px;
}

#reject-popup .modal-dialog {
    margin-top: 50px;
    max-width: 450px;
}

#reject-popup .avtar-onboard {
    margin: -47px 0 10px 0;
}

.reject-popup .modal-dialog {
    margin-top: 50px;
    max-width: 450px;
}

.reject-popup .avtar-onboard {
    margin: -47px 0 10px 0;
}

.doc-box-row {
    width: 100%;
    display: table;
    vertical-align: middle;
    border-bottom: 1px solid #e3e5e9
}

.doc-box-col {
    display: table-cell;
    vertical-align: middle;
    padding: 13px 0;
}

.doc-box-col:first-child {
    width: 35px;
}

.doc-box-col:nth-child(2) {
    width: 70px;
}

.doc-box-col img {
    height: 31px;
}

.doc-box .sm-scroll {
    padding: 20px;
}

.doc-box h4 {
    color: #8a8c9a;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e5e9
}

.doc-box {
    height: 160px;
}

#reject-popup .popup-header {
    padding-bottom: 10px;
}

.reject-popup .popup-header {
    padding-bottom: 10px;
}

body .dropzone .dz-preview {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

body .dropzone .dz-preview.active:before {
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    background: #f5f5f5;
    content: '';
}

.dropzone .dz-preview.dz-image-preview.active {
    border-bottom-color: #fff;
}

body .dropzone .dz-preview .dz-image,
body .dropzone .dz-preview.dz-file-preview .dz-image {
    width: 55px;
    height: 55px;
    border-radius: 0;
    float: left;
    background: transparent;
}

body .dropzone .dz-preview.dz-file-preview .dz-image img {
    max-height: 100%;
}

body .dropzone .dz-preview {
    display: flex;
    align-items: center;
    min-height: 74px;
    border-bottom: 1px solid #e3e5e9;
}

body .dropzone .dz-preview .dz-details .dz-size {
    display: none !important;
}

body .dropzone .dz-preview .dz-error-message,
.dz-success-mark,
.dz-error-mark {
    display: none !important;
}

body .dz-details {
    opacity: 1 !important;
}

body .dropzone .dz-preview:hover .dz-image img {
    filter: blur(0);
    transform: scale(1);
}

body .dropzone .dz-preview .dz-details {
    position: relative;
    min-width: auto;
    padding-right: 34px;
}

body .dropzone .dz-preview .dz-details .dz-filename span {
    background: none !important;
    word-break: break-all;
    white-space: normal;
    border: none !important;
    color: #100D33;
    font-weight: normal;
    font-size: 14px;
}

.dropzone .dz-details {
    display: none;
}

.dropzone .dz-preview.dz-complete .dz-details {
    display: block;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    z-index: 99;
    right: 0;
    width: 22px;
    display: block;
    background: url('../images/close-img-n.svg') center top no-repeat;
    background-size: 21px;
    text-indent: -9999px;
}

body .dropzone .dz-preview .dz-progress .dz-upload {
    background: #0002d2;
    border-radius: 8px;
}

body .dropzone .dz-preview .dz-progress {
    left: 118px;
    height: 8px;
    width: 199px;
    margin-top: -4px;
}

body .dropzone {
    min-height: inherit;
    border: none;
    background: transparent;
    padding: 0;
}

body .dropzone .dz-preview .dz-details .dz-filename,
body .dropzone .dz-preview .dz-details .dz-filename {
    padding: 0;
}

.board-close {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 22px;
    z-index: 9;
}

.board-close img {
    width: 100%;
    vertical-align: top;
}

.click-section {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 7px;
}

.click-select {
    float: right;
    width: auto;
    margin-right: -5px;
}

.click-select img {
    width: 22px !important;
    margin: 0px !important;
}

.edit-board {
    float: right;
    width: auto;
}

.edit-board img {
    width: 15px !important;
    margin: 0px !important;
}

.requirement-swich {
    margin: 28px 0;
}

.requirement-swich label,
.requirement-swich p {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}

.requirement-swich p {
    padding-left: 8px;
}

.training-drop-row {
    display: table;
    padding: 10px 15px;
    width: 100%;
    cursor: pointer;
}

.training-drop-row:hover {
    background-color: #ddd;
}

.training-drop-col {
    display: inline-block;
    vertical-align: middle;
}

.training-drop-img {
    width: 40px;
    padding-right: 15px;
}

.training-drop .archive-btn img {
    height: 20px;
    margin-right: 10px;
}

.training-drop .drop-btn-main a {
    text-align: left;
}

.training-drop .drop-btn-main a img {
    height: 20px;
}

.on-select,
.on-select .onboard-row,
.on-select .onboard-row .add-new {
    /*background-color: #cecece !important;*/
}

table tr .checkbox.board-chekc {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}

.password-show i {
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 12px;
    width: 21px;
    height: 21px;
    background: url(../images/password-icon-o.svg) center 3px no-repeat;
    background-size: 100%;
}

#upload-task-popup .col-box-6 {
    width: 62%;
}

#upload-task-popup .col-box-6.upload-task-left {
    width: 38%;
}

#upload-task-popup .dz-details {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
}

body #upload-task-popup .dropzone .dz-preview {
    align-items: flex-start;
}

#upload-task-popup .dropzone .dz-preview .dz-remove {
    top: 14px;
}

#upload-task-popup .author-text-sub {
    width: 20%;
    padding-right: 5px;
}

#upload-task-popup .attachment-box {
    float: left;
    width: 80%;
}

#upload-task-popup .addNew {
    margin: 3px 3px 3px 0;
    display: inline-block;
    position: relative;
}

#upload-task-popup .row {
    margin: 0 -5px;
}

#upload-task-popup .col-sm-4 {
    padding: 0 5px;
}

#upload-task-popup .role-col-box {
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
}

#upload-task-popup .dropzone .dz-preview .dz-progress {
    margin-top: -15px;
}

.dropzone .dz-preview:hover .dz-image img {
    transform: scale(1);
}

.upload-task-middle .archive-list-box .sm-scroll {
    padding: 0;
}

.zoom-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(225, 225, 225, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}


/* .dz-image:hover .zoom-icon {
    display: block;
} */

.zoom-icon:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    /* content: '';
    background: url(../images/zoom-icon.png) center no-repeat;
    background-size: 17px; */
}

.zoom-icon-image {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(225, 225, 225, 0.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

.dz-image:hover .zoom-icon-image {
    display: block;
}

.zoom-icon-image:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    content: '';
    background: url(../images/zoom-icon.png) center no-repeat;
    background-size: 17px;
}

.table-tab-tag {
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 5%);*/
    padding: 0px 18px 0 0;
}

.Upload-btn input[type="file"] {
    display: none;
}

.Upload-btn .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.textarea-count span {
    float: right;
    width: auto;
    font-size: 12px;
    color: #868686;
    margin-top: 5px;
}

.Upload-btn span {
    font-size: 12px;
    color: #868686;
    display: inline-block;
    vertical-align: middle;
    padding: 13px 0 0 10px;
}

.font-15 {
    font-size: 15px !important;
}

.upload-file-table table {
    width: 100%;
}

.upload-file-table table img {
    max-width: 100%;
}

.upload-file-table {
    min-height: 100px;
    padding: 5px 0;
}

.upload-file-table table b {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px 0 20px;
}

.upload-file-table table span {
    font-size: 12px;
    color: #636679;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
}

.radio-box {
    position: absolute;
    right: 15px;
    width: 22px;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
}

.radio-box .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #d7dbe6;
}

.radio-box:hover input~.checkmark {
    background-color: #ccc;
}

.radio-box input:checked~.checkmark {
    background: url(../images/checked.svg) center no-repeat #0000ff;
    background-size: 12px;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
    border-color: #0000ff;
}

.radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-box input:checked~.checkmark:after {
    display: block;
}

.datatable-title {
    border-bottom: 1px solid #dee2e6;
    padding: 14px 20px;
    color: #100D33;
    font-size: 15px;
}

.datatable-title h3 {
    display: inline-block;
}

#NewCompany .modal-body, #UserRequestTrialPopup .modal-body {
    padding-bottom: 100px;
}

.nav-tab-new {
    border-bottom: 1px solid #e7e8ec;
}

a:focus,
button:focus {
    outline: none;
}

.multiple-select .inner.show {
    height: 290px;
    min-height: inherit;
}

.multiple-select .bs-searchbox .form-control {
    background: url(../images/input-search.svg) 8px no-repeat #fff;
    background-size: 14px;
    padding-left: 31px;
    font-size: 13px;
}

.bootstrap-select .no-results {
    font-size: 14px;
}

.multiple-select .dropdown-item {
    padding: 15px 2px 15px 26px !important;
}

.multiple-select .dropdown-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 15px;
    background: #d1e3fa;
    height: 18px;
    width: 18px;
    border-radius: 6px;
    border: 1px solid #d7dbe6;
    background: #fff;
}

.multiple-select .dropdown-item .text {
    color: #16181b !important;
}

.multiple-select .selected.dropdown-item:before {
    content: "";
    box-shadow: 0 0 0 0.15rem rgb(0 123 255 / 50%);
    background: url('../images/checked.svg') center no-repeat #0000fe;
    background-size: 10px;
    border: 1px solid #0000fe;
}

.multiple-select .dropdown-item .check-mark {
    display: none !important;
}

.multiple-select .dropdown-menu li {
    padding: 0 10px;
}

.multiple-select .dropdown-menu li a {
    border-bottom: 1px solid #dadee2;
}

.multiple-select .dropdown-item.active,
.multiple-select .dropdown-item:active,
.multiple-select .dropdown-item:focus,
.multiple-select .dropdown-item:hover {
    background: none !important;
}

.selected-box {
    padding: 10px 10px 0 10px;
}

.selected-box i {
    font-style: normal;
}

.selected-box span {
    padding: 0 15px;
    font-size: 14px;
    color: #100D33;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ccc;
    line-height: 1.2;
}

.selected-box a {
    padding: 0 10px;
    font-size: 14px;
    color: #0000FF;
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
}


/*Add Tanning CSS*/

.Traning-head {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    padding: 15px 20px;
}

.Traning-info a {
    display: block;
    font-size: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #dadee2;
    color: #100D33;
    text-decoration: none !important;
}

.Traning-info a:last-child {
    border-bottom: 0px;
}

.Traning-info a:hover,
.Traning-info a.active {
    background: #f8f8ff;
    color: #0000ff;
}

.Traning-info-bottom {
    padding: 15px 20px;
    border-top: 1px solid #dadee2;
}

.Traning-info-bottom a {
    color: #0000ff;
    font-size: 14px;
    float: left;
    margin-top: 5px;
}

.Traning-info {
    height: calc(100vh - 250px);
}

.trainig-right {
    padding: 15px 20px;
    height: 100%;
}

.opti label span {
    font-size: 11px;
    color: #ccc;
}

.trainig-right .footer-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    width: 100%;
}


/*Add training css end*/


/*company list scroll css start*/

.company-list {
    max-height: 270px;
    overflow-x: hidden;
}

.company-list::-webkit-scrollbar {
    width: 6px !important;
}
.new-company-before{
    /*position: absolute;*/
    /*left: -1px;*/
    /*top: 0;*/
    /*width: 6px;*/
    /*content: '';*/
    /*height: 100%;*/
    background-color: #0000ff !important;
}
.new-company-before span{
    color: white;
}
.onboarding-loader {
    position: fixed;
    left: 74px;
    top: 54px;
    width: calc(100% - 74px);
    height: calc(100% - 54px);
    background: #14104e8a;
    z-index: 1200;
}

.other-progress-bar-loader {
    position: fixed;
    left: 250px;
    top: 54px;
    width: calc(100% - 250px);
    height: calc(100% - 54px);
    background: #14104e8a;
    z-index: 1200;
}

.onboarding-loader img {
    width: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.company-list::-webkit-scrollbar-thumb {
    background: #8d94ac !important;
    border-radius: 20px;
}

.onbording-table::-webkit-scrollbar {
    height: 8px !important;
}


/*company list scroll css end*/


/*database menu icon start*/

.database-menu a {
    background: url('../images/database-icon.png') no-repeat 15px 8px;
    background-size: 16px;
}

.database-menu.active a {
    background: #f8f8ff url('../images/database-icon-hover.png') no-repeat 15px 8px;
    background-size: 16px;
}


/*database menu icon end*/

.user-avatar-main {
    text-align: center;
    margin-top: -47px;
}

.user-avatar-img {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    height: 152px;
    border-radius: 80px;
    border: 2px solid #fff;
    background: center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.user-avatar-logo {
    width: 54px;
    height: 54px;
    border-radius: 80px;
    border: 2px solid #fff;
    background: center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -7px;
    right: -12px;
}

#user-name-popup .btn {
    margin: 0 4px;
}

#user-name-popup .center-popup .modal-dialog {
    max-width: 345px;
}

#Assign-Account-Holder .center-popup .modal-dialog {
    max-width: 345px;
}

#newNotificationDatatable_wrapper .dataTables_scrollBody,
#editShowAnnouncementDatatable_wrapper .dataTables_scrollBody {
    height: 400px !important;
}

#newNotificationDatatable_wrapper .dataTables_scroll,
#editShowAnnouncementDatatable_wrapper .dataTables_scroll {
    margin: 0 -20px;
}

#newNotificationDatatable_wrapper .table-bordered,
#editShowAnnouncementDatatable_wrapper .table-bordered {
    border: none;
}

#newNotificationDatatable_wrapper .table thead th,
#editShowAnnouncementDatatable_wrapper .table thead th {
    border-bottom: none;
}

#newNotificationDatatable_wrapper .dataTables_scrollHead,
#editShowAnnouncementDatatable_wrapper .dataTables_scrollHead {
    box-shadow: 0px 4px 9px 0px rgb(111 111 111 / 7%);
    z-index: 9;
}

#editShowAnnouncementDatatable_wrapper .dataTables_scrollHeadInner {
    padding: 0 20px;
    box-sizing: border-box !important;
}

#editShowAnnouncementDatatable_wrapper .dataTables_scrollBody {
    padding: 0 20px;
}

#newNotificationDatatable_wrapper tr td,
#editShowAnnouncementDatatable_wrapper tr td {
    padding-right: 9px;
}

.step3 {
    float: left;
    margin-bottom: 20px;
}

.step3 p {
    margin-bottom: 30px;
}

table.dataTable thead th:before {
    display: none !important;
}

.table.dataTable thead>tr>th.sorting:after {
    background: url('../images/table-sort-icon.svg') center no-repeat;
    background-size: 12px;
    content: '' !important;
    position: relative !important;
    bottom: inherit !important;
    width: 12px !important;
    height: 14px !important;
    display: inline-block !important;
    right: -8px;
    vertical-align: middle;
    opacity: 1;
}

.table.dataTable thead>tr>th.sorting_asc:after {
    background: url('../images/table-sort-icon-asc.svg') center no-repeat;
    background-size: 12px;
    content: '' !important;
    position: relative !important;
    bottom: inherit !important;
    width: 12px !important;
    height: 14px !important;
    display: inline-block !important;
    right: -8px;
    vertical-align: middle;
    opacity: 1;
}

.table.dataTable thead>tr>th.sorting_desc:after {
    background: url('../images/table-sort-icon-desc.svg') center no-repeat;
    background-size: 12px;
    content: '' !important;
    position: relative !important;
    bottom: inherit !important;
    width: 12px !important;
    height: 14px !important;
    display: inline-block !important;
    right: -8px;
    vertical-align: middle;
    opacity: 1;
}

.modal-backdrop {
    background: #14122E;
}

.modal-backdrop.show {
    opacity: 0.82;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px !important;
    background: #ccc;
    border-radius: 20px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #8d94ac !important;
    border-radius: 20px;
}

.dataTables_scrollBody thead {
    display: none !important;
}

#userDataTable_wrapper table.table-bordered.dataTable {
    border-right: 1px solid #dee2e6;
}

.archive-list-col .checkbox {
    height: 24px;
}


/*.archive-list-box .checkbox span {
    position: relative;
    padding-right: 22px;
    display: inline-block;
    line-height: 1.3;
}


.archive-list-box .checkbox span i {
    position: absolute;
    right: 0;
    top: 1px;
}*/

#preview-pdf-image-popup #dialog object {
    height: calc(100vh - 50px) !important;
}

#preview-pdf-image-popup-common #dialog object {
    height: calc(100vh - 50px) !important;
}

.aus-flag {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
    background: url(../images/aus-flag.jpg) center no-repeat;
    background-size: 100%;
}

.ind-flag {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 14px;
    background: url(../images/ind-flag.jpg) center no-repeat;
    background-size: 100%;
}

.dropdown-toggle .filter-option-inner-inner i {
    display: none;
}

.doc-date .date-time-picker {
    line-height: 21px;
}

.doc-date {
    flex: 0 0 27%;
}

.doc-type {
    flex: 0 0 39%;
    max-width: initial;
}

::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
    border-radius: 20px;
    background: #fff !important;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background: #8d94ac !important;
    border-radius: 20px;
}

.onbording-table table.table-bordered.dataTable {
    width: auto !important;
    border-right: 1px solid #e3e5e9;
}

.onbording-table .tooltip-new .tooltiptext {
    left: 55%;
    max-width: 185px;
    transform: translatex(-50%);
    padding: 8px 15px;
}

.onbording-table .tooltip-new .tooltip-bottom::after {
    left: 50%;
    transform: translatex(-50%);
}

.onbording-menu .sliderBar {
    width: 74px;
}

.company-x-sub {
    width: 122px !important;
    height: 122px !important;
    border-radius: 60px !important;
}

.onbording-menu .company-x-sub {
    width: 50px !important;
    height: 50px !important;
}

.onbording-menu .company-x {
    padding: 17px 0;
}

.onbording-menu.sa-main .profile-section{
    padding: 0 0 0 74px;
    margin-top: 56px;
}
body.sa-main.onbording-menu{
    overflow-y: hidden;
}
.onbording-menu.sa-main .contener-main {
    padding: 56px 0 0 74px;
}

.onbording-menu .sliderBar-nav li a {
    text-indent: -9999px;
}

.onbording-menu .sliderBar-nav li.active>a:before,
.onbording-menu .sliderBar-nav li .sub-menu a.active:before {
    display: none
}

.company_type.multiple-select .inner.show {
    height: 242px;
}

.dataTables_wrapper .row:last-child {
    position: absolute;
    right: 0;
    bottom: -44px;
}

.page-item .page-link {
    height: 30px;
    border: 1px solid #ced4e1 !important;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%) !important;
    color: #100D33 !important;
    font-size: 13px;
    margin-left: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
}

.page-item.active .page-link {
    background: #0028ff !important;
    border-color: #0016dd !important;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%) !important;
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%) !important;
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0) !important;
    color: #fff !important;
}

.page-item.disabled .page-link {
    opacity: 0.5;
}

.entry-show-drop {
    position: absolute;
    left: 0;
    bottom: -43px;
}

.entry-show-drop .bootstrap-select .btn-light {
    padding: 3.5px 7px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
}

.entry-show-drop .entry-show-drop .bootstrap-select .dropdown-toggle .filter-option {
    margin-right: 5px;
}

.entry-show-drop .bootstrap-select>.dropdown-toggle:after {
    margin-top: 0;
    background-size: 8px;
}

.dataTables_paginate {
    padding: 0;
}

.selected-document {
    background: #f8f8ff;
}

.preview-document-list-box-details-model {
    cursor: pointer;
}

.entry-show-drop .bootstrap-select {
    float: left;
    width: auto !important;
}

.entry-show-drop {
    width: 150px;
}

.table-arrow-up {
    height: 30px;
    float: left;
    border: 1px solid #ced4e1 !important;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%) !important;
    color: #100D33 !important;
    font-size: 13px;
    margin-right: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
    width: 32px;
    position: relative;
    cursor: pointer;
}

.table-arrow-up:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/up-arrow.svg) center no-repeat;
    background-size: 12px;
}

.desh-box-text h3 {
    padding: 12px 0 0 18px;
    font-size: 15px;
    position: relative;
    margin-bottom: 1rem;
}

.desh-box-text p {
    position: relative;
    padding-right: 30px;
}

.desh-box-text span {
    font-weight: 600;
}

.desh-box-text p b {
    position: absolute;
    right: 15px;
    top: 6px;
    width: auto;
    font-size: 20px;
    z-index: 1;
    font-weight: 600;
}

.portel-desh img {
    top: 0;
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 60%);
}

.roles-photo {
    margin-bottom: 10px;
}

.roles-photo img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
}

.Training-drop .archive-list {
    right: inherit;
    left: 0;
    min-width: 450px;
    width: 100%;
}

.Training-drop .archive-list-box {
    height: 270px;
}

.Training-drop .archive-list-box .checkbox span {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-right: 5px;
}

.Training-drop .bootstrap-select .btn-light {
    padding: 5px 13px;
}

.Training-d {
    padding: 10px;
    border-bottom: 1px solid #EDEEF1;
}
.Training-search{
    position: relative;
    height: 52px;
    z-index: 11;
}
.Training-search::before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0.48;
    background: rgb(197,205,212);
    background: linear-gradient(180deg, rgba(197,205,212,1) 0.1%, rgba(255,255,255,0) 75%);
}
.Training-search .form-control {
    border-radius: 0px;
    border: none;
    z-index: 11;
    position: relative;
    padding: 13px 13px;
    height: 52px;
}

.Training-search .form-control {
    background: url(../images/input-search.svg) 11px center no-repeat #fff;
    background-size: 18px;
    padding-left: 40px;
}
.Training-search .form-control:focus{
    box-shadow: none;
    border: none !important;
}
.onbording-center #data-table_paginate-outside {
    position: absolute;
    right: 0;
    bottom: -58px;
}

.modal-content {
    box-shadow: 2px 4px 9px 0px rgb(20 18 46);
    border-radius: 6px;
}

.bootstrap-select .dropdown-toggle::after {
    border: none !important;
    width: 13px;
    height: 11px;
    background: url(../images/drop-down-icon.svg) center no-repeat;
    background-size: 11px;
    margin: 0;
}

.datatable-main {
    border-radius: 5px;
}

.preview-certificate-document-btn {
    cursor: pointer;
}

.tab-content {
    float: left;
    width: 100%;
    height: 100%;
}

.onbording-table table tr:last-child td .tooltip-new .tooltiptext,
.onbording-table table tr:nth-last-child(-n+2) td .tooltip-new .tooltiptext {
    top: inherit;
    bottom: 50px;
}
.onbording-table table tr:last-child td .tooltip-new .tooltip-bottom::after,
.onbording-table table tr:nth-last-child(-n+2) td .tooltip-new .tooltip-bottom::after {
    border-color: #100D33 transparent transparent transparent;
    bottom: -10px
}

#Certifications-tab {
    width: 100% !important;
}

#preview-pdf-image-popup.show~.modal-backdrop {
    display: none
}

#preview-pdf-image-popup.show {
    background: rgba(20, 18, 46, 0.82)
}

#preview-pdf-image-popup-common.show~.modal-backdrop {
    display: none
}

#preview-pdf-image-popup-common.show {
    background: rgba(20, 18, 46, 0.82)
}

#view-history-popup.show~.modal-backdrop {
    display: none
}

#view-history-popup.show {
    background: rgba(20, 18, 46, 0.82)
}
#transfer-view-exists-employee-list-popup.show~.modal-backdrop {
    display: none
}

#transfer-view-exists-employee-list-popup.show {
    background: rgba(20, 18, 46, 0.82)
}
/*#view-history-popup #dialog object {*/
/*    height: calc(100vh - 50px) !important;*/
/*}*/
#AssignExistingOrganisation.show {
    background: rgba(20, 18, 46, 0.82)
}

#acknowledge-confirm-popup.show~.modal-backdrop {
    display: none
}

#acknowledge-confirm-popup.show {
    background: rgba(20, 18, 46, 0.82)
}

#editUserRole .modal-body {
    height: 60vh;
    overflow-x: hidden;
}
/*#ResendUserInvitationPopup .modal-body {*/
/*    height: 60vh;*/
/*    overflow-x: hidden;*/
/*}*/

.Site-Senior-row {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e3e4e9;
}

.Site-Senior-row:last-child {
    border: none;
}

.Site-Senior-col {
    display: table-cell;
    vertical-align: middle;
}

.Site-Senior-col b {
    font-weight: 600;
}

.Site-Senior-col b span {
    font-weight: normal;
    font-size: 14px;
}

.Site-Senior-btn {
    width: 150px;
    text-align: right
}

.Site-Senior-user {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-size: cover;
    vertical-align: middle;
    margin: 0 2px 0 7px;
}

.btn-primary.sm-btn {
    height: 32px;
    line-height: 30px;
    min-width: 70px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

#sseDdataTable_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

#sseDdataTable_wrapper table {
    width: 100% !important;
}
#CompanyBillingDatatable_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

#CompanyBillingDatatable_wrapper table {
    width: 100% !important;
}
#CertificateViewHistoryDatatable_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

#CertificateViewHistoryDatatable_wrapper table {
    width: 100% !important;
}
#existingContractorDataTable_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

#existingContractorDataTable_wrapper table {
    width: 100% !important;
}
#TansferEmployeeAlreadyExistDatatable_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}

#TansferEmployeeAlreadyExistDatatable_wrapper table {
    width: 100% !important;
}

#newNotificationDatatable_wrapper .dataTables_scrollHeadInner,
#editShowAnnouncementDatatable_wrapper .dataTables_scrollHeadInner,
#newTrialAndCreateCompanyUserListDatatable_wrapper .dataTables_scrollHeadInner,
#companyTrialEndUserDataTable_wrapper .dataTables_scrollHeadInner
{
    width: 100% !important;
}

#newNotificationDatatable_wrapper table,
#editShowAnnouncementDatatable_wrapper table,
#newTrialAndCreateCompanyUserListDatatable_wrapper table,
#companyTrialEndUserDataTable_wrapper table{
    width: 100% !important;
}

#AssignEmployeeToAssignedProjectModal .dataTables_scrollHeadInner {
    width: 100% !important;
}

#AssignEmployeeToAssignedProjectModal table {
    width: 100% !important;
}

.req-select .bs-placeholder .filter-option-inner-inner:after {
    content: '*';
    color: red;
    font-size: 10px;
    position: relative;
    top: -4px;
    margin: 0 0 0 4px;
}

.req-select .bs-placeholder .filter-option-inner-inner {
    color: #636679;
}

.profile-content .dropdown-toggle+.dropdown-menu.show {
    transform: translate3d(0px, 41px, 0px) !important;
}

.modal-sub-title {
    padding: 15px 18px;
    font-size: 15px;
    color: #100D33;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 5%);
    font-weight: 600;
}

.modal-sub-title-assign-contractor {
    padding: 15px 18px;
    font-size: 15px;
    color: #100D33;
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 5%);*/
    font-weight: 600;
}

.modal-sub-title-assign-account-holder {
    padding: 15px 0px;
    font-size: 15px;
    color: #100D33;
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 5%);*/
    font-weight: 600;
    padding-right: 55px;
    position: relative;
}

.modal-sub-title-assign-account-holder .db-info {
    position: absolute;
    right: 0;
    top: 8px;
}

.role-drop .archive-list {
    width: 330px;
}

.role-drop .archive-list-box {
    height: 324px;
}

#show-certificate-cell_upload_model_body .upload-task-sub-box {
    height: auto;
}

#addUserForm {
    height: 400px;
}

.add-onbording {
    position: fixed;
    right: -37px;
    top: 252px;
    z-index: 9;
    margin: 0px;
    width: 125px;
    transform: rotateZ(90deg);
    background-position: 35px center;
}

.add-onbording:hover {
    opacity: 1;
}

.profile-content .no-project {
    height: auto;
    min-height: 310px;
}

.step-btn.btn-primary,
.login-form .btn-secondary {
    min-width: 92px;
}

.db-info .light-btn,
.db-info .light-btn:active {
    min-width: auto;
    background: #00b4c2;
    background: -moz-linear-gradient(top, #00b4c2 0%, #018994 100%);
    background: -webkit-linear-gradient(top, #00b4c2 0%, #018994 100%);
    background: linear-gradient(to bottom, #00b4c2 0%, #018994 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b4c2', endColorstr='#018994', GradientType=0);
    color: #fff;
    font-size: 18px;
    padding: 0 14px;
}

.db-info .dropdown-toggle::after {
    display: none;
}

.db-info .dropdown-menu {
    min-width: 100%;
}

.db-info:hover .dropdown-menu {
    display: block;
}

.db-info .dropdown-menu {
    width: 290px;
    left: inherit !important;
    right: 0px;
    transform: translate3d(0, 40px, 0px) !important;
    padding: 0 15px;
    top: 0;
    margin-top: 7px !important;
}

.onbord-info {
    display: flex;
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #f8f8f9;
    align-items: center;
    line-height: 1.3;
}

.onbord-info>span {
    width: 67px;
    height: 32px;
    background: #f9fafc;
    border-radius: 17px;
    position: relative;
}

.onbord-info>span i {
    background: url(../images/gray-round.png) center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.onbord-info label {
    margin: 0px;
    width: 194px;
    padding-left: 10px;
    font-size: 14px;
}

.onbord-info label span {
    font-size: 12px;
    display: block;
}

.not-manda i {
    display: none !important;
}

.onbord-info.pending-onbord>span {
    background: #faeefe;
}

.onbord-info.Checked-onbord>span {
    background: #EEFCFE;
}

.onbord-info.Authorised-onbord>span {
    background: #eaffee;
}

.onbord-info.NearingExp-onbord>span {
    background: #fef9eb;
}

.onbord-info.Non-Compliant-onbord>span {
    background: #fcebeb;
}

.onbord-info.pending-onbord>span i {
    background-image: url('../images/onboard-pr.png');
}

.onbord-info.Checked-onbord>span i {
    background-image: url('../images/wating-icon.png');
}

.onbord-info.Authorised-onbord>span i {
    background-image: url('../images/onboard-gr.png');
}

.onbord-info.NearingExp-onbord>span i {
    background-image: url('../images/onboard-yl.png');
}

.onbord-info.Non-Compliant-onbord>span i {
    background-image: url('../images/onboard-rd.png');
}

.company_type.bootstrap-select .dropdown-menu {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}

.filed-certifi .no-project {
    height: 100%;
    min-height: 400px;
}

#addUserForm .archive-list-box {
    height: 145px;
}

.thanks-login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.thanks-login-logo img {
    max-width: 70px;
}

.thanks-login {
    text-align: center;
}

.thanks-login h2 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.thanks-login p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 20px;
}

.login-form.thanks-login {
    padding: 50px;
}

.Already-text {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}

.Already-text a {
    color: #100D33;
}

.certificate-list-text .Certificate-img-hover {
    display: none;
}

.certificate-list-text:hover .Certificate-img {
    display: none;
}

.certificate-list-text:hover .Certificate-img-hover {
    display: block;
}

.secondary-nav li {
    position: relative;
}

.secondary-nav li.active:before {
    position: absolute;
    left: 1px;
    top: -7px;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #272d6c;
    content: '';
}

#inboxDatatable tr td:nth-child(3) {
    white-space: nowrap;
}

.add-proejct-box.add-certificate b {
    display: block;
    color: #D7D9E0;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;
    margin: 30px 0 20px 0;
}

.add-proejct-box.add-certificate {
    margin-top: -9px;
}

.footer-msg {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #14104e;
    width: 100%;
    z-index: 9;
    padding-left: 278px;
}

.footer-msg-box {
    float: left;
    width: 790px;
    padding: 7px 0
}

.footer-msg-box p {
    float: left;
    width: auto;
    margin: 9px 0 0 0;
    color: #fff;
}

.footer-msg-box .btn-primary {
    border: none;
    font-size: 14px;
    min-width: auto;
    padding: 8px 25px;
}

.footer-msg-box .discard-btn {
    font-size: 14px;
    min-width: auto;
    padding: 7px 25px;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
}

.footer-msg-box .discard-btn:hover {
    opacity: 0.7;
}

.footer-msg-reactivate {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #14104e;
    width: 100%;
    z-index: 9;
}

.footer-msg-reactivate-box {
    float: left;
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-msg-reactivate-box p {
    float: none;
    width: auto;
    margin: 0 0 0 0;
    color: #fff;
}
.footer-msg-reactivate-box img {
    width: 23px;
    margin-right: 7px;
}
.login-form .verify-class h4 {
    font-size: 18px;
}

.login-form .verify-class .form-group {
    font-size: 16px;
}

.welcome-page {
    width: 90%;
    text-align: center;
}

.welcome-page .title {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.onboard-row {
    position: relative;
}
.onboard-rd:hover:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgb(255 0 0 / 99%) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgb(255 0 0 / 99%) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgb(255 0 0 / 99%) inset;
    content: '';
    background: #fcebeb;
}
.onboard-rd,
.onboard-yl,
.onboard-pr,
.onboard-gr,
.onboard-wt{
    transition: all 1s ease-in-out;
}
.onboard-rd.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgb(255 0 0 / 99%) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgb(255 0 0 / 99%) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgb(255 0 0 / 99%) inset;
    content: '';
    background: #fcebeb;
    transition: all 1s ease-in-out;
}
.onboard-pr:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(173, 61, 246, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(173, 61, 246, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(173, 61, 246, 0.99) inset;
    content: '';
    background: #faeefe;
}
.onboard-pr.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(173, 61, 246, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(173, 61, 246, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(173, 61, 246, 0.99) inset;
    content: '';
    background: #faeefe;
    transition: all 1s ease-in-out;
}
.onboard-gr:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(119, 231, 114, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(119, 231, 114, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(119, 231, 114, 0.99) inset;
    content: '';
    background: #eaffee;
}
.onboard-gr.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(119, 231, 114, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(119, 231, 114, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(119, 231, 114, 0.99) inset;
    content: '';
    background: #eaffee;
    transition: all 1s ease-in-out;
}
.onboard-yl:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(243, 166, 64, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(243, 166, 64, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(243, 166, 64, 0.99) inset;
    content: '';
    background: #fef9eb;
}
.onboard-yl.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(243, 166, 64, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(243, 166, 64, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(243, 166, 64, 0.99) inset;
    content: '';
    background: #fef9eb;
    transition: all 1s ease-in-out;
}
.onboard-wt:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(61, 153, 246, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(61, 153, 246, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(61, 153, 246, 0.99) inset;
    content: '';
    background: #EEFCFE;
}
.onboard-wt.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(61, 153, 246, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(61, 153, 246, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(61, 153, 246, 0.99) inset;
    content: '';
    background: #EEFCFE;
    transition: all 1s ease-in-out;
}
.gray-round:hover:before,
.add-new.gray-round:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    content: '';
    background: #EEFCFE;
    background: url('../images/gray-round-hover.png') center no-repeat #f9fafc;
    background-size: 22px;
}
.gray-round.active,
.add-new.gray-round.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    content: '';
    background: #EEFCFE;
    background: url('../images/gray-round-hover.png') center no-repeat #f9fafc;
    background-size: 22px;
}

.edit-on .onboard-col:before {
    display: none !important
}

.add-new:hover:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    content: '';
    background: #EEFCFE;
    background: url('../images/bord-add.png') center no-repeat #fff;
}
.add-new.active {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 20px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    -moz-box-shadow: 0px 0px 11px 0px rgba(99, 102, 119, 0.99) inset;
    content: '';
    background: #EEFCFE;
    background: url('../images/bord-add.png') center no-repeat #fff;
}
.right-upload-task {
    min-height: 300px;
    margin: 0 0 0 0;
}
.right-upload-task  .upload-borwse-box{
    margin: 20px 0 0 0;
}
body .dropzone .right-upload-task .dz-preview .dz-details {
    padding-right: 0px;
    width: 292px;
}
.tooltip-inner {
    white-space: pre-wrap;
}
#certificationListDatatable th:first-child:after,
#rolesListDatatable th:first-child:after,
#contractorDatatable_wrapper th:first-child:after,
#dataTablePendingEmployee th:first-child::after,
#dataTableInactiveEmployee th:first-child::after,
#companyTypeListDatatable_wrapper th:first-child:after,
#dataTableEmployee th:first-child:after {
    display: none !important;
}

#certificationListDatatable th:first-child,
#rolesListDatatable th:first-child {
    padding-right: .75rem !important;
}

.table-username {
    padding-left: 80px !important;
}

.Pending-send {
    padding-right: 110px;
    margin-bottom: 8px;
}

#resend-invite-to-user {
    position: absolute;
    right: 0;
    top: 0;
    height: 41px;
    min-width: 96px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    --padding-x: 1.2em;
}

/* .Pending-send .form-control {
    padding: 5px 13px;
} */

.info-msg-change {
    padding: 5px 5px 5px 59px;
}

.info-msg-change .db-info {
    position: absolute;
    left: 9px;
}

.on-status .archive-list-box .checkbox span i {
    position: absolute;
    right: 40px;
    top: 0px;
}

.user-d-icon {
    display: inline-block;
    background: #edeef1;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 6px;
}

.onbord-dorpdown-main .light-btn .user-d-icon img {
    max-height: 20px;
    margin-top: -3px;
}

.rejected-document-upload-button {
    width: 32px;
    height: 31px;
    background: #0028ff;
    border-color: #0016dd;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.rejected-document-upload-button img {
    height: auto;
    width: 16px;
    margin-top: 7px;
}

#appendshow_user_upload_rejected_document.dropzone .dz-preview {
    padding: 0 20px;
    width: 100%;
}

#appendshow_user_upload_rejected_document.dropzone .dz-preview .dz-remove {
    right: 20px;
}

#appendshow_user_upload_rejected_document.dropzone .dz-preview .dz-details {
    min-width: 67%;
    padding-right: 0;
}

.rejected-document-list-select {
    background: #ffefef;
}

.progress-circle-main {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    text-align: center;
}

.progress-circle strong {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 18px;
    font-size: 11px;
}

.add-contractor-col-width {
    width: 45% !important;
}
.add-contractor-col-1-width {
    width: 30% !important;
}
.add-contractor-col-2-width {
    width: 20% !important;
}
.add-announcements-col-0-width {
    width: 1% !important;
}

.add-announcements-col-1-width {
    width: 52% !important;
}

.add-announcements-col-2-width {
    width: 47% !important;
}

.edit-announcements-col-0-width {
    width: 1% !important;
}

.edit-announcements-col-1-width {
    width: 75% !important;
    padding-left: 90px !important;
}

.edit-announcements-col-2-width {
    width: 25% !important;
}

.add-user-col-0-width {
    width: 1% !important;
}

.add-user-col-1-width {
    width: 50% !important;
}

.add-user-col-2-width {
    width: 49% !important;
}

.assign-sse-delegate-col-0-width {
    width: 1% !important;
}

.assign-sse-delegate-col-1-width {
    width: 60% !important;
    padding-left: 85px !important;
}

.assign-sse-delegate-col-2-width {
    width: 20% !important;
}

.onboarding-view-history-width {
    width: 25% !important;
}

.onboarding-view-history-1-width {
    width: 18% !important;
    /*padding-left: 46px !important;*/
}

.onboarding-view-history-2-width {
    width: 30% !important;
}

.reactivate-company-user-col-0-width {
    width: 1% !important;
}

.reactivate-company-user-col-1-width {
    width: 60% !important;
    padding-left: 85px !important;
}

.reactivate-company-user-col-2-width {
    width: 20% !important;
}

#contractorAssignEmployeeForm {
    height: 400px
}

#appendshowBox {
    min-height: 150px;
}

.noti-form label {
    font-weight: 600;
}

.noti-left-top h3 {
    font-weight: 600;
}

#acknowledge-popup .field-noti-left {
    padding: 0px;
}

#acknowledge-popup .nr-expi-note:after {
    display: none;
}

.gray-status {
    background: #edeef1 !important;
    color: #6e7182 !important;
}

.gray-status {
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #0A821C;
    background: #6e7182;
    border-radius: 15px;
}

.anknowl-box {
    float: left;
    width: auto;
    display: flex;
    align-items: center;
    /*margin-top: 7px;*/
}

.anknowl-box p {
    margin: 0px;
}

.anknowl-box span i {
    background: url('../images/tool-top.png') center no-repeat;
    display: inline-block;
    background-size: 100%;
    vertical-align: top;
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.anknowl-box span {
    position: relative;
}
.anknowl-box .db-info {
    transform-origin: top;
}
.ank-hover {
    position: absolute;
    right: -43px;
    bottom: 30px;
    background: #fff;
    border-radius: 5px;
    width: 170px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
    padding: 5px 15px;
    display: none;
}
.anknowl-box span:hover .ank-hover {
    display: block;
}
.ank-hover div {
    position: relative;
    font-size: 12px;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.ank-hover:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    right: 16px;
    bottom: -7px;
}

.ank-hover div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
}

#newNotificationDatatable tbody tr td:first-child,
#newNotificationDatatable_wrapper .dataTables_scrollHeadInner thead tr th:first-child {
    padding-left: 20px !important;
}

#viewEditAnnouncementPopup tbody tr td:first-child,
#viewEditAnnouncementPopup .dataTables_scrollHeadInner thead tr th:first-child {
    padding-left: 20px !important;
}

.download-section-details-model .download-file {
    display: inline-block;
    vertical-align: top;
}

.required-assistance-icon-parent .requiredAssistanceBtn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#newNotificationForm .form-group {
    margin-bottom: 22px;
}

textarea.form-control {
    resize: none;
}

#newNotificationForm .noti-form {
    height: 465px !important;
}

#newNotificationForm {
    margin-bottom: 0px;
}

#viewEditAnnouncementPopup .noti-form {
    height: 465px !important;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    padding: 0px;
    border: none !important;
}
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active{
    color: #0000FF;
}
.bootstrap-datetimepicker-widget table tbody .old:not(.disabled),
.bootstrap-datetimepicker-widget table tbody .new:not(.disabled){
    background: #f9fafb;
    color: #100d33;
}
#Request-Project .modal-head {
    border-bottom: 1px solid #eeeeee
}

.Request-Project-img {
    text-align: center;
}

.Request-Project-img img {
    max-width: 100px;
    border-radius: 50px;
}

.Request-Project-img span {
    display: block;
    padding-top: 12px;
}

.expire-section-count {
    font-size: 20px;
}

.expire-section-box {
    margin: 10px 0;
}


/*step 0 company create */

.create-price-popup {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 255, 0.8);*/
    background: rgba(20, 18, 46, 0.8);
    z-index: 1000;
}

.crate-pricing-col {
    width: 675px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 40px 65px;
}

.create-price-popup .pricing-popup-box {
    align-items: center;
    justify-content: center;
}

.crate-pricing-col .popup-close {
    position: absolute;
    right: -28px;
    top: 0;
}

.crate-price-top {
    text-align: center;
}

.crate-price-top span {
    font-size: 16px;
    display: block;
    color: #151152;
}

.crate-price-top b {
    color: #151152;
    font-size: 82px;
    font-weight: 600;
    line-height: 77px;
    padding-top: 20px;
    display: block;
    padding-bottom: 2px
}

.crate-price-top b sup {
    font-size: 36px;
    top: -36px;
}

.crate-pricing-info {
    list-style: none;
    margin: 40px 0 30px 0;
    padding: 0px;
}

.crate-pricing-info li {
    padding: 0 20px 0 50px;
    float: left;
    margin-bottom: 20px;
    background: url('../images/price-bl.png') 18px center no-repeat;
    background-size: 20px;
    font-size: 16px;
    color: #151152;
    width: 50%;
}

.crate-pricing-btn {
    width: 100%;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    vertical-align: top;
    font-size: 16px;
    line-height: 54px;
    border: 2px solid #0000ff;
    text-transform: uppercase;
    text-align: center;
    background: #0000ff;
    color: #fff;
}

.crate-pricing-btn:hover {
    text-decoration: none;
    background: #fff;
    color: #0000ff;
}


/*step 5 company payment*/

.payment-popup-main {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 255, 0.8);*/
    z-index: 99;
    background: rgba(20, 18, 46, 0.8);
}

.pricing-popup-box {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.payment-popup-box {
    width: 726px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
}

.payment-popup-summary {
    width: 40%;
    background: #f2f5fa;
    border-radius: 10px 0 0 10px;
    padding: 20px;
}

.payment-popup-method {
    width: 60%;
    background: #fff;
    border-radius: 0 10px 10px 0;
    padding: 20px;
}

.payment-popup-box h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 26px;
}

.popup-summary-user {
    display: flex;
    align-items: center;
}

.payment-popup-box .popup-close {
    position: absolute;
    right: -28px;
    top: 0;
}

.popup-summary-avtar {
    width: 54px;
    height: 54px;
    border: 3px solid #636675;
    background: center no-repeat;
    background-size: cover;
    border-radius: 28px;
}

.popup-summary-user-name {
    width: 100px;
    padding-left: 10px;
}

.popup-summary-price {
    text-align: right;
    width: 96px;
}

.popup-summary-apply {
    margin: 26px 0;
}

.payment-popup-box .form-control {
    font-size: 13px;
}

.payment-popup-box .input-group-text {
    font-size: 13px;
    color: #100D33;
    width: 78px;
    justify-content: center;
}

.popup-summary-text {
    font-size: 13px;
}

.payment-popup-box .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
}

.cvc-img {
    background: url('../images/cvc-img.png') right 4px center no-repeat #fff;
    background-size: 38px;
}


.payment-popup-button .btn {
    min-width: auto !important;
    font-size: 13px;
}

.due-now {
    margin-top: 150px;
}

.due-now label {
    margin: 0px;
}

.due-now span {
    font-size: 11px;
    color: #636674;
}

.due-now span b {
    font-size: 13px;
    color: #100d33;
}

.payment-popup-box .login-error {
    position: absolute;
    bottom: -27px;
}

.payment-popup-summary,
.payment-popup-method {
    position: relative;
    z-index: 1;
}

.analytics-box {
    padding: 30px;
}

.analytics-box>h3 {
    font-size: 18px;
    color: #100D33;
    padding-bottom: 14px;
}

.Date-rang-box {
    float: left;
    width: auto;
    position: relative;
}

.Date-rang-text {
    color: #100D33 !important;
    min-width: 100%;
    font-size: 14px;
    min-width: 155px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #dddee4;
    padding: 0 13px;
    line-height: 1.5;
    height: 43px;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.Date-rang-text:hover {
    text-decoration: none;
    color: #0E0D30;
    background: rgb(242, 242, 244);
    background: -moz-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#ffffff', GradientType=0);
}

.Date-rang-text img {
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: -1px;
}
.Date-rang-text-graph-2 {
    color: #100D33 !important;
    min-width: 100%;
    font-size: 14px;
    min-width: 155px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #dddee4;
    padding: 0 13px;
    line-height: 1.5;
    height: 43px;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.Date-rang-text-graph-2:hover {
    text-decoration: none;
    color: #0E0D30;
    background: rgb(242, 242, 244);
    background: -moz-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#ffffff', GradientType=0);
}

.Date-rang-text-graph-2 img {
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: -1px;
}
.Date-rang-text-graph-3 {
    color: #100D33 !important;
    min-width: 100%;
    font-size: 14px;
    min-width: 155px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #dddee4;
    padding: 0 13px;
    line-height: 1.5;
    height: 43px;
    display: flex;
    align-items: center;
    border-radius: .25rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9fafb', GradientType=0);
}

.Date-rang-text-graph-3:hover {
    text-decoration: none;
    color: #0E0D30;
    background: rgb(242, 242, 244);
    background: -moz-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#ffffff', GradientType=0);
}

.Date-rang-text-graph-3 img {
    height: 18px;
    margin-right: 14px;
    position: relative;
    top: -1px;
}
.analytics-charts {
    margin-top: 25px;
    padding: 0 150px;
}

.payment-popup-disc {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

.payment-popup-disc a {
    color: #fff;
    text-decoration: underline;
}

.card-no {
    background: url('../images/m-cart-img.png') right 5px center no-repeat;
}

.payment-popup-disc a:hover {
    text-decoration: none;
}

.due-now {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.payment-popup-box .login-error {
    background: #b92525;
}

#MonthPicker_JQButton .month-picker-title span.ui-button-text {
    padding: 0px;
}

#MonthPicker_JQButton .ui-widget-header {
    background: #fff;
    border: none;
}

#MonthPicker_JQButton .ui-widget-header .ui-icon.ui-icon-circle-triangle-w {
    background: url('../images/date-arrow-p.svg') center no-repeat !important;
    background-size: 14px !important;
}

#MonthPicker_JQButton .ui-widget-header .ui-icon.ui-icon-circle-triangle-e {
    background: url('../images/date-arrow-n.svg') center no-repeat !important;
    background-size: 14px !important;
}

#MonthPicker_JQButton .ui-widget-header .ui-icon.ui-icon-circle-triangle-w:hover,
#MonthPicker_JQButton .ui-widget-header .ui-icon.ui-icon-circle-triangle-e:hover {
    opacity: 0.7;
}

#MonthPicker_JQButton .ui-widget-header .ui-button.ui-state-hover {
    background: transparent !important;
    border: 1px solid transparent;
}

#MonthPicker_JQButton .month-picker-month-table .ui-state-default {
    background: none;
    border: none;
}

#MonthPicker_JQButton {
    border: none;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 20%);
}

#JQButton {
    outline: none !important;
    height: 43px;
}

.month-picker-previous,
.month-picker-next {
    padding-left: 3px !important;
}

#MonthPicker_JQButton .month-picker-month-table .ui-state-default.ui-state-active {
    background: #0028ff;
    border-color: #0016dd;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0);
    color: #fff !important;
}

.card-payment-box {
    width: 600px;
}

.card-payment-box .payment-popup-method {
    width: 100%;
    border-radius: 10px;
}

.card-payment-box .payment-popup-button {
    margin-top: 10px;
}

.ph-item-no-border {
    padding: 0;
    margin: 0;
}

.ph-picture-text {
    height: 33px!important;
}

.an-authorized-btn {
    font-size: 14px;
    min-width: auto;
    padding: 7px 20px;
    min-width: 74px;
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(215, 0, 0, 1) 0%, rgba(254, 11, 11, 1) 100%);
    border: 1px solid #9f0000;
    color: #fff;
}

.an-authorized-btn:hover {
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(215, 0, 0, 1) 0%, rgba(254, 11, 11, 1) 100%);
}

.title-dropDown {
    float: right;
    width: 300px;
    margin-right: 10px;
}

.title-dropDown label {
    margin: 0 5px 0 0;
    float: left;
    line-height: 30px;
}

.title-dropDown .bootstrap-select .btn-light {
    padding: 4.5px 13px;
}

.title-dropDown .bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

.title-dropDown .bootstrap-select {
    max-width: 220px;
    float: right;
}

.db-info .tooltip-box {
    background: none;
    width: auto;
    height: auto;
}

.db-info .tooltip-bottom {
    top: 50px;
    left: -90px;
}

.db-info .tooltip-bottom::after {
    left: 112px;
}
.db-info .tooltip-box-billing {
    background: none;
    width: auto;
    height: auto;
}

.db-info .tooltip-bottom-billing {
    top: 50px;
    left: -171px;
}

.db-info .tooltip-bottom-billing::after {
    left: 195px;
}

.mobile-screen .text-page {
    max-width: 90%;
    text-align: center;
}

.mobile-screen .text-page p {
    margin-bottom: 0px;
}

.mobile-screen .text-page img {
    margin-bottom: 20px;
    max-width: 120px;
}

.mobile-screen .login-logo {
    margin-top: -120px;
    margin-bottom: 80px;
}

.full-btn {
    display: flex;
    justify-content: space-between;
}

.full-btn .btn {
    width: 48%;
}

.text-left h2 {
    text-align: center;
}

.sure-popup h2 {
    font-size: 16px;
}

.sure-popup .success-msg p {
    margin: 0px;
    font-size: 13px;
}

.btn-delete {
    padding: 8px 20px;
    position: relative;
    background: rgb(253, 14, 14);
    background: -moz-linear-gradient(top, rgba(253, 14, 14, 1) 0%, rgba(210, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 14, 14, 1) 0%, rgba(210, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 14, 14, 1) 0%, rgba(210, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fd0e0e', endColorstr='#d20000', GradientType=0);
    color: #fff !important;
    border: 1px solid rgb(114 52 74 / 50%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-delete:hover {
    background: rgb(210, 0, 0);
    background: -moz-linear-gradient(top, rgba(210, 0, 0, 1) 0%, rgba(253, 14, 14, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(210, 0, 0, 1) 0%, rgba(253, 14, 14, 1) 100%);
    background: linear-gradient(to bottom, rgba(210, 0, 0, 1) 0%, rgba(253, 14, 14, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d20000', endColorstr='#fd0e0e', GradientType=0);
}

.login-box-new.text-page {
    max-width: 90%;
}


.btn-delete:hover {
    background: rgb(210,0,0);
    background: -moz-linear-gradient(top,  rgba(210,0,0,1) 0%, rgba(253,14,14,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(210,0,0,1) 0%,rgba(253,14,14,1) 100%);
    background: linear-gradient(to bottom,  rgba(210,0,0,1) 0%,rgba(253,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d20000', endColorstr='#fd0e0e',GradientType=0 );
}
.login-box-new.text-page {
    max-width:90%;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

@media (max-width: 479px) {
    .login-box-new.text-page {
        width: 100%;
        display: block;
    }
    .login-form-col{
        display: block;
    }
    .login-footer{
        position: relative;
        width: 100%;
        float: left;
        bottom: unset;
        padding: 20px 0 15px;
    }
}

body .dropzone .dz-preview .dz-details {
    text-align: left
}

.add-icon {
    position: relative;
    padding-left: 35px;
}

.add-icon:before {
    content: '';
    background: url(../images/add-icon.svg) center no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 8px 0 0;
}

.certi-lincense .license-upload-box {
    padding: 0px;
}

/*.certi-lincense .license-upload-box .slimScrollDiv{*/
/*    padding: 0 24px;*/
/*}*/
.certi-lincense .license-upload-box .slimScrollBar {
    right: 0 !important;
}


.unread-warning {
    position: relative;
}

.unread-warning:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #f50000;
    content: '';
}

.delete-certificate-button{
    height: 19px !important;
    margin-top: 5px;
    margin-left: 1px;
}
.authorise-check-user-label{
    color: grey;
    font-size: 10px;
    display: block;
    padding-top: 5px;
    padding-left: 15px;
    margin: 0;
}
.authorise-check-date-label{
    color: grey;
    font-size: 10px;
    display: block;
    padding-left: 15px;
    margin: 0;
}
#popover-content{
    position: absolute;
    left: 30px;
    top: 84px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 506px;
    z-index: 100;
}
#popover-content2{
    position: absolute;
    left: 30px;
    top: 84px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 506px;
    z-index: 100;
}
#popover-content .form-group {
    margin-bottom: 14px;
}
#popover-content2 .form-group {
    margin-bottom: 14px;
}

.daterangepicker td.active, .daterangepicker td.active:hover{
    border-color: #0016dd;
    background: -moz-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: -webkit-linear-gradient(top, #0028ff 0%, #0000c8 100%);
    background: linear-gradient(to bottom, #0028ff 0%, #0000c8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0028ff', endColorstr='#0000c8', GradientType=0);
}
#assignedProjectsDataTable_processing, #yourProjectsDataTable_processing
{
    border: none;
}

.reactivate-success-content-3 .table-add {
    padding-left:0
}
.box-height {
    width: 100%;
    min-height: 320px;
}
.card-list-box {
    max-height: 300px;
    overflow-x: hidden;
}
.card-form {
    min-height: 300px;
}
.card-list-box table tr .checkbox {
    margin-left: 3px;
}
.error-msg-box {
    background-color: #100d40;
    height: 100vh;
    width: 100vw;
}

.error-msg-inner {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-msg-inner .warning-icon {
    max-width: 135px;
}

.error-msg-inner h2,
.error-msg-inner h3,
.error-msg-inner p {
    color: #fff;
}

.error-msg-inner h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 15px 0;
    text-transform: uppercase;
}

.error-msg-inner h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 40px;
}

.error-msg-inner p {
    font-size: 17px;
    font-weight: 300;
}

.error-msg-inner button {
    margin: 6px;
}

.error-msg-inner .all-btn {
    margin-top: 5px;
}

.error-msg-page {
    overflow-x: hidden;
}
.dropdown-slim-scroll{
    max-height: 312px;
    position: relative;
    z-index: 10;
}
.modal-content .nav.nav-pills li, .Certifi-tab .nav.nav-pills li{
    padding: 0 25px 0 0;
    line-height: 23px !important;
}
.modal-content .nav.nav-pills li a, .Certifi-tab .nav.nav-pills li a{
    box-shadow: none;
}
.modal-content .nav.nav-pills li:before, .Certifi-tab .nav.nav-pills li:before{
    display: none;
}
.modal-content .nav.nav-pills li a, .modal-content .nav.nav-pills li a:hover,
.modal-content .nav.nav-pills li a.disabled:hover,
.modal-content .nav.nav-pills li a.greyed-out:hover{
    font-weight: 500;
    padding: 15px 0 10px;
}
.Certifi-tab .nav.nav-pills li a{
    font-weight: 550;
    padding: 15px 0 10px ;
}
.Certifi-tab .nav.nav-pills li a.disabled:hover,
.Certifi-tab .nav.nav-pills li a.greyed-out:hover{
    padding: 15px 0 10px ;
}
.Certifi-tab .nav.nav-pills li a.active:hover{
    padding: 15px 0 10px ;
}
.modal-content .nav.nav-pills li a.active, .Certifi-tab .nav.nav-pills li a.active {
    color: #0000FF;
    background: #fff !important;
}
.modal-content .nav.nav-pills li a.active::before, .Certifi-tab .nav.nav-pills li a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0000FF;
    border-radius: 3px;
}
.modal-content .table-tab-tag {
    border-bottom: 1px solid #dadee2;
    padding: 5px 18px 0 18px;
}
.support-edit-input-box{
    width: 100%;
    float: left;
    border-top: 2px solid #e0e2e7;
    border-bottom: 2px solid #e0e2e7;
    padding-top: 5px;
}
.support-edit-input-box textarea{
    margin-left: 1px;
    padding: 16px 22px 8px;
    border: none;
    width: 99%;
    resize: none;
    font-size: 13px;
    max-height: 52px;
}
.support-edit-input-box textarea:focus{
    border: none;
    box-shadow: none;
    outline: none !important;
}
.certificate-image-preview img{
    max-width: 135px;
}
.onbording-table table::before,  #company-administrator-add-list-datatable::before, #editShowAnnouncementDatatable::before,
#newNotificationDatatable::before, #existingContractorDataTable_wrapper .dataTables_scrollHeadInner table::before, #sseDdataTable_wrapper .dataTables_scrollHeadInner table::before, #CompanyBillingDatatable_wrapper .dataTables_scrollHeadInner table::before,
#reactivateUserDataTable_wrapper .dataTables_scrollHeadInner table::before,
#inboxDatatable_wrapper .dataTables_scrollHeadInner table::before,
#companyTrialEndUserDataTable_wrapper .dataTables_scrollHeadInner table::before,
#newTrialAndCreateCompanyUserListDatatable_wrapper .dataTables_scrollHeadInner table::before,
#addUserDataTable_wrapper table::before{
    display: none;
}
.onbording-table .table thead th {
    border-bottom: 1px solid #dee2e6;
    height: 101px;
}
.info-table::before{
    top: 26px;
}
#addUserDataTable::before{
    top: -14px !important;
}
#AssignContractorDatatable::before{
    top: -14px !important;
}
#assignEmployeeDataTable::before{
    top: -14px !important;
}
#existingContractorDataTable::before, #sseDdataTable::before, #CompanyBillingDatatable::before,
#reactivateUserDataTable::before, #paymentMethodTableListing::before, #CertificateViewHistoryDatatable::before,
#companyTrialEndUserDataTable::before,
#newTrialAndCreateCompanyUserListDatatable::before{
    top: -15px !important;
}
#paymentMethodTableListingCompanyTrial::before
{
    display: none;
}
.company-trial-period-over-cancel-2-5 .payment-popup-box h3{
    margin-bottom:0px !important;
}



/*.section-icon {*/
/*    top: -1px;*/
/*    width: 27px;*/
/*    margin-left: 10px;*/
/*    margin-right: 8px;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*}*/











/*Pending user style resent:START*/
.art-msg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #ff2b2b;
    border-radius: 3px;
    background: #ffe1e1;
    padding: 13px;
    align-items: center;
}

.art-msg-info {
    display: flex;
    align-items: center;
}
.art-msg-info img {
    width: 44px;
    margin-right: 9px;
}
.art-msg-btn {
    white-space: nowrap;
    display: inherit;
}
.art-msg-btn .btn{
    margin-left: 9px;
}
/*Pending user style resent:END*/
.r-selected {
    background: #f8f8ff !important;
}
.r-selected *{
    color: #0000FF !important;
}
.r-selected td:first-child{
    position: relative;
}
.r-selected td:first-child::before{
    content: '';
    width: 3px;
    height: 100%;
    background-color: #0000FF;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
}
/*Transfer Employee :START*/
.all-contractor-modal-body{
    padding: 40px 40px 30px !important;
}
.all-contractor-modal-body a{
    width: 90px;
}
.all-contractor-modal-body label{
    color: #0000FF;
    font-weight: 600;
}
.contractor-avatar-img .single-avatar, .contractor-avatar-img .multiple-avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin: 0 auto 15px;
    background-color: #F0F3FF;
}
.contractor-avatar-img .multiple-avatar{
    margin: 0 -20px 15px;
}
.contractor-avatar-img .multiple-avatar:nth-child(1){
    z-index: 5;
}
.contractor-avatar-img .multiple-avatar:nth-child(2){
    z-index: 4;
}
.contractor-avatar-img .multiple-avatar:nth-child(3){
    z-index: 3;
}
.contractor-avatar-img .multiple-avatar:nth-child(4){
    z-index: 2;
}
.contractor-avatar-img .multiple-avatar:nth-child(5){
    z-index: 1;
}
.contractor-avatar-img .single-avatar img,
.certificate-image-preview img{
    max-width: 135px;
}

/*Tooltip z index change */
.tooltip{
    z-index: 9999 !important;
}

/* .section-icon {
    top: 2px;
    width: 20px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
} */
.bootstrap-select > .dropdown-toggle.bs-placeholder{
    color: black!important;
}
.all-users, .all-users .user-d-icon{
    display: flex;
    align-items: center;
}
.all-users .user-d-icon{
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.all-users img {
    max-height: 17px;
}
.onbord-dorpdown-main .dropdown-menu a .user-profile{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}
.onbord-dorpdown-main .dropdown-menu a .user-profile img{
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}
#employee-transfer-request a{
    font-size: 14px;
}
.acknowladge-box{
    padding: 10px;
    font-size: 14px;
    background: #eaf9fc;
    border: 1px solid #98c6cd;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0 40px;
}
.acknowladge-box span{
    height: 35px;
    min-width: 35px;
    border-radius: 5px;
    background: #25b7d3;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 10px;
}

/*Transfer Employee :END*/
.dropdown-menu{
    padding: 0;
    overflow: hidden;
}
.induction-top .tab-content, .contractor-table .tab-content, .project-table .tab-content{
    border-radius: 0 5px 5px 5px;
}
.induction-top table tr:last-child td{
    border-bottom: none !important;
}
.table thead th{
    border-bottom: none;
}
table{
    position: relative;
}
table::before{
    content: "";
    height: 14px;
    width: calc(100% + 14px);
    position: absolute;
    top: 32px;
    box-shadow: 0 7px 6px -6px #b5bbcc;
    left: -7px;
    opacity: 0.8;
}
.search-box-border{
    width: calc(100% - 40px);
    height: 1px;
    background: #D7D9E0;
    margin-left: 20px;
}
#data-table-active tbody tr:last-child td,
#activeProjectDatatable tbody tr:last-child td,
#assignedProjectDatatable tbody tr:last-child td,
#activeContractorDatatable tbody tr:last-child td,
#inActiveProjectDatatable tbody tr:last-child td,
#pendingContractorDatatable tbody tr:last-child td,
#inActiveContractorDatatable tbody tr:last-child td{
    border-bottom: none !important;
}
.get-started-btn a{
    text-transform: uppercase;
    line-height: 60px;
    font-size: 18px;
    height: 60px;
    font-weight: 600;
}
#StartTrialPopup .custom-row{
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
#StartTrialPopup .custom-row .calander-date-box{
    width: 159px;
}
#StartTrialPopup .custom-row .input-box input{
    width: 50px;
    border: 1px solid #dadee2;
  padding: 7px;
}
#StartTrialPopup .custom-row label{
    padding: 0 6px;
    margin-bottom: 0;
}

#resetTrialPeriodPopup .custom-row{
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
#resetTrialPeriodPopup .custom-row .calander-date-box{
    width: 159px;
}
#resetTrialPeriodPopup .custom-row .input-box input{
    width: 50px;
    border: 1px solid #dadee2;
    padding: 7px;
}
#resetTrialPeriodPopup .custom-row label{
    padding: 0 6px;
    margin-bottom: 0;
}

#newTrialAndCreateCompanyPopup .custom-row{
    position: relative;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
#newTrialAndCreateCompanyPopup .custom-row .calander-date-box{
    width: 159px;
}
#newTrialAndCreateCompanyPopup .custom-row .input-box input{
    width: 50px;
    border: 1px solid #dadee2;
    padding: 7px;
}
#newTrialAndCreateCompanyPopup .custom-row label{
    padding: 0 6px;
    margin-bottom: 0;
}
.edit-trial-modal .modal-footer{
    box-shadow: none;
}
.trial-left-text{
    border: 1px solid #A3A3FC;
    background-color: #F2F2FF;
    border-radius: 6px;
    padding: 12px;
    color: #151152;
    /*font-size: 18px;*/
}
.edit-trial-modal .modal-body input{
    width: 170px;
}
.btn-danger {
    background: rgb(255,15,15);
    background: linear-gradient(180deg, rgba(255,15,15,1) 0.1%, rgba(209,0,0,1) 60%);
    border: none;
    border-radius: 5px !important;
    font-size: 16px;
}
.onboarding-contractor-selected-image{
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 50%;
}
.btn, .drop-btn, .bootstrap-select .dropdown-toggle, .deafult-btn,
.light-btn{
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.download-section-details-model .download-file{
    border-radius: 4px;
}
.btn:focus, .drop-btn:focus, .bootstrap-select .dropdown-toggle:focus, .deafult-btn:focus,
.light-btn:focus, .download-section-details-model .download-file:focus{
    background-color: #ffffff;
    border-color: #0000FF !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7FBDFF !important;
}
.Site-Senior-btn .light-btn:active,
.Site-Senior-btn .light-btn:visited{
    border-color: #0000FF !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7FBDFF !important;
}
.download-section-details-model .download-file:focus{
    border: 1px solid #0000FF;
}
.form-control:focus {
    border-color: #0000FF;
    box-shadow: 0 0 0 0.2rem #7FBDFF;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.bootstrap-datetimepicker-widget table::before{
    display: none !important;
}
.profile-content .certifi-choose .normal-table::before{
    top: -15px;
}
.profile-content .certifi-choose .popup-header {
    box-shadow: none;
}
.profile-content .certifi-choose .normal-table::before{
    top: -15px;
}
.profile-content .certifi-choose .popup-header {
    box-shadow: none;
}
.onbording-table table{
    border-bottom-left-radius: 0;
}
.datepicker .datepicker-days  tbody tr:last-child td{
    border-bottom: 1px solid #dee2e6 !important;
}
.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active{
    text-shadow: none !important;
}
.noti-history-bottom button{
    height: 40px;
}
.btn-delete:active{
    background: rgb(253, 14, 14) !important;
    background: -moz-linear-gradient(top, rgba(253, 14, 14, 1) 0%, rgba(210, 0, 0, 1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(253, 14, 14, 1) 0%, rgba(210, 0, 0, 1) 100%) !important;
    background: linear-gradient(to bottom, rgba(253, 14, 14, 1) 0%, rgba(210, 0, 0, 1) 100%) !important;
}
#account_manage .profile-info .btn{
    height: 45px;
    line-height: 27px;
    min-width: 111px;
}
.custom-tab-design{
    display: inline-block;
    padding: 10px 25px 12px 25px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    border-radius: 8px 8px 0 0;
    font-family: 'GothamSSm';
    color: #fff;
    background: #0000c8 !important;
    background: linear-gradient(to bottom, #0000c8 0%, #0028ff 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000c8', endColorstr='#0028ff', GradientType=0);
    z-index: 9;
    border: 0;
}
.custom-tab-design span {
    display: inline-block;
    vertical-align: baseline;
    background: #0058FF;
    color: #fff;
    border-radius: 15px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
    padding: 0 7px;
}
.border-left-rounded-0{
    border-top-left-radius: 0;
}
.bootstrap-datetimepicker-widget table::before{
    display: none !important;
}
.payment-mehod-box{
    display: flex;
}
.payment-mehod-box-left{
    width: 60%;
    padding: 20px;
    position: relative;
}
.payment-mehod-box-left::after{
    content: '';
    height: 100%;
    width: 10px;
    box-shadow: 5px 0 8px -2px rgb(190 196 213 / 60%);
    position: absolute;
    right: 0;
    top: 0;
}
.payment-mehod-box-left h5{
    font-size: 22px;
    color: #100D33;
    font-weight: 600;
}
.payment-mehod-box-left p{
    color: #636679;
}
.payment-mehod-box-left label{
    color: #100D33;
    font-weight: 600;
}
.payment-mehod-box-left .billing-information {
    padding: 15px 0;
}
.payment-mehod-box-left .billing-information input{
    margin-top: -1px;
}
.payment-mehod-box-left .billing-information input.card-no{
    padding-right: 58px;
}
.payment-mehod-box-left .billing-information input:focus{
    outline: none;
    box-shadow: none;
    border-color: #dadee2;
}
.payment-mehod-box-left .billing-information .country-field input:first-child, .payment-mehod-box-left .billing-information .card-field input:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 60%;
}
.payment-mehod-box-left .billing-information .country-field input:last-child, .payment-mehod-box-left .billing-information .card-field input:last-child{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 40%;
}
.payment-mehod-box-left .billing-information .card-field input:last-child{
    width: 15%;
}
.payment-mehod-box-left .billing-information .card-field input:nth-child(2){
    width: 25%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.payment-mehod-box-right{
    width: 40%;
    background-color: #F2F5FA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 6px 6px 0;
}
.payment-mehod-box-right .summary-btn label{
    color: #100D33;
    font-weight: 600;
}
.payment-mehod-box-right .summary-btn button{
    position: relative;
    border: 1px solid #BCC3D5;
    color:  #100D33;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    box-shadow: 0 1px 3px #BCC3D5;
}
.payment-mehod-box-right .summary-btn button span{
    position: absolute;
    right: 3px;
    cursor: pointer;
}
.payment-mehod-box-right .summary-btn button span img{
    max-height: 18px;
}
.payment-mehod-box-right .summary-btn button img{
    max-width: 20px;
    margin-right: 10px;
}
.payment-mehod-box-right  p{
    color: #636679;
}
.payment-mehod-box-right  p a{
    text-decoration: underline;
}
.payment-mehod-box-right  .duenow-text{
    border-top: 1px solid #C5CDD4;
    padding-top: 10px;
    margin-top: 40px;
}
.payment-mehod-box-right  .duenow-text p {
    color: black;
}
.payment-mehod-box-right  .duenow-text p small {
    color: #636679;
}
.payment-mehod-box-right-end a {
    color: #636679;
}
#active_users .table tbody tr td:first-child, #active_users .table thead tr th:first-child{
    padding-right: 0;
}
#CompanyBillingDatatable  td .pdf-dl{
    float: right;
    margin-right: 18px;
    margin-top: 5px;
}
#CompanyBillingDatatable{
    position: relative !important;
}
#CompanyBillingDatatable_wrapper .row:nth-child(2){
    margin-bottom: 0 !important;
}
#CompanyBillingDatatable_wrapper .row:nth-child(2) .dataTables_scrollBody{
    height: auto !important;
}
#CompanyBillingDatatable_wrapper  .dataTables_scrollBody div{
    height: auto !important;
}
.custom-tab-design{
    display: inline-block;
    padding: 10px 25px 12px 25px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    border-radius: 8px 8px 0 0;
    font-family: 'GothamSSm';
    color: #fff;
    background: #0000c8 !important;
    background: linear-gradient(to bottom, #0000c8 0%, #0028ff 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000c8', endColorstr='#0028ff', GradientType=0);
    z-index: 9;
    border: 0;
}
.custom-tab-design span {
    display: inline-block;
    vertical-align: baseline;
    background: #0058FF;
    color: #fff;
    border-radius: 15px;
    min-width: 25px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    margin-left: 5px;
    padding: 0 7px;
}
.border-left-rounded-0{
    border-top-left-radius: 0;
}
.onbording-table table{
    border-bottom-left-radius: 0;
}
.datepicker .datepicker-days tbody td.disabled:hover{
    border-radius: 0px;
    cursor: not-allowed;
    background-color: white!important;
    color: #dee2e6;
}
.Site-Senior-btn .add-btn{
    vertical-align: middle !important;
    line-height: 40px;
}
.datepicker .datepicker-days tbody td:hover{
    background: #14104e !important;
    color: #fff;
    border-radius: 0px;
}
.error-msg-icon::placeholder {
    color: red; /* Firefox */
}

.error-msg-icon:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

.error-msg-icon::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
.btn:focus, .drop-btn:focus, .bootstrap-select .dropdown-toggle:focus, .deafult-btn:focus,
.light-btn:focus {
    background-color: #fff;
    border-color: #0000FF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7FBDFF;
}
.tooltip {
    font-family: 'Gotham SSm Book' !important;
    font-size: 14px !important;
}
.tooltip {
    position: fixed;
    z-index: 999999;
}
.health-alerts:hover { /* onboarding health text changes */
    color:black !important;
}
.versionText {
    padding: 10px 15px;
    font-size: 12px;
    display: block;
    color: #636679;
    line-height: 1.7;
}
.archive-list{
    box-shadow: 0 4px 24px rgba(12, 12, 43, 0.25) !important;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    background-color: #fff;
    outline: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background: rgb(0, 40, 255);
    background: linear-gradient(to bottom, rgba(0, 40, 255, 1) 0%, rgba(0, 0, 207, 1) 100%);
}
.popup-top .deafult-btn:focus{
    background-color: #151153 !important;
    /*box-shadow: none;*/
    border-color:  #151153;
}
.db-info .light-btn, .db-info .light-btn:active{
    background: #00b4c2 !important;
    background: linear-gradient(to bottom, #00b4c2 0%, #018994 100%) !important;
    border: none;
    box-shadow: none;
}
.discard-btn:focus{
    border-color: #fff;
    outline: 0;
    box-shadow: none;
    background: transparent !important;
}
.active-status a.delete-card-action-confirm-popup {
    display: inline-block;
    /*width: 34px;*/
    /*height: 32px;*/
    /*line-height: 28px;*/
    text-align: center;
}
.active-status a.re-attempt-payment-btn {
    display: inline-block;
    text-align: center;
}
.active-status a.delete-card-action-confirm-popup:focus{
    background-color: #ffffff;
    border: 1px solid #0000FF !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7FBDFF !important;
    border-radius: 4px;
}
#inactive_users .table tbody tr td:first-child,
#inactive_users .table thead tr th:first-child,
#pending_users .table tbody tr td:first-child,
#pending_users .table thead tr th:first-child,
#transfers .table tbody tr td:first-child,
#transfers .table thead tr th:first-child {
    padding-right: 0;
}
#Add-induction-popup .modal-dialog.modal-lg{
    max-width: 62.5%;
}

@media (min-width: 1920px) {
    #upload-task-popup .modal-dialog,
    #upload-new-certificate .modal-dialog {
        max-width: 60% !important;
    }
}
.section-icon {
    top: 2px;
    width: 20px;
    margin-right: 8px;
    position: relative;
    vertical-align: middle;
}
.deafult-btn:focus{
    background-color: #151153 !important;
}



















































.modal-sub-title-add-another-email-address {
    padding: 15px 0px;
    font-size: 15px;
    color: #100D33;
    /*box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 5%);*/
    font-weight: 600;
    padding-right: 55px;
    position: relative;
}

.modal-sub-title-add-another-email-address .db-info {
    position: absolute;
    right: 0;
    top: 8px;
}
.add-amother-email-box {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}
.add-amother-email-box .add-another-delete-div {
    /*margin-left: 24px;*/
}
.add-amother-email-box .input-box{
    width: calc(100% - 54px);
}

.add-email-clone {
    margin-top : 25px;
}
.icon-btn{
    height: 34px;
    width: 34px;
    border: 1px solid #dadfe3;
    border-radius: 5px;
    background: rgb(242, 242, 244);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-btn img{
    max-width: 16px;
}
.icon-btn:focus{
    background: rgb(242, 242, 244);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
    border: 1px solid #0000FF !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7FBDFF !important;
}
.icon-btn:hover {
    text-decoration: none;
    color: #0E0D30;
    background: rgb(242, 242, 244);
    background: -moz-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f4', endColorstr='#ffffff', GradientType=0);
}
.icon-btn-lg{
    height: 41px;
    width: 41px;
    line-height: 36px;
}
.icon-btn-lg img{
    max-width: 20px;
}
.add-btn.disabled, .add-btn.disabled:hover, .btn-primary.disabled{
    cursor: not-allowed;
    background: #AAAAFA !important;
    border-color: #AFAFDD;
}
.add-btn.disabled:focus{
    box-shadow: none !important;
    border-color: #AFAFDD !important;
}
.popup-top .sm-btn-lt{
    box-shadow: 0 1px 3px rgba(188, 195, 213, 1);
}
#Assign-Account-Holder .modal-body{
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.welcome-citus-popup h2{
    color: #0000FF;
    font-size: 32px;
    font-weight: 500;
    margin: 40px 0 15px;
    font-family: 'GothamSSm';
}
.welcome-citus-popup p{
    font-size: 18px;
    color: #100D33;
    font-family: 'Gotham SSm Book';
}
.welcome-banner{
    height: 335px;
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.welcome-banner img{
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.welcome-citus-popup .later-btn{
    margin: 40px 0 60px;
}
.welcome-citus-popup .later-btn button{
    height: 54px;
    min-width: 160px;
    margin: 0 7px;
    font-size: 18px;
    font-family: 'Gotham SSm Book';
}

.onfocus-datepicker {
    z-index: 1002 !important;
}
/*.box-body-color {*/
/*    background-color: red;*/
/*}*/
.tooltip {
    font-family: 'GothamSSm-Book' !important;
    z-index: 1151 !important;
}
.error-msg-icon{
    background-image: url('../images/non-comp.png');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}


.progress-bar-percentage {
    color: #002eed;
    z-index: 9;
    font-size: 13px;
    font-weight: 700;
    margin-left: 7px;
    position: absolute;
    right: 66px;
    /*display: none;*/
}
#DropzoneRemoveDocConfirmationPopup.show~.modal-backdrop {
    display: none
}

#DropzoneRemoveDocConfirmationPopup.show {
    background: rgba(20, 18, 46, 0.82)
}
.pin-bottom-alignment-icon {
    margin-top: -4px !important;
}
.btn-delete:focus{
    border-color: #950101 !important;
    box-shadow: 0 0 0 0.2rem #FFCECB !important;
}
/* buisness record tabs design  */
.add-record-box{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.add-record-box b {
    color: #D4DCF5;
    display: block;
    font-size: 33px;
    margin: 16px 0 5px 0;
}
.add-record-box img {
    max-width: 215px;
}
.add-record-box p {
    color: #D4DCF5;
    display: block;
    font-size: 22px;
    font-weight: bold;
}
/* notification design start here  */
.all-notification{
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}
.add-record-box a{
    /*height: 54px;*/
    /*line-height: 54px;*/
    /*min-width: 170px;*/
    /*font-size: 18px;*/
}
.preview-available-box{
    background-color: #FCFCFF;
    border-radius: 6px 0 0 6px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-right: 1px solid #D7D9E0;
    overflow: hidden;
}
.preview-available-box h5{
    color: #518EF8;
    font-size: 22px;
    margin-top: 20px;
}
.preview-available-box p{
    color: #518EF8;
    font-size: 18px;
}
.upload-new-record-footer{
    padding: 20px;
    border-top: 1px solid #D7D9E0;
    position: relative;
}
.upload-new-record-footer::before{
    content: '';
    width: 100%;
    height: 7px;
    background: rgb(240,243,249);
    background: linear-gradient(0deg, rgba(240,243,249,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top:-7px;
}
.upload-new-record{
    width: 100%;
    height: calc(100% - 78px);
}
.preview-available-box::before{
    content: '';
    width: 10px;
    height: 100%;
    background: rgb(240,243,249);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(240,243,249,1) 100%);
    position: absolute;
    right: 0px;
    top: 0;
    transform: rotate(180deg);
}
.upload-new-record-field{
    padding: 46px 46px 20px;
}
.upload-new-record-field input{
    margin-bottom: 14px;
    min-height: 41px;
}
.upload-new-record label{
    color: #100D33;
    font-size: 18px;
    font-weight: 500;
    font-family: 'GothamSSm';
}
.upload-new-record h5{
    color: #100D33;
    font-size: 22px;
    font-family: 'GothamSSm';
    font-weight: 500;
    margin-bottom: 12px;
}
.document-label{
    padding-left: 46px;
}
.add-document-box{
    padding: 0 46px 20px;
}
.add-document-box .add-document{
    padding: 37px 20px;
    border-radius: 6px;
    border: 2px dashed #BECCFB;
    text-align: center;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.add-document-box .add-document:hover{
    border-color: #518EF8;
    transition: all 0.2s ease-in-out;
}
.add-document-box .add-document p{
    font-size: 18px;
    margin: 0;
    color: #518EF8;
    font-family: 'GothamSSm-Book';
}
.upload-new-record .slimScrollDiv{
    max-height: 75vh;
}
.upload-new-record  .slimScrollBar {
    right: 11px !important;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
}
@-webkit-keyframes fadeInDown {
0% {
    opacity: 1;
    }
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}
.onbording-table {
    user-select: none;
}
/* help-support side menu design css start here  */
.help-support-menu{
    min-height: 100vh;
    background-color: #fff;
    width: 556px;
    position: fixed;
    top: 0;
    right: -556px;
    z-index: 1001;
    box-shadow: 0 0 40PX rgba(141, 148, 172, 0.16);
    transition: all .4s ease-in-out;
}
.help-support-menu-open{
    right: 0;
    transition: all .4s ease-in-out;
}
.help-support-menu-header{
    border-bottom: 1px solid #D7D9E0;
    padding: 30px 35px;
    position: relative;
}
.help-support-menu-header button{
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 56px;
    font-weight: 300;
    color: #100D33;
    line-height: 32px;
    position: absolute;
    right: 35px;
    top: 30px;
    cursor: pointer;
}
.help-support-menu-header h5{
    color: #100D33;
    font-size: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.help-support-menu-header p{
    font-size: 18px;
    color: #100D33;
    margin: 29px 0 0;
}
.help-support-menu-body{
    padding: 30px 35px;
}
.help-support-menu-body ul{
    padding: 0;
    margin: 0;
}
.help-support-menu-body li{
    list-style: none;
}
.help-support-menu-body li a{
    color: #100D33;
    font-size: 22px;
    min-height: 80px;
    display: block;
    border-radius: 6px;
    padding: 20px 20px 20px 78px;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
    cursor: pointer;
    position: relative;
    /* font-family: 'Gotham SSm Book'; */
}
.help-support-menu-body li a img{
    position: absolute;
    left: 20px;
    top: 22px;
}
.help-support-menu-body li a:hover{
    background-color: #F8F8FF;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
 .help-support-menu-header h5 img{
    margin-right: 15px;
}
.help-support-menu-body h6{
    font-size: 22px;
    color: #100D33;
    margin: 19px 0;
}
.menu-dropdown-box-before{
    position: relative;
    transition: all 0.3s ease-in-out;
}
.menu-dropdown-box-before::before{
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 18, 46, 0.82);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
/* help-support side menu design css end here  */
/* help-support side menu popup design css start here  */
.contact-support-form h4{
    font-size: 24px;
    color: #100D33;
    font-weight: 500;
}
.contact-support-form p{
    color: #100D33;
    font-size: 18px;
    line-height: 29px;
    margin: 30px 0;
    font-weight: 500;
}
.contact-support-form .bootstrap-select .btn-light {
    padding: 15px 13px;
    font-size: 18px;
    border-color: #C5CDD4;
    border-radius: 6px;
    color: #636679;
}
.contact-support-form  .form-control{
    color: #636679;
    font-size: 18px;
    border-color: #C5CDD4;
    border-radius: 6px;
    min-height: 54px;
}
.contact-support-form textarea{
    height: 238px;
}
.contact-support-form .custom-file-upload label{
    background-color: #151153;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    min-width: 179px;
    margin: 0;
    line-height: 54px;
}
.contact-support-form .custom-file-upload label img{
    margin-right: 10px;
}
.contact-support-form .custom-file-upload input{
    display: none;
}
.contact-support-form .custom-file-upload  span{
    color: #636679;
    font-size: 18px;
    margin-left: 10px;
}
.contact-support-form small{
    color: #636679;
    font-size: 16px;
    margin-top: 9px;
}
.contact-support-form .footer-btns{
   padding-top: 90px;
}
.contact-support-form .btn{
    height: 54px;
    min-width: 113px;
    font-size: 18px;
    border-radius: 6px;
}
.request-submitted-img{
    margin-bottom: 37px;
}
.contact-support-form  .appreciate-text{
    min-height: 55px;
}
.contact-support-form  .feedback-star ul{
    padding: 0;
    margin: 0;
}
.contact-support-form  .feedback-star li{
    list-style: none;
    display: inline-block;
    margin-right: 12px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.contact-support-form  .feedback-star li.active svg path,
.contact-support-form  .feedback-star li:hover svg path{
    fill: #0000FD;
    transition: all 0.2s ease-in-out;
}
.contact-support-form  .feedback-star h6{
    text-align: center;
    font-size: 16px;
    color: #636679;
    margin: 15px 0 27px;
}
.feedback-star {
    display: inline-block;
}
.contact-support-form  .font-normal{
    font-weight: 400;
}
#addUserDataTable_wrapper{
    height: 400px;
}
.popup-top::before{
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    top: -4px;
    left: 0;
    opacity: 0.48;
    transform: rotate(180deg);
    background: rgb(197,205,212);
    background: linear-gradient(180deg, rgba(197,205,212,1) 0.1%, rgba(255,255,255,0) 75%);
    z-index: 11;
}
.open-list .popup-top{
    border-radius: 0 0 6px 6px;
}
.bottom-dropshadow::before{
    bottom: -4px;
    top: unset;
    transform: rotate(0);
}
/* .open-list .popup-top::before,
.role-drop .archive-list .popup-top::before,
.Training-drop .archive-list .popup-top::before{
    top: -4px;
    bottom: unset;
    transform: rotate(180deg);
    background: linear-gradient(180deg, rgba(197,205,212,1) 0%, rgba(255,255,255,0) 80%);
} */
.role-drop .archive-list .popup-top,
.Training-drop .archive-list .popup-top{
    border-radius: 0;
}
.register-block .login-form{
    padding: 48px;
}
.register-block .login-form h4{
    font-size: 18px;
    font-weight: 500;
}
.register-block .login-form .checkbox{
    margin-bottom: 2px;
}
.welcome-citus-popup{
    border: none !important;
}
.bs-searchbox{
    padding: 0;
}
.bs-searchbox{
    position: relative;
    height: 52px;
    z-index: 11;
}
.bs-searchbox::before {
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0.48;
    background: rgb(197,205,212);
    background: linear-gradient(180deg, rgba(197,205,212,1) 0.1%, rgba(255,255,255,0) 75%);
}
.bs-searchbox input {
    background: url(../images/input-search.svg) 11px center no-repeat #fff;
    background-size: 18px;
    border-radius: 0px;
    border: none;
    z-index: 11;
    position: relative;
    padding: 13px 13px 13px 40px;
    height: 52px;
}
.bs-searchbox input {
    box-shadow: none !important;
    border: none !important;
}
.assign-content-1-company-administrator form{
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}
.welcome-citus-popup {
    border: none !important;
}
.billing-payment-table  td .full-width{
    background-color: #fff !important;
}
.billing-payment-table .inactive-status span{
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #FF1B00;
    background: #ffeaea;
    border-radius: 15px;
}
.billing-payment-table .active-status span{
    display: inline-block;
    white-space: nowrap;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 15px;
    color: #0A821C !important;
    background: #eaffee !important;
    border-radius: 15px;
}
.dropdown-menu .no-results {
    display: none;
}

div#mybutton button.mouse-clicked{
    background: url('../images/mybutton-bg-focus.svg');
    box-shadow: none;
}
.upload-new-record .dz-preview{
    display: flex;
    align-items: center;
    padding: 21px 46px;
    border-top: 1px solid #D7D9E0;
    max-height: 106px;
    position: relative;
    min-height: 106px;
}
.upload-new-record .dz-preview.active{
    background-color: #F8F8FF;
}
.upload-new-record .dz-preview.active::before{
    content: "";
    width: 2.6px;
    height: 100%;
    background-color: #0000FF;
    position: absolute;
    left: 0;
    top: 0;
}
.upload-new-record .dz-preview .dz-image img{
    max-width: 43px;
    height: 63px;
    margin-right: 15px;
}
div#appendshow_uploaded_records .dz-preview:last-child,
div#appendshow_uploaded_edit_records .dz-preview:last-child,
div#old_uploaded_edit_records .dz-preview:last-child,
div#old_uploaded_renew_records .dz-preview:last-child,
div#appendshow_uploaded_renew_records .dz-preview:last-child{
    border-bottom: 1px solid #D7D9E0;
    margin-bottom: 25px;
}
.upload-new-record .dz-remove {
    text-indent: -9999px;
    background-image: url(../../assets/images/close-img-n.svg);
    height: 28px;
    width: 28px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 46px;
}
.upload-new-record .dz-details {
    width: 387px;
    display: none;
    max-height: 53px;
}
.upload-new-record .dz-preview.dz-complete .dz-details {
    display: flex;
    align-items: center;
}
.upload-new-record .dz-details input{
    font-size: 18px;
    padding: 12px 0;
    color: #100D33;
    background-color: #fff;
    border: none;
}
.upload-new-record .dz-details .light-btn{
    min-width: 53px;
    margin-left: 10px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-new-record .dz-details input:focus {
    border-color: none;
    box-shadow: none;
}
.upload-new-record .dz-preview.active input{
    border: 1px solid #C5CDD4;
    padding: 12px 13px;
}
.upload-new-record .dz-preview.active input:focus,
.upload-new-record .dz-preview.active input:hover{
    border-color: #0000FF;
    box-shadow: 0 0 0 0.2rem #7fbdff;
}
#business_records .download-btn, #show-certificate-cell .download-btn{
    min-width: 40px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
}
.upload-new-record  .progress-bar-percentage{
    position: absolute;
    right: 104px;
}
body .upload-new-record  .dz-preview .dz-progress .dz-upload {
    background: #0002d2;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 300ms ease-in-out;
}
body .upload-new-record  .dz-preview .dz-progress {
    left: 162px;
    height: 8px;
    width: 199px;
    margin-top: -4px;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    margin-left: -40px;
    background: rgba(255,255,255,0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
body .upload-new-record .dz-preview.dz-complete .dz-progress{
    opacity: 0;
}
.separate-business-record-delete-button.disabled,
.separate-business-record-renew-button.disabled,
.separate-business-record-edit-button.disabled,
.btn-primary.disabled,
.icon-btn.disabled,
.light-btn.disabled:focus{
    cursor: not-allowed;
    opacity: 35%;
}
.deafult-btn.disabled, .deafult-btn:disabled,
.light-btn.disabled, .light-btn:disabled,
.btn-delete.disabled, .btn-delete:disabled,
.btn-primary.disabled, .btn-primary:disabled
{
    opacity: 35% !important;
}
.separate-business-record-renew-button.disabled:focus,
.separate-business-record-delete-button.disabled:focus,
.separate-business-record-edit-button.disabled:focus,
.btn-primary.disabled:focus,
.icon-btn.disabled:focus,
.btn-delete.disabled:focus,
.light-btn.disabled:focus{
    box-shadow: none !important;
    border-color: #dadfe3 !important;
}
.separate-business-record-delete-button.disabled:focus,
.separate-business-record-edit-button.disabled:focus,
.btn-primary.disabled:focus,
.light-btn.disabled:focus{
    opacity: 35%;
}
.tab-red-dot a{
    position: relative;
}
.tab-red-dot a::after{
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FF0000;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tab-red-dot span{
    position: relative;
}
.tab-red-dot span::after{
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FF0000;
    position: absolute;
    right: -2px;
    top: -2px;
}
.tab-red-dot a.is-show-count-tab::after{
    display: none;
}
.onbording-menu .menu-red-dot::after {
    right: 10px;
}
.upload-task-left a img, .onboard-certificate-img img{
    max-height: 100%;
    max-width: 100%;
    /* min-width: 100%; */
    object-fit: cover;
}
/*=== Trigger  ===*/
.animate {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
.single-notification{
    background-color: #1C1A36;
    border-radius: 6px;
    padding: 18px 22px;
    max-width: 842px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.fadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
.single-notification img{
    max-width: 36px;
    margin-right: 15px;
}
.single-notification p{
    font-size: 20px;
    max-width: 556px;
    color: #fff;
    line-height: 30px;
    font-family: 'GothamSSm-Book';
    margin: 0;
}
.single-notification a{
    padding: 13px 26px;
    margin: 0 18px 0 14px;
}
.single-notification button{
    background-color: transparent;
    border: none;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    line-height: 16px;
    cursor: pointer;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
      }
  }
  @-webkit-keyframes fadeInDown {
    0% {
        opacity: 1;
      }
    100% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
.btn-delete:focus {
    border-color: #950101 !important;
    box-shadow: 0 0 0 0.2rem #FFCECB !important;
}
div#mybutton {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 111;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div#mybutton button{
    height: 36px;
    width: 36px;
    user-select: none;
    border: none;
    position: relative;
    z-index: 2;
    background-image: url('../images/mybutton-bg.svg');
    background-repeat: no-repeat;
    box-shadow: 0 2px 8px #B9B9B9;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px 0 0 5px;
}
div#mybutton button img{
    position: relative;
    z-index: 11;
}
div#mybutton button.onboard-bottom-scroll img{
    transform: rotate(180deg);
}
div#mybutton button.onboard-left-scroll img{
    transform: rotate(90deg);
}
div#mybutton button.onboard-right-scroll img{
    transform: rotate(270deg);
}

div#mybutton button:hover{
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    background: url('../images/mybutton-bg-hover.svg');
}

div.dataTables_wrapper div.dataTables_processing {
    top: 6% !important;
}
#yourProjectsDataTable div.dataTables_wrapper div.dataTables_processing.card, #assignedProjectsDataTable div.dataTables_wrapper div.dataTables_processing.card {
    background-color :transparent !important;
    border : none !important;
}
div.dataTables_wrapper div.dataTables_processing.card{
    z-index: 200 !important;
}
.reverse {
    top:auto;
    bottom:120%;
}
.upload-task-left a{
    height: 100%;
    display: block;
    max-height: 670px;
}
.onboard-certificate-img{
    max-height: 728px;
    height: 100%;
    display: block;
}
.upload-task-left a img, .onboard-certificate-img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.bottom-space{
    /*position: relative;*/
    padding: 14px;
}
.bottom-space::after {
    display: block;
    clear: both;
    content: "";
}
.bottom-space-certi{
    padding: 14px;
}
.bottom-space-certi::after {
    display: block;
    clear: both;
    content: "";
}
#ActivityLog .datatable-main{
    margin-bottom: 50px;
}
#Certifications-tab .datatable-main {
    margin-bottom: 14px;
}
#CompanyBillingDatatable_wrapper .dataTables_scrollBody{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.hover-z-index {
    z-index: 5;
}
#Add-Notification-popup .noti-top .drop-btn-main {
    width: 16% !important;
}
#Add-Notification-popup .noti-top .table-search {
    width: 49%;
}
