.central_error {
    margin-bottom: 30px;
    border: none;
}

.xdebug-error td{
    max-width: 700px;
}

#central{
    display: flow-root;
    background-color: #f6f5f5;
    /*
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;*/
    border: 1px solid #666;
    font-size: 14px;
    padding: 0.5em;
}

#central label{
    font-weight: normal;
}

#central_iframe{
    font-size: 14px !important;
}


.central_titulars{
    color:white;
    font-size: 14px;
    font-weight: bold;
    background-color: #666;
    margin: 0.5em 0.5em 0.6em 0.5em;
    overflow: hidden;
}

.central_titulars_nivell_2 {
    color:white;
    font-size: 14px;
    font-weight: bold;
    background-color: #999;
    margin: 0.5em 0.5em 0.6em 0.5em;
    overflow: hidden;
}
.panel_ed>.central_titulars{
    margin: 0;
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px;
}

.panel_ed>.central_titulars_nivell_2{
    margin: 0;
    border-top-left-radius: 5px ;
    border-top-right-radius: 5px;
}

.text_titulars{
    margin:0.3em 0.6em 0.3em 0.6em;
    float:left;
}

.text_header{
    margin-top:0.3em;
    margin-bottom:0.3em;
    float:left;
}

.central_subtitulars{
    max-width:99%;
    font-size: 14px;
    margin: 0.5em 0.5em 0.6em 0.5em;
    overflow: hidden;
}

.central_subtitulars a{
    border: none;
    font-weight: normal;
    text-decoration: none;
    color:#000;
}

.central_subtitulars b{
    color:#ed7703;
}
/* varios */

.div_error{
    border-color: red;
    max-width:99%;
    font-size: 14px;
    background-color: #fcdbdb;
    margin: 0.5em 0.5em 0.6em 0.5em;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    border-radius:3px 3px 0px 0px;
}

.blockquotes{
    display:block;
    margin: 0.6em 0em 0em 2.5em;
}

.separador{
    margin:1em 0em 0em 0em;
    clear: both;
}


/******          taules estandar            *****/

/*estandar per taules*/
.taula_st_dreta{
 clear:both;
 float:right;
 background-color: #eee;
 margin-left: 10px;
 width:98% !important;
}
.taula_st{
    display: block;
}

.taula_st, .taula_st_dreta{
    margin: 0em 1em;
    border-spacing:0px;
}

.taula_st td, .taula_st_dreta  td{
    padding:2px 3px 2px 2px;
    border-bottom:1px #222 solid;
    min-width: 50px;
}

.pestanya_act{
    background-color:#ddd !important;
    border-radius:3px 3px 0px 0px;
    border: 1px #222 solid !important;
    border-bottom:0px !important;
}

.pestanya_act a p,.pestanya_act a{
    color:black !important;
    text-decoration:none;
}

.pestanya_ina{
    border-radius:3px 3px 0px 0px;
    border: 1px #222 solid !important;
}

.pestanya_ina a p,.pestanya_ina a{
    color:black !important;
    text-decoration:none;
}

/*marges per estetitzar imatges i/o inputs dins de la taula*/

.taula_st input, .taula_st_dreta input{
    margin: 0.3em 0.3em 0.3em 0.3em;
}
.taula_st img, .taula_st_dreta img{
    margin: 0.3em 0.3em 0 0.3em;
}

/************columna de descripcio************/
.taula_desc{
    min-width:100%;
    text-align: left !important;
}
.taula_desc_aules{
    text-align: left !important;
}
/************columnes de dades************/
.taula_dades{
    text-align: center;
}

/*separador de celdes*/
.espai_cell{
    padding-right:12px;
}

/*estil per mostrar linea actual*/
.fila_over:hover{
    background-color: #ddd;
}

.fila_over_ok{
    background-color: #ffe8c8;
}
.fila_over_ok:hover{
    background-color: #c4f5c4;
}

.fila_over_tancat{
    background-color: #cccccc;
}
.fila_over_tancat:hover{
    background-color: #999999;
}

.fila_over_repetit{
    background-color: #FCD23F;
}
.fila_over_repetit:hover{
    background-color: #FFA500;
}

/*estil editar registre de la taula*/
.taula_dades_edita{
    background-color: #ddd !important;
    border-left: 1px solid #222 !important;
    border-right: 1px solid #222 !important;
    border-top: 0px !important;
}

.pestanya_ina:hover{
    background-color: #c2c2c2;
}

/*******botons edicio i eliminar************/
.taula_bot_ed,.taula_bot_el{
    display:table-row;
    font-size: 9px;
}

.taula_bot_el img,.taula_bot_ed img,.taula_bot_el p,.taula_bot_ed p{
    display:table-cell;
}

.taula_bot_el p,.taula_bot_ed p{
    padding:0.3em;
}

/*capçalera flotant*/
.flotant {
    position: relative;
    left:0px;
    top:0px;
    height: 20px;
    background-color: #f6f5f5;
    opacity:.8;
}

/*graella********************************************************/

.taula_st_gr{
    display:block;
    max-width:900px;
    margin:0em 1em;
    border-spacing:0px;
}

.taula_st_gr td{
/*    padding:2px 3px 2px 2px;*/
    border-bottom:1px #222 solid;
}

.taula_st_gr input{
    margin: 0.2em 0.1em 0.2em 0.1em;
}

.taula_desc_gr{
    width:100%;
    text-align: left !important;
    font-size: 9px;
}

.taula_dades_gr{
    text-align: center;
    font-size: 9px;
}
flotant_gr {
    position: relative;
    display:inline;
    left:0px;
    top:0px;
    height: 20px;
}

.flotant_gr span{
    margin:0em;
    font-size: 9px;
}

.graella_tbody_p{
    font-size:9px;
}

.graella_tbody_g{
    font-size:14px;
}

.graella_thead th{
    font-size:10px;
}

/*rebut********************************************************/

.taula_st_re{
    display:block;
    max-width:900px;
    margin:0em 1em;
    border-spacing:0px;
}

.taula_st_re td,.taula_st_re th{
    padding:2px 4px 2px 3px;
    border-bottom:1px #222 solid;
}

.taula_st_re input{
    margin: 0.2em 0.1em 0.2em 0.1em;
}

.rebuts_preus td{
    text-align: center;
}
.taula_desc_re{
    width:100%;
    text-align: left !important;
    font-size: 9px;
}

.taula_dades_re{
    text-align: center;
    font-size: 9px;
}

/*rebut mes a mes********************************************************/

.franja_taronja{
    background-color: orange;
    text-align:right;
    font-weight: bold;
}

.franja_negra{
    color:white;
    background-color: #222;
    text-align:right;
    font-weight: bold;
}

.franja_gris{
    color:white;
    background-color: #666666;
    text-align:right;
    font-weight: bold;
}

.mam_valors{
    text-align:center;
    padding:3px 25px !important;
}

#selector_central li{
    webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 5px 5px 10px 0px rgba(3, 3, 3, 0.3);
    -moz-box-shadow: 5px 5px 10px 0px rgba(3, 3, 3, 0.3);
    box-shadow: 5px 5px 10px 0px rgba(3, 3, 3, 0.3);

    cursor: pointer;
    background-color: #ED7703;
    padding: 20px;
    color: white;
    font-size: 1.5em;
    text-align: center;
    float: left;
    margin-left: 15px;
    margin-bottom: 25px;
    margin-top: 15px;
    list-style: none;
}


.main{
    padding: 20px;
    padding-right: 40px;
    padding-left: 40px;
}