/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Ubuntu", sans-serif;
    color: #000;
}
#userscreen {
   /* background-image: url("../img/bg.png");
    background-repeat: no-repeat;
background-size: cover;
*/
}


a {
    color: #106eea;
    text-decoration: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-right {text-align: right;}
.bigtext {
    font-size: 2rem;
}

.biggesttext {
    font-size: 3rem;
}

.biggertext {
    font-size: 1.5rem;
}

.smalltext { font-size: 0.8rem;}


.fullwh {
    width: 100%;
    height: 100%;
}
.fullw {
    width: 100%;
}

.modal-backdrop {
    opacity: 0.9 !important;
}

.date {
    font-size: 2.1rem;
    font-family: 'DIGITAL';
    color: #000;
    text-shadow: 0 0 1px #f00;
}

.childcount {
    font-size: 50px;
    font-weight: 600;
    height: 50px;
    font-family: 'DIGITAL';
}

.childcount span {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    font-family: "Ubuntu", sans-serif;
}

@font-face {
    font-family: 'DIGITAL';
    src: url('DS-DIGII.TTF');
}

.digital-clock {
    margin: auto;
    width: 100%;
    font-size: 4rem;
    color: #000;
    text-align: center;
    font-family: 'DIGITAL';
    text-shadow: 0 0 2px #f00;
    line-height: 50px;
    margin-top: 5px;


}

#statusbar {
    height: 40px;
    vertical-align: middle;
}

#statusbar div .btn-dark  {
font-size: 1.4rem;
padding: 4px 14px;
margin-right: 10px;
}

#statusbar div .btn-dark:last-child {
    margin-right: 0px;
}

#statusbar .text-secondary {
    padding: 6px 0px 6px 12px;
}

.form-control,
.input-group-text {
    font-size: 1.5rem;
}

.btn-big {
    height: 60px;
    font-size: 30px;
}

.btn-bigger {
    height: 50px;
    font-size: 25px;
}

.cardcode {
    font-size: 1px;
    width: 1px;
    height: 1px;
    border: none;
    color: #fff;
    background-color: #fff;
    outline: none !important;
    box-shadow: none;

}


.cardcode:focus {
    outline: none;
  }

.report-table thead th, .report-table tbody td, .report-table tfoot th {text-align: right;}
.report-table tr td:first-child, .report-table tr th:first-child {padding-left: 15px;  text-align: left;}
  

.report-detail-table thead th, .report-detail-table tbody td, .report-detail-table tfoot th {text-align: right;}
.report-detail-table tr td:first-child, .report-detail-table tr th:first-child {padding-left: 15px;  text-align: right; font-weight: bold;}

.price-table thead th, .price-table tbody td {text-align: center;}
.price-table tr td:first-child, .price-table tr th:first-child {padding-left: 15px;  text-align: center;}

.kids-table thead th, .kids-table tbody td {text-align: center;}

.kids-table tr td:first-child, .kids-table tr th:first-child {padding-left: 15px; width: 400px; text-align: left;}
.payment-table tr td:first-child  {padding-left: 15px; width: 300px; text-align: left;}

.customer-detail .row div .input-group .form-control { padding-right: 30px; font-size: 1.3rem;}
.customer-detail .row div .input-group .input-group-text {font-size: 1.1rem; width: 150px; text-align: right; color: #666;}


#customer-readcard { padding: 150px 50px;}

.settingsrow  {
    text-align: center;
    margin-top: 30px;
}

.settingsrow .col a  {
    display: block;
    color: #000;
    text-align: center;
}

.settingsrow .col a:hover  {
    color: #000;
}


.settingsrow .col a i {
    display: block;
    width: 100px;
    margin: auto;
    font-size: 65px;
    line-height: 60px;
    color:#0d6efd;
    background-color: #efefef;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #000;
    margin-bottom: 10px;
}

.settingsrow .col a:hover i {
  
    box-shadow: 1px 1px 3px #000;
}


.btn-shadow {
    box-shadow: 2px 2px 10px #000;
}

.btn-shadow.disabled {
    box-shadow: 2px 2px 3px #000;
}


.btn-shadow:hover {
    box-shadow: 1px 1px 3px #000;
}




#dateselect {

    float: right;
    display: flex;

}
#dateselect .input-group {margin-right: 20px; max-width: 250px; font-size: 1rem;}

#dateselect .input-group .input-group-text,
#dateselect .input-group .form-control {font-size: 1rem;}


.clearfix {
    clear: both;
}




  .table-scroll-wrap table tbody {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
  }
  
  .table-scroll-wrap table thead,   .table-scroll-wrap table tfoot,   .table-scroll-wrap table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }