/*Reseteo de los estilos por defecto de los navegadores*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
    height: 100% !important;
}
body {
    min-height: 100% !important;
	
}
body {

	font-size:14px;
	background-color:#f2f2f2;
	font-family: Raleway,Arial;
	min-width: 1200px;
}

ol, ul {
  list-style: none;
}

.azul900 {
	color:#2b446f;
}
.azul800 {
	color:#36548a;
}
.azul700 {
	color:#4165a4;
}
.azul600 {
	color:#4c77c2;
}
.azul500 {
	color:#6c8fc9;
}
.azul400 {
	color:#8ea9d9;
}
.azul300 {
	color:#b2c5d8;
}
.azul200 {
	color:#d4def0;
}
.azul100 {
	color:#edf1f5;
}

.azulSec900 {
	color:#1c273b;
}
.azulSec800 {
	color:#3b4961;
}
.azulSec700 {
	color:#596782;
}
.azulSec600 {
	color:#78869e;
}
.azulSec500 {
	color:#97a3c4;
}
.azulSec400 {
	color:#b5becf;
}
.azulSec300 {
	color:#cdd4e0;
}
.azulSec200 {
	color:#e3e7ed;
}
.azulSec100 {
	color:#f3f4f7;
}

.success700 {
	color:#15880c;
}
.success500 {
	color:#20cc11;
}
.success300 {
	color:#c9f8c4;
}
.success100 {
	color:#f2fef1;
}

.info700 {
	color:#16537e;
}
.info500 {
	color:#2597d9;
}
.info300 {
	color:#caeafc;
}
.info100 {
	color:#f2faff;
}

.warning700 {
	color:#db9600;
}
.warning500 {
	color:#eac701;
}
.warning300 {
	color:#fdf57f;
}
.warning100 {
	color:#fffeeb;
}

.danger900 {
	color:#a51d1d;
}
.danger500 {
	color:#d92525;
}
.danger300 {
	color:#fccaca;
}
.danger100 {
	color:#fff2f2;
}

.action900 {
	color:#005b50;
}
.action700 {
	color:#008f7e;
}
.action500 {
	color:#00cab2;
}
.action300 {
	color:#8de8dc;
}
.action100 {
	color:#f6fdfc;
}

.modalBg { 
	background-color: rgba(62,74,98,0.750);
}

.blanco {
	color:#fff;
}

.enlace {
	color:#465b81;
	text-decoration: none;
}
a {
	font-size: 14px;
	font-family: Roboto,Arial;
	font-weight: 500;
	font-style: normal;
	line-height: 20px;
	text-decoration: underline;
	text-transform: none;
}


.barraAzul {
	background: #36548a;
	color: #fff;
	font-size:0.8em;
	padding: 0.5em 0.5em;
	clear:both;
	overflow: hidden;
	width: 100%;
	min-height:15px;
}

.textoBarraZaulSuperior {
	font-size:1em;
	font-weight: 500;
	color: #fff;
}


.barraAzul a {
	color: #fff;
	font-size:1em;
	font-weight: 500;
	clear:both;
	
}
.barraAzul select {
    background: #fff;
    border: solid 1px #b5becf;
    font-size: 11px;
    padding: 0.5em;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	color: #36548a;
}

.small {
	font-size:0.6em !important;
}

.derecha {
	float:right;
	margin-right:1.7em;
}
.izquierda {
	float:left;
	margin-left:1.7em;
}
.aviso {
	background-color:#f3f4f7;
	padding:0.5em;
	font-size:0.9em;
	font-family: Raleway,Arial;
	margin-top:2em;
}
h1 {
	font-size: 28px;
	font-family: Raleway,Arial;
	font-weight: 500;
	font-style: normal;
	line-height: 48px;
	text-decoration: none;
	text-transform: none;
	margin-left:1em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h2 {
	font-size: 26px;
	font-family: Raleway,Arial;
	font-weight: 400;
	font-style: normal;
	line-height: 40px;
	text-decoration: none;
	text-transform: none;
}
h3 {
	font-size: 18px;
	font-family: Raleway,Arial;
	font-weight: 600;
	font-style: bold;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
h4 {
	font-size: 16px;
	font-family: Raleway,Arial;
	font-weight: 700;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-transform: none;
}
h5 {
	font-size: 13px;
	font-family: Raleway,Arial;
	font-weight: 700;
	font-style: normal;
	line-height: 32px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}
}
h6 {
	font-size: 14px;
	font-family: Raleway,Arial;
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}

img {
	vertical-align:middle;
	margin-right:0.4em;
	margin-left:0.4em;
}

select {
    background: transparent;
    border: solid 1px #b5becf;
    font-size: 11px;
    padding: 0.3em;
    width: 90%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}

select:focus { 
	outline: none;
	background: #fff;
}
select:hover { 
	outline: none;
	background: #fff;
}
textarea {
    background: transparent;
    border: solid 1px #b5becf;
    font-size: 11px;
	line-height: 14px;
    padding: 0.5em;
    width: 100%;
	max-width:100%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	
}
input[type="date"] {
	background: transparent;
    border: solid 1px #b5becf;
    font-size: 14px;
    padding: 0.5em;
    width: 85%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}
input[type="text"] {
	background: transparent;
    border: solid 1px #b5becf;
    font-size: 13px;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}
button {
	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
	border: solid 1px #008F7E;
	color:#008F7E;
	background:transparent;
	cursor: pointer;
}
label {
	font-size: 12px;
	margin-right:1em;
	font-family: Raleway,Arial;
	text-align:left;
}
.button-liq {
	margin-left:1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
	border: solid 1px #008F7E;
	color:#008F7E;
	background:transparent;
	cursor: pointer;
}
.button-liq:hover {
	background:#8de8dc;
	
}
.button-accion {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
	background:#8de8dc;
	cursor: pointer;
	font-size:0.9em;
	color:#596782;
	font-weight:700;
	border: 0;
}
.button-accion:hover {
    background:#596782;
	color:#8de8dc;
}
.button-accion a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
	background:transparent;
	cursor: pointer;
	color:#596782;
	font-size:0.8em;
	border: 0;
	text-decoration:none;
}
.button-accion:hover a {
	color:#8de8dc;
}
.button-accion a:hover {
	color:#8de8dc;
}
.button-accion-in-td {
	background:#8de8dc;
	cursor: pointer;
	color:#596782;
}
.button-accion-in-td:hover {
    background:#596782;
	color:#8de8dc;
}
.button-accion-delete {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
	background:#db3232;
	cursor: pointer;
	font-size:0.9em;
	color:#ffffff;
	font-weight:700;
	border: 0;
}
.button-accion-delete:hover {
    background:#ffffff;
	color:#db3232;
}
.button-accion-transparent {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
    background: transparent;
    cursor: pointer;
    font-size: 0.9em;
    color: #4165a4;
    font-weight: 700;
    border: solid 1px #008F7E;
}

.button-accion-transparent a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left:1em;
	padding-right:1em;
	border-radius: 4px;
	background:transparent;
	cursor: pointer;
	color:#4165a4;
	font-size:0.8em;
	border: 0;
	text-decoration:none;
}
.button-blue {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #36548a;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}

.button-granate {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #ab2a3e;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}

.button-afianzada {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #10b758;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}
.button-pendiente {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #fd7e17;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}
.button-creada {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #5d10d1;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}
.button-enproceso {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #ff0000;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}
.button-nueva {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left:0.5em;
	padding-right:0.5em;
	border-radius: 10px;
	border: solid 1px #c3c3c3;
	font-size:0.8em;
	background:transparent;
	margin-left:1em;
}
.button-accion-desactivado {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 4px;
	background: #e8f0ef;
	cursor: pointer;
	pointer-events: none;
	font-size: 0.9em;
	color: #a6b0c4;
	font-weight: 700;
	border: 0;
}

.button-accion-borrar {

    border-radius: 4px;
    border-color: #db3232;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 700;
    border-style: solid;
    border-width: thin;
    color: #db3232;
    text-transform: uppercase;
}

.button-accion-cancelar {

    border-radius: 4px;
    border-color: #8de7dc;
    cursor: pointer;
    font-size: 0.9em;
    color: #596782;
    font-weight: 700;
    border-style: solid;
    border-width: thin;
    color: #8de7dc;
    text-transform: uppercase;
}

fieldset {
	width: 100%;
	border: solid 1px #c3c3c3;
	padding:1em;
	border-radius:5px;
}
hr {
	
	border: dotted 1px #c3c3c3;
	
}
input[type="submit"] {
    font-size: 12px;
    padding: 0.5em;
    width: 85%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	color:#596782;
	background:#c2f2ed;
	margin-top:1.5em;
}
input[type="submit"]:hover {
    background:#596782;
	color:#8de8dc;
}
input[type="reset"] {
    font-size: 12px;
    padding: 0.5em;
    width: 85%;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
    color: #db3232;
	border: solid 1px #db3232;

	background:transparent;
	margin-top:1.5em;
	
}
input[type="reset"]:hover {
    background:#db3232;
	color: #fff;;
}
.contenedor-login {
	background:#fff;
	width:250px;
	margin:0 auto;
	text-align:center;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	padding-bottom:1.5em;
}
.contenedor-password {
	background:#fff;
	width:90%;
	margin:0 auto;
	text-align:center;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	padding-bottom:1.5em;
}
.sub-contenedor-login {
	width:250px;
	margin:0 auto;
	text-align:center;
}
.container-login {
	width:90%;
	min-width:250px;
	margin:0 auto;
	text-align:center;
	
}
.login {
	margin:0;
	padding:0;
	overflow:hidden;
	
}
#despComunidades {
	margin-top: 17px;
	white-space:nowrap;
}

#logo {
	margin-top: 1.5px;
}
#codCliente {
	margin-top: 5px;
}
#ayuda-admin, #config-adminusers ,#config-ipc,#config-logs {
	margin-top: 17px;
}

#ayuda {
	margin-top: 3px;
}
#sad-programar {
	margin-top: 17px;
	margin-left:4em;
}
#changePass {
	margin-top: 3px;
}
#changePass-admin {
	margin-top: 17px;
}
#close-admin {
	margin-top: 17px;
}
#sub-cabecera-admin {
	height: 100px;
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
	padding: 1em 2em;
	background:#fff;
	width:95%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
}
#cuerpo-admin {
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
	width:95%;
}
.activo {
	display:block;
}
.oculto {
	display:none;
}
.activoInline {
	display:inline-block;
}
.contenido-admin {
	margin:0 auto;
	margin-top:1em;
	margin-bottom:1em;
	width:calc(100% - 2.3em - 80px);
	display:inline-block;
	vertical-align: top;
	margin-left:2em;
}
.menu-admin {
	width:10%;
	min-width:80px;
	max-width:80px;
	margin-top:1em;
	margin-bottom:1em;
	background:#fff;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	font-size:0.7em;
	text-align:center;
}
.menu-admin a {
	text-decoration:none;
	font-size:0.9em;
}
.menu-admin ul li {
	border-bottom:1px solid #e2e2e2;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
#comunidad {
	width:54%;
	font-size:13px;
}
#lecturas {
	width:20%;
	font-size:11px;
	margin-top:-0.5em;
	min-width:150px;
	white-space:nowrap;
}
#ficha-edificio {
	width:20%;
	text-align: right;
	margin-right:0 !important;
	min-width:150px;
	white-space:nowrap;
}
#logoCliente {
	background:#fff;
	width:100%;
	height: 120px;
}
#desconectar {
	margin-top: 50px;
}

#pie {
	text-align: center;
	padding-top:0.8em;
	padding-bottom:0.8em;
}
#contenido-izquierda {
	width: 70%;
	
}
#contenido-derecha {
	width: 25%;
}
#menu-superior {
	/*position:absolute;*/
	font-family: Raleway,Arial;
	font-size: 0.9em;
	/*float:left;*/
	width: 100%;
	white-space:nowrap;
	margin-left:2.3em;
	margin-top:2em;
	background:transparent;
}
#menu-superior a {
	/*position:absolute;*/
	font-family: Raleway,Arial;
	font-size: 0.9em;
	/*float:left;*/
	width: 100%;
	white-space:nowrap;
	background:transparent;
	text-decoration:none
}
#menu-superior ul {
	margin:0 !important;
	padding: 0;
	
}
#menu-superior > ul > li {
	list-style-type: none;
	display:inline;
	font-weight:600;
	box-shadow: #ccc -1px -4px 0.2em -5px;
	margin-left:-0.3em !important;
	padding: 1em 1em 0.2em 1em;
	background:#fff;
}
.esquina_izquierda {
	border-radius: 0.6em 0em 0em 0em;
}
.esquina_derecha {
	border-radius: 0em 0.6em 0em 0em;
}
.menu_selected {
	color: #fff;
	background: #4165a5 !important;
}
.menu_selected a {
	color: #fff;
	background: #4165a5 !important;
	text-decoration:none;
}
.menu-admin_selected {
	color: #fff;
	background: #4165a5 !important;
	
}
.menu-admin_selected ul li {
	color: #fff;
	background: #4165a5 !important;
	text-decoration:none;
}

