﻿*, *:before, *:after {
    -moz-box-sizing: border-box;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
}

#recaptcha_area, #recaptcha_table {
    height: 130px;
    overflow: hidden;
    width: 318px !important;
}

.lblHelpFormInfo {
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
    max-width: 350px;
    overflow: hidden;
    position: absolute;
    right: 12%;
    text-overflow: ellipsis;
    top: 23px;
    white-space: nowrap;
    z-index: 100;
}

.recaptchatable * 
{
    overflow:hidden;
}

.ui-dialog .ui-dialog-title 
{
    font-size: 100%;
}
#container.full-width 
{
    padding: 6px 0;    
}

.right-top {
    color: #C6C6C6;
    float: left;
    margin: 1px 0 0;
    text-shadow: none;
    cursor:pointer;
}

.right-top a.logout-window {
    background: url("images/logout.png") no-repeat scroll 15px center rgba(0, 0, 0, 0);
    min-height: 20px;
    padding-left: 35px;
}

.right-top span.userSpan
{
    background: url("images/user_silhouette.png") no-repeat scroll left center transparent;
    display: inline-block;
    margin-left: 10px;
    min-height: 20px;
    padding-left: 20px;
}

.right-top span.usuari-loguejat
{
    margin-left: 5px;
    color: #03AA42;
    font-weight: bold;
    padding-left: 0;
    text-shadow: none;
}


div.dialogPreCalendarI
{
    overflow:hidden;
    float:left;
    width: 100%;
}

div.calendarGridContainer
{
    float: left;
    width: 66%;
}

div.preCalendarContainer
{
    width: auto;
    margin: 0 auto;
}

h4
{
    margin:0px;
}

.pestanyesCitaP {
    margin: 0 20px;
}

div.contBase
{
    overflow:hidden;
}

div.cont {
    float: left;
    padding: 10px 0 0;
    width: 50%;
}
div.contright{
    width: 40%;
    padding: 10px 2% 0;
    float: right;
}

div.contright .capa-checks-cita-previa {
    width: 100%;
   height: 235px;
}

div.memo textarea {
    height: 50px;
}

div.capa-precalendari-llegendes
{
    height: 370px;
    overflow: hidden;
    width: 33%;
}

#preCapaLlegendes
{
    margin: 15px auto;
    overflow: hidden;
    width: 75%;
}

.precita
{
    color: Fuchsia;  
}

.preCapaLlegendes .precita
{
    background-color: Fuchsia;    
}

textarea.camp {
    height: 80px;
    width: 100%;
}
#container.full-width {
    float: none;
    margin: 0 auto 3px;
    padding: 6px 0;
    width: 98%;
}
.DivChecks
{
    float: left;
    overflow: auto;
    padding: 5px;
    width: 40%;
    height: 550px;
    position: relative;
    top: -100px;
}

.DivChecks > div
{
    background: #D9E4F3;
    border: 1px solid;
    overflow: hidden;
    width: 97%;
    float: left;
    margin: 2px 5px;
}

.DivChecks input
{
    width: 10%;
    display: block;
    margin: 5px auto;
    float: left;
}

.DivChecks span
{
    display: block;
    width: 85%;
    float: left;
    padding: 2px 5px;
}

.DivChecks  .title
{
    padding: 5px 50px;
    margin: 0 0 25px;
}
div.titolWindowLogin
{
    font-weight:bold;
    margin: 20px 20px 20px 60px;
}
div.login-popup img
{
    float: left;
}
div#tabs > div 
{
    overflow: hidden;
} 
li.ui-menu-item a label:first-child {
    white-space: pre;
    font-weight: bold;
}
li.ui-menu-item a label {
    display: table-cell;
}

.ui-tabs, #tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5 {
    overflow: hidden;
}

.ui-autocomplete
{
    padding-bottom:2px;
}

.ui-tabs {
    font: 12px/20px Arial, Tahoma, Verdana, sans-serif;
}

.ui-tabs ul li a{
    font-size: 14px;
    font-weight: bolder ;
}

#blackbox
{
    background: none repeat scroll 0 0 black;
    height: 440%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 600;
}

#whitebox
{
    background: none repeat scroll 0 0 white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 5px black;
    left: 30%;
    position: absolute;
    top: 11%;
    width: 500px;
    z-index: 700;   
    padding: 10px 25px;
}

#whitebox .field {
    float: left;
    margin: 5px 10%;
    overflow: hidden;
    width: 80%;
}

.field > span {
    color: #11457E;
    display: block;
    float: left;
    text-shadow: 1px 1px 0 white;
}

.field > input {
    background: none repeat scroll 0 0 white;
    border: 1px solid #11457E;
    display: block;
    float: right;
    height: 20px;
}

