html,
body {
    height: 100%;
    font-family: Noto Sans, sans-serif !important;
    font-size: initial;
}

.content-page,
.topnav-navbar {
    font-size: .9rem !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    /*content: "\e113" "\e151";*/
}

a.desc:after {
    /*content: "\e114" "\e152";*/
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.page-item.disabled {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323a46;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.help-block {
    color: grey;
    margin-top: 10px;
}

.account-warning {
    color: grey;
    margin-top: 10px;
}


.form-width {
    width: 80%;
    margin: 10px;
}

.loader-img {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    margin: 10px;
}

.btn-red {
    color: #fff;
    background-color: #ea5b0b;
    border-color: #ea5b0b;
}

.bg-red {
    background-color: #ea5b0b;
    color: #fff;
}

.bg-grey {
    background-color: #b2b2b2;
    color: #fff;
}

.bg-grape {
    background-color: #66008c;
    color: #fff;
}

.bg-orange {
    background-color: #FF5C00;
    color: #fff;
}

.btn-red:hover {
    color: #fff;
    /*    background-color: #f85900;
        border-color: #f85900;*/
}

.btn-purple {
    color: #fff;
    background-color: #ff0082;
    border-color: #ff0082;
}

.btn-purple:hover {
    color: #fff;
    /*    background-color: #ff5C00;
        border-color: #ff5C00;*/
}

.info-text {
    color: #35b8e0 !important;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;


}

.alert-success {
    color: white;
    background-color: #00af9b;
    border-color: #00af9b;
}

.text-error-color {
    color: #b2b2b2;
    font-size: 5.25rem;
    line-height: 5.625rem;
}

.text-danger-color {
    color: #ff5C00;
}

.text-muted-color {
    color: #b2b2b2;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #66008c;
    border-color: #66008c;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


input[type="search"]::-webkit-search-decoration:hover,
input[type="search"]::-webkit-search-cancel-button:hover {
    cursor: pointer;
}


/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #66008c;
    border-color: #66008c;
}

#topbar-userdrop {
    /*pointer-events: none; */
}

.topnav-navbar-dark .topbar-right-menu li.show .nav-link {
    color: #4c4c4c !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eef2f7;
    padding: 0.2rem;
}

.table td {
    padding: 0.2rem;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 5px;
    padding: 0px;
    border: 0px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #b2b2b2;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0px 7px;
    margin-top: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #b2b2b2 !important;
    color: #fff;
}

.select2-container--krajee .select2-dropdown {}

.select2-container--krajee.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #b2b2b2 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--krajee.select2-container--open .select2-selection,
.select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 6px #b2b2b2;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 6px #b2b2b2;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #b2b2b2;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: #4c4c4c;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0px;
}

.select2-container--krajee .select2-selection--single {
    padding: 0px;
}

.select2-container--krajee li.select2-results__option {
    background-color: #b2b2b2;
    color: #fff;
}

.page-title-box .breadcrumb {
    padding-top: 0px !important;
}

