/* 
    Document   : screen
    Created on : 12-feb-2013, 23:16:41
    Author     : dpassola
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.blau {
    color: #0088CC;
}

.borderVermell {
    border: 1px solid #b94a48 !important;
}

.gris {
    color: #999;
}

.bold {
    font-weight: bold;
}

.noStrong {
    font-weight: normal;
}

.noMarginLeft {
    margin-left: 0px !important;
    margin-right: 2.12766%;
}

.noMarginRight {
    margin-right: 0px !important;
}

.txtLeft, .aleft {
    text-align: left !important;
}

.txtCenter, .acenter {
    text-align: center !important;
}
.txtRight, .aright {
    text-align: right !important;
}

/*.txtRight .btn, .aright .btn {
    float: right !important;
}*/


.hidden {
    display: none !important;
}
.show {
    display: inherit;
}

.navbar .brand {
    padding: 7px 20px;
}


textarea {
    resize: none;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
    /*background: url('../img/bg.jpg');*/
}

body.index {
    background: url('../img/bg.jpg');
}

body, label, input, button, select, textarea {
    font-size: 13px;
}

.ficha {
    position: relative;
}

.ficha label, .ficha input, .ficha button, .ficha select, .ficha textarea {
    font-size: 13px !important;
    line-height: inherit;
    padding-top: 3px;
    padding-bottom: 3px;
}

body.notLogged {
    padding: 0;
    padding-top: 40px;
    background-color: #f5f5f5;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.noFloat {
    float: none !important;
}

.sidebar-nav {
    padding: 9px 0;
}

.clearAll {
    clear: both;
}

#mainContainer.notLogged  {
    height: 100%;
}

/* LOGGIN */

.logoLoggin {
    text-align: center;
    padding-top: 10px;
}

.form-signin {
        /*max-width: 300px;*/
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"],
      .form-signin input[type="email"]
      {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
      }

/* FI LOGGIN */

.petit {
    font-size: 12px;
}


/* PEU */

#footer {
    border-top: 1px solid #eee;
    padding: 5px 0;
    background: #222;
    background-image: linear-gradient(to bottom, #222222, #111111);
}

#footer .peu {
    margin: 5px 10px;
    color: #ccc;
    font-size: 12px;
}
/* FI PEU */

#idiomesSel, #s2id_idiomesSel {
    width: 100px !important;
    margin-right: 15px;
}

#btnNou {
    float: right;
    margin-top:15px;
    margin-right: 10px;
}

#exportButton {
    float: right;
    margin-top:15px;
    margin-right: 10px;
}

#btnFiltre {
    float: right;
    margin-top:15px;
}

#btnFiltre.active {
    padding: 8px 12px 8px;
}

#filtre {
    margin-top: -8px;
    margin-bottom: 15px;
    padding: 10px 10px 0px 10px;
    /*background: linear-gradient(to bottom, #444444, #222222);*/
    background: linear-gradient(to top, #ccc, #eee);
    border: 1px solid #aaa;
}

#filtre div input, #filtre div select {
    width: 100%;
    font-size: 12px;
    height: auto;
    line-height: auto;
}

#filtre label:first-child {
    margin-top: 3px;
    margin-bottom: 0px;
}

#filtre label {
    color: #444;
    font-size: 12px;
}

#filtre button {
    width: 100%;
    font-size: 12px;
    height: auto;
    line-height: auto;
    margin-bottom: 10px;
}

form {
    margin: 0;
}

.table thead tr > td, .table thead tr > th {
    background: #2e97cc;
    background: linear-gradient(to top, #0088CC, #2e97cc); /* #0044CC */
    color: #fff;
}

.table-striped tbody > tr:nth-child(2n) > td, .table-striped tbody > tr:nth-child(2n) > th {
    background-color: #fff;
}

.table-hover tr:hover td {
    background-color: #ddd !important;
    cursor: pointer;
}

.pagination a.disabled {
    background-color: #F5F5F5;
    color: #CCCCCC;
    cursor: default;
}

.ulTab {
    margin-bottom: 0px;
}

.bgWhite {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 20px;
}

input {
    width: 100%;
}

.dataP {
    position: relative;
}

label.fl {
    /*padding-right: 10px;*/
}

.s2 {
    margin-left: 0px !important;
}

select.s2 {
    display: none !important;
}

#btnUrgencia .btn.active, #btnDataAccio .btn.active {
    font-weight: bolder;
    font-size: 16px !important;
    text-decoration: underline;
}