.field > input[type="submit"] 
{
    margin-top:20px;
}

ul.editmenu {
    background-color: #DDDDDD;
    font-family: Arial;
    font-size: 14px;
    margin-top: 14px;
    padding: 8px 14px 4px 8px;
}
ul.editmenu li.nodesplegat ul
{
    display:none;
}
ul.editmenu li.desplegat > div.opcio
{
    background-color:#11457E;
}
ul.editmenu li
{
    list-style:none;
}
ul.editmenu li div.linkdesplegar:active
{
    background-color:#dddddd;
}
ul.editmenu li div.linkdesplegar {
    background-color: #FFFFFF;
    color: #11457E;
    cursor: pointer;
    float: right !important;
    font-size: 22px;
    font-weight: bold;
    height: 21px;
    margin: 2px 2px 2px 10px;
    text-align: center;
    text-shadow: 0 0 0;
    vertical-align: middle;
    width: 22px;
}
ul.editmenu ul {
    padding-left: 27px;
}
ul.editmenu div.opcio:hover 
{
    background-color:#5185be;
}
ul.editmenu div.opcio {
    background-color: #11457E;
    border: 1px solid;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 25px;
    padding: 0 0 0 5px;
    text-shadow: 0 0 0;
    width: 100%;
}
ul.editmenu div.opcio div {
    float: left;
    overflow: hidden;
}  
ul.editmenu div.imatge {
    background-size: 18px 18px;
    height: 18px;
    margin-left: 0;
    margin-top: 4px;
    padding-left: 18px;
}
ul.editmenu div.text:hover
{
    text-decoration:underline;
}
ul.editmenu div.text {
    cursor: pointer;
    line-height: 24px;
    margin-left: 6px;
}
ul.editmenu div.imatge {
    background-image: url("../images/icon_home.png");
    background-size: 18px 18px;
    height: 18px;
    margin-left: 0;
    margin-top: 4px;
    padding-left: 18px;
}
ul.editmenu div.opcio div.text.desactivat {
    text-decoration: line-through;
    opacity: 0.5;
}
div.titoltooltipmenu
{
    margin:10px;
}
.ui-menu-icons .ui-menu-item a {
    white-space: nowrap;
}
input.numeric
{
    text-align:right;
}


ul.editmenu li div.candau {
    background-image: url("../images/candau.png");
    background-repeat: no-repeat;
    height: 16px;
    margin-left: 8px;
    margin-top: 4px;
    width: 11px;
}


ul.editmenu li div.selected {
    background-color:rgb(17, 69, 126);
}

ul.editmenu li div.no-selected {
     background-color:rgb(221, 221, 221);
}

ul.editmenu li.nodesplegat div.no-selected div.candau
{
    background-image: url("../images/candau2.png");
}