.breadcrumb a {
    color: #66008c !important;
    text-decoration: none;
    background-color: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-control label {
    font-weight: normal;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: black;
    border-color: black;
}


.rightsperrole .custom-control-input:checked~.custom-control-label::before {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #66008c;
    border-color: #66008c;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    border: 1px solid #b2b2b2;
    background-color: #b2b2b2;
    color: #fff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

.overlay {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    /*
    position: absolute;   
    top: 0;               
    */
    right: 0;
    bottom: 0;
    /*left: 0;*/
    opacity: 0.8;
    /*z-index:1;*/
    position: fixed;
    left: 0px;
    top: 40% !important;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.blankspace {
    margin-right: 25px;
}

.loading-img {
    position: fixed;
    top: 70%;
    left: 50%;
    margin-left: 170px;
    display: none;
}

.datepicker {
    z-index: 10000 !important;
}

.badge-purple {
    color: #fff;
    background-color: #66008c;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #66008c !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #66008c !important;
}

.today .weekend .active .end-date .in-range .available {
    background-color: #66008c !important;
}

.daterangepicker td.in-range {
    background-color: #a364b9 !important;
    color: #fff !important;
}

.auth-fluid {
    background: url(../custom/images/bg-auth.jpg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}

.row-cols-5__line {
    line-height: 2;
}

.badge-primary {
    color: #fff;
    background-color: #66008c;
    border-color: #66008c;
    cursor: pointer;
}

.sendapproval {
    position: relative;
    top: -2px;
}

.sendapproval-grey {
    color: #fff;
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    cursor: default !important;
    position: relative;
    top: -2px;
}

.stop:hover {
    color: #fff;
}

.font-30 {
    font-size: 30px;
}

.underline:hover {
    border-bottom: 1px solid #000;
}

.select2-results__option {
    padding: 2px 12px !important;
}

.ribbon-success {
    background: #00af9b !important;
}

.ribbon-primary {
    background: #66008c !important;
}

.ribbon-primary:before {
    border-color: #66008c transparent transparent !important;
    ;
}

.ribbon-primary {
    background: #66008c !important;
}

.ribbon-warning {
    background: #ea5b0b !important;
}

.ribbon-warning:before {
    border-color: #ea5b0b transparent transparent !important;
    ;
}

.ribbon-info {
    background: #ff0082 !important;
    border-color: #ff0082 !important;
}

.ribbon-info:before {
    border-color: #ff0082 transparent transparent !important;
    ;
}

.ribbon-secondary {
    background: #b2b2b2 !important;
    border-color: #b2b2b2 !important;
}

.ribbon-secondary:before {
    border-color: #b2b2b2 transparent transparent !important;
    ;
}


tr.strikeout td {
    position: relative;
    text-decoration: line-through;
}

tr.strikeout td:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    /* border-top: 1px solid #000; */
    margin-top: 10px;
}

.icon-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.editable-click {
    border-bottom: none !important;
}

.popover-header {
    padding: .7rem .8rem;
    margin-bottom: 0;
    font-size: .9rem;
    background-color: #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    color: #fff;
}

.avoid-clicks {
    pointer-events: none;
}

.avaya-cols .select2-container {
    width: 81% !important;
}

.scrollbar {
    overflow-y: auto;


}

.force-overflow {
    max-height: 300px;
}

.style-scroll::-webkit-scrollbar-track {
    /*-webkit-box-shadow: none;*/
    background-color: #fafbfe;
}

.style-scroll::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.style-scroll::-webkit-scrollbar-thumb {
    background-color: #bdb4b4;
    outline: 1px solid #bdb4b4;
    border-radius: 20px;
}

tr.projectexpired {
    color: #ff0082;
}

.bg-warning {
    background: #ea5b0b !important;
    color: #fff;
}

.badge-outline-primary {
    color: #66008c;
    border: 1px solid #66008c;
    background-color: transparent;
}

.badge-outline-info {
    color: #ff0082;
    border: 1px solid #ff0082;
    background-color: transparent;
}

.badge-outline-secondary {
    color: #ea5b0b;
    border: 1px solid #ea5b0b;
    background-color: transparent;
}

.predef-box {
    background-color: #ff0082 !important;
    height: 25px;
    width: 25px;
    display: inline-block;

}

.predef-txt {
    vertical-align: super;
}

.text-center .empty {
    text-align: left;
}

.text-center a {
    color: #4c4c4c;
}

.text a {
    color: #4c4c4c;
}

.hideuseractivity {
    display: none;
}

.logo-dark img {
    width: 225px;
    height: 45px;
}

.auth-fluid {

    height: 100vh;
}

.topnav-logo img {
    width: 225px;
    height: 45px;
}

.avatar-title {
    background-color: #d5d5d5;
}

.cusordefault {
    cursor: default;
}

input[type=text]::-ms-clear {
    display: none;
}

.warning-style {
    /*font-size:20px;*/
    color: #FF5C00;
}

#st-2.st-right {
    right: 0px;
}

#st-2 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    backface-visibility: hidden;
    display: block;
    position: fixed;
    opacity: 1;
    text-align: left;
    top: 435px;

}

.st-sticky-share-buttons {
    top: 95px !important;
    position: absolute;
    margin-top: 0%;
    z-index: 9;
}

#screenshort .modal-dialog {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    margin-top: 50px;
    margin-left: 12px;


}


canvas {
    width: 100%;
    height: 100%;
}

canvas:active {
    cursor: crosshair;
}

.requireds {
    color: red;
}

