/*contenidor principal de formularis*/
.columnador_forms{
    display: inline-block;
    margin: 0em 1em 0em 1em;
    max-width:32em;
    vertical-align: top;
}

.columnador_forms_multi{
    display: inline-block;
    margin: 0em 1em 0em 1em;
    max-width:67em;
    vertical-align: top;
}
/*aquest columnador serveix per fer dues columnes que ocupen el espai central en parts iguals.*/
.columnador_doble{
    display:inline-block;
    min-width:48%;
    margin:0.5em 0em;
    vertical-align: top;
}

/*aquest columnador serveix per fer 4 columnes que ocupen el espai central en parts iguals.*/
.columnador_quadruple{
    display:inline-block;
    /*min-width:203px;*/
    margin:0.5em 0em;
}

.columnador_checks{
    display:inline-block;
    margin:0.5em 0em;
    vertical-align: top;
}

.checkboxgroup{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
/*linea formada pel label i el input, al estar aqui dins SEMPRE queden en "inline"*/
.selectors{
    /* display:table-row; OLD infantil*/
    display: inline-table;
    text-align: left;
    width:100%;
}

/*botons al costat del input*/
.label_btn{
    display:table-cell;
    margin: 0.4em 0em 0em 0.3em;
}

/*label mostra el text// selects,text i hores son inputs*/
.labels, .xtra_labels .selects, .text, .hores,.text_mid, .text_small, .textarea_labels{
    /*display: table-cell;*/
    display: inline-block;
    margin: 0.4em 0em 0em 0.3em;
}

/*text al costat dels inputs*/
.labels{
    width:11em !important;
    text-align: right;
}

/*text al costat dels inputs*/
.textarea_labels{
    width:inherit;
}

.xtralabels{
    text-align: right;
}

/*text al costat dels textarees*/
.textarea_labels{
    vertical-align: top;
    padding-top: 8px;
    text-align: left;
}

/*tamany estandar*/
.arxius, .text{
    width:16.5em;
    height: 2em !important;
    border-radius: 3px;
}

/*tamany mitja*/
.text_mid{
    width:8em;
}

/*tamany petit*/
.text_small{
    width:4em;
}

/*inputs*/
.selects{
    cursor:pointer;
    max-width:16.5em;
    margin: 1px 5px 1px;
}
.arxius{
    cursor:pointer;
}
.hores{
    max-width:3em;
    min-width:3em;
    cursor: pointer;
}

.check, .radiochecks{
  position: relative;
  /*top: 3px;*/
  /*left: 5px;*/
}
.radiochecks{
    display:table-cell;
    margin:0.3em 0em 0em 0.3em !important;
    /*margin-right:0.3em !important;*/
    cursor:pointer;
}

.radiochecks_gr{
    cursor:pointer;
}

.check_table {
    text-align: center;
}

.check_table label{
    display: none;
}

.check-min-margin {
    margin-top: 7px;
    margin-bottom: 7px;
}

.input_data {
    font-size: 11px;
    font-family: "verdana";
    width: 1em;
}

/*botons*/
.boto{
    clear: both;
    background-color: #ed7703;
    padding: 0.3em 1em 0.4em 1em;
    border: 1px white solid;
    font-weight: bold;
    font-size: 12px !important;
    color: white !important;
    border-radius: 5px !important;
    cursor: pointer;
    float: right;
    margin: 0.3em 0.7em 0.3em 0.3em;
    overflow: hidden;
    text-decoration: none;
    height: 2.4em;
}

.inline{
 clear:none !important;
}

.boto:hover{
    border:1px #C9C9C9 solid;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.boto a{
    text-decoration: none;
    color: white;
}

.boto-help {
    padding-top: 5px;
    vertical-align: top;
}

.boto-dni {
    margin-right: 8.5em !important;
}

.fletxes {
    background-image: url("../images/fletxes_boto.png");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    padding-left: 3em !important;
}

.no_clear {
    clear: unset;
}

.desa {
    margin: 0.3em;
    clear: none;
}

.cerca {
    font-weight: bold;
    font-size: 12px;
    color: white;
    border-radius: 5px !important;
    padding: 0.3em 1em 0.3em 2.9em;
    border: 1px white solid;
    cursor: pointer;
    background: url('../images/fletxes_boto.png') #ed7703 no-repeat 10px 55%;
    height: 2.4em;
}

.cercador{
        margin: 0.7em 0em 0.7em 0.5%;
}

.calendari{
    cursor: pointer;
    margin: 0em 0.4em;

}

.pdf{
    background: url('../images/b_pdf.png') no-repeat scroll left center;
    padding: 2.5px;
    text-indent: 18px;
    font-size: smaller !important;
}
/*  opcions de llista de cerca que surt a aula  */

.llista p{
    float:left;
    margin:0.5em 2em 0.5em 0em;
}

.llista{
    overflow: hidden;
    display:block;
    margin-left:0.5em;
}

.opcions_llista{
    float:right;
    margin:0.5em 0.5em 0.5em 0em;
}


/* Classe pels onmouseover de quan passem per damunt */
a.info {
    position:relative;
    z-index:24;
    color:#000;
    text-decoration:none;
}
a.info:hover {
    z-index:25;
    background-color:#EEEEEE;
    cursor:pointer;
}
a.info span {
    /* Esta es la que hace que el texto en el span no se despliegue en el estado normal de la URL */
    visibility:hidden;
    display: none;
}
a.info:hover span {
    /* Esta zona es la que hace que se despliegue cuando nos ubicamos sobre el texto de la URL o la imagen dentro de la URL */
    visibility:visible;
    display:block;
    position:absolute;
    top: -2em;
    left:2em;
    width:400px;
    border:1px solid #999999;
    background-color:#EEEEEE;
    color:#000000;
    text-align: left;
    padding: 5px;
}


/* #### LIVE VALIDATION: ESTILS PER LES COMPROBACIONS DE FORMULARI ###################### */
/* #### Per actualitzacions, ajuda, instruccions -> http://www.livevalidation.com ####### */
.LV_validation_message{
    font-size:11px;
    font-weight:bold;
    margin:5px 0 0 0;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_invalid_field, input.LV_invalid_field, textarea.LV_invalid_field
{
    background-color:#fcdbdb;
    /*border: 1px solid #CC0000;*/
}

.LV_invalid_field_bonificacio, input.LV_invalid_field_bonificacio, textarea.LV_invalid_field_bonificacio
{
    background-color:#fcdbdb;
    /*border: 1px solid #CC0000;*/
}

/* input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active
##################################################################################### */

/*form .selectors *:first-child{
    margin-bottom: 15px;
}

*/


input, textarea {
/*    padding: 9px;  */
/*    border: solid 1px #E5E5E5;  */
    border: solid 1px #888;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
/*    width: 200px;  */
    background: #FFFFFF left top repeat-x;
    /*background-image: url('../images/bg_form.png') ;*/
/*    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  */
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    }

textarea {
    width: 100% !important;
    height: 150px;
    line-height: 150%;
    border-radius: 3px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
    margin-left: 10px;
    color: #999999;
}

.submit input {
    width: auto;
    padding: 9px 15px;
    background: #617798;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

table.taula_form {
    margin: 0 auto;
    clear: both;
    width: 100%;
}

table.taula_form table.display td {
    height: 16px;
    padding: 3px 10px;
}

table.taula_form tr:nth-child(even) {
    background: #CCC;
}
table.taula_form tr:nth-child(odd) {
    background: #FFF;
}

.tr_height {
    height:40px; vertical-align: middle;
}

.opener {
    font-weight: bold;
    cursor:pointer;
}

.crumbs {
    text-align: center;
}

.crumbs ul {
    list-style: none;
    display: inline-table;
}
.crumbs ul li {
    display: inline;
}
.crumbs.responsive {
    width: auto;
    margin: 0;
}

.crumbs ul li{
    display: block;
    float: left;
    height: 40px;
    background: grey;
    text-align: left;
    padding: 10px 20px 0px 30px;
    position: relative;
    margin: 0 10px 0 0;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    word-wrap: inherit;
}

.crumbs ul li p {
    overflow: hidden;
    height: 1.5em;
}
.crumbs ul li:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid grey;
    position: absolute; right: -20px; top: 0;
    z-index: 1;
}

.crumbs ul li:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f6f5f5;
    position: absolute; left: 0; top: 0;
}

.crumbs ul li:first-child {
    border-top-left-radius: 10px; border-bottom-left-radius: 10px;
}

.crumbs ul li:first-child::before {
    display: none;
}

/*.crumbs ul li:last-child {
    padding-right: 30px;  TODO
    border-top-right-radius: 10px; border-bottom-right-radius: 10px;
}
.crumbs ul li:last-child::after {
    display: none;
}*/

.crumbs ul li[data-carrusel-last-item="true"] {
    padding-right: 30px;  /*TODO */
    border-top-right-radius: 10px; border-bottom-right-radius: 10px;
}

.crumbs ul li[data-carrusel-last-item="true"]::after{
    display: none;
}

/*.crumbs ul li:hover {
    background: #fa5ba5;
}
.crumbs ul li:hover:after {
    border-left-color: #fa5ba5;
}*/

fieldset {
    border-radius:5px;
    position:relative;
    border:none;
    background-color: #ccc;
    margin-top:10px;
    padding-bottom: 1em;
}

fieldset legend {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: left;
    width: 100%;
    background-color: #999;
    padding: 5px;
    color: white;
    text-indent: 3px;
    font-size: 13px;
    font-weight: bold;
}


fieldset legend i{
    margin-right:5px;
}

fieldset.collapsable[mostra="false"]{
    padding: 0px;
}

fieldset.collapsable[mostra="false"] legend{
    margin: 0px;
    border-radius: 5px;
}

fieldset.collapsable[mostra="false"] div.contingut_collapsable{
    display: none;
}

img[mostra="false"] {
    display: none;
}

img[mostraExpandeix="false"] {
    display: none;
}

fieldset.collapsable div.contingut_collapsable{
    margin-left: 8px;
}

.collapsable .selectors{
    background-color: unset;
}

.imatge_colapsable {
    float: right;
    width: 0.8em;
    height: 0.8em;
    font-size: 1.5em;
}

.etiquetes{
    margin-right: 15px;
    position: relative;
    text-align: left;
}

.force_text_left{
    text-align: left !important;
}

.force_text_right{
    text-align: right !important;
}

.etiquetes .labels{
    display: inline-block;
    width: auto !important;
}

.etiquetes .radiochecks{
    width: auto !important;
    padding-left: 2px;
}

div.no_file{
    color: red;
}