html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    background-color: rgb(248, 249, 250);
    /* font-size: 14px; */
    margin: 0;
    height: 100%;
    min-height: 100%;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

a {
    color: #333333;
    text-decoration: none;
}

input,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

input:active,
select:active {
    border: 1px rgba(51, 51, 51, .5) solid;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




/* .input, .textarea {
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    max-width: 100%;
    width: 100%;
}

.input, .select select, .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}
.input:active, .input:focus, .is-active.input, .is-active.textarea, .is-focused.input, .is-focused.textarea, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 0.125em rgb(50 115 220 / 25%);
} */

button {
    border: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}






::-webkit-scrollbar{
    height:16px;
    overflow:visible;
    width:16px
}
::-webkit-scrollbar-button{
    height:0;
    width:0
}
::-webkit-scrollbar-track{
    background-clip:padding-box;
    border:solid transparent;
    border-width:0 0 0 4px
}
::-webkit-scrollbar-track:horizontal{
    border-width:4px 0 0
}
::-webkit-scrollbar-track:hover{
    background-color:rgba(0,0,0,.05);
    box-shadow:inset 1px 0 0 rgba(0,0,0,.1)
}
::-webkit-scrollbar-track:horizontal:hover{
    box-shadow:inset 0 1px 0 rgba(0,0,0,.1)
}
::-webkit-scrollbar-track:active{
    background-color:rgba(0,0,0,.05);
    box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-track:horizontal:active{
    box-shadow:inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-thumb{
    background-color:rgba(0,0,0,.2);
    background-clip:padding-box;
    border:solid transparent;
    border-width:1px 1px 1px 6px;
    min-height:28px;
    padding:100px 0 0;
    box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-thumb:horizontal{
    border-width:6px 1px 1px;
    padding:0 0 0 100px;
    box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07)
}
::-webkit-scrollbar-thumb:hover{
    background-color:rgba(0,0,0,.4);
    box-shadow:inset 1px 1px 1px rgba(0,0,0,.25)
}
::-webkit-scrollbar-thumb:active{
    background-color:rgba(0,0,0,.05);
    box-shadow:inset 1px 1px 3px rgba(0,0,0,.35)
}
::-webkit-scrollbar-corner{
    background:transparent
}
body::-webkit-scrollbar-track-piece{
    background-clip:padding-box;
    background-color:#f5f5f5;
    border:solid #fff;
    border-width:0 0 0 3px;
    box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)
}
body::-webkit-scrollbar-track-piece:horizontal{
    border-width:3px 0 0;
    box-shadow:inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)
}
body::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 5px
}
body::-webkit-scrollbar-thumb:horizontal{
    border-width:5px 1px 1px
}
body::-webkit-scrollbar-corner{
    background-clip:padding-box;
    background-color:#f5f5f5;
    border:solid #fff;
    border-width:3px 0 0 3px;
    box-shadow:inset 1px 1px 0 rgba(0,0,0,.14)
}











.font-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.font-verdana {
    font-family: verdana, arial, sans-serif;
}

.font-opensans {
    font-family: 'Open Sans', sans-serif;
}

.font-opensanslight {
    font-family: 'Open Sans Light', 'Open Sans', sans-serif;
}

.font-josefinsansthin {
    font-family: 'Josefin Sans Thin', 'Open Sans', sans-serif;
}