a[kkeyname="back"] > img
{
    background-image: url("../images/icon_listform.png");
    background-position: center center;
    background-repeat: no-repeat;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table tr.inactiu td.selectable {
    opacity: 0.4;
    text-decoration: line-through;
}

div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus {
    padding: 0 1px 0 0;
    text-align: center;
    width: 15px;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus div 
{
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus div.IsAdminWeb {
    background-image: url("../images/administrator1.png");
    margin-left: 2px;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus div.IsUserClient {
    background-image: url("../images/client.png");
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus div.IsUserOperari {
    background-image: url("../images/employee.png");
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus div.IsUserProveidor {
    background-image: url("../images/provider.png");
    margin-left: 1px;
}

div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus.nonpermission div.IsAdminWeb {
    background-image: url("../images/administrator1b.png");
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus.nonpermission div.IsUserClient {
    background-image: url("../images/clientb.png");
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus.nonpermission div.IsUserOperari {
    background-image: url("../images/employeeb.png");
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.tipus.nonpermission div.IsUserProveidor {
    background-image: url("../images/providerb.png");
}

div.mantmenuoption div.esq {
    float: left;
}

div.mantmenuoption div.dre {
    float: left;
    margin-left: 10%;
}

div.mantmenuoption div.dre select.MenuOption_DepartmentNotify {
    height: 300px;
    min-width: 300px;
}
div.mantmenuoption div.esq {
    float: left;
    min-width: 520px;
}
div.mantmenuoption div.dre {
    float: left;
    margin-left: 2%;
}

.iso {
    background-position: 0 0;
    background-size: 80px 80px;
    float: left;
    height: 80px;
    margin-right: 5px;
    width: 80px;
}

.iso1 
{
    background-image: url('../images/ISO9001.png');
}

.iso2
{
    background-image: url('../images/ISO14001.png');
}

.iso3 {
    background-image: url("../images/ISO66926.png");
}


#container.full-width .one-fourth {
    display: inline-block;
    float: inherit;
    min-height: 210px;
    padding: 1%;
    vertical-align: text-top;
    width: 16%;
    margin: 0 1% 1%;
}

.do-ico {
    display: none;
    float: left;
}

div.commentsNotif textarea {
    border: 1px solid;
    padding: 3px;
    width: 100%;
}
div.comments div.hora {
    float: left;
    font-weight: bold;
}
div.comments div.user {
    color: #222222;
    float: right;
    font-weight: bold;
}
div.commentsNotif {
    border: 2px solid;
    height: 375px;
    margin-bottom: 5px;
    overflow-y: auto;
}
.comments.newcomment 
{
    height: 220px;
    border: 2px solid;
    padding: 10px;
}
div.commentsNotif div.comments {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}
div.comments textarea {
    border: 1px solid;
    display: block;
    height: 130px;
    margin: 0 auto;
    max-height: 130px;
    max-width: 98%;
    padding: 3px;
    width: 98%;
}
div.commentsNotif div.comments div.commentNotif {
    border: 1px solid;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 15px 5px 4px;
    position: relative;
    width: auto;
}
div.commentNotif div.deleteComment {
    background-image: url("../images/clear.png");
    background-repeat: no-repeat;
    cursor: pointer;
    height: 11px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 11px;
}
div.input div.contentinput div.camp div.optionkradio {
    float: left;
}
div.input div.saltoptionradio div.camp div.optionkradio {
    clear: both;
}
div.userTitle {
    color: #11457E;
    font-family: Arial,​Tahoma,​Verdana,​sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 5px;
    text-shadow: 1px 1px 0 #FFFFFF;
}

div.searchDiary
{
    height: auto;
    margin: 10px 3%;
    overflow: hidden;
    width: 94%;
}

div.searchDiary div.input
{
    float: right; 
}

div.metro_nav > ul > li > a[kkeyname="newComment"]:parent
{
 display: none;  
}

a.icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85% 85%;
    border-radius: 3px;
    box-shadow: 0 0 2px #000000;
    display: block;
    float: left;
    height: 18px;
    margin: 0 4px;
    padding: 0;
    text-indent: -99999px;
    width: 18px;
    cursor: pointer;
}
a.view{
    background-image: url("../images/view.png");
}

a.edit{
    background-image: url("../images/edit.png");
}

a.delete{
    background-image: url("../images/delete.png");
}

a.correct, div.correct
{
    background-image: url("../images/correct.png");
}

a.tancat, div.tancat
{
    background-image: url("../images/tancat.png");
    
}

a.incorrect
{
    background-image: url("../images/incorrect.png");
}

a.email {
    background-image: url("../images/ico-mail.png");
}
a.download
{
    background-image: url("../images/table-images/icone-descargar.png");   
    background-repeat: no-repeat;
}

a.download
{
    background-image: url("../images/table-images/icone-descargar.png");   
    background-repeat: no-repeat;
}



a.download:active 
{
    background-image: url("../images/table-images/icone-descargar-act.png");
}

a.folder
{
    background-image: url("../images/folder.png");
}

.icon.HasAttachments
{
    background-image: url("../images/table-images/icone-attach.png");   
    background-repeat: no-repeat;
}

.icon.HasAttachmentsPublics
{
    background-image: url("../images/table-images/icone-attachpublic.png");   
    background-repeat: no-repeat;
}

.icon.HasComments
{
    background-image: url("../images/table-images/icone-comments.png");   
    background-repeat: no-repeat;
}

.icon.HasNotifyByEmail
{
    background-image: url("../images/table-images/icone-mail.png");   
    background-repeat: no-repeat;
}

.icon.HasRemembers {
    background-image: url("../images/table-images/icone-remember.png");   
    background-repeat: no-repeat;
}

.icon.HasDestinataris {
    background-image: url("../images/table-images/destinataris.png");   
    background-repeat: no-repeat;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

.gridOptions {
    margin: 0 auto;
}

.kSimpleForm_Modus_lbl {
    background-color: #AAAAAA;
    border: 1px solid;
    color: #FFFFFF;
    display: block;
    font-size: 120%;
    font-weight: bold;
    padding: 3px 10px;
    position: absolute;
    right: 6px;
    text-align: center;
    text-shadow: 0 0 2px #000000;
    top: 17px;
}



/* STYLES GRID*/

.align-left {
    text-align: left;
}

.align-right
{
    text-align: right;
}
div.one-fourth.text-inline > p {
    word-wrap: break-word;
}

/**/


div.mapContainer  div.listContainer {
    border: 2px solid;
    margin: 20px 1%;
    width: 23%;
    float:left;
}

div.mapContainer  div.listContainer:nth-child(4n+1)  {
    clear:left;
}

div.mapContainer .listContainer .titleContainer span 
{
    color: White;
    text-shadow: 0 0 3px #000000;
    cursor: pointer;
    display: block;
    font-size: 120%;
    font-weight: bold;
    padding: 3px 5px;
    text-align: center;
    text-decoration: underline;
    width: 95%;
}

.permContainer div span:first-of-type {
    visibility: hidden;
}

div.mapContainer .listContainer input {
    float: left;
    height: 20px;
    width: 5%;
}

div.mapContainer .listsCont {
    clear: both;
    overflow: hidden;
    width: 100%;
}


div.mapContainer div.mapOptions a {
    float: left;
    margin: 1%;
    width: 48%;
}

div.mapContainer .permContainer > div {
    border-top: 1px solid;
    color: #000000;
    padding: 2px 5px;
}
div.mapContainer .marked {
    background: none repeat scroll 0 0 #DEDEDE;
    color: #FF0000;
    opacity: 0.42;
}


div.mapContainer div.listContainer.empty .titleContainer {
    background: none repeat scroll 0 0 #BBBBBB;
    font-weight: normal;
}



div.treeContainer  .listsCont {
    float: left;
    overflow: hidden;
    padding: 20px;
    width: 25%;
}


	
div.treeContainer .treeDivContainer {
    border-left: 2px solid;
    float: left;
    overflow: hidden;
    padding: 20px;
    width: 75%;
}

div.treeContainer .titleContainer {
    border: 2px solid #333333;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 20px;
    overflow: hidden;
    padding: 5px;
    text-shadow: 0 0 4px #000000;
}

div.treeContainer .titleContainer > input {
    float: left;
    width: 20%;
}

div.treeContainer div.treeDivContainer > div {
    background-color: #EEEEEE;
    border-bottom: 2px solid #D2D2D2;
    border-left: 2px solid #D2D2D2;
    border-right: 2px solid #D2D2D2;
    font-size: 140%;
    font-weight: bold;
    padding: 5px;
}

div.treeContainer div.treeDivContainer > div:first-of-type{
    border-top: 2px solid #D2D2D2;
}

div.treeDivContainer div span:first-of-type {
    background-image: url("../images/small-circle-green.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: rgba(0, 0, 0, 0);
    padding-right: 15px;
}

div.treeDivContainer div.marked
{
    opacity: 0.5;       
}

div.treeDivContainer div.marked span:first-of-type {
     background-image: none;    
}

.legalBox {
    background: none repeat scroll 0 0 #11457E;
    border-bottom: 4px double #FFFFFF;
    border-top: 4px double #FFFFFF;
    clear: both;
    color: #FFFFFF;
    float: left;
    margin: 15px 0;
    max-width: 500px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
div.legalBox span {
    font-size: 12px;
    font-weight: normal;
}
.legalBox input {
    float: left;
    margin-right: 15px;
}

.legalBox > div {
    overflow: hidden;
    padding-top: 10px;
}
.legalBox > .legalText {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #333333;
    max-height: 100px;
    overflow-y: scroll;
    padding: 5px 10px;
}
div.filesdelete {
    max-height: 300px;
    width: 400px;
}
div.filesdelete span.file {
    display: block;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 5px;
}
div.filesdelete div.askdelete {
    margin-bottom: 10px;
}
div.filesdelete div.contentfiles {
    max-height: 300px;
    overflow-y: auto;
}
div.filesdelete span.file div.isdeleted {
    opacity: 0.5;
    text-decoration: line-through;
}
div.conversia {
    background-image: url("../images/SelloWeb_PrivacyRespect.png");
    background-repeat: repeat;
    background-size: 235px 80px;
    bottom: 0;
    height: 80px;
    left: 400px;
    position: absolute;
    top: 7px;
    width: 235px;
}


div.kSC_notif.done, span.done
{
    background-image: url("images/green-pin.png");   
    background-position: right center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

span.done {
    background-size: 25px 25px;
    display: block;
    padding-right: 25px;
    width: 100%;
}
div.right-top a.linkhome {
    background-image: url("../images/home.png");
    display: block;
    height: 24px;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 2px;
    width: 24px;
}

div.fitxersPujantse {
    z-index: 999;
}

.alertNotification {
    border-radius: 5px;
    color: #555;
    cursor: pointer;
    font-size: 110%;
    font-weight: bold;
    padding: 5px;
}

div.w1
{
    float:left;
    overflow: hidden;
    width:100%;
}