form.readonly #btnUrgencia .btn.active, form.readonly #btnDataAccio .btn.active {
    text-decoration: none;
}

.botonera {
    border: 1px solid #ddd;
    /*background: linear-gradient(to bottom, #666, #000);*/
    background: linear-gradient(to top, #eee, #fff);
    padding: 0.5%;
    width: 100%;
    margin: 0.5% -0.5% -0.5% -0.5%;
    *zoom: 1;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
          
    /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(75, 75, 75, 0.6);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(75, 75, 75, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(150, 150, 150, 0.6);*/
}

.btn-primary {
    background: linear-gradient(to top, #0088CC, #2e97cc);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to top, #0078b4, #0088CC);
  /*background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;*/
          transition: background 0.1s linear;
}

.btn.btn-primary.disabled {
    background: linear-gradient(to top, #0078b4, #0088CC);
    opacity: 0.5;
}

/* SELECT2 */

.ficha .select2-container .select2-choice {
    border: 1px solid #CCCCCC;
    height: 28px;
    font-size: 12px;
}

.ficha .select2-container .select2-choice span {
    margin-top: 2px;
}

.select2-focusser.select2-offscreen {
    /*display: none;*/
}

.select2-container {
    overflow: hidden;
    height: 28px;
    position: relative;
}

/* FI SELECT2 */

/* FILTRE readonly */

.readonly * input[type="text"] {
    border: 0;
    box-shadow: none;
    font-weight: bold !important;
    background: #F9F9F9;
    border-bottom: 1px solid #ddd;
    cursor: not-allowed !important;
}

.readonly * button::-moz-focus-inner, input::-moz-focus-inner {
    cursor: not-allowed !important;
}

.readonly .select2-choice {
    background: none;
    box-shadow: none;
    background: #F9F9F9;
    cursor: not-allowed;
}

.readonly .add-on.noReadOnly {
    display: none;
}

.readonly .select2-container-disabled .select2-choice {
    background: #F9F9F9;
    cursor: not-allowed;
}

.ficha .readonly .select2-container .select2-choice {
    border: none;
    border-bottom: 1px solid #ddd;
    cursor: not-allowed;
}

.ficha .readonly .select2-container .select2-choice div:last-child {
    display: none;
}
/**/


.readonly #btnUrgencia .btn{
    display: none;
}
.readonly #btnUrgencia .btn.active {
    display: inline-block;
    cursor: not-allowed;
}

.readonly .editButtons {
    display: none !important;
}

.editmode .readonlyButtons {
    display: none !important;
}

/* FI FILTRE readonly */


.tab-content .table th, .tab-content .table td, .table.inside td {
    line-height: 15px;
    padding: 6px;
    font-size: 13px;
}


#btnDataAccio {
    margin-left: 0px;
}

.add-on button.btn {
    margin: -4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0px;
}

.fileList {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 10px;
    background: #fff;
    margin: 0 !important; 
    height: 267px;
    overflow: hidden;
    overflow-y: auto;
}

.uploadFileName {
    overflow: hidden;
    width: 100%;
}

#file2upload {
    
}

#fileUploadProgressContainer {
    height: 15px;
    margin-bottom: 0px;
    margin-top: 5px;
    min-height: 10px;
}


.noFiles {
    font-style: italic;
    color: #999;
}

#llistatFitxers {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

#llistatFitxers li {
    
}

.cke_top {
    /*display: none !important;*/
}

#formEmpresaAdredesEdit {
    /*margin: 2%;*/
    /*padding: 2%;
    border: 1px solid #ccc;
    border-radius: 4px;*/
}

#formEmpresaAdredesEdit button:first-child {
    /*margin-left: 15.0213%*/
}

.row-labels, .row-labels [class*="span"] {
    min-height: 1px !important;
}

.row-labels label {
    margin-bottom: 0 !important;
}

.row-after-labels {
    padding-bottom: 5px;
}

.minifitxa input[class*="span"], 
.minifitxa select[class*="span"], 
.minifitxa textarea[class*="span"], 
.minifitxa .uneditable-input[class*="span"], 
.minifitxa input[class*="span"], 
.minifitxa select[class*="span"], 
.minifitxa textarea[class*="span"], 
.minifitxa .uneditable-input[class*="span"]
{
    float: left;
    margin-left: 2.12766%;
}