.menu-admin_selected a {
	color: #fff;
	background: #4165a5 !important;
	text-decoration:none;
	text-shadow:none !important;
}
#cuerpo {
	margin-left:1.8em;
	margin-top:0;
	margin-bottom:2em;
	padding: 2em 2em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	height: 730px;
	overflow-y: scroll;
	scrollbar-color: rgba(210, 210, 210, .5) rgba(210, 210, 210, 0);
    scrollbar-width: thin;
}
#cuerpo-contenido-admin {
	margin-bottom:2em;
	margin-left: -0.3em !important;
	padding: 2em 2em;
	background:#fff;
	width:100%;
	height:510px;
	box-shadow: 0 0 0.4em 0 #ddd;
	overflow: scroll;
	scrollbar-color: rgba(210, 210, 210, .5) rgba(210, 210, 210, 0);
    scrollbar-width: thin;
}
#cuerpo-contenido-admin-liquidaciones {
	margin-bottom:2em;
	margin-left: -0.3em !important;
	padding: 2em 2em;
	background:#fff;
	width:100%;
	
	box-shadow: 0 0 0.4em 0 #ddd;
	
	scrollbar-color: rgba(210, 210, 210, .5) rgba(210, 210, 210, 0);
    scrollbar-width: thin;
}

.grafico {
	width:95%;
	border: solid 1px #d4def0;
	margin-bottom:1em;
}