.font-georgia {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.code39 {
    font-family: 'Bar-Code 39', Georgia;
}

.julius {
    font-family: 'Julius Sans One', sans-serif;
}

.smalldiv {

    display: block;
    padding: 0 5px;
}

.xxxx-large {
    font-size: 8rem;
}

.xxx-large {
    font-size: 3.6rem;
}

.xx-large {
    font-size: 2.5rem;
}

.x-large {
    font-size: 1.5rem;
}

.xlarge {
    font-size: 1.2rem;
}

.large {
    font-size: 1rem;
}

.slarge {
    font-size: 0.7rem;
}

.medium {
    font-size: 14px;
}

.small {
    font-size: 10px;
}

.x-small {
    font-size: 8px;
}

.xx-small {
    font-size: 6px;
}

.font-weight-normal {
    font-weight: normal;
}

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

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

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

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

.font-size-0-6rem {
    font-size: 0.6rem;
}

.font-size-0-7rem {
    font-size: 0.7rem;
}

.font-size-0-8rem {
    font-size: 0.8rem;
}

.font-size-0-9rem {
    font-size: 0.9rem;
}

.font-size-1rem {
    font-size: 1rem;
}

.font-size-1-1rem {
    font-size: 1.1rem;
}

.font-size-1-2rem {
    font-size: 1.2rem;
}

.font-size-1-3rem {
    font-size: 1.3rem;
}

.font-size-1-4rem {
    font-size: 1.3rem;
}

.font-size-1-5rem {
    font-size: 1.5rem;
}

.font-size-1-6rem {
    font-size: 1.6rem;
}

.font-size-1-7rem {
    font-size: 1.7rem;
}

.font-size-1-8rem {
    font-size: 1.8rem;
}

.font-size-1-9rem {
    font-size: 1.9rem;
}

.font-size-2rem {
    font-size: 2rem;
}

.font-size-3rem {
    font-size: 3rem;
}

.text-align-left {
    text-align: left !important;
}

.text-align-right {
    text-align: right !important;
}

.text-align-center {
    text-align: center !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-1 {
    padding: 1px !important;
}

.padding-2 {
    padding: 2px !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-4 {
    padding: 4px !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-6 {
    padding: 6px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-9 {
    padding: 9px !important;
}

.padding-10 {
    padding: 10px !important;
}

.margin-left-auto {
    margin-left: auto !important;
}

.border-top-none {
    border-top: none !important;
}

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

.border-right-none {
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

.topround {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.bottomround {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.lefround {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rightround {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.round-1 {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.round-2 {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.round-3 {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.round-4 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.round-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu-shadow {
    box-shadow: 0 0.5rem 1rem #0000002d;
}

.inside-blur {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}

.blur-1 {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}

.blur-2 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
}

.blur-3 {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

.blur-4 {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
}

.blur-5 {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in-box {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

.fade-in-box-5s {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}


.fade-in-text {
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}

.blink {
    animation: blinker 1s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}


.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}




.pointer-cursor {
    cursor: pointer;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-static {
    position: static !important;
}
.position-sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky !important;
    top: 0;
}

.block {
    display: block !important;
}

.inlineblock {
    display: inline-block !important;
}

.inline-block {
    display: inline-block !important;
}

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

.display-block {
    display: block !important;
}

.display-flex {
    display: flex !important;
}

.z-index-1 {
    z-index: 1;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-y {
    overflow-y: auto !important;
}
.overflow-x {
    overflow-x: auto !important;
}
.overflow-auto {
    overflow: auto !important;
}

.bold {
    font-weight: bold !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.noscroll {
    overflow: hidden !important;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.green {
    color: #009933 !important;
}

.seagreen {
    color: seagreen !important;
}

.limegreen {
    color: limegreen !important;
}

.green1 {
    color: #00CC00 !important;
}

.green2 {
    color: #CCFF33 !important;
}

.parrotgreen {
    color: #33CC33 !important;
}

.brown {
    color: #663300 !important;
}

.light-brown {
    color: #996633 !important;
}

.light-kid {
    color: #66CCFF !important;
}

.light-gray01 {
    color: #b8bec9 !important;
}

.light-gray {
    color: #808793 !important;
}

.dark-gray {
    color: #333333 !important;
}

.xlight-gray {
    color: #E2E2E2 !important;
}

.light-orange {
    color: #FFB80D !important;
}

.light-orange-shade01 {
    color: #E59866 !important;
}

.light-green {
    color: #02C76F !important;
}

.light-green-shade01 {
    color: #ABEBC6 !important;
}

.light-blue {
    color: #00BAFF !important;
}

.light-red {
    color: #FF5050 !important;
}

.light-red-shade01 {
    color: #CD6155 !important;
}

.light-purple {
    color: #B658C4 !important;
}

.light-brown {
    color: #996633 !important;
}

.light-sky {
    color: #CCCCFF !important;
}

.dark-yellow {
    color: #FFFF00 !important;
}

.yellow {
    color: yellow !important;
}

.gold {
    color: gold !important;
}

.dark-yellow1 {
    color: #ECEC00 !important;
}

.maroon1 {
    color: #DC5E4B !important;
}

.purple {
    color: #CC00CC !important;
}

.heena {
    color: #CC9900 !important;
}

.blue {
    color: #6600FF !important;
}
.navy {
    color: navy !important;
}
.blueviolet {
    color: blueviolet !important;
}

.cadetblue {
    color: cadetblue !important;
}

.lightskyblue {
    color: lightskyblue !important;
}

.skyblue {
    color: skyblue !important;
}

.deepskyblue {
    color: deepskyblue !important;
}

.red {
    color: red !important;
}

.pink {
    color: pink !important;
}

.orange {
    color: orange !important;
}

.darkgrey {
    color: darkgrey !important;
}

.light-orange {
    color: #FFCC00 !important;
}

.lightgray {
    color: #F4F4F4 !important;
}

.darkgray {
    color: #dddddd !important;
}



.gray {
    color: #ccc;
}


.white-background {
    background-color: white !important;
}
.gray-background {
    background-color: gray !important;
}

.red-background {
    background-color: red !important;
}

.yellow-background {
    background-color: yellow !important;
}

.orange-background {
    background-color: orange !important;
}

.brown-background {
    background-color: brown !important;
}

.sky-background {
    background-color: skyblue !important;
}

.blue-background {
    background-color: blue !important;
}

.purple-background {
    background-color: purple !important;
}

.green-background {
    background-color: green !important;
}

.cadetblue-background {
    background-color: cadetblue !important;
}

.height-100-percent {
    height: 100% !important;
}

.height-100-vh {
    height: 100vh !important;
}

.height-webkit-fill-available {
    height: -webkit-fill-available !important;
}


.width-50 {
    width: 50px !important;
}
.width-60 {
    width: 60px !important;
}
.width-70 {
    width: 70px !important;
}
.width-80 {
    width: 80px !important;
}
.width-90 {
    width: 90px !important;
}

.width-100 {
    width: 100px !important;
}
.width-150 {
    width: 150px !important;
}

.width-170 {
    width: 170px !important;
}

.width-250 {
    width: 250px !important;
}

.width-100-percent {
    width: 100% !important;
}


.width-min-100 {
    width: 100px !important;
}

.width-min-150 {
    width: 150px !important;
}

.width-min-200 {
    width: 200px !important;
}

.width-min-250 {
    width: 250px !important;
}

.width-min-300 {
    width: 300px !important;
}

.light-gray-background {
    background-color: #ccc !important;
}

.error-red-border {
    border-color: #FF0000 !important;
}


/* The Overlay (background) */

.page-layout {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    ;
    z-index: 999;
    /* Sit on top */
    ;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    /* Black w/opacity */
    overflow: hidden;
    /* Disable horizontal scroll */
    ;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.page-layout>* {
    flex: 0 0 auto;
}

.page-layout>.page-layout-container {
    flex: 1 1 auto;
    display: flex;
    overflow: hidden;
    z-index: 100;
}

.page-layout>.page-layout-container>* {
    flex: 0 0 auto;
    overflow: hidden;
}

.page-layout>.page-layout-container>.content {
    flex: 1 1 auto;
    overflow-y: scroll;
}


/* Position the content inside the overlay */

.page-layout-container {
    position: relative;
    width: 100%;
    /* 100% width */
    /* text-align: center; Centered text/links */
    vertical-align: top;
}

.page-layout-content {
    position: relative;
    width: 100%;
    /* 100% width */
    /* text-align: center; Centered text/links */
    vertical-align: top;
}

.page-layout-titlebar {
    display: block;
    width: 100%;
    background-color: #F4F4F4;
    /* border-bottom: 1px #DBDBDB solid; */
}

.page-layout-titlebar i {
    color: #FFCC00;
}

.rexboxtitlespan {
    padding: 5px 0 0 10px;
}

.page-layout-close a {
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    font-size: 28px;
    font-weight: lighter;
    line-height: 100%;
    color: #818181;
    display: block;
    /* Display block instead of inline */
    transition: 0.3s;
    /* Transition effects on hover (color) */
}


/* When you mouse over the navigation links, change their color */

.page-layout-close a:hover,
.page-layout-close a:focus {
    color: #FFFFFF;
    background-color: #FF0000;
}

.page-layout-footer {
    display: block;
    width: 100%;
    color: #222;
    /* padding: 5px; */
    /* border-top: 1px #DDDDDD solid; */
    line-height: 30px;
    background-color: gainsboro;
    border-top: 3px solid #428BCA;
    background-color: #cfcfcf6e;
}

.page-layout-footer-status {
    text-align: left;
    font-size: 14px;
}

.plfs-container {
    display: flex;
}

.plfs-container-heading {
    background-color: red;
    color: white;
    padding: 0 7px 0 7px;
}

.plfs-container-text {
    padding-left: 5px;
}

.parent {
    width: 100%;
    background: #fff;
    display: flex;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

.child-left {
    /* width: 280px; */
    z-index: 1;
    margin-bottom: 40px;
    background: #fafafa;
    background: #474747;
    ;
    border-right: 1px solid #e1dfdd;
}

.child-center {
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 40px;
    z-index: 0;
}

.child-right {
    width: 350px;
    margin-bottom: 40px;
    z-index: 1;
    background-color: rgb(248, 249, 250);
    border-left: 1px #DDDDDD solid;
}

.page-topbar {
    background: #474747;
    height: 40px;
    /* border-top: 5px solid #428BCA; */
    /* position: relative;
    z-index: 10; */
}


.page-topbar-time {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    line-height: 100%;
}

.page-topbar-date {
    display: block;
    text-align: center;
    font-size: 100%;
}

.ampm {
    font-size: 0.5em;
    color: #666;
    text-shadow: 1px 1px 1px #fff;
}

.clock_hours {
    text-decoration: none;
}

.clock_minutes {
    text-decoration: none;
}

.clock_seconds {
    text-decoration: none;
}

.date-day {
    font-size: 0.6em;
}

.ptb-datetime {
    padding: 2px 5px 0 5px;
}

.ptb-clockiostatus {
    font-size: 14px;
}

.ptb-clockinstatus {
    background-color: beige;
    padding: 5px;
    margin-bottom: 5px;
}

.ptb-clockoutstatus {
    background-color: beige;
    padding: 5px;
    margin-bottom: 5px;
}

.ptb-clockwhstatus {
    background-color: aliceblue;
    padding: 5px;
    margin-bottom: 5px;
}


.ptb-clockbtn {
    text-align: center;
    cursor: pointer;
    padding: 7px 10px;
    background-color: #009933;
    color: #fff;
}




.topbar-left-container {
    height: 40px;
    flex-flow: nowrap !important;
}

.topbar-right-container {
    height: 40px;
    margin-left: auto;
}

.topbar-icon {
    color: #d12610;
    background-color: gainsboro;
    background-color: #35363a;
    /* background-color: lightgray; */
    /* background-color: yellow; */

    display: inline;
    /* font-size: 1.6rem; */
    /* line-height: 40px; */
    padding: 0px 5px 0 5px;
    cursor: pointer;
}

.topbar-icon:hover {
    background-color: rgb(117, 117, 117);
}


.topbar-icon img {
    height: 30px;
    margin-top: 5px;
}

.topbar-heading {
    padding: 0 5px;
    line-height: 40px;
    font-size: 1.7rem;
    /* background-color: #232322; */
    border-left: #47484e 1px solid;
    color: lightgray;
    cursor: pointer;
    font-weight: 100;

}

.topbar-heading:hover {
    color: white;
}

.topbar-heading a {
    color: white;
}

.navbar {
    -bs-nav-link-padding-x: 0;
    -bs-nav-link-padding-y: 0.5rem;
    -bs-nav-link-color: var(-bs-navbar-color);
    -bs-nav-link-hover-color: var(-bs-navbar-hover-color);
    -bs-nav-link-disabled-color: var(-bs-navbar-disabled-color);
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-item:hover {
    background-color: #35363A;
}

.nav-link {
    color: white;
    display: inline;
    font-size: 1.2rem;
    margin-right: 3px;
    padding: 0 7px 0 7px;
    /* background-color: #35363A; */
    position: relative;
    display: block;
    line-height: 40px;
    white-space: nowrap;

}

.nav-link:hover i{
    background-color: white;
    background-color: #35363A;
    color: red;
}

.nav-link:hover .badge {
    background-color: white;
    border: 1px solid red;
    color: red;
}

.nav-link .badge {
    background-color: red;
    font-size: 10px;
    position: absolute;
    padding: 1px 2px 1px 2px;
    top: 3px;
    right: 2px;
    border-radius: 25px;
    height: 15px;
    width: 15px;
    line-height: 13px;
    text-align: center;
}

.nav-link .user-status-badge {
    position: absolute;
    top: 3px;
    right: 2px;
    border-radius: 25px;
    height: 10px;
    width: 10px;
    text-align: center;
}

.navbar-dropdown-btn {
    text-decoration: none;
}

.navbar-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 2;
    top: 40px;
    right: 33px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.navbar-dropdown-height {
    max-height: 200px;
}

.navbar-dropdown-width {
    width: 300px;
}

.navbar-dropdown-content>a {
    color: #fff;
    text-decoration: none;
}

.navbar-dropdown-btn:hover .navbar-dropdown-content {
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.navbar-dropdown-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.navbar-dropdown-header {
    /* flex: 0 0 auto; */
    justify-self: flex-start;
    background-color: #35363a;
    color: #9d9999;
}

.navbar-dropdown-badgec {
    margin: 3px;
    text-align: center;
}

.navbar-dropdown-badge {
    text-align: center;
    padding: 2px 3px 2px 3px;
    background: olivedrab;
    font-size: 10px;
    border-radius: 2px;
    color: white;
}



.navbar-dropdown-footer {
    /* flex: 0 0 auto; */
    justify-self: flex-end;
    text-align: center;
    padding: 5px;
    background-color: whitesmoke;
    text-align: right;
    font-size: small;
    border-top: solid 1px rgb(221, 221, 221);
    border-bottom: solid 1px rgb(221, 221, 221);

}

.navbar-dropdown-imgtitle {
    padding: 5px 5px 0 5px;
}

.navbar-dropdown-titleimg {
    width: 35px;
    height: 35px;
    display: inline-block
}

.navbar-dropdown-titleimg img {
    height: 100%;
    width: 100%;
}

.navbar-dropdown-titlec {
    display: inline-block
}


.navbar-dropdown-title {
    display: block;
    font-size: x-large;
    color: #fff;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.navbar-dropdown-title-text {
    display: block;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-dropdown-grid {
    /* flex: 1 1 auto; */
    /* position: relative; */
    /* need this to position inner content */
    overflow-y: scroll;
}

.nbd-grid-item {
    padding: 5px;
    border-bottom: 1px #EBEBEB dotted;
}

.nbd-grid-item-icon {
    padding: 5px 10px 0 5px;
}

.nbd-grid-item-icon i {
    font-size: 2rem;
}

.nbd-grid-item-title {
    text-decoration: none;
    font-size: 13px;
}

.nbd-grid-item-text {
    font-size: 11px;
    color: #777676;
}

.nbd-grid-item-timeago {
    font-size: 10px;
    margin-top: 3px;
    text-align: right;
    color: darkgray;
}



/*!
 * Top Menu left
 */

/*Main menu bar*/
.top-menu-bar,
.top-menu-bar li,
.top-menu-bar ul,
.top-menu-bar ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-menu-bar {
    position: relative;
    /* z-index: 597; */
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.top-menu-bar>li {
    position: relative;
    text-decoration: none;
}

.top-menu-bar>li>a {
    color: #fff;
    text-decoration: none;
    text-shadow: none !important;
    outline: 0px;
    padding: 10px 12px;
    border-right: 1px #666 solid;
    font-weight: lighter;
    display: inline-block;
    position: relative;
    font-size: 14px;
}

.top-menu-bar>li>i {
    color: #fff;
    margin-right: 5px;
}

.top-menu-bar>li>a>span {
    text-decoration: none;
}

.top-menu-bar>li:hover>i {
    color: #FFCC00;
}

.top-menu-bar>li:hover>a {
    color: #fff;
}

.top-menu-bar>li:hover {
    background: #F9F9F9;
    background-color: #DCD6D6;
    background: #35363A;
    color: #fff;
    cursor: default;
}





/*Show sub menu on hover*/

.top-menu-bar>li:hover>ul {
    visibility: visible;
    display: block;

}

/*Dropdown menu formating*/

.top-menu-bar ul {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    height: auto;
    transition: all 0.35s ease;
}

.top-menu-bar ul li {
    float: none;
}


/*Dropdown sub menu*/
.sub-menu ul {
    visibility: hidden;
    display: none;
    position: relative;
    top: 0;
    left: 98%;
}

.sub-menu ul li {
    width: 250px;
}

.sub-menu>li {
    cursor: pointer;
    position: relative;
    width: 250px;
}

.sub-menu li:hover ul {
    visibility: visible;
    display: block;
    position: absolute;
}

.sub-menu>li a {
    color: #fff;
    text-decoration: none;
    text-shadow: none !important;
    outline: 0px;
    padding: 9px;
    border-bottom: 1px #666 solid;
    font-weight: lighter;
    display: inline-block;
    position: relative;
    width: 100%;
    background: #35363A;
    font-size: 13px;
}

.sub-menu>li i {}

.sub-menu li a:hover {
    color: #FFCC00;
    background: #47484E;
    /* Old browsers */
}

/* - Drop-down open - */


.sub-menu {
    text-decoration: none;
}

/* .sub-menu>li:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.sub-menu li:last-child>a:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
} */



.top-menu-reponsive-icon {
    display: none;
    font-size: 1.6rem;
    padding: 3px 9px 3px 9px;
}

.top-menu-reponsive-active {
    display: block !important;
    z-index: 999;
}

.top-menu-reponsive-icon a {
    color: #fff;
}


.menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.menu-overlay-active {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}


.tmc-responsivemenu-title {
    display: none;
    background-color: #232322;
}

.closed-menu {
    padding: 5px 10px 5px 10px;
    font-size: 2.3rem;
    line-height: 100%;
    background: #000;
    color: #fff;
    display: inline-block;
    margin-left: auto;
}





.bordered4 {
    border: 1px solid rgb(221, 221, 221);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.bordered {
    background-color: #fff;
    overflow: hidden;
}

.widget-header {
    border-bottom: solid 1px rgb(221, 221, 221);
    padding: 5px 8px;
    background-color: #333333;
    font-size: 16px;
    color: #fff;
}

.widget-header span {
    color: #bababa;
    font-size: 10px;
    padding: 3px 2px 3px 2px;
}

.widget-header i {
    color: #FF9933;
}

.widget-header a {
    color: #3C7BFF;
}


/*
Normal Table
*/

.td-note {
    position: relative;
}

.td-note:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #f00;
}

.normal-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    background-color: transparent;
}

.normal-table td,
.normal-table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.normal-table td {
    color: #555;
}

/* .dashboard-table tr:nth-child(even){background-color: #fcfcfc;} */

.normal-table tr:hover,
.normal-table tr:hover td {
    background-color: azure;
}

.normal-table th {
    text-align: left;
    /* background-color: #04AA6D; */
    background-color: #fcfcfc;
    font-weight: normal;
    color: cadetblue;
    background-color: yellow;
    background-color: gold;
    background-color: whitesmoke;
    color: black;
    color: #444;
    font-weight: 600;
    /* color: white; */
}
.receipt{
    font-size: 13px;
}

.receipt-header{
    text-align: center
}

.receipt-detail{
    font-size: 10px;
    padding: 5px 10px;
}

.receipt-table{
    
}

.printable-container {
    height: 100%;
    max-height: 90vh;
}

.printable-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    background-color: transparent;
}

.printable-table td,
.printable-table th {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: left;
}

.printable-table td {
    color: #000;
}

.printable-table th {
    text-align: left;
    font-weight: normal;
    color: black;
    font-weight: 600;
    background-color:#F0F0F0;
    cursor: pointer;
}

.printable-table-sticky-th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}










/*
MediumTable
*/

.medium-table {
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 12px;
}

/* table.medium-table>td>span {
    font-size: 12px;
} */
.medium-table th {
    border-left: 1px #BABABA solid;
    border-bottom: 1px #BABABA solid;
    padding: 5px 3px 5px 3px;
    background-color: #EBEBEB;
    font-weight: normal;
}

.medium-table tr {
    text-decoration: none;
}

.medium-table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.medium-table td {
    border-left: 1px #EBEBEB solid;
    border-bottom: 1px #EBEBEB solid;
    padding: 5px 3px 5px 3px;
    background-color: transparent;
}

.medium-table td .tdactionbtn,
.medium-table td .tdchkbtn {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

.medium-table td .tdactionbtn:hover {
    color: maroon;
    background-color: bisque;
}

.medium-table td .tdactionbtn i {
    font-size: 0.9rem;
}


.medium-table td .tdchkbtn:hover {
    color: #555;
    background-color: bisque;
}

.medium-table td .tdchkbtn i {
    font-size: 0.9rem;
}





.widget-trow {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.scroll1 {}

.scroll1::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll1::-webkit-scrollbar-track {
    background: #ddd;
}

.scroll1::-webkit-scrollbar-thumb {
    background: #666;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}



.clearfix {
    overflow: auto;
}



/* Style the tab */

.agenttab {
    overflow: hidden;
    background-color: #f1f1f1;
}


/* Style the buttons that are used to open the tab content */

.agenttab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.agenttab button:hover {
    background-color: rgb(51, 103, 214);
    color: #fff;
}


/* Create an active/current tablink class */

.agenttab button.tabactive {
    background-color: rgb(51, 103, 214);
    color: #fff;
}


/* Style the tab content  #1D1D1D #249DDF #FC6C17 #57AC31  #7800F8 #00AAA9 #825C30 #D13C2F */

.testcolor {
    color: #D13C2F;
    color: #825C30;
    color: #1D1D1D;
    color: #249DDF;
    color: #FC6C17;
    color: #57AC31;
    color: #7800F8;
    color: #00AAA9;
}

.agenttabcontent {
    display: none;
}

table.dialpad-table {
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
}

table.dialpad-table th {
    border-left: 1px #BABABA dotted;
    border-bottom: 1px #BABABA dotted;
    padding: 5px 3px 5px 3px;
    background-color: #EBEBEB;
    font-weight: normal;
}

table.dialpad-table tr {
    border-left: 3px solid transparent;
}

table.dialpad-table td:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

table.dialpad-table td {
    border-left: 1px #EBEBEB dotted;
    border-bottom: 1px #EBEBEB dotted;
    padding: 5px 3px 5px 3px;
    background-color: transparent;
}

.dialpadbtncall {
    display: inline-block;
    background-color: #53a93f;
    padding: 5px 12px;
    color: white;
    border-radius: 50%;
    font-size: 1.7rem;
    cursor: pointer;
    border: 1px solid transparent;
}

.dialpadbtncall:hover {
    background-color: #65b045;
    border-color: transparent transparent #4c8534;
    -webkit-box-shadow: 0 -1px 0 #4c8534 inset;
    -moz-box-shadow: 0 -1px 0 #4c8534 inset;
    box-shadow: 0 -1px 0 #4c8534 inset;
}

.dialpadbtncall:active {
    background: none repeat scroll 0 0 #3e802f;
    border-color: #2f6124 transparent transparent;
    -webkit-box-shadow: 0 1px 0 #2f6124 inset;
    -moz-box-shadow: 0 1px 0 #2f6124 inset;
    box-shadow: 0 1px 0 #2f6124 inset;
}

.dialpadbtnendcall {
    display: inline-block;
    background-color: #d73d32;
    border: 1px solid transparent;
    padding: 5px 12px;
    color: white;
    border-radius: 50%;
    font-size: 1.7rem;
    cursor: pointer;
}

.dialpadbtnendcall:hover {
    background-color: #e74b37;
    border-color: transparent transparent #bd3d2a;
    -webkit-box-shadow: 0 -1px 0 #bd3d2a inset;
    -moz-box-shadow: 0 -1px 0 #bd3d2a inset;
    box-shadow: 0 -1px 0 #bd3d2a inset;
}

.dialpadbtnendcall:active {
    background-color: #be3e2e;
    border-color: #9a3323 transparent transparent;
    -webkit-box-shadow: 0 1px 0 #9a3323 inset;
    -moz-box-shadow: 0 1px 0 #9a3323 inset;
    box-shadow: 0 1px 0 #9a3323 inset;
}

.dialpadoutput {
    border-bottom: 1px #fbf8e9 solid;
}

.dailpadinput {
    outline: none;
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 5px;
    font-size: 1.5rem;
    margin: 0;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.dailpadinput:active,
.dailpadinput:focus {
    border-bottom: 1px #3b3b37 solid;
}

.emptydailpadinput {
    border-bottom: 1px #ee4b4b solid;
}

.dialpadcontainer {
    background-color: white;
    text-align: center;
}

.dialpadrow {
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.dialpaddigit,
.dialpaddig {
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    color: #3399FF;
}

.dialpadsub {
    font-size: 0.6rem;
    color: grey;
}

.btn_mute,
.btn_transfer,
.btn_hold,
.btn_park {
    font-size: 14px;
    background-color: #F3F3F3;
    padding: 3px;
    color: #0080ff;
    display: none;
}

.btn_park:hover {
    background: #fbf8e9;
    background: #ffd43b;
}

.btn_hold:hover {
    background: #fbf8e9;
}

.btn_transfer:hover {
    background: #fbf8e9;
}

.btn_mute:hover {
    background: #fbf8e9;
}

.dialer-bottom-bar {
    background-color: #d3d3d3;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    cursor: pointer;
    height: 34px;
}

.dialer-bottom-icon {
    padding: 5px;
    text-align: center;
    border-right: 1px #f3f3f3 solid;

}

.dialer-bottom-icon:last-child {
    border-left: 0;
}


.dialer-bottom-icon:hover {
    background-color: #666;
    color: #fff;
}


@keyframes blink {

    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }

    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }

    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

.dots-animation span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.tabs {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.tabs .bar {
    width: 100%;
    display: flex;
}

.tabs [data-tabby-bar]:first-child {
    border-left: none;
}

.tabs [data-tabby-bar] {
    padding: 1.25rem;
    text-align: center;
    cursor: pointer;
    flex: 1;
    color: rgba(33, 33, 33, .2);
    border-bottom: .0625rem solid rgba(33, 33, 33, .2);
}

.tabs [data-tabby-bar]:hover {
    color: rgba(33, 33, 33, .3);
    border-bottom: .0625rem solid rgba(33, 33, 33, .3);
}

.tabs [data-tabby-bar][data-tabby-active] {
    color: rgba(33, 33, 33, 1);
    border-bottom: .0625rem solid rgba(33, 33, 33, 1);
}

.tabs [data-tabby-content] {
    padding: 1.25rem;
}


.button-blue {
    background-color: #427fed;
    border: 1px solid transparent;
    color: #fff;
    background: rgb(51, 103, 214);
    color: white;
    cursor: pointer;
}

.button-blue:hover {
    background-color: #4285f4;
    border-color: transparent transparent #2f69c2;
    -webkit-box-shadow: 0 -1px 0 #2f69c2 inset;
    -moz-box-shadow: 0 -1px 0 #2f69c2 inset;
    box-shadow: 0 -1px 0 #2f69c2 inset;
}

.button-blue:active {
    background: none repeat scroll 0 0 #2c56b1;
    border-color: #21448d transparent transparent;
    -webkit-box-shadow: 0 1px 0 #21448d inset;
    -moz-box-shadow: 0 1px 0 #21448d inset;
    box-shadow: 0 1px 0 #21448d inset;
}

.button-gray {
    border: 1px solid transparent;
    color: #fff;
    background: #474747;
    color: white;
    cursor: pointer;
}

.button-gray:hover {
    background-color: #474747;
    border-color: transparent transparent #303030;
}

.button-gray:active {
    background: none repeat scroll 0 0 #222222;
    border-color: #303030 transparent transparent;
}

.footer-dialer-icon {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline;
}

.footer-chat-icon {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline;
}

.page-heading-bar {
    border-bottom: 1px #DDDDDD solid;
    background-color: rgb(248, 249, 250);
    background: radial-gradient(343px at 46.3% 47.5%, rgb(242, 242, 242) 0%, rgb(241, 241, 241) 72.9%);
}

.phb-icon-container {
    display: flex;
    margin-left: auto;
}

.table-grid-bar {
    border-bottom: 1px #DDDDDD solid;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-color: white;
    /* border-top: 1px #DDDDDD solid; */
}

.table-grid-filter-container {
    margin-left: auto;
    text-decoration: none;
    display: flex;
}


.tgf-bar {
    padding: 3.5px;
    white-space: nowrap;
    /* this does the trick */
    overflow: hidden;
    /* this prevents the grey divs from overflowing */
}

.tgf-sf-form {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.tgf-mf-form {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.tgf-mf-form-combo {
    padding: 6px;
    border: 1px #DDDDDD solid;
    margin: 0;
}

.tgf-mf-form-search {
    padding: 6px;
    border: 1px #DDDDDD solid;
    opacity: 0.99999;
    height: 30px;
    /* width: 150px; */
}

.tgf-mf-form-btnsearch {
    font-size: 16px;
    padding: 5px 7px 5px 7px;
    background-color: #666666;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}



.icon-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.icon-btn i {
    font-size: 1.1rem;
}

.icon-btn span {
    margin-top: 2px;
    display: block;
    font-size: 7px;
}

.phb-dashboard-icon {
    width: 37px;
    background-color: darkorchid;
    color: #fff;
    margin-left: 2px;
}

.phb-sidemenu-icon {
    width: 37px;
    background-color: rgb(143 143 143);
    color: #fff;
    margin-left: 2px;
}

.tgfr-filter-icon {
    width: 37px;
    background-color: cornflowerblue;
    color: #fff;
    display: none;
}

.tgfr-add-icon {
    width: 37px;
    background-color: forestgreen;
    color: #fff;
    margin-left: 2px;
}

.tgfr-maximize-icon {
    width: 37px;
    background-color: dimgray;
    color: #fff;
    margin-left: 2px;
}

.table-grid-footer {
    text-decoration: none;
}

.table-grid-subfooter {
    background-color: palegoldenrod;
    border-top: #ffc581 1px solid;
    padding: 3px;
}

.table-grid-footer-perpage {
    padding: 4px 5px;
}

.table-grid-footer-ppselect {
    padding: 6px 5px 6px 5px;
    border: 1px solid rgb(221, 221, 221);
}


.table-grid-footer-pptext {
    font-size: 0.8rem;
    line-height: 40px;
}


/* Table right dropdown */
.table-grid-dropdown {
    width: 150px;
    position: absolute;
    border: 1px #D0D0D0 solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgb(255, 255, 255);
    border-top: 1px solid transparent;
    text-align: left;
    margin-top: 1px;
    right: 0;
    overflow: visible;
    display: none;
    z-index: 11;
}

.table-grid-dropdown>ul {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0;
}

.table-grid-dropdown>ul>li {
    list-style: none outside none;
    margin: 0;
}

.table-grid-dropdown>ul>li>a {
    display: block;
    text-align: left;
    padding: 5px 7px;
    text-decoration: none;
    font-size: 12px;
    text-decoration: none;
    color: rgb(13, 99, 143);
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.table-grid-dropdown>ul>li>a:hover {
    background-color: rgb(238, 238, 238);
    color: rgb(51, 51, 51);
}


/* Table left dropdown */
.table-grid-dropdown-left {
    position: absolute;
    border: 1px #D0D0D0 solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgb(255, 255, 255);
    border-top: 1px solid transparent;
    text-align: left;
    margin-top: 1px;
    overflow: visible;
    display: none;
    z-index: 10;
}

.table-grid-dropdown-left>ul {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0;
}

.table-grid-dropdown-left>ul>li {
    list-style: none outside none;
    margin: 0;
}

.table-grid-dropdown-left>ul>li>a {
    display: block;
    text-align: left;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    color: rgb(13, 99, 143);
    border-bottom: 1px solid rgb(221, 221, 221);
}

.table-grid-dropdown-left>ul>li>a:hover {
    background-color: rgb(238, 238, 238);
    color: rgb(51, 51, 51);
}
















.breadcrumb {
    /* padding: 2px 10px 3px 0; */
    position: absolute;
    background-color: white;
    width: 100%;
    /* left: 0; */
    top: 40px;
    z-index: 2;
    visibility: hidden;
    height: 41px;
    box-shadow: 0 4px 2px -2px #f3f3f3;
    /* padding: 3px 0 3px 0; */
}

.breadcrumb ul {
    font-family: 'Montserrat', 'Source Sans Pro', sans-serif;
    list-style: none;
    display: inline-table;
    padding-inline-start: 1px;
    font-size: 14px;
    margin-block-start: 6px;
    margin-block-end: 6px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb a {
    float: left;
    background: #E7E9EB;
    padding: 0 10px 0 20px;
    position: relative;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #555;
}

.breadcrumb a:after {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #E7E9EB;
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 1;
}

.breadcrumb a:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.breadcrumb ul li:first-child a:before {
    display: none;
}

.breadcrumb ul:last-child li {
    padding-left: 5px;
    color: forestgreen;
}

.breadcrumb ul li a:hover {
    background-color: cornflowerblue;
    color: white !important;
}

.breadcrumb ul li a:hover:after {
    border-left-color: cornflowerblue;
    color: #fff;
}

.breadcrumb li:last-child {
    display: inline-block !important;
    /* margin-top: 5px !important; */
}

.breadcrumb li:first-child a {
    padding-left: 10px !important;
    padding-right: 5px !important;
}


.page-heading-bar-icon {
    padding: 5px 8px 5px 5px;
    color: #006600;
    font-size: 1.8rem;
    line-height: 100%;
}

.page-heading-bar-icon:hover .breadcrumb {
    visibility: visible;
}


.page-heading-bar-title {
    padding-top: 3px;
    cursor: pointer;
}


.page-heading-bar-htitle {
    font-size: 1.4rem;
    display: block;
    line-height: 100%;
}

.page-heading-bar-stitle {
    font-size: 10px;
    display: block;
}







.dropbtn {
    padding: 7px;
    font-size: 12px;
}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}


.dropdown-content a {
    float: none;
    color: black;
    padding: 10px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: #ddd solid 1px;
    font-size: 12px;
    background-color: floralwhite;
}

.dropdown-content a:hover {
    background-color: #ddd;
}


.fop-grid-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 3px;
}



.fop-grid-item {
    flex-basis: 20%;
    flex: auto;
    width: 250px;
    position: relative;
    box-sizing: border-box;
    background-color: beige;
    border: 2px white solid;
    font-size: 12px;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    /* text-align: center; */
}

.flex-row-justify-content {
    display: flex !important;
    justify-content: space-between !important;
    /* flex-wrap: wrap; */
}

.flex-column {
    display: flex;
    flex-direction: column;
    /* text-align: center; */
}

.flex-column-stretchy {
    flex-grow: 1;
    /* grow wider by any factor */
    flex-shrink: 1;
    /* grow smaller by any factor */
    flex-basis: auto;
    /* auto-compute initial width */
    /* shorthand for above styles */
    flex: 1 1 auto;
    overflow: auto;
}

.flex-column-stretchy-no-overflow {
    flex-grow: 1;
    /* grow wider by any factor */
    flex-shrink: 1;
    /* grow smaller by any factor */
    flex-basis: auto;
    /* auto-compute initial width */
    /* shorthand for above styles */
    flex: 1 1 auto;
    /* overflow: auto; */
}

.flex-column-200px {
    flex-grow: 0;
    /* don't grow wider */
    flex-shrink: 0;
    /* don't shrink smaller */
    flex-basis: 200px;
    /* set initial width to 400px */
    /* shorthand for above styles */
    flex: 0 0 200px;
    overflow: auto;
}

.flex-column-250px {
    flex-grow: 0;
    /* don't grow wider */
    flex-shrink: 0;
    /* don't shrink smaller */
    flex-basis: 250px;
    /* set initial width to 400px */
    /* shorthand for above styles */
    flex: 0 0 250px;
    overflow: auto;
}

.flex-column-300px {
    flex-grow: 0;
    /* don't grow wider */
    flex-shrink: 0;
    /* don't shrink smaller */
    flex-basis: 300px;
    /* set initial width to 400px */
    /* shorthand for above styles */
    flex: 0 0 300px;
    overflow: auto;
}

.flex-column-330px {
    flex-grow: 0;
    /* don't grow wider */
    flex-shrink: 0;
    /* don't shrink smaller */
    flex-basis: 330px;
    /* set initial width to 400px */
    /* shorthand for above styles */
    flex: 0 0 330px;
}

.flex-column-100 {
    flex: 100%;
}

.flex-column-normal {
    text-decoration: none;
    flex-grow: 1;
}

.flex-column-50 {
    flex: 50%;
}

.flex-column-75 {
    display: flex;
    flex: 75%;
}

.flex-column-25 {
    display: flex;
    flex: 25%;
}

.flex-column-70 {
    display: flex;
    flex: 70%;
}

.flex-column-30 {
    display: flex;
    flex: 30%;
}




.flex-column-60 {
    flex: 60%;
}

.flex-column-40 {
    flex: 40%;
}




.flex-column-4 {
    flex: 25%;
}

.flex-column-5 {
    flex: 20%;
}

.flex-column-6 {
    flex: 16.66%;
}

.flex-column-7 {
    flex: 14.28%;
}

.flex-column-8 {
    flex: 12.5%;
}

.flex-small-tile {
    background: white;border: white 1px solid;margin: 3px;text-align: center; box-shadow: 0 0 10px rgb(0 0 0 / 5%);padding:5px;
}
.flex-small-tile-sup {
    text-align: right; display:block; color:#70706e;
}
.flex-small-tile-h2 {
    font-size: 1rem; color:cornflowerblue;line-height:100%;
}
.flex-small-tile-span {
    font-size: 12px; color:#666;
}


.sidebar-navigation {
    text-decoration: none;
}

.sidebar-navigation-expended {
    text-align: left;
    width: 250px;
}

.sidebar-navigation-expended li a {
    text-align: left !important;
    color: #fff !important;
}

.sidebar-navigation-expended li a .sidebar-linktext {
    display: block;
    width: auto;
    height: auto;
    display: inline;
    border: none;
}

.sidebar-navigation-expended a:hover .sidebar-linktext {
    text-decoration: none;
    /* border-top: 1px solid #414247;
    border-bottom: 1px solid #292a2d; */
    color: #ffffff;
    border-right: 4px solid transparent;
    background-color: #232322;


    display: inline-block !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    position: relative !important;

}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0;
    padding: 0px 0 7px 0;
}

.sidebar-navigation li {
    list-style: none outside none;
    margin: 0;
}

.sidebar-navigation li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 300;
    text-decoration: none;

    color: #ffffff;
    border-bottom: 1px solid #666;
    text-align: center;
    font-size: 14px;
}

.sidebar-navigation li a:hover {
    color: #ffffff;
    background-color: #232322;
}

.sidebar-navigation li a:hover i {
    color: #ffffff;
}


.sidebar-navigation .sidebar-linktext {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 2px solid #d12610;
}

.sidebar-navigation a:hover .sidebar-linktext {
    width: auto;
    overflow: visible;
    display: block;
    height: auto;
    z-index: 999;
    margin-left: 27px;
    margin-top: -28px;
    padding: 9px;
    font-weight: 300;
    text-decoration: none;
    /* border-top: 1px solid #414247;
    border-bottom: 1px solid #292a2d; */
    color: #ffffff;
    border-right: 4px solid transparent;
    background-color: #232322;
    position: absolute;
    /*
-webkit-transition: 0.25s;
-o-transition: 0.25s; 
-moz-transition: 0.25s;
transition: 0.25s;
*/
}

.image-viewer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    transform: scale(1);
    transform-origin: 0 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    display: none;
    z-index: 5;
}

.image-viewer img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

a.image-viewer-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 0px;
}

a.image-viewer-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.image-viewer-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}





.form-processing {
    display: block;
    color: #333;
    background-color: #CCCCFF;
    padding: 3px 3px 3px 6px;
    width: 100%;
    font-size: 13px;
}

.form-load {
    display: block;
    color: #fff;
    background-color: #87A800;
    padding: 3px 3px 3px 6px;
    width: 100%;
    font-size: 13px;
}

.form_generate {
    padding: 20px;
    font-size: 1.5em;
}

.form-change {
    display: block;
    color: #fff;
    background-color: #FFCC66;
    background-color: #eea236;
    padding: 3px 3px 3px 6px;
    width: 100%;
    text-shadow: 0.5px 0.5px 0.5px #F3BA1B;
    font-size: 13px;
}

.form-error {
    display: block;
    color: #fff;
    background-color: #FF0000;
    padding: 3px 3px 3px 6px;
    width: 100%;
    text-shadow: 0.5px 0.5px 0.5px #FF9D9D;
    font-size: 13px;
}

.form-updated {
    display: block;
    color: #fff;
    background-color: #333399;
    padding: 3px 3px 3px 6px;
    width: 100%;
    font-size: 13px;
}

.form-added {
    display: block;
    color: #fff;
    background-color: #006600;
    padding: 3px 3px 3px 6px;
    width: 100%;
    text-shadow: 0.5px 0.5px 0.5px #004600;
    font-size: 13px;
}

.form-alert {
    display: block;
    color: #fff;
    background-color: #FF9900;
    padding: 3px 3px 3px 6px;
    width: 100%;
    text-shadow: 0.5px 0.5px 0.5px #B96F00;
    font-size: 13px;
}




.circle-container {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.profile-content {
    text-decoration: none;
}

.profile-header {
    /* box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px; */
    background-color: white;
    border-bottom: 1px #ccc solid;
    background-color: rgba(221, 221, 221, 0.8);
}

.profile-small-image {
    width: 50px;
    height: 50px;
    padding: 3px;
}

.profile-large-image {
    width: 230px;
    height: 230px;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.profile-large-img {
    background-color: #EEEEEE;
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto 0 auto;
}

.profile-heading {
    text-decoration: none;
    padding: 5px;
}

.profile-heading-text {
    font-size: 1.7rem;
    font-weight: normal;
    color: #333;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
}

.profile-heading-i {
    font-size: 1.7rem;
    margin: 0 5px 0 5px;
}

.profile-content-heading {
    background-color: #F4F4F4;
    border-bottom: 1px #D0D0D0 solid;
    border-top: 1px #D0D0D0 solid;
}

.profile-content-heading-text {
    margin: 0;
    padding: 5px;
    color: #333;
    font-size: 16px;
}

.profile-content-heading-text i {
    margin-right: 5px;
}

.mini-window-table {
    background-color: #fff;
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; */
}

.mini-window-grid-bar {
    border-bottom: 1px #DDDDDD solid;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-color: white;
}

.mini-window-table table {
    vertical-align: top;
    white-space: nowrap;
    *border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 13px;
}

.mini-window-table table tbody tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.mini-window-table td,
.mini-window-table th {
    border-left: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
}

.mini-window-table td:first-child,
.mini-window-table th:first-child {
    border-left: none;
}

/* .mini-window-table th {
    background-color: #EEF4F7;
    background-color: #F5F5F5;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
    padding-right: 25px;
} */

.mini-window-table thead th, .mini-window-table th  {
    background-color: #EEF4F7;
    background-color: #F5F5F5;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.imgbox {
    border: 1px #D0D0D0 solid;
    display: none;
    width: 230px;
    height: 230px;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 2;
    border: 1px #ccc solid;
    box-shadow: 0 0 25px 0 rgba(50, 50, 50, .3)
}

.employee-grid-barcode {
    display: none;
    position: absolute;
    margin: 0;
    padding: 4px;
    z-index: 2;
    text-align: right;
    background: #fff;
    border: 1px #ccc solid;
    line-height: 1.2em;
    font-size: 4em;
}

.employee-grid-name {
    display: block;
}

.employee-grid-name-a {
    font-size: 1.6em;
    padding-left: 7px;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    font-weight: bolder;
    display: block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.employee-grid-designation {
    display: block;
    padding-left: 7px;
    font-size: 10px;
    color: #666;
    margin: 0;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.employee-grid-empstatus {
    display: block;
    padding-left: 7px;
    font-size: 10px;
    color: #666;
    margin: 0;
}


.employee-grid-image {
    width: 45px;
    height: 45px;
    border: 1px #ccc solid;
    display: inline-block;
    float: left;
}

.employee-grid-image img {
    width: 100%;
    height: 100%;
}

.employeename {
    display: block;
    padding: 5px 5px 10px 10px;
    font-size: 1em;
    font-weight: normal;
}

.empbrand {
    color: #fff;
    font-size: 8px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #FF9900;
    margin: 0 3px 3px 0;
}

.emplocation {
    color: #fff;
    font-size: 8px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background: #87A800;
    background-color: #996633;
    margin: 0 3px 3px 0;
}

.empbadgenumber {
    color: #666;
    font-size: 16px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    margin: 5px 3px 3px 0;
    display: block;
}

.empInactive {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #FF0000;
    margin: 0 3px 3px 3px;
    display: inline;
    position: relative;
    z-index: 1;
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -o-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

.empResigned {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #CC0066;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empReleased {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #CC0066;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empDeceased {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #CC0066;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empJoining {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #CC0066;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empOn-Leave {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #CC0066;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empActive {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #006600;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empProfileComplete {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #47484E;
    margin: 0 3px 3px 3px;
    display: inline;
}

.empLeft {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #F0523C;
    margin: 0 3px 3px 3px;
    display: inline-block;
}

.empProbation {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #0094FF;
    margin: 0 3px 3px 3px;
    display: inline-block;
}

.empTerminated {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #CC0000;
    margin: 0 3px 3px 3px;
    display: inline-block;
}

.empOnLeave {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #D2D200;
    margin: 0 3px 3px 3px;
    display: inline-block;
}

.empUnknown {
    color: #fff;
    font-size: 9px;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
    padding: 1px 4px 0px 4px;
    background-color: #D2D200;
    margin: 0 3px 3px 3px;
    display: inline-block;
}

.empIcon {
    margin-right: 5px;
}

.promale {
    margin-right: 5px;
    color: #0094FF;
}

.profemale {
    margin-right: 5px;
    color: #FF218C;
}

.prouser {
    margin-right: 5px;
    color: #ccc;
}

.contacticon {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}








.progress-bar {
    border-radius: 1px;
}

.progress.sm,
.progress-sm {
    height: 2px;
}

.progress,
.progress>.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress {
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

































.vetical-navi {
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

.vetical-navi ul {
    margin: 0;
    padding: 0;
    background: none repeat scroll 0 0;
}

.vetical-navi li {
    list-style: none outside none;
    margin: 0;
}

.vetical-navi li a {
    display: block;
    font-family: 'Open Sans', "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    color: rgb(13, 99, 143);
    border-bottom: 1px solid rgb(221, 221, 221);
    color: #222;
    text-shadow: 1px 1px 1px #fff;
    background-color: #F9F9F9;
    background-color: #fff;
    border-right: 3px solid transparent;
}

.vetical-navi li a:hover {
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-right: 3px solid #009933;
    background: #FBFBFB;
}

.vetical-navi .last {
    border-bottom: 0;
}

.vetical-navi .selected {
    background-color: gainsboro;
}

#vetical-navi .selected {
    color: rgb(51, 51, 51);
    background: #69AFFF;
    background: #F4F4F4;
    text-shadow: .5px .5px .5px #fff;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border-right: 3px solid #69AFFF;
    border-right: 3px solid #FF7569;
}

.vetical-navi i {
    font-weight: normal;
    margin-right: 5px;
}

.vetical-navi .vn-submenu {
    padding-left: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
    border-left: 1px solid rgb(221, 221, 221);
}

.vn-submenu a {
    border-bottom: 0;
    border-left: 1px solid rgb(221, 221, 221);
}

.vn-submenu a.last {
    border-bottom: 0;
}
















.flex-parent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-left {
    margin-right: auto;
}

.flex-left-grow {
    flex-grow: 1;
}

.flex-right {
    margin-left: auto;
}

.flex-right-grow {
    flex-grow: 2;
}

.flex-align-top {
    align-self: flex-start;
}

.flex-align-bottom {
    align-self: flex-end;
}



.flex-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.flex-wrapper>div {
    align-self: stretch;
}


.flex-stretch-container {
    display: flex;
    align-items: stretch;
    background-color: #f1f1f1;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-grow-2 {
    flex-grow: 2;
}

.flex-grow-3 {
    flex-grow: 3;
}

.flex-grow-4 {
    flex-grow: 4;
}

.flex-grow-5 {
    flex-grow: 5;
}

.flex-grow-6 {
    flex-grow: 6;
}

.flex-grow-7 {
    flex-grow: 7;
}

.flex-grow-8 {
    flex-grow: 8;
}

.flex-grow-9 {
    flex-grow: 9;
}

.flex-grow-10 {
    flex-grow: 10;
}



.flex-container {
    display: flex;
    height: 100%;
}

.flex-left-column,
.flex-right-column {
    display: flex;
    flex-direction: row;
    overflow-y: auto;
    overflow-x: hidden;
}

.flex-left-column {
    width: 240px;
}

.flex-right-column {
    width: 100%;
    border-left: 1px solid rgb(221, 221, 221);
    ;
}

.flex-wrap-left,
.flex-wrap-right {
    /* display: flex; */
    width: 100%;
}

.flex-body {
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
}

.flex-content {
    flex: 1;
    /* this is the key; consumes all available height */
    height: 100%;
    overflow: hidden;
}

.flex-header {
    /* height: 20px; */
    text-decoration: none;
}

.flex-footer {
    height: 20px;
}













.offcanvas-application {
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
    text-align: left;

    /* height: 100vh; */
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offcanvas-application-header,
.offcanvas-application-footer {
    flex: 0 0 auto;
}

.offcanvas-application-content {
    background-color: #f4f4f4;
    flex: 1 1 auto;
    position: relative;
    /* need this to position inner content */
    overflow-y: scroll;
}

.small-logo {
    /* height: 30px; */
    margin: 5px 3px 2px 3px;
}

.small-logo img {
    height: 100%;
}

.oah-title-container {
    display: flex;
    width: 100%;
}

.oah-title {
    padding: 0;
    font-size: 1.5rem;
}

.oah-title i {
    color: #d12610;
}

.oaf-footer-link {
    font-size: smaller;
    padding: 5px;
    text-align: right;
}

.oaf-footer-link a {
    color: #1D1D1D;
}

.oaf-footer-link a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.oaf-footer-link a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}



/* .appmain-tiles-container {
    display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    height: 300px;
    height: 100%;
    width: 80%;
    margin: 0 auto 0 auto;
} */


.appmain-tiles-container {
	padding: 0% 20%;
	min-height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


/*Child Element*/

.appmain-tiles-container>a {
 width: 100px;
 background: white;
 margin: 5px;
 padding: 10px 5px;
 border-bottom: 2px solid transparent;
}


/* .appmain-tiles-container .appmain-tile {
    background: white;
    margin: 5px;
    width: calc((100% / 3) - 10px);
    padding: 10px 5px;
    border-bottom: 2px solid transparent;
} */
.appmain-tile-title {
    text-align: center;
    font-size: smaller;
    display: block;
    color: #1D1D1D;
}
.appmain-tile-icon {
    text-align: center;
    height: 40px;
    color: cornflowerblue;
}

.appmain-tile i {
    font-size: 2rem;
}

.appmain-tile:hover {
    background-color: ghostwhite;
    border-bottom: cornflowerblue 2px solid;
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(-box-shadow-color);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.appmain-tile:hover i {
    color: rgb(72, 102, 158);
}












.app-tiles-container {
    display: flex;
    flex-flow: row wrap;
}

.app-tiles-container .app-tile {
    background: white;
    margin: 5px;
    /* height: 100px; */
    width: calc((100% / 3) - 10px);
    padding: 10px 5px;
    border-bottom: 2px solid transparent;
}

.app-tile:hover {
    background-color: ghostwhite;
    border-bottom: cornflowerblue 2px solid;
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(-box-shadow-color);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.app-tile:hover i {
    color: rgb(72, 102, 158);
}



.app-tiles-container .app-tile-feature {
    width: calc(((100% / 3) * 2) - 20px);
}

.app-tile-title {
    text-align: center;
    font-size: smaller;
    display: block;
    color: #1D1D1D;
}

.app-tile-icon {
    text-align: center;
    height: 40px;
    color: cornflowerblue;
}

.app-tile i {
    font-size: 2rem;
}


.app-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.app-menu-close {
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #897d7d;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 100%;
    cursor: pointer;
}

.app-menu-close:hover {
    color: red;
}

.appmenu-overlay-active {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.offcanvas-application-active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);

    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 999;
}





.offcanvas {
    width: 350px;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%);
    text-align: left;

    /* height: 100vh; */
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.offcanvas-active {
    visibility: visible;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);

    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 999;
}




.offcanvas-header,
.offcanvas-footer {
    flex: 0 0 auto;
}

.offcanvas-content {
    background-color: #f4f4f4;
    flex: 1 1 auto;
    position: relative;
    /* need this to position inner content */
    overflow-y: scroll;
}

.offcanvas-close {
    padding: 3px 8px 3px 8px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #897d7d;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 100%;
    cursor: pointer;
}

.offcanvas-close:hover {
    color: red;
}


.offcanvas-notification-header {}

.offcanvas-header-title {
    color: #292a2d;
    padding: 7px 10px;
    font-size: 1.3rem;
}

.offcanvas-header-title i {
    color: gray;
}

.offcanvas-header-stitle {
    font-size: x-large;
}

.offcanvas-footer {
    padding: 5px;
    background-color: darkgray;
}

.offcanvas-footer-title {
    text-decoration: none;
}

.offcanvas-footer-text {
    text-decoration: none;
}

.offcanvas-content {
    background-color: #f4f4f4;
    flex: 1 1 auto;
    position: relative;
    /* need this to position inner content */
    overflow-y: scroll;
}




.employee-moods-container {
    text-align: center;
    padding: 0;
    background-color: white;
}

.employee-mood {
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 5px;
    cursor: pointer;
    background-color: #f4f4f4;
}

.employee-mood:hover {
    background-color: cornflowerblue;
    color: white;
}

.employee-mood:hover i {
    color: white !important;
}

.employee-mood-active {
    background-color: gold !important;
}

.employee-mood-active:hover {
    background-color: gold !important;
    color: black !important;
}

.employee-mood-active:hover i {
    color: black !important;
}

.employee-mood-active i {
    color: black !important;
}


.employee-mood:active {
    background-color: royalblue !important;
    box-shadow: 0 5px #efeff0;
    transform: translatey(1px);
}
















.employee-mood i {
    text-align: center;
    font-size: 2rem;
}

.employee-mood span {
    text-align: center;
    display: block;
    font-size: 7px;
}

.add-task-container {}

.add-task-container input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
    width: 100%;
}

.add-task-container button {
    float: right;
    padding: 6px 10px 6px 10px;
    background-color: rgb(48, 45, 45);
    color: #fff;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.add-task-container button:hover {
    background-color: rgb(61, 59, 59);
}







.search-container input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
    width: 100%;
}

.search-container button {
    float: right;
    padding: 6px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.search-container button:hover {
    background: #ccc;
}



/* (A) STANDARD ROW HEIGHT */
.footerbar-vwrap,
.footerbar-vitem {
    height: 30px;
    line-height: 30px;
}

/* (B) FIXED WRAPPER */
.footerbar-vwrap {
    overflow: hidden;
    /* HIDE SCROLL BAR */
}

/* (C) TICKER ITEMS */
.footerbar-vitem {
    text-align: left;
    padding-left: 10px;
    color: black;
    overflow: hidden;
}

/* (D) ANIMATION - MOVE ITEMS FROM TOP TO BOTTOM */
/* CHANGE KEYFRAMES IF YOU ADD/REMOVE ITEMS */
.footerbar-vmove {
    position: relative;
    display: inline-block;
}





















.present {
    text-align: center;
    font-size: 12px;
    padding: 0;
    text-align: center;
}

.holday {
    background-color: #E4FFCA;
    font-size: 12px;
    text-align: center;
}

.commingday {
    background-color: #F4F4F4;
    font-size: 12px;
    text-align: center;
}

.commingday span {
    display: block;
    text-align: center;
}

.absent {
    color: red;
    text-align: center;
    font-size: 12px;
}

.nabsent {
    color: #CCCCCC;
    text-align: center;
    font-size: 12px;
}

.holday span {
    text-align: center;
    display: block;
}

.absent span {
    text-align: center;
    display: block;
}

.nabsent span {
    text-align: center;
    display: block;
}

.calender-day-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.calendar-day:hover{
    background-color: aquamarine;
}

.day-number {
    padding: 5px;
    font-size: 1rem;
    background-color: rgba(251, 251, 251, 0.5);
    border-bottom: 1px dotted rgb(221, 221, 221);
}

.day-data {
    display: flex;
    height: 100%;
    min-height: 65px;
    align-items: center;
    justify-content: center;
}
.day-leave {
    display: flex;
    height: 100%;
    min-height: 65px;
}
.day-add-leave{
    display: block;
    color: #0052ff;
}
.day-absent {
    color:red;
    font-weight: normal;
    display: block;
    width:100%;
    text-align: center;
}
.day-late {
    width:100%;
    text-align:center;
}
.day-wfh {
    display:block;
    font-size:12px;
    color:#666;
    font-weight: normal;
    width:100%;
}
.day-ontime {
    display:block;
    font-size:12px;
    color:#666;
    font-weight: normal;
    width:100%;
    text-align:center;
}
.day-holiday {
    color:indigo;
}
.day-leave-approved {
    display: block;
    width:100%;
    text-align: center;
}
.day-leave-pending {
    display: block;
    width:50%;
    text-align: center;
    background-color: gainsboro;
}
.day-leave-absent {
    display: block;
    width:50%;
    text-align: center;
}
.dayname {
    color: #666666;
    font-size: 8px;
    display: block;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    font-weight: normal;
    background-color: #F8F8F8;
    padding: 3px 0 2px 0;
}

.daynumber {
    display: block;
    font-size: 1.4em;
    text-align: center;
    padding: 0 0 5px 0;
    width: 60px;
}

.weeknumber {
    color: #999999;
    font-size: 8px;
    display: block;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
    text-align: right;
    font-weight: normal;
}

.checkin {
    display: block;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 4px 2px 4px 2px;
    text-align: center;
    font-size: 10px;
    cursor: default;
    border-left: 1px solid #3333FF;
}

.hours {
    display: block;
    border-top: 1px solid rgb(221, 221, 221);
    padding: 4px 2px 4px 2px;
    text-align: center;
    font-size: 10px;
    border-left: 1px solid #3333FF;
    background-color: gainsboro;
}

.day-attendance {
    width: 60px;
    flex: 0 0 60px;
    border-right: 1px solid rgb(221, 221, 221);
}

.halfday {
    background-color: #D70040;
    color: white;
}

.zerohourday {
    background-color: #702963;
    color: white;
}

.normalday{
    text-decoration: none;
}

.emplate {
    color: red;
    
}

.empwfh {
    background: #FFAC1C;
    color: #ffffff;
}

.empmpunch {
    background: #CC5500;
    color: #ffffff;
}

.checkout {
    display: block;
    padding: 4px 2px 4px 2px;
    text-align: center;
    font-size: 10px;
    cursor: default;
    border-left: 1px solid #FF9900;
}

.noscan {
    display: block;
    padding: 4px 2px 4px 2px;
    text-align: center;
    font-size: 10px;
    color: white;
    background-color: red;
    border-left: 1px solid #FF9900;
}

.checkin:hover {
    display: block;
    background-color: #FFFF99;
    text-align: center;
    font-weight: 300;
}

.checkout:hover {
    display: block;
    background-color: #FFFF99;
    text-align: center;
    font-weight: 300;
}


.request-status {
    background-color: purple;
    color: white;
    font-size: 12px;
    padding: 3px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}












@keyframes tickerv {
    0% {
        bottom: 0;
    }

    /* FIRST ITEM */
    30% {
        bottom: 30px;
    }

    /* SECOND ITEM */
    60% {
        bottom: 60px;
    }

    /* THIRD ITEM */
    90% {
        bottom: 90px;
    }

    /* FORTH ITEM */
    100% {
        bottom: 0;
    }

    /* BACK TO FIRST */
}

.footerbar-vmove {
    animation-name: tickerv;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
}

.footerbar-vmove:hover {
    animation-play-state: paused;
}









.flexcontainer {
    display: flex;
    /* displays flex-items (children) inline */
    flex-direction: column;
    /* stacks them vertically */
    height: 100%;
    /* needs to take the parents height, alternative: body {display: flex} */
}

.flexcontent {
    flex: 1;
    /* takes the remaining height of the "container" div */
    overflow-y: auto;
    /* to scroll just the "main" div */
    overflow-x: auto;
    /* to scroll just the "main" div */
    /* margin-top: 2px; */
}


.flexcontent-left-column {
    background-color: rgb(248, 249, 250); border-right: 1px solid rgb(221, 221, 221);
}

.flexcontent-leftcolumn-heading{
    color: #0052ff; margin: 0; padding:10px; font-size:1rem; border-bottom: 1px solid rgb(221, 221, 221);position: sticky; top: 0;background-color: #F5F5F5;background-color: #fff;
}
.flexcontent-right-column {
    background-color: rgb(248, 249, 250); border-left: 1px solid rgb(221, 221, 221);
}
.flexcontent-rightcolumn-heading{
    padding: 3px; background-color:lavender;
}
.flexcontent-rightcolumn-heading i{
    font-size: 2.0rem; display:inline-block;
}
.flexcontent-rightcolumn-heading h2{
    font-size: 1rem; line-height:100%;
}
.flexcontent-rightcolumn-heading span{
    font-size: 12px; color:#666; line-height:100%;
}



.flexcontent-no-overflow {
    display: flex;
    flex: 1;
    /* takes the remaining height of the "container" div */
    overflow-y: none;
    /* to scroll just the "main" div */
    overflow-x: none;
    /* to scroll just the "main" div */
    /* margin-top: 2px; */
    overflow: hidden;
}

.flexheader {
    /* height: 42px; */
}

.flexsubheader {
    text-decoration: none;
}

.flexfooter {
    background-color: rgb(248, 249, 250);
    ;
    border-top: 1px #DDDDDD solid;
    height: 40px;
}



.ajax-loading-message {
    font-size: 12px;
}




.notification-dropdown-tabs-container {
    text-decoration: none;
}

.notification-dropdown-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-dropdown-tabs li {
    padding: 8px;
    text-align: center;
    font-size: smaller;
    background-color: gray;
    color: white;
    border-right: 1px solid white;
    cursor: pointer;
    transition: 0.2s;
    flex-grow: 1;
}

.notification-dropdown-tabs :last-child {
    border-right: none;
}

.notification-dropdown-tabs li.ndmactivetab {
    background-color: #fff;
    color: rgb(12, 12, 12);
}

.notification-dropdown-tabs li:hover {
    color: #666;
    background-color: lightyellow;
}

.notification-dropdown-tabs-content {
    background-color: #fff;
}

.notification-dropdown-tabs-content>div {
    text-decoration: none;
}

.notification-dropdown-tabs-content>div:not(:first-child) {
    display: none;
}

.profile-dropdown-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.profile-dropdown-menu>li {
    flex-grow: 1;
    border-bottom: 1px solid #DDDDDD;
}

.profile-dropdown-menu>li>a {
    color: #000;
    padding: 8px;
    font-size: smaller;

    transition: 0.2s;
    display: block;
}

.profile-dropdown-menu>li>a:hover {
    background-color: cornflowerblue !important;
    color: white !important;
}

.profile-dropdown-menu>li:last-child {
    border-bottom: none;
}

.profile-dropdown-menu>li>i {
    margin-right: 5px;
}


.small-dropdown-contianer {
    min-width: 80px;
    position: absolute;
    border: 1px #D0D0D0 solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgb(255, 255, 255);
    border-top: 1px solid transparent;
    text-align: left;
    margin-top: 1px;
    right: 0;
    display: none;
}

.small-dropdown-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.small-dropdown-menu li {
    flex-grow: 1;
    border-bottom: 1px solid #DDDDDD;
}

.small-dropdown-menu li a {
    color: #000;
    padding: 4px;
    font-size: 11px;
    transition: 0.2s;
    display: block;
}

.small-dropdown-menu li a:hover {
    background-color: cornflowerblue !important;
    color: white !important;
}

.small-dropdown-menu li:last-child {
    border-bottom: none;
}

.small-dropdown-menu li i {
    margin-right: 5px;
}





.small-dropdown-contianer {
    min-width: 80px;
    position: absolute;
    border: 1px #D0D0D0 solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgb(255, 255, 255);
    border-top: 1px solid transparent;
    text-align: left;
    margin-top: 1px;
    right: 0;
    display: none;
}

.small-dropdown-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.small-dropdown-menu li {
    flex-grow: 1;
    border-bottom: 1px solid #e9e9e9;
}

.small-dropdown-menu li a {
    color: #000;
    padding: 4px;
    font-size: 11px;
    transition: 0.2s;
    display: block;
}

.small-dropdown-menu li a:hover {
    background-color: cornflowerblue !important;
    color: white !important;
}

.small-dropdown-menu li:last-child {
    border-bottom: none;
}

.small-dropdown-menu li i {
    margin-right: 5px;
}





/* Standard Dropdown */
.dropdown-menu-contianer-parent {
    position: relative;
}

.dropdown-menu-contianer {
    position: absolute;
    border: 1px #D0D0D0 solid;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    background: rgb(255, 255, 255);
    border-top: 1px solid transparent;
    text-align: left;
    margin-top: 1px;
    right: 0;
    display: none;
    z-index: 3;
    max-height: 180px;
    overflow-y: auto;
    /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; */
    box-shadow: 0 1px 1px rgb(0 0 0 / 11%), 0 2px 2px rgb(0 0 0 / 11%), 0 4px 4px rgb(0 0 0 / 11%), 0 8px 8px rgb(0 0 0 / 11%), 0 16px 16px rgb(0 0 0 / 11%), 0 32px 32px rgb(0 0 0 / 11%) !important;
}

.dropdown-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.dropdown-menu li {
    flex-grow: 1;
    border-bottom: 1px solid #DDDDDD;
}

.dropdown-menu li a {
    color: #000;
    padding: 4px;
    transition: 0.2s;
    display: block;
}

.dropdown-menu li a:hover {
    background-color: cornflowerblue !important;
    color: white !important;
}

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

.dropdown-menu li i {
    margin-right: 5px;
}

.dropdown-shadow {
    -webkit-box-shadow: 0px 3px 8px 0px rgb(50 50 50 / 75%);
    -moz-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 8px 0px rgb(50 50 50 / 75%);
}

.dropdown-round-bottom {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}














.grid-export-bar {
    display: flex;
    justify-content: space-between;
}

.grid-export-bar>li {
    list-style: none;
    display: inline-block;
}

.grid-export-bar>li>a>i {
    font-size: 1.2rem;
}


.grid-export-bar>li>a {
    text-decoration: none;
    color: #555;
    padding: 0 10px;
    border-right: 1px solid #DDDDDD;
    transition: all 0.3s ease 0s;
    display: block;
    line-height: 40px;
}

.grid-export-bar>li>a:hover {
    background-color: cornflowerblue !important;
    color: white !important;
}

.grid-export-bar>li>a:active {
    background-color: royalblue !important;
    box-shadow: 0 5px #efeff0;
    transform: translatey(1px);
}


.grid-export-bar>li>a:hover i {
    color: white !important;
}


.grid-pagination-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.grid-pagination-bar li {
    list-style: none;
    display: inline-block;
}

.grid-pagination-bar a,
.grid-pagination-bar-active,
.grid-pagination-bar-prev,
.grid-pagination-bar-next,
.grid-pagination-bar-dot {
    text-decoration: none;
    color: #555;
    padding: 0 10px;
    border-right: 1px solid #DDDDDD;
    transition: all 0.3s ease 0s;
    display: block;
    line-height: 40px;
    font-size: 0.9rem;
}

.grid-pagination-bar a {
    background-color: white;
}

.grid-pagination-bar a:hover {
    background-color: cornflowerblue;
    color: white;
}

.grid-pagination-bar a:active {
    background-color: royalblue !important;
    box-shadow: 0 5px #efeff0;
    transform: translatey(1px);
}

.grid-pagination-bar-active {
    background: #428BCA;
    color: #fff;
}

.grid-pagination-bar-dot {
    background: transparent;
}


.table-wrap {
    width: 100%;
    /* min-height: fill-available; */
    position: relative;
    /* font-size: 1rem; */
    font-size: 0.8rem;
}

.table-wrap table tbody tr:hover {
    background: #fbf8e9;
    background-color: rgba(0, 140, 203, 0.2);
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.table-wrap table td ul.rowmenu {
    display: none;
}

.table-wrap table tr:hover td ul.rowmenu {
    display: block;
}

.table-wrap table col {
    transition: all .3s;
}

.table-wrap table col.hover {
    background-color: rgba(0, 140, 203, 0.2);
}

.tdanimate {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.tgs {
    background-color: #FCFCFC;
}

.tdcol01 {
    overflow: hidden;
    min-width: 280px;
    vertical-align: top;
    padding: 0;
}

.tdcol02 {
    text-align: center;
}

.table-wrap td,
.table-wrap th {
    border-left: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 8px;
    text-align: left;
}

.table-wrap td:first-child,
.table-wrap th:first-child {
    border-left: none;
}

.table-wrap td>i {
    margin-right: 5px;
}

.table-wrap td .actiondropdownbtn {
    height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.table-wrap td .actiondropdownbtn:hover {
    background-color: cornflowerblue;
    color: white;
}

.table-wrap td .actiondropdownbtn i {
    font-size: 1rem;
}

.table-wrap thead th {
    background-color: #EEF4F7;
    background-color: #F5F5F5;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-wrap tfoot th {
    background-color: #EEF4F7;
    background-color: #F5F5F5;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    inset-block-end: 0;
    /* "bottom" */
    border-top: 1px solid rgb(221, 221, 221);
}



.table-wrap thead th.pin {
    left: 0;
    z-index: 10;
    border-left: 0;
    border-right: 1px solid rgb(221, 221, 221);
}

.table-wrap tbody th {
    cursor: pointer;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    left: 0;
    font-weight: normal;
    background-color: white;
    /* border-right: 1px solid rgb(221, 221, 221); */
}

.fixed-table-head thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}



.etable {
    white-space: nowrap;
    *border-collapse: collapse;
    /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    /* table-layout: fixed; */
    height: 100%;
    /* font-family: 'Open Sans', "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; */
}

.etable thead {
    width: 100%;
}

.tdaction {
    text-align: center !important;
    width: 50px;
}




.full-browser-screen {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0px;
    margin: 0 !important;
    overflow: hidden;
}


.ellipsis-max-100 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-max-150 {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-max-200 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-max-250 {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-max-300 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-max-400 {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-flex {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.wordwrap {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.strikethrough {
    text-decoration: line-through;
}

.record-not-found {
    display: flex;
    align-items: center;
    align-content: stretch;
    position: relative;
    flex-direction: column;
    padding: 15px 0 15px 0;
    color: darkgray;
}

.record-not-found i {
    font-size: 3.5rem;
    color: moccasin;
}

.record-not-found span {
    font-size: 12px;
    color: #1D1D1D;
}




.menu-item-container {
    display: flex;
}

.menu-item-left {
    width: 37px;
    flex: 0 0 37px;
}

.menu-item-right {
    display: flex;
    width: 37px;
    flex: 0 0 37px;
    align-items: center;
    justify-content: center;
    background-color: forestgreen;
    color: white;
    font-size: 1.1rem;
    flex-direction: column;
    border-bottom: gray 1px solid;
}

.menu-item-right span {
    margin-top: 2px;
    display: block;
    font-size: 8px;
}

.menu-item-right:hover {
    background-color: darkgray;
    color: black;

}

.menu-item-center {
    flex: 1;
}


.inline-ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 100;
    height: 100%;
    align-items: center;
}

.inline-ul li {
    padding: 3px;
    text-align: center;
    border-right: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    transition: 0.2s;
    flex-grow: 1;
    height: 100%;
    width: 38px;
    align-items: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    line-height: 100%;
}

.inline-ul li span {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: space-around;
    /* color: rgb(13, 99, 143) !important; */
    color: #333 !important;
}

.inline-ul :last-child {
    border-right: none;
}


/* 
.inline-ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 100;
    border-top: 1px solid rgb(221, 221, 221);
}

.inline-ul li {
    padding: 3px;
    text-align: center;
    font-size: smaller;
    color: rgb(13, 99, 143);;
    border-right: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    transition: 0.2s;
    flex-grow: 1;
}

.inline-ul :last-child {
    border-right: none;
} */





/* Payroll header */
.payroll-process-header {
    background-color: inherit;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.payroll-process-header h1 {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 100%;
}

.payroll-process-concept {
    font-size: 16px;
    margin-bottom: 5px;
}

.payroll-process-month {
    text-decoration: none;
    font-size: 12px;
}

.payroll-process-by,
.payroll-process-cdate {
    text-decoration: none;
    font-size: 12px;
}

.payroll-process-ecounts {
    text-decoration: none;
    font-size: 12px;
    text-align: right;
    padding: 5px 3px 3px 3px;
    color: rgb(13, 99, 143);
}

.payroll-process-status {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    color: white;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.payroll-process-status-text {
    text-decoration: none;
    font-size: 12px;
    text-align: right;
    display: block;
    padding: 5px;
}

.payroll-breadcrim-active {
    font-weight: 600;
    text-decoration: underline;
}
.payroll-process-numbadge {
    background-color: cornflowerblue;
    color: #fff;
    padding: 0 3px 0 3px;
}

.sbn {
    display: block;
    font-size: 4rem;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 90%;
    width: 35px;
    text-align: center;
    color: gainsboro;
}

.sbn1 {
    margin-left: 10px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: dimgray;
}

.sbnavtive {
    color: #009933 !important;
}

.sbnh-active {
    color: #00BAFF;
}

.sbnh-complete {
    color: green;
}

.sbnheading {
    font-size: 1.7em;
}

.sbnspan {
    font-size: 10px;
    color: #666;
    display: block;
}



.payroll-prntexpt {
    margin: 5px 3px 0 0;
}

.payroll-pagenumber {
    display: block;
}

.payroll-signature {
    display: inline-block;
    border-top: 1px #444 solid;
    text-align: center;
    width: 150px;
    margin-right: 30px;
    margin-top: 80px;
    text-align: center;
}

.payroll-signature span {
    display: block;
}

.payroll-table {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
}

.payroll-table table {
    border: 1px #D0D0D0 solid;
    vertical-align: top;
    white-space: nowrap;
    *border-collapse: collapse;
    /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    font-size: 12px;
}

.payroll-table table tbody tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.payroll-table td {
    border-left: 1px rgb(181, 181, 181) solid;
    border-bottom: 1px rgb(181, 181, 181) solid;
    padding: 2px 2px 2px 10px;
    text-align: left;
}

.payroll-table th {
    border-left: 1px rgb(181, 181, 181) solid;
    border-bottom: 1px rgb(181, 181, 181) solid;
    padding: 7px;
    text-align: left;
    background-color: #333333;
    color: #FFFFFF;
    /*
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	*/
    ;
    cursor: pointer;
    font-weight: normal;
    font-weight: bold;
}

.employee_payslip {
    margin: 5px 15px 5px 15px;
}

.payslip-table {
    background-color: #fff;
    font-size: 12px;
}

.payslip-table table {
    border: 1px #D0D0D0 solid;
    vertical-align: top;
    white-space: nowrap;
    *border-collapse: collapse;
    /* IE7 and lower */
    border-spacing: 0;
    width: 100%
}

.payslip-table td {
    border-left: 1px rgb(181, 181, 181) solid;
    border-bottom: 1px rgb(181, 181, 181) solid;
    padding: 2px;
    text-align: left;
}

.payslip-table th {
    border-left: 1px rgb(181, 181, 181) solid;
    border-bottom: 1px rgb(181, 181, 181) solid;
    padding: 3px;
    background-color: #E9E9E9;
    text-align: left;
    color: #333;
    /*
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	*/
    ;
    cursor: pointer;
    font-weight: normal;
    font-weight: bold;
}




.help-posts {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
}

.help-post {
    background: white;
    margin: 10px;
    height: 100px;
    width: calc((100% / 3) - 20px);
    padding: 10px;
    background-color: antiquewhite;
}

.help-feature {
    width: calc(((100% / 3) * 2) - 20px);
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .navbar-dropdown-content {
        width: 100%;
        right: 0 !important;
    }

    .tgf-bar {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .tgf-bar {
        position: absolute;
        top: 80px;
        z-index: 10;
        background: #6a8fe9;
        padding: 4px;

        display: flex;
        flex-direction: column;
        display: none;
    }

    .tgf-sf-form {
        margin: 0;
        padding: 0;
        display: inline-block;

        display: flex;
        flex-direction: column;
    }

    .tgf-mf-form {
        margin: 0;
        padding: 0;
        display: inline-block;

        display: flex;
        flex-direction: column;
    }

    .tgfr-filter-icon {
        display: flex;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .table-wrap th,
    .table-wrap td {
        padding: 7px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1280px) {}

/* Ultra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1536px) {}














@media screen and (max-width:1024px) {
    .dpicbox {
        width: 265px;
        margin-left: 5px;
    }

    .dpicbox img {
        width: 99%;
    }

    .meaning-urdu {
        margin-left: 275px;
    }
}

@media screen and (max-width:854px) {
    .child-right {
        display: none;
    }
    .flexcontent-left-column{
        display: none;
    }
    .flexcontent-right-column{
        display: none;
    }

    .top-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 70%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #35363A;
        z-index: 999;
        border-top: 0;
        border: 0;
        display: none;
    }

    .top-menu-container .top-menu-bar {
        margin: 0;
        padding: 0;
    }

    .top-menu-container .top-menu-bar li {
        list-style: none;
        cursor: pointer;
        display: block;
        width: 100%;
        border-top: 1px solid #414247;
        border-bottom: 1px solid #292A2D;
        border-right: 0;
    }

    .top-menu-container .top-menu-bar li a {
        color: #fff;
        display: block;
        border-right: 0;
    }

    .top-menu-container .top-menu-bar li a i {
        color: #FFCC00;
    }


    .top-menu-reponsive-icon {
        display: inline;
        cursor: pointer;
    }
}

@media screen and (max-width:800px) {
    .child-right {
        display: none;
    }

    .top-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 70%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #35363A;
        z-index: 999;
        border-top: 0;
        border: 0;
        display: none;
        overflow-y: auto;
    }

    .top-menu-container .top-menu-bar {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .top-menu-container .top-menu-bar li {
        list-style: none;
        cursor: pointer;
        display: block;
        width: 100%;
        border-top: 1px solid #414247;
        border-bottom: 1px solid #292A2D;
        border-right: 0;
    }

    .top-menu-container .top-menu-bar li a {
        color: #fff;
        display: block;
        border-right: 0;
        font-size: 100%;
    }

    .top-menu-container .top-menu-bar li a i {
        color: #FFCC00;
    }


    .top-menu-reponsive-icon {
        display: inline;
        cursor: pointer;
    }

    .sub-menu,
    .top-menu-bar ul {
        width: 100%;
        position: relative;

    }

    .top-menu-bar ul li a {
        width: 100%;
    }

    .page-heading-bar-time {
        font-size: 1.1rem;
    }

    .page-heading-bar-date {
        font-size: 10px;
    }

    .top-menu-container .active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
    }

}


@media screen and (max-width:600px) {
    .child-right {
        display: none;
    }

    .top-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 70%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #35363A;
        z-index: 999;
        border-top: 0;
        border: 0;
        display: none;
    }

    .top-menu-container .top-menu-bar {
        margin: 0;
        padding: 0;
    }

    .top-menu-container .top-menu-bar li {
        list-style: none;
        cursor: pointer;
        display: block;
        width: 100%;
        border-top: 1px solid #414247;
        border-bottom: 1px solid #292A2D;
        border-right: 0;
    }

    .top-menu-container .top-menu-bar li a {
        color: #fff;
        display: block;
        border-right: 0;
    }

    .top-menu-container .top-menu-bar li a i {
        color: #FFCC00;
    }


    .top-menu-reponsive-icon {
        display: inline;
        cursor: pointer;
    }

    .page-heading-bar-time {
        text-decoration: none;
    }

    .page-heading-bar-date {
        display: none;
    }

    .responsivehide {
        display: none;
    }

    .grid-pagination-bar li {
        /* screen readers only */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .grid-pagination-bar li.current,
    .grid-pagination-bar li:first-of-type,
    .grid-pagination-bar li:last-of-type,
    .grid-pagination-bar li:nth-of-type(2),
    .grid-pagination-bar li:nth-last-of-type(1) {
        position: initial;
        top: initial;
        left: initial;
    }

    .grid-pagination-bar li:nth-of-type(2) a {
        border-left-width: 0;
    }

    .page-layout-footer-status {
        font-size: 12px;
    }
}

@media screen and (max-width:414px) {}




.chart-container{
    padding: 0px; position: relative;
    overflow: hidden;
}



.report-page{
    width: 21cm;
    min-height: 29.7cm;
    background-color:white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin:10px auto;
    /* transform-origin: 0% 0% 0px; */
    
}