﻿/*-------------- DO NOT MODIFY BELOW STYLE AS IT IS USED FOR MAKE CONTROLS UNEDITABLE LIKE APPEREANCE ---------*/

.text-field-uneditable {
    border-width: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: black;
    pointer-events: none !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

    .text-field-uneditable + span {
        display: none !important;
    }

.textarea-field-uneditable {
    border-width: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: black;
    pointer-events: none !important;
    resize: none !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    overflow: hidden !important;
}

.checkbox-field-uneditable {
    pointer-events: none !important;
}

.radio-field-uneditable {
    pointer-events: none !important;
}

.dropdown-field-uneditable {
    border-width: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    background-image: none !important;
    color: black;
    pointer-events: none !important;
    -webkit-appearance: none !important;
    -webkit-user-select: text; /* Chrome all / Safari all */
    -moz-user-select: text; /* Firefox all */
    -ms-user-select: text; /* IE 10+ */
    user-select: text;
}

select.dropdown-field-uneditable::-ms-expand {
    display: none !important;
}

.empSearch-UnEditable .es-active-inactive-filter,
.empSearch-UnEditable .es-view-profile,
.empSearch-UnEditable .es-advance-search {
    display: none !important;
}



/*-------------- DO NOT MODIFY ABOVE STYLE AS IT IS USED FOR MAKE CONTROLS UNEDITABLE LIKE APPEREANCE ---------*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

::-moz-selection {
    color: white;
    background-color: #249c57;
}

::selection {
    color: white;
    background-color: #249c57;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5px;
    padding-right: 5px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*for tab navigation in landing page*/
.container {
    margin-top: 0px;
    margin-left: 5px;
}

.nav-tabs > li {
    position: relative;
}

    .nav-tabs > li > a {
        display: inline-block;
    }

    .nav-tabs > li > span {
        display: none;
        cursor: pointer;
        position: absolute;
        right: 6px;
        top: 8px;
        color: red;
    }

    .nav-tabs > li:hover > span {
        display: inline-block;
    }

/*[contenteditable] {
  border: solid 1px lightgreen;
  padding: 5px;
  border-radius: 3px;
}*/




/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 500px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

tbody.row-link > tr {
    cursor: pointer;
}

.alert-container {
    position: fixed;
    top: 0;
    left: 0;
    /*right:0;*/
    width: 100%;
    padding-left: 3em;
    padding-right: 3em;
    z-index: 999;
}

/*.alert-container #inner-message {
    margin: 0 auto;
}*/

/* Start by setting display:none to make this hidden.
    Then we position it in relation to the viewport window
    with position:fixed. Width, height, top and left speak
    for themselves. Background we set to 80% white with
    our animation centered, and no-repeating */
.please-wait-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 50px;
    width: 300px;
    background: rgba( 255, 255, 255, .8 ) url('../../Resources/images/FhHRx.gif') no-repeat;
}

/* When the body has the loading class, we turn
    the scrollbar off with overflow:hidden */
body.please-wait-loading .please-wait-modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
    modal element will be visible */
body.please-wait-loading .please-wait-modal {
    display: block;
}

.please-wait-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 1000px;
    width: 100%;
    align-content: center;
    background-image: none;
    text-align: center;
    padding-bottom: 10px;
}

#please-wait > h3 {
    background: transparent url(../../Resources/images/FhHRx.gif) no-repeat;
    background-position: top;
    margin-top: 30px;
    margin-left: 0px;
    padding: 30px;
    padding-left: 50px;
    margin-top: 20%;
}
/*tab close button style*/
.page-header .active {
    background-color: #ebf6ffe0;
    color: #000000 !important;
}

.page-header li .nav-link:hover:not(.active) {
    background-color: #eaeaeaa6;
    border-bottom: 3px solid #cfcfcf;
}

.page-header .active :hover > tab-close {
    background-color: #ebf6ffe0;
}

.page-header {
    border-bottom: 1px solid #eeeeee;
}
/*span#pills-approve-tab-span{
      padding-right: 0px !important;
    padding: 6px 16px;
    color: black !important;
    font-size: 13.5px;
    margin: 0;
  }*/
#approval-list-btn {
    padding: 10px 7px 10px 7px;
    position: absolute;
    font-size: 15px;
    top: -3px;
}

#approval-list-div {
    font-size: 13px;
    z-index: 5;
    top: 45px;
    position: absolute;
    /*right: calc(100% + -400px);*/
    padding: 5px;
    min-width: 150px;
    background: white;
    border: 1px solid #c8ced3;
    padding: 0px;
}

    #approval-list-div span.approval-list-item {
        padding: 7px 10px;
        font-size: 13px !important;
        color: black !important;
        padding: 5px 20px;
        margin: 0;
        display: block;
        border-bottom: 1px solid #ededed;
    }

        #approval-list-div span.approval-list-item:hover {
            background-color: #eaeaeaa6 !important;
            color: black !important;
            cursor: pointer;
        }

.tab-content-ifram {
    background-color: #f5f5f5;
    /*padding: 5px 5px 5px 5px;*/
    /*background: rgba( 255, 255, 255, .8 ) url('../../Resources/images/FhHRx.gif') no-repeat center;*/
    /*height: 560px;
     min-height:560px;*/
}

    .tab-content-ifram iframe {
        background-color: white !important;
    }

.tab-max-width {
    /*max-width:calc(100% + -15px);*/
    overflow: auto;
}

.shrinkedcontent .tab-max-width {
    /*max-width:calc(100% + -35px);*/
    overflow: auto;
}