.exportar {
	text-align:right;
	display: inline;
	float:right;
	margin-top: -7px;

}
.titulo-grafico {
	background:#4c77c2;
	padding:0.6em;
	font-size:12px;
	font-weight:600;
}
#tabla-resumen {
	margin-left:0.1em;
	margin-top:8.1em;
	margin-bottom:1em;
	padding-bottom:0.6em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
}

#tabla-configuracion {
	margin-left:0.1em;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:0.6em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
}
#tabla-configuracion h2 {
	font-size: 14px;
	font-family: Raleway,Arial;
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
	margin-left:1.3em;
}
#tabla-configuracion label {
	margin-left:1.3em;
	font-weight: 500;
	
}
#tabla-configuracion select {
	margin-left:1.3em;
}
#tabla-configuracion button {
	margin-left:1.3em;
	margin-top:1em;
}
#tabla-configuracion input[type="date"] {
	margin-left:1.3em;
}

#tabla-archivos {
	margin-left:0.1em;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:0.6em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
}

#tabla-archivos a {
	text-decoration:none;
	margin-left:1.2em;
	font-weight: 500;
	
}
.tabla-archivos-button {
	margin-left:1.2em;
	background:transparent;
	border:0;
	font-weight: 500;
	padding:0;
	cursor: pointer;
}

