html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

#checkboxes label {
    display: block;
}

#checkboxes label:hover {
    background-color: #1e90ff;
}

.center {
    margin: auto;
    width: fit-content;
    /* border: 3px solid green;*/
    padding: 10px;
}


/*Forms*/
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}
.input-group-text {
    padding: 15px;
}
.input-group{
    padding-bottom: 7px;
}

.fa, .fa-solid {
    width: 12px;
    margin-right: 5px;
    font-size: 16px;
}

.card {
    padding:10px 30px 80px 30px;
}
.my-form {
    width: max-content;
}
.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.selected {
    background-color: powderblue !important;
}
/*Loading page*/

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* CSS3 */

/* The whole thing */
.custom-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

/* Each of the items in the list */
.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}


.rcorners {
    border-radius: 16px;
    border: 1px solid #aaaaaa;
    
}

#notestxts>textarea:disabled {
    background-color: white;
    color: black;
}

.coverAll {
    z-index: 2000 !important;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.pw_prompt {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    padding: 15px;
    width: 200px;
    border: 1px solid black;
}

.pw_prompt label {
    display: block;
    margin-bottom: 5px;
}

.pw_prompt input {
    margin-bottom: 10px;
}
.strikeout {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAACJJREFUKFNjZCACMBKhhoE4Re7u7v8JmUacSYRMAcnT2SQAmA8B3p0feEwAAAAASUVORK5CYII=');
    background-repeat: repeat-x;
    background-position: 50% 50%;
}


.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.1rem;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}

.currentTime {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAACJJREFUKFNjZCACMBKhhoE4Re7u7v8JmUacSYRMAcnT2SQAmA8B3p0feEwAAAAASUVORK5CYII=');
    background-repeat: repeat-x;
    background-position: 50% 50%;
}

.line {
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 998;
}


.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}


.table-padding th, .table-padding td {
    padding: 2px 5px 2px 5px;
}
#trAppointments td {
    padding:0;
}

.form-control-lb {
    padding: 7px 7px 6px 5px;
    float: right;
}

.table-padding-form th, .table-padding-form td {
    padding: 7px 7px 6px 5px;
}

.print {
    display: none;
}
@media print {
    @page {
        margin: 0;
    }

    body {
        margin: 1.6cm;
    }
}
@media print {

    /* visible when printed */
    .print {
        display: block;
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 55px;
        font-size: 14px;
        line-height: 18px;
    }
   
}

#btnReloadPtCount {
    overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}

.rotate {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;        
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fixed {
    position: fixed;
    top: 0;
    z-index:1000;
    background-color:white;
}
.fixed-y {
    position: sticky;
    left: 0;
    right: 0;
    overflow-x: auto; /* Allows horizontal scrolling */
    /*white-space: nowrap;*/ /* Prevents wrapping of content */
    z-index: 999;
    background-color: white;
}


.inner_fixed {
    position: fixed;
    /*overflow-x: auto;*/
    z-index: 999;
    background-color: white;
}

.upguys_color {
    color: #54b4ad !important;
    border-color: #54b4ad !important;
}
.upguys_btn_primary {
    color: white !important;
    border-color: #54b4ad !important;
    background-color: #54b4ad !important;
}
.upguys_btn_outline:hover {
    background-color: #54b4ad !important;
    color: white !important;
}
.upguys_btn_primary:hover {
    background-color: white !important;
    color: #54b4ad !important;
}
.upguys_btn {
    border-radius: 15px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .01rem;
    line-height: 1.3;
    min-height: 50px;
    padding: 15px 20px 12px;
}


table th {
    position: -webkit-sticky;
    /*this is for all Safari (Desktop & iOS), not for Chrome position: sticky;*/
    top: 0;
    z-index: 1;
    /*any positive value, layer order is global background: #fff;*/
    /*any bg-color to overlap*/
}


ol.roman {
    list-style-type: lower-roman;
}

ol.alpha {
    list-style-type: lower-alpha;
}



bordered.table, bordered.th, bordered.td {
    border: 1px solid black;
    border-collapse: collapse;
}