/**
 * Redefinicions
 */
body {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background-color: #fff;
    color: #000;
    margin: 0;
    font-size: 12px; /* 1em=11px */
    color: #333;
    border: none;
}

textarea {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

input,select,textarea,table,button {
    font-size: 1em;
}

html,form,h1,h2,h3,h4,p,ul,ol,li,dl,dt {
    margin: 0;
    padding: 0;
    border: none;
}

ul,li {
    list-style: none;
}

.detall ol,.detall ul,.detall li, .details ol, .details ul,.details li{
    list-style-position: outside;
    list-style-type: disc;
    list-style-image: none;
}

.detall ol,.detall ul, .details ol ol, .details ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 25px;
}

.detall li, .details li {
    margin: 3px 0;
}

acronym,abbr {
    border-bottom: dotted 1px #555;
    cursor: help;
}

table {
    border: 0;
    border-spacing: 0;
    margin: 0;
}

table td,table th {
    empty-cells: show;
    padding: 0;
    vertical-align: top;
}

img {
    border: 0;
}

a,a:hover,a:active,a:link,a:visited, .ui-widget-content a {
    text-decoration: none;
    color: #2363C9; /* personalitzable */
}

.close_doc {
    background: transparent url(./img/icones/close_doc.png) no-repeat left
        center;
    padding-left: 15px;
}

/**
 *  Generals
 */
.dre {
    float: right;
}

.esq {
    float: left;
}

.ocult {
    display: none;
}

.centrat,.cos .centrat {
    text-align: center;
}

/**
 * Formularis
 */
body .cos_central form input.boto {
    width: auto;
    padding: 0 1.64em;
}
/* Inputs */
input[type=text],input[type=password],input[type=number],input[type=time],textarea,input.hasDatepicker {
    /* personalitzable */
    border: 1px solid #D0D0D0;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    padding-left: 0px;
}

select {
    border: 1px solid #D0D0D0;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

optgroup {
    font-size: 1em;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    padding: 2px;
}

/**
 *	Cap�alera
 */
.barretina {
    background-position: bottom left;
    background-repeat: repeat-x;
    background-color: #4391E8; /* Original */ /* personalitzable */
    /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader ( src =
            './img/barretina.png', sizingMethod = 'scale' );*/
    height: 50px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
}

.barretina[class] {
    background-image: url(./img/barretina.png);
    height: auto;
    min-height: 50px
}

.barretina * {
    color: #fff;
}

.barretina #menu_sup_dreta { /*float:right;*/
    /*width:67em;*/ /* No funciona posar width:auto */
    margin-top: 20px;
}

.barretina #menu_sup_dreta a,.barretina #menu_sup_dreta a:link,.barretina #menu_sup_dreta a:active,.barretina #menu_sup_dreta a:visited,.barretina #menu_sup_dreta a:hover
{
    color: #fff;
}

.ico_home {
    background: transparent url(./img/icones/home.png) no-repeat left center;
    padding-left: 20px;
}

.ico_logout {
    background: transparent url(./img/icones/logout.png) no-repeat left
        center;
    padding-left: 15px;
}

.ico_usuari {
    background: transparent url(./img/icones/usuari.png) no-repeat left
        center;
    padding-left: 18px;
}

.ico_imprimir {
    background: transparent url(./img/icones/impressora.png) no-repeat left
        center;
    padding-left: 20px;
}

.ico_idioma {
    background: transparent url(./img/icones/idioma.png) no-repeat left
        center;
    padding-left: 22px;
}

.ico_sobre {
    background: transparent url(./img/icones/sobre.png) no-repeat left center;
    padding-left: 22px;
}

.ico_sobre_avis {
    background: transparent url(./img/icones/sobre_ple.png) no-repeat left center;
    background-position: 0px 5px;
    padding-left: 22px;
}

/* Icones marcades al detall */
.idioma_actual,.idioma_disponible,.idioma_no_disponible {
    padding: 1px;
    border: 1px solid #aaa;
    border-bottom-width: 3px;
}

.idioma_actual {
    border-color: #fff;
}

.idioma_disponible {
    border-color: #0c0;
}

h1 {
    float: left;
    color: #fff;
    font-size: 1.8em;
    font-weight: normal;
    margin-top: 12px;
    margin-left: 0.5em;
}

.logotip {
    float: left;
    margin-right: 5px;
}

.barretina #menu_sup_dreta>div {
    float: right;
    position: relative;
    border-right: 1px solid #F1EDEC;
    padding-right: 14px;
    margin-left: 1em;
}

.barretina #menu_sup_dreta>div.primer {
    border-right: none;
}

