/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::: Generales :::::::::::::::::::::::::::::::::::::::::::::::*/
body{
	font-family: 'Baloo 2', cursive;
    font-size: 12px !important;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

a{
    cursor: pointer;
}

h5 a:hover{
    text-decoration: underline;
}

hr{
    border: 1px solid #dbdbdb;
}

@media only screen and (min-width: 100px) and (max-width: 800px)  {
    .container {
        width: 95%;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px)  {
    .container {
        width: 90%;
    }
}

iframe{
    width: 100%;
    height: 100%;
}

[type="radio"].with-gap:checked+span:before{
    border: 2px solid #4caf50;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #4caf50;
}

.font10{
    font-size: 10px !important;
}

.font11{
    font-size: 11px !important;
}

.font12{
    font-size: 12px !important;
}

.font14{
    font-size: 14px !important;
}

.font15{
    font-size: 15px !important;
}

.font16{
    font-size: 16px !important;
}

.font18{
    font-size: 18px !important;
}

.font20{
    font-size: 20px !important;
}

.font22{
    font-size: 22px !important;
}

.font40{
    font-size: 40px !important;
}

.row{
	margin-bottom: 0px;
}	

.middle{
    vertical-align: middle !important;
}

.alertToast{
    background: #f44336;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.doneToast{
    background: #4caf50;
    color: white;
}

.normalToast{
    color: white;
}

.cursor_auto{
    cursor: auto;
}

.cursor_pointer{
    cursor: pointer;
}

.div_before_content{
    position: absolute;
    z-index: -1;
    top: 55px;
    left: 0;
    width: 100%;
    height: 195px;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    background: linear-gradient(to right, #4CAF50, #81c334);
}

.retail .div_before_content{
    background: linear-gradient(to right, #1976d2, #1b75d2);
}

.page_titulo{
    color: white;
    padding-top: 15px;
    /*padding-bottom: 20px;*/
}

.page_titulo h4{
    margin-top: 0px;
    margin-bottom: 0px;
}

.page_titulo .btn{
    margin: 0px 5px 8px 5px ;
}

@media only screen and (max-width: 415px) { /*para moviles*/
    .page_titulo h4{
        font-size: 20px !important;
        margin-bottom: 20px;
    }
}

.noresult{
    margin-top: 50px;
}

.card-filtros{
    border-radius: 8px;
    margin-top: 10px;
}

.card-listados{
    margin-top: 30px;
    border-radius: 8px;
}

.card-listados a{
    color: grey;
}

.card-listados a:hover{
    color: #f9a825 !important;
}

.card-listados input[type=search]{
    height: 2.3rem;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    margin-bottom: 0px;
}

.card-listados input[type=search]:focus{
    border-bottom: 1px solid #4caf50 !important;
    box-shadow: 0 1px 0 0 #4caf50 !important;
}

table.dataTable thead th, table.dataTable thead td { 
    padding: 5px 18px;
    border-bottom: 1px solid #e4e4e4;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #e4e4e4;
}

@media only screen and (min-width: 1024px){ /*para pantallas grandes*/
    td{
        padding: 15px 5px !important;
        border-bottom: 1px solid #e4e4e4;
        border-radius: 0px;
    }   
}

th{
    text-align: center;
}

table.dataTable tbody td {
    padding: 8px 0px;
}

/*lineas del detalle de las tablas responsive en la vista de celular*/
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #f9a825 !important;
    border: 0 !important;
    color: white !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border: 0px;
}

.dataTables_filter{
    display: none !important;
}

.margin0{
    margin: 0px !important;
}

.padding0{
    padding: 0px !important;
}

table.highlight>tbody>tr:hover {
     background-color: #f9a82533 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111 !important;
    border: 0px !important;
    background: none !important;
    background-color: #f9a825 !important;
}

#btnActivarBuscar{
    margin-top: -4px;
    margin-left: -5px;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: .2rem;
    border-radius: 50%;
}

span.badge {
    float: none !important;
    margin-left: 0px !important;
}
span.badge.new:after {
    content: none !important;
}

.input-field .prefix.active {
    color: white !important;
}

#inputBuscar{
    border: 1px solid white !important;
    height: 34px !important;
    color: white !important;
    border-radius: 2px;
    width: auto !important;
    margin-right: 5px;
}

@media only screen and (max-width: 450px) { /*para moviles*/
    #inputBuscar{
        width: 45% !important;
    }

    .compras #inputBuscar {
        width: 30% !important;
    }
}

