*{
    margin: 0; 
}
body {
    font-family: 'Dosis', sans-serif !important;
    background-color:#fff !important;
}
header {
   min-height: 10vh;
}
section{
    min-height: 85vh;
}
footer{
    min-height: 5vh;
}
#appHeader{
    margin:0px 10px 0px 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 1px 4px #40170E;
    position: relative;
}
#appFooter{
    margin:0px 10px 0px 10px;
    border-top-left-radius: 30px;
    border-top-right-radius:30px;
    box-shadow: 0px -1px 4px #40170E;
}
.login-btn:hover{
    transition: ease-in-out 400ms;
    background-color: #8C5B3F !important;
}
.modal {
    color: #40170E !important;
}
.coffee {
    background-color:#dd753d;
    color:#F2E2CE !important;
    text-decoration: none;
    border-radius: 25px;
    width: 100%;
    height: 55px;
    box-shadow: 0px 1px 4px #40170E;
    transition: 300ms;
}
.coffee:hover{
    background-color:#200b06;
    text-decoration: none;
    transition: 300ms;
}
.btn-coffee{
    background-color:#dd753d !important;
    color:#F2E2CE !important;
    transition: 300ms;
}
.btn-coffee:hover{
    transition: 300ms;
    background-color:#200b06 !important;
    text-decoration: none;
}
.hover:hover{
    cursor: pointer;
}
.menuBtn {
    color: #8C5B3F;
}
.menuBtn:hover{
    text-decoration: none;
    color:#200b06;
}
.dropMenu, nav .dropdown-menu{
    background-color: #40170E !important;
    color: #F2E2CE !important;
    padding: 10px;
    margin: 10px;
}
.dropdown-item{
    color: #F2E2CE !important;
}
.dropdown-item:hover{
    text-decoration: none !important;
    background-color:#200b06 !important;
}
.modal-body, .modal-header{
    color: #8C5B3F;
}
#dashIcons a{
    text-decoration: none;
    color: #F2E2CE !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 20px;
    width: 20px;
}
#dashIcons a:hover{
    text-decoration: none;
    color: #8C5B3F !important;
}
#dashIcons a img:hover{
    text-decoration: none;
    color: #8C5B3F !important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: 0 !important;
    }
    
    /* Hide default HTML checkbox */
    .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    
    /* The slider */
    .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #8C5B3F;
    }
    
    .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 2px;
    background-color: #8C5B3F;
    -webkit-transition: .4s;
    transition: .4s;
    }
    
    input:focus + .slider {
    box-shadow: 0 0 1px #fff;
    }
    
    input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    }
    
    /* Rounded sliders */
    .slider.round {
    border-radius: 34px;
    }
    
    .slider.round:before {
    border-radius: 50%;
    }
  
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #F2E2CE;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8C5B3F;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #8C5B3F;
  }

#addphone, #addbrand,#addOption {
    border:none;
    border-radius:5px;
    padding: 5px;
    background-color: transparent;
    outline: none;
    font-size: 15px;
    color: #8C5B3F;
  }
  #addphone:hover, #addbrand:hover,#addOption:hover {
    box-shadow: none !important;
    cursor: pointer;
  }
  #removephone, #removebrand,#removeOption {
    display: none;
    border:none;
    border-radius:5px;
    padding: 5px;
    background-color: transparent;
    outline: none;
    font-size: 15px;
    color: #8C5B3F;
  }
  #removephone:hover, #removebrand:hover,#removeOption:hover {
    box-shadow: none !important;
    cursor: pointer;
  }