.barretina #menu_sup_dreta>div.desplegable {
    background: transparent url(./img/icones/desplegar_menu.png) center
        right no-repeat;
    padding-right: 23px;
}
/* Submen� desplegable d'idiomes */
.barretina li ul {
    position: absolute;
    z-index: 4;
    top: 13px; /* IE */
    left: -1em; /* IE */
    background-color: #bbb;
    margin: 0;
    border: 1px solid #F1EDEC;
    border-top: none;
    padding: 0.7em 1em 0.6em 1em;
    margin-left: -1px;
    width: auto; /* Per eliminar el width heredat*/
    background-repeat: repeat;
    background-color: #4391E8; /* Original */ /* personalitzable */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader ( src =
        arrelSubprojecte + 'img/fons_desplegable_barretina.png', sizingMethod
        = 'scale' );
}

.barretina[class] li ul {
    background-image: url('./img/fons_desplegable_barretina.png');
}

.barretina li ul li { /* Caixes dels items de men� */
    display: block;
    float: none;
    width: 6em;
    min-width: 6em;
    margin: 1px 4px;
    padding: 0;
    border: 0;
}

.barretina[class] li ul li {
    width: auto;
}

.barretina li>ul {
    /* Per sobreescriure top i left a navegadors diferents a IE */
    top: auto;
    /*	left: auto; */
}

.barretina li:hover ul,.barretina li.over ul {
    /* Per mostrar els submen�s */
    display: block;
}

/* Inputs public */
.barretina li ul li input { /* Caixes dels items de men� */
    color: #000;
    margin-top: 2px;
}

/*
 *  Cos central
 */
.cos_central {
    float: left;
    width: 100%;
    height: 500px;
    min-height: 500px;
    margin: 5px 0;
    text-align: center; /* IE */
}

.cos_unic {
    float: left;
    width: 100%;
    margin: 5px 0;
    height: 500px;
    min-height: 500px;
}

.cos_central[class],.cos_unic[class] {
    height: auto;
}

.contingut_centrat { /* per IE */
    float: left;
    width: 100%;
    text-align: center;
}

/*
 * Pantalla de login
 */
.cos_central .form_login {
    width: 30em;
    margin: 12em auto 0;
    text-align: left;
}

.cos_central .form_login[class] div {
    height: auto;
}

.cos_central .form_login input,.cos_central .form_login div {
    width: 12em;
    margin-left: auto;
}

.cos_central .form_login label {
    padding-right: 1.3em;
    line-height: 2.1em;
}

.form_login img {
    margin-left: 13px;
    vertical-align: bottom;
}

.form_login #linkRecuperarContrasenya{
    float: right;
    margin-top: 10px;
}

#bombollaLogin #divLogin{
    margin-top: 10px;
}

/*
 * Canvi de contrasenya
 */
.cos_central .form_canvi_contrasenya {
    width: 37em;
    margin: 12em auto;
    text-align: left;
}

.cos_central .form_canvi_contrasenya[class] div {
    height: auto;
}

.cos_central .form_canvi_contrasenya input,.cos_central .form_login div
{
    width: 12em;
    margin-left: auto;
}

.cos_central .form_canvi_contrasenya label {
    padding-right: 1.3em;
    line-height: 2.1em;
}

/*
 * Compartit a pantalla de login i canvi de contrasenya
 */
.cos_central .caixa_login .vores {
    border: 1px solid #D0D0D0;
    padding: 1.55em 0 2.1em;
    float: left;
    width: 100%;
}

.cos_central .caixa_login .interior {
    text-align: right;
    padding: 0 3em;
    float: right;
    width: auto;
}

.cos_central .caixa_login h2 {
    text-align: right;
    padding: 5px 40px 15px 0;
    font-size: 2.24em;
    font-weight: normal;
    background: transparent url(./img/icones/candau.gif) no-repeat top right;
}

.cos_central .caixa_login th {
    font-weight: normal;
}

.cos_central .caixa_login table {
    float: right;
}

.cos_central .caixa_login div {
    float: left;
    width: 100%;
}

span.textErrorLogin, #bombollaLogin .textErrorLogin {
    color: #d00;
    margint-bottom: 10px;
    display: block;
    padding-top: 2em;
    float: left;
    width: 100%;
}

#bombollaLogin .textErrorLogin{
    padding-top: 1em;
    padding-bottom: 1em;
}

.cos_central .caixa_login .interior div {

}

.flota100 {
    float: left;
    width: 100%;
}

.caixa_login img {
    margin-left: 13px;
    vertical-align: bottom;
}

/*
 * Barra superior
 */
/*
 * T�tol principal
 */
.barra_titol_principal_pagina {
    float: left;
    width: 100%;
    border-bottom: 2px solid #D6D6D6;
    padding-top: 7px;
    padding-bottom: 3px;
    margin-bottom: 13px;
}

.barra_titol_principal_pagina h2 {
    float: left;
    font-weight: normal;
    font-size: 2em;
}

.barra_titol_principal_pagina h2 span {
    color: #676767;
    font-weight: bold;
    font-size: 0.6em;
}
/*
 * T�tols secundaris
 */
