@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Oswald&display=swap');

body{
    background-color: #FFFFFF;
    color: #212121;
    --table-width: 100%; 
}

body:not(.navbar-laravel){
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
}

a.navbar-brand{
        font-family: 'Kaushan Script', cursive;
    font-size: 1.6rem;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
    background-color: #be262f !important;
    color: #ffffff!important;
    border-color: #be262f !important;
}

.navbar-laravel{
    background-color: #be262f;
    color: #e4e3e3;
}

.navbar-brand{
    color: #ffffff!important;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff!important;
}

.dropdown-menu{
    background-color: #be262f !important;
}

.navbar-light .nav-item a{
    color: #ffffff!important;
}

.nav-tabs .nav-item a{
    color: #585858!important;
}

.dropdown-item:hover{
    background-color: #3e3e3e;
}

.titulo{
    text-align: center;
}

#realizar-pedido-tab .nav-link{
    font-size: 1.2em;
}

.nav-link.active{
    background-color: #be262f!important;
    color: #e4e3e3!important;
}

.nav-item:hover{
    border-color: #0e4a5d!important;
}

.tab-content{
    border: 1px solid  #be262f;
    border-top: none;
    padding: 20px;
    padding-bottom: 0;
}
.nav-tabs {
    border-bottom: 1px solid #be262f!important;
}

/*.form-control{
    background-color: #3e3e3e;
    color: #e4e3e3;
}*/

/* .form-control:disabled{
    background-color: #3e3e3e;
    color: #e4e3e3;
} */

.menu-container{
    padding: 8px;
}

.menu-elemento{
    /*border: 1px solid #be262f;*/
    padding: 1em;
    /*height: 90px;*/
    margin-bottom: 10px;
    cursor: pointer;
}

.menu-elemento h5{
    font-size: 1.3em;
    font-weight: 600;
    color: #be262f;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.6px;
}

.pedido-titulo{
    text-align: center;
}

.menu-agregar{
    width: 30%;
    min-height: 340px;
    background-color: #ffffff;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -170px; /* Negative half of height. */
    margin-left: -15%; /* Negative half of width. */
}

.top-bar{
    width: 100%;
    text-align: right;   
}

.top-bar label{
    font-size: 1.5em;
    cursor: pointer;
    padding: 6px;
    margin-bottom: 0;
    color: #be262f;
}

.top-bar label:hover{
    color: #0e4a5d;
}

.add-title{
    text-align: center;
}

.ele-nombre{
    font-size: 1.2em;
    font-weight: 600;
}

.ele-cantidad, .ele-agregado{
    padding-top: 5px;
    padding-bottom: 5px;
}

.add-btn{
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 10px;
}

.ele-nombre .info, .ele-nombre .nom{
    display: inline;
}

.del-row, .del-row-ped, .del-row-comp, .del-row-var-det{
    cursor: pointer;
    color: #8e2222;
}

.del-row:hover, .del-row-ped:hover{
    color: #ff0a0a;
}

.table thead th{
    background-color: #be262f;
    color: #ffffff;
    border-bottom: 1px solid #be262f;
}

.table td, .table th{
    border-top: 1px solid #be262f;
}

.monto-total, .monto-total-cliente, .monto-total-cliente-det{
    font-size: 2em;
    text-align: center;
}

#pedido{
    font-size: 1rem;
}

.banner-pedido, .banner-compra{
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    background-color: #333333;
    margin-bottom: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.banner-compra{
    border: 1px solid #0e4a5d;
}

.block{
    margin: 0;
}

.block p{
    margin: 0;
}

.block a strong{
    padding-left: 2px;
}

.block .estado{
    float: right;
    margin: 0;
    line-height: 25px;
    cursor: pointer;
}

.block-opt-compra{
    text-align: center;
}

.block-opt-compra a{
    font-size: 1.4em;
    color: #269dc3;
    text-decoration: none;
    vertical-align: middle;
    margin: 8px;
    cursor: pointer;
    font-weight: 600;
}

.block-opt-compra .fas{
    margin: 5px;
    color: #269dc3!important;
}

.block-opt-compra a:hover, .block a:hover{
    color: #0e4a5d;
}

.block-opt-compra a:hover .fas, .block a:hover .fas{
    color: #0e4a5d!important;
}

/* .block-opt-compra .fas:hover{
    color: #0e4a5d!important;
} */

/* .block .fa-clipboard-list{
    color: #0e4a5d;
} */

/* .block .fa-clipboard-list:hover{
    color: green;
} */

/* .block .fa-edit{
    color: #0e4a5d;
} */

/* .block .fa-edit:hover{
    color: #0d63ce;
} */

.block-detalle{
    display: inline-block;
    width: 49%;
    font-size: 1.15em;
}

.block-detalle span{
    float: right;
}

.block-detalle p{
    padding-left: 15px;
    padding-right: 15px;
}

.detalle-ped, .reporte-container, .reporte-container-1, .reporte-container-2{
    background-color: #333333;
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    padding: 1em;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    margin-bottom: 30px;
}

.reporte-container, .reporte-container-1 .pedido-titulo{
    padding: 1rem;
    cursor:pointer;
}

/* .reporte-table{
    margin-left: 10px;
    margin-right: 10px;
} */

.detalle-ped h1, .historial h1, .historial h4{
    text-align: center;
}

.table{
    border: 1px solid #be262f;
    color: #000000;
}

.opt-historial{
    padding: 10px;
}

.opt-historial .btn-hist-buscar{
    margin-left: 15px;
}

#accordion h5 a{
    font-size: 1.3em;
    font-weight: 600;
    text-align: left;
}