.containerradio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.containerradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerradio:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerradio input:checked~.checkmark {
    background-color: #b2b2b2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerradio input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containerradio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.sidebarbrowser {
    min-width: 260px !important;
    max-width: 260px !important;
    display: block !important;
}

.totalworkhrs {
    border: solid;
    color: black;
    border-color: #00af9b;
    border-width: 2px;
}

.totalbreaktm {
    border: solid;
    color: black;
    border-color: #ff0082;
    border-width: 2px;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #b2b2b2;
    color: #fff;
}



.select2-container--krajee .select2-results__option.loading-results,
.select2-container--krajee .load-more {
    color: #b2b2b2;
    font-style: normal;
}

.warning-lunch {
    color: #ff0082;
}

.log-border {
    border: 1px solid #ccc !important;
    padding: 7px 10px;
    border-radius: 5px;
    line-height: 1;
    display: block;
    margin: 5px;
}

.th-week-head {
    width:9%;
    font-size: .8rem;
}

.dash-week-col{
    width:19%;
}

.week-number {
    float: left;
    padding-right: 15px;
    margin-top: 9px;
}

.nonadmin-dashboard {
    width: 118px;
    text-align: center;
}

.week-dashboard-search-btn {
    float: left;
}

.personal-information-box {
    margin-top: 2px;
}

.dashboard-row {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.dashboard-column {
    width: 150px;
    flex-basis: 150px;
    flex-grow: 1;
}

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

.page-item a {

    padding: .5rem .55rem;
}

/* Fixed table header per role */

.table-role-content {
    display: block;
    height: 700px;
    overflow: auto;
}

.menu-table thead,
.menu-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.top-menu-label {
    width: 80px;
}

.left-menu-label {
    width: 130px !important;
    text-align: center;
}

.header-menu-fixed {
    width: calc(100% - 1em);
    padding: 2em;
    display: table;
    table-layout: fixed;
}

.badge-f12 {
    font-size: 12px;
}

.badge-f14 {
    font-size: 14px;
}

.w-8 {
    width: 10%;
}

.pre-w-10 {
    width: 10%;
}

.action-w-20 {
    width: 17%;
}

.f11 {
    font-size: 13px;
}

.badge-c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    gap: 5px;
}

.table td {
    padding: 0.2rem !important;
}

.filters.skip-export {
    display: none;
}

td h4 {
    margin: 0px;
    font-size: .9rem !important;
}

.kv-table-wrap td {
    border-top: 1px solid #eef2f7 !important;
}

.kv-table-header {
    background: none !important;
}

.kv-table-wrap th {
    border-top: 1px solid #eef2f7 !important;
    border-bottom: 2px solid #eef2f7 !important;
    padding: 0.2rem !important;
    background: #fff !important;
}

.kv-table-wrap .badge {
    background-color: unset !important;
}

.kv-table-wrap .glyphicon {
    font-size: 16px !important;
}

.kv-table-wrap tr:hover {
    background-color: transparent !important;
}

.kv-table-wrap tr:nth-of-type(odd) {
    background-color: #f5f5f5 !important;
}

td.kv-group-odd {
    background-color: #f5f5f5 !important;
}

td.kv-group-even {
    background-color: #ffffff !important;
}

#filter-approval-modal .modal-body::-webkit-scrollbar {
    width: 10px; /* width of the scrollbar */
}

/* Style the scrollbar handle (the draggable part) */
#filter-approval-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px; /* Rounded corners */
}

/* Style the scrollbar when hovered */
#filter-approval-modal .modal-body::-webkit-scrollbar-thumb:hover {
    background-color:#ccc;
}

/* Style the scrollbar track (the background) when hovered */
#filter-approval-modal .modal-body::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Light gray track */
    border-radius: 10px;
}