.barra_titols_secundaris_pagina {
    float: left;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    margin-top: -6px;
    padding-bottom: 3px;
    margin-bottom: 13px;
}

.barra_titols_secundaris_pagina h3 {
    float: left;
    font-weight: normal;
    font-size: 2em;
    margin-right: 25px;
}

.barra_titols_secundaris_pagina h3 span {
    color: #676767;
    font-weight: bold;
    font-size: 0.6em;
}

/**
 *  Llista de links a supedicions o fil d'ariadna
 */
.fil_ariadna {
    float: left;
    margin: 0 1px 10px;
    width: 100%;
    color: #676767;
    width: 100%;
    font-weight: bold;
}

.fil_ariadna ul {
    display: inline;
    font-weight: normal;
}

.fil_ariadna li {
    display: inline;
    color: #000;
}

.fil_ariadna li a {
    padding-right: 3px;
}

.fil_ariadna li li {
    padding-left: 15px;
    background: transparent url(./img/separador_ariadna.png) no-repeat left
        center;
}

/**
 *  Llista de links a les llistes de subedicions al detall
 */
.llista_subedicions {
    margin: 0 5px 14px;
    text-align: right;
}

.llista_subedicions li {
    padding-left: 10px;
    display: inline;
}

.llista_subedicions li a {
    padding-left: 15px;
    background: transparent url(./img/icones/subedicio_sota.gif) no-repeat
        left center;
}

/* Barra subedicio */
.barra_subedicio {
    padding: 3px 0;
    float: left;
    width: 100%;
    border-bottom: 2px solid #D6D6D6;
    margin: 40px 0 8px;
}

.barra_subedicio h2 {
    font-weight: bold;
    float: left;
    font-size: 1.18em;
    padding-top: 7px;
}

.barra_subedicio ul {
    float: right;
    width: 35%;
}

.barra_subedicio ul li {
    float: right;
    min-height: 16px;
    margin-left: 2.27em;
}

.barra_subedicio ul li a,.barra_subedicio ul li a:link,.barra_subedicio ul li a:active,.barra_subedicio ul li a:visited,.barra_subedicio ul li a:hover
{
    color: #000;
}
/* desplegables barra*/
.barra_subedicio li a { /* links llista dreta */
    display: block;
    padding-left: 22px;
    padding-top: 4px;
    min-height: 16px;
    height: 20px;
    background: transparent no-repeat center left;
    text-align: center;
}

.barra_subedicio[class] li a {
    height: auto;
}

.barra_subedicio li a { /* links llista dreta */
    text-align: center;
    min-width: 22px;
}

.barra_subedicio .ico_nou {
    background-image: url(./img/icones/nou_petita.gif);
    padding-left: 25px;
}

.barra_subedicio .ico_eliminar {
    background-image: url(./img/icones/eliminar_petita.gif);
    padding-left: 18px;
}

.barra_subedicio .ico_copiar {
    background-image: url(./img/icones/copiar_petita.gif);
    padding-left: 27px;
}

.barra_subedicio .ico_vincular {
    background-image: url(./img/icones/vincular_petita.gif);
    padding-left: 25px;
}

/* Submen� desplegable d'idiomes */
.barra_subedicio li ul {
    z-index: 4;
    top: 23px; /* IE */
    left: 3; /* IE */
    background-color: #bbb;
    margin: 0;
    width: auto;
    position: relative;
}

.barra_subedicio li ul li { /* Caixes dels items de men� */
    display: block;
    float: none;
    min-width: 50px;
    margin: 1px 4px;
    padding: 0;
}

/* Per sobreescriure els superiors */
.barra_subedicio li ul li a {
    background: transparent;
    padding: 0;
    text-align: left;
}

.barra_subedicio li>ul {
    /* Per sobreescriure top i left a navegadors diferents a IE */
    position: absolute;
    top: auto;
    left: auto;
}

.barra_subedicio li:hover ul,.barra_subedicio li.over ul {
    /* Per mostrar els submen�s */
    display: block;
}

/* COS */
.contingut .cos {
    width: 100%;
    float: left;
}

/* Cercadors i info resultats */
.cerca_rapida {
    text-align: right;
    margin: 4px 0;
    float: right;
}

.nowrap {
    white-space: nowrap;
}

/* Columna d'idiomes*/
.idioma_rs_vp,.idioma_rs_vc,.idioma_rs_vn,.idioma_rn_vp,.idioma_rn_vc,.idioma_rn_vn
{
    font-size: smaller;
    text-transform: uppercase;
    font-weight: bold;
}

.idioma_rs_vp,.idioma_rs_vc,.idioma_rs_vn {
    border-width: 1px;
    border-style: solid;
}

.idioma_rs_vp { /* Registre propi visibilitat pr�pia */
    color: #539F00;
    border-color: #539F00;
    cursor: help;
}

.idioma_rs_vn,.idioma_rn_vn { /* no visible */
    color: #D70D0D;
    border-color: #D70D0D;
    cursor: default;
}