.btn-refresh {
    font-size: 25px !important;
    margin-left: 5%;
    /*color: #1569a5;*/
    color: #007bff !important;
}
/*style for manu search autocomplate*/
.ui-front {
    z-index: 90000;
}

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #e2dde69c;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 10px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    /*background: #6e7277;*/
    font-weight: normal;
    color: #ffffff;
}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px;
}
/*End style for manu search autocomplate*/

.no-data-found {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.min-hight-120 {
    min-height: 120px;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.width-450 {
    width: 450px !important;
}

.font-23 {
    font-size: 23px !important;
}

.font-25 {
    font-size: 25px !important;
}

.approval-doc-attechment {
    /*as discussion with niraj sir currently hide attachment after createing api for that we show the attachment*/
    /*display:none;*/
    position: absolute;
    cursor: pointer;
    /* top: 8px; */
    bottom: 0px;
    left: 0px;
    /* right: 0px; */
    padding: 2px 10px 10px 10px;
    background: #009adc;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: white;
    font-weight: 500;
}

    .approval-doc-attechment:hover {
        background-color: #117ba9;
    }

input[type="radio"]:checked + .label-text.text-danger:before {
    content: "\f192";
    color: #dc3545;
    animation: effect 250ms ease-in;
}

input[type="radio"]:checked + .label-text.text-primary:before {
    content: "\f192";
    color: #007bff;
    animation: effect 250ms ease-in;
}

input[type="radio"]:checked + .label-text.text-success:before {
    content: "\f192";
    color: #28a745;
    animation: effect 250ms ease-in;
}

input[type="radio"]:checked + .label-text.text-default:before {
    content: "\f192";
    color: #28a745;
    animation: effect 250ms ease-in;
}

input[type="radio"]:checked + .label-text.text-secondary:before {
    content: "\f192";
    color: #6c757d;
    animation: effect 250ms ease-in;
}

input[type="radio"]:checked + .label-text.text-warning:before {
    content: "\f192";
    color: #ffc107;
    animation: effect 250ms ease-in;
}

input[type="radio"]:checked + .label-text.text-info:before {
    content: "\f192";
    color: #17a2b8;
    animation: effect 250ms ease-in;
}
/* set z-index because in case of popper js tooltip set in model then not showing proper so we need to increase z-index*/
.tooltip.show {
    z-index: 9999;
}

.font-11 {
    font-size: 11px;
}

.subordinate-approved {
    /*as discussion with niraj sir need to change design of already approved subordinate so currently hide*/
    display: none;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    background: #4cd964;
    /* left: 0px; */
    /* border: 0px; */
    /* top: 5px; */
    right: 0;
    bottom: 0px;
}

.alreadyleaveapprove {
    border: 3px solid #bbbbbb;
    background: none !important;
}

.mr-2px {
    margin-right: 2px;
}

.hover-color-white:hover {
    color: white;
}

.max-height-650 {
    max-height: 650px;
    overflow: auto;
}

.left-0 {
    left: 0px !important;
}

.bottom-0 {
    bottom: 0px !important;
}

.top img {
    margin-left: 5px !important;
}

.dropdown-submenu > a.without-after-element:after {
    content: none;
}

.dropdown-submenu, a {
    font-size: 14px;
}

.bg-custom {
    background-color: #ebf6ffe0;
    border-bottom: 1px solid #bccedc;
}

.badge-counter {
    font-size: 9px;
}

#approvaltab a.nav-link {
    color: #444 !important;
    font-weight: 500 !important;
    font-size: 13.5px !important;
    padding: 0.3rem 1rem !important;
    /* background-color: #e7f1f9; */
}

nav.side-navbar ul li a:hover > img {
    -webkit-filter: brightness(500%) !important;
    filter: brightness(140%) !important;
}

nav.side-navbar.shrinked ul li a {
    padding: 5px 2px !important;
    font-size: 14px;
}
/*.sidebar{
    width:180px;
}*/
.iframe-please-wait-modal {
    /*background-color: #f4f4f4 !important;*/
    /*padding: 5px;*/
    background: #fff url('../../Resources/images/FhHRx.gif') no-repeat center;
}

    .iframe-please-wait-modal > h3 {
        padding-top: 6%;
        margin-left: 43%;
    }

@media screen and (max-width: 1150px) {
    .iframe-please-wait-modal {
        margin-top: 17%;
    }
}

@media only screen and (min-width: 1150px) {
    .iframe-please-wait-modal {
        margin-top: 14%;
        margin-left: -20px;
    }

        .iframe-please-wait-modal > h3 {
            padding-top: 5%;
            margin-left: 44.5%;
        }
}


/*Start Profile Style*/

.profile {
    width: 300px;
    float: right;
    background-color: white;
    box-shadow: 0 0 9px 0px #565656;
    position: fixed;
    right: 0px;
    top: 8px;
}

.profile-picture {
    background-color: #4f4f4f;
    height: 70px;
    width: 100%;
    position: relative;
    outline: none;
}

.profile-image {
    background-color: transparent;
    position: absolute;
    height: 80px;
    width: 80px;
    margin-left: 107px;
    margin-top: 27px;
    border-radius: 50%;
    border: none;
    outline: none;
}

.Name {
    color: black;
    position: relative;
    margin-top: 38px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

.Rolename {
    color: #525252;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    font-family: arial;
    margin-top: 10px;
    word-break: break-all;
}

.lastlogin {
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
    border-top: 1px solid #bfbfbf;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.action-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #e1e0e0;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 10px;
}

.act-btn {
    position: relative;
    border: 1px solid #cabfbf;
    padding: 25px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 2px;
}

.GotoESS {
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
}

    .GotoESS:hover {
        transition: all 0.2s ease-in-out;
        background-color: #d4d4d4;
        outline: none;
    }

.SwitchUser {
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
}

    .SwitchUser:hover {
        transition: all 0.2s ease-in-out;
        background-color: #d4d4d4;
        outline: none;
    }

.SignOut {
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
}

    .SignOut:hover {
        transition: all 0.2s ease-in-out;
        background-color: #d4d4d4;
        outline: none;
    }

.show-btn {
    display: flex;
}

.hide-btn {
    display: none !important;
}

.profile-card {
    background-color: transparent !important;
    border: none !important;
}

/*End Profile Style*/

/*right side menu Hover*/
.right-menu-hover {
    position: relative;
    display: inline-block;
}

    .right-menu-hover .right-menu-text {
        color: black;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        /*box-shadow: 0 .125rem .25rem #CCD !important;*/
        visibility: hidden;
        width: 200px;
        /*max-width: 200px;*/
        background-color: #17224d;
        text-align: left;
        padding: 5px 0;
        position: absolute;
        z-index: 10000;
        top: 0px;
        right: 102%;
    }

        .right-menu-hover .right-menu-text::after {
            content: "";
            position: absolute;
            top: 20px;
            left: 100%;
            /*width: 100px;*/
            margin-top: -5px;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent transparent #2e2e2e;
        }

    .right-menu-hover:hover .right-menu-text {
        visibility: visible;
    }

.right-menu-text li {
    line-height: 10px;
}

.right-menu-text a {
    font-size: 14px;
    color: white;
    padding: 7px;
    /*padding-right: 10px;*/
    display: inline-block;
    width: 100%;
}

.right-menu-text ul li {
    line-height: 1.5;
}

.right-menu-text ul {
    overflow: hidden;
    overflow-y: auto;
    max-height: 400px;
}

.wizard-content .wizard > .steps > ul > li {
    z-index: 0;
}
/*End right side menu Hover*/
.hamburg a {
    text-align: center;
}

.hamburg {
    left: 145px;
    top: 63px;
}

.Shrink-Menu-img, .Expand-Menu-img {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    font-size: 25px;
    color: white;
}

.Expand-Menu-img {
    padding-left: 2px;
    margin-top: 4px;
    margin-left: 3px;
}

    .Expand-Menu-img:hover {
        background-color: #6b6b6b57;
        border-radius: 50%;
    }

.Shrink-Menu-img:hover {
    background-color: #6b6b6b57;
    border-radius: 50%;
}

.min-hight-95 {
    min-height: 95px !important;
}

.position-none {
    position: unset;
}

.bold-600 {
    font-weight: 600;
}

div.dataTables_wrapper div.dataTables_info {
    /* white-space: nowrap; */
    white-space: unset;
}

.h-60 {
    height: 60px;
}

.badge-help-desk {
    position: absolute;
    right: -4px;
    top: 7px;
    border-radius: 50%;
}

.visibility-visible {
    visibility: visible !important;
}

.visibility-hidden {
    visibility: hidden !important;
}

footer.main-footer {
    background: #cacaca7a;
    height: 23px;
}

    footer.main-footer p.copyright {
        line-height: 19px;
        font-size: 12px;
    }

.animation-effect-xs {
    animation: slideElement linear .25s;
    animation-iteration-count: 1;
}

.animation-effect-sm {
    animation: slideElement linear .5s;
    animation-iteration-count: 1;
}

.animation-effect-md {
    animation: slideElement linear 1s;
    animation-iteration-count: 1;
}

.animation-effect-lg {
    animation: slideElement linear 1.5s;
    animation-iteration-count: 1;
}

.animation-effect-xl {
    animation: slideElement linear 2s;
    animation-iteration-count: 1;
}

@keyframes slideElement {
    0% {
        opacity: 0;
        transform: translate(0px,10px);
    }

    50% {
        opacity: 0.5;
        transform: translate(0px,5px);
    }

    100% {
        opacity: 1;
        transform: translate(0px,0px);
    }
}

.not-found {
    color: rgb(220, 53, 69) !important;
    border: 1px solid rgb(220, 53, 69);
}

    .not-found:focus {
        color: rgb(220, 53, 69) !important;
        border: 1px solid rgb(220, 53, 69);
    }

.not-valid {
    /*color: rgb(220, 53, 69) !important;*/
    border: 1px solid rgb(220, 53, 69);
}

    .not-valid:focus {
        /*color: rgb(220, 53, 69) !important;*/
        border: 1px solid rgb(220, 53, 69);
    }

.radio-sm:before {
    font-size: 22px !important;
    margin-right: 5px !important;
}

.radio-md:before {
    font-size: 26px !important;
}

.radio-xl:before {
    font-size: 30px !important;
}

.radio-xs:before {
    font-size: 18px !important;
}

#mainMenuUl ul.dropdown-menu, #mainMenuUl2 ul.dropdown-menu {
    width: 200px;
    max-height: 300px;
    overflow: auto;
}

.btn-approve {
    color: #fff;
    background-color: #249c57 !important;
    border-color: #249c57 !important;
}

    .btn-approve:hover, btn-approve:active {
        color: #fff;
        background-color: #1a8a4a !important;
        border-color: #1a8a4a !important;
    }

    .btn-approve:focus {
        box-shadow: 0 0 0 0.2rem rgba(36, 156, 87,0.5);
    }

.btn-reject {
    color: #fff;
    background-color: #ed1f24;
    border-color: #ed1f24;
}

    .btn-reject:hover, btn-reject:active {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-reject:focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

.btn-return {
    color: #fff;
    background-color: #009bdc;
    border-color: #009bdc;
}

    .btn-return:hover, btn-return:active {
        color: #fff;
        background-color: #048cc5;
        border-color: #048cc5;
    }

    .btn-return:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 155, 220,0.5);
    }

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.tag-employee span {
    font-size: 13px;
}