select, .s2 {
    margin-left: 2.12766%;
}

.clHistoryTipusClients .popover, .clHistoryTipusPagament .popover, .clHistory .popover {
    font-size: 11px;
    width: 400px;
    max-width: 600px;
}

.icon-red {
    background-image: url("../img/glyphicons-halflings-red.png") !important;
}
.icon-blue {
    background-image: url("../img/glyphicons-halflings-blue.png") !important;
}

.pagination {
    margin-top: 10px;
}

.pagination ul {
    width: 290px !important;
}

#NumResultados {
    padding-top: 5px;
    padding-left: 2.12766%;
    display: table-cell;
    vertical-align: middle;
}

.numreg {
    padding: 5px 10px;
    border: 1px solid #666;
    border-radius: 5px;
    background-color: #333333;
    color: #F9F9F9;
    font-weight: bold;
}

.valignMiddle {
    vertical-align: middle !important;
}

.option-share {
    background-image: url("../img/share-icon-black.png") !important;
    background-repeat: no-repeat !important;
    background-position: 7px 7px !important;
    padding-left: 20px;
}

.option-share:hover {
    background-image: url("../img/share-icon-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: 7px 7px !important;
}

.select2-choice.option-share:hover {
    background-image: url("../img/share-icon-black.png") !important;
}

.select2-choice.option-share span {
    padding-left: 20px;
}

.ficha #s2id_idTipusAccio {
    font-weight: bold !important;
}

.well-bordered {
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 5px;
}

h4 [class^="icon-"], h4 [class*=" icon-"] {
    vertical-align: baseline !important;
}

.importPresTotal {
    padding-right: 34px !important;
}

.importFraTotal {
    padding-right: 34px !important;
}

.well h2 {
    text-shadow:  0px 0px 2px #888;
    color: #555;
}

.graphInicio {
    height: 180px;
    margin-bottom: 10px;
}

#graphHores {
    height: 380px;
}

#iniPr h4 span {
    text-decoration: underline;
    cursor: pointer;
    color: #005580;
}

.inicioAccions .title span.itemCount {
    font-weight: normal;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-image: linear-gradient(to bottom, #444444, #222222);
}

.fileupload-new, .uploadFileName, .fileupload-preview {
    font-size: 12px;
}

.fileupload {
    margin-bottom: 0px;
}

.topButtonFicha {
    padding-top: 15px;
}

#destinataris label, #destinatarisC label, #destinatarisCO label {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0; 
}

#destinataris, #destinatarisC, #destinatarisCO {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    /*padding: 10px;*/
    background: #fff;
    margin: 0 !important; 
    height: 93px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 10px !important;
    padding: 0px;
}

#destinataris div, #destinatarisC div, #destinatarisCO div {
    padding: 10px;
}

.fileListMensajes {
    height: 335px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0px !important;
}

.select2-container.select2-container-multi {
    height: auto !important;
}


.select2-container-active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

.btn:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6) !important;
}

.spinContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 0;
    text-align: center;
}

.spin {
    background: url("../img/loading.png") no-repeat center center;
    width: 32px;
    height: 32px;
    margin: 0px auto;
}

.llistatpersones {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: block;
    height: 150px;
    margin: 0 !important;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    overflow: auto;
    padding: 10px;
}

.llistatpersones .separarContactes {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #ccc;
}