.idioma_rs_vc,.idioma_rn_vc { /* Visibilitat capturada */
    color: #FF910F;
    border-color: #FF910F;
    cursor: help;
}

/* Barra d'idiomes del detall */
.barra_idiomes_detall {
    text-align: right;
    margin: 10px 0;
}

th .asc {
    background: transparent url(./img/icones/ordre_asc.gif) no-repeat right
        center;
    padding-right: 16px;
}

th .desc {
    background: transparent url(./img/icones/ordre_desc.gif) no-repeat right
        center;
    padding-right: 16px;
}

/*
 * Informaci� del n�mero de resultats
 */
.info_resultats {
    padding: 10px 0;
    float: right;
    color: #969696;
}

/**
 * Paginacions
 **/
.paginacio {
    float: right;
    /*width:100%;*/
    white-space: nowrap;
    padding: 10px 0;
    margin: 0 20px;
}

.paginacio .pag_ant,.paginacio .pag_seg,.paginacio .pag_ant_inactiu,.paginacio .pag_seg_inactiu {
    padding: 2px 20px 2px 5px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
}

.paginacio .pag_ant, .paginacio .pag_ant_inactiu {
    padding: 2px 5px 2px 20px;
}

.paginacio .pag_ant {
    background-image: url(./img/icones/fletxa_esquerra.gif);
}

.paginacio .pag_seg {
    background-position: right center;
    background-image: url(./img/icones/fletxa_dreta.gif);
}

.paginacio .pag_ant_inactiu {
    background-image: url(./img/icones/fletxa_esquerra_gris.gif);
}

.paginacio .pag_seg_inactiu {
    background-position: right center;
    background-image: url(./img/icones/fletxa_dreta_gris.gif);
}

.paginacio a,.paginacio .separador_grups {
    padding: 2px 6px;
}

.separador_pagines,.pag_ant_inactiu,.pag_seg_inactiu {
    color: #ccc;
}

.paginacio .separador_pagines {
    padding: 2px 0;
}

.paginacio .pag_act {
    font-weight: bold;
    padding: 2px 6px;
    vertical-align: top;
}

.paginacio a:hover {
    text-decoration: none;
}

/**
 * Cercador
 */
#divCercador {
    width: 100%;
    float: left;
    margin-bottom: 32px;
}

.cercador {
    margin: 4px 0;
}

.cercador_horitzontal tr td {
    padding: 0;
}

.cercador_horitzontal tr.etiquetes th,
.cercador_horitzontal tr.etiquetes td {
    padding: 0 14px;
    vertical-align: bottom;
    text-align: left;
}

.cercador_horitzontal tr.caixes td {
    padding: 0 10px 4px 10px;
    vertical-align: middle;
    white-space: nowrap;
}

.cercador_horitzontal tr td.titol {
    padding: 0 32px 0 0;
    vertical-align: middle;
    border-right: solid 1px #ccc;
}

.cercador_horitzontal tr:last-child td.camps {
    padding-bottom: 10px;
}

.cercador_horitzontal tr td.botons {
    padding: 0 0 14px 32px;
    vertical-align: bottom;
    border-left: solid 1px #ccc;
}

.cercador_horitzontal label {
    text-align: left;
}

.cercador_vertical tr td {
    padding: 4px 0;
    border: none;
}

.cercador_vertical tr td:first-child {
    padding-right: 8px;
    text-align: right;
}

.cercador_vertical tr td.titol {
    font-weight: bold;
    text-align: left;
}

.cercador_vertical tr td.botons {
    padding: 0 0 8px 0;
    text-align: right;
}

/* Cercador amb tabuladors */
.cercador_horitzontal #tabs tr.etiquetes th,
.cercador_horitzontal #tabs tr.etiquetes td {
    padding: 4px 14px;
}

.cercador_horitzontal #tabs .ui-tabs-nav{
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.cercador_horitzontal #tabs{
    border: none;
    margin: -4px;
}

.cercador_horitzontal .ui-tabs-panel {
    float: left;
}

.minical {
    background: transparent url(./img/icones/calendari_16.png) no-repeat
        scroll center center;
    width: 16px;
    height: 16px;
}

.minical span {
    display: none;
}

button.calendari {
    background: transparent url(./img/icones/botoCalendari.png) no-repeat center
        center;
    border: none;
    cursor: pointer;
    width: auto;
}

button.ui-datepicker-trigger {
    background: transparent url(./img/icones/botoCalendari.png) no-repeat center center;
    border: none;
    cursor: pointer;
}

.barra_mobil {
    background: #eee url(./img/redimensio_vertical.png) no-repeat scroll
        center center;
    height: 5px;
    cursor: s-resize;
    border: 1px solid #aa9c8f;
    /*	border-left: none;*/
    /*	border-right: none;*/
}

textarea.redimensionable {
    margin-bottom: 0;
    border-bottom: none;
}

