@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

body {
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100%;
}

html, body, #main {
    min-height: 100%;
}

p:last-child, ul:last-child{margin-bottom: 0}

.normal{font-weight: normal;}

.ln_solid{
    border-bottom: 1px solid #DDD;
    height: 1px;
    width: 100%;
    margin: 15px 0;
    clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family: 'Dosis', sans-serif;}

.title-section{margin-bottom: 25px; margin-top: 5px;}
.subtitle-section{margin-bottom: 20px;}

form{margin: 0;}

.alert .fa-stack{vertical-align: middle; margin-right: 3px;}

.control-label.text-left{text-align: left;}

.tab-content{
    padding: 35px 25px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.panel:last-child{margin-bottom: 0;}

/*#main{background-color: #333;}*/

#main {
    margin-bottom: -34px;
    padding-bottom: 34px;
}

#main.login{
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-link{
    color: #a47d2b;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link:visited{
    color: #333;
    text-decoration: none;
}

.panel-body.editar{padding: 0;}
.panel-footer.editar{margin: 15px -25px -35px -25px;}

.panel-heading .btn-inner{
    margin-right: -16px;
    margin-top: -11px;
    line-height: 25px;

    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}

.mainbox {
    margin-top: 105px;
}

.mainbox>.panel>.panel-body {
    padding-top: 75px;
    padding-bottom: 75px;
}

.mainbox .logo-home {
    max-width: 255px;
    margin-top: 25px;
}

