/* COLORES */
/*
    negre: #373737;
    vermell: #F20000;
    tronja: #F18230;
*/
/*************/
/* HTML */
*{
    color:#F18230;
    
}
html,body{
    background-color:#F0F0F1
}

.messages{margin-top:10px; text-align: center;}
/********/

/* HEADER */
.bg-dark{
    background-color:#373737 !important;  
    color:#F18230 !important;
}
.bg-dark a{
    color:#F18230 !important;
}
a.navbar-brand{
    margin-right:140px;
}
ul.navbar-nav li{
    margin:0 10px;
}
ul.navbar-nav li a{

    color:#F18230!important;
}
nav a, navbar a{
    font-weight: bold;
}
/*
li.active > a{
    border-bottom: 2px solid #F18230;
}*/
/*************************/
/* ADMIN VIEW */

.modal-titol-total{
    font-size: 13px;
    margin: 0;
}
p.modal-titol-total span{
    color: black;
}
.acumulado-mes-fecha-alineado{
    padding-left: 13% !important;
    text-align: left;
}
.acumulado-mes-total-alineado,
.acumulado-mes-importe-alineado{
    padding-left: 1% !important;
}

.concepte-alineado-llistat-global{
    text-align: left !important;
    padding-left: 5% !important;
}
.concepte-alineado-total-dia-contepte{
    text-align: left !important;
    padding-left: 5% !important;
}
.total-dia-fecha-alineado{
    text-align: left !important;
    padding-left: 10% !important;
}
ul.nav-franquicies{
    margin-top:20px;
    background-color:#F18230;
    margin-bottom:40px;
}
ul.nav-pills li.nav-item a{
    color:#373737;
    border-radius:0;
}
ul.nav-pills li.nav-item a.active{
    background-color:#373737;
    color: #F18230;
    font-weight: bold;
}
.informacio{
    display:none;
}
.informacio table *{

    color:#373737 !important;
}

.informacio talbe .glyphicon, #informes span.glyphicon{
    color:white !important;
}
.informacio table th, td{
    text-align: center;
    font-weight: 400;
}
.informacio table thead th{
    background-color:#373737 !important;
    color:#F18230 !important;
}

#top10{
    width: 100%; 
    min-height: 450px;
}

.pestanyes a{
    color: #373737 !important;
}

.pestanyes a.active{
    color: #F18230 !important;
    background-color: #373737 !important;
    border-color:#373737 !important;
    font-weight: bold;
}
.anterior, .siguiente{
    width:150px;
}
.filtros{
    margin: 15px 0;
}
.fila1, .fila2{
    margin: 10px 0;
}
.buscar, .reiniciar{
    width:100%;
    margin-top:36px;
}

/* CREAR USUARIS */
.taula_usuaris{
    margin-left:50px;
}
#usuaris_taula thead th{
    text-align: center;
}
#usuaris_taula td.id{
    display:none;
}
#usuaris_taula span{
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#usuaris_taula span:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.3);

}
.taula_usuaris, .form_usuaris{
    margin-top:50px;
}
.form_usuaris {
    border:2px solid #ccc;
    border-radius: 5px;
    margin-right: 50px;
    padding: 30px;
    

}
.form_usuaris *{
    color: #373737 !important;
}
.form_usuaris div.col-6{
    margin-top:20px;
}
.form_usuaris .btn-primary{
    margin-top:10px;
    color: #fff !important;
    margin-bottom:25px;
}
.form_usuaris input[type="radio"]{
    margin-left:10px;
}

.quadre-caixa{
    width:40px;
    height: 40px;
}
div.fila-tarea{
    width: 400px;
}
div.fila-tarea p.span-valor-tarea{
    display: inline-block;
    width: 200px;
    color: #F18230 !important;
}
div.fila-tarea p.span-titulo-tarea{  
    display: inline-block;
    width: 200px;
}
.quadre-caixa span.glyphicon, .modal span.glyphicon{
    color: white !important;
}

#t_modal-quadre-caixa{
    overflow-y: scroll;
    max-height: 400px;
}

#informe-desde, #informe-hasta{
    width:200px;
}

#informes h4{
    margin-top:20px;
    margin-bottom:20px;
}
#informes p{
    color:#373737;
}

#informes #informes-btn-generar{
    margin-top:40px;
}

.modal, .modal p, .modal td, .modal b, .modal h4{
    color:#373737 !important;
}
.modal-xl {
    width: 70%;
    max-width:1200px;
}

/* SERVICIOS */
#formulario-servicios{
    display:none;
    margin-bottom:20px;
}
.servicios-row .card{
    border: 2px solid #F18230;
    border-radius: 0;
    margin-right:10px;
    height: 500px;
}
.servicios-row .btn{
    background-color: #F18230;
    color:white !important;
    border: 1px solid #F18230 !important;
    border-radius: 0;
}
.servicios-container h3{
    margin-top:20px;
}
.precio{
    font-size:24px;
}

/* FOOTER */

.footer{
    height: 50px;
}

@media only screen and (max-width: 850px) {
    #t_modal-quadre-caixa{
        
    }
}
