﻿/* Write your custom CSS here */

@import url('media-max-width1400.css');
@import url('media-max-width1250_min-wdth1024.css');
@import url('media-max-width1200_min-width769.css');
@import url('media-max-width1024.css');
@import url('media-max-width767.css');
@import url('media-max-width520.css');
@import url('media-max-width426.css');
@import url('media-max-width360.css');


.alertfontstyle {
    font-size: smaller !important;
    line-height: 17px !important;
}
.online-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: #0fcc45;
    border-radius: 50%;
    position: relative;
}
.onlineblink {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0fcc45;
    opacity: 0.7;
    border-radius: 50%;
    animation: onlineblink 1s linear infinite;
}

@keyframes onlineblink {
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

.offline-indicator {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-color: red;
    border-radius: 50%;
    position: relative;
}

.offlineblink {
    display: block;
    width: 15px;
    height: 15px;
    background-color: red;
    opacity: 0.7;
    border-radius: 50%;
    animation: offlineblink 1s linear infinite;
}

@keyframes offlineblink {
    100% {
        transform: scale(2, 2);
        opacity: 0;
    }
}

.messagealertblick {
    -webkit-animation: alertblink 5s; /* Safari 4+ */
    -moz-animation: alertblink 5s; /* Fx 5+ */
    -o-animation: alertblink 5s; /* Opera 12+ */
    animation: alertblink 5s; /* IE 10+, Fx 29+ */
}

.schapproved{
    background-color:aliceblue;
}
.schpending {
    background-color: #f9f7f4;
}

.datepik {
    width: 139px;
    margin-right: 15px;
    margin-left: 0px;
    text-align: center;
}
.actheaddiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-left: 0px;
}
.actbuttondiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: end;
    justify-content: flex-end;
}
.actdatepickerdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    justify-content: flex-start;
}
.dayoffdiv {
    font-size: 8px;
    background-color: chartreuse;
    width: fit-content;
    padding: 4px;
    font-weight: 600;
    margin: 5px;
    /* cursor: grab; */
    border: 1px solid;
}
.dragzoneothers {
    display: -webkit-inline-box;
    width: 20%;
    padding: 7px;
    border: 2px solid;
    box-shadow: 1px 1px #888888;
    height: 60px;
    background: #f4f6f6;
    margin-left: 10px;
    float: right;
}
.dragzonelegend {
    font-size: 13px;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
    width: fit-content;
    margin-bottom: 0px;
    color: #22baa0;
    border-bottom:0px;
    border:0px
}

.dragzonetemplates {
    display: -webkit-inline-box;
    width: 75%;
    padding: 7px;
    border: 2px solid;
    box-shadow: 1px 1px #888888;
    height: 60px;
    background: #f4f6f6;
}


.roomradioflex {
    padding: 15px !important;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid slateblue;
    background-color: white;
}
.chekboxcenter {
    text-align: center !important;
    vertical-align: middle;
}
.rfthd {
    display: flex !important;
    flex-direction: column !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
}

.cashlblh {
    text-align: start;
    margin-left: 0px;
    padding-left: 5px !important;
}
.cashlbl {
    width: 50%;
    vertical-align: middle;
    align-items: center;
    padding-left: 0px;
    display:flex;
}
.cashscrolconfirm {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 75px !important;
    height:fit-content;
}

.paddingleftRight0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.cashregpar {
    font-size: 10px;
    color: brown;
}
.flex-column{
    display:flex;
    flex-direction:column;
    flex-flow:column;
}

.cashscrolllblcoln {
    width: 2%;
    font-weight: 800;
}
.cashscrollinpt {
    width: fit-content;
    border: none;
    background: transparent !important;
    font-weight: 800;
}
.cashscrolllbl{
    width:20%;
    font-weight:500;
}
.cashscrollfrmcrt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0px !important;
}

.folbtnclose {
    padding: 10px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    background-color: white;
}
.folrow {
    font-size: 10px;
    text-align: center;
}
.folthead {
    font-size: 10px;
    font-weight: 800;
    background-color: beige;
    border: 1px solid;
    text-align: center;
}
.folflx {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 30px;
}
.ml-10 {
    margin-left:10px;
}
.follrequiredlst {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.folhtlmapdis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 30px;
    content:'';
}
.hotelufilst {
    padding-left: 20px;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 16px;
}
.notesupdatesbtn {
    font-size: 10px;
    color: white;
    background: blueviolet;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    margin-right: 10px;
    text-decoration:none !important;
}
.statusnotestext{
    cursor:pointer;
}
    .statusnotestext:hover{
        color:cadetblue;
    }