.titulo-seccion-derecha {
	font-size: 16px;
	font-family: Raleway,Arial;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	padding: 1em 1em;
	margin-top:0.3em;
	border-bottom: dotted 1px;
}
#tabla-archivos hr {
	border: solid 1px;
	margin-left:1em;
	margin-right:1em;
	margin-top:1em;
	margin-bottom:1em;
}

/*Tabla*/
table {
	margin:1em;
	padding:0;
	width:90%;
	border-collapse: collapse;
	border-spacing: 0;
	border: dotted 1px;
}
thead  {
}
th {
	font-size:11px;
	font-weight:700;
	background: #edf1f9;
	padding:0.5em;
	margin:0;
	text-align:center;
}
tr {
	font-size:0.9em;
	padding:0.5em;
	border: dotted 1px;
	
}
td {
	padding:0.5em;
	border: 0;
	
}
.texto-derecha {
	text-align:right;
}
.texto-izquierda {
	text-align:left;
}
.texto-centrado {
	text-align:center;
}
.btn {
	font-size:12px;
}
.dropdown-menu {
	font-size:12px;
	font-family:Raleway,Arial;
}
.opciones-liquidaciones {
	margin-left:0.5em;
}
/*
 * Formato checkBox y radio Ocultarlo siendo accesible
 */