.llistatpersones label {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.llistatpersones input[type="checkbox"] {
    margin: 0;
}

.llistatpersones .span6 {
    min-height: 10px;
}

.fc-event-hori.pendiente {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    color: #666;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
}

.fc-event-hori.pendiente:hover {
    color: #000;
}

td.title {
   border-top: 0;
   font-weight: bold;
   
}

.loadingData {
    display: none;
}

.loadingData tr td {
    width: 100%;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

#loadingPage {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000;
    opacity: 0.5;
    z-index: 999;
    cursor: progress;
}

/* INFORMES */
TR.sumatorio TD {
	background: #F5F5F5 !important;
	border-style: none;
	font-weight: bold;
	padding-bottom: 30px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
TR.sumatorio TD:first-child {
	padding-left: 20px;
}

.btnInformeExcel {
    float: right;
    margin-right: 10px;
    margin-top: 15px;
}
TD.click {
    cursor: pointer;
}
TR.sumatorio2 TD {
	background: #F5F5F5 !important;
	border-style: none;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 50px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
TR.sumatorio2 TD:first-child {
	padding-left: 40px;
}
TR.bordeVerde TD:first-child {
	border-left: 3px solid #4CAE4C;

}
TR.bordeLila TD:first-child {
	border-left: 3px solid #563D7C;

}
TR.bordeAmarillo TD:first-child {
	border-left: 3px solid #EEA236;
}
TR.bordeAzul TD:first-child {
	border-left: 3px solid #357EBD;
}
TR.sumatorio2.bordeVerde TD {
	background: #4CAE4C !important;
	color: #fff;
}
TR.sumatorio2.bordeLila TD {
	background: #563D7C !important;
	color: #fff;
}
TR.sumatorio2.bordeAmarillo TD {
	background: #EEA236 !important;
	color: #fff;
}
TR.sumatorio2.bordeAzul TD {
	background: #357EBD !important;
	color: #fff;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.hidden {
	display: none;
}
.bckLila {
	background: #CDBFE3 !important;
}
.bckLilaOscuro {
	background: #563D7C !important;
}
.bckAzulOscuro {
	background: #357EBD !important;
}
.bckAzulMedio {
	background: #479ccc !important;
}
.bckAzul {
	background: #5BC0DE !important;
	background: #82cfff !important;
	background: #85c6ff !important;
	background: #92b6d6 !important;	
}
.bckAzulClaro {
	background: #97c7e3 !important;
}
.bckAmarillo {
	background: #eebb72 !important;
}
.bckAmarilloOscuro {
	background: #EEA236 !important;
}

TABLE TD.money {
	text-align: right;
}
TABLE#i_aceptados TH.mini {
	padding-top: 80px;

}
TABLE#i_aceptados TH.mini SPAN {
	display: block;
	font-size: 10px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);	
	writing-mode: lr-tb;	
	height: 10px;
	width: 10px;
	/*letter-spacing: 0.3em;*/
	/*word-spacing: 0.3em;*/
}
TABLE#i_estadisticas TH.mini {
	padding-top: 80px;
    vertical-align: middle;
}
TABLE#i_estadisticas TH.mini SPAN {
	display: block;
	font-size: 9px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);	
	writing-mode: lr-tb;	
	width: 40px;
	line-height: 11px;
}
TABLE#i_estadisticas TD {
	text-align: center;
}

TABLE#i_estadisticas .promedio {
	font-style: italic;
}
.scroll {
	overflow-x: auto;
	width: 100%;
}
.chart_pie {
	float: left;
}
/* FIN INFORMES */
#gotoTop {
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    background: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    box-shadow: 2px 2px 1px #bbb;
	text-align: center;
    padding: 5px 10px 5px 10px;
    position: fixed;
    bottom: 45px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 999;
}
#optionsMenu {
	padding: 10px 20px;
	float: left;
	display: block;
}
#optionsMenu i {
	cursor: pointer;
}
H2 A {
	text-decoration: underline;
}