.todomodalheader {
    height: auto;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0 !important;
    font-size: 14px;
    font-weight: 600;
    background: #22BAA0;
    color: #fff;
    text-align: center;
}
.roomstatusltsdvi {
    display: flex;
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nbhtlrad {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.roomstatusbtnimg {
    width: 25px;
    cursor: pointer;
}
.roomstayoverbrna {
    background-color: white;
    padding: 5px;
    border-radius: 8px;
    color: red;
    border: 2px solid #644;
    font-size: 12px;
    cursor: pointer;
}
.roomstatusupdateaction {
    background-color: white;
    padding: 3px;
    border-radius: 8px;
    color: red;
    border: 1px solid #644;
    font-size: 12px;
    cursor: pointer;
}

    .roomstatusupdateaction:hover {
        background-color: rgba(0,0,0,0.3);
    }

.roomstatusupdateactionnoacp {
    background-color: white;
    padding: 3px;
    border-radius: 8px;
    color: red;
    border: 1px solid #644;
    font-size: 12px;
    cursor: pointer;
}

    .roomstatusupdateactionnoacp:hover {
        background-color: rgba(0,0,0,0.3);
    }

    .roombtnsdiv {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        margin-top: 8px;
    }
.empperdatepicker {
    width: 120px;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}
.isguestbtnnotif {
    margin-top: 5px;
    color: #aca2a2;
}
.isguestrmrbnlbl {
    margin-top: 6px;
    margin-left: 10px;
    cursor:pointer;
} 
.isguestrmrbn {
    display: flex;
    margin-right: 25px;
}
.isguestroomrbtnsgrp {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-left: 25px;
    margin-top: -5px;
}
.isguestroomdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.roomboxdaterangebox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}
.titlecolor {
    color: #a69e9e !important;
}
.dispflex{
    display: flex !important;
}
.empsgft {
    margin-bottom: 38px !important;
    margin-left: 20px !important;
}
.tableheadercustom {
    background-color: beige;
    border: groove;
}
.tablebodytr:hover{
    background-color:aliceblue;
    cursor:pointer;
}
.tableheight400scroll {
    height: 400px;
    overflow: auto;
}
.fs14 {
    font-size: 14px !important;
}
.fs13 {
    font-size: 13px !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs11 {
    font-size: 12px !important;
}
.mt10{
    margin-top:10px !important;
}
.mt0{
    margin-top:0px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.empssgnms {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    margin-left: 15px;
}
.empindcsg {
    border: 1px solid #8e8686;
    clear: both;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    font-weight: 700;
}
.empindcdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 5px;
}
.empindic {
    margin-right: 5px;
    margin-left: 5px;
}
.swal2-container {
    z-index: 999999999999999 !important;
}
.empperformrole {
    font-size: 10px;
    color: #6e7474;
    font-weight: 600;
}

.empperformname {
    font-size: 10px;
    color: #22b0aa;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
    inline-size: 100px;
    overflow: hidden;
    text-wrap: nowrap;
}
.empperformlst {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: auto;
    height: 520px;
    align-content: flex-start;
}
.empperromimage {
    background: white;
    height: 40px;
    width: 40px;
}
.empperformatag {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.empperformatag1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.empperformbox {
    width: 125px;
    border: 1px #c4bbbb solid;
    padding: 15px;
    background-color: beige;
    border-radius: 10px;
    box-shadow: 2px 3px;
    cursor: pointer;
    text-align: center;
}
    .empperformbox:hover{
        background-color:#e7d6d6
    }
.empperformdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 6px;
    align-items: flex-start;
}
.RoomProgressDiv:hover {
    cursor: pointer;
    background-color: #bccede;
}
.RoomsStatusDetailspartial {
    display: none;
    background: #f3f8f8;
    width: fit-content;
    height: fit-content;
    min-width: 400px;
    float: left;
    color: #02020f;
    text-align: left;
    z-index: 999999;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 140px;
    top: 0;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.showallindc {
    padding: 4px 10px 4px 10px;
    margin-top: -5px;
    border-radius: 6px;
    background-color: beige;
    border: 1px #c8c8c1 solid;
}
.redindicator:hover {
    cursor: pointer;
    color: #22b0aa;
}

.indchw15 {
    height: 15px !important;
    width: 15px !important;
}
.indicfontsw {
    font-size: 12px !important;
    font-weight: 600 !important;
}
.btn-pmsbtn {
    background-color: beige;
    color: #8a9ae4;
    border-radius: 8px;
    margin-left: 10px;
    margin-top: -6px;
    font-weight: 600;
    padding: 5px;
    border: 1px #8f8f86 solid;
}
    .btn-pmsbtn:hover {
        background-color: #3e8e41;
        color: #c8c0c0;
    }
    .roomboxlist {
        min-height: 0px;
        background-color: #fff !important;
        max-height: 200px;
        overflow: auto;
    }
.roombxchk {
    border: 1px solid #9f9b9b;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 1px;
}

.infoboxmid {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: auto;
}
.fw700{
    font-weight:700 !important;
}
.fontRed{
    color:red !important;
}

.intpdiv {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.mb-10{
    margin-bottom:10px !important
}
.mb-8 {
    margin-bottom: 8px !important
}
.mb-4 {
    margin-bottom: 4px !important
}


.dshrow {
    padding-top: 10px;
    padding-bottom: 10px;
}
.activedashboard{
    color:#22baa0 !important;
}
.__lk-fileInput {
    cursor: pointer;
}
.__lk-fileInput input {
    display: none;
}

.__lk-fileInput span {
    color: #fff;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-decoration: none;
    background: #418edb;
    border-radius: 2px;
    font: normal 14px/1.412 Helvetica;
}
    .__lk-fileInput span:hover {
        background: #2683E1;
    }

    .__lk-fileInput span .withFile,
    .__lk-fileInput span .withFile:after {
            content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTA5OEU0M0REOUIwMTFFMzg4Q0VDNDEwMTU1QkU0MUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTA5OEU0M0VEOUIwMTFFMzg4Q0VDNDEwMTU1QkU0MUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMDk4RTQzQkQ5QjAxMUUzODhDRUM0MTAxNTVCRTQxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMDk4RTQzQ0Q5QjAxMUUzODhDRUM0MTAxNTVCRTQxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PolX3bIAAADWSURBVHjadNHNCkFBFMDxSYq9UsoCC4/gZqFEiXLZSKy8nJ2Pja6FB1A8i/KRuEjXfzSXY3DqV3Nnzpx7TqOCIMhjgAkSUJYkRugjG1VKFeGiBgdz9RmOObvgWWEWvOOMlqiu1745u2OsN9No42YOLqigbNbhXgMp2WsdW5NwE8kbVMM8e8ASrlaLjsyJWAPG1HfEP77+DOiLlo6m3VdLOXRFK3qOAoo4iAIdZPQFT/R8ktXQFH/VMVXmlfVL7qzkkIs9hujpl16G42D9Y+gVFvD0+iHAAMR9gu9PEii4AAAAAElFTkSuQmCC');
            display: inline-block;
            vertical-align: middle;
            margin-left: 8px;
        }

.headersec {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 10px;
}
.narheader {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.integnavbtns {
    padding-left: 0px;
    padding-right: 0px;
}
.integnav {
    padding: 5px 0px 10px 0px !important;
    min-height: 200px !important;
    margin-bottom: 30px !important;
    display: table-cell !important;
}
.toppad0{
    padding-top:0px !important;
}
.maritem {
    padding: 5px;
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 1px solid #aba1a1;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 3px #686f6e;
    cursor: pointer;
}
    .maritem div {
        margin-left: 15px;
        margin-top: 5px;
    }
        .maritem div h4 {
            margin-top: 0px;
            margin-bottom: 0px;
            color: #22baa0;
        }
        .maritem div p {
            font-size: 18px;
            font-weight: 700;
            text-align: end;
            margin-top: 5px;
            margin-right: 10px;
        }
        .maritem img{
            width:60px;
            height:60px;
        }

.marqueelist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.headertitle {
    font-size: 24px;
    font-weight: 300;
    color: #74767d;
    padding: 0;
    margin: 0 0 4px;
}

.followthepropertyid{
    cursor:pointer;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}

.nbhbtns {
    background-color: #2e1fda;
    padding: 10px;
    border: 1px solid #de09be;
    margin: 2px;
}

.htlname {
    margin-right: 65px;
}
.price-div {
    background-color: #dbe7d7;
    min-height: 70px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    border-bottom-right-radius: 15px;
    border-top: 1px solid #836969;
}
.priceold {
    margin: 10px 0px 5px 0;
    text-decoration: line-through;
    color: darkred;
}
.pricecur {
    font-size: 20px;
    font-weight: 700;
    color: #22baa0;
}
.pricefea {
    margin: 0px 0 2px;
}
    .pricefea i{
        margin-right:5px;
    }
.disctxt {
    font-size: 10px;
    color: blue;
    font-weight: 800;
    font-variant: small-caps;
}
.fs24 {
    font-size: 16px;
}
.starrate {
    background-color: #34425a;
    top: 0;
    position: absolute;
    right: 0;
    margin: 5px 5px 5px 5px;
    border-radius: 25px;
    padding: 10px;
    border: 1px solid #34425a;
    font-size: 20px;
    text-align: center;
}
.starrate > div{
    color:white;
}
.strtxt {
    font-size: 6px;
    font-weight: 700;
}
.discper {
    position: relative;
    height: auto;
    width: 20vw;
    z-index:1;
}
.discdiv {
    text-align: center;
    border: 3px solid #b69bbe;
    padding: 10px;
    position: absolute;
    border-radius: 20px;
    background-color: white;
    top: 50%;
    left: 50%;
    margin: 5px 0 5px 0;
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    from, 49.9% {
        opacity: 0;
    }

    50%, to {
        opacity: 1;
    }
}
    
    .htlcard {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
        --light: #c7aecf;
        --dark: #d5bbe2;
        justify-content: space-evenly;
        align-content: stretch;
        padding: 20px;
    }

    .htlcard > div {
        width: 100%;
        height: 100%;
        box-shadow: 2px 2px 5px 5px #e2d6d6;
        border-radius: 15px;
        border: 0.5px solid #34425a;
    }
        .htlcard > div:hover{
            box-shadow:none;
        }

        .htlcard-bg {
            background: radial-gradient( at top left, #f5eef7, #efeeef );
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
.htl-img-div {
    width: 34%;
    height: 100%;
    background: #34425A;
    overflow: hidden;
    position: relative;
    clear: both;
    padding: 20px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.htl-img-inn {
    display: block;
    overflow: hidden;
    position: relative;
}
.htl-imghv {
    width: 240px !important;
    height: 140px !important;
}
.roomsleft {
    background-color: #22baa0;
    bottom: 75px;
    position: absolute;
    right: 0;
    margin: 5px 5px 5px 5px;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #1a1313;
    text-align: center;
    color: white;
}
    .roomsleft p{
        font-weight:600;
    }
    .roomsleft p span{
        font-size:22px;
    }

.maploc {
    margin-right: 10px;
}



.htl-add {
    color: #867a7a;
    padding-top: 0px;
    text-align: left;
    width: 80%;
}
.htl-right-div {
    background-color: #cde1c7;
    /*height: 100%;*/
    width: 66%;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    position:relative;
}

.rate-div {
    background: white;
    border-radius: 20px;
    text-align: center;
    margin-top: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ratetlt {
    font-size: 12px;
    margin-bottom: 5px;
}
.rate {
    display: inline-block;
    border: 0;
    padding-top: 5px;
}
    /* Hide radio */
    .rate > input {
        display: none;
    }
    /* Order correctly by floating highest to the right */
    .rate > label {
        float: right;
    }
        /* The star of the show */
        .rate > label:before {
            display: inline-block;
            font-size: 2rem;
            padding: .3rem .2rem;
            margin: 0;
            font-family: FontAwesome;
            content: "\f005 "; /* full star */
        }

    /* Half star trick */
    .rate .half:before {
        content: "\f089 "; /* half star no outline */
        position: absolute;
        padding-right: 0;
    }
/* Click + hover color */
/*input:checked ~ label, *//* color current and previous stars on checked */
/*label:hover, label:hover ~ label {
    color: #73B100;
}*/
    /* color previous stars on hover */

    /* Hover highlights */
    /*input:checked + label:hover, input:checked ~ label:hover,*/ /* highlight current and previous stars */
    /*input:checked ~ label:hover ~ label,*/ /* highlight previous selected stars for new rating */
    /*label:hover ~ input:checked ~ label*/ /* highlight previous selected stars */ /*{
        color: #A6E72D;
    }*/ 



.txtpricolor {
    color: #22baa0 !important;
}

.fontsize18 {
    font-size: 18px;
}

.qcdtlsdiv {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}

.qcdtls {
    margin: 0 0 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 20px
}

    .qcdtls span {
        font-weight: 600;
        width: 20%;
    }
.getquotesucees-bg {
    background-image: url("/assets/images/getquotebg.jpg");
    position: relative;
    background-size: cover;
    height: 100vh;
    background-position: center top;
}

.getquotesucees-content {
    z-index: 1;
    position: relative;
}

.messagesucees-bg {
    background-image: url("/assets/images/messagesucesbg.jpg");
    position: relative;
    background-size: cover;
    height: 100vh;
    background-position: center top;
}

.messagesucees-content {
    z-index: 1;
    position: relative;
}


.inactive-quote {
    color: red !important;
}
.clrem {
    font-size: 9px;
    color: red !important;
    text-align: justify;
    line-height: 1.5;
    margin-left: 0px !important;
}
.txtardis {
    background: transparent;
    border: none;
    resize: none;
}
.ddbtn {
    color: blue;
    cursor: pointer;
}
.diaryvertxt {
    color: #22baa0;
    font-size: 12px;
}
.notebox {
    background: #f3f8f8;
    width: fit-content;
    height: fit-content;
    min-width: 326px;
    /*float: left;*/
    color: #02020f;
    text-align: left;
    z-index: 1000;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 50%;
    top: 25%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cbli {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-inline-start: 0px;
}
.cbul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding-inline-start: 0px;
    border-bottom: 1px solid #969292;
}
.bdr {
    border: 1px solid #b0a9a9;
}
.completedtodo {
    text-decoration: none !important;
    font-size: 10px;
    background: #22baa0;
    color: white;
    padding: 5px;
    border-radius: 10px;
}
.todo-list {
    border: 1px solid #ccc7c7;
    padding: 10px 7px;
}
.notesempdiv {
    margin-top: 3px;
    float: right;
}
.notesempname {
    font-size: 8px;
    margin-right: 5px;
}
.notestimestamp {
    font-size: 7px;
    margin-right: 5px;
}
.diaryhdr {
    list-style: none;
    font-size: 12px;
    color: #22baa0;
}
    .diaryhdr li {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        line-height: 1.5;
    }
        .diaryhdr li span {
            width: 30%;
            color: #c6bdbd;
        }
.vamid {
    vertical-align: middle !important;
}
.t_c{
    text-align:center !important;
}
.t_l{
    text-align:left !important;
}
.t_r{
 text-align:right !important;
}
.custableth {
    text-align: center;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: 2px solid #ddd !important;
}
.select2-selection__choice {
    margin-top: 5px !important;
}
.confirmationBox {
    display: none;
    background: #f3f8f8;
    width: fit-content;
    height: fit-content;
    min-width: 326px;
    float: left;
    color: #02020f;
    text-align: left;
    z-index: 1000;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 50%;
    top: 10%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*min-height: 200px;*/
}
.radio12px {
    width: 12px !important;
    height: 12px !important;
}
.bordernone{
    border:none !important;
}
.taright{
    text-align:right;
}
.taleft{
    text-align:left;
}
.fs12{
    font-size:12px;
}
.fs10 {
    font-size: 10px;
}
.fs9 {
    font-size: 9px;
}
.fs8 {
    font-size: 8px;
}
.tblhighlightrow {
    font-size: 12px;
    font-weight: 600;
    background-color: #a8def21c;
}
.column {
    float: left;
    width: 50%;
}
#DenominationTbl td{
    padding:5px !important
}
.autocount {
    width: 100px;
    text-align: center;
}
.inputtxt {
    width: 100px;
    border: 1px solid #dce1e4;
    box-shadow: inset 0px 0px 1px 1px;
    line-height: 2;
}
.inputtxtcr {
    width: 75px;
    border: 1px solid #dce1e4;
    box-shadow: inset 0px 0px 1px 1px;
    line-height: 1.5;
    text-align: end;
}
.select2-search__field{
    width:150px !important;
}
.crcng {
    color: #22baa0;
    font-size: 11px;
}
.CashRegisterRow:hover {
    background-color:rgb(49 53 72 / 10%);
    cursor:pointer;
}
.select2-selection--multiple {
    overflow: hidden !important;
    height: auto !important;
}
.crnotepop {
    font-size: 12px;
    display: none;
    background: #f3f8f8;
    width: 240px;
    height: fit-content;
    float: left;
    color: #02020f;
    text-align: left;
    z-index: 2;
    padding: 15px;
    border-radius: 10px;
    border: 3px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 80%;
    top: 0%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



.user-name {
    position: relative;
    color: #5f5959;
}
.dropdown-menu li a:hover {
    cursor: pointer;
}
.activityName {
    width: 70%;
    font-size: 0.9vw;
    color: #504e4e;
}
.activitycomptime {
    width: 20%;
    font-size: 10px;
    color: red;
}
.btndiv {
    top: 25px;
}
.deptnamelbl {
    font-size: 10px;
    left: -78px;
    position: relative;
    top: 36px;
}
.roomdtlslistbl {
    font-size: 10px;
}
.deptdivmob {
    padding-top: 25px !important;
}
.ibticons {
    margin-top: -15px;
    margin-right: 15px;
}
.otherthanroombrn {
    font-size: 10px;
    font-weight: 600;
    color: #b8b4b4;
    margin-top: -15px;
}
.SubmitIssueStatus {
    vertical-align: top;
    margin: 15px;
}
.nav-tabs > li {
    font-size: 1vw;
}
.panelfooter {
    margin-top: 15px;
    border-top: 2px solid #ccc8c8;
    margin-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    width: 90%;
    display: flex;
}
.roomdtlslis {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    line-height: 1.5;
    font-size: 1vw;
}
.roomdtlslisspan{
    width: 35%;
}

.romdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.dashroomslistboxchilds {
    width: fit-content;
    border: 2px solid #aca6a6;
    background: #27eac9d4;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size: 1vw;
    font-weight: 700;
    min-width: 130px;
    min-height:65px;
    box-shadow: 2px 3px 2px 1px #dad2d2;
    border-radius: 5px 5px 5px 5px;
    
}
    .dashroomslistboxchilds:hover {
        background: #e8e4e4;
        cursor: pointer;
    }
.dashroomslistboxchildrmn {
    cursor: pointer;
    background-color: ghostwhite;
    padding: 5px;
    border-radius: 8px;
    color: brown;
}
.dashroomslistbox {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: fit-content;
    min-height: 450px;
    max-height: 487px;
    align-content: flex-start;
    overflow: auto;
}
.dashroomlistty {
    font-size: 14px;
    font-weight: 800;
    border-bottom: 2px solid #807b7b;
    margin-bottom: 2px;
    color: cadetblue;
}
.min-height400imp {
    min-height: 400px !important;
}
.IsRoomAssigned {
    background: #f4c2c2; /*baby pink for yet to commence*/
}
.IsRoomInProcess {
    background: #ffa500 /*orange for In-Progress*/
}
.IsRoomCompleted {
    background: #adff2f; /*green for finished*/
    color: #294ae1;
}
.IsRoomNotAssigned {
    background: red;
    color: black;
}
.IsRoomClean {
    background: #adff2f; /*green for finished*/
    color: #294ae1;
}
.IsRoomDirty {
    background: red;
    color: black;
}
.IsRoomCleanNoDisplay{
    display : none !important;
}
.IsStayOver {
    font-size: 12px;
    display: flex;
    color: white;
    border: 1px solid;
    width: fit-content;
    padding: 5px;
    background-color: darkblue;
    border-radius: 6px;
}
.IsCheckOut {
    font-size: 12px;
    display: flex;
    color: white;
    border: 1px solid;
    width: fit-content;
    padding: 5px;
    background-color: chartreuse;
    color: brown;
    border-radius: 6px;
}
.IsVacant {
    font-size: 12px;
    display: flex;
    color: white;
    border: 1px solid;
    width: fit-content;
    padding: 5px;
    background-color: gold;
    color: black;
    border-radius: 6px;
}
.IsArrival {
    font-size: 12px;
    display: flex;
    color: white;
    border: 1px solid;
    width: fit-content;
    padding: 5px;
    background-color: palevioletred;
    color: black;
    border-radius: 6px;
}

.alert {
    -webkit-animation: alertblink 2s infinite; /* Safari 4+ */
    -moz-animation: alertblink 2s infinite; /* Fx 5+ */
    -o-animation: alertblink 2s infinite; /* Opera 12+ */
    animation: alertblink 2s infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes alertblink {
    0%, 49% {
        background-color: #22baa07a;
        border: 2px solid #f4f3f3;
    }

    50%, 100% {
        background-color: #f4f3f3;
        border: 2px solid #22baa0a3;
    }
}
.alrtclose {
    margin-right: 15px;
    margin-top: 7px;
}
.dashtop {
    float: right;
    /*margin-top: -50px;*/
}
.dashtopicons {
    width: 30px;
    cursor: pointer;
}


    

    .bottonnote {
        font-size: 12px;
        color: red;
    }

    .uspbtninput {
        display: none;
    }

    .uspbtndiv {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .acttypeul {
        display: inline-flex;
        list-style: none;
    }

        .acttypeul:hover {
            background-color: rgb(249 245 245 / 1.00)
        }

    .issueupdatediv {
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .actissuestattypes {
        width: fit-content;
        font-size: 10px;
    }

    .issuestatustbl {
        background: #f2f1f1;
        border: 1px solid #e0d8d8;
    }

    .propnetnot {
        float: right;
        font-size: 10px;
        color: red;
        font-weight: 600;
    }

    .PNLnote {
        font-size: 12px;
        color: #c2b8b8;
    }

    .info-box-title {
        font-size: 1vw;
        white-space:nowrap !important;
    }

    .infoboxflx {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    #empactivitiestbl tbody {
        height: fit-content !important;
        max-height: 300px;
    }

    .w20 {
        width: 20% !important;
    }
.w30 {
    width: 30% !important;
}
.w40 {
    width: 40% !important;
}
    .w100 {
        width: 100% !important;
    }

    .w80 {
        width: 80% !important;
    }
.w70 {
    width: 70% !important;
}

    .w60 {
        width: 60% !important;
    }

    .w50 {
        width: 50% !important;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #bcacac;
        opacity: 1; /* Firefox */
        font-size: 1vw;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bcacac;
        font-size: 1vw;
    }

    :-ms-input-placeholder { /* Microsoft Edge */
        color: #bcacac;
        font-size: 1vw;
    }

    .orgbtndiv {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .btngrp {
        width: 50%;
    }

    .btngrpimg {
        width: 20px;
    }
    /*.imgcontainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}*/
    .imgbtngrp {
        display: flex;
        flex-direction: column;
        width: 250px;
        align-items: center;
    }


.acttemplbls {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.file-upload {
    display: none;
}
.p-image {
    position: relative;
    top: -42px;
    right: -85px;
    height: 40px;
    width: 40px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
    .p-image:hover {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }


.imgtxt {
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
}
.tasks li a .badge {
    max-width: 100px !important;
}
.tasks li a .task-details {
    width: 210px !important;
}
.datediv {
    margin-top: 30px;
}
.chat {
    overflow: auto;
    height: 100%;
    padding-bottom: 180px;
}
.chatmessagetimeright {
    background: white;
    float: right;
    color: #171010;
    font-size: 9px;
    width: 100%;
    text-align: right;
    padding: 5px;
}
.chatmessagetimeleft {
    background: white;
    float: left;
    color: #171010;
    font-size: 9px;
    width: 100%;
    text-align: left;
    padding: 5px;
}
.activitywiseiconslbl {
    display: flex;
    justify-content: center;
}

.activitywiseicon {
    width: 25px;
    cursor: pointer;
}
.empactivitiestblrow:hover{
    background:#f0eeee;
    cursor: pointer;
}
.aproverejecticons {
    width: 25px;
    cursor: pointer;
    margin: 5px;
}
.label-leaveapproved{
    background:#1b899e;
}
.label-leaveprocess {
    background: #5ba71c;
}
.label-leaverejected {
    background: #e21313;
}
.CauseofLeave {
    width: 250px !important;
    margin: 0px;
    height: 90px !important;
}

.popbtns {
    width: 250px !important;
    padding: 10px;
    height: fit-content !important;
    margin: 10px;
    color: white;
    line-height: 1.5;
    text-align: left;
}
.schtodayclass {
    background: rgb(49 53 72 / 10%)
}
.customtable > tbody {
    display: block;
    height: 300px;
    overflow: auto;
}

.customtable > thead, .customtable tbody tr {
    display: table;
    width: 100%;
}

.customtable > thead {
    width: 100%
}

.customtable {
    width: 100%;
}

.trclass {
    height: 40px;
    text-align:center;
}
.infobox {
    margin-top: 10px;
    border-top: 1px solid #d4cece;
    border-top-width: thick;
}
    .infobox ul {
        list-style: none;
        padding-left: 0px;
        line-height: 2.0;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-between;
    }
        .infobox ul li {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }
.info-box-icon img {
    width: 4vw;
}
.infoboxlilbl {
    width: 40%;
    font-size: 1.0vw;
}
.infoboxtxt {
    font-size: 0.8vw;
}
.infoboxhover {
    transition: transform .2s;
    cursor: pointer;
}
    .infoboxhover:hover {
        transform: scale(1.03);
    }
.tbltdpostition {
    vertical-align: middle !important;
    text-align: center;
}
/*Custum Scrollbar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #1f9984;
    border-radius: 10px;
}
    ::-webkit-scrollbar-thumb:hover {
        background: #22baa0;
    }
/*Custum Scrollbar*/


/*donut CSS*/

.semi-donut {
    --percentage: 0;
    --fill: #ff0;
    width: 120px;
    height: 60px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}
    .semi-donut:after {
        content: '';
        width: 120px;
        height: 120px;
        border: 25px solid;
        border-color: rgb(240 17 17) rgb(240 17 17) var(--fill) var(--fill);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        box-sizing: border-box;
        transform: rotate( calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ) );
        animation: fillAnimation 1s ease-in;
    }
.semi-donut-empty {
    --percentage: 0;
    --fill: #ff0;
    width: 120px;
    height: 60px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}

    .semi-donut-empty:after {
        content: '';
        width: 120px;
        height: 120px;
        border: 25px solid;
        border-color: rgb(224 220 220) rgb(224 220 220) var(--fill) var(--fill);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        box-sizing: border-box;
        transform: rotate( calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ) );
        animation: fillAnimation 1s ease-in;
    }

.semi-donut-model {
    --percentage: 0;
    --fill: #ff0;
    width: 216px;
    height: 108px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .semi-donut-model:after {
        content: '';
        width: 216px;
        height: 216px;
        border: 50px solid;
        border-color: rgb(240 17 17) rgb(240 17 17) var(--fill) var(--fill);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        box-sizing: border-box;
        transform: rotate( calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ) );
        animation: fillAnimation 1s ease-in;
    }
.semi-donut-model-empty {
    --percentage: 0;
    --fill: #ff0;
    width: 216px;
    height: 108px;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .semi-donut-model-empty:after {
        content: '';
        width: 216px;
        height: 216px;
        border: 50px solid;
        border-color: rgb(224 220 220) rgb(224 220 220) var(--fill) var(--fill);
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        box-sizing: border-box;
        transform: rotate( calc( 1deg * ( -45 + var(--percentage) * 1.8 ) ) );
        animation: fillAnimation 1s ease-in;
    }

.scrolling-Clockin-ClockOutcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-direction: row;
    overflow: auto;
    padding: 8px;
}
.Clockin-ClockOutcontainer {
    background: #fff;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #ded9d9;
    transition: transform .2s;
    box-shadow: 1px 1px 2px 1px;
    cursor: pointer;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
    .Clockin-ClockOutcontainer:hover {
        transform: scale(1.01);
    }
.ClockinOutDeptName {
    text-align: center;
    padding-top: 5px;
    font-weight: 700;
    font-size: 0.9vw;
    white-space: nowrap;
}
/*===================Semi Donut Chart model-2========================*/
.semi-donut-model-2 {
    width: 300px;
    height: 150px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    color: var(--fill);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
}
.semi-donut-model-2:before, .semi-donut-model-2:after {
    content: '';
    width: 300px;
    height: 150px;
    border: 50px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    box-sizing: border-box;
    left: 0;
    top: 100%;
}

.semi-donut-model-2:before {
    border-color: rgba(0,0,0,.15);
    transform: rotate(180deg);
}

.semi-donut-model-2:after {
    z-index: 3;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate( calc( 1deg * ( var(--percentage) * 1.8 ) ) );
}

.semi-donut-model-2:hover, .semi-donut-model-2:after{
    opacity: .8;
    cursor: pointer;
}
.redindicator {
    font-size: 9px;
    float: right;
    margin-right: 5px;
    font-weight: 400;
}
.indicatorbox {
    float: left;
    height: 10px;
    width: 10px;
    margin-bottom: 15px;
    border: 1px solid #d8d3d3;
    clear: both;
    margin-right: 5px;
}
.red {
    background-color: red !important;
}

.green {
    background-color: #adff2f !important;
}

.blue {
    background-color: blue !important;
}
.gray {
    background-color: lightgray !important;
}
.lightgreen {
    background-color: lightgreen !important;
}
.regular {
    background-color: #ffa500 !important; /*#27eac9d4 !important;*/
}

.info-box-hdr {
    /*padding: 20px;*/
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.countspan {
    font-size: 8px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.5;
}
.countspan-model {
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.margintop2{
    margin-top:2px !important;
}
.totallbl {
    color: black;
    font-weight:800;
    margin-top:-23px;
}
/*===================Multi Semi Donut Chart ========================*/
.multi-graph {
    width: 300px;
    height: 150px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}
    .multi-graph:before {
        content: '';
        width: 300px;
        height: 150px;
        border: 50px solid rgba(0,0,0,.15);
        border-bottom: none;
        position: absolute;
        box-sizing: border-box;
        transform-origin: 50% 0%;
        border-radius: 300px 300px 0 0;
        left: 0;
        top: 0;
    }

.graph {
    width: 300px;
    height: 150px;
    border: 50px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    left: 0;
    top: 100%;
    z-index: 5;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate( calc( 1deg * ( var(--percentage) * 1.8 ) ) );
    box-sizing: border-box;
    cursor: pointer;
}
    .graph:after {
        /*content: attr(data-name);*/
        content: attr(data-name) ' ' counter(varible) '%';
        counter-reset: varible var(--percentage);
        background: var(--fill);
        box-sizing: border-box;
        border-radius: 2px;
        color: #fff;
        font-weight: 200;
        font-size: 12px;
        height: 20px;
        padding: 3px 5px;
        top: 0px;
        position: absolute;
        left: 0;
        transform: rotate(calc( -1deg * var(--percentage) * 1.8 )) translate(-30px, 0px);
        transition: 0.2s ease-in;
        transform-origin: 0 50% 0;
        opacity: 0;
    }

    .graph:hover {
        opacity: 0.8;
    }

.graph:after {
    opacity: 1;
    left: 30px;
}

@keyframes fillAnimation {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(135deg);
    }
}

@keyframes fillGraphAnimation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }
}
/*donut css*/

.SelectAllbtn {
    height: 10px;
    width: 10px;
    margin-left: 5px;
}
.selectalllbl {
    float: right;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    cursor:pointer;
}
.Actdiv {
    margin-bottom: 15px;
    font-weight: 700;
    color: #22baa0;
}
.SeeActivityDetails {
    border-radius: 25px;
    background: #22baa0;
}
.HideActivityDetails {
    border-radius: 25px;
    background: #22baa0;
}
.ActivityTypesulList {
    display: flex;
    justify-content: space-between;
    overflow: auto;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
}
.Activitylisttd {
    display: flex;
    justify-content: space-between;
    overflow: auto;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
}
.ActivityTypesulList ul {
    list-style: none;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-inline-start: 0px;
}


.RboxiconsDiv {
    display: flex;
    justify-content: flex-start;
}
.Rboxiconslbl {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: fit-content;
    align-items: center;
    font-size: 9px;
    margin: 10px;
}
.Rboxicons {
    width: 40px;
    cursor: pointer;
}
.RoomName {
    cursor: pointer;
    color: #22baa0;
    font-size: 14px;
    font-weight: 700;
}
.databox {
    border: 1px solid !important;
    background: #faf9f9 !important;
}
.rbhoverlbl {
    width: 35%;
}
.Rbhover {
    margin-bottom: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.rbhoverdata {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #686363 !important;
}
.RentPoints:hover + .RentBox {
    display: block !important;
}
.RentBox {
    display: none;
    background: #f3f8f8;
    width: fit-content;
    height: fit-content;
    min-width: 326px;
    float: left;
    color: #02020f;
    text-align: left;
    z-index: 1000;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 0%;
    top: 0%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.RentPoints {
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 4px;
    height: 10px;
    cursor: pointer;
    box-shadow: 7px 6px 3px #e6e3e3;
    position: relative;
    margin: 5px;
    transition: transform .2s;
}
    .RentPoints:hover {
        transform: scale(1.03);
    }
/*#roomscontainer {
    width: 1280px
}*/
.DatasCol {
    width: 1160px;
    display: flex;
    padding: 8px;
}
.RoomsRow {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-end;
    text-align: center;
    border: 1px solid #fff;
}
.RoomNamesCol{
    width:9%;
}
.IsTodayClass {
    background: #22baa0;
    font-weight: 700;
    color: #fff;
}
.HeadPoint, .DayCol, .DayPoints {
    width: 10%;
}
.HeadDates {
    width: 90%;
}
.HeadDates {
    border: none !important;
}
.RoomsHeader, .HeadDates {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-end;
    border: 0.5px solid;
    text-align: center;
    font-weight: 600;
}
.assignfactdivbacg {
    padding: 20px 0px 2px 0px;
    margin-bottom: 0;
    background: #f7f8f8;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.empbox_rolenamelbl {
    font-size: 12px;
}
.empbox_Deptname {
    font-size: 10px;
    font-weight: 100;
}
.empbox_rolename {
    font-size: 10px;
    font-weight: 100;
}
.empbox_empname {
    font-size: 16px;
}
.empboxiconsDiv {
    display: flex;
    justify-content: space-between;
}
.empboxiconslbl {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: fit-content;
    align-items: center;
    font-size: 9px;
    padding: 5px;
}
.TextColorRed{
    color: red !important;
}
.TextColorBlue {
    color: blue !important;
}
.dpnli{
    position:absolute;
}
.empboxicons {
    width: 40px;
    cursor: pointer;
}
.empSCboxicons {
    width: 20px;
    cursor: pointer;
}
.roomeditheader {
    border-bottom: 1px solid #d0c5c5;
    margin-bottom: 5px;
}
.floatleftM15 {
    float: left;
    margin-right: 15px;
}
.floatrightM15 {
    float: right;
    margin-right: 15px;
}
.roomtd {
    width: 20%;
    vertical-align: baseline;
}
.roomedit {
    font-size: 13px;
    color: #7a6fbe;
    margin: 10px;
    cursor: pointer;
}
.roomulli {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 300px;
    text-align: left;
}
.roomul {
    
    font-size: 14px;
    list-style: none;
    display: inline-flex;
}
.roomulafter {
    line-height: 1.9;
}
.rooddpnDiv {
    display: flex;
    align-items: center;
}
.assignroomothers {
    font-size: 13px;
    color: #7a6fbe;
    margin: 10px;
    cursor: pointer;
}

.assignothers {
    font-size: 13px;
    color: #7a6fbe;
    margin: 10px;
    cursor: pointer;
}
.displaynone{
    display:none !important;
}
.ActTypeChk {
    width: 10%;
}
.acttype {
    display: flex;
    flex-direction: row;
    line-height: 1.8;
    justify-content: space-between;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    height: 8px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #34c0a8;
    border-radius: 10px;
}

.roomprogbar {
    height: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f610107a;
}
.employeetext {
    font-size: 14px;
}
.employeehdrs {
    font-size: 12px;
    font-weight: 600;
    color: #22baa0;
}
.employeebox {
    display: none;
    background: #f3f8f8;
    width: fit-content;
    height: fit-content;
    min-width: 400px;
    float: left;
    color: #02020f;
    text-align: left;
    z-index: 999999;
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 140px;
    top: 0;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.roombox {
    display: none;
    background: #f3f8f8;
    width: fit-content;
    height: fit-content;
    min-width: 326px;
    float: left;
    color: #02020f;
    text-align: left;
    z-index: 1000;
    padding: 15px;
    border-radius: 21px;
    border: 4px solid #22baa0;
    box-shadow: 3px 3px 4px 2px #abb2b1c4;
    position: absolute;
    left: 0%;
    top: 0%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.roomboxhdrs {
    font-size: 12px;
    font-weight: 600;
    color: #22baa0;
}
.roomboxtext {
    font-size: 14px;
}
.roombox ul {
    font-size: 13px;
}
.taskroomticks:hover + .roombox {
    display: block !important;
}
.tdstatus {
    font-size: 14px;
    font-weight: 700;
    color: #16c4a6;
}

.taskroomticks {
    font-size: 9px;
    font-weight: 700;
    padding: 3px;
    border: 1px solid #8c7474;
    border-radius: 5px;
    margin: 5px;
    background: #d1dff8;
    color: #0f0101;
    cursor: pointer;
}
.btmline {
    border-bottom: 1px solid #e2e0e0;
}
.btnhegt {
    height: 38px;
}
.AMPMRadio {
    padding-left: 15px;
    display: inline-flex;
    padding-right: 15px;
    padding-top: 10px;
}
.AMPMRadiobtns {
    padding-right: 15px;
}
.form-check-label{
    cursor:pointer;
}
    .form-check-label:hover {
        color: #22baa0;
    }
    .iconsave {
        margin-left: 10px;
        color: #a09a9a;
        cursor: pointer;
        margin-top: 7px;
        display: none;
    }
.iconedit {
    margin-left: 10px;
    color: #a09a9a;
    cursor: pointer;
    margin-top: 7px;
}
.iconlock {
    margin-left: 10px;
    color: red;
    margin-top: 7px;
}
.chkboxtop {
    top: 2px !important;
    margin-right: 5px !important;
}
.payrollformgroup {
    display: inline-flex;
    margin-top: 10px;
    text-align: left;
    padding-right: 0px;
    flex-direction: column;
}

.dragabletemplates {
    font-size: 8px;
    background-color: chartreuse;
    width: fit-content;
    padding: 4px;
    font-weight: 600;
    margin: 5px;
    /* cursor: grab; */
    border: 1px solid;
    display: inline-block;
}
.Status_Payroll_Finished {
    border: 1px solid #2739b7;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #0ce7c1;
    font-weight: 700;
    color: #181944;
}
.Status_Submitted {
    border: 1px solid #2739b7;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #f1db3d;
    font-weight: 700;
    color: #484cbe;
}
.Status_To_Submit {
    border: 1px solid #ed2d48;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #47ef1d;
    font-weight: 700;
    color: #483d28;
}
.Status_Approved {
    border: 1px solid #2739b7;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #f13d3d;
    font-weight: 700;
    color: #f1efeb;
}
.status_finish {
    border: 1px solid #9e9ed6;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #6df717;
    font-weight: 700;
    color: #1a2db5;
}
.status_finish_outofschedule {
    border: 1px solid #dc0808;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #ccc;
    font-weight: 700;
    color: #dc0808;
}
.status_finish_OTC {
    border: 1px solid #dc0808;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #fdbb26;
    font-weight: 700;
    color: #770b0b;
}
.status_finish_ECO {
    border: 1px solid #dc0808;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #79fd26;
    font-weight: 700;
    color: #bb0a0a;
}

.status_on_schedule {
    border: 1px solid #9e9ed6;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #0a9c3e;
    font-weight: 700;
    color: #f7f5f3;
}

.status_absent {
    border: 1px solid #9e9ed6;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #e80707;
    font-weight: 700;
    color: #f7f5f3;
}

.status_onboard {
    border: 1px solid #9e9ed6;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #22baa0;
    font-weight: 700;
    color: #271d0b;
}
.status_onboard_LCI {
    border: 1px solid #9e9ed6;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #c12e62;
    font-weight: 700;
    color: wheat;
}
.status_onboard_ECI {
    border: 1px solid #9e9ed6;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #fdd6e4;
    font-weight: 600;
}
.status_onboard_OS {
    border: 1px solid #5851ad;
    padding: 5px;
    font-size: 0.6vw;
    text-align: center;
    border-radius: 14px;
    background-color: #bd0707;
    font-weight: 700;
    color: #e1e2ea;
}

.tickmark {
    font-size: 12px;
    color: red;
    font-weight: bold;
    position:relative;
    left:-4px;
}
.tickmark1 {
    font-size: 12px;
    color: red;
    font-weight: bold;
    position: relative;
}
.notishifttags {
    line-height: 1px !important;
    padding: 0px !important;
    margin: 2px !important;
    text-align: right !important;
    font-size: 9px;
}
.Morning_shift {
    background-color: #f6f932 !important;
}
.Afternoon_shift {
    background-color: #0eff13 !important;
}
.Night_shift {
    background-color: #7cfff3 !important;
}
.dropdownzone {
    position: relative !important;
}
.btnrowemp:hover {
    background-color: #22BAA0;
}

.dropdown-submenu {
    position: relative;
}
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/*
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
        .dropdown-content a:hover {
            background-color: #ddd;
        }
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
*/
#dftdays {
    color: #ada2a2;
    font-size: smaller;
}
.error {
    color: red;
}
* {
    box-sizing: border-box;
}

body {
    /*font: 16px Arial;*/
    font: 1vw Arial;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

/*input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }*/

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
.modal-open .select2-dropdown {
    z-index: 10060;
}

.modal-open .select2-close-mask {
    z-index: 10055;
}

.lbladdoptions {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}

.policychk {
    float: left;
    margin-right: 10px !important;
    display: flex;
    position: relative;
    top: 5px;
}

.timepicker.dropdown-menu {
    z-index: 10002 !important;
}

.markR {
    position: relative;
}

.Rmarkedit {
    font-size: 35px;
    display: inline;
    position: absolute;
    top: 25px;
    color: #34c0a8;
    font-weight: 600;
}

.Rmark {
    font-size: 35px;
    display: inline;
    position: absolute;
    top: -30px;
    right: -2px;
    color: #34c0a8;
    font-weight: 600;
}

.checktext {
    color: rgb(125 119 119) !important;
}

.PropName {
    font-size: 18px;
    color: #22BAA0;
    font-weight: bold;
}


/*.propbtndvi {
    margin-left: 12px;
}*/


/*.propbtn {
    margin-left: 3px;
}*/

.Propertytitleintab {
    margin-bottom: 20px;
}

.selectedProperty {
    /*margin-right: 5px !important;*/
    float: left;
}

.acceessper {
    float: left;
    margin-right: 7px !important;
    margin-right: 7px !important;
}

.inner-tab-content {
    /*margin-left: 130px;*/
    padding: 0px !important;
}

.inner-nav-tabs {
    height: 40px;
}

.tg {
    margin-top: 20px;
}


/*Loaders style start*/

.loaderPanel {
    margin: auto;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1058;
    background-color: rgba(0, 0, 0, 0.5);
}

.loaderFullPanel {
    z-index: 999999999 !important;
}

.loaderMiddle {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
}

.loader {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #4f7e58;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.datepicker {
    height: 34px;
    margin-right: 15px;
    border: 0.5px solid #d3caca;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*Loaders style end*/

.panel-header-backg {
    /*background: #f1f1f1;*/
    background: #c7cece;
    border-color: #e7e7e7;
}

.pd-0 {
    padding: 0px !important;
}

.pd-2 {
    padding: 2px !important;
}

.tabheadercs {
    font-weight: 700;
    border-bottom: 1px solid #bab6b6;
    background-color: #eef1f4;
}

.btn-trsp {
    background-color: transparent;
    border: transparent;
}

.font12 {
    font-size: 12px;
}

.cm-0 {
    margin: 0px !important;
}

.pb-3 {
    border-bottom: 1px solid #cac7c3;
}

table.dataTable.display tbody tr.tblbck.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.tblbck.even > .sorting_1 {
    background-color: transparent;
}

table.dataTable.display tbody tr.tblbck.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.tblbck.odd > .sorting_1 {
    background-color: transparent;
}

.hytbl {
    /*background-color: #f4f8f2;*/
    height: auto;
    /*border: 1px solid #b8b2b2;
    box-shadow: 0px 0 2px 5px #eae2e2;*/
    margin: 0;
    padding: 0;
}

.finshbtn {
    /*height: 50px;*/
    /*width: 200px;*/
    width: auto;
    font-size: 17px;
    font-weight: 700;
    /*margin-top: 25px;*/
}

.dropdown-menu-flex {
    position: absolute;
    transform: translate3d(-162px, 0px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.btn-custtag {
    background-color: transparent;
    color: #3a9c9c;
    font-weight: 600;
    font-size: 14px;
}

.proprow {
    background-color: #f1f1f1;
    min-height: 250px;
}

.proprow-alt {
    background-color: #e7e7e7;
    min-height: 250px;
}

.propbtns {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}

.hytextcent {
    margin: auto;
    width: 50%;
    padding: 15px 0;
    line-height: 211px;
    height: 90px;
    text-align: center;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.Deptcol {
    padding-top: 0px;
    border: 1px solid #22baa0;
}

.datashow {
    display: none;
}

.datahide {
    display: block;
}

.chkboxgrp {
    border: 1px solid #22baa0 !important;
    background-color: #fff !important;
    list-style: none;
    border-radius: 0;
}

.chkboxgrp2 {
    border: 1px solid #22baa0 !important;
    background-color: #fff !important;
    list-style: none;
}

.chkboxgrp1 {
    border: 1px solid #22baa0 !important;
    background-color: #fff !important;
    list-style: none;
    margin: 0;
    padding: 10px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

    .chkboxgrp1 li {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 4px 0;
    }

.tblicons {
    padding-right: 15px;
    color: brown;
}

.tbliconsred {
    padding-right: 15px;
    color: red;
}

.check-with-label {
    display: none;
}

.label-for-check {
    cursor: pointer;
}

.chkul {
    list-style: none;
    display: inline-flex;
    padding: 20px;
    height: 120px;
    width: 610px;
    margin: 0px;
    background-color: #f8f8f8 !important
}

.chkul2 {
    list-style: none;
    display: inline-flex;
    margin: 0px;
    padding-left: 0px;
    background-color: #f8f8f8 !important;
    height: 60px;
}

.label-for-check::after {
    border: 2px solid #22baa0 !important;
}

.chkimg {
    width: 50px;
}

.chkimg1 {
    width: 30px;
}

.lblimg {
    margin: 15px;
}

.lblimg1 {
    margin: 10px;
}

.selectedimg {
    margin-top: -9px;
    margin-left: 3px;
    font-size: 12px;
    display: block;
}

.selectedimg1 {
    margin-top: -9px;
    margin-left: 3px;
    font-size: 7px;
    display: block;
}

.stccl {
    display: none;
    text-align: center;
    margin-top: -7px;
    color: #34c0a8;
}

.schtblheader {
    background-color: #faf9f9;
    min-height: 65px;
    border: 1px solid black;
    text-align: center;
}

.schtblbody {
    background-color: #fff;
    min-height: 100px;
    border: 1px solid black;
}

.hdchild {
    display: inline-flex;
    background-color: #faf9f9;
    min-height: 60px;
    border: 1px solid black;
    /*cursor: pointer;*/
}

    .hdchild:hover {
        background-color: #e7e7e7;
    }

.tblcontainer {
    min-height: 60px;
    padding-left: 0px;
    text-align: center;
}

.tblinner {
    float: left;
    min-width: 30px;
    width: 146.571px;
    align-items: center;
    justify-content: center;
    display: block;
}

.tblinnercell {
    float: left;
    min-width: 30px;
    align-items: center;
    justify-content: center;
    display: block;
    min-height: 100px;
    padding: 0px;
    width: calc(100%/n -10) !important;
}

.tblhdp {
    font-weight: 800;
    display: block
}

.tblhdd {
    font-weight: 800;
    display: block;
    color: #48c1c1;
    font-size: initial;
}

.tblrowinner {
    float: left;
    min-width: 30px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: block;
}

.tdchild {
    display: inline-flex;
    background-color: #fff;
    min-height: 100px;
    border: 1px solid black;
    /*cursor: pointer;*/
}

.tblrowcontainer {
    min-height: 100px;
    padding-left: 0px;
    text-align: center;
}

.btnleft {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btnright {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tblbtn {
    font-size: inherit;
    width: auto;
    margin-top: 15px;
    border-radius: 8px;
    background-color: #21357d;
    border: 1px solid #27aaaa;
    color: #f9fafa;
    box-shadow: 2px 4px 4px 1px #888888;
}

.schcellbg {
    background-image: url("/assets/images/rightmark.png")
}

#wagetbl thead,
#wagetbl tbody tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed;
}

#wagetbl tbody {
    background: #fff;
    display: block !important;
    max-height: 60px;
    /*overflow-y: scroll !important;
    overflow-x: hidden;*/
    overflow:hidden;
}
#wagetbl tbody:hover {
    background: #fff;
    display: block !important;
    max-height: 60px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.efec_wage::-webkit-scrollbar {
    width: 5px;
}

.efec_wage::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.efec_wage::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.deot_table thead,
.deot_table tbody tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed;
}

.deot_table tbody {
    background: #fff;
    display: block !important;
    max-height: 80px;
    /*overflow-y: scroll !important;
    overflow-x: hidden;*/
    overflow:hidden;
}
.deot_table tbody:hover{
    background: #fff;
    display: block !important;
    max-height: 80px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.efec_dept::-webkit-scrollbar {
    width: 5px;
}

.efec_dept::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.efec_dept::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.dropdown {
    position: absolute;
    bottom: 0;
}

.deot_table1 thead,
.deot_table1 tbody tr {
    display: table !important;
    width: 100% !important;
    table-layout: fixed;
    border-bottom: 1px solid #ccc;
}

.deot_table2 tbody {
    background: #fff;
    display: block !important;
    max-height: 40px;
    /*overflow-y: scroll !important;
    overflow-x: hidden;*/
    overflow: hidden;
}
.deot_table2 tbody:hover {
    background: #fff;
    display: block !important;
    max-height: 40px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
    .deot_table2 thead,
    .deot_table2 tbody tr {
        display: table !important;
        width: 100% !important;
        table-layout: fixed;
    }
   
    .deot_table3 thead,
    .deot_table3 tbody tr {
        display: table !important;
        width: 100% !important;
        table-layout: fixed;
    }
.deot_table3 tbody {
    background: #fff;
    display: block !important;
    max-height: 200px;
    /*overflow-y: scroll !important;
    overflow-x: hidden;*/
    overflow:hidden;
}
.deot_table3 tbody:hover {
    background: #fff;
    display: block !important;
    max-height: 200px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.deot_table1 tbody {
    background: #fff;
    display: block !important;
    max-height: 90px;
    /*overflow-y: scroll !important;
    overflow-x: hidden;*/
    overflow: hidden;
}

.deot_table1 tbody:hover {
    background: #fff;
    display: block !important;
    max-height: 90px;
    overflow-y: scroll !important;
    overflow-x: hidden;
}
.sched_scroll {
    height: 200px;
    /*overflow-y: scroll;
    overflow-x:hidden;*/
    overflow:hidden;
}
.sched_scroll:hover {
    height: 200px;
    overflow-y: scroll;
    overflow-x:hidden;
}
.sched_scroll::-webkit-scrollbar {
    width: 5px;
}

.sched_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sched_scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.efec_dept2::-webkit-scrollbar {
    width: 3px;
}

.efec_dept2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.efec_dept2::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.efec_dept1::-webkit-scrollbar {
    width:5px;
}
.efec_dept1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.efec_dept1::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.efec_dept3::-webkit-scrollbar {
    width: 5px;
}

.efec_dept3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.efec_dept3::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.empdiv {
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: .45rem;
    height: 352px;
    overflow-y: scroll;
    padding: 6px 4px 6px 4px;
}
.sched_gen {
    padding: 8px 0px 0px 0px !important;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: .45rem;
}

.empdiv::-webkit-scrollbar {
    display: none;
}
.sched_check {
    width: 100%;
    overflow-x: scroll;
    overflow-y:hidden;
    height:80px;
}
    .sched_check::-webkit-scrollbar {
        width: 2px;
        height:8px;
    }
    .sched_check::-webkit-scrollbar-thumb {
        background-color: #ccc;
        outline: 0px solid slategrey;
    }
.modal-open .modal {
    overflow-x: scroll;
    overflow-y: scroll
}

.modal::-webkit-scrollbar {
    display: none;
}

.empslist {
    min-height: 60px;
    border-top: 0px solid;
    border-bottom: 1px solid;
}

    .empslist:hover {
        background-color: #faf9f985;
    }

.empname {
    margin-left: 50px;
    font-size: 1.2vw;
    font-style: italic;
    padding-top: 10px;
}

.empimg {
    border-radius: 50%;
    box-shadow: 1px 1px 4px 3px rgb(0 0 0 / 60%);
    float: left;
    margin-top: 15px;
}

.rolename {
    margin-left: 50px;
    font-size: 0.8vw;
    font-style: italic;
}

.spanstatus {
    /*margin-left: 20px;*/
    margin-left: 45px;
    font-size: 9px;
    color: #348a8d;
}

/*.empchk {
    float: right;
    position: relative;
    top: -23px;
    left: -13px;
}*/
.empchk {
    position: relative;
    top: 34px;
    left: 0;
}
/*.glyphicon-retweet:before {
    content: "\e115";
    font-size: 10px;
    color: #22BAA0;
}*/
.rolesw {
    /*padding-left: 24px;*/
    padding-left: 0px;
    margin-top:8px;
    margin-left: 15px;
}
.role_span {
    font-size: 10px;
    position: relative;
    top: 36px;
    left: -56px;
    color: #22baa0;
    font-weight: 600;
    white-space: nowrap;
    min-width: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    left: -78px;
}
.deptnames {
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #22baa0 !important;
    font-size:11px !important;     
}
.glyphicon-retweet:before {
    content: "\e115";
    font-size: 12px;
    color: #22baa0;
}
.roleswbtn {
    background-color: transparent;
    color: #fff;
}
    .roleswbtn:hover {
        background-color: #faf9f985;
        color: #22baa0;
    }
    .roleswbtn:active {
        background-color: #faf9f985;
        color: #fff;
    }
#saveasdraftbtn:hover {
    background-color: #22baa0;
    color: #fff;
}
#publishbtn:hover {
    background-color: #22baa0;
    color: #fff;
}
#addIndscheduleModalbtn:hover {
    background-color: #22baa0;
    color: #fff;
}
/*.btnleft {
    background-color: #7a6fbe;
    color: #fff;
}
.btncenter {
    background-color: #7a6fbe;
    color: #fff;
}
.btnright {
    background-color: #7a6fbe;
    color: #fff;
}
.btnleft:hover {
    background-color: #22baa0;
    color: #fff;
}

.btncenter:hover {
    background-color: #22baa0;
    color: #fff;
}

.btnright:hover {
    background-color: #22baa0;
    color: #fff;
}*/
.daterangepicker {
    z-index: 99999 !important;
}

.timepicker {
    z-index: 999999 !important;
}

.sortorder {
    display: inline-flex;
    justify-content: center;
}

    .sortorder p {
        display: inline-flex;
        padding-right: 30px;
        font-size: 13px;
        cursor: pointer;
    }

        .sortorder p i {
            padding-left: 10px;
            padding-top: 5px;
            font-size: 13px;
        }

.empsearch {
    height: 25px;
    display: none;
    width: 80%;
    z-index: 99999;
    margin-top: -30px;
}

.empsearch-show {
    display: block;
}

.tblrowinnerchild {
    background-color: aquamarine;
    min-height: 10px;
}

.tblcell {
    background-color: #f4f8f7;
    /*min-height: 70px;*/
}

.tblforbtn {
    background-color: #d5dddb;
    /*min-height: 25px;*/
}

.redbg {
    color: red;
}

.orangbg {
    color: orange
}

.empdragschedule {
    background-color: #c1eaea;
    border: 0.2px solid #bab3b3;
    min-height: 25px;
    font-size: 0.7vw;
    font-weight: 700;
    text-align: center;
    padding: 5px;
}
    .empdragschedule:hover {
        background-color: #f2e5e6;
        box-shadow: -2px -1px 9px -1px rgba(247,195,216,1);
    }

/*.tblforbtnhover {
    background-image: url("/assets/images/plusmark.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #faf9f985;
    background-position: center;
    z-index: 99999;
}*/

.empslistrow {
    min-height: 81px;
    margin-top: 18px;
}

.empdragscheduleicon {
    font-size: 0.9vw;
    display:none;
}

.table_account {
    overflow-x: visible;
}

.account_thead {
    background: #d5d5ec;
    color: #000;
}
.da-y{
border:1px solid red;
}
#tblEmplist {
    border: 1px solid #e1d9d93d
}
.droptd{
background-color:#fff;
}
.droptdacp {
    background-color: #fff;
}
.ui-droppable:hover {
    background-color: aliceblue;
}
.table td,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 9px !important;
}


/*#divbtnfinish1 {
    position: relative;
    top: -10px;
    padding: 0px 0px 0px 15px;
}*/

#finishbt1 {
    left: 15px;
    position: relative;
    margin-bottom: 10px;
}
    #finishbt1:hover {
        background-color: #22BAA0;
        color:#fff;
    }
    .modal-title {
        font-size: 17px;
    }

.modal-header .close {
    margin-top: -7px;
}

.close {
    float: right;
    font-size: 28px;
    color: #fff;
    opacity: 1;
}

    .close:hover {
        color: #fff;
        opacity: 1;
    }

    .close:active {
        color: #fff;
        opacity: 1;
    }

.nav-tabs {
    display: grid;
    padding: 30px 0px 0px 0px;
    min-height: 200px;
    margin-bottom: 30px;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #fff;
        cursor: default;
        background-color: #34c0a8;
        border-bottom-color: #fff;
    }

#account {
    top: 10px;
}

.edit_drop {
    min-width: 100px;
    /* width: 100px; */
    left: -55px;
    text-align: left;
    border: 0px solid #ccc;
    border-radius: 5px;
    border-radius: 4px;
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
}

.modal-xl {
    width: 1000px;
}


/*Datatable table custom styles*/

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #fff !important;
    border: 1px solid transparent;
    background: #7a6fbe;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    background: #7a6fbe;
    color: #fff !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    background: #7a6fbe;
    color: #fff !important;
    border: 1px solid transparent;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
        border: 1px solid #ebebeb;
        background: #22BAA0 !important;
    }

#account_table_previous:hover {
    background: #7a6fbe !important;
    cursor: pointer;
}

#account_table_next:hover {
    background: #7a6fbe !important;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid transparent;
    background: #fff !important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #7a6fbe !important;
    border-color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    background: #7a6fbe !important;
    box-shadow: none !important;
}
/*schedules styles*/
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default !important;
        color: #fff !important;
        border: 1px solid transparent !important;
        background: #7a6fbe !important;
        box-shadow: none !important;
    }
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #ebebeb !important;
    background: #22BAA0 !important;
}
/*schedules styles*/
    /*Datatable table custom styles*/
    /*table responsive dropdown overlapping*/
    



.table-responsive {
    padding: 10px;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: .45rem;
    border: 0.5px solid #ebe1e1;
}


/*Masters page styles*/
.prop-backgrnd {
    padding: 15px 0px 15px 15px;
    height: auto;
    background: #22BAA0;
    margin-bottom: 0px;
}
    .prop-backgrnd .panel-title {
        font-size: 17px;
        color: #fff;
    }
.prop-backgrnd-admin {
    background: #f7f8f8;
    min-height: 255px;
    margin-bottom: 30px;
    padding: 20px 0px 2px 0px;
}
.prop-backgrnd-info {
    background: #f7f8f8;
    min-height: 260px;
    margin-bottom: 30px;
    padding: 20px 0px 2px 0px;
    box-shadow: none;
}
.inf0-check {
    position: relative;
    top: -3px;
}
.prop-edit-admin {
    background: #f7f8f8;
    min-height: 255px;
    margin-bottom: 30px;
    padding: 20px 0px 2px 0px;
    margin-top: -25px;
}
.admin_tab_edit {
    top: 14px;
    position: relative;
    padding: 0px;
}
.prop-edit-info-admin {
    background: #f7f8f8;
    min-height: 180px;
    margin-bottom: 30px;
    padding: 20px 0px 2px 0px;
    margin-top: -40px;
}
/*Masters page styles*/
/*table responsive dropdown overlapping*/
/*#main-wrapper {
     margin: 0px; 
    padding: 0;
}
.tab-content {
    padding: 0px;
    background: #fff;
}
.panel .panel-heading + .panel-body {
    padding: 0px 0px 0px 0px;
}*/
.m-b-sm .dropdown-toggle {
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
}

.glyphicon-th-list {
    font-size: 12px;
}


/*.anchorDetail {
    background: #3C8DBB;
    color: #fff !important;
    border-radius:2px;
}
.edit_drop li a:hover {
    background: #3C8DBB !important;
    color: #fff !important;
}
.anchorApproved {
    background: #12AFCB;
    color: #fff !important;
}

.anchorRejected {
    background: #f25656;
    color: #fff !important;
}*/

.dropdown-menu:before {
    top: -9px;
    left: 64px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d8dee4;
    border-left: 8px solid transparent;
}

.dropdown-menu:after {
    top: -8px;
    left: 65px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}


/*.edit_drop li a:hover {
    background: #fff;
    border-left: 5px solid #34C0A8;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}*/

.panel-body {
    padding: 0px;
}

.master_main {
    background: #fff;
    border: none;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: .45rem;
}

input[type=checkbox],
input[type=radio] {
    cursor: pointer;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px solid #111;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc;
}

#tblPropertieslist thead,
#tblPropTypelist thead,
#tblDeptlist thead,
#tblDesglist thead,
#tblRolelist thead,
#tblGenderlist thead,
#tblSStatuslist thead,
#tblTimeZonelist thead,
#tblPolicylist thead,
#tblTypeofTask thead,
#tblCurrencyType thead,
#tblWagePaymentMode thead,
#tblAccessPermissions thead,
#tblDocumentType thead,
#tblCauseOfTermination thead,
#tblTypeOfTermination thead,
#account_table thead,
#tblPropertiesenrolledlist thead,
#tblEmplist thead,
#tblTemplatelist thead,
#tblterminatedEmplist thead,
#userDocument_table thead,
#tblPropAsset thead,
#tblEmpclocklist thead,
#tblActivitylist thead,
#tblUsagePlacelist thead,
#tblRoomlist thead,
#tblHKAssignedActivitiesList thead,
#tblKAssignedActivitiesList thead,
#tblMtAssignedActivitiesList thead,
#tblTRAssignedActivitiesList thead,
#tblAssignedActivitiesList thead {
    background-color: #34425a78;
    color: #fff;
}


/*styles form active*/

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 1px;
}

.fa-check:before {
    content: "\f00c";
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 1px;
}

.fa-ban:before {
    content: "\f05e";
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 0px;
}

.fa-check-circle:before {
    content: "\f058";
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 0px;
}

.fa-clock-o:before {
    content: "\f017";
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 1px;
}

.fa-binoculars:before {
    content: "\f1e5";
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 1px;
}

.fa-cloud-upload:before {
    left: -3px;
    position: relative;
    font-size: 14px;
    top: 1px;
    color: #46A82B;
}

.fa-user-times:before {
    content: "\f235";
    position: relative;
    font-size: 14px;
    top: 1px;
    color: #c271ae;
}
.fa-file:before {
    content: "\f15b";
    position: relative;
    font-size: 14px;
    top: 1px;
    left: -1px;
    color: #5853b3;
}
/*.fa-desktop:before {
    content: "\f108";
    position: relative;
    font-size: 14px;
    top: 1px;
    left: -3px;
    color: #453c3c;
}
.fa-user:before {
    content: "\f007";
    position: relative;
    font-size: 14px;
    top: 1px;
    left: -3px;
    color: #cf7199;
}
.fa-lock:before {
    content: "\f023";
    position: relative;
    font-size: 14px;
    top: 1px;
    left: -3px;
    color: #b3a653;
}*/
.fa-group:before, .fa-users:before, .fa-th-large:before, .fa-list:before {
    font-size: 16px;
}
.anchorDetail {
    font-size: 14px !important;
    color: #0f5af7 !important;
}

.anchorApproved {
    font-size: 14px !important;
    color: #22BAA0 !important;
}

.anchorRejected {
    font-size: 14px !important;
    color: #F25656 !important;
}

.anchorResetAdminPSW {
    font-size: 14px !important;
    color: #22BAA0 !important;
}

.anchorShadowProperty {
    font-size: 14px !important;
    color: #74432d !important;
}

.edit_color_inact {
    font-size: 14px !important;
    color: #F25656 !important;
}

.edit_color_act {
    font-size: 14px !important;
    color: #22BAA0 !important;
}

.edit_color {
    font-size: 14px !important;
    color: #0f5af7 !important;
}

.edit_color_upld {
    font-size: 14px !important;
    color: #46A82B !important;
}

.edit_color_term {
    font-size: 14px !important;
    color: #c271ae !important;
}
.edit_color_file {
    font-size: 14px !important;
    color: #5853b3 !important;
}
.edit_color_user {
    font-size: 14px !important;
    color: #cf7199 !important;
}
.edit_color_adm {
    font-size: 14px !important;
    color: #b3a653 !important;
}
.edit_color_desk {
    font-size: 14px !important;
    color: #453c3c !important;
}
/*styles form active*/
/* dataTables CSS icon styles */
/*table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0 !important;
    content: "" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0 !important;
    content: "" !important;
}

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}

    table.dataTable thead th.sorting:after,
    table.dataTable thead th.sorting_asc:after,
    table.dataTable thead th.sorting_desc:after {
        position: absolute !important;
        top: 12px !important;
        right: 8px !important;
        display: block !important;
        font-family: FontAwesome !important;
    }

    table.dataTable thead th.sorting:after {
        content: "\f0dc" !important;
        color: #ddd !important;
        font-size: 0.8em !important;
        padding-top: 0.12em !important;
    }

    table.dataTable thead th.sorting_asc:after {
        content: "\f0de" !important;
    }

    table.dataTable thead th.sorting_desc:after {
        content: "\f0dd" !important;
    }
    table.dataTable thead th.sorting:after {
        content: "\f0dc" !important;
        color: #fff !important;
        font-size: 1em !important;
        padding-top: 0.12em !important;
    }*/
/* dataTables CSS icon styles */
/*Responsive styles*/







/*.table.dataTable {
    font-size: 0.9vw;
}*/

#btnempadd {
    border-radius: 50px;
}

.btn-addon i {
    background-color: transparent;
}


/*Custom scroller*/

.profile-menu-list::-webkit-scrollbar {
    width: 8px;
}

.menu-wrap {
    height: 600px;
}

.profile-menu-list {
    height: auto !important;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 20px;
    background: #e4e5e7;
    border-radius: 10px;
    min-height: 100px;
}

    .profile-menu-list a {
        color: #595656;
    }

    .profile-menu-list::-webkit-scrollbar {
        width: 0px;
    }

    .profile-menu-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

.dep_table::-webkit-scrollbar {
    width: 0px;
}

.profile-menu-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 10px;
}

.btn_prop {
    background-color: #7a6fbe;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
}
.btn_prop:hover {
    background-color: #22baa0;
}
.glyphicon-edit:before {
    content: "\e065";
    color: #fff;
    font-size: 15px;
}

input[type=checkbox] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
}

input[type=radio] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}


/*input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #7A6FBE;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 0px solid white;
}
input[type='checkbox']:checked:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}*/


/*#divbutton {
    padding: 15px;
    border: 1px solid #ccc !important;
    background-color: #f7f8f8 !important;
    border-radius: 4px;
    margin-top: -30px;
}*/

.propbtn {
    margin-right: 3px;
    font-size: 14px;
}

.selectedProperty {
    /*position: relative;
    left: -4px;*/
    position: relative !important;
    left: -4px;
    top: -3px !important;
}

.breadcrumb > li {
    display: inline-block;
    padding: 5px;
    display: contents;
}


.Deptcol {
    padding-top: 0px;
    /* border: 1px solid #22baa0; */
    background: #f7f8f8;
    border: 1px solid #ccc !important;
    /*border-radius:4px;*/
}

.chkboxgrp1 {
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.InputEmpProperty {
    font-size: 16px;
}

.prop_div {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.Deptcol1 {
    background: #fff;
    padding: 0 !important;
    margin: 0 !important;
}

.Deptcol2 {
    padding-left: 0;
    padding-right: 0;
}

.assigned {
    font-size: 15px;
}

.accesstbl thead tr th {
    font-size: 14px;
}

.accees {
    font-size: 15px;
}

.assigned {
    font-size: 15px;
}

.acceschklbl {
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.acceschktxtedt {
    border: 1px solid;
    background: #f0efef57;
    border-radius: 5px;
}

.emp_prop {
    font-size: 1vw;
    position: relative;
    top: 6px;
}

.btn-primary.active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
}

.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
}

.tab_nav {
    border-bottom: 0;
}

.empl_drop {
    position: relative;
    top: -12px;
    padding: 0;
    margin: 0;
}

.breadcrumb > li + li:before {
    color: #ccc;
    content: "\00a0";
    height: 20px;
    border-left: 2px solid #867f7f;
    left: 5px;
    position: relative;
    top: 0px;
}

.heirachy_text {
    font-size: 13px;
}

.prop_text {
    font-size: 14px;
}

.mod_head {
    color: #fff;
    font-size: 15px !important;
}

.mod_btnadd {
    font-size: 15px;
    font-weight: 100;
}

.mod_btnupd {
    left: 20px;
    position: relative;
    top: -5px;
    font-size: 15px;
    font-weight: 100;
}

.mod_btnadd:hover {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
}

.prof_btn:hover {
    color: #fff;
    background-color: #22BAA0;
    border-color: transparent;
}

.prof_can a {
    color: #333;
    font-weight: 100;
    font-size: 15px;
}

    .prof_can a:hover {
        text-decoration: none;
        color: #333;
    }

.log_times {
    position: relative;
    font-size: 11px;
}


/*.log_times {
    float: right;
    position: relative;
    top: -48px;
    font-size: 10px;
}*/

.log_ul {
    list-style-type: none;
    padding-left: 0px;
}

.log_li_pr {
    color: #22BAA0;
    font-weight: 100;
}

.log_li {
    text-align: left;
    font-weight: 600;
}

.log_li_tm {
    font-weight: 100;
}

.log_li_ip {
    font-weight: 100;
    position: relative;
    left: 17px;
}

.co_lon {
    position: relative;
    left: 15px;
}

.prof_det_ails {
    padding: 10px;
    background: #fff;
    min-height: 234px;
    top: -35px;
    position: relative;
    z-index: 9;
}

#btnaddtemplate {
    border-radius: 50px;
}

.f0rm_style {
    padding: 10px;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: .45rem;
    border: 0.5px solid #ebe1e1;
}

.pers_form {
    text-align: left !important;
    font-weight: bold;
    font-size: 14px;
}

.pers_cntr {
    margin-top: 8px;
    font-size: 13px;
}

.session_expire {
    padding: 12px 19px 12px 10px !important;
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
}

#btnOk,
#btnSessionExpiredCancelled,
#btnLogoutNow,
#btnExpiredOk {
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #34C0A8 !important;
    color: #FFF;
}

    #btnOk:hover,
    #btnSessionExpiredCancelled:hover,
    #btnLogoutNow:hover,
    #btnExpiredOk:hover {
        background-color: #7d76a3 !important;
    }

#seconds-timer {
    font-weight: 600;
}

.rehire_popup {
    min-height: 200px;
    padding: 10px 26px 0px 0px !important;
}
.rehire_text {
    float: left;
    position: relative;
    left: 22px;
    top: -19px;
    font-size: 15px;
    cursor: pointer;
    text-align: justify;
}
.rehire_date {
    position: relative;
    top: -13px;
    left: -5px;
    font-size: 15px;
}
#addrow {
    background-color: #7a6fbe;
}
#addrow:hover {
        color: #fff;
        background-color: #22BAA0;
        border-color: transparent
    }
