body
{
    font-size: 90%;
    font-family: Arial;
}

input
{
    font-family: Arial;
}

input[type=text],
input[type=password]
{
    border: 1px solid #666666;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=text][readonly]
{
    border: 1px solid #666666;
    background-color: #EEEEEE;
}

input[type=text][disabled]
{
    border: 1px solid #AAAAAA;
    background-color: transparent;
    cursor: default;
    color: #000000;
}

textarea[readonly]
{
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
textarea
{
    width: 100%;
}

a
{
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

fieldset
{
    border: none;
    margin:0;
    padding:0;
}

label
{
    cursor: pointer;
}

.editable[readonly]
{
    cursor: pointer;
}

.negreta
{
    font-weight: bold;
}

.majuscules
{
    text-transform: uppercase;
}

.import
{
    text-align: right;
}

.arrodonit
{
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    border-radius: 3px;	
}

.amagat
{
    display: none;
}

.etiqueta
{
    padding: 0px 5px 0px 5px;
    border: 1px solid #000000;
    background-color: #DDDDDD;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


td[estado=cancelado]
{
    font-weight: bold;
    color: #888888;
}
td[estado=cerrado]
{
    font-weight: bold;
    color: #FF6262;
}
td[estado=garantizado]
{
    font-weight: bold;
    color: #66CC00;
}
td[estado=abierto]
{
    font-weight: bold;
    color: #FFDD00;
}


.float-right
{
    float: right;
}

.float-left
{
    float: left;
}

.email
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.email li
{
    float:left;
}

input.ample
{
    width: 100%;
}

.bloq_consult
{
    color: red;
}
.regreso_bio,
.regreso_mad
{
    color: green;
}
.regreso_bio.vermell,
.regreso_mad.vermell
{
    color: red;
}

#logo
{
    border: 1px solid #000000;
    -moz-border-radius: 10px;
    border-radius: 10px;	
    position: absolute;
    left: 0;
    height: 144px;
    width: 254px;
    top: 50%;
    left: 50%;
    margin-left: -127px;
    margin-top: -250px;
    background-image: url("../imgs/logo2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

#login
{
    border: 1px solid #000000;
    -moz-border-radius: 10px;
    border-radius: 10px;	
    position: absolute;
    left:50%;
    top:50%;
    height: 391px;
    margin-top: -195.5px;
    width: 602px;
    margin-left: -301px;
    background-image: url("../imgs/mapa.jpg");
}
#login table
{
    vertical-align: center;
}


#notificacions
{
    !	display: none;
    float:left;
    height: 30px;
    margin-top: 5px;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #caf6bc;
}

#imatge_notificacions
{
    float: left;
}

#text_notificacions
{
    margin-left: 15px;
    margin-top: 5px;
    !width: 110px;
    border: 1px solid #346524;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px;
    padding: 2px;
    background-color: #9acb8b;
}

#noves_notificacions
{
    border: 1px solid #666666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    background-color: #f6bcbd;
    left:0;
    top:0;
    position:absolute;
    z-index: 4;
    width: 700;
    cursor: pointer;
}
#noves_notificacions table
{
    font-size: 85%
}

#tancar_noves_notificacions
{
    left:0;
    top:0;
    position:absolute;
    z-index: 5;
    cursor: pointer;
    background-color: #000000;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#menu
{
    border: 1px solid #AAAAAA;
    -moz-border-radius: 10px;
    border-radius: 10px;	
    padding: 5px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 200px;
}

#menu_sortir
{
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    border-radius: 5px;	
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
}

.modul
{
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    border-radius: 3px;	
    padding: 2px;
    text-align: center;
    background-color: #FFB766;/*#FFB473; */
    cursor: pointer;
}

#menu .modul
{
    margin-bottom: 5px;
}
#menu a:last-child .modul
{
    margin-bottom: 0px;
}

div.modul:hover
{
    background-color: #FF9544;/*#FF7600;*/
    border-color: #666666;
}

.modul.actual
{
    background-color: #FF7322;/*#FF8240;*/
    border-color: #666666;
}

#cerca
{
    height: 20px;
    width: 20px;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear:left;
    float:left;
    padding: 5px;
}

.cerca
{
    font-size: 90%;
}
.cerca .input_cerca
{
    font-size: 90%;
    text-transform: uppercase;
    width: 100%;
}

#informacio
{
    height: 25px;
    width: 70%;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-bottom: 5px;
}

#informacio table
{
    font-size: 90%;
}

#principal
{
    float: right;
    width: 88%;
}

.ui-tabs
{
    font-size: 90%;
    font-family: Arial;
}

.ui-tabs > div
{
    overflow: auto;
}

.ui-datepicker
{
    font-size: 70%;
}

.ui-dialog
{
    font-size: 80%;
}

.treeview
{
    font-size: 85%;
}

.llistat
{
    font-size: 90%;
}

.llistat th
{
    padding: 0px 5px 0px 5px;
    border: 1px solid #000000;
    background-color: #CCCCCC;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.llistat tr.modificat_act td
{
    background-color: #FAD2D2;
}
.llistat tr.modificat_act td.boto
{
    background-color: #DDDDDD;
}
.llsitat tr.modificat_act td.buit
{
    background-color: transparent;
}
.llistat tr.modificat_ant td
{
    background-color: #CCEEBB;
}
.llistat tr.modificat_ant td.boto
{
    background-color: #DDDDDD;
}
.llsitat tr.modificat_ant td.buit
{
    background-color: transparent;
}

.llistat td
{
    border: 1px solid #CCCCCC;
}
/*.llistat tr td.boto
{
        border: 1px solid #666666;
}
.llistat tr td.boto:hover
{
  background-color: #EEEEEE;
}*/

.boto
{
    width: 15px;
    height: 15px;
    background-color: #DDDDDD;
    border: 1px solid #666666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.boto_gran
{
    background-color: #DDDDDD;
    border: 1px solid #666666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;

}
.boto_gran span
{
    font-size: 90%;
    padding: 2px;
}

.boto_petit
{
    width: 8px;
    height: 8px;
    padding: 2px;
    background-color: #FFDDDD;
    border: 1px solid #666666;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}



div.boto
{
    padding: 2px;
}

.llistat a,
a.mailto
{
    color: #000088;
}

.numero,
.numero_decimal,
.import_no_eur
{
    text-align: right;
}

div.ui-state-error
{	
    height: 95%;
}

.span
{
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.obligatori
{
    font-weight: bold;
}	

.taula
{
    font-size: 95%;
}

.errors
{
    !font-size: 90%;
    padding: 3px;
}

.enllaç_destins,
.enllaç_clients,
.enllaç_seguro
{
    text-decoration: underline;
}

a.enllaç
{
    color: #000088;
}

.botons td,
td.buit,
th.buit
{	
    border: none;
    background-color: transparent;
}

.devolucion,
.penalizacion,
.reembolso
{
    color: #cd0a0a;
}

.barra_scroll
{
    width: 12px;
}

.notes
{
    width: 100%;
    height: 100%;
}

input.filtre
{
    font-size: 90%;
    color: grey;
}

.enllaç_calendari
{
    cursor: pointer;
}
.enllaç_calendari:hover
{
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.camp
{
    border: 1px solid #CCCCCC;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*
 * ASIGNACION DESTINOS
 */
#assignacio_destins
{
    height: 95%;
}

#error_assignacions
{
    height: 50px;
}

/*
 * VUELOS HISTORICO
 */
.visible
{
    font-size: 80%;
}

/*ALTRES*/

.modificat,
input[readonly].modificat,
textarea[readonly].modificat
{
    background-color: #caf6bc;
    !background-color: #f6bcbd;
    !background-color: #bcf;
    !border-color: #cb8b8b;
    border-color: #346524;
}

.modificat_,
input[readonly].modificat_,
textarea[readonly].modificat_
{
    background-color: #caf6bc!important;
    !background-color: #f6bcbd;
    !background-color: #bcf;
    !border-color: #cb8b8b;
    border-color: #346524;
}

.vermellos
{
    background-color: #F6BCBD;
}

.vermellos input[disabled]
{
    background-color: #FFFFFF;
}

.nou_element table,
.nou_element input[type=submit]
{
    font-size: 100%;
}

.tip_afegir_client_venta
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);

    left:89.2%;
    position:absolute;
    top:48%;
    width: 200px;
    text-align: center;
}
.tip_afegir_client_plaza
{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);

    left:85.4%;
    position:absolute;
    top:48%;
    width: 200px;
    text-align: center;
}
.tip_afegir_venta,
.tip_afegir_plaza
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);

    left:-9.1%;
    position:absolute;
    top:48%;
    width: 200px;
    text-align: center;
}

#fancybox-left span { 
    left: 20px; 
} 

#fancybox-right span { 
    left: auto; 
    right: 20px; 
} 

.ui-autocomplete
{
    font-family: DejaVu Sans Mono;
    font-size: 80%;
    max-height: 100px;
    overflow-y: auto;
}

.ui-accordion-content
{
    font-size: 90%;
}

.ui-accordion-header
{
    padding: 5px 0px 5px 25px;
    font-weight: bold;
}

.ui-tabs-nav li a
{
    font-weight: bold;
}

input.ui-button[disabled]
{
    color: #AAAAAA;
}

.hidden{
    display: none;
}
.fa-lg{
    cursor: pointer;
}

.link{
    cursor: pointer;
}

.link:hover{
    color:#FF9544;
}

.error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 500px;
}

.ok{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 500px;
}

.info{
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #bce8f1!important;
    padding: 15px!important;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 500px;
}

#fancybox-outer,#fancybox-inner{
    min-height: 600px;
}