/**
 *	Camps no tradu�bles
 */
.no_traduible {
    color: #c22;
    cursor: help;
}

/**
 * MCE Editor
 */
.mceEditorContainer table td {
    padding: 0;
}

/**
 *  Peu de p�gina
 */
.peu {
    float: left;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #999;
}

/**
 * Altres estils
 */
.redondeo_tl {
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-top-left: 10px;
}

.redondeo_tr {
    -moz-border-radius-topright: 10px;
    -webkit-border-radius-top-right: 10px;
}

.redondeo_bl {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottom-left: 10px;
}

.redondeo_br {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottom-right: 10px;
}

table.ampla th,table.ampla td {
    padding: 10px;
}

table.llista {
    float: left;
    width: 100%;
}

table.llista .tr1 td .desplega td {
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

table.llista .tr2 td .desplega td {
    padding: 0px 0px 0px 10px;
    vertical-align: middle;
}

table.llista .tr3 td {
    background-color: #FF9933;
}

.plus {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    width: 18px;
}

.plus_3_9 {
    background: url(./img/css/linia_3_9.gif) no-repeat 50%;
}

.plus_3_6_9 {
    background: url(./img/linia_3_6_9.gif) no-repeat 50%;
}

.plus_3_6 {
    background: url(./img/linia_3_6.gif) no-repeat 50%;
}

.plus_0_3_6 {
    background: url(./img/linia_0_3_6.gif) no-repeat 50%;
}

.plus_0_3 {
    background: url(./img/linia_0_3.gif) no-repeat 50%;
}

.plus_3 {
    background: url(./img/linia_3.gif) no-repeat 50%;
}

.linia {
    padding: 0px;
    width: 18px;
}

.sense_linia {
    background: url(./img/blanc.gif) no-repeat 50%;
}

.linia_0 {
    background: url(./img/linia_0.gif) no-repeat 50%;
}

.linia_0_3 {
    background: url(./img/linia_0_3.gif) no-repeat 50%;
}

.linia_0_6 {
    background: url(./img/linia_0_6.gif) no-repeat 50%;
}

.linia_0_3_6 {
    background: url(./img/linia_0_3_6.gif) no-repeat 50%;
}

.linia_3_6 {
    background: url(./img/linia_3_6.gif) no-repeat 50%;
}

.linia_3_9 {
    background: url(./img/linia_3_9.gif) no-repeat 50%;
}

.linia_3_6_9 {
    background: url(./img/linia_3_6_9.gif) no-repeat 50%;
}

.linia_3_6_9_plus {
    background: url(./img/linia_3_6_9.gif) no-repeat 50%;
}

.linia_6 {
    background: url(./img/linia_6.gif) no-repeat 50%;
}

.cmsContenidor {
    float: left;
    margin-left: 10px;
}

textarea,input.ample {
    width: 100%;
}

tr.marcat th,tr.marcat td,div.marcat {
    background-color: pink;
}

form a.ico_mostrar, a.ico_mostrar {
    background: url("img/icones/mes_formulari.gif") no-repeat scroll left
        center transparent;
    padding-left: 15px;
}

form a.ico_tancar, a.ico_tancar {
    background: url("img/icones/tanca_menu.gif") no-repeat scroll left
        center transparent;
    padding-left: 25px;
}

.detall p {
    margin-bottom: 7px;
}

/**
 * Llista d'accions
 */
.llista_accions {
    /*overflow: hidden;*/
    width: 100%;
    border-top: 1px solid #d9d9d9;
    background: #ebebeb;
    margin-bottom: 2px;
    float: left;
}

.llista_accions ul {
    float: left;
    padding: 7px;
    width: 100%;
}

.llista_accions[id*="accions_taula_llista_"] > ul {
    width: 60%;
}

.llista_accions li {
    float: left;
    white-space: nowrap;
    height: 22px;
    padding: 0 12px;
    border-right: 1px solid #d9d9d9;
}

.llista_accions li:last-child {
    border-right: none;
}

.llista_accions li a,.llista_accions li span {
    display: block;
    white-space: nowrap;
    height: 18px;
    padding: 4px 0 0 30px;
    /*	color: #333; */
}

.llista_accions .ico_accio a,.llista_accions .ico_accio span {
    padding-left: 2px;
}

.llista_accions .ico_accio_agrupar {
    position: relative;
    background: url("img/fletxa_avall_16.png") no-repeat scroll right bottom
        transparent;
}

.llista_accions .ico_accio_agrupar.desplegat {
    background: url("img/fletxa_amunt_16.png") no-repeat scroll right bottom
        transparent;
}

.llista_accions ul ul .ico_accio_agrupar.desplegat {
    background: url("img/fletxa_dreta_16.png") no-repeat scroll right bottom
        #e8e8e8;
}

.llista_accions .ico_accio_agrupar a {
    cursor: pointer;
    cursor: pointer;
    padding-right: 16px;
    background: url("img/ico_accions/seleccio.png") no-repeat scroll 3px
        center transparent;
}

.llista_accions .ico_accio a {
    background: none;
}

.llista_accions .ico_accio_afegir a {
    background: url("img/ico_accions/nou.png") no-repeat scroll left center
        transparent;
}

.llista_accions .ico_accio_editar a, .llista_accions .ico_accio_editar span {
    background: url("img/ico_accions/editar.png") no-repeat scroll 1px
        center transparent;
}

.llista_accions .ico_accio_eliminar a, .llista_accions .ico_accio_eliminar span, a.ico_accio_eliminar, span.ico_accio_eliminar {
    background: url("img/ico_accions/eliminar.png") no-repeat scroll 2px
        center transparent;
}

.llista_accions .ico_accio_copiar a, .llista_accions .ico_accio_copiar span {
    background: url("img/ico_accions/copiar.png") no-repeat scroll 2px
        center transparent;
}

.llista_accions .ico_accio_informe a {
    background: url("img/ico_accions/informes.png") no-repeat scroll 2px
        center transparent;
}

.llista_accions .ico_accio_calendari a, .llista_accions .ico_accio_calendari span {
    background: url("img/ico_accions/calendari.png") no-repeat scroll 2px
        center transparent;
    padding-left: 30px;
}

.llista_accions .ico_accio_guardar a {
    background: url("img/ico_accions/guardar.png") no-repeat scroll 2px
        center transparent;
    padding-left: 30px;
}

.llista_accions .ico_accio_desfer a {
    background: url("img/ico_accions/desfer.png") no-repeat scroll 2px
        center transparent;
    padding-left: 26px;
}

.llista_accions .ico_accio_config a {
    background: url("img/ico_accions/config.png") no-repeat scroll 1px
        center transparent;
}

.llista_accions .ico_accio_descarregar a{
    background: url("img/icones/descarregar.png") no-repeat scroll 2px 2px transparent;
    background-size: 16px;
}

.llista a.ico_accio, .llista span.ico_accio{
    width: 16px;
    height: 16px;
    display: block;
    font-size: 0;
}

.menu_accions {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: solid 1px #ccc;
    margin: 0;
    padding: 0;
    text-align: left;
}

.menu_accions .menu_accions{
    left: 100%;
    top: -5px;
}

.menu_accions ul {
    padding: 0 12px 0 0;
}

.menu_accions li {
    float: none;
    border: none;
    margin: 4px 0;
}

/*
table tr.titolGrup td {
        font-weight: bold;
        background-color: #FFF;
}
*/

table tr.titolGrup td {
    font-weight: bold;
    background-color: #EBEBEB;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
}

table.llista td.cellaEstreta {
    width: 60px;
    text-align: center;
}

table.llista td.cellaEditar {
    width: 180px;
    text-align: right;
}

table.llista .cellaNumerica {
    width: 80px;
    text-align: right;
}

table.llista td.informe_titol {
    font-weight: bold;
    background-color: #fff;
}

#llistaAutocompletar {
    border: solid 1px #ccc;
    max-height: 80px;
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    background-color: #fff;
}