.tag-employee img {
    width: 30px;
    height: 30px;
}

.tag-employee .btn {
    padding: 5px 10px;
}

.tag-employee .input-group-text {
    padding-top: 0px;
    padding-bottom: 0px;
}

.color-blue {
    color: #14649e;
}

.status-div {
    background-color: #f2f2f2;
    color: #14649e;
    font-size: 13px;
}

.approval-bordertop {
    border-top: 1px solid rgba(162, 162, 162, 0.76) !important;
}

.page-iframe {
    /*height: 535px;*/
    width: 100%;
}

.page-iframe {
    height: calc(100vh + -128px);
    width: 100%;
}

#approval-tabContent {
    /*max-height: 505px;*/
    overflow: auto;
    max-width: 100%;
    padding-right: 20px;
    height: calc(100vh + -148px);
}

.shrinkedcontent #approval-tabContent {
    max-width: calc(100% + -50px);
}

.tabcontent {
    margin-left: 15px;
}


#dashboard-list-div {
    font-size: 13px;
    z-index: 5;
    top: 45px;
    position: absolute;
    /*right: calc(100% + -400px);*/
    padding: 5px;
    min-width: 150px;
    background: white;
    border: 1px solid #c8ced3;
    padding: 0px;
}

    #dashboard-list-div span.dashboard-list-item {
        padding: 7px 10px;
        font-size: 13px !important;
        color: black !important;
        padding: 5px 20px;
        margin: 0;
        display: block;
        border-bottom: 1px solid #ededed;
    }

        #dashboard-list-div span.dashboard-list-item:hover {
            background-color: #eaeaeaa6 !important;
            color: black !important;
            cursor: pointer;
        }