.custom-radio, .custom-checkbox {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

/*
 * Dejar espacio a la 'label' para posicionar el checkbox hecho con pseudoelementos
 */
.custom-radio + label, .custom-checkbox + label {
  position: relative;
  padding-left: 15px;
}
/*
 * El pseudoelemento que emulará el input
 */
.custom-radio + label:before, .custom-checkbox + label:before {
    content: "";
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    width: 13px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6.5px;
    background: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -o-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
}
/*
 * Fondo para cuando se pasa el ratón por encima
 */
.custom-radio + label:hover:before, .custom-checkbox + label:hover:before {
    background: #fafafa;
}

/*
 * Fondo para cuando se está haciendo click
 * Con filtros para ie9
 */
.custom-radio + label:active:before, .custom-checkbox + label:active:before {
    background: #ffffff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#dddddd, #ffffff);
    background-image: -moz-linear-gradient(#dddddd, #ffffff);
    background-image: -o-linear-gradient(#dddddd, #ffffff);
    background-image: linear-gradient(#dddddd, #ffffff);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff')";
}

/*
 * Redondear el botón "radio"
 * Sobreescribimos el border-radius: 3px general
 */
.custom-radio + label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*
 * Mostrar un punto cuando está seleccionado el "radio"
 * Usamos box-shadow para simular un fondo gris, mientras que dejamos un pequeño 
 * espacio para el punto negro (#444), que es el fondo
 */
.custom-radio:checked + label:before {
    background: #8DE8DC;
    -webkit-box-shadow: 0 0 0 1px #eeeeee inset;
    -moz-box-shadow: 0 0 0 1px #eeeeee inset;
    box-shadow: 0 0 0 1px #eeeeee inset;
}

/*
 * Estilos focus para la gente que navega con el teclado, etc
 */
.custom-radio:focus + label:before,
.custom-checkbox:focus + label:before {
    outline: 1px dotted;
}

/* Mostrar la "X" cuando está chequeada (sólo el checkbox).
 * Podríamos usar una fuente de iconos para mostrar un tic
 */
.custom-checkbox:checked + label:before {
    content: "X";
}


/*
 * Sólo para IE 6, 7 y 8 (no soportado)
 */
@media \0screen\,screen\9 {
    .custom-radio,
    .custom-checkbox {
        clip: auto;
        position: static;
    }

    .custom-radio + label,
    .custom-checkbox + label {
        padding-left: 0;
    }

    .custom-radio + label:before,
    .custom-checkbox + label:before {
        display: none;
    }
}
/*dropdown*/
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 9px;
  font-family:Raleway,Arial;
}

.dropdown-content a {
  /*color: black;*/
  padding: 3px 3px;
  text-decoration: none;
  font-size: 10px;
  font-family:Raleway,Arial;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: transparent;}

* {
	margin: 0;
	padding: 0;
}
/* base semi-transparente */
.overlay{
	display: none;
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}

/* estilo para lo q este dentro de la ventana modal */
.modal {
	display: none;
	position: relative;
	margin:7% auto;
	padding:30px 50px;
	background-color: #fafafa;
	color:#333;
	border-radius: 5px;
	width:50%;
	z-index:1002;
	overflow-x: hidden;
} 

.info-procesando {
	padding: 1em;
    background: #4165a41a;
    margin: 2em 0 2em 0;
    color: #4165a4;
    border-style: outset;
    border: black;
    border: 5px;
    border-color: black;
    border-radius: 0.3em;
}

a.popup-cerrar {
   position: absolute;
   top:2px;
   right:2px;
   background-color: transparent;
   padding:7px 10px;
   font-size: 15px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}

.spinner {
  margin: 0 auto;
  border: 5px solid LightGray;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: LightSeaGreen;

  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.crumbswrapper {text-align: left;margin-bottom: 1em;}
#crumbs {
  text-align: left;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.innerwrap {
  display: inline-block;
  background:#36548a;
  padding-right: 10px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  margin: 0 0 0 -5px;
}
.innerwrap:last-child {
  background: none;
}
.innerwrap:nth-last-child(2) {
  background: #f2f2f2;
}
#crumbs a, #crumbs span {
  background:#36548a;
  border-radius: 0 20px 20px 0;
  box-shadow: 5px 0 10px -4px #444;
  color: white;
  padding: 10px 25px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.innerwrap:nth-last-child(2) a {
  box-shadow: none!important;
}

#crumbs span.current{
  background: #f2f2f2 !important;
  box-shadow: none!important;
  white-space: nowrap;
  color: #36548a!important; 
  font-weight: bold;
}

/*Reseteo de los estilos por defecto de los navegadores*/


#contenido-izquierda {
	width: 70%;
	
}
#contenido-derecha {
	width: 25%;
}
#menu-superior {
	/*position:absolute;*/
	font-family: Raleway,Arial;
	font-size: 0.9em;
	/*float:left;*/
	width: 100%;
	white-space:nowrap;
	margin-left:2.3em;
	margin-top:2em;
	background:transparent;
}
#menu-superior a {
	/*position:absolute;*/
	font-family: Raleway,Arial;
	font-size: 0.9em;
	/*float:left;*/
	width: 100%;
	white-space:nowrap;
	background:transparent;
	text-decoration:none
}
#menu-superior ul {
	margin:0 !important;
	padding: 0;
	
}
#menu-superior > ul > li {
	list-style-type: none;
	display:inline;
	font-weight:600;
	box-shadow: #ccc -1px -4px 0.2em -5px;
	margin-left:-0.3em !important;
	padding: 1em 1em 0.2em 1em;
	background:#fff;
}
.esquina_izquierda {
	border-radius: 0.6em 0em 0em 0em;
}
.esquina_derecha {
	border-radius: 0em 0.6em 0em 0em;
}
.menu_selected {
	color: #fff;
	background: #4165a5 !important;
}
.menu_selected a {
	color: #fff;
	background: #4165a5 !important;
	text-decoration:none;
}
.menu-admin_selected {
	color: #fff;
	background: #4165a5 !important;
	
}
.menu-admin_selected ul li {
	color: #fff;
	background: #4165a5 !important;
	text-decoration:none;
}

