@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Suez+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap'); 
ul.menu, ul.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;

}
ul.menu li {
    display: block;
    position: relative;
    float: left; 
    z-index: 10; 

}
ul.menu li ul {
    display: none;

} 
ul.menu li:hover ul {
    display: block; 
    position: absolute;

}
  
ul.menu li:hover li {
    float: none;

} 
ul.menu>li>a, ul.menu>li>ul>li>a {
    padding: 8px;
    display: block;
}

body, html {
    height: 100%;
    
}
body { 
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
} 
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.main-width{

    max-width: 1300px;
	 
}
.main-width-full {
    width: 100% !important;
    max-width: 100%;
}
.navbar-nav {
    /*flex-direction: initial;*/
}
img.product_image {
    width: 50px;
}
.border-pending {
    border: 1px solid #f44 !important;
}
.bg-pending {
    background-color: #ffc1c1 !important;
}

.border-done {
  border-color: #008c02 !important;
}
.bg-done {
  background-color: #cfffd0 !important;
}
.border-yesterday {
  border-color: #ff8f00 !important;
}
.bg-yesterday {
  background-color: #ffdda9 !important;
}

#snapshot-modal #upload, #snapshot-modal #retake, #snapshot-modal #snapshot {
  display: none;
}
#snapshot-modal.snapshot-taken #snapshot-take, #snapshot-modal.snapshot-taken #snapshot-preview {
  display: none;
}
#snapshot-modal.snapshot-taken #upload, #snapshot-modal.snapshot-taken #retake, #snapshot-modal.snapshot-taken #snapshot {
  display: initial;
}
.pic {
  height: 100px;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}

.border-3 {


    border-width:3px !important;

}
.comment {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
input[type='checkbox'] { 
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}
@media print {

    .bg-yesterday {
        background-color: #FFF !important;
    }

    .done.disabled .font-weight-bold {

        font-size: 30px;
        opacity: 1 !important;
        color: #000 !important;
        

        

    }
    .btn.disabled {

        opacity: 1 !important;
    }
    .badge {
        font-size: 14px !important;
        opacity: 1 !important;
        color: #000 !important;

    }
    .currentTeam.Marvin {
        color: #30b704 !important;
        border-color: #e36000 ;
        font-size: 18px !important;
        font-weight: bold;
    }
    .currentTeam.Kat {
        color: #ff006c !important;
        border-color: #e36000;
        font-size: 18px !important;
        font-weight: bold;
    }
    .currentTeam.Ana {
        color: #e36000 !important;
        border-color: #e36000 !important;
        font-size: 18px !important;
        font-weight: bold;
    }

     
}
.badge {
    font-size: 14px;
}
.highlight {
  background-color: #00ffdb;
  border-radius: 3px;
}
.order.selected {
  border: 2px solid #000 !important;
  opacity: 0.3;
}
#edit {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #a8a8a8b5;
  height: 120px;
}

#selected-count {
  font-weight: bold;
}

.currentTeam.Marvin {
    background-color: #30b704;
}
.currentTeam.Kat {
    background-color: #ff006c;
}
.currentTeam.Ana {
    background-color: #e36000;
}
.cursor {

    cursor: pointer;

}
.bg-pending-cancel {
    background-color: #ff00008c !important;
    color: #FFF !important;
}
.pending-cancel {
    border-color: #f00 !important;
    border: 2px solid #f00 !important;
}

.logo {
    width: 50%;
}

#snapshot-preview video {

    width: 100% !important;

}

.snapshot-taken #snapshot-preview {
    display: none;
}

h5.qty {
    background-color: #FFF;
    padding: 3px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 5px;
    margin-left: -10px;
    text-align: center;
    font-weight: bold;
    color: red;
  }
.order.hidden, .teamHeader.hidden {
    display: none;
}
.currentTeam.Unassigned {
    background-color: #8a8a8a;
}

.order.calamansi {
    border: 2px dotted #087000 !important;
}
 
.record .fa-times-circle {
    display: none;
}
.record.edit .fa-times-circle {
    display: inline-block;
}
.record .fa-clock {
    display: none;
}
.record.edit .fa-clock {
    display: inline-block;
}
 
* {
      touch-action: manipulation;
}

.nowrap{


    white-space:nowrap;
}
#stocks table.table thead tr th, #stocks table.table tr td {
    border-right: 1px solid #dee2e6;
    text-align: center;
}

#stocks th, td {
	white-space: nowrap;
}

#stocks .first-col {
    position: absolute;
    width: 50%;
    margin-left: -50%; 
}

#stocks .table-wrapper {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
}
#stocks  .table-container {
 
    padding-left: 50%;
    margin-right: auto;
    margin-left: auto;
}
#stocks .even .first-col {
    background-color: #f4f4f4;
}
  


#stocks-table td:last-child input[type='number'] {
    color: red;
    font-weight: bold;
    text-decoration: underline;
     width: 100% !important;
    
}


#stocks-table td:nth-last-child(2) {
    /*font-weight: bold; */
}
.one-day td:nth-last-child(2), .one-day td:last-child{


    width: 50%;

}
span.subh {
    background-color: #88888885;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding: 1px 1px 0px 1px; 
    color: #FFF;
    text-align: left;
}


.show-subheaders span.subh{

    display: initial;
}
.tooltip-inner {
    text-align: left;
}
.tooltip-inner hr {
    margin: 0;
    color: #fff !important;
    border-bottom: 1px solid #8b8b8b;
}
#stocks-table input[type='checkbox'] {
    width: initial;
}
.team.btn {
    font-size: 12px;
    padding: 2px;
}
.team.btn .badge {
    font-size: 10px !important;
}

.ellipsis{

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
#components tr.odd {
    background-color: #a9a9a9;
}
#components tr.even {
    background-color: #d5d5d5;
}
#stocks table.toggleble-table td {
    border: 1px solid #00000085 !important;
}

.togglable-detail {
    position: absolute;
    width: calc( 100% - 10px );
    left: 5px;
    background-color: #9cff46;
    z-index: 10;
    border: 2px solid;
}