body {
    background-color: #eef;
}

/********* Login style ************/
body.wellcome {
    background-color: #fff;
    background: url("../img/garden-min.jpg") no-repeat center center / cover fixed !important;
    margin: 0;
}

.flex-center {
    position: relative;
    margin-top: 3%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.content {
    background: rgba(100,100,100,0.8); /* Para navegadores que no soporten gradientes */
    background: -webkit-linear-gradient(rgba(20,25,20,0.1), rgba(20,25,20,0.3), rgba(20,25,20,0.6), rgba(20,25,20,0.1)); /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(20,25,20,0.1), rgba(20,25,20,0.3), rgba(20,25,20,0.6), rgba(20,25,20,0.1)); /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(20,25,20,0.1), rgba(20,25,20,0.3), rgba(20,25,20,0.6), rgba(20,25,20,0.1)); /* Firefox 3.6 to 15 */
    background: linear-gradient(rgba(20,25,20,0.1), rgba(20,25,20,0.3), rgba(20,25,20,0.6), rgba(20,25,20,0.1)); /* Sintaxis estandar */
    width: 100%;
    padding:0;
}

.title {
    padding-top: 0px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    font-size: 100px;
    text-shadow: 2px 2px #000;
    color: #fff;
    width: 100%;
}

/*-------------------------- Para colores formulario login --------------------------------*/
label.control-label{
    color: white;
}
.form-group.label-floating:not(.is-empty) label.control-label {
    top: -3em;
}
.form-group.is-focused label.control-label{
    color: #07ff91;
    text-shadow: 1px 1px #000;
}
.form-control, .form-group .form-control{
    background-image: linear-gradient(#ccc, #ccc), linear-gradient(#fff, #fff);
    color: white;
}
.form-group.is-focused .form-control{
    background-image: linear-gradient(#07ff91, #07ff91), linear-gradient(#fff, #fff);
    color: #07ff91;
    text-shadow: 1px 1px #000;
}
#loginError, #csrfError{
    width: 70%;
    padding: 2px 0;
    border-radius: 5px;
    margin: 0 auto;
}
.alert.alert-danger{
    background-color: rgba(244, 67, 54, 0.7);
}
.alert h4 {
    margin-bottom: 0;
}
/************************************** fin login *********************************************/

/********************************* Para submenus **********************************************/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#sucursales{
    overflow-y: auto;
    height: 380px;
}

@media (max-width: 600px) {
    #sucursales{
        height: 300px;
    }
}
/******************************** fin submenus ************************************************/

/********************************** Estilo personalizado hr ***********************************/
hr {
    margin: 5px;
    border: 0;
    height: 2px;
    background: #5ab0b4;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}


/***************************** Home ************************************/
.navbar-success{
    color: white !important;
}

.navbar.navbar-success .dropdown-menu li > a {
    font-size: 12px;
}

#encabezado div{
    color: white;
    text-shadow: 1px 1px #000000;
}

input[id="daterange"]{
    color: #0d3625;
    cursor: pointer;
}

/*------------------- Para ordenar sucursales -----------------------*/
.square {
    width: 110px;
    height: 110px;
    float: left;
    margin: 15px 0 0 20px;
    text-align: center;
}

.panel-footer{
    background-color: white;
    border-top: none;
}


.intervalo{
    margin-left: 40px;
    color: white;
}

#lTodas{
    font-size: 16px;
}

.checkbox label{
    color: #000;
    font-size: 12px;
}

.checkbox label > small{
    color: #AAE;
}

.checkbox input[type=checkbox] + .checkbox-material .check{
    background-color: #dfd;
    border-color: #1135e6;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check{
    color: #1135e6;
    border-color: #1135e6;
}

table.ingresos td:nth-last-child(-n+3),
table.ingresos th:nth-last-child(-n+3) {
    text-align: right;
}

table.servicios td:not(:nth-child(-n+2)),
table.servicios th:not(:nth-child(-n+2)) {
    text-align: right;
}

table.dia th:nth-last-child(-n+3) {
    text-align: right;
}
table.dia th:last-child {
    width: 24%;
}
table.dia th:nth-last-child(2) {
    width: 20%;
}


/************ Aviso 19 *************/
.alert-info.aviso-19 {
    font-size: 12px;
}

.alert-dismissible .close {
    font-size: 18px;
}