.title-link {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

.title-link:hover {
    text-decoration: none;
}

.title-link>.careta {
    margin: -10px -15px;
}

.title-link>.careta>.careta-inner {
    display: table-cell;
    height: 40px;
    width: 40px;
    border-left: 1px solid #333;
    text-align: center;
    vertical-align: middle;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-primary, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #a47d2b;
    color: #FFF;
    border-color: #876624;
}

.btn-primary:hover {
    background-color: #876624;
    border-color: #876624;
}

.destacado{border-color: #876624; background-color: #FFF; color: #876624;}

.panel-primary {
    border-color: #a47d2b;
}

.panel-primary>.panel-heading {
    background-color: #a47d2b;
    border-color: #876624;
}

.panel-primary>.panel-footer, .panel-primary>form>.panel-footer {
    background-color: #F2FDFF;
    border-color: #876624;
}

.panel-login > .panel-heading{background-color: #FFF; border-color: #FFF;}

.panel > .panel-heading .btn-panel{
    margin: -10px -15px -10px 0;
}
    .panel > .panel-heading .btn-panel .btn{
        line-height: 36px;
        -webkit-border-radius: 0px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius: 0px;
        -moz-border-radius-topright: 3px;
        border-radius: 0px;
        border-top-right-radius: 3px;
    }
    .panel > .panel-heading .title-boton-innter{
        margin-top: 7px;
    }

.list-group .list-group-item .checkbox{
    margin-top: 0;
    margin-bottom: 0;
}

.esquemaArbol .listado_modulos .checkbox+.btn_modulo,
#permisos_empresas .listado_modulos .checkbox+.btn_modulo{
    margin-left: 15px;
    margin-top: -35px;
    position: relative;
}


.text-normal {
    font-weight: normal;
}

.text-primary {
    color: #a47d2b;
}

.text-green{
    color: #2bcb5f;
}

.bg-primary {
    background-color: #a47d2b;
}
.bg-muted{
    background-color: #F5F5F5;
    color: #333;
}

.badge-inline-text{
    margin-top: -5px;
    padding-top: 4px;
}

.page-header-small{
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 2px
}
    .page-header-small > .page-header-title{
        margin-top: 0;
        margin-bottom: 5px;
    }
.list-group-item .page-header-small{
    margin-top: 0;
}

.label-2x {
    font-size: 100%;
    padding-top: 6px;
}

.panel-default .title-link {
    color: #333;
}

.panel-default .title-link:hover {
    color: #333;
    background-color: #E6E6E6
}

.panel-default .title-link>.careta>.careta-inner {
    background-color: #E6E6E6;
    color: #333;
    border-color: #DDD;
}

.panel .panel-collapse{color: #333;}

.panel .panel-collapse,
.panel .panel-collapse > .button-collapse{
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
    height: 37px;
}
.panel .panel-collapse > .button-collapse{
    float: right;
    background-color: #e2e2e2;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.panel-black {
    border-color: #333;
}

.panel-black>.panel-heading {
    background: #333;
    color: #FFF;
}

.panel-black>.panel-body+.table, .panel-black>.panel-body+.table-responsive, .panel-black .dataTables_wrapper>.row:nth-child(1), .panel-black .dataTables_wrapper>.row:nth-child(3) {
    border-color: #333 !important;
}

.dataTable .dataTables_empty {
    padding: 15px !important;
    font-size: 14px !important;
    background-color: #FCF8E3;
    color: #8a6d3b;
    text-transform: uppercase;
}

.panel .panel-heading .heading-form .panel-title{margin-top: 9px;}

.txt-user{padding-right: 0px;}

.input-md.select2, .input-md.select2>.select2-choice {
    height: 34px;
}

.select2-container--default .select2-selection--single, .select2-dropdown{border-color: #CCC !important;}

.select2-container--default .select2-selection--single, .select2-selection__arrow{height: 34px !important;}

.input-group .select2-container--default .select2-selection--single{
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 32px;}

.input-group-xs>.form-control,
.input-group-xs>.input-group-addon,
.input-group-xs>.input-group-btn>.btn{
    height: 25px;
    padding: 2px 7px;
}

.input-group-addon .input-sm{
    min-width: 50px;
    height: 20px;
}

.btn-row{padding-top: 25px;}

.btn-rounded{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.modal-xxl {
    width: 1000px;
}

.myPlayer{width: 100%; height: 260px}

.panel .dataTables_wrapper>.row:nth-child(1) {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DDD;
    padding: 10px 15px;
}

.panel .dataTables_wrapper>.row:nth-child(3) {
    background-color: #F5F5F5;
    border-top: 1px solid #DDD;
    padding: 10px 15px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel .dataTables_wrapper>.row:nth-child(2) table {
    margin: 0 !important;
}

.dataTables_wrapper .top {
    padding: 15px;
    min-height: 57px;
}

.dataTables_wrapper .bottom {
    padding: 5px 15px;
    min-height: 53px;
}

header {
    margin-bottom: 15px;
}

.table:last-child {
    margin-bottom: 0;
}

.table>thead>tr>th {
    text-transform: uppercase;
}

.table.listado-eventos th.actions {
    min-width: 90px;
}

.nav-pills>li {
    margin: 0 5px;
}

.nav-pills>li:first-child {
    margin-left: 0;
}

.nav-pills>li:last-child {
    margin-right: 0;
}

.nav-pills>li>a {
    background-color: #E6E6E6;
    color: #333;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #a47d2b;
}

.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #333;
}

.pestanias > li:not(.active) > a{color: #999;}
.pestanias-link > li:not(.active) > a{color: #999;}

footer {
    padding: 5px 0;
    background-color: #333;
}

.netkia {
    display: inline-block;
    padding: 9px 45px 4px 0;
    font-size: 60%;
    color: #FFF;
    background: url(../img/logo_netkia_blanco.svg) no-repeat right center;
    background-size: 40px auto;
}

.block{padding-top: 15px; padding-bottom: 15px;}

.alert:last-child {
    margin-bottom: 0;
}

.panel-login{margin-top: 105px;}
.title-block .title-top, .title-block .title-bottom{margin: 0;}

.cabecera-login > li{vertical-align: middle;}
.cabecera-login > li:nth-child(1), .cabecera-login > li:nth-child(3){width: 48.6%;}
.cabecera-login > li:nth-child(1){padding-left: 0px; padding-right: 15px}
.cabecera-login > li:nth-child(2){width: 1px; padding: 0; height: 75px; margin-left: -1px; margin-right: -1px; background-color: #ddd;}



.menu{z-index: 2;}
.menu + div{z-index: 1;}

.menu .menu-top{
    height: 200px;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../img/Ana.jpg);
    background-repeat: no-repeat;
    background-position: center center;
   /* background-size: auto 100%;*/

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.menu .menu-bottom{padding-top: 0px; padding-bottom: 0px;}
.content{padding: 10px 15px 35px 15px;}

.cuerpo-top{
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(../img/TOPBAR.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.notify-block, .notify-block .panel-heading, .notify-block .panel-footer{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.notify-block .panel-heading{border-top: 3px solid #333; min-height: 65px;}

.notify-block .panel-heading{background-size: auto 100%; background-repeat: no-repeat;}

.notify-block.corporativos .panel-heading{border-top-color: #f7c051; background-image: url(../img/topBar_01.jpg);}
.notify-block.ubicacionales .panel-heading{border-top-color: #76baf2; background-image: url(../img/topBar_02.jpg);}
.notify-block.personales .panel-heading{border-top-color: #ea6262; background-image: url(../img/topBar_03.jpg);}

.notify-block .notify-container{height: 380px; overflow: auto;}

.img-perfil{
    max-width: 300px;
    height: 177px;
    width: 100%;
    margin: 0 auto 15px auto;
}
.img-perfil> .no-photo{
    width: 100%;
    max-height: 100%;
}

.module{margin-bottom: 25px; font-family: 'Dosis', sans-serif;}
.module > a{color: #a47d2b; display: block;}
.module > a:hover{text-decoration: none; color: #876624;}
.module > a label{color: #333 !important; cursor: pointer;}

.module > .module-eventos{color: red;}
.module > .module-empleado{color: blue;}
.module > .module-mailing{color: yellow;}
.module > .module-presupuesto{color: black;}
.module > .module-personal{color: pink;}
.module > .module-maquinaria{color: green;}


.menu-nav a{display: block; padding: 9px 15px 9px; color: #FFF; font-size: 14px; text-transform: uppercase;}
.menu-nav a:hover, .menu-nav a:focus, .menu-nav a.in{background-color: #2b2a2a; text-decoration: none;}
.menu-nav .submenu a{color: #999; font-size: 12px; padding: 7px 35px;  text-transform: uppercase;}

.menu-nav a > i.fa{width: 26px;}
.menu-nav a > span.fa{
    float: right;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #c4cfda;
}

.btnMovil .btn {
    position: absolute;
    left: 10px;
    height: 24px;
    line-height: 0.6rem;
    top:5px;
    color: #333;
    background: #fff;
    border: 1px solid #333;
    font-size: 1rem;
    margin-top: 0px;
    padding: 0px 8px 0px 8px;
    cursor: pointer; }

.menu-top h4{
     margin: 0;
}

#main #cuerpo{
    display: flex;
    align-items:stretch;
}
.menu{
    min-height: 100vh;
    /*position: absolute;*/
    width: 230px;
    display: flex;
    padding: 0;
    z-index: 1;
    background-color: #333;
    color: #FFF;
    font-family: 'Dosis', sans-serif;
}
.contenedor{
    width: 89%;
    position: relative;
    background-color: #FFF;
}
.menu_tableta_abierto{ width: 150px; }

.contenido_menu_lateral{
    width: 100%;
}
.menu-nav ul.submenu li{position: relative;}
.menu-nav ul.submenu li:before {
    background: #5b5b5b;
    bottom: auto;
    content: "";
    height: 7px;
    left: 18px;
    margin-top: 13px;
    position: absolute;
    right: auto;
    width: 7px;
    z-index: 1;
    border-radius: 50%;
}
.menu-nav ul.submenu li:after {
    border-left: 1px solid #5b5b5b;
    bottom: 0;
    content: "";
    left: 21px;
    position: absolute;
    top: 0;
}

.menu-nav .active{
    border-right: 5px solid #a47d2b;
}
.menu-nav .active > a{
    box-shadow: rgba(0,0,0,.25) 0 1px 0, inset rgba(255,255,255,.16) 0 1px 0
}
.menu-nav ul.submenu{margin-top: 1px;}

.table th.actions{min-width: 150px}
.table tfoot .pagination{margin: 0;}

.div-importe{line-height: 2.3}

.tipo-plato{margin-top: 0; padding-bottom: 0}
.tipo-plato + .dl-horizontal > dt{text-align: left; width: 60px;}
.tipo-plato + .dl-horizontal > dd{margin-left: 80px;}

#esquema-platos div[id^='platos-'] .tipo-plato{margin-top: 25px;}
#esquema-platos div[id^='platos-'] > div:first-child .tipo-plato{margin-top: 0;}
#esquema-platos div[id^='platos-'] > div:first-child .tipo-plato h5{margin-top: 0;}

.tipo-plato + .dl-horizontal > dt, .tipo-plato + .dl-horizontal > dd{margin-bottom: 10px}

.tipo-plato .form-control.h5{margin: 0;}

.form-control.add_plato{width: 480px;}

.btn-limpio{padding: 0; margin: 0; color: #333;}
.btn-limpio:hover{color: #a47d2b;}

input[type="checkbox"].form-control{-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
-moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 0);
box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 0);}

.listado-imagenes img{max-width: 60px;}

#editar_menu .modal-footer{margin-bottom: -15px}

.listado-files{margin-bottom: 10px;}
.listado-files:last-child{margin-bottom: 0px;}

.table .page-header{margin-top: 15px;}
.table .tab-content{padding-top: 15px;padding-bottom: 15px;}

.tab-recetaingr a{color: #333; background-color: #f0f0f0; border-bottom: 1px solid #DDD !important; border-left: 1px solid #DDD !important; border-right: 1px solid #DDD !important; border-top: 1px solid #DDD !important;}
.tab-recetaingr a:hover{background-color: #eaeaea !important;}
.tab-recetaingr .active > a{background-color: #FFF; border-bottom: 1px solid #FFF !important;}
.tab-recetaingr .active > a:hover{background-color: #FFF !important;}

.bloque-costes .titulo-costes, .bloque-costes .importe-costes{margin: 0}
.bloque-costes .titulo-costes + hr{margin: 5px 0 15px; border-color: #DDD;}

.bloque-costes .encabezado{background-color: #CCC;}
.bloque-costes dd.encabezado{height: 20px;}

/* ORDEN DE SERVICIO */
#ordenServicio .page{
    width: 100%;
    max-width: 2480px;
    max-height: 3508px;
    border: 1px solid #CCC;
    padding: 8% 12%;

    page-break-after: always;
}
#ordenServicio .page .header{margin-bottom: 150px;}
#ordenServicio .page .block{margin-bottom: 25px; padding-top: 0; padding-bottom: 0;}
#ordenServicio .page .block:last-child{margin-bottom: 0;}
#ordenServicio .page .page-header > h4{margin: 0;}

#ordenServicio .page .bloque-infoCliente dl > dt{width: 85px;}
#ordenServicio .page .bloque-infoCliente dl > dt + dd{margin-left: 95px;}

#ordenServicio .table-menu-ordenservicio p:first-child{margin-bottom: 2px;}

#ordenServicio .table-menu-ordenservicio tr.title-table > td,
#ordenServicio .table-menu-ordenservicio tr.title-table > th,
#ordenServicio .table-menu-ordenservicio td.title-table,
#ordenServicio .table-menu-ordenservicio th.title-table{background-color: #a47d2b; color: #FFF;}

#ordenServicio .table-menu-ordenservicio tr.title-block > td,
#ordenServicio .table-menu-ordenservicio tr.title-block > th,
#ordenServicio .table-menu-ordenservicio td.title-block,
#ordenServicio .table-menu-ordenservicio th.title-block{background-color: #CCC; color: #333;}
/* END */

/* Presupuesto */
@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url(fonts/ACaslonPro-Regular.otf);
}
@font-face {
    font-family: 'Adobe Caslon Pro Italic';
    src: url(fonts/ACaslonPro-Italic.otf);
}
#Presupuesto h1, #Presupuesto h2, #Presupuesto h3, #Presupuesto h4, #Presupuesto h5, #Presupuesto h6,
#Presupuesto .h1, #Presupuesto .h2, #Presupuesto .h3, #Presupuesto .h4, #Presupuesto .h5, #Presupuesto .h6{font-family: 'Adobe Caslon Pro', 'sans-serif';}

#Presupuesto i{font-family: 'Adobe Caslon Pro Italic', 'sans-serif';}
#Presupuesto p{line-height: 1.1; font-size: 15px;}

#Presupuesto .page{
    width: 100%;
    max-width: 2480px;
    max-height: 3508px;
    border: 1px solid #CCC;
    padding: 5%;
    font-family: 'Adobe Caslon Pro', 'sans-serif';
    page-break-after: always;
}
#Presupuesto .page > .body{padding-right: 2%; padding-left: 2%; padding-top: 2%;}
#Presupuesto .page .header{margin-bottom: 25px;}
#Presupuesto .page .block{margin-bottom: 25px; padding-top: 0; padding-bottom: 0;}
#Presupuesto .page .block:last-child{margin-bottom: 0;}
#Presupuesto .page .page-header > h4{margin: 0;}

#Presupuesto .page .bloque-infoCliente dl > dt{width: 85px;}
#Presupuesto .page .bloque-infoCliente dl > dt + dd{margin-left: 95px;}

#Presupuesto .table-menu-ordenservicio tr.title-table > td,
#Presupuesto .table-menu-ordenservicio tr.title-table > th,
#Presupuesto .table-menu-ordenservicio td.title-table,
#Presupuesto .table-menu-ordenservicio th.title-table{background-color: #a47d2b; color: #FFF;}

#Presupuesto .table-menu-ordenservicio tr.title-block > td,
#Presupuesto .table-menu-ordenservicio tr.title-block > th,
#Presupuesto .table-menu-ordenservicio td.title-block,
#Presupuesto .table-menu-ordenservicio th.title-block{background-color: #CCC; color: #333;}

#Presupuesto .table-menu-ordenservicio td{border: 0; padding-left: 0; padding-right: 0;}
#Presupuesto .table-menu-ordenservicio tr:first-child > td{padding-top: 0}

#Presupuesto .table-menu-ordenservicio p{margin-bottom: 0}

#Presupuesto .bloque-presupuesto{margin-bottom: 15px;}
#Presupuesto .bloque-presupuesto:last-child{margin-bottom: 0px;}
#Presupuesto .bloque-pestana{padding-right: 0;}
#Presupuesto .bloque-pestana > span{
    display: block;
    float: right;
    padding: 10px 15px;
    text-align: center;
    background-color: #F0F0F0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    width: 100%;
}
#Presupuesto .bloque-pestana > span > .fa{font-size: 125%; margin-right: 2px;}

#Presupuesto .bloque-menu{padding-left: 0}
#Presupuesto .bloque-menu > h5{margin-bottom: 5px}

#Presupuesto .text-dorado{color: #ab7d12;}
#Presupuesto .text-gris{color: #878787;}

#Presupuesto .panel-dorado{box-shadow: 0 0 0;}
#Presupuesto .panel-dorado > .panel-heading,
#Presupuesto .panel-dorado > .panel-body{padding-left: 0; padding-right: 0;}

#Presupuesto .panel-dorado > .panel-heading{border-bottom: 1px solid #ab7d12; color: #ab7d12;}
#Presupuesto .panel-dorado > .panel-heading .panel-title{color: #ab7d12; font-size: 18px;}
#Presupuesto .panel-dorado > .panel-heading .align-bottom{padding-top: 7px; margin-bottom: 0;}
#Presupuesto .panel-dorado hr{border-color: #ab7d12; margin-bottom: 10px;}
#Presupuesto .text-gris > small{color: inherit;}

#Presupuesto .text-normal{text-transform: none;}
#Presupuesto .first{margin-top: 0;}
#Presupuesto .last{margin-bottom: 0;}

#Presupuesto .cierre{margin-top: 50px}
/* END */

.first-child{margin-top: 0;}
.last-child{margin-bottom: 0;}

.listado-total-platos{display: inline-block;}
.listado-total-platos .dl-horizontal > dt{
    white-space: normal;
    width: 460px;
}
.listado-total-platos .dl-horizontal > dd{
    margin-left: 460px;
    padding-left: 15px;
}
.listado-total-platos .dl-horizontal > dt,
.listado-total-platos .dl-horizontal > dd{
    margin-bottom: 5px;
}

.height_fixed_350{
    height: 350px;
    overflow: auto;
}

.btn-addPlato{padding-top: 20px; padding-right: 15px;}

.pestana-block{position: absolute; left: -105px; width: 105px; z-index: -1;}
.pestana-block a{display: block; padding: 15px 15px; background: #ccc; color: #333; text-align: center;
    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -1px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
.pestana-block a:hover{background-color: #f0f0f0; text-decoration: none;}
.pestana-block ul > li:first-child{margin-top: 0;}
.pestana-block ul > li{margin-top: -3px; position: relative;}
.pestana-block ul > li.active > a{background-color: #FFF;}

.pestana-block ul > li:nth-child(1){z-index: 4;}
.pestana-block ul > li:nth-child(2){z-index: 3;}
.pestana-block ul > li:nth-child(3){z-index: 2;}
.pestana-block ul > li:nth-child(4){z-index: 1;}

.pestana-block ul > li.active{z-index: 5;}

.pestana-block a > .fa{font-size: 300%; margin-bottom: 10px}

#esquema-platos,
.contenidotab.tab-content{padding: 0; border: 0;}

/*#modal-addppto .modal-body .contenidotab{max-height: 520px; overflow: auto;}*/
#modal-addppto .modal-body, #modal-editppto .modal-body {max-height: 750px; overflow: auto;}

.well-sm .well-footer{margin: 0 -9px -9px -9px; padding: 9px; background: #e3e3e3}

.list-group-item-unique{height: 380px; padding-top: 165px;}
.list-group-item.active, .list-group-item.active:hover{
    background-color: #a47d2b;
    border-bottom-color: #a47d2b;
    border-top-color: #a47d2b;
}
.list-group-item.active > h4{margin-top: 0; margin-bottom: 0;}

.bloque-alerta-flotante{position: fixed; z-index: 10; margin-top: 15px; width: 50%; left: 25%;}
.alerta-flotante{margin-bottom: 15px;}

.CCO_emails > dt{width: 45px;}
.CCO_emails > dd{margin-left: 50px;}
.CCO_emails > dd.small{padding-top: 2px;}

.table.last{margin-bottom: 0;}

.botonera-pedidos .thumbnail .icono-boton{font-size: 15vw;}
.botonera-pedidos .thumbnail .thumbnail-footer{
    display: block;
    clear:both;

    padding: 15px 15px;

    background-color: #a47d2b;
    color: #FFF;
    margin: 0 -4px -4px -4px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.botonera-pedidos .thumbnail .thumbnail-footer .title-section{
    font-size: 1.8vw;
}


.botonera-pedidos a.thumbnail{
    text-decoration: none;
    border-color: #a47d2b;
    color: #a47d2b;
}
.botonera-pedidos a.thumbnail:hover{
    border-color: #876624;
    color: #876624;
}
.botonera-pedidos .thumbnail:hover .thumbnail-footer{
    background-color: #876624;
}

.menu .menu-top-tablet{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #a47d2b;
}
.boton-menu-tablet{width: 100%;}
.boton-menu-tablet .menu-mini{width: 100%;}
.boton-menu-tablet .menu-mini.in:before{
    content: '\f0d9';
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    width: 10px;
    position: absolute;
    right: -3px;
    font-size: 25px;
    top: 32%;
    bottom: 0;
}
.txt-mini{
    font-size: 1.3vw;
}
.menu-mini{
    padding: 8px 2px !important;
    /*
    padding-left: 2px !important;
    padding-right: 2px !important;*/
}

.boton-menu-tablet .menu-mini + .dropdown-menu.inverse{
    position: inherit;
    left: 0;
    float: none;
}
.boton-menu-tablet .menu-mini + .dropdown-menu.inverse a{
    color: #FFF;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #333;
    white-space: inherit;
}

.btn-tablet{
    position: absolute;
    top: 15px;
    left: 100%;
    z-index: 100;
    background-color: #FFF;
    border-top: 1px solid #a47d2b;
    border-bottom: 1px solid #a47d2b;
    border-right: 1px solid #a47d2b;
    padding: 2px;

    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;

    -webkit-box-shadow: 1px 1px 5px 0px rgba(189,189,189,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(189,189,189,1);
    box-shadow: 1px 1px 5px 0px rgba(189,189,189,1);
}

.btn-tablet .btn{color: #333}

.hide-tablet{display: none !important;}
.show-tablet{display: block !important;}

.lista-botonera{display: inline-block;}
.botonera-plantillas{
    width: 145px;
    display: table;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
}
.botonera-plantillas .thumbnail{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 160px;
}
.botonera-plantillas .thumbnail .caption{
    display: table;
    width: 100%;
    height: 85px;
}
.botonera-plantillas .thumbnail .caption .title-section{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    margin: 0;
}
.botonera-plantillas .thumbnail:hover{
    text-decoration: none;
    background-color: #eee;
}
.botonera-plantillas .thumbnail a>img,
.botonera-plantillas .thumbnail>img{
    max-width: 100%;
    height: 120px;
}

.label-inline-text{
    vertical-align: top;
    line-height: 2.4;
    padding-top: 4px;
}

.rotate {

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.col-multiplicador{max-width: 120px;}
.col-cuiner{max-width: 80px;}
.col-pedido, .col-enviado, .col-recibido{max-width: 80px;}
.col-tipo{width: 160px;}

.tabla-verpedidos.pendiente .col-recibido{display: none;}
.tabla-verpedidos.pendiente .col-comentarios-solcitante{display: none;}

td.col-tipo{
    vertical-align: middle !important;
}

.panel .table{margin-bottom: 0;}

#pedidos .table-responsive .table th{white-space: normal;}
#pedidos h4.panel-title{line-height: 1.7}
#pedidos .table tbody td,
#pedidos .table tfoot td{font-size: 85%;}
/*DESCOMENTAR SI EL MENU TIENE QUE SER FLOTANTE A LA DERECHA*/
/*
.menu-nav .submenu{
    position: absolute;
    width: 70%;
    margin-top: -55px;
    left: 100%;
    background: #333;
}
*/

.pestanas_inner{
    position: relative;
}
.pestanas_inner > .menu_pestanas_inner{
    display: flex;
    width: 120px;
    position: absolute;
    top: 15px;
    bottom: 0;
    min-height: 100%;
}
    .pestanas_inner > .menu_pestanas_inner > ul{
        width: 100%;
    }
    .pestanas_inner > .menu_pestanas_inner > ul > li{
        margin-bottom: 5px;
    }
.pestanas_inner > .pestanas_inner_container{
    margin-left: 120px;
}
.pestanas_inner .pestana_content{
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.pestanas_inner .btn-pestana,
.pestanas_inner .active .btn-pestana:hover{
    display: block;
    padding: 10px 15px;

    font-size: 85%;
    color: #000;
    background-color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;

    text-shadow: 1px 1px #fff;

    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
.pestanas_inner .btn-pestana:hover{
    text-decoration: none;
    border-color: #a5a5a5;
}
.pestanas_inner .btn-pestana:focus{
    text-decoration: none;
    border-color: #DDD;
}
.pestanas_inner .btn-pestana > span{
    display: block;
    margin-top: 10px;
}
.pestanas_inner > .menu_pestanas_inner > ul > li.active > .btn-pestana{
    border-right: 1px solid #FFF;
    margin-right: -1px;
    background-color: #FFF;
}

.pestana_content{
    display: none;
}
.pestana_content.active{
    display: block;
}

.tab-dashboard-planificaciones{
    padding: 10px 15px;
}

.bloque_dashboard_planificaciones{}

.iframeAutoAjustable{
    margin: 0px auto;
    display: block;
}

.nav-pills.nav-stacked{
    width: 280px;
    float: left;
}
.nav-pills.nav-stacked > li {
    background-color: #f0f0f0;
    border-left: 3px solid #f0f0f0;
}
.nav-pills.nav-stacked > li.active {
    background-color: #DDD;
    /* border-left: 0; */
    border-color: #5cb85c;
}
.nav-pills.nav-stacked + .tab-content {
    margin-left: 285px;
}
.nav-pills.nav-stacked > li.active > a {
    border-left: 0;
}
.nav-pills.nav-stacked > li.active .fa {
    color: #428BCA;
}
.nav-pills.nav-stacked > li .fa {
    float: right;
    line-height: 32px;
    margin-right: -5px;
}

.bloque_dashboard_planificaciones .tab-content{
    border: 0;
    padding: 0;
}

.bloque_dashboard_planificaciones .nav-pills>li.active>a,
.bloque_dashboard_planificaciones .nav-pills>li.active>a:focus,
.bloque_dashboard_planificaciones .nav-pills>li.active>a:hover{
    background-color: #D9EDF7;
    color: #31708f;
}
.bloque_dashboard_planificaciones .nav>li{
    margin: 2px 0;
}
.bloque_dashboard_planificaciones .nav>li>a{
    padding: 5px 10px;
    border-radius: 0 0 0;
    line-height: 1.2
}

.bloque_dashboard_planificaciones table{
    font-size: 12px
}
.botones-iconos{
    display: inline-block;
    vertical-align: top;
    min-width: 200px;
    margin-right: 10px;
}
.botones-iconos .thumbnail{
    border:2px solid #a47d2b;
    border-radius: 10px;
}
.botones-iconos .thumbnail:hover{
    border-color: #2bcb5f;
    text-decoration: none;
}

.botones-iconos .thumbnail:hover  .title-section{ color: #2bcb5f; text-decoration: none;}
.botones-iconos .thumbnail,
.botones-iconos .thumbnail .caption{ display: block; width: 100%; position: relative;}
.botones-iconos .caption i{
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    background: #FFF;
 }
 .botones-iconos .caption .title-section{
    display: block;
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #a47d2b;
 }
 .botones-iconos .caption .title-section > span{
    font-size: 1.8rem;
 }

 .icono-sede:before,
 .icono-elaborado:before,
 .icono-noelaborado:before{
    content: "";
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    background-size: 100%;
 }

.icono-sede:before{
    background-image: url(../img/icono-sede-color.png);
}

.icono-elaborado:before{
    background-image: url(../img/icono-elaborado.png);
}
.icono-noelaborado:before{
    background-image: url(../img/icono-noelaborado.png);
}

.botonera-plantillas .btn-app-outline{
    border: 2px solid  #a47d2b;
    color:  #a47d2b;
    cursor: pointer;
}
.botonera-plantillas .btn-app-outline:hover{
    border-color: #2bcb5f;
    text-decoration: none;
    background-color: #FFF;
}
.botonera-plantillas .btn-app-outline:hover .title-section{ color: #2bcb5f; }
.botonera-plantillas .btn-app-outline .title-section{ color: #a47d2b; }
#comprobar_accion label{ margin-right: 15px; }

.listado_url_youtube > li{
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0;
}
.listado_url_youtube > li:last-child{
    border-width: 0;
}
.listado_url_youtube strong{
    display: inline-block;
    vertical-align: top;
    width: 175px;
}

/*************************/
/*     MEDIA QUERIES     */
/*************************/
/* MÓVILES */

.listado-sedes > li{margin-bottom: 10px;}
.listado-sedes .btn.active{
    background-color: #a47d2b;
    border-color: #a47d2b;
    color: #FFF;
    box-shadow: 0 0 0;
}

.form-inner{
    margin: -10px -15px -10px 0px;
    padding: 2px 15px;
}
    .form-inner .form-group{margin-bottom: 0;}

.panel .table-calendario thead > tr > th{
    background-color: #FCF8E3;
    color: #333;
}

.table-calendario tbody > tr > td:nth-child(6),
.table-calendario tbody > tr > td:nth-child(7){
    background-color: #bdbdbd;
}
.table-calendario tbody > tr > td.danger,
.table-calendario .danger .aCalendar:hover{
    background-color: #f2dede !important;
}

.table-calendario tbody > tr > td{
    padding: 0;
}
.table-calendario tbody > tr > td.active{
    padding: 8px;
}
.table-calendario .aCalendar{
    display: block;
    padding: 8px;

    color: #333;
}
.table-calendario .aCalendar:hover,
.table-calendario .aCalendar:active,
.table-calendario .aCalendar:focus{
    text-decoration: none;
    background-color: #e6e6e6;
}

/*
 * WIZARD *
 */
.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
}
.wizard_horizontal ul.wizard_steps li a, .wizard_horizontal ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #666;
}

.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 4px;
    background: #ccc;
    top: 20px;
    width: 100%;
    z-index: 4;
    left: 0;
}
.step_no, .wizard_horizontal ul.wizard_steps li a.selected:before {
    background: #a47d2b;
    color: #fff;
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}
.step_no, .wizard_horizontal ul.wizard_steps li a:hover{
    text-decoration: none;
}
.wizard_horizontal ul.wizard_steps li a.done .step_no,
.wizard_horizontal ul.wizard_steps li a.done:before {
    background: #2bcb5f;
    color: #fff;
}
/*
 * END WIZARD *
 */

.step_content{
    position: relative;
    margin-bottom: 25px;
    margin-top: 45px;

    border: 1px solid #DDD;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.step_content .step_header{
    margin-top: -30px;
    margin-bottom: 15px;
}

.step_content .step_header .step_number{
    display: inline-block;
    text-align: center;
    margin: 0 15px 0 15px;
    background-color: #FFF;
    border: 3px solid #a47d2b;
    color: #a47d2b;

    width: 63px;
    height: 63px;

    font-size: 28px;
    line-height: 60px;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}


.step_content .step_body{
    padding: 10px 15px;
}

.step_content .step_footer{
    border-top: 1px solid #DDD;
    padding: 10px 15px;
    background-color: #f2f2f2;
}

.step_body > .well{
    margin-bottom: 45px;
}

.step_body.fixed_350{
    min-height: 350px;
}

.step_content .thumbnail:hover{
    border-color: #a47d2b;
    text-decoration: none;
}
/*
 * Informe de producción *
 */
#produccion .opt-produccion:hover{
    background-color: #f2f2f2;
}

#produccion .opt-produccion.active{
    background-color: #a47d2b;
    border-color: #a47d2b;
    text-decoration: none;
}

#produccion .opt-produccion.active > .caption{
    color: #FFF;
}

#calendario .panel-default .table-bordered > thead > tr > th,
#calendario .panel-default .table-bordered > thead > tr > td,
#calendario .panel-default .table-bordered > tbody > tr > th,
#calendario .panel-default .table-bordered > tbody > tr > td,
#calendario .panel-default .table-bordered > tfoot > tr > th,
#calendario .panel-default .table-bordered > tfoot > tr > th{
    border-color: #DDD;
}

#calendario .panel-info .table-bordered > thead > tr > th,
#calendario .panel-info .table-bordered > thead > tr > td,
#calendario .panel-info .table-bordered > tbody > tr > th,
#calendario .panel-info .table-bordered > tbody > tr > td,
#calendario .panel-info .table-bordered > tfoot > tr > th,
#calendario .panel-info .table-bordered > tfoot > tr > th{
    border-color: #bce8f1;
}

#calendario .panel-danger .table-bordered > thead > tr > th,
#calendario .panel-danger .table-bordered > thead > tr > td,
#calendario .panel-danger .table-bordered > tbody > tr > th,
#calendario .panel-danger .table-bordered > tbody > tr > td,
#calendario .panel-danger .table-bordered > tfoot > tr > th,
#calendario .panel-danger .table-bordered > tfoot > tr > th{
    border-color: #ebccd1;
}

#calendario .panel-warning .table-bordered > thead > tr > th,
#calendario .panel-warning .table-bordered > thead > tr > td,
#calendario .panel-warning .table-bordered > tbody > tr > th,
#calendario .panel-warning .table-bordered > tbody > tr > td,
#calendario .panel-warning .table-bordered > tfoot > tr > th,
#calendario .panel-warning .table-bordered > tfoot > tr > th{
    border-color: #faebcc;
}

#calendario .panel-success .table-bordered > thead > tr > th,
#calendario .panel-success .table-bordered > thead > tr > td,
#calendario .panel-success .table-bordered > tbody > tr > th,
#calendario .panel-success .table-bordered > tbody > tr > td,
#calendario .panel-success .table-bordered > tfoot > tr > th,
#calendario .panel-success .table-bordered > tfoot > tr > th{
    border-color: #d6e9c6;
}

.esquemaArbol .listado_modulos .btn_modulo,
#permisos_empresas .listado_modulos .btn_modulo{
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
    color: #333;
}
.esquemaArbol .listado_modulos .btn_modulo:hover,
.esquemaArbol .listado_modulos .btn_modulo:active,
.esquemaArbol .listado_modulos .btn_modulo:focus,
#permisos_empresas .listado_modulos .btn_modulo:hover,
#permisos_empresas .listado_modulos .btn_modulo:active,
#permisos_empresas .listado_modulos .btn_modulo:focus{
    background-color: #F5F5F5;
    text-decoration: none;
}
    .esquemaArbol .listado_modulos .btn_modulo > .fa,
    #permisos_empresas .listado_modulos .btn_modulo > .fa{
        margin-right: 7px;
    }

    .esquemaArbol .listado_modulos .btn_modulo > .fa:before{
        content: "\f147";
    }

    .esquemaArbol .listado_modulos .btn_modulo.collapsed > .fa:before{
        content: "\f196";
    }

.esquemaArbol .listado_modulos .btn_mark_modulo,
#permisos_empresas .listado_modulos .btn_mark_modulo{
    margin: -10px -15px;
    line-height: 38px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-left: 1px solid #DDD;
    background-color: #D0E9C6;
    color: #3c763d;
    width: 45px;
}
    .esquemaArbol .listado_modulos .btn_mark_modulo.btn_out,
    #permisos_empresas .listado_modulos .btn_mark_modulo.btn_out{
        background-color: #fcf8e3;
        color: #8a6d3b;
    }

.esquemaArbol .listado_modulos .listado_secciones,
#permisos_empresas .listado_modulos .listado_secciones{
    margin-top: 11px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;

    background-image: url("../img/arbol_sinrama.png");
    background-repeat: repeat-y;
    background-position: 15px 0;
}
.esquemaArbol .listado_secciones > .list-group-item,
#permisos_empresas .listado_secciones > .list-group-item{
    background: url("../img/arbol.png");
    background-repeat: no-repeat;
    background-position: 15px top;
    padding-left: 35px;
    border: 0;
}
    .esquemaArbol .listado_secciones > .list-group-item:first-child,
    #permisos_empresas .listado_secciones > .list-group-item:first-child{
        border-top: 1px solid #DDD;
    }
    .esquemaArbol .listado_secciones > .list-group-item:last-child,
    #permisos_empresas .listado_secciones > .list-group-item:last-child{
        background: url("../img/arbol_fin.png");
        background-repeat: no-repeat;
        background-position: 15px center;
    }
        .esquemaArbol .listado_secciones .list-group-item .listado_secciones .list-group-item:first-child,
        #permisos_empresas .listado_secciones .list-group-item .listado_secciones .list-group-item:first-child{
            border-top: 0px;
        }
.esquemaArbol .listado_secciones > a.list-group-item:hover,
#permisos_empresas .listado_secciones > a.list-group-item:hover{
    text-decoration: underline;
}
.esquemaArbol .listado_secciones > .list-group-item .fa,
#permisos_empresas .listado_secciones > .list-group-item .fa{
    margin-right: 7px;
}


.cuerpo-ingredientes-modal{
    position: relative;
    margin-bottom: 15px;
}
#recalculo_ingredientes{
    background-color: #FFF;
    padding: 0;
    width: 100%;
}
    #recalculo_ingredientes > .flecha{
        color: #a47d2b;
        font-size: 22px;
        line-height: 13px;
        height: 10px;
        padding-right: 12px;
    }
        #recalculo_ingredientes > .flecha > .fa{
            line-height: 7px;
        }
.cuerpo-recalculo-ingredientes{
    border: 1px solid #a47d2b;
    padding: 15px;
    background-color: #FFF;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

tr[id*="ingredientes_receta_"] td .flecha{display: none;}
tr[id*="ingredientes_receta_"] td .cuerpo-recalculo-ingredientes{border: 0}

#recalculo_ingredientes .label-inline-text{
    line-height: 1.4;
}

/*
 * FULLCALENDAR
 */
/* .fc-widget-content{
     min-height: 165px !important;
 }*/
.fc-h-event,
.fc-v-event{
    color: #333 !important;
    border: 1px solid #DDD !important;
}
.fc-h-event.disabled,
.fc-v-event.disabled{
    cursor: not-allowed !important;
}
.evento_fullcalendar{
    padding: 5px;
    margin: 0 2px 2px;
    border: 1px solid #DDD;
    border-radius: 4px 4px 4px;
    font-size: 12px;
    background: #1ABB9C;
}
.evento_fullcalendar .btn-block{
    width: auto;
}

.fc-scroller.fc-time-grid-container{ height: auto !important;}

@media( max-width:1600px){
    .contenedor{ width: 85%; }
}


.page-produccion-orden #elaboraciones .column.uno, #informe_produccion .column.uno{ width: 46%; display: inline-block;}
.page-produccion-orden #elaboraciones .column.dos, #informe_produccion .column.dos{ width: 22%; display: inline-block;}
.page-produccion-orden #elaboraciones .column.tres, #informe_produccion .column.tres{ width: 22%; display: inline-block;}
@media( max-width: 990px){
 .page-produccion-orden #elaboraciones .column.uno,
 .page-produccion-orden #elaboraciones .column.dos,
 .page-produccion-orden #elaboraciones .column.tres{ width: 88%; display: inline-block; margin-bottom: 10px;}
}

.page-produccion-orden #compras .column.uno, #informe_produccion .column.uno{ width: 46%; display: inline-block;}
.page-produccion-orden #compras .column.dos, #informe_produccion .column.dos{ width: 22%; display: inline-block;}
.page-produccion-orden #compras .column.tres, #informe_produccion .column.tres{ width: 22%; display: inline-block;}
@media( max-width: 990px){
 .page-produccion-orden #compras .column.uno,
 .page-produccion-orden #compras .column.dos,
 .page-produccion-orden #compras .column.tres{ width: 88%; display: inline-block; margin-bottom: 10px;}
}