.agrupacion {
    font-weight: bold;
    color: #fff;
}
.agrupacion td {
    background-color: #666;
    background-image: linear-gradient(to bottom, #666, #888);
}

.agrupacion.fin td {
    padding-bottom: 20px !important;
    background-color: #888;
    background-image: linear-gradient(to top, #666, #888);
}
.detalleAccion {
    color: #000;
    
}
.detalleAccion td {
    background-image: linear-gradient(to bottom, #f0f0f0, #efefef);
    background-color: #f0f0f0;
}

.detalleAccion.fin td {
    font-weight: bold;
    padding-bottom: 20px !important;
    background-color: #fff;
    background-image: none;
    /*background-image: linear-gradient(to top, #e4e4e4, #efefef);*/
}

.tVertical {
    padding-top: 80px;
    vertical-align: middle;
    height: 80px;
}
.tVertical SPAN {
    display: block;
    font-size: 12px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);	
    writing-mode: lr-tb;	
    width: 40px;
    line-height: 45px;
}

.grafs {
    height: 350px;
}

.grafsContainer .span6 {
    margin-left: 1% !important;
    margin-right: 0% !important;
    margin-bottom: 2% !important;
}

.clicable {
    cursor: pointer;
}

blockquote p {
    font-size: 13px;
    font-family: Georgia,Times,"Times New Roman",serif;
}

label.forCheck {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.usuarioClave .progress {
    /*float: right;
    width: 25% !important;*/
    margin-bottom: 0px;
    width: 98%;
}

.usuarioClave .password-verdict {
    /*padding-left: 31.9149% !important;*/
    font-weight: bold;
    /*color: #0088CC;*/
}

.usuarioClave .error-list {
    padding-left: 31.9149% !important;
    list-style-type: none;
}

input.filter-input {
    margin: 0 !important;
    font-size: 12px !important;
    padding: 3px 5px !important;
    line-height: 14px !important;
    height: 12px !important;
    min-height: 18px !important;
    width: 90%;
    position: relative;
    top: -3px;
}

/* EXPLORADOR DOCUMENTS */

#empresesExplorer {
    width: 20%;
    margin-right: 2%;
    float: left;
    padding-top: 1%;
    margin-top: 2%;
    display: block;
    height: 430px;
    overflow: auto;
}
#documentsExplorerContainer {
    width: 78%;
    float: left;
    padding: 2% 0%;
    margin: 0% 0%;
    display: block;
    min-height: 200px;
}

#documentsExplorer {
    border: 1px solid #eee;
    border-radius: 5px;
    min-height: 400px;
    background-color: #F5F5F5;
    padding: 2% 0;
}

.documentExplorerView .navbar {
    margin-bottom: 0px;
}

.documentExplorerView .breadcrumb {
    margin-bottom: 0px;
}

.explorerEmpresa {
    width: 86%;
    margin: 0 2%;
    padding: 1% 5%;
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
    float: left;
    display: table;
}

.explorerEmpresa.document {
    padding: 1%;
    margin-bottom: 2%;
    height: 120px;
    overflow: hidden;
    display: table;
    width: 140px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#documentsExplorer .explorerEmpresa {
    width: 120px;
}

.explorerEmpresa span {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    position: relative;
    text-align: center;
}

.explorerEmpresa.document span {
    height: 140px;
    width: 140px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.tipusA {
    background: url('../img/TipusDocuments/tipusA.jpg') 0 0 no-repeat;
    border-color: #8CC53F !important;
}
.tipusP {
    background: url('../img/TipusDocuments/tipusP.jpg') 0 0 no-repeat;
    border-color: #0088CC !important;
}
.tipusE {
    background: url('../img/TipusDocuments/tipusE.jpg') 0 0 no-repeat;
    border-color: #003366 !important;
}

.explorerEmpresa.nomEmpresa.selected {
    font-weight: bold;
}
.explorerEmpresa.nomEmpresa span {
    text-align: left;
    vertical-align: middle !important;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.explorerEmpresa .iconFitxer {
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}

/* FI EXPLORADOR DOCUMENTS */

#moreDatosAdicionales {
    cursor: pointer;
}

.select2-hidden-accessible {
    display: none !important;
}

/* EMAILS */

#divImapFolders, .divImap {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 400px;
    overflow: auto;
}

#divImapFolders ul {
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
    margin-left: 0px;
}
#ulImapFolders {
    margin-left: 5px !important;
}

#ulImapFolders .openFolder {
    cursor: pointer;
}

#divImapFolders li {
    padding-left: 15px;
}
#divImapFolders li.treePlus > a.desplega {
    background-position: left 5px;
    background-image: url("../img/treePlus.gif");
    background-repeat: no-repeat;
    width: 15px;
    display: inline-block;
    cursor: pointer;
    margin-left: -15px;
    text-decoration: none;
}
#divImapFolders li.treeMinus > a.desplega {
    background-position: left 5px;
    background-image: url('../img/treeMinus.gif');
    background-repeat: no-repeat;
    width: 15px;
    display: inline-block;
    cursor: pointer;
    margin-left: -15px;
    text-decoration: none;
}

#mailListLoader .spinContainer {
    height: 25%;
}

#imapMessages {
    width: 76%;
    margin-left: 22%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1%;
}

table.table.noClear {
    clear:none !important;
}

.imapMail .row-fluid [class*="span"], .imapMailDetail .row-fluid [class*="span"] {
    min-height: 0px !important;
}

.imapMail {
    border-bottom: 1px solid #ccc;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    cursor: pointer;
}
.imapMail:hover {
    background-color: #e1e1e1 !important;
}