.modal .modal-content {
    padding: 15px;
}

.datepicker-modal .modal-content{
    padding: 0px !important;
}

.modal_m{
    width: 75%;
    min-height: 75%;
}

.modal_l{
    width: 95%;
    min-height: 90%;
    top: 5% !important;
}

@media only screen and (max-width: 450px) { /*para moviles*/
    .modal{
        width: 95%;
        height: 80% !important;
        max-height: 80%;
    }
}

.tituloModal{
    margin: 0px 0px 10px 0px;
}

.input-field{
    margin: 5px 0px 5px 0px;
}

.normal input{
    border: 1px solid #bcbcbc !important;
    height: 2.3rem !important;
    font-size: 14px !important;
}

.normal input:focus{
    box-shadow: 0 1px 0 0 #4CAF50 !important;
}

.normal.col label {
    left: 1rem;
}

.normal>label {
    top: -4px;
}

.normal>label:not(.label-icon).active {
    top: 0px !important;
    color: #4CAF50 !important;
}

.normal select{
    display: block;
    border: 1px solid #bcbcbc !important;
    height: 2.5rem !important;
    font-size: 14px !important;
    background: none !important;
    margin: 0px 0 7px 0;
}

@media only screen and (max-width: 1024px) { /*para tablets*/
    .normal select{
        margin: 0px 0 8px 0;
    }
}

.btnEditar{
    cursor: pointer;
}

.btnConsultar{
    cursor: pointer;
}

.nav_breadcrumbs{
    background: none;
    height: 40px;
    line-height: 40px;
}

.nav_breadcrumbs a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 450px) { /*para moviles*/
    .nav_breadcrumbs a{
        font-size: 14px !important;
    }
}

textarea{
    height: 5rem !important;
    border: 1px solid #9e9e9e !important;
    font-size: 0.9rem !important;
    overflow-y: auto !important;
    padding: 5px !important;
}

textarea:focus{
    box-shadow: 0 1px 0 0 #4CAF50 !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #4CAF50;
    background-color: #4CAF50;
}

[type="checkbox"].filled-in:disabled:checked+span:not(.lever):after {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

[type="checkbox"].filled-in:disabled:not(:checked)+span:not(.lever):after {
    border-color: #4caf50;
    background-color: transparent;
}
    
.datepicker-day-button {
    line-height: 20px;
}

.datepicker-date-display {
    background-color: #4CAF50 !important; /*verde*/
}

.datepicker-table td.is-selected {
    background-color: #4caf50 !important;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
    color: #4caf50;
}

.datepicker-table td.is-today {
    color: #4caf50;
}

.tabs .tab a {
    color: #4CAF50;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(76, 175, 80, 0.22);
    outline: none;
}

.tabs .tab a:hover, .tabs .tab a.active {
    color: #4CAF50;
    background-color: rgba(76, 175, 80, 0.22);
}

.tabs .indicator {
    background: none !important;
}

.select2-container {
    width: 100% !important;
}

.input-field .select2-container--default .select2-selection--single { /*estilo del select2*/
    height: 2.5rem;
    font-size: 14px !important;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.input-field .select2-container--default .select2-selection--single .select2-selection__rendered { /*estilo del label del select2*/
    line-height: 37px;
    font-size: 14px;
    color: black;
}

.input-field .select2-container--default .select2-selection--single .select2-selection__arrow { /*estilo del gancho del select2*/
    height: 37px;
}

.divSeleccionMultiple input[type=search]{
    border: 0px !important;
}

.divSeleccionMultiple .select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
    background: none;
}

#sidenav_filtros{
    padding: 10px;
}

#sidenav_filtros .titulo{
    color: #4CAF50;
    text-align: center;
}

#sidenav_filtros li {
    float: none;
    line-height: 30px;
}