#adddesgrow {
    background-color: #7a6fbe;
}
#adddesgrow:hover {
        color: #fff;
        background-color: #22BAA0;
        border-color: transparent
    }
#addrolerow {
    background-color: #7a6fbe;
}
#addrolerow:hover {
        color: #fff;
        background-color: #22BAA0;
        border-color: transparent
    }
select + .select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single{
height:36px !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 2px;
    /*margin-right: 2px;*/
    /*opacity: 0.6;*/
    filter: invert(0.2);
}
/*input[type="date"]::-webkit-calendar-picker-indicator:hover {
        opacity: 1
}*/
.doc_update:hover {
    background: #22baa0;
}
#DocumentName {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none !important;
    font-size: 13px;
    padding: 6px 10px !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;
    height: 38px;
    width: 100%;
}
#DocumentDescription {
    background: #fff;
    border-radius: 0;
    border: 1px solid #dce1e4;
    box-shadow: none !important;
    font-size: 13px;
    padding: 6px 10px !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;
    height: 55px;
    width: 100%;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 35px;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 35px;
        line-height: 20px;
        color: #999;
        /*border-radius: 5px 10px 10px 5px;*/
        font-weight: 300;
        border: 1px solid #dce1e4;
    }

    .file-upload-wrapper:before {
        content: 'Upload';
        position: absolute;
        padding: 0px;
        top: 0;
        right: -1px;
        display: inline-block;
        height: 35px;
        background: #7a6fbe;
        color: #fff;
        font-weight: 700;
        z-index: 25;
        font-size: 14px;
        line-height: 35px;
        padding: 0 15px;
        pointer-events: none;
    }

    .file-upload-wrapper:hover:before {
        background: #22baa0;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 35px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    .ba_ck_btn {
        margin-top: -19px;
        font-size: 15px;
        padding: 4px 15px 4px 15px;
        background: #7a6fbe;
        color: #fff;
    }
        .ba_ck_btn:hover {
            background: #22BAA0;
            color: #fff;
        }