#dashboardtab a.nav-link {
    color: #444 !important;
    font-weight: 500 !important;
    font-size: 13.5px !important;
    padding: 0.3rem 1rem !important;
    /* background-color: #e7f1f9; */
}



#dashboard-tabContent {
    /*max-height: 505px;*/
    overflow: auto;
    /*max-width: calc(100% + -30px);*/
    height: calc(100vh + -163px);
}

.shrinkedcontent #dashboard-tabContent {
    max-width: calc(100% + -50px);
}

.tab-dashboard .page-iframe {
    height: calc(100vh + -163px) !important;
}

.record-loader .loader {
    border: 4px solid #d8d7d7;
    border-radius: 50%;
    border-top: 4px solid #028ef1;
    width: 35px;
    height: 35px;
    display: none;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 0.9s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.record-loader {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    padding: 10px;
}

.logo img {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo {
    width: 200px;
    height: 60px;
}

.overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mainMenuUl .dropdown-submenu, #mainMenuUl2 .dropdown-submenu {
    background: none !important;
}
/*#mainMenuUl li.dropdown-submenu:last-of-type > a{
        border-bottom: 2px solid #3f3f3f;
}*/
.display-flex {
    display: flex;
}

.display-block {
    display: block;
}

#more-tab-list {
    font-size: 13px;
    z-index: 5;
    position: absolute;
    top: 45px;
    left: calc(100% + -225px);
    padding: 5px;
    overflow-wrap: break-word;
    width: 200px;
    background: white;
    border: 1px solid #c8ced3;
    padding: 0px;
    overflow: auto;
    max-height: calc(100vh + -123px);
}

    #more-tab-list .menu-item {
        font-size: 14px !important;
        color: black !important;
        padding: 5px 10px;
        margin: 0;
        display: block;
        cursor: pointer;
        border-bottom: 1px solid #ededed;
    }

    #more-tab-list a.menu-item:hover:not(.active) {
        background: #eaeaeaa6;
    }

#btn-more-tab i {
    transform: rotate(180deg);
    color: #1569a5;
    font-size: 17px;
}

#div-more-tab {
    padding-left: 10px;
    font-size: 17px;
    float: right;
}

    #div-more-tab .scrollable {
        color: white !important;
    }

    #div-more-tab .disable {
    }

#more-tab-list .active {
    background: #ebf6ffe0;
}

#div-more-tab > i {
    display: inline-block;
}

    #div-more-tab > i:hover {
        background: #eaeaeaa6;
    }

.justify-content-space-between {
    justify-content: space-between;
}

.right-side-useDiv {
    height: 60px;
}

.display-none {
    display: none;
}

.display-inline-block {
    display: inline-block;
}

.tag-selected-emps {
    /*max-height: 120px;*/
    overflow: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tooltip .tooltip-inner {
    overflow: auto;
    max-height: 450px;
    max-width: 225px;
}
/*.content-wrapper{
    left:180px;
}*/
#toast-container > .toast {
    opacity: 1;
}

.tab-approval .page-iframe {
    height: calc(100vh + -100px);
}
/*#pills-tabContent > .tab-pane{
    padding: 41px 2px 0px 10px;
}
#pills-tabContent > .tab-pane.tab-content-ifram{
    padding: 41px 2px 0px 20px;
}*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 15.5em;
    /*padding: 0.5rem 0;*/
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
}

.bootstrap-datetimepicker-widget .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.bootstrap-datetimepicker-widget .weekend {
    background: inherit;
}

.module-menu-pages {
    height: calc(100vh + -128px);
    /*width: calc(100% + -15px);*/
    overflow: auto;
    padding-bottom: 10px;
}

.clear-file-input > .clear-file {
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    background-color: #dc3545 !important;
    color: white;
    cursor: pointer;
    border: 0;
}