.menu-admin_selected a {
	color: #fff;
	background: #4165a5 !important;
	text-decoration:none;
	text-shadow:none !important;
}
#cuerpo {
	margin-left:1.8em;
	margin-top:0;
	margin-bottom:2em;
	padding: 2em 2em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	height: 730px;
	overflow-y: scroll;
	scrollbar-color: rgba(210, 210, 210, .5) rgba(210, 210, 210, 0);
    scrollbar-width: thin;
}
#cuerpo-contenido-admin {
	margin-bottom:2em;
	margin-left: -0.3em !important;
	padding: 2em 2em;
	background:#fff;
	width:100%;
	height:510px;
	box-shadow: 0 0 0.4em 0 #ddd;
	overflow: scroll;
	scrollbar-color: rgba(210, 210, 210, .5) rgba(210, 210, 210, 0);
    scrollbar-width: thin;
}


.grafico {
	width:95%;
	border: solid 1px #d4def0;
	margin-bottom:1em;
}

.exportar {
	text-align:right;
	display: inline;
	float:right;
	margin-top: -7px;

}
.titulo-grafico {
	background:#4c77c2;
	padding:0.6em;
	font-size:12px;
	font-weight:600;
}

.parteliquidaciones {
	width:95%;
	border: solid 1px #d4def0;
	margin-bottom:1em;
	box-shadow: 0 0 0.2em 0 #ddd;
	border-radius: 0.2em 0.2em 0.2em 0.2em;
	vertical-align: top;
}
.titulo-parteliquidaciones {
	background:#ffffff;
	padding:0.6em;
	font-size:12px;
	font-weight:600;
	border-bottom:  solid 1px #d4def0;
	font-size: 9px;
}
#tabla-resumen {
	margin-left:0.1em;
	margin-top:8.1em;
	margin-bottom:1em;
	padding-bottom:0.6em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
}

#tabla-configuracion {
	margin-left:0.1em;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:0.6em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
}
#tabla-configuracion h2 {
	font-size: 14px;
	font-family: Raleway,Arial;
	font-weight: 700;
	font-style: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
	margin-left:1.3em;
}
#tabla-configuracion label {
	margin-left:1.3em;
	font-weight: 500;
	
}
#tabla-configuracion select {
	margin-left:1.3em;
}
#tabla-configuracion button {
	margin-left:1.3em;
	margin-top:1em;
}
#tabla-configuracion input[type="date"] {
	margin-left:1.3em;
}

#tabla-archivos {
	margin-left:0.1em;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:0.6em;
	background:#fff;
	width:90%;
	box-shadow: 0 0 0.4em 0 #ddd;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
}

#tabla-archivos a {
	text-decoration:none;
	margin-left:1.2em;
	font-weight: 500;
	
}
.tabla-archivos-button {
	margin-left:1.2em;
	background:transparent;
	border:0;
	font-weight: 500;
	padding:0;
	cursor: pointer;
}

.titulo-seccion-derecha {
	font-size: 16px;
	font-family: Raleway,Arial;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	padding: 1em 1em;
	margin-top:0.3em;
	border-bottom: dotted 1px;
}
#tabla-archivos hr {
	border: solid 1px;
	margin-left:1em;
	margin-right:1em;
	margin-top:1em;
	margin-bottom:1em;
}