#llistaAutocompletar a {
    display: block;
    z-index: 2000;
    position: relative;
    cursor: default;
    padding: 2px 10px;
    color: #333;
}

#llistaAutocompletar a.seleccionat {
    background-color: #eee;
}

.descripcio_camp {
    font-size: 0.8em;
    color: #6B6B6B;
}

.multiselect_multi table {
    width: auto;
    margin: 10px 0;
}

.multiselect_multi td {
    width: 40px;
}

.multiselect_multi select {
    width: 180px;
}

.titol_seccio_bombolla {
    width: 100%;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: 8px;
    padding: 3px 0;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;
}

table.informeCalendari {
    border-collapse: separate;
    border-spacing: 1px;
}

table.informeCalendari th {
    width: 120px;
    padding: 8px;
    background-color: #ebebeb;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

table.informeCalendari th.nomMes {
    background-color: #fff;
    font-size: 1.5em;
}

table.informeCalendari td {
    width: 120px;
    height: 120px;
    padding: 8px;
    background-color: #f4f4f4;
}

table.informeCalendari td.mesAnterior,table.informeCalendari td.mesSeguent
{
    height: auto;
    vertical-align: bottom;
    background-color: #fff;
    font-weight: inherit;
}

table.informeCalendari td.mesSeguent {
    text-align: right;
}

table.informeCalendari td.buida {
    background-color: #f8f8f8;
}

a.afegir {
    cursor: pointer;
    cursor: pointer;
    background: transparent url(./img/icones/afegir.gif) no-repeat left
        center;
    padding-left: 14px;
}

a.desplegable,a.desplegable:hover {
    cursor: pointer;
    cursor: pointer;
    background: transparent url(./img/fletxa_dreta_16.png) no-repeat -4px
        center;
    padding-left: 10px;
    /*color: #333;*/
    font-weight: bold;
}

a.desplegable.desplegat,a.desplegable.desplegat:hover {
    background-image: url(./img/fletxa_avall_16.png);
}

#bombolla ul,.bombolla ul {
    margin: 8px 0;
}

