﻿
body {
    margin: 0 0 2.5em;
}
#header {
    margin-left: 30px;
    margin-top: 5px;
}
div#wrapper div.masterHeader {
    height: 90px;
    margin: 0 auto;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}
.logoTop {
    background: url("../images/logomin.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 23px;
    width: 36px;
    cursor:pointer;
}
div.MenuGeneral {
    margin-left: 30px;
    margin-top: 50px;
    padding-left: 5px;
    width: 30%;
}
div.input > label {
    display: inline-block;
    position: relative;
    width: 150px;
}
div.Operacions {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}
div.checkbox {
    padding-top: 3px !important;
}
.comboContent div.checkbox {
    padding-top: 20px !important;
}
div.checkbox > label {
    width: 350px;
}
div.CamposCita {
    color: #0000FF;
    display: inline-block;
    margin-left: 30px;
    position: relative;
    top: 0;
    width: 50%;
}
div.input div.contentinput > div.search {
    background: url("../xCSS/images/search2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 18px;
}
.contentOptions div.contentinput div.search {
    background: url("../xCSS/images/search2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 18px;
    right: 25px;
    top: 5px;
    width: 18px;
    z-index: 1;
}
div.input div.contentinput > div.inputscan {
    background: url("../xCSS/images/scanf1_8.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 18px;
    position: relative;
    right: 20px;
    top: 6px;
    width: 18px;
}
div.inputSaltY {
    display: block;
    overflow: hidden;
}
div.inputSaltN {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
input.mayusculas {
    text-transform: uppercase;
}
input.minusculas {
    text-transform: lowercase;
}
div.scan {
    min-width: 500px;
}
div.scan table.gridScan tr > th.cursor {
    background-color: #333333;
}
div.scan tr > td > span.scantrobat {
    background-color: #FFFF88;
    font-style: italic;
    text-decoration: underline;
}
div.scan table.gridScan .cursor {
    border-right: 0 none;
    padding: 0;
}
div.scan td.cursor input.active {
    background-color: #4D90F0;
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    cursor: default;
    height: 16px;
    width: 2px;
}
div.scan table.gridScan td.cursor.active {
    background-color: #4D90F0;
}
div.scan div.fieldsSearch {
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 12px 5px 5px;
}
div.scan div.btnSearch > button {
    border: 1px solid;
}
div.scan table.gridScan th {
    background-color: #DDDDDD;
    border: 1px solid #808080;
    padding: 5px;
    text-align: left;
}
div.scan div.grid {
    margin-top: 10px;
}
div.scan table.gridScan {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
}
div.scan div.contentGridScan {
    height: 277px;
    overflow: auto;
    width: 100%;
}
div.scan div.alt-scroll-content {
    width: 100% !important;
}
div.scan table.gridScan > tbody > tr > td {
    padding: 3px 5px;
}
div.scan table.gridScan tr {
    background-color: #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
}
div.scan table.gridScan tr:hover {
    background-color: #FFFFFF;
}
div.scan table.gridScan > tbody > tr > td.link {
    cursor: pointer;
    font-weight: bold;
}
div.scan table.gridScan > tbody > tr > td.link:active {
    color: #0000FF;
    text-decoration: underline;
}
div.scan table.gridScan > tbody {
    border: 1px solid #808080;
}
div.dialogCalendari {
    min-width: 700px;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}
span.descripcioAutocomplete {
    white-space: nowrap;
}
div.ContentLoader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
div.ContentLoader > div.lockLoader {
    background-color: #000000;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}
div.ContentLoader > div.loader {
    background: url("../xCSS/images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 100%;
    position: absolute;
    width: 100%;
}
.i-h {
    margin: 0 0 5px;
    position: relative;
}
.i-l, div.checkbox > span {
    color: #11457E;
    display: inline-block;
    font-family: Arial,​Tahoma,​Verdana,​sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    min-height: 20px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.i-h input, .i-h textarea {
    border: 1px solid #11457E;
    display: inline-block;
    height: 25px;
}
input, textarea {
    border-radius: 3px;
    color: #959595;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}
input {
    vertical-align: middle;
}
.camp:disabled {
    background-color: #D9E4F3;
}
div.memo textarea {
    width: 60%;
}
div.memo > span {
    display: block;
}
div.capa-hores-popup {
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    height: auto;
    padding: 0 10px 10px;
    width: auto;
}
table.table1 {
    border-collapse: separate;
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4em;
}
.table1 thead th {
    background-color: #11457E;
    background-position: center bottom;
    border: 1px solid #11457E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    padding: 4px;
    text-shadow: 1px 1px 1px #568F23;
}
.table1 thead th:empty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.table1 tbody th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(left bottom , #9ED929 2%, #8BC642 51%, #7BC043 87%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-left-radius: 5px;
    border-color: #93CE37 #9ED929 #93CE37 #93CE37;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 5px;
    border-width: 1px 3px 1px 1px;
    color: #FFFFFF;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #568F23;
}
.table1 tfoot td {
    color: #9CD009;
    font-size: 32px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #444444;
}
.table1 tfoot th {
    color: #666666;
}
.table1 tbody td {
    background-color: #D9E4F3;
    border: 2px solid #D9E4F3;
    border-radius: 2px;
    color: #11457E;
    padding: 0 3px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.table1 tbody td.desactivat {
    background-color: #CCCCCC;
    border: 2px solid #D9E4F3;
    border-radius: 2px;
    color: #666666;
    padding: 0 3px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.table1 tbody td a {
    color: #4689D3;
    text-decoration: none;
}
.table1 tbody td a:hover {
    color: #11457E;
}
.table1 tbody span.check:before {
    content: url("../images/check0.png");
}
.table1 tbody td.seleccionat {
    color: #FF0000;
}
.table1 tbody td {
    cursor: pointer;
}
.table1 tbody td {
    cursor: pointer;
}
.table1 tbody td.seleccionat, .table1 tbody td.desactivat {
    cursor: default;
}
table.DynarchCalendar-bodyTable > tbody > tr > td > div.DynarchCalendar-day.green {
    color: #008000;
    font-weight: bold;
}
div.calendarillegenda div.green {
}
table.DynarchCalendar-bodyTable > tbody > tr > td > div.DynarchCalendar-day.orange {
    color: #FFA500;
    font-weight: bold;
}
table.DynarchCalendar-bodyTable > tbody > tr > td > div.DynarchCalendar-day.brown {
    color: #A52A2A;
    font-weight: bold;
}
div.dialogCalendari > div.contDataSelect {
    height: 30px;
}
div.contenidor-barra-estat {
    background: none repeat scroll 0 0 rgba(65, 166, 42, 0.95);
    border-bottom: 1px solid #86FC6C;
    border-top: 1px solid #86FC6C;
    bottom: 0;
    height: 35px;
    left: 0;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 5px;
    position: fixed;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
    z-index: 400;
}
div.contenidor-barra-estat > div.capa-informacio {
    float: left;
}
div.contenidor-barra-estat > div.capa-informacio > div.capa-informacio-icone {
    background-image: url("../images/icone-barra-informacio.png");
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    padding-top: 10px;
    width: 28px;
}
div.contenidor-barra-estat > div.capa-informacio > div.capa-informacio-text {
    color: #FFFFFF;
    float: left;
    padding-left: 15px;
    padding-top: 5px;
}
div.contenidor-barra-estat > div.capa-restriccions {
    color: #82FA67;
    float: right;
    padding-right: 65px;
    padding-top: 5px;
}
#mask {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.login-popup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #11457E;
    border-radius: 10px;
    box-shadow: 0 0 20px #999999;
    display: none;
    float: left;
    font-size: 1.2em;
    height: 465px;
    left: 50%;
    padding: 9px 20px 20px;
    position: fixed;
    top: 50%;
    width: 668px;
    z-index: 99999;
}
img.btn_close {
    float: right;
    margin: -24px -28px 0 670px;
}
fieldset {
    border: medium none;
}
form.signin .textbox label {
    display: block;
    padding-bottom: 7px;
}
form.signin .textbox span {
    display: block;
}
form.signin p, form.signin span {
    color: #999999;
    font-size: 11px;
    line-height: 18px;
}
form.signin .textbox input {
    background: none repeat scroll 0 0 #11457E;
    border-color: #000000 #333333 #333333 #000000;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    font: 13px Arial,Helvetica,sans-serif;
    padding: 6px 6px 4px;
    width: 200px;
}
form.signin input:-moz-placeholder {
    color: #BBBBBB;
    text-shadow: 0 0 2px #000000;
}
.capa-imatge-popup-header {
    color: #11457E;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.capa-calendari-popup {
    float: left;
    width: 300px;
}
.capa-hores-popup {
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    height: 230px;
    padding: 0 10px 10px;
    width: 330px;
}
.capa-informacio-popup {
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    padding-top: 5px;
    width: 500px;
}
.capa-informacio-popup h2 {
    color: #11457E;
    font-size: 15px;
    font-weight: bold;
}
.capa-informacio-popup p {
    color: #999999;
    font-size: 15px;
}
.boto-siguiente {
    float: right;
    margin-top: 20px;
}
.contenidor-calendari-hores {
    width: 650px;
}
a.button {
    background: url("../images/butn_left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #11457E;
    display: block;
    float: left;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 18px;
    margin: 1px 2px 4px 0;
    padding: 0 4px 1px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #EEEEEE;
}
.button span {
    background: url("../images/button_bg.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    display: block;
    padding: 2px 7px 3px 2px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
a.button.popup {
    background: url("../images/butn_left-middle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 17px;
    height: 33px;
    line-height: 15px;
    margin: 0 0 4px;
    padding: 0 7px;
}
a.button.popup span {
    background: url("../images/button_bg-middle.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
    line-height: 30px;
    padding: 1px 11px 2px 6px;
}
table.table1 {
    border-collapse: separate;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.4em;
}
.table1 thead th {
    background-color: #11457E;
    background-position: center bottom;
    border: 1px solid #11457E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    padding: 4px;
    text-shadow: 1px 1px 1px #568F23;
}
.table1 thead th:empty {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
.table1 tbody th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(left bottom , #9ED929 2%, #8BC642 51%, #7BC043 87%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-left-radius: 5px;
    border-color: #93CE37 #9ED929 #93CE37 #93CE37;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 5px;
    border-width: 1px 3px 1px 1px;
    color: #FFFFFF;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #568F23;
}
.table1 tfoot td {
    color: #9CD009;
    font-size: 32px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 1px 1px 1px #444444;
}
.table1 tfoot th {
    color: #666666;
}
.table1 tbody td {
    background-color: #D9E4F3;
    border: 2px solid #D9E4F3;
    border-radius: 2px;
    color: #11457E;
    padding: 0 3px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.table1 tbody td.desactivat {
    background-color: #CCCCCC;
    border: 2px solid #D9E4F3;
    border-radius: 2px;
    color: #666666;
    padding: 0 3px;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
}
.table1 tbody td a {
    color: #4689D3;
    text-decoration: none;
}
.table1 tbody td a:hover {
    color: #11457E;
}
.table1 tbody span.check:before {
    content: url("../images/check0.png");
}
.texto-legal {
    font-size: 10px;
}
.texto-cliente {
    color: #02AE12;
    font-size: 12px;
}
.texto-cliente-titulo {
    color: #11457E;
    font-size: 13px;
}
div.buit {
    background-color: #CCCCCC;
    border-collapse: collapse;
    font-size: 19px;
    height: 300px;
    line-height: 300px;
    text-align: center;
    text-shadow: none;
    width: 100%;
}
div.page1 h2 {
    display: block;
    float: left;
    font-size: 25px;
    max-width: 50%;
    overflow: hidden;
}
.loginPage1 label, .loginPage2 label {
    display: block;
    width: 100%;
}
div[role="dialog"] {
    font-size: 120%;
}
div.tableContainer {
    border: 2px solid;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    clear: both;
}
.error-dialog {
    background: none repeat scroll 0 0 #B63C3C;
}
.error-dialog .kMsgBox.ui-dialog-content.ui-widget-content {
    color: #FFFFFF;
    font-weight: bold;
    padding: 30px 20px;
    text-shadow: 0 0 1px #000000;
}
.error-dialog .ui-dialog-title {
    text-shadow: 0 0 1px #000000;
}
.error-dialog .ui-dialog-buttonpane {
    border: medium none;
    border-radius: 5px;
}
.error-dialog .ui-icon.ui-icon-alert {
    background: url("../images/alert.png") repeat scroll 0 0 / 35px 35px rgba(0, 0, 0, 0);
    display: block;
    height: 35px;
    margin: 0 auto 5px;
    width: 35px;
}
tr.isNotDownloaded td:first-of-type {
    background: url("../images/new3.png") no-repeat scroll 5px center / 15px 15px #DCDCDC;
    font-weight: bold;
    padding-left: 25px;
}
.sendEmail {
    background: url("../images/mail.png") no-repeat scroll center -5px / auto 30px #F5F5F5;
    border-radius: 5px;
    float: right;
    height: 23px;
    margin-right: 10px;
    width: 33px;
    cursor:pointer;
}
div.top-cont div.refreshAlert {
    background: url("../images/alerts2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    float: right;
    height: 23px;
    margin-right: 10px;
    width: 23px;
}
.contentOptions.fitxers {
    width: 100%;
}
.contentOptions.fitxers input.text.camp {
    margin: 0;
    padding: 0;
    width: 200px;
}
div.input div.contentinput {
    clear: left;
    float: left;
    position: relative;
    min-height: 27px;
}
div.input div.contentinput div.search, div.input div.contentinput div.inputscan {
    height: 18px;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 18px;
}
div.input div.contentinput > div.search.loading {
    background-image: url("../images/loading.gif") !important;
    background-position: center center;
    background-size: 70% auto;
}
div.currentUser {
    background-color: #CCCCCC;
    border: 2px solid #11457E;
    border-radius: 7px;
    color: #FFFFFF;
    float: right;
    height: auto;
    margin: 5px 0 0;
    padding: 3px 10px;
    text-shadow: 1px 1px 2px #000000;
}

.pestanyesGridClient .comboContainer
{
    float : right ;
    position : relative;
    top: -15px;
}

img[src=""] {
    visibility: hidden;
}


.allCheckedGastos {
    background-color: #11467e;
    border: 2px solid;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.allCheckedGastos > label {
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.allCheckedGastos > input {
    float: left;
    margin-right: 10px;
}
div.input div.i-l {
    clear: both;
    float: left;
}
div.multicheck-content input {
    height: 15px;
}
