:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #19204E;
  --secondary: #D6D6D6;
  --success: #28a745;
  --info: #d7ccf3;
  --warning: #ffc107;
  --danger: #DF13BF;
  --light: #f8f9fa;
  --text-primary:#19204E;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
   --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  .new-page {
    page-break-before: always;
  }
}
ul.horizontal>li{
    display: inline-block;
    margin-right:2rem;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-blue {
    background-color: #006ADB !important;
}
#FooterRow {
    display:none;
}
.modal-header {
    background-color:var(--primary);
}
.footer {
    position:sticky;
    bottom:0;
}

.modal-header>h5.modal-title,.modal-header>button {
    color:white !important;
}

.dnnFormLabel {
    text-align:left !important;
}

.fixed-height-scrollable {
    width: 100%; 
    max-height: 600px; 
    overflow-y: auto
}


.striped-special-table tr:nth-child(odd) {
    background-color:whitesmoke;
}


.quote-label {
    width:180px !important;
}
.container {
    width:98% !important;
    margin-left:auto;
    margin-right:auto;
}
.btn-reserved {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-reserved:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
}
.left-align{
    text-align:left;
}
.right-align {
    text-align:right;
}
hr {
    height:3px;
    background-color: var(--primary);
    border-color: var(--primary);
    color:var(--primary);
}
h1,h2,h3,h4,h5 {
    color:var(--text-primary);
    text-transform: uppercase;
}

.alert.alert-info {
    color:var(--text-primary);
    background-color: var(--info);
     border:none;
}
.grid-header {
    background-color:rgb(59, 65, 104) !important;
    color:white;
    border:1px solid rgb(59, 65, 104);
    border-collapse: collapse;
   
}


.label-bold {
    width:300px;
    color:darkslategrey;
    font-weight:bold;
}
.full-width{
    width:100%
}
.btn-primary{
    background-color: var(--primary);
}
.danger {
    color:var(--danger);
}
.u-full-width {
    width:100%;

}
a.nav-link {
    color:white;
}
html, body {
    background-color: white;
}
.label {
    width:300px;
} 

.calendar-day {
    min-height:120px !important;
    flex-basis: calc(100%/7); 
    width: calc(100%/7);
    font-size:small;
    border:1px solid whitesmoke;
    cursor:pointer;
    border-radius:5px;
    padding:0.25rem;
    
}



.today {
    background-color:var(--info);
    
}

.calendar-day:hover {
   background-color:whitesmoke;
}


.blank-day {
    min-height:130px !important;
    flex-basis: calc(100%/7); 
    width: calc(100%/7);
    font-size:x-small;
    background-color:whitesmoke;
    border:1px solid white;
    
}

.one-day{
    border:1px solid lightgrey !important;
}

.wide-container {
    width:99%;
    margin-left:auto;
    margin-right:auto;
}

.nav-link.active {
    color:var(--primary);
    font-weight:bold;
}

input[type="money"] {
    text-align: right;
}
label {
    color:darkslategrey;
    width:200px;
}

.data-toolbar {
    display: flex;
    width: 100%;
    padding: 1rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

.sub-slot .datatable > .toolbar {
    display: flex;
    width: 100%;
    padding: 0.5rem; 
    padding-right:0px;
    padding-bottom: 0px;
    margin-top: 2px !important;
    margin-bottom: 1rem !important;
}


.datatable > .toolbar {
    display: flex;
    width: 100%;
    padding: 1rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.datatable-toolbar {
    display: flex;
    width: 100%;
    padding-left:10px;
    gap: 1rem;
    border-bottom: 2px solid var(--primary);
    border-radius: 0px 0px 0px 20px;
    margin-left:-5px;
}

#overlay {
      position: fixed;
      /* Sit on top of the page content */
      display: none;
      /* Hidden by default */
      width: 100%;
      /* Full width (cover the whole page) */
      height: 100%;
      /* Full height (cover the whole page) */
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
      /* Black background with opacity */
      z-index: 30000;
      /* Specify a stack order in case you're using a different order for other elements */
      cursor: not-allowed;
      /* Add a pointer on hover */
    }

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
/*------Scrollbar-----------------*/

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/*-------------Tabs-----------------*/
.tabs {
    display: flex;
    width: 100%;
    border-bottom: 3px solid var(--primary);
}

    .tabs .tab {
        border: 1px solid whitesmoke;
        border-bottom: none !important;
        border-radius: 10px 10px 0px 0px !important;
        padding: 0.8rem 0.8rem 0.8rem 0.8rem;
        text-transform: uppercase;
        margin-bottom: -3px !important;
        margin-right: 0.5rem !important;
        cursor: pointer;
    }

        .tabs .tab:hover {
            border: 1px solid var(--primary);
            border-bottom: none !important;
            background-color: whitesmoke;
        }

        .tabs .tab.active {
            border-color: var(--primary);
            color: white;
            font-weight: bold;
            background-color: var(--primary);
            border-bottom: none !important;
        }

 /*----------Transitions--------------*/

    /*-------------Fade in and out ------------*/
    .fade-enter-active, .fade-leave-active {
        transition: opacity .5s
    }

    .fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
        opacity: 0
    }

    /*----------Slide ------------*/
    /* Navigation animations */
    .slide-leave-active,
    .slide-enter-active {
        transition: opacity 0.5s, transform 0.5s;
    }

    .slide-enter,
    .slide-leave-to {
        opacity: 0;
        transform: scaleX(20%);
    }
    



































































































