#bombolla ul,#bombolla li,.bombolla ul,.bombolla li {
    list-style: square inside none;
}

.bombolla .area_notificacio ul,.bombolla .area_notificacio li, .bombolla .llista_accions ul, .bombolla .llista_accions li {
    margin: 0;
    list-style: none;
}

.noConfirmat {
    color: #f32;
    font-weight: bold;
}

/**
 * Estils d'impressi�
 */
@media print {
    .noImprimir,.no_imprimir {
        display: none;
    }
}

/**
 * Contenidors de blocs
 */
.contenidorBloc {
    float: left;
    width: 100%;
}

.contenidorBloc h2 {
    padding-left: 28px;
    background: transparent url(./img/subedicio/ico_subedicio_color.png)
        no-repeat left bottom;
}
/**
 * Barra de t�tols de subedici� superior
 */
.barra_titols_secundaris_pagina h3 {
    padding-left: 28px;
    background: transparent url(./img/subedicio/ico_subedicio_color.png)
        no-repeat left bottom;
}

a.obrir {
    width: 16px;
    height: 16px;
    display: block;
    background: url('img/icones/obrir_menu.gif') no-repeat bottom center;
}

a.tancar {
    width: 16px;
    height: 16px;
    display: block;
    background: url('img/icones/tancar_menu.gif') no-repeat bottom center;
}

a.ico_cercar {
    background: url("img/icones/lupa_cercar.png") no-repeat scroll left
        center transparent;
    padding-left: 15px;
}

.normal {
    font-weight: normal;
}

.llista_accions .ico_accio_agrupar_personalitzada {
    background: url("img/fletxa_avall_16.png") no-repeat scroll right bottom
        transparent;
}

.llista_accions .ico_accio_agrupar_personalitzada a {
    padding-right: 16px;
    padding-left: 0;
    background-image: none;
}

.avisHome {
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    width: 48%;

    /*width: 100%;*/
}

.seccio-100 {
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    width: 100%;
}


.avisHome h3, .seccio-100 h3 {
    border-bottom-color: #D6D6D6;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

.avisHome h4, .seccio-100 h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avisHome ul,.avisHome li {
    list-style: disc inside none;
    margin: 5px;
}

.avisHome p {
    padding: 5px 0;
}

.area_instruccio ul, .area_instruccio li{
    list-style: disc inside none;
}
.area_instruccio ul{
    margin-left: 20px;
}
.area_instruccio br{
    margin-bottom: 7px;
}

.bombollaNotificacio table.errors, .bombollaNotificacio table.warns {
    width: 100%
}

.bombollaNotificacio table.errors th {
    color: #e32;
}

.bombollaNotificacio ul {
    margin: 8px 0 16px 0;
    padding-left: 20px;
}

.bombollaNotificacio li {
    list-style: disc outside none;
}

#formAutoritzats th{
    display: none;
}
#formAutoritzats td{
    padding: 0;
}

.cos .caixa_arbre {
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    height: auto !important;
    max-height: 250px;
    overflow: auto;
}

table.formulari .caixa_arbre td {
    background-color: #fff;
}

.cos .caixa_arbre table {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cos .caixa_arbre td {
    margin: 0;
    padding: 0;
    width: auto;
    vertical-align: middle;
}

.caixa_arbre td.linia {
    text-align: center;
    padding: 0;
    width: 18px;
    height: 24px;
}

.obrir_arbre {
    width: 18px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: url(img/obrir_arbre.gif) no-repeat 50%;
    cursor: pointer;
    cursor: pointer;
}

.tancar_arbre {
    width: 18px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: url(img/tancar_arbre.gif) no-repeat 50%;
    cursor: pointer;
    cursor: pointer;
}

.sense_linia {
    background: url(img/blanc.gif) no-repeat 50%;
}

.linia_0 {
    background: url(img/linia_0.gif) no-repeat 50%;
}

.linia_0_3 {
    background: url(img/linia_0_3.gif) no-repeat 50%;
}

.linia_0_6 {
    background: url(img/linia_0_6.gif) no-repeat 50%;
}

.linia_0_3_6 {
    background: url(img/linia_0_3_6.gif) no-repeat 50%;
}

.linia_3_6 {
    background: url(img/linia_3_6.gif) no-repeat 50%;
}

.linia_3_9 {
    background: url(img/linia_3_9.gif) no-repeat 50%;
}

.linia_3_6_9 {
    background: url(img/linia_3_6_9.gif) no-repeat 50%;
}

.linia_3_6_9_plus {
    background: url(img/linia_3_6_9.gif) no-repeat 50%;
}

.linia_6 {
    background: url(img/linia_6.gif) no-repeat 50%;
}
#avisManteniment {
    background: #ff0b1b url("img/icones/notificacio_nota2.png") no-repeat scroll left center;
    border-radius: 5px;
    color: white;
    left: 25%;
    padding: 10px 30px 10px 40px;
    position: absolute;
    top: 15%;
    font-weight: bold;
    display: none;
}