#ncForm label {
    font-size: 20px;
}
.painelItems .painelItem {
    border-radius: 25px;
    background-color: #dd753d;
    color: #F2E2CE !important;
    box-shadow: 0px 1px 4px #40170E;
}
table{
    color: #8C5B3F !important;
}
table thead label{
    font-weight:bolder !important;
}
.table th, .table td {
    border-top: 1px solid #8C5B3F !important;
}
.table thead th{
    border-bottom: 2px solid #8C5B3F !important;
}
.page-link{
    color: #8C5B3F ;
}
.page-item.active .page-link{
    background-color: #8C5B3F !important;
    color: #F2E2CE !important;
    border:none;
}
.orderBtn {
    color:#F2E2CE !important;
    background-color: #8C5B3F !important;
    transition: 300ms;
}
.orderBtn:hover {
    background-color:#40170E !important;
    color: #F2E2CE !important;
    transition: 300ms;
}
#mobileNav{
    display: none !important;
}
#searchInput,#searchItemInput, #searchstock {
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    width:100%;
    background-color:#dd753d !important;
    color: #F2E2CE !important; 
    border:none;
    outline: none;
}
#resultList, #searchItemResult, #searchstockresults {
    border-radius: 10px;
    height: auto;
    width:100%;
    background-color:#dd753d !important;
}
#resultList li, #searchItemResult li, #searchstockresults  li  {
    list-style: none;
}
#resultList li a, #searchItemResult li a, #searchstockresults li a{
    color: #8C5B3F;
}
#resultList li a:hover, #searchItemResult li a:hover, #searchstockresults li a:hover{
    color: #40170E;
    text-decoration: none;
}
.orderBtn {
    border:none;
    height: auto;
    outline: none;
}
.coffee-link {
    text-decoration: none;
    color: #F2E2CE;
    font-size: 18px;
}
.coffee-link:hover{
    text-decoration: none;
    color: #200b06;
}
.coffee-link2{
    text-decoration: none;
    color: #F2E2CE;
    font-size: 20px;
}
.coffee-link2:hover {
    text-decoration: none;
    color: #8C5B3F;
}
.vl {
    background-color: #40170E;
    width: 3px;
    margin:0px 30px 0px 30px;
}
.chartCard{
    padding: 15px;
    box-shadow: 0px 1px 3px #8C5B3F;
    background-color: #fff;
    color: #F2E2CE;
    border-radius: 5px;
    margin:5px;
}
.coffeeCard{
    padding: 15px;
    box-shadow: 0px 1px 3px #8C5B3F;
    background-color: #fff;
    color: #dd753d;
    border-radius: 5px;
    margin:5px;
    width: 200px;
    height: 150px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8C5B3F !important; 
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8C5B3F !important; 
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #8C5B3F !important; 
  }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number]::-webkit-input-placeholder, 
input[type=number]::-webkit-input-placeholder { 
  text-align: center;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
#purchaseForm table input{
    background:transparent;
    border:none;
    text-align:center;
    outline:none;
    color:#8C5B3F !important;
}
#purchaseForm table input:disabled{
    color:#8C5B3F !important;
}
#purchaseForm tbody tr:hover{
    background-color: transparent !important;
    color: #8C5B3F !important;
}
#purchaseForm tbody tr:hover input{
        color: #8C5B3F !important;
}
@media only screen and (max-width:990px){
    #maindashboard{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .painel{
        flex-direction: column;
        justify-content: center;
    }
    .painel>div{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100% !important;
    }
    .painelItems{
        justify-content: center;
        flex-direction: column;
    }
    #navbarNavDropdown a {
        text-align: center;
        color:#40170E;
    }
    #sidenav, #dashIcons {
        display: none !important;
    }
    #mobileNav{
        display: flex !important;
    }
    #kitchenPainel{
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }
    #kitchenPainel .painelItems{
        width: 100% !important;
    }
    .waiterItems {
        width: 100% !important;
    }
    .mobileBreak, .newOrderItems>div, .newOrderItems, #welcomeHeader {
        flex-direction: column !important;
    }
    .coffee-link2{
        font-size: 16px;
    }
    .vl{
        display: none;
    }
}
@media only screen and (min-width:1000px) and (max-width:1198px){
    .coffee {
        height: 50px;
    }
}
@media only screen and (max-width:1199px){
    .coffee {
        height: 50px;
    }
    header {
        justify-content: center;
    }
    #logoDiv {
        width: 100% !important;
        margin-left: 0% !important;
        justify-content: center !important;
    }
    #billHead {
        flex-direction: column !important;
    }
    .pagination{
        margin-top: 10px !important;
    }
    #options{
        flex-direction: column !important;
        align-items: center !important;
    }
    #options i{
        margin-top: 5px !important;
    }
}
@keyframes spin {
    50% {transform: rotate(180deg);}
  }