﻿body {
	/*font-family: Arial, Tahoma, Verdana, sans-serif;*/
	text-shadow: 0px 0px 0px;
	overflow-x:auto;
}

.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: 300px;
    left: 50%;
    margin: -150px auto 0 -110px !important;
    padding: 9px 20px 20px;
    position: fixed;
    top: 50%;
    width: 220px;
    z-index: 99;
}

img.btn_close {
    position: absolute;
    right: 15px;
    top: 15px;
}

div#login-box.login-popup .submit.button
{
    margin: 15px 0;
}



#header {
    height: 90px;
    min-height:0;
    overflow: hidden;
}
.contact-block {
    float: right;
    margin: 32px 0 0;
    padding: 4px 1px 6px;
    position: relative;
}

div.capaTaulaFitxers div.capaTaulaUsers {
    float: left;
    width: 24%;
}

div.capaTaulaFitxers div.Fitxers {
    float: right;
    width: 75%;
}
div.capaTaulaFitxers > table.rounded-corner {
    border-collapse: collapse;
    font-size: 11px;
    text-align: left;
    text-shadow: none;
    width: 100%;
}

div.capaTaulaFitxers table.rounded-corner {
    margin-left: 0;
    width: 100%;
}
div.capaTaulaFitxers div.capaFitxers table.rounded-corner tr {
    border-bottom: 1px solid white;
}
.capa-observacions {
    float: left;
    margin: 5px 0 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
.peu-taula {
    background-color: #11457E;
    background-position: center bottom;
    border-top: 0px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    margin-left: 0;
    text-shadow: none;
    width: 100%;
}
div.capaFitxers {
    background-color: #DCDCDC;
    height: 301px;
    overflow-y: scroll;
}
.logo {
    cursor: pointer;
    display: block;
    float: left;
    height: 92px;
    margin: 15px 0 0 -3px;
    padding-bottom: 15px;
    position: relative;
}
.capa_menu {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    margin: 0 auto;
    padding-bottom: 0;
    position: relative;
    width: 98%;
}
h1 {
    background-color: #11457E;
    color: #FFFFFF;
    font-size: 28px;
    margin: 5px 0;
    padding-left: 2%;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
}

div.contenidoractual {
    font-size: 120%;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}


div.capaTaulaFitxers td.colMenuOptionName {
    cursor: pointer;
    text-decoration: underline;
}

div.capaTaulaFitxers td.colMenuOptionName:hover {
    text-decoration: none;
}
table tbody.ktf-files tr.isdelete td {
    opacity: 0.3;
}
#mask
{
    background-color:Black;
    opacity:0.5;
    z-index: 95
}

div.fitxersPujantse {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
div.fitxersPujantse div.block-upload-black {
    background-color: #000000;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}

div.fitxersPujantse div.contingut {
    background-color: #FFFFFF;
    border: 1px solid;
    border-radius: 5px 5px 5px 5px;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    margin-left: 20px;
    min-width: 400px;
    padding: 5px 10px;
    position: absolute;
}
div.fitxersPujantse div.titol {
    font-size: 120%;
    font-weight: bold;
}
div.fitxersPujantse table.taulaFitxersPujantse {
    width: 100%;
}
div.fitxersPujantse div.contingutTaulaFitxersPujantse {
    background-color: #CCCCCC;
    max-height: 300px;
    overflow: auto;
    border: 1px solid;
    margin-bottom: 10px;
    margin-top: 2px;
}
div.fitxersPujantse table.taulaFitxersPujantse td.proces {
    padding-right: 9px;
    width: 1px;
}
div.fitxersPujantse div.leyenda button.continuar {
    bottom: 11px;
    position: absolute;
    right: 8px;
}
div.fitxersPujantse div.leyenda div.leyendaOK {
    background-image: url("../images/ok.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
div.fitxersPujantse div.leyenda div.leyendaKO {
    background-image: url("../images/ko.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
div.fitxersPujantse img.proces {
    background-image: url("../images/loading2.gif");
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent;
    height: 16px;
    position: relative;
    width: 16px;
    cursor: pointer;
}

div.fitxersPujantse div.fitxerproces {
    background-image: url("../images/loading.gif");
    height: 16px;
    position: relative;
    width: 16px;
}
div.fitxersPujantse div.fitxerproces.resultKO {
    background-image: url("../images/ko1.gif");
    border: 1px solid gray;
    cursor:pointer;
}
div.fitxersPujantse div.fitxerproces.resultOK {
    background-image: url("../images/ok1.gif");
}

div.contenidorEdicioFitxer table.fitxersUpload {
    border: 1px solid #11457E;
    width: 100%;
}
div.contenidorEdicioFitxer table.fitxersUpload thead tr {
    background-color: #11457E;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-shadow: 0 0;
}
div.contenidorEdicioFitxer table.fitxersUpload tbody {
    color: #11457E;
    font-family: verdana;
    font-size: 1em;
}
div.contenidorEdicioFitxer table.fitxersUpload th {
    padding: 0 5px;
}
div.contenidorEdicioFitxer table.fitxersUpload .nomFitxer {
    text-align: left;
    width: 80%;
}
div.contenidorEdicioFitxer table.fitxersUpload .tamanyFitxer {
    text-align: center;
}
div.contenidorEdicioFitxer table.fitxersUpload
{
    cursor: default;
    min-width:350px;
    margin-top: 10px;
}
div.contenidorEdicioFitxer table.fitxersUpload tbody tr {
    background-color: #EEEEEE;
    line-height: 15px;
}
div.contenidorEdicioFitxer table.fitxersUpload tbody tr:hover {
    background-color: #AAAAAA !important;
}
div.contenidorEdicioFitxer table.fitxersUpload tbody tr:nth-child(2n+1) {
    background-color: #DDDDDD;
}
div.capaTaulaFitxers tbody div.link {
    color: #000000;
    font-weight: normal;
    cursor: pointer;
    margin: 0 auto;
    width: 34px;
}
div.capaTaulaFitxers tbody div.link:hover {
    text-decoration:underline;
}div.capaTaulaFitxers div.capaTaulaUsers div.users table {
    width: 100%;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td {
    background-color: #DCDCDC;
    border-bottom: 1px solid white;
    padding: 0px 7px;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.selectable
{
    cursor:pointer;
}

div.capaTaulaFitxers div.capaTaulaUsers div.users table td.selected {
    color: #000000;
    font-weight: bold;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.selectable:hover {
    text-decoration:underline;
}
div.capaTaulaFitxers div.capaTaulaUsers div.titolListUsers {
    background-color: #11457E;
    color: #FFFFFF;
    cursor: default;
    font-size: 120%;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    text-shadow: 0 0;
}

div.capaTaulaFitxers div.capaTaulaUsers div.users {
    background-color: #DCDCDC;
    border-top: 1px solid white;
    max-height: 290px;
    min-height: 290px;
    overflow-y: auto;
}
div.capaTaulaFitxers div.capaTaulaUsers div.searchUser {
    border: 1px solid;
    min-height: 30px;
}
div.capaTaulaFitxers div.capaTaulaUsers div.searchUser {
    border: 1px solid;
    min-height: 18px;
}
div.capaTaulaFitxers div.capaTaulaUsers div.searchUser input.camp {
    border: 0 none;
    margin-left: 0;
    width: 99%;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.User
{
    background-position: 3px 1px;
    background-repeat: no-repeat;
    width: 4px;
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.IsUserAdminLocal {
    background-image: url("../images/ok.gif");
}
div.capaTaulaFitxers div.capaTaulaUsers div.users table td.IsUserClientFinal
{
    background-image:url("../images/ko.gif");
}
div.fitxersPujantse div.alerta {
    color: #8B0000;
    font-weight: bold;
    margin-right: 5px;
    text-align: right;
}
.rounded-corner tr td:first-of-type
{
    padding-left: 25px;
}

.head, .head-capt, .hide-me {
    min-height: 40px;
}
div.contenidorEdicioFitxer textarea.DataFile_Incidencia {
    resize: none;
}
div.metro_nav > ul > li > a > span.keyboard {
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    font-family: arial;
    font-size: 10px !important;
}