#DatePrevbtn {
    border-right: 0;
}
#DateNextbtn {
    border-left: 0;
}
#InputDateRangechange {
    border-right: 0;
    border-left: 0;
}
#CRInputDateRangechange {
    border-right: 0;
    border-left: 0;
}
#CashTransactionsDateRangechange {
    border-right: 0;
    border-left: 0;
}
#DatePrevbtn, #DateNextbtn {
    padding: 5px 10px 9px 10px;
    border-radius: 0;
}
.btnrowemp {
    /*border-radius: 5px;*/
    background-color: #EFEFEF;
    color: #4E5E6A;
    /*padding: 10px 14px 10px 15px;*/
    padding: 6px 12px 6px 12px;
    position: relative;
    /*top: -4px;*/
    /*font-size: initial;*/
    /*font-size: 14px;*/
    font-size:12px;
    border: 0;
    box-shadow: none;
    width: 140px;
    box-shadow: 0px -1px 8px 0px rgba(245,233,245,1);
    border: 1px solid #ccc;
}
    .btnrowemp:hover {
        background-color: #22BAA0;
        box-shadow: -2px -2px 11px 0px rgb(118 120 127 / 10%);
        border: 1px solid #ccc;
    }
/*.monBouton {
    background-color: #EFEFEF;
    color: #4E5E6A;
    padding: 6px 12px 6px 12px;
    position: relative;
    font-size: 12px;
    border: 0;
    box-shadow: none;
    width: 140px;
    box-shadow: 0px -1px 8px 0px rgba(245,233,245,1);
    border: 1px solid #ccc;
}
    .monBouton :hover {
        background-color: #22BAA0;
        box-shadow: -2px -2px 11px 0px rgb(118 120 127 / 10%);
        border: 1px solid #ccc;
    }
.btn-flickr:hover {
    background-color: #22BAA0;
    box-shadow: -2px -2px 11px 0px rgb(118 120 127 / 10%);
    border: 1px solid #ccc;
}*/
.dayclass {
    font-size: 14px;
    position: relative;
    top: 0px;
}
.daydate {
    color: #578c84;
    font-size: 12px;
}
.Mon, .Tue, .Wed, .Thu, .Fri, .ma\., .mi\., .ju\., .vi\., .lu\., .mar\., .mer\., .jeu\., .ven\., .lun\., .मंगल\., .बुध\., .गुरु\., .शुक्र\., .सोम\., .મંગળ, .બુધ, .ગુરુ, .શુક્ર, .સોમ {
    color: #22BAA0;
}
.Sat, .Sun, .sá\., .do\., .sam\., .dim\., .शनि\., .रवि\., .શનિ, .રવિ {
    color: red;
}
.schedul_image {
    list-style-type: none;
    text-align: left;
    font-weight: bold;
    margin-top: 18px;
}
.sched_empname {
    font-size: 12px;
    word-wrap: break-word;
}
.sched_rolename {
    font-size: 10px;
}
.sched_rolename1 {
    font-size: 9px;
    font-weight:lighter;
}
/*.emp_name {
    position: relative;
    top: 10px;
}
 .emp_rlname {
    position: relative;
    top: 6px;
}
.emp_rlname1 {
    position: relative;
    top: 6px;
}*/
/*#btnrowemp {
    position: relative;
    top: -12px;
    font-size: initial;
   
    background: transparent;
    border: 0;
    box-shadow: none;
}*/
.dep_table {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    background: #fff;
}
.droptd{
cursor:pointer;
}
.droptdacp {
    cursor: pointer;
}
.dayofftd {
    background: #ff154b85;
    font-size: 1vw;
    vertical-align: middle !important;
    color: white;
    font-weight: 900;
    cursor:pointer;
}
#lblstartError, #lblendError {
    font-size: 13px;
    /*color: #fff !important;
    background: rgb(255, 0, 0);
    padding: 2px 6px 2px 6px;
    border-radius: 2px;
    top: 4px;
    position: relative;*/
}
.sche_part {
    min-height:480px;
    /*background: #f7f8f8;*/
    background: #f7f8f805;
    padding: 20px 0px 0px 0px !important;
    margin-bottom: 15px;
}
.insc_modal {
    /*height: 420px;*/
    height:330px;
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
}
.insc_modal_par {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 2px 18px 1px rgb(49 53 72 / 10%);
    border-radius: .45rem;
}
.insc_modal_mul {
    height: 220px;
    padding: 20px 0px 0px 0px;
    margin-bottom: 0px;
}
#lblendError {
    /*font-size: 12px;*/
    font-size: 1.325rem;
}
.selc_date {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    /* color: #fff; */
    top: -21px;
    left: 100px;
}
.insch_date {
    margin-top: 22px;
    /*float: right;*/
}
.insch_label {
    float: left;
    text-align:right;
}
#btnshiftadd {
    margin-bottom: 10px;
    margin-top: 16px;
    margin-left: -16px;
}
.deot_table1 {
    width: 100%;
    font-size: 1.225rem;
}
.deot_table3 {
    width: 100%;
    font-size: 1.225rem;
}
.dropdown-submenu > .dropdown-menu {
    margin-left: 1px;
    margin-top: -12px;
    border-radius:5px;
}
.schicons:hover {
    color: #fff;
    background: #22BAA0;
}
.datepicker {
    height: auto;
}
/*input.pw {
    -webkit-text-security: disc;
}*/
#togglePassword{
cursor:pointer;
}
.glyphicon-eye-open:before {
    content: "\e105";
    position: relative;
    top: 3px;
}
.dwm_btns, #DateDaybtn, #DateWeekbtn, #DateMonthbtn {
    font-size: 12px;
    padding: 5px 10px 8px 10px;
}
.btn_zone{
margin-left:-20px;
}
.btn_zone1 {
    margin-left: -28px;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.modal-header {
    cursor: move;
}
#selmultiplerooms {
    position: relative;
    top: 26px;
    cursor:pointer;
}
.room_label {
    position: relative;
    top: 24px;
    left: 10px;
    cursor: pointer;
}
#isNonSmoking {
    position: relative;
    top: 26px;
    cursor: pointer;
}
.nons_label {
    position: relative;
    top: 23px;
    left: 4px;
    cursor: pointer;
}
#isConnectedRoom {
    top: 13px;
    cursor: pointer;
}
.label_conn {
    left: 3px;
    position: relative;
    cursor: pointer;
    top: 10px;
}
/*Reponsiveness styles*/

#profile-container img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
}

#profilepic {
    cursor: pointer;
    background: white;
}