/*Tabla*/
table {
	margin:1em;
	padding:0;
	width:90%;
	border-collapse: collapse;
	border-spacing: 0;
	border: dotted 1px;
}
thead  {
}
th {
	font-size:11px;
	font-weight:700;
	background: #edf1f9;
	padding:0.5em;
	margin:0;
	text-align:center;
}
tr {
	font-size:0.9em;
	padding:0.5em;
	border: dotted 1px;
	
}
td {
	padding:0.5em;
	border: 0;
	
}
.texto-derecha {
	text-align:right;
}
.texto-izquierda {
	text-align:left;
}
.texto-centrado {
	text-align:center;
}
.btn {
	font-size:12px;
}
.dropdown-menu {
	font-size:12px;
	font-family:Raleway,Arial;
}
.opciones-liquidaciones {
	margin-left:0.5em;
}
/*
 * Formato checkBox y radio Ocultarlo siendo accesible
 */
.custom-radio, .custom-checkbox {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

/*
 * Dejar espacio a la 'label' para posicionar el checkbox hecho con pseudoelementos
 */
.custom-radio + label, .custom-checkbox + label {
  position: relative;
  padding-left: 15px;
}
/*
 * El pseudoelemento que emulará el input
 */
.custom-radio + label:before, .custom-checkbox + label:before {
    content: "";
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    width: 13px;
    height: 13px;
    line-height: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6.5px;
    background: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
    background-image: -webkit-linear-gradient(#ffffff, #dddddd);
    background-image: -moz-linear-gradient(#ffffff, #dddddd);
    background-image: -o-linear-gradient(#ffffff, #dddddd);
    background-image: linear-gradient(#ffffff, #dddddd);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd')";
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #aaa;
}
/*
 * Fondo para cuando se pasa el ratón por encima
 */
.custom-radio + label:hover:before, .custom-checkbox + label:hover:before {
    background: #fafafa;
}

/*
 * Fondo para cuando se está haciendo click
 * Con filtros para ie9
 */
.custom-radio + label:active:before, .custom-checkbox + label:active:before {
    background: #ffffff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#dddddd, #ffffff);
    background-image: -moz-linear-gradient(#dddddd, #ffffff);
    background-image: -o-linear-gradient(#dddddd, #ffffff);
    background-image: linear-gradient(#dddddd, #ffffff);
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff')";
}

/*
 * Redondear el botón "radio"
 * Sobreescribimos el border-radius: 3px general
 */
.custom-radio + label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
/*
 * Mostrar un punto cuando está seleccionado el "radio"
 * Usamos box-shadow para simular un fondo gris, mientras que dejamos un pequeño 
 * espacio para el punto negro (#444), que es el fondo
 */
.custom-radio:checked + label:before {
    background: #8DE8DC;
    -webkit-box-shadow: 0 0 0 1px #eeeeee inset;
    -moz-box-shadow: 0 0 0 1px #eeeeee inset;
    box-shadow: 0 0 0 1px #eeeeee inset;
}

/*
 * Estilos focus para la gente que navega con el teclado, etc
 */
.custom-radio:focus + label:before,
.custom-checkbox:focus + label:before {
    outline: 1px dotted;
}

/* Mostrar la "X" cuando está chequeada (sólo el checkbox).
 * Podríamos usar una fuente de iconos para mostrar un tic
 */
.custom-checkbox:checked + label:before {
    content: "X";
}


/*
 * Sólo para IE 6, 7 y 8 (no soportado)
 */
@media \0screen\,screen\9 {
    .custom-radio,
    .custom-checkbox {
        clip: auto;
        position: static;
    }

    .custom-radio + label,
    .custom-checkbox + label {
        padding-left: 0;
    }

    .custom-radio + label:before,
    .custom-checkbox + label:before {
        display: none;
    }
}
/*dropdown*/
.dropbtn {
  background-color: transparent;
  color: white;
  padding: 1px;
  font-size: 11px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 9px;
  font-family:Raleway,Arial;
}

.dropdown-content a {
  /*color: black;*/
  padding: 3px 3px;
  text-decoration: none;
  font-size: 10px;
  font-family:Raleway,Arial;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: transparent;}

* {
	margin: 0;
	padding: 0;
}
/* base semi-transparente */
.overlay{
	display: none;
	visibility:visible;
	opacity: 1;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0;
	z-index: 999;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}

/* estilo para lo q este dentro de la ventana modal */
.modal {
	display: none;
	position: relative;
	margin:7% auto;
	padding:30px 50px;
	background-color: #fafafa;
	color:#333;
	border-radius: 5px;
	width:50%;
	z-index:1002;
	overflow-x: hidden;
} 

.info-procesando {
	padding: 1em;
    background: #4165a41a;
    margin: 2em 0 2em 0;
    color: #4165a4;
    border-style: outset;
    border: black;
    border: 5px;
    border-color: black;
    border-radius: 0.3em;
}

a.popup-cerrar {
   position: absolute;
   top:2px;
   right:2px;
   background-color: transparent;
   padding:7px 10px;
   font-size: 15px;
   text-decoration: none;
   line-height: 1;
   color:#fff;
}

.spinner {
  margin: 0 auto;
  border: 5px solid LightGray;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: LightSeaGreen;

  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.crumbswrapper {text-align: left;margin-bottom: 1em;}
#crumbs {
  text-align: left;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.innerwrap {
  display: inline-block;
  background:#36548a;
  padding-right: 10px;
  padding-top: 1.5px;
  padding-bottom: 1.5px;
  margin: 0 0 0 -5px;
}
.innerwrap:last-child {
  background: none;
}
.innerwrap:nth-last-child(2) {
  background: #f2f2f2;
}
#crumbs a, #crumbs span {
  background:#36548a;
  border-radius: 0 20px 20px 0;
  box-shadow: 5px 0 10px -4px #444;
  color: white;
  padding: 10px 25px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
}
.innerwrap:nth-last-child(2) a {
  box-shadow: none!important;
}

#crumbs span.current{
  background: #f2f2f2 !important;
  box-shadow: none!important;
  white-space: nowrap;
  color: #36548a!important; 
  font-weight: bold;
}

.btn-secondary.active {
	background-color: #edf1f9;
	box-shadow: inset 0 3px 5px rgba(16,119,194,.125);
}

/*slider estadisticas*/


#sliderGas .ui-slider-handle{
  top:-9px;
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid #4165a4;
    text-align:center;
    line-height:22px;
  font-weight:600;
  font-size:15px;
  color:#ffffff;
}

#sliderGas .ui-widget-header { 
  border-top-right-radius: 9px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 9px;
  border: 1px solid #4165a4; 
  background: #4165a4; 
}

#sliderFixCalef .ui-slider-handle{
  top:-9px;
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid #4165a4;
    text-align:center;
    line-height:22px;
  font-weight:600;
  font-size:15px;
  color:#ffffff;
}

#sliderFixCalef .ui-widget-header { 
  border-top-right-radius: 9px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 9px;
  border: 1px solid #4165a4; 
  background: #4165a4; 
}

#sliderFixACS .ui-slider-handle{
  top:-9px;
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid #4165a4;
    text-align:center;
    line-height:22px;
  font-weight:600;
  font-size:15px;
  color:#ffffff;
}

#sliderFixACS .ui-widget-header { 
  border-top-right-radius: 9px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 9px;
  border: 1px solid #4165a4; 
  background: #4165a4; 
}
#sliderFixAC .ui-slider-handle{
  top:-9px;
    width: 22px;
    height: 22px;
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid #4165a4;
    text-align:center;
    line-height:22px;
  font-weight:600;
  font-size:15px;
  color:#ffffff;
}