.multi-select-control-body {
    /*max-height:150px;
    padding:5px;
    overflow:auto;*/
    border-radius: 5px;
    padding-left: 1px;
}

#data_import_control .bnt-file-import {
    padding: 3px 10px;
}

#data_import_control .dropdown-menu {
    width: auto;
}

.calendar .Default {
    color: white;
}

.calendar .Present {
    color: white !important;
}

.calendar .WeekOff {
    color: #17224d !important;
}

.calendar .Absent {
    color: #ff7467 !important;
}

.calendar .Holiday {
    color: #7f79ff !important;
}

.calendar .HalfDay {
    color: #ffab32 !important;
}

.calendar .ApprovedLeave {
    color: #8E8E93 !important;
}

.calendar .UnApprovedLeave {
    color: #FFF77D !important;
}

.calendar .FutureDate, .calendar a.FutureDate {
    color: white !important;
}

.calendar .Default.day-event-status:hover {
    color: white;
}

.calendar .Present.day-event-status:hover {
    color: white !important;
}

.calendar .WeekOff.day-event-status:hover {
    color: #17224d !important;
}

.calendar .Absent.day-event-status:hover {
    color: #ff7467 !important;
}

.calendar .Holiday.day-event-status:hover {
    color: #7f79ff !important;
}

.calendar .HalfDay.day-event-status:hover {
    color: #ffab32 !important;
}

.calendar .ApprovedLeave.day-event-status:hover {
    color: #8E8E93 !important;
}

.calendar .UnApprovedLeave.day-event-status:hover {
    color: #FFF77D !important;
}

.calendar .FutureDate.day-event-status:hover {
    color: white !important;
}

.calendar .fc-widget-content .fc-sun::before {
    content: normal;
}

a.fc-event.bg-Default, .bg-Default {
    background: white;
}

a.fc-event.bg-Present, .bg-Present {
    background: white !important;
}

a.fc-event.bg-WeekOff, .bg-WeekOff {
    background: #17224d !important;
    color: white !important;
}

.app-status {
    padding: 1px 5px;
    border-radius: 3px;
}

a.fc-event.bg-Absent, .bg-Absent, .bg-Failed {
    background: #ff7467 !important;
    color: white !important;
}

a.fc-event.bg-Holiday, .bg-Holiday {
    background: #7f79ff !important;
    color: white !important;
}

a.fc-event.bg-HalfDay, .bg-HalfDay {
    background: #ffab32 !important;
    color: white !important;
}

a.fc-event.bg-ApprovedLeave, .bg-ApprovedLeave, .bg-Finished {
    background: #8E8E93 !important;
    color: white !important;
}

a.fc-event.bg-UnApprovedLeave, a.fc-event.bg-UnApprovedLeave i, .bg-UnApprovedLeave, .bg-Pending {
    background: #FFF77D !important;
    color: black !important;
}

a.fc-event.bg-FutureDate, .bg-FutureDate {
    /*background: antiquewhite !important;*/
    /*color: white !important;*/
}

.calendar-event-icon:hover {
    cursor: pointer;
    color: #4a4a4a !important;
}

.calendar-event-icon i {
    padding: 0px 5px;
}

.day-event-status {
    font-size: 18px;
}

.favorite-page-icon {
    right: 10px;
    top: 7px;
}
/*.favorite-page-icon {
    right: 10px;
    top: 7px;
}
/*
.favorite-page-icon.fa-star-o{
    color: #d6d6d6;
}
.favorite-page-icon.fa-star{
    color: #1569a5;
}
#mainMenuUl .submenu-up{
    top:-260px;
}
i.favorite-page-icon:hover {
    color: #1569a5;
}*/
.app-status {
    padding: 1px 5px;
    border-radius: 3px;
}
/*.module-menu-pages .container-fluid{
        padding-right:15px;
    }*/
.module-menu-pages .menu-list ul li {
    /*width: 100%;*/
    /* display: block; */
    /*padding: 1px;
        background: linear-gradient(to left, transparent, transparent 50%, #def0ff 50%, #def0ff);
        background-position: 100% 0%;
        background-size: 201% 100%;
        transition: all .20s ease-in;*/
}
/*.module-menu-pages .menu-list ul li:hover{
       background-position: 0 0 !important;
    }
    .module-menu-pages .card-body a{
        color:black;
        font-weight:600;
    }
    .module-menu-pages .menu-list ul{
        margin-bottom:5px;
    }
    .module-menu-pages .menu-list a{
        font-size:13px;
        padding-left:10px;
        width:100%;
        display: inline-block;
    }
    .module-menu-pages .card{
        border:1px solid #1569a5;
    }
    .module-menu-pages .innerbox{
        padding:5px 20px;
        min-height:unset;
    }
    .module-menu-pages .nav-link{
        padding: 5px 20px;
    }
    .module-menu-pages .tab-pane{
        background-color:#ffffff;
    }
    .module-menu-pages .tab-content{
        padding:10px !important;
    }*/
/*.module-menu-pages {
        height: calc(100vh + -118px);
        width: calc(100% + -16px);
        overflow: auto;
        padding-bottom:10px;
    }*/
/*.module-menu-pages ul.nav-tabs > li.nav-item > a.nav-link{
        color:#000000;
    }*/
/*.module-menu-pages ul.nav-tabs > li.nav-item > a.nav-link.active{
       background-color: #ebf6ffe0;
       color: #000000 !important;
    }*/
.module-menu-pages .nav-item a.nav-link {
    /*width:200px;*/
    /*text-align:center;*/
}
/*.module-menu-pages .description{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        color:#8a8a8a;
        line-height:1;
        padding:1px;
    }*/
