﻿

html {
  font-size:  14px;
  position:   relative;
  min-height: 100%;
}

body {
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


/* Availability */


#av_table {
    border-collapse: separate;
    border-spacing: 1px;
}

#my-av-table-head {
    position: sticky;
    top: 0;
}

#my-av-stat1, #my-av-stat2 {
    font-size: 0.85rem;
}


.my-av-header-stat1, .my-av-stat1-book, .my-av-stat2-book, .my-av-row-book {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.my-av-header-stat2, .my-av-stat1-avail, .my-av-stat2-avail, .my-av-row-avail {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

@media (min-width: 450px) {
    .my-av-header-stat1, .my-av-stat1-book, .my-av-stat2-book, .my-av-row-book {
        position: sticky;
        left: 0;
    }

    .my-av-header-stat2, .my-av-stat1-avail, .my-av-stat2-avail, .my-av-row-avail {
        position: sticky;
        left: 60px;
    }

    .my-av-header-staff, .my-av-stat1-name, .my-av-stat2-name, .my-av-row-name {
        position: sticky;
        left: 120px;
    }
}


.my-av-header-stat1 div{
    transform: rotate(270deg);
}

.my-av-header-stat2 div {
    transform: rotate(270deg);
}

.my-av-header-svg {
    transform: rotate(90deg);
}

.my-av-header-staff, .my-av-header-staff2 {
    width: 220px;
    min-width: 220px;
    max-width: 220px;
}

.my-av-header-day {
    width: 170px;
    min-width: 170px;
}

.my-av-date-val {
    padding: 0.25rem;
    background: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: auto;
    text-align: center;
}

.tooltip-inner {
    text-align: left;
}


/* Dashboard */


.my-home {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88vh;
}

.my-login {
    width: 330px;
}


.table-responsive {
    height: 80vh;
    overflow-y: scroll;
}


.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}



.my-dashboard .my-table-head {
    position: sticky;
    top: 0;
}

.my-dashboard tr {
    page-break-inside: avoid;
}

.my-dashboard .my-table-head th {
    position: -webkit-sticky;
    position: sticky;
    top:      0;
}

.my-dashboard th, .my-dashboard td {
    padding: 0.25rem;
    vertical-align: top;
}


.my-head .card, .my-login {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.my-info-cont, my-info-cont-tpl {
    padding-bottom: 0.75rem;
    background-color: rgb(248,249,250);
}


.my-info-cont, .my-info-cont-tpl, .my-meet-cont, .my-meet-cont-tpl {
    width: 330px;
}


.my-date-val {
    padding: 0.25rem;
    background: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    width: auto;
    text-align: center;
}


.my-meet-name {
    background-color: inherit;
    font-weight: bold;
}



/* modal windows */


.my-recip-list {
    max-height: 206px;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

#wndWaText {
    min-height: 206px;
    max-height: 206px;
}



/* meet container */



.my-meet-cont, .my-meet-cont-tpl, .my-cust-cont {
    background-color: rgb(248,249,250);
    border: 1px solid green;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.my-meet-header {
    min-width: 300px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #dee2e6;
    align-items: center !important;
}

.my-meet-header svg {
    margin-right: 0.5rem;
}

.my-meet-mark::after {
    display: none;
}

.my-info-pdf::after {
    display: none;
}

.my-meet-move::after {
    display: none;
}

.my-cust-move::after {
    display: none;
}


.my-meet-line, .my-cust-line, .my-cust-line-tpl {
    border-bottom: 0.5px solid #dee2e6;
}

.my-meet-line .col, .my-cust-line .col, .my-cust-line-tpl col {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-meet-line svg {
    margin-right: 0.5rem;
}

.my-guide-line {
    min-width: 300px;
    background-color: rgb(248,249,250);
}



/* cust container */


.my-cust-line {
    min-width: 300px;
    background-color: rgb(248,249,250);
}


.my-cust-col-menu {
    text-align: right !important;
}

.my-pane, .my-login {
    background-color: rgb(248,249,250);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.my-sett-table th {
    width: 50px;
}

.my-sett-table td {
    width: 200px;
}


.table {
    --bs-table-bg: '';
}


a[disabled] {
    color: gray;
    pointer-events: none;
    text-decoration: none;
}


@media print {
    .my-dashboard {
        page-break-after: auto;
    }
}


.my-new-page {
    page-break-after: always; 
}


/* site settings */


#settSiteSave, #settDelAllData {
    width: 100px;
}

#dateFrom, #dateTo {
    width: 135px;
}

#passPhrase1, #passPhrase2 {
    width: 135px;
}




/* dayly report */




.my-meet-cont-dayly {
    /*width: 330px;*/
    background-color: rgb(248,249,250);
    border: 1px solid green;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.my-meet-header-dayly {
    /*min-width: 300px;*/
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #dee2e6;
    align-items: center !important;
}

.my-meet-line-nowrap {
    border-bottom: 0.5px solid #dee2e6;
}

.my-meet-line-nowrap .col {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-meet-line-nowrap svg {
    margin-right: 0.5rem;
}


