html {
    height: 100vh;
    font-size: 14px;
}

html, body {
    scrollbar-width:thin;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #bec4c4;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body {
    margin: 0;
    overflow-y: hidden;
    width: 100vw;
    height: 100vh;
    /*    font-size: clamp(10px, 1.4vw, 12px);*/
}

/*Bootstrap styles*/
*,*::before,*::after {
    box-sizing: border-box;
}

h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}
h5, .h5 {
    font-size: 1.25rem;
}
h6, .h6 {
    font-size: 1rem;
}



a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

img,
svg {
    vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
}
/*End of Bootstrap*/

::placeholder {
    color: rgba(0,0,0,0.5);
    opacity: 0.5; /* Firefox */
}

.bodyTop {
    overflow-y: scroll;
    scrollbar-width: none;
    height: calc(100vh - 20px);
}

@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
    }

    .bodyTop {
        overflow-y: scroll;
        scrollbar-width: thin;
        scrollbar-color: #bec4c4;
    }
}


.mainBody {
    width: 100%;
    overflow:auto;
}


.before-access-header {
    text-align: center;
    margin: 20px 0px;
    color: white;
}

.before-access-panel {
    border-radius: 4px;
    max-width: 480px;
    background-color: white;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.before-access-header {
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
}


.bandm-mini-corner-logo {
    display: none;
}



.contractDouble {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}
.contractFirst {
    grid-column: 1/ span 2;
}
.contractSecond {
    grid-column: 3/ span 2;
}
#contractHrMobile {
    grid-column: 1 /-1;
    width: 100%;
    margin-top: 10px;
    display: none;
}




    .before-access-input {
        border: solid thin;
        border-color: rgba(240, 240, 240, 0.5);
        padding: 0px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        height: 40px;
        width: 90%;
        margin: 10px 5% 10px 5%;
    }

    .before-access-input-labelfor {
        border: none;
        padding: 0px;
        height: 40px;
        width: 90%;
        margin: 10px 5% 10px 5%;
    }

    .before-access-input-centre {
        position: relative;
        border: none;
        line-height: normal;
        outline: none;
        font-size: larger;
        width: 70%;
        height: 100%;
    }

    .before-access-input-left {
        position: relative;
        float: left;
        border: none;
        background-color: rgba(240, 240, 240, 0.5);
        height: 100%;
        width: 15%;
    }

    .before-access-input-right {
        position: relative;
        float: right;
        border: none;
        height: 100%;
        width: 15%;
    }

    .before-access-row {
        width: 100%;
        margin: 10px 0px;
    }


    .before-access-row-labelfor {
        width: 100%;
        margin: 10px 0px;
    }


    .before-access-row-labelfor-left {
        position: relative;
        float: left;
        border: none;
        height: 100%;
        width: 40%;
        text-align: right;
        display: table;
    }

    .before-access-row-labelfor-left-label {
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }

    .before-access-row-labelfor-right {
        position: relative;
        float: right;
        border: none;
        height: 100%;
        width: 60%;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .before-access-icon {
        color: darkgrey;
        height: inherit;
        vertical-align: middle;
        line-height: 50px;
        padding: 10px;
    }

    .before-access-footer {
        color: white;
    }

        .before-access-footer a:link {
            text-decoration: none;
        }

        .before-access-footer a:visited {
            text-decoration: none;
        }

        .before-access-footer a:hover {
            text-decoration: underline;
        }

        .before-access-footer a:active {
            text-decoration: underline;
        }

    .before-access-button {
        background-color: blue;
        color: white;
        border: none;
        padding: 8px 12px;
        margin-top: 10px;
    }

 

    .menuButtonWidth {
        width: 4vw;
    }

    .menuHeight {
        height: 2.4vw;
    }   

    .moduleHeader {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 25px;
        color: white;
        padding-left: 0.4vw;
        text-align: left;
    }

    .sideMenuText {
        padding-left: 5px;
    }

    .mainDashboardContainer {
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 1em;
        padding: 1vw;
        justify-content: space-around;
    }









.moduleBodyContainer {
    width: 100%;
    text-align: center;
    padding: 6px 5px 6px 36px;
}

    .moduleHeaderContainer {
        min-height: 28px;
        background-color: white;
        display: grid;
        grid-template-columns: 1fr auto auto;
        justify-content: space-between;
         position: relative; 
        padding: 0 8px;
     }
.moduleHeaderEditIcon {
   position:absolute;
   width:32px;
   height:32px;
   background-color:gray;
   padding:3px;
   right:8px;
   top:16px;
}

    .moduleHeaderText {
        font-size: 20px;
        height: 32px;
        color: gray;
        border-bottom: 3px double gray;
        padding-left: 0.4vw;
        width: 100%;
        text-align: left;
    }

    .fullScreenButton {
        position: absolute;
        width: 22px;
        height: 22px;
        top: 26px;
        right: 12px;
    }

    .singleColumnAndDoubleRowModule {
        width: 100%;
        grid-column: span 1;
        grid-row: span 2;
    }

    .doubleColumnAndDoubleRowModule {
        grid-column: span 2;
        grid-row: span 2;
    }

    .quadColumnAndDoubleRowModule {
        grid-column: span 4;
        grid-row: span 2;
    }

    .singleColumnAndRowModule {
        width: 100%;
        grid-column: span 1;
    }

    .doubleColumnAndSingleRowModule {
        grid-column: span 2;
    }

    .quadColumnAndSingleRowModule {
        grid-column: span 4;
    }




    .singleColumnAndRowModule::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .doubleColumnAndSingleRowModule::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .quadColumnAndSingleRowModule::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .ErrorLabel {
        width: 100%;
        text-align: center;
        font-family: 'PoppinsItalic';
        color: red;
        font-size: clamp(16px, 1.5vw, 42px);
    }



 

    .navbar-nav {
        list-style: none;
        padding: 0;
        margin: 0;     
        max-width:210px;
    }

    .logoContainer {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 7em;
        max-height: 7em;
        min-height: 3em;
        color: #b6b6b6;
        text-decoration: none;
        margin-top: 5px;
    }

        .logoContainer img {
            max-height: 100%;
            max-width: 100%;
        }

   

  




   

     
    .link-text {
        display: block;
        margin-left: 1rem;
        font-size:16px;
    }

    .leftMenuA svg {
        width: 30px;
        min-width: 30px;
        margin: 0 0.3em 0 0.9em;
    }

    .sidebarDropdown {
        display: none;
        margin: 5px 0;
        background-color: #424346;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    

    .arrow {
        margin-right: 20px;
        transition: transform 0.5s ease-in-out;
    }

        .arrow.rotate {
            transform: rotate(180deg);
        }

    #hamburger-icon-sidebar {
        display: none;
    }

    .roleTable input[type=checkbox] {
        transform: scale(1.5);
    }

    .topMenuIcon800 {
    }

    .calendarDesktop {
    }

    .calendarMobile {
    }

    .logoHomePage {
        height: 44px;
    }

    .logoHomePageContainer {
        position: absolute;
        left: 5vw;
        top: 0.5vw;
        z-index: 100;
        display: none;
    }

    .topMenuLink {
        text-decoration: none;
        font-size: 28px;   
        vertical-align:top;
    }

    .tagTable {
        display: table;
        width: 100%;
    }

    .tagTableRow {
        display: table-row;
    }

    .tagTableCellRight {
        display: table-cell;
        padding: 0 4px 0 4px;
        text-align: right;
        background-color: white;
    }

    .tagTableCellCenter {
        display: table-cell;
        padding: 0 4px 0 4px;
        text-align: center;
        background-color: white;
    }

    .tagTableCellLeft {
        display: table-cell;
        padding: 0 4px 0 4px;
        text-align: left;
        background-color: white;
    }



    .calendarTable {
        border-spacing: 1px 1px;
        border-collapse: separate;
        width: 100%;
        text-align: center;
        display: table;
    }

    .calendarBackGround {
        width: 100%;
        border: 3px double rgba(0,0,0,0.6);
        padding: 2px;
    }

    .calendarTableHeader {
        border: thin solid lightgray;
        height: 22px;
        display: table-cell;
        font-weight: bold;
    }

    .calendarTableCell {
        border: thin solid lightgreen;
        background-color: white;
        position: relative;
        padding-top: 4px;
        max-width: 12vw;
        display: table-cell;
        font-size: 14px;
    }

   

    .calendarTableCellSaturdayMobile {
        background-color: white;
        border: thin solid rgba(249,105,14,0.6);
        border-left: 100px solid rgba(249,105,14,0.6);
        position: relative;
    }
  

    .calendarTableCellSundayMobile {
        background-color: white;
        border: thin solid rgba(255,99,71,0.7);
        border-left: 100px solid rgba(255,99,71,0.7);
        position: relative;
    } 

    .calendarTableCellOtherDayMobile {
        background-color: white;
        border: thin solid rgba(0,0,0,0.5);
        border-left: 100px solid rgba(0,0,0,0.4);
        position: relative;
    }

    .calendarTableCellHeader {
        color: white;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .calendarTableCellEvent {
        width: 98%;
        text-align: center;
        padding: 2px;
        margin: 1%;
    }

    .card {
        display: grid;
        grid-template-columns: 50px 100px auto;
        padding: 5px;
        row-gap: 0.5em;
        background-color: white;
        text-align: left;
        font-size: clamp(12px,1.6vw,26px);
    }

    .hiddenText, .showExtraInfo {
        display: none;
    }

    .contactFooterMainBody {
        display: grid;
        column-gap: 0.5vw;
        row-gap: 1em;
        grid-template-columns: repeat(5,1fr);
        justify-content: space-around;
    }

    

 
    .hideInvoicesTableDetal{

    }

  
.pageMenuPanelGrid {
 
}

.pageMenuPanelGridLogoWropper {
}

.pageMenuPanelGridUserPanel {
    text-align: right;    
    align-self: center;
}



 
 

   

   

   

 

  

  

    .previewHeader {
        width: 100%;
        color: black;
        padding: 14px 56px 2px 8px;
        font-weight: bold;
        position: relative;
        border-bottom: 3px double gray;
        cursor: pointer;
        text-align: left;
        height: 40px;
    }

    .paymentPanel {
        width: 100%;
    }

    .paymentPanelHalf {
        padding: 0.6vw;
        border: none;
        vertical-align: top;
    }







.hide1440 {
}
.hide1200 {
}
.hide1024 {
}
.hide800 {
}
.hide600 {
}
.operationsSelectDateFilter {
    display: grid;
    grid-template-columns: 211px 158px 75px;
    grid-gap: 8px;
    justify-self: center;
    margin-bottom: 6px;
}
@media only screen and (max-width: 1440px) {
    
    .hide1440{
        display:none;
    }
    .mainDashboardContainer {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.6em;
    }

    .doubleColumnAndSingleRowModule {
        grid-column: span 1;
    }

    .quadColumnAndSingleRowModule {
        grid-column: span 2;
    }

    .contactFooterMainBody {
        grid-template-columns: repeat(4,1fr);
    }



    

    .signDOCTopBar {
        padding-left: 14em;
    }
}

@media only screen and (max-width: 1200px) {
  .hide1200{
      display:none;
  }
    .calendarDesktop {
        display: none;
    }

    .contactFooterMainBody {
        grid-template-columns: repeat(3,1fr);
    }

    .contractContainer {
        grid-template-columns: 1fr 1fr;
    }

    .contractSecond {
        grid-column: 1/ span 2;
    }

    #contractHrMobile {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
   .hide1024{
       display:none;
   }

    .hideInvoicesTableDetal {
        display: none;
    } 

    .signDOCTopBar {
        padding-left: 13em;
    }   

    .mainDashboardContainer {
        grid-template-columns: 1fr;
    }

    .doubleColumnAndSingleRowModule {
        grid-column: span 1;
    }

    .quadColumnAndSingleRowModule {
        grid-column: span 1;
    }

    /*    .fullScreenButton {
        display: none;
    }*/

    .contactFooterMainBody {
        column-gap: 1vw;
        grid-template-columns: repeat(2,1fr);
    }
}

@media only screen and (max-width: 800px) {
    .operationsSelectDateFilter {
        grid-template-columns: 1fr;    
    }
   .hide800{
       display:none;
   }
    .mainBodyPanel {
        grid-template-columns: 60px auto;
    }
    .navbar {
        width: 60px;
        position: fixed;
    }
    .logoContainer{
        display:none;
    }
    .pageMenuPanelGridLogoWropper {
        align-self: center;
        text-align: left;
        align-self: center;
        display: block;
    }

    .pageMenuPanelGrid {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 0px;
    }


    .paymentPanelHalf {
        width: 100%;
    }

    .paymentPanel {
    }

    .topMenuLink800 {
        display: none;
    }  

    .signDOCTopBar {
        padding-left: 5em;
    } 

    .link-text {
        display: none;
}


    .sidebar-dropdown-text {
        display: none;
        font-size: 16px;
    }

    #hamburger-icon-sidebar {
        display: block;
    }

    #hamburger-icon-top-menu {
        display: inline;
        width: 30px;
    }

    #logout-icon-top-menu {
        display: inline;
    }

    #login-top-menu {
        display: inline;
    }


    .roleTable td {
        display: block;
        padding: 10px;
        width: 70vw;
    }

    .showExtraInfo {
        display: table-cell;
    }

    .hideExtraInfo {
        display: none;
    }

    .hiddenText {
        display: contents;
    }
}