#sliderFixAC .ui-widget-header { 
  border-top-right-radius: 9px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 9px;
  border: 1px solid #4165a4; 
  background: #4165a4; 
}
.ui-widget-content{
    border: 1px solid #ffffff !important; 
    background: #d4def0 ; 
    color: #d4def0; 
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 9px;
     border-top-left-radius: 9px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 9px;
     border-bottom-left-radius: 9px;
}




/*loading*/
.loading {
   display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
	text-align: center;
    background: rgba( 0, 0, 0, .3) 
                50% 50% 
                no-repeat;
}
.container-loading {
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -50%);
	width: 400px;
	height: 200px;
	margin: 1em;
	background: #fff none repeat scroll 0 0 !important;
}
.container-bploading {
	position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -50%);
	width: 500px;
	height: 320px;
	margin: 1em;
	background: #fff none repeat scroll 0 0 !important;
}

progress {
  border-radius: 0.5em; 
  width: 80%;
  height: 1em;
 
}

progress::-webkit-progress-bar {
 background-color: #edf1f5 !important;
  border-radius: 0.5em;
}
progress::-webkit-progress-value {
	background-color: #4165a4 !important;
   border-radius: 0.5em; 
}
progress::-moz-progress-bar {
   border-radius: 0.5em; 
}