.h100{
    height: 100% !important;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: index.php :::::::::::::::::::::::::::::::::::::::::::::::::*/

.fondo_login{
    background-image: url(../images/fondo_login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBox{
    margin-top: 4em;
    position: relative;
    padding: 1em 1em 2em 1em !important;
    background: #ffffffc9;
    border-radius: 15px;
}

.loginBox img{
    margin-bottom: 10px;
}

@media only screen and (max-width: 450px) { /*para moviles*/
    .loginBox{
        margin-top: 2rem;
    }
}

/*color del input de usuario en el login*/
.loginBox .input-field input[type=text]:focus + label, .loginBox .input-field input[type=password]:focus + label{
     color: #4CAF50;
}

.loginBox .input-field input[type=text]:focus , .loginBox .input-field input[type=password]:focus {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

.loginBox .input-field .prefix.active {
    color: #4CAF50 !important;
}
    

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::: menu.php :::::::::::::::::::::::::::::::::::::::::::::::::*/
.brand-logo img{
    width: 250px;
    margin-top: 10px;
}

@media only screen and (max-width: 450px) { /*solo en moviles*/
    .brand-logo img{
        width: 120px;
        margin-top: 15px;
    }
}

.btnCerrarSesion{
    top: inherit !important;
}

.icon_border_right{
    margin-right: 5px !important;
}

.nombre_menu{
    font-size: 14px;
}

nav{
    background: #4CAF50;  
    background: -webkit-linear-gradient(to right, #4CAF50, #81c334); 
    background: linear-gradient(to right, #4CAF50, #81c334);
    box-shadow: none;
}

.retail nav{
    background: #1976d2;  
    background: -webkit-linear-gradient(to right, #1976d2, #1b75d2); 
    background: linear-gradient(to right, #1976d2, #1b75d2);
    box-shadow: none;
}

.btnMenu{
    display: block !important;
    margin: 0px !important;
}

.user-view{
    height: 110px !important;
}

.user-view img{
    width: 200px !important;
}

.menu_active{
    color: white !important;
    background: linear-gradient(to right, #4CAF50, #81c334);
    border-radius: 0 15px 15px 0;
    margin-right: 30px;
}

.menu_active i{
    color: white !important;
}

/*::::::::::::::::::::::::::::::::::::::: modalEditarProv.php :::::::::::::::::::::::::::::::::::::::::::::::::::*/

.btnModal{
    color: grey !important;
    cursor: pointer;
    margin: 0px 5px 0px 5px;
}

.btnModal:hover{
    color: #f9a825 !important;
}

.filter_fav{
    color: black !important;
    font-size: 22px !important;
}

/*:::::::::::::::::::::::::::::::::::::::::Ajustes/index.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.col_menu_ajustes{
    margin-top: 2rem;
    border-radius: 10px !important;
}

.col_menu_ajustes a{
    color: grey !important;
}

.col_card_ajustes{
    margin-top: 2rem;
    border-radius: 10px !important;
}

/*:::::::::::::::::::::::::::::::::::::::::compras/nuevaCompra.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.div_com_prov_prod .card-panel{
    padding: 10px !important;
    border-radius: 5px;
}

.div_com_prov_prod .select2-container--default .select2-selection--single { /*estilo del select2*/
    height: 2.5rem;
    font-size: 14px !important;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.div_com_prov_prod .select2-container--default .select2-selection--single .select2-selection__rendered { /*estilo del label del select2*/
    color: #4CAF50;
    line-height: 37px;
    font-size: 14px;
}

.div_com_prov_prod .select2-container--default .select2-selection--single .select2-selection__arrow { /*estilo del gancho del select2*/
    height: 37px;
}

.select2-search__field { /*input de buscar dentro del select2*/
    height: 2rem !important;
    margin-bottom: 0 !important;
}

.select2-search__field:focus {/*focus input de buscar dentro del select2*/
    border-bottom: solid 1px #4CAF50 !important;
    box-shadow: 0 1px 0 0 #4CAF50 !important;
}

.div_com_tablaProd{
    max-height: 420px;
    overflow-y: auto;
}

.div_com_prov_prod td{
    padding: 5px 5px !important;
}

.div_com_prov_prod .btnFav{
    color: grey;
}

.div_com_prov_prod .btnSelecProducto:hover{
    color: green;
    cursor: pointer;
}

.tableDetalles input[type=number] , .tableDetalles input[type=text] {
    border: 1px solid #aaa;
    height: 1.5rem;
    font-size: 12px;
    text-align: center;
    margin: 0px;
}

.tableDetalles input[type=number]:focus , .tableDetalles input[type=text]:focus {
    border-bottom: 1px solid #4daf4f !important;
    box-shadow: 0 1px 0 0 #4db050 !important;
}

#com_formapago{
    height: 2rem !important;
    font-size: 12px !important;
    margin: 3px 0 0px 0;
}

.btnEliminarProd:hover{
    cursor: pointer;
}
/*:::::::::::::::::::::::::::::::::::::::::compras/index.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.btnComOpciones{
    color: grey;
    cursor: pointer;
}

.btnComOpciones:hover{
    color: #f9a825
}

.divComOpciones{
   display: initial;
}

.divComOpciones i{
    margin-right: 5px;
    color: grey;
    cursor: pointer;
}

.divComOpciones i:hover{
    color: #f9a825; /*amarillo*/
}
/*:::::::::::::::::::::::::::::::::::::::::compras/modalConsultar.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.card-borde-verde{
    border-left: solid 5px #4caf50;
}
.btnVerReq:hover{
    text-decoration: underline;
}
/*:::::::::::::::::::::::::::::::::::::::::compras/recibirCompra.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.recibir_borde_izq{
    border-left: solid 1px #cecece;
}

.check_tabla{
    margin: 0px;
}

.check_tabla [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after { /* checkbox con check*/
    height: 17px;
    width: 17px;
}

.check_tabla [type="checkbox"].filled-in:checked+span:not(.lever):after { /* checkbox sin check */
    width: 17px;
    height: 17px;
}

.check_tabla [type="checkbox"].filled-in:checked+span:not(.lever):before { /*ganchito del check*/
    top: -3px;
    left: -1px;
    width: 6px;
    height: 14px;
}

.check_tabla [type="checkbox"]+span:not(.lever){
    height: 16px !important;
    padding-left: 20px !important;
}

/*::::::::::::::::::::::::::::::::::::::::::::::cocina/nuevaReceta.php:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.div_ing .card-panel {
    padding: 15px !important;
    border-radius: 5px;
}

.div_ing td{
    padding: 5px 5px !important;
}

.div_ing .btnSelecIng:hover{
    color: green;
    cursor: pointer;
}

.div_tablaIng , .div_tablaCatInv{
    max-height: 410px;
    overflow-y: auto;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::grupo-precios/nuevoGP ::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.div_menu .card-panel{
    padding: 15px !important;
    border-radius: 5px;
}

.div_menu td{
    padding: 5px 5px !important;
}

.div_menu .btnSelectMenu:hover{
    color: green;
    cursor: pointer;
}

.div_tablaMenus{
    max-height: 410px;
    overflow-y: auto;
}

.btnCat{
    cursor: pointer;
}

/*::::::::::::::::::::::::::::::::::::::::::retails/index.php :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media only screen and (max-width: 450px) { /*para moviles*/
    .pedidos #inputBuscar {
        width: 80% !important;
    }
}

/*::::::::::::::::::::::::::::::::::::::::::retails/nuevoPedido.php :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.div_tablaMenus .btnFav{
    color: grey;
    font-size: 15px;
}

.div_tablaMenus .btnFav:hover{
    color: #f9a825 !important;
}

/*:::::::::::::::::::::::::::::::::::::::::retail/modalConsultar.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.card-borde-azul{
    border-left: solid 5px #2196F3;
}

.check_azul [type="checkbox"].filled-in:checked+span:not(.lever):after {
    border: 2px solid #2196f3;
    background-color: #2196f3;
}

/*:::::::::::::::::::::::::::::::::::::::::reportes/index.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.card_mod_reportes{
    cursor: pointer;
    margin-top: 40px;
    color: #444444 !important;
}

.card_mod_reportes:hover{
    border: 2px solid #f9a825;
}

.iframe_reportes{
    height: 1200px;
}

/*:::::::::::::::::::::::::::::::::::::requisiciones/nuevaRequisiion::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.div_tablaCatInv .btnSelecCatInv:hover{
    color: green;
    cursor: pointer;
}
/*:::::::::::::::::::::::::::::::::::::::::requisiciones/modalConsultar.php::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.btnVerCompra:hover{
    text-decoration: underline;
}