/*.module-menu-pages .li-search{
        right:0;
        position:absolute;
    }
    .module-menu-pages small{
        font-size:82%;
    }*/
#headertab {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

    #headertab > a.nav-link {
        display: inline-block;
    }
/*#header-tabs-div .next-pervious{
    background: #17224d;
    position: absolute;
    z-index: 10;
    padding: 0px 20px;
}*/
.side-navbar.sidebar {
    overflow: unset;
}

#ConfirmDialog_iconDiv {
    font-size: 35px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active {
    background-color: #007bff;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #007bff;
}

#mainMenuUl > .dropdown-submenu > .dropdown-menu > li > a, #mainMenuUl2 > .dropdown-submenu > .dropdown-menu > li > a {
    font-weight: unset;
}

.tab-content-noifram {
    background-color: #ffff;
}

.right-menu-text .favorite-page-icon {
    position: absolute;
}

.rightsidebar, .side-navbar.sidebar {
    z-index: 50;
}


/*Employee Master Changes Start*/

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #027bff;
    animation: effect 250ms ease-in;
}

span#iconDiv > span::before {
    font-size: 30px;
}

span#ConfirmDialog_iconDiv > span::before {
    font-size: 30px;
}

.useractive {
    background: white;
    margin-left: -18px;
    margin-top: 50px;
    border: 0px solid #fff;
    border-radius: 100%;
}

.employeedirectory .col-sm-4 {
    padding-left: 5px;
    padding-right: 2px;
    padding-bottom: 8px;
}

input[type="radio"]:checked:disabled + .label-text:before {
    content: "\f192" !important;
}

input[type="radio"]:disabled + .label-text:before {
    content: "\f10c";
    color: #017bff;
}

.name p input {
    font-size: 18px !important;
    margin: 0px;
    color: #000;
    padding: 0px !important;
    font-weight: 600;
}

.data-content .form-group .content {
    margin-left: 0px !important;
}

.nav-link {
    color: black;
}

.DynemicDatePicker table th, .DynemicDatePicker table td {
    border: none !important;
    background: white;
    vertical-align: middle;
}

.btnsubmit {
    background-color: #1568a5;
    border: 1px solid #1568a5;
}

.heading-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

/*Employee Master Changes End*/
=======
}
/*.module-menu-pages .container-fluid{
        padding-right:15px;
    }*/
.module-menu-pages .menu-list ul li {
    /*width: 100%;*/
    /* display: block; */
    /*padding: 1px;
        background: linear-gradient(to left, transparent, transparent 50%, #def0ff 50%, #def0ff);
        background-position: 100% 0%;
        background-size: 201% 100%;
        transition: all .20s ease-in;*/
}
/*.module-menu-pages .menu-list ul li:hover{
       background-position: 0 0 !important;
    }
    .module-menu-pages .card-body a{
        color:black;
        font-weight:600;
    }
    .module-menu-pages .menu-list ul{
        margin-bottom:5px;
    }
    .module-menu-pages .menu-list a{
        font-size:13px;
        padding-left:10px;
        width:100%;
        display: inline-block;
    }
    .module-menu-pages .card{
        border:1px solid #1569a5;
    }
    .module-menu-pages .innerbox{
        padding:5px 20px;
        min-height:unset;
    }
    .module-menu-pages .nav-link{
        padding: 5px 20px;
    }
    .module-menu-pages .tab-pane{
        background-color:#ffffff;
    }
    .module-menu-pages .tab-content{
        padding:10px !important;
    }*/
/*.module-menu-pages {
        height: calc(100vh + -118px);
        width: calc(100% + -16px);
        overflow: auto;
        padding-bottom:10px;
    }*/
/*.module-menu-pages ul.nav-tabs > li.nav-item > a.nav-link{
        color:#000000;
    }*/
/*.module-menu-pages ul.nav-tabs > li.nav-item > a.nav-link.active{
       background-color: #ebf6ffe0;
       color: #000000 !important;
    }*/
.module-menu-pages .nav-item a.nav-link {
    /*width:200px;*/
    /*text-align:center;*/
}
/*.module-menu-pages .description{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        color:#8a8a8a;
        line-height:1;
        padding:1px;
    }*/
/*.module-menu-pages .li-search{
        right:0;
        position:absolute;
    }
    .module-menu-pages small{
        font-size:82%;
    }*/
.module-menu-pages .card-columns .card {
    min-width: 380px;
}

#headertab {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

    #headertab > a.nav-link {
        display: inline-block;
    }
/*#header-tabs-div .next-pervious{
    background: #17224d;
    position: absolute;
    z-index: 10;
    padding: 0px 20px;
}*/
.side-navbar.sidebar {
    overflow: unset;
}

#ConfirmDialog_iconDiv .fa {
    font-size: 35px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover, .bootstrap-datetimepicker-widget table td span.active {
    background-color: #007bff;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #007bff;
}

#mainMenuUl > .dropdown-submenu > .dropdown-menu > li > a, #mainMenuUl2 > .dropdown-submenu > .dropdown-menu > li > a {
    font-weight: unset;
}

.tab-content-noifram {
    background-color: #ffff;
}

.right-menu-text .favorite-page-icon {
    position: absolute;
}

.rightsidebar, .side-navbar.sidebar {
    z-index: 50;
}

.no-data-found i.fa {
    font-size: 3em;
}

/*--------------Employee Search controll style ----------------*/
.ucemployee-search .es-advance-search {
    cursor: pointer;
}

    .ucemployee-search .es-advance-search img {
        width: 20px;
        height: 20px;
    }