@media only screen and (max-width: 1440px) {
    table {
        font-size: 10px;
    }

    table span {
        font-size: 10px;
    }

    .badge {
        font-size: 9px !important;
    }

    .w-8 {
        width: 8%;
    }

    .font-30 {
        font-size: 20px;
    }

    .action-w-20 {
        width: 20% !important;
    }

    .start {
        font-size: 10px;
        padding: 7px 4px;
    }

    .stop {
        font-size: 10px;
        padding: 7px 4px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1100px) {
    table {
        font-size: 9px;
    }

    table span {
        font-size: 8px !important;
    }

    .badge {
        font-size: 8px !important;
    }

    .w-8 {
        width: 8%;
    }

    .pagination,
    .summary {
        font-size: 10px;
    }

    .f11 {
        font-size: 10px !important;
    }

    .action-w-20 {
        width: 25% !important;
    }


}

@media only screen and (min-width: 1920px) {
    .badge-c {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1396px) and (max-width: 1536px) {
    .action-w-20 {
        width: 17% !important;
    }
}

@-moz-document url-prefix() {
    #st-2.st-right {
        right: 1px;
    }
}

.aprove_hour table {
    text-align: center;
}

.aprove_hour table tr:nth-of-type(odd) {
    background-color: unset !important;
}

.aprove_hour table th {
    border-top: none !important;
    border-bottom: none !important;
}

.aprove_hour table td {
    border-top: none !important;
    border-bottom: none !important;
}

.aprove-th {
    background-color: #66008c;
    color: #fff;
}

.aprove-td {
    box-shadow: rgb(51 51 51 / 28%) 0 4px 8px;
    border-radius: 10px;
}

.aprove_hour h4 {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin: 10px 0;
}

.aprove-td-b {
    box-shadow: rgb(51 51 51 / 28%) 0 4px 8px;
    border-radius: 10px;
    border: 2px solid #00af9b;
}

.aprove-td-o {
    box-shadow: rgb(51 51 51 / 28%) 0 4px 8px;
    border-radius: 10px;
    border: 2px solid #f9c851;
}

.w25 {
    width: 25px;
}

.glyphicon-expand:before {
    content: "\e259" !important;
}

.glyphicon-collapse-down:before {
    content: "\e260";
}

.glyphicon {
    font-size: 14px !important;
    color: #98a6ad !important;
}

.kv-expand-icon-cell:hover,
.kv-expand-icon-cell:focus {
    color: #4c4c4c !important;
    background-color: transparent !important;
}

th .glyphicon {
    display: none;
    visibility: hidden;
}

.glyphicon:hover {
    color: #4c4c4c !important;
}

.p0 {
    padding: 0px !important
}

.table-10 td {
    vertical-align: top !important;
}

#ongoing-table tr:nth-of-type(odd) {
    background-color: unset !important;
}

#ongoing-table th {
    border-top: none !important;
    border-bottom: none !important;
}

#ongoing-table td {
    border-top: none !important;
    border-bottom: none !important;
}

.row-group-border {
    width: 100%;
    height: 2px;
    margin: 3px;
    background-color: #cfc6d3;
    border-top: none !important;
}


.btnajax {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 3px;
    width: 25px;
}

.overlap {
    background: #efef6e;
}


.approve-grey {
    background-color: #f5f5f5 !important;
}

.approve-no-grey {
    background-color: #fff !important;
}

.modal-checkbox-filter {
    width: 20px;
    margin: 0 auto;
}

.loader-img-approval-grid {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px;
}

.ongoing-loader {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    margin: 10px;
    /* margin: auto;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #c1cad0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: ongoing-spin-load 2s linear infinite; */
}

@keyframes ongoing-spin-load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


input#bulk-approve-log {
    width: 18px;
}

input.form-control.log_values {
    width: 18px;
}

.btn-green {
    color: #fff;
    background-color: #00af9b;
    border-color: #00af9b;
}

.btn-green:hover {
    color: #fff;

}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.card-pad .card-body {
    padding: 0px 0px;
}

.bg-exclude-bulk-value {
    background-color: #fedde2 !important;
}

.w5 {
    width: 7%;
}

.cut-text a{
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 82px;  */
    white-space: nowrap;
}

.w6 {
    width: 6%;
}

.hide {
    display: none !important;
}

.time-gap {
    background: #efef6e;
}

.action_icon {
    color: #98a6ad !important;
    font-size: 1.1rem;
    display: inline-block;
    padding: 0px 1px;
}

.w100 {
    width: 100%;
}

.w15 {
    width: 15%;
}

.custom-error-alert {
    width: fit-content;
    display: block;
    min-width: 23%;
}

.custom-success-alert {
    width: fit-content;
    display: block;
    min-width: 30%;
}

