/*<editor-fold desc="Loader">*/
.spinner {
    background-color: #4B3D51;
}

/*</editor-fold>*/

/*<editor-fold desc="Header">*/
/*.content-center {
    max-width: 138px;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    right: 0;
}

.content-center img {
    max-width: 100%;
}*/

.navbar {
    padding: 5px 0;
}

.navbar img {
    max-width: 100%;
}

.navbar img.logo {
    max-height: 40px;
    margin: 0 auto;
}

.navbar img.empresa {
    max-height: 40px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    padding: 1px;
    border-radius: 3px;
}

.navbar .container .row {
    display: flex;
    align-items: center;
}

.navbar .container .row .content-left,
.navbar .container .row .content-center,
.navbar .container .row .content-center a,
.navbar .container .row .content-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .container .row .content-left {
    justify-content: flex-start;
}

.navbar .container .row .content-right {
    justify-content: flex-end;
}

/*</editor-fold>*/

/*<editor-fold desc="Banner">*/
.slide {
    margin-top: 92px;
}

/*</editor-fold>*/

/*<editor-fold desc="Login">*/

.div-img-login {
    text-align: center;
    padding-top: 10px;
}

.div-img-login img {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}

/*</editor-fold>*/

/*<editor-fold desc="Menu de la semana">*/

.div-radio-custom {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 95%;
    height: 80%;
}

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom:focus, .radio-custom-label:focus, .radio-custom:active, .radio-custom-label:active {
    outline: 0 none;
}

.radio-custom-label {
    position: relative;
    width: 100%;
    height: 80%;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #ffffff8a;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin-right: 0;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 22px;
    background: #2da734;
}

.disabled .radio-custom-label:before {
    display: none;
}

.menu .content {
    position: relative;
}

.menu .tabs .tab {
    width: 20%;
    padding: 0 2px;
}

.menu .content .text {
    height: 70px;
    vertical-align: middle;
}

.texto-cancelar {
    background-color: #ffdfdf;
    padding: 24px;
    padding-bottom: 5px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
    height: 60px;
}

/*</editor-fold>*/

/*<editor-fold desc="Footer">*/
footer {
    background-color: #493a50;
}

/*</editor-fold>*/

/*<editor-fold desc="Placeholder">*/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #8f8f8f;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8f8f8f;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8f8f8f;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8f8f8f;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #8f8f8f;
}

::placeholder { /* Most modern browsers support this now. */
    color: #8f8f8f;
}

/*</editor-fold>*/

.content.disabled {
    opacity: .3;
}

/*<editor-fold desc="Alertas">*/
.msg .error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-top: 10px;
}

.msg .success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 10px;
    margin-top: 10px;
}

/*</editor-fold>*/

.titulo_border {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #888;
}

.titulo_margin {
    margin: 15px;
}

.titulo_border_cut {
    margin: 15px;
}

.main-title {
    top: 69px;
    position: sticky;
    z-index: 10;
}

.main-title .col > div {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.main-title .col > div > div {
    padding: .75em;
    margin: 0 -.75em;
    background: whitesmoke;
}

.main-title h5 i {
    vertical-align: text-bottom;
}

.main-subtitle-shadow {
    top: 130px;
    position: sticky;
    z-index: 8;
    line-height: 0;
}

.main-subtitle-shadow .col > div {
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.main-subtitle-shadow .col > div > div {
    padding: .75em;
    margin: 0 -.75em;
    background: whitesmoke;
}

.main-subtitle {
    top: 112px;
    position: sticky;
    z-index: 9;
}

.main-subtitle .col > div {
    /*border-top: 1px solid #ccc;*/
    /*border-bottom: 1px solid #ccc;*/
    padding: 0;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
}

.main-subtitle .col > div > div {
    padding: .75em;
    margin: 0 -.75em;
    background: whitesmoke;
}

.main-subtitle h5 i {
    vertical-align: text-bottom;
}

hr {
    border: 0 none;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}

ul.comidas li {
    padding-left: 100px;
    text-indent: -100px;
}

ul.comidas li strong {
    display: inline-block;
    width: 97px;
    text-indent: 0;
}

.autoscroll {
    overflow-x: auto;
    padding-bottom: 2px;
}

.autoscroll table td {
    white-space: nowrap;
}

table.bordes-laterales {
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

table.bordes-laterales td {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

table.bordes-laterales thead th {
    background: #4B3D51;
    color: #fff;
    border: 1px solid #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 5px;
}

table.bordes-laterales tfoot td {
    font-weight: bold;
}

table.bordes-laterales thead th:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

table.bordes-laterales thead th:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

table.bordes-laterales tbody tr:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

table.bordes-laterales tbody tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

table.totales th,
table.totales td {
    padding: 5px;
}