/*.ucemployee-search .es-active-inactive-filter{
    width:auto !important;
}
.ucemployee-search .es-active-inactive-filter .dropdown-toggle{
    padding-left: 10px;
    padding-right: 5px;
    border: 1px solid #939598;
    color: #9a9c9e;
    background: none;
    border-right: none;
    border-radius: 0.25rem 0px 0px 0.25rem;
}*/
.ucemployee-search .es-view-profile {
    cursor: pointer;
    z-index: 1;
    /*margin-left:10px;
    padding: 10px 7px 10px 3px !important;*/
}

.ucemployee-search .fa {
    font-size: 14px;
}
/*.show-active-inactive*/
.ucemployee-search .uc-emp-search {
    /*margin-right:-60px;*/
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 0px 0.25rem 0.25rem 0px !important;
}

.ucemployee-search .show-active-inactive .uc-emp-search {
    /*padding-right:50px;*/
    /*margin-right:-60px;*/
    border-radius: 0.25rem !important;
}

.ucemployee-search .viewdetail-emp-status {
    background: white;
    margin-left: -15px;
    margin-top: 50px;
    border: 0px solid #fff;
    border-radius: 100%;
}
/*Employee Master Changes Start*/

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #027bff;
    animation: effect 250ms ease-in;
}

span#iconDiv > span::before {
    font-size: 35px;
}

span#ConfirmDialog_iconDiv > span::before {
    font-size: 35px;
}

.useractive {
    background: white;
    margin-left: -19px;
    margin-top: 50px;
    border: 0px solid #fff;
    border-radius: 100%;
}

.employeedirectory .col-sm-4 {
    padding-left: 5px;
    padding-right: 2px;
    padding-bottom: 8px;
}

input[type="radio"]:checked:disabled + .label-text:before {
    content: "\f192" !important;
}

input[type="radio"]:disabled + .label-text:before {
    content: "\f10c";
    color: #017bff;
}

.name p input {
    font-size: 18px !important;
    margin: 0px;
    color: #000;
    padding: 0px !important;
    font-weight: 600;
}

.data-content .form-group .content {
    margin-left: 0px !important;
}

.nav-link {
    color: black;
}

.DynemicDatePicker table th, .DynemicDatePicker table td {
    border: none !important;
    background: white;
    vertical-align: middle;
}

.btnsubmit {
    background-color: #1568a5;
    border: 1px solid #1568a5;
}

    .btnsubmit:hover, .btnsubmit:active {
        background-color: #1568a5 !important;
    }

.heading-title {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.custom-datatable .form-control-sm {
    height: calc(2.25rem + 2px) !important;
}

.overflow-hide {
    overflow: hidden !important;
}

.p-0-i {
    padding: 0px !important;
}

.Modal-Body-text {
    margin-left: 45px;
    word-break: break-word;
    font-size: 16px !important;
}

.extr-info {
    width: auto !important;
    float: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    position: initial !important;
    right: auto !important;
    top: auto !important;
    margin-bottom: 12px;
}

/*Employee Master Changes End*/

.ucemployee-search {
    width: 100%;
}

.EmpImageItem {
    height: 45px;
    width: 45px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline;
    margin: 0 auto;
    background: white;
    /*height: 100%;
        width: auto;*/
}

.DropdownSuggestionContainer {
    height: 60px;
    width: 100%; /*100%*/
    color: black;
        min-height:60px;
    padding: 5px !important;
    cursor: pointer;
    border-bottom: 1px solid #c4c2c2;
}

    .DropdownSuggestionContainer:hover {
        /*color: white;*/
        transition: all 0.2s ease-in-out;
        /*background-color: #337ab7;*/
    }

.DropDownLogo {
    color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    float: left;
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
}

.DropDownEmpName {
    cursor: pointer;
    margin: 4px;
    margin-top: 3px;
    font-size: 15px;
}

.LogoText {
    font-size: 16px;
    margin-top: 15px;
    cursor: pointer;
}

.ui-autocomplete {
    max-height: 250px;
    overflow: auto;
}

.DropdownSuggestionContainer:hover .EmpImageItem {
    border: 2px solid white;
}

.word-break-all {
    word-break: break-all;
    width: 100%;
}

.ucemployee-search .emp-image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.es-filter {
    display: inline-flex;
}

.es-profile-Active, .es-profile-Inactive,
.es-profile-Withdrawn, .es-profile-Suspended,
.es-profile-TemporaryDeactive {
    background: white;
    margin-left: 35px;
    margin-top: -50px;
    border: 0px solid #fff;
    border-radius: 100%;
    position: relative;
}

.ucemployee-search .profile-Unknown {
    display: none;
}

.input-group-parent .input-group-append {
    width: auto !important;
}

.input-group-parent .grouptextbox {
    border: none !important;
    border-left: 1px solid #9f9e9e !important;
    border-radius: 0px !important;
    background: white;
}

.input-group-parent .input-group {
    border: 1px solid #939598;
    border-radius: 5px !important;
}

.input-group-parent .input-group-prepend button {
    background: white !important;
}

.input-group-parent .filtertext {
    color: #9f9e9e;
    font-size: 16px !important;
    line-height: 20px;
}

.input-group-parent .input-group-prepend {
    border-right: 1px solid #9f9e9e !important;
}
/*------------------------ End Employee Search Controll Style -------------------------*/
.fc-day-header {
    color: #000;
}

.applyleave .fc-head {
    background: #ffffff !important;
}

.applyleave .fc-state-default {
    border-radius: 5px !important;
    border: 1px solid #0980ff !important;
    color: #0069d9 !important;
    background-color: #fff !important;
    border-color: #0069d9 !important;
}

.applyleave .fc-toolbar h2 {
    color: #007bff !important;
    font-weight: 600;
}

.pointer-events-none {
    pointer-events: none;
}
/*End Employee Search Controll Style*/

/* add color indicator for required field */
.required-field-indicator {
    background-color: lightgoldenrodyellow !important;
}

    .required-field-indicator:focus {
        background-color: lightgoldenrodyellow !important;
    }

.employeeImg {
    height: 34px;
    width: 34px;
}

.cursor-pointer {
    cursor: pointer;
}

#toast-container.toast-top-right {
    overflow: auto;
    max-height: calc(100vh - 25px);
}