.close-button {
    color: #fff;
    background-color: #ea5b0b;
    border-color: #ea5b0b;
    margin-left: 2px;
    padding: 2px 5px 2px 5px;
    z-index:1;
    /* top: -2px !important;*/


}

.cut-text-approval a {
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 82px;  */
    white-space: nowrap;
}

.client-ap-width {
    width: 10%;
}

.account-ap-width {
    width: 13%;
}

.project-ap-width {
    width: 13%;
}

.activity-ap-width {
    width: 13%;
}

.hours-ap-width {
    width: 8%;
}

.entity-ap-width {
    width: 36%;
}

.box-height {
    height: 25px;
}

.table-approve-log td {
    vertical-align: top !important;
}

.expand-ap-btn {
    margin: 0px 4px;
    vertical-align: -webkit-baseline-middle;
}

.status-toggle {

    width: 80px !important;
}

input[data-switch]:checked+label {
    background-color: #66008c;
}

input[data-switch=bool]+label {
    background-color: #ff0082;
}
.pt-10{
    padding-top:10px;
}
.toggle-status{

    padding-right: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #66008c;
 
}
.stop-time-color{
    background:#efef6e;
}
.warning-margin{
    position: absolute;
    margin-left: -18px;
    font-size:18px;
    margin-top:-3px;
}
.warning-time{
    font-size:18px; 
}
.totalhrs_badge{
   border: 2px solid #66008c!important;
   color: #66008c;
}
.f14{

    font-size: 14px;
}
.cut-text-col{
    text-overflow: ellipsis;
    overflow: hidden;
    /* width: 82px;  */
    white-space: nowrap;
    padding:0px 3px;
}
.vertical td{
    vertical-align: top !important;
}

.icon-position{

    position: relative;
    bottom:2px;
}
.badge-padding{

    padding: 5px 1px 4px 3px;
     
}

.dash-approved-hours h5 {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin: 10px 0;
}

.dash-logged-hours h5 {
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin: 10px 0;
}

.dash-expand-btn {
    height: 25px;
    width: 27px;
    border-radius: 50%;
    display: inline-block;
    background: #e1baf0;
}

.dash-expand-btn i {
    color: #66008c;
}

.total_hrs{
    color:black;
    vertical-align: bottom;
    border-width: 2px;
}

.font-svg{
    font-size: 20px;
}
.mright{
    margin-right:27px !important;
}
.mright-history{
    margin-right:27px !important;
}

/* To write media queries here */

@media only screen and (max-width: 1440px) {
    .client-ap-width {
        width: 8%;
    }

    .account-ap-width {
        width: 6%;
    }

    .project-ap-width {
        width: 6%;
    }

    .activity-ap-width {
        width: 6%;
    }

    .hours-ap-width {
        width: 6%;
    }

    .entity-ap-width {
        width: 20%;
    }

    .expand-ap-action {
        font-size: 14px !important;
    }

    .top-left-sections {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .top-right-sections {
        -webkit-box-flex: 0;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .ap-top-buttons {
        font-size: 13px;
    }
    .warning-margin{
        position: absolute;
        margin-left: -18px;
        margin-top:-4px;
        font-size:15px;
    }
    .warning-time{
        font-size:17px; 
    }
 
    .icon-position{

        position: relative;
        bottom:7px;
        font-size: 14px;
    }
    .badge-padding{

        padding: 5px 1px 4px 3px;
        margin-top:-2px;
         
    }
    .th-week-head {
        font-size: .7rem;
    }
    .font-svg{
        font-size: 15px;
    }
    .mright{
        margin-right:20px !important;
    }
    .mright-history{
        margin-right:22px !important;
    }
}

@media only screen and (max-width: 1395px) {
    .top-left-sections {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .top-right-sections {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ap-top-buttons {
        font-size: 12px;
    }
    .warning-time{
        font-size:14px; 
    }
    .f14{

        font-size: 10px;
    }

    .icon-position{

        position: relative;
        bottom:7px;
        font-size: 15px;

    }
    .badge-padding{

        padding: 5px 1px 4px 3px;
        margin-top:-2px;
         
    }
    .font-svg{
        font-size: 15px;
    }
    .mright{
        margin-right:20px !important;
    }
    
    .mright-history{
        margin-right:22px !important;
    }


}