#canviRol {
    /*display: inline;*/
    height: 15px;
    /* width: 00%; */
    /*padding-left: 10px;*/
    /*white-space: nowrap;*/
    font-weight: bold;
    margin-top: 5px;
}

/*
#canviRol form { display: inline; }
#canviRol select{
        width: 200px;
}
*/
#canviRol select, #canviRol select *{
    color: #333;
}
#rolNavegacio{
    max-width: 190px;
}
/*
#tooltipRol{
        position: absolute;
        top: -7px;
        right: 15px;
        padding: 2px 8px;
        border: 1px solid #fff;
        background-color: #FFFFD2;
        opacity: 0.95;
        !*max-width: 320px;*!
        color: #333;
        white-space: nowrap;
        z-index: 1;
}
#tooltipRol * {
        color: #333;
}
*/
.barretina #menu_sup_dreta {
    /*background-color: darkred;*/
    height: 35px;
    margin-top: 7px;
}

.barretina #menu_sup_dreta > div {
    /*background-color: darkblue;*/
    display: table;
    height: 35px;
}
.barretina #menu_sup_dreta > div > a{
    /*background-color: darkgreen;*/
    display: table-cell;
    padding-top: 10px;
}
.barretina #menu_sup_dreta > div > span{
    /*background-color: darkgreen;*/
    display: table-cell;
    padding-top: 10px;
}
.barretina #menu_sup_dreta > div.ico_usuari > span:not(:only-child){
    display: block;
    padding-top: 0;
}

@-moz-document url-prefix() {
    #canviRol {
        margin-top: 2px;
    }
    .barretina #menu_sup_dreta > div > span{
        margin-top: -1px;
    }
}

a.help {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    cursor: help;
    position: relative;
    top: 3px;
}

a.help span {
    display: none;
}

.tooltipRol {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #FFFFD2;
    padding: 5px;
    opacity: 0.85;
    /*max-width: 220px;*/
    top: 20px !important;
}

.tooltipRol h3 {
    font-size: 100%;
    font-weight: normal;
}

.tooltipRol h3, .tooltipRol div {
    margin: 0;
    white-space: nowrap;
}

.contenidorBloc{
    position: relative;
}

li.info_extra{
    float: right;
    background-image: url("img/icones/notificacio_info.png");
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 28px;
}

div.info_extra{
    position: absolute;
    background-color: #ebebeb;
    border: 1px solid #d9d9d9;
    max-width: 350px;
    right: 0;
    top: 40px;
    height: 100px;
}

div.info_extra div.titol_info_extra{
    font-weight: bold;
    padding: 7px;
}
div.info_extra .close_doc{
    width: 0;
    overflow: hidden;
    float: right;
}

.control-error, .control-alerta, .control-correcte {
    min-height: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 20px;
    padding-left:28px;
    display: table-cell;
    vertical-align:middle;
}

.netejar_log {
    padding-top: 7px;
    display: table-cell;
    vertical-align:middle;
}

.control-error {
    background-image: url("img/icones/notificacio_error.png");
    color: #c92c2c;
}
.control-error span {
    color: #c92c2c;
}
.control-alerta {
    background-image: url("img/icones/notificacio_alerta.png");
    color: #AD9100;
}
.control-alerta span {
    color: #AD9100;
}
.control-correcte {
    background-image: url("img/icones/notificacio_correcte.png");
    color: #000;
}
.control-correcte span {
    color: #000;
}

/*
 * Barra de progrés
 */
.barraProgres {
    margin-left:10px;
    display:inline-block;
    border-radius: 60px;
    overflow: hidden;
    width: 100px;
}

.barraProgresInterior {
    display: block;
    background: rgba(0,0,0,0.075);
}

.progresBarraProgres {
    display: block;
    background: #75b800;
    color: #fff;
    padding: 5px;
    width: 50%;
}
.control-alerta .progresBarraProgres {
    background: #AD9100;
}
.control-error .progresBarraProgres {
    background: #c92c2c;
}

/*
 * Reescriptura jQuery
 */
body .ui-icon-background, body .ui-state-active .ui-icon-background {
    background-color: #fff;
}

h1 .textEntorn {
    margin-left: 5px;
    padding: 2px 5px;
    font-size: 11px;
    border-width: 1px;
    border-color: #9ca6af;
    background-color: #fff;
    color: #6f7782;
    border-style: solid;
    border-radius: 4px;
    width:auto;
    text-transform: uppercase;
    ;
}
body div .inhabilitat {
    color: #9ca6af !important;
}