.no-data-found-left {
    margin: 0 auto;
    text-align: left;
}

.no-data-found-right {
    margin: 0 auto;
    text-align: right;
}

.no-data-found-center {
    margin: 0 auto;
    text-align: center;
}

    .no-data-found-center .description {
        margin: 0 auto;
        text-align: center;
    }

.no-data-found-left .description {
    text-align: left;
}

.no-data-found-right .description {
    text-align: right;
    margin: 0 0 0 auto;
}

.No-Data-Found-Body .description {
    font-size: 12px;
    color: #939598;
    max-width: 70%;
}

/* disabled nav link to be shown as gray*/
.nav-tabs .nav-link.disabled {
    border-bottom: 3px solid gray !important;
    background: #efefef;
}

.no-after::after {
    content: '' !important;
    display: none !important;
}

.max-width-unset {
    max-width: unset;
}

.multi-select .multiselect.dropdown-toggle.btn {
    overflow: hidden;
    background: transparent;
    border: 1px solid #939598;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-select .multiselect-native-select .btn-group {
    width: 100%;
}

.multi-select .dropdown-toggle::after {
    float: right;
    top: 50%;
    right: 10px;
    position: absolute;
}

textarea.resize-none {
    resize: none;
}

.white-space-pre-line {
    white-space: pre-line;
}

.empSearch-UnEditable .input-group, .empSearch-UnEditable .UnEditable {
    border: none !important;
}

.ucemployee-search .es-view-profile {
    padding-top: 10px !important;
    font-size: 20px !important;
}

/* Switch working */
.switchNew {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 10px;
    font-weight: normal;
    text-transform: capitalize;
}

    /* Hide default HTML checkbox */
    .switchNew input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switchNew {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

    .switchNew input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.sliderNew {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}

    .sliderNew:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        top: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderNew {
    background-color: #2196F3;
}

input:focus + .sliderNew {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderNew:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.sliderNew.round {
    border-radius: 34px;
}

    .sliderNew.round:before {
        border-radius: 50%;
    }

table.no-sorting thead .sorting_asc:before, table.dataTable thead .sorting_desc:after,
table.no-sorting thead .sorting_asc:before, table.dataTable thead .sorting_desc:before,
table.no-sorting th.sorting_asc.sorting_disabled::after {
    display: none;
}
/*SP: For New Datetime Picker handle width problem in css*/
.NewDatetimeDropdown {
    border-radius: 0px !important;
    width: auto !important;
}

.span-star i.fa-star, .span-star i.fa-star-o {
    font-size: 20px !important;
}

.span-star {
    padding: 0 5px;
}

    .span-star .selected {
        color: #ffc107 !important;
    }

.app-approved-state:not(:empty) {
    padding: 1px 8px 3px 8px;
    background: #289a28;
    border-radius: 50px;
    color: white;
}

.app-pending-state:not(:empty) {
    padding: 1px 8px 3px 8px;
    background: #FDB201;
    border-radius: 50px;
    color: white;
}

.app-rejected-state:not(:empty) {
    padding: 1px 8px 3px 8px;
    background: #ff0000;
    border-radius: 50px;
    color: white;
}

.tab-module-dashboard-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*padding-top: 35%;*/ /* 9:3 Aspect Ratio (divide 9 by 3 = 0.333) */
    padding-top:calc(100vh + -210px);
}

.module-dashboard-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*Currency group textbox related css*/
/*input group*/
.input-group-parent .input-group-append {
    width: auto !important;
}

.input-group-parent .grouptextbox {
    border: none !important;
    border-left: 1px solid #9f9e9e !important;
    border-radius: 0px !important;
    background: white;
}

.input-group-parent .input-group {
    border: 1px solid #939598;
    border-radius: 5px !important;
}

.input-group-parent .input-group-prepend button {
    background: white !important;
}

.input-group-parent .filtertext {
    color: #9f9e9e;
    font-size: 16px !important;
    line-height: 20px;
}

.input-group-parent .input-group-prepend {
    border-right: 1px solid #9f9e9e !important;
}

.currency-control .grouptextbox {
    border-right: 1px solid #9f9e9e !important;
    text-align: center;
}

.scurrency-control .grouptextbox {
    border-left: none !important;
    border-radius: 5px 0px 0px 5px !important;
    border-right: 1px solid #9f9e9e !important;
}

.scurrency-control .input-group-append {
    padding: 7px 18px;
    background: #e9ecef;
    border-radius: 0px 5px 5px 0px;
}

.currency-control .input-group-append {
    padding: 7px 18px;
    background: #e9ecef;
    border-radius: 0px 5px 5px 0px;
}

.currency-control .input-group-prepend {
    padding: 7px 10px;
    background: #e9ecef;
    border-radius: 5px 0px 0px 5px;
}

.input-group-parent .groupctextbox {
    border: none !important;
    border-left: 1px solid #9f9e9e !important;
    border-radius: 0px !important;
    background: white;
}

.scurrency-control .groupctextbox {
    border-left: none !important;
    border-radius: 5px 0px 0px 5px !important;
    border-right: 1px solid #9f9e9e !important;
}