.imapMail.estat_U {
    background-color: #f1f1f1;
}
.imapMail.estat_U:hover {
    background-color: #d1d1d1 !important;
}

.imapMail.selected {
    background-color: #d9edf7 !important;
}
.imapMail.selected:hover {
    background-color: #49afcd !important;
}

/*.imapMail.selected.estat_U {
    background-color: #dff0d8 !important;
}
.imapMail.selected.estat_U:hover {
    background-color: #5bb75b !important;
}*/

.imapMail .imapSubject { text-decoration: underline; }
.imapMail.estat_U .imapSubject { font-weight: bold !important; }
.imapMail .imapSender { font-size: 12px; }
.imapMail .imapSender .imapSenderMail { font-style: italic; }
.imapMail .imapDate { font-size: 11px; }
.imapMail .imapSize { font-size: 11px; }

#mailDetail {
    height: 15%;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.imapMailDetail .imapSubject { text-decoration: underline; height: 40px; overflow: auto; }
.imapMailDetail.estat_U .imapSubject { font-weight: bold !important; }
.imapMailDetail .imapSender { font-size: 12px; height: 20px; overflow: auto; }
.imapMailDetail .imapSender .imapSenderMail { font-style: italic; }
.imapMailDetail .imapDate { font-size: 11px; }
.imapMailDetail .imapSize { font-size: 11px; }

#mailContentLoader, #mailContent {
    height: 69%;
    width: 100%;
    border: 0px;
    display: block;
}

#mailAttach, #mailAttachLoader {
    height: 15%;
    border-top: 1px solid #ccc;
    padding: 0 5px;
    overflow: auto;
}

#mailAttachLoader .spinContainer, #mailContentLoader .spinContainer {
    padding: 10px 0 0 0;
    height: 40px;
}

#mailAttach a.downloadAttach {
    /*display: inline-block;*/
    padding-left: 10px;
    padding-top: 4px;
}

#CatalogarMailContainer{
    margin-top: 2%;
    margin-bottom: 2%;
    border: 1px solid #5bb75b;
    border-radius: 5px;
    background-color: #dff0d8;
}

#CatalogarMail {
    padding: 1% 1%;
    width: 98%;
}

.imapDataSeparador {
    background-color: #0088cc;
    background: linear-gradient(to top, #0088cc, #2e97cc) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 2px solid #ccc;
    padding: 3px 5px;
    color: #fff;
}

/* SOBREESCRIURE ESTILS D'OUTLOOK'*/

a:link, span.MsoHyperlink, a:visited {
    /*color: #0088cc !important;
    text-decoration: none !important;*/
}
    
/* FI SOBREESCRIURE ESTILS D'OUTLOOK'*/


/* FI EMAILS */

.select2-offscreen {
    display: none !important;
}

.AccioContacte {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.AccioContacte .mostrar {
    cursor: pointer;
}

.targetaContacteContainer {
    padding-top: 10px;
}

.targetaContacte {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.targetaContacte .nomContacte {
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: right;
    color: #0088cc;
}

.targetaContacte .empresaContacte { 
    padding-right: 20px;
    text-align: right;
    padding-bottom: 50px;
}

.targetaContacte .tels { 
    float: left;
    width: 50%;
}
.targetaContacte .tels .telLabel { 
    float: left; 
    width: 40%;
}
.targetaContacte .tels .telValue { 
    color: #0088cc;
}


.targetaContacte .mails { 
    float: left;
    width: 50%;
}
.targetaContacte .mails .mailLabel { 
    float: left; 
    width: 40%;
}
.targetaContacte .mails .mailValue { 
    color: #0088cc;
}


.contactesInfoAdd { 
    float: left;
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contactesInfoAdd .contactLabel { 
    float: left; 
    width: 40%;
}
.contactesInfoAdd .contactValue { 
    color: #0088cc;
}


TR.trhidden td {
    display: none;
}

.openRow {
    cursor: pointer;
}

.bigS2drop {
    width: 300px !important;
}
.mediumS2drop {
    width: 150px !important;
}

/*TIME LINE*/
#AccionsVistaTimeLine {
    position: relative;
}
#AccionsTimeLineLinia {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
    height: 17px;
    width: 99%;
    display: block;
    position: relative;
}

#AccionsTimeLineTarges {
    display: block;
    width: 99%;
    padding: 10px;
    height: 270px;
    overflow: hidden;
    position: relative;
}

#AccionsTimeLineTargesContainer {
    width: 15000px;
}