@media only screen and (max-width: 600px) {
    .hide600 {
        display: none;
    }

    .contactFooterMainBody {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

@media only screen and (max-width: 500px) {


   

    .mainBodyPanel {
        grid-template-columns: 0 auto;     
        margin-bottom: 50px;
    }

    .navbar {
        width: 0;
        min-width: 0;
        height: 100vh;
    }

    .navbar-nav {
        display: none;
    }

    .signDOCTopBar {
        padding-left: 14px;
    }

    #hamburger-icon-top-menu {
        display: inline;
    }

    #logout-icon-top-menu {
        display: none;
    }

    #login-top-menu {
        display: none;
    }

    .roleTable td {
        width: 80vw;
    }

    .logoHomePageContainer {
        display: block;
    } 

    .bodyTop {
        height: 100vh;
    }

    footer {
        display: none;
    }
}










@media only screen and (min-width: 1200px) {
    .calendarMobile {
        display: none;
    }

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.75rem;
    }

    h4, .h4 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 801px) {
    .mainBodyPanel {
        grid-template-columns: 204px auto;
    }
    .paymentPanelHalf {
        width: 49%;
    }

    .paymentPanel {
        display: flex;
        justify-content: center;
        align-items: start;
    }

    .topMenuIcon800 {
        display: none;
    }

    .logoHomePageContainer {
        left: 1px;
    }
    .pageMenuPanelGridLogoWropper {
        display: none;
    }
    .navbar {
       top: 100px;
    }  
}

@media only screen and (min-width: 768px) {
    .bandm-mini-corner-logo {
        display: inline;
        left: 40px;
        top: 10px;
        max-height: 100px;
        max-width: 100px;
        position: relative;
    }
}

@media only screen and (min-width: 501px) {
    footer {
        font-size: 10px;
        padding: 3px 4vw 0 4vw;
        background-color: ghostwhite;
        border-bottom: thin solid transparent;
        box-shadow: 0 0 4px -1px rgba(0,0,0, 0.5);
        z-index: 100000;
        position: sticky;
    }  
}