#accordion h5 label{
    cursor: pointer;
}

.menu-diario{
    border-bottom: 1px solid #c7c6c6;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.menu-diario h4{
    text-align: center;
}

#menu-diario{
    margin-left:auto; 
    margin-right:auto;
}

/*.card{
    background-color: #333333;
}*/

.custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }

.btn-add-cont, .btn-next-cont{
    justify-content: center;
}

.btn-add-cont i{
    margin-left: 1em;
}

.compra-title{
    text-align: center;
}

.gastos-container a{
    color: inherit;
}

.gastos-container a, .gastos-container span, .gastos-container label{
    cursor: pointer;
}

.gastos-container h1, .varios-container h1{
    text-align: center;
}

.gastos-container a:hover .gastos-control, .gastos-container a:hover .inicio-control{
    background-color: #0e4a5d;
}

.gastos-control{
    display: inline-block;
    width: 30.875224%;
    height: 280px;
    text-align: center;
    border: 1px solid #0e4a5d;
    margin: 0.7em;
    padding-top: 70px;
    padding-bottom: 70px;
}

.inicio-control{
    display: inline-block;
    width: 30.2358751%;
    height: 247px;
    text-align: center;
    border: 1px solid #0e4a5d;
    margin: 0.7em;
    padding-top: 60px;
    padding-bottom: 60px;
}

.gastos-control span, .inicio-control span{
    display: block;
    font-size: 2em;
}

.gastos-control label, .inicio-control label{
    display: block;
    font-size: 6em;
}

.form-button{
    justify-content: center;
}

.opt-historial .form-check{
    display: inline-block;
    margin-left: 20px;
}

.gasto-block{
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.gasto-block p{
    padding: 5px;
    /* min-width: 191px; */
    /* display: inline-block; */
    margin-bottom: 0;
}

.gasto-block p a {
    float: right;
}

.form-check-gastodetalle{
    margin-left: 15px;
}

.btn-varios-fin, .btn-compra-end {
    color: #fff;
    background-color: #0e4a5d;
    border-color: #bdbdbd;
}

.btn-varios-fin:hover, .btn-compra-end:hover{
    background-color: #0e4a5d;
    border-color: #bdbdbd;
}

.btn-varios-fin:focus, .btn-compra-end:focus{
    background: #0e4a5d!important;
    outline: none;
    box-shadow: none !important;
}

.btn-outline-primary:active{
    background: #0e4a5d!important;
    outline: none;
    box-shadow: none !important;
    border-color: #bdbdbd;
}

#detalle-pedido .row{
    margin: 0;
}

.table-chart{
    padding-top: 7px;
}

.table-chart tbody{
    display:block;
    max-height:338px;
    overflow-y:auto;
}

.table-chart thead, .table-chart tbody tr {
    display:table;
    width: var(--table-width);
    table-layout:fixed;
}

.table-chart td{
    padding: .5rem;
}

.rep-gen{
    min-height: 346px;
}

.btn-exportar{
    margin-bottom: 25px;
}

#num-ped-ent{
    background-color: red;
    width: 22px;
    height: 21px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

#alert-notificacion-pedido{
    position:fixed; 
    top: 55px; 
    right: 0px; 
    width: 40%;
    z-index:9999; 
    border-radius:0px
}

.upc{
    text-transform: uppercase;
}

.nav-tabs .nav-link.active {
 color: #ffffff!important;   
}

.btn{
    font-size: 1rem!important;
}


#logo-divo img{
    width: 140px;
    height: 100px;
}

.alert-info-pedido{
    background-color: #ffffff;
    border-color: #be262f !important;
    padding-top: 0;
    padding-bottom: 0;
    color: #000000!important;
}

.info-pedido{
    text-align: justify;
    padding-top: 15px;
    padding-bottom: 15px;
}

/**  Stock **/

.vert-cent{

    vertical-align: middle!important;
}

.fa-minus-circle{
    color: #ff0a0a;
    cursor: pointer;
}

.fa-plus-circle{
    color: green;
    cursor: pointer;
}

input[name="menu-cant-plato"]::-webkit-outer-spin-button,
input[name="menu-cant-plato"]::-webkit-inner-spin-button,
input[name="menu-cant-agg"]::-webkit-outer-spin-button,
input[name="menu-cant-agg"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[name="menu-cant-plato"], input[name="menu-cant-agg"]{
    text-align: center;
}

@media print {
    body * {
        visibility: hidden;
    }

    .detalle-ped, .detalle-ped * {
        visibility: visible;
        color: black;
    }

    .detalle-ped p{
        font-size: 1.65em;
    }

    .detalle-ped table{
        font-size: 1.5em;
    }
}

@media (max-width: 544px){
    .gastos-control, .inicio-control{
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

    .btn{
        margin-top: 20px;
    }
    
    .menu-container{
        padding-bottom:0;
        padding-top: 0;
    }
    
    .menu-agregar{
        width: 80%;
        height: 75%;
        top: 35%;
        left: 26%;
    }
}

@media (min-width: 576px){
    .col-sm-4 {
        max-width: 33%;
    }
}