.AccionsTimeLineTarja {
    width: 200px;
    height: 250px;
    border: 1px solid #ccc;
    /*box-shadow: 7px 7px 5px #ddd;*/
    float: left;
    margin-right: 20px;
    cursor: pointer;
}

.timeball {
    width: 15px; 
    height: 15px; 
    background-size: 99% 99%;
    position: absolute; 
    display: block;
    font-size: 1px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    top: 20px;
}

.timeball1 { background-image: url(../img/timeline-ball1.png); }
.timeball2 { background-image: url(../img/timeline-ball2.png); }
.timeball3 { background-image: url(../img/timeline-ball3.png); }

.timeball.transition {
    -webkit-transform: scale(1.4); 
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.timeball.selected {
    -webkit-transform: scale(1.6); 
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

.timeball.selected.transition {
    -webkit-transform: scale(1.7); 
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
}

.AccionsTimeLineTarja .tlDate {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.AccionsTimeLineTarja .tlTipusAccio {
    text-align: center;
    padding: 10px;
    height: 80px;
    font-size: 14px;
    background-color: #f0f0f0;
    margin: 10px 0px;
}

.AccionsTimeLineTarja .tlEstat {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
}

.AccionsTimeLineTarja .tlEstat1 { color: #e6e6e6; }
.AccionsTimeLineTarja .tlEstat2 { color: #f89406; }
.AccionsTimeLineTarja .tlEstat3 { color: #51a351; }
.AccionsTimeLineTarja .tlEstat4 { color: #bd362f; }

.AccionsTimeLineTarja .tlPersones {
    text-align: center;
    padding: 0px 10px;
}

.arrow {
    cursor: pointer !important;
    width: 46px;
    height: 79px;
    position: absolute;
    top: 100px;
    opacity: 0.2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.arrow:hover {
    opacity: 0.5;
}

#arrowLeft {
    background-image: url(../img/arrow_left.png);
    left: 0px;
}
#arrowRight {
    background-image: url(../img/arrow_right.png);
    right: -1%;
}

.AccionsTimeLineTarja.TarjaFase3, .NomTipusAccio.TarjaFase3 { border-left: 4px solid #0088cc; }
.AccionsTimeLineTarja.TarjaFase2, .NomTipusAccio.TarjaFase2 { border-left: 4px solid #01a97e; }
.AccionsTimeLineTarja.TarjaFase1, .NomTipusAccio.TarjaFase1 { border-left: 4px solid #06bc06; }

.NomTipusAccio {
    margin: -3px -6px;
    padding: 3px 6px;
    height: 100%;
    display: block;
}

.AccionsTimeLineTarja.TarjaFase3.selected, .AccionsTimeLineTarja.TarjaFase3:hover { border-color: #0088cc; }
.AccionsTimeLineTarja.TarjaFase3.selected .tlTipusAccio, .AccionsTimeLineTarja.TarjaFase3:hover .tlTipusAccio { background-color: #D2E2F2; }
.AccionsTimeLineTarja.TarjaFase3.selected .tlDate, .AccionsTimeLineTarja.TarjaFase3:hover .tlDate { color: #0088cc; }

.AccionsTimeLineTarja.TarjaFase2.selected, .AccionsTimeLineTarja.TarjaFase2:hover { border-color: #01a97e; }
.AccionsTimeLineTarja.TarjaFase2.selected .tlTipusAccio, .AccionsTimeLineTarja.TarjaFase2:hover .tlTipusAccio { background-color: #8dfee2; }
.AccionsTimeLineTarja.TarjaFase2.selected .tlDate, .AccionsTimeLineTarja.TarjaFase2:hover .tlDate  { color: #01a97e; }

.AccionsTimeLineTarja.TarjaFase1.selected, .AccionsTimeLineTarja.TarjaFase1:hover { border-color: #06bc06; }
.AccionsTimeLineTarja.TarjaFase1.selected .tlTipusAccio, .AccionsTimeLineTarja.TarjaFase1:hover .tlTipusAccio { background-color: #abfcab; }
.AccionsTimeLineTarja.TarjaFase1.selected .tlDate, .AccionsTimeLineTarja.TarjaFase1:hover .tlDate  { color: #06bc06; }

/*FI TIME LINE*/