﻿html,
body {
	margin: 0;
	padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	    overflow: hidden;
}

html {
	background: #47686F; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #47686F 1%, #213B46 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#47686F), color-stop(100%,#213B46)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #47686F 1%,#213B46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #47686F 1%,#213B46 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #47686F 1%,#213B46 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #47686F 1%,#213B46 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47686F', endColorstr='#213B46',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background: url("/Content/img/back3.jpg") center no-repeat;
	/*background: url("/Content/img/lgbgimage.jpg") center no-repeat;*/
    background-size: cover;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

div.main {
	background: transparent!important;

}

#login {
  width: 296px;
	margin: auto;
	margin-top: 64px;
}

#imagelogin {
	height: 192px;
	width: 192px;
	position: relative;
	margin: auto;
	margin-bottom: 10px;

}

#imagelogin .fa-circle,
#imagelogin .fa-user {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#imagelogin .fa-circle {
	font-size: 225px;
	color: rgba(78, 78, 79,.25);
}

#imagelogin .fa-user {
	font-size: 118px;
	color:rgb(255,255,255);
}

#login h1 {
	color: rgba(78, 78, 79,.5);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 3.37rem;
	margin: 0;
	margin-bottom: 26px;
	padding: 0;
}

#login input[type="text"],
#login input[type="password"] {
	color:rgba(255,255,255,.5);
	margin: auto;
	margin-bottom: 20px;
	padding: 5px 6px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	border:none;
	outline: solid 2px rgba(255,255,255,.5);
    width:292px;
	background: rgba(0,0,0,.6);
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ms-transition: all 250ms;
	-o-transition: all 250ms;
	transition: all 250ms;
}

#login input[type="text"]:focus,
#login input[type="password"]:focus {
	color:rgb(4,4,4);
	border:none;
	background: rgba(255,255,255,.75);
	outline: solid 2px rgba(255,255,255,.4);
	outline-offset: 0;
}

#login input[type="password"]:focus ~ button[type="submit"] {
	color:rgb(128,128,128);
	background: rgb(255,255,255);
}

#ingresar {
	position: relative;
}

#login button[type="submit"] {
	border:none;
	color:rgb(255,255,255);
	font-size: 1.12rem;
	background: rgba(255,255,255,.3);
	position: absolute;
	top:0;
	right: 2px;
	cursor: pointer;
	width: 30px;
	height: 28px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

#login button[type="submit"]:hover,
#login button[type="submit"]:focus {
	border:none;
	outline: none;
	color:rgb(128,128,128);
	background: rgb(255,255,255);
}

.contenedorPantalla {
    position: absolute;
    top: 15%;
    width: 95%;
    height:83%;
    margin-left:2.5%;
    margin-right:2.5%;
    background-color:transparent;
	width:95%;
    padding-left:20px;
    padding-top:10px;
    background:rgba(0,0,0,.35);
    z-index:99;

    /*outline: solid 2px rgba(255,255,255,.4);*/
}

.tituloPantalla {
	color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.67rem;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}

.subTituloPantalla {
	color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}

.fraseBuscar {
	color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}

.alarmaContenido,
.alarmaContenidoGrilla {
	width: 240px;
	height: 120px;
	background: rgba(34, 34, 35,.75);
    cursor:pointer;
}

.alarmaContenidoGrilla {
	width: 360px;
	height: 120px;
	background: rgba(34, 34, 35,.75);
}

.panelRecuadroIcono,
.panelRecuadroIconoGrilla {
	float: left;
	width: 120px;
	height: 120px;
	background:rgba(255,0,0,.75);
	font-size: 64px;
	text-align: center;
	color: rgb(255,255,255);
	padding-top: 26px;
}

.panelRecuadroContenido ul,
.panelRecuadroContenido li,
.panelRecuadroContenido p {
  list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgb(255,255,255);
	padding: 0;
	margin: 0;
	text-align: right;
}

.panelRecuadroContenido,
.panelRecuadroContenidoGrilla {
	font-size: 1rem;
	padding: 10px;
	margin: 0;
	line-height: 1.2rem;
	width: 120px;
	float: right;
}

.panelRecuadroContenidoGrilla {
	width: 240px;
}

.panelRecuadroContenidoGrilla p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: rgb(255,255,255);
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
}

.panelRecuadroContenido p,
.panelRecuadroContenidoGrilla .titulosGrilla {
	font-weight: 600;
	font-size: .8rem;
	line-height: .8rem;
	padding-top: 10px;
	text-align: left;
}
.panelRecuadroContenidoGrilla .titulosGrilla {
	padding-top: 0;
	padding-bottom:0;
}

.panelRecuadroContenidoGrilla .titulosGrillaAbajo {
	font-weight: 600;
	font-size: .8rem;
	line-height: .8rem;
	padding-top: 10px;
	text-align: right;
}
.panelRecuadroContenidoGrilla .titulosGrillaAbajo {
	margin-top:60px;
}

.panelRecuadroContenidoGrilla .textoGrilla {
    font-weight: 600;
	font-size: .6rem;
	line-height: .6rem;
	text-align: left;
	padding-top: 5px;
	padding-bottom:5px;
}


/*#alarmaAmbulatorioLedRojoVal {
	color: rgba(255,0,0,.75);
}*/

.ledRojo {
	color: rgba(255,0,0,.75);
}

/*#alarmaAmbulatorioLedAmarilloVal {
	color: rgba(255,255,0,.75);
}*/

.ledAmarillo {
	color: rgba(255,255,0,.75);
}

/*#alarmaAmbulatorioLedVerdeVal {
	color: rgba(0,255,0,.75);
}*/

.ledVerde {
	color: rgba(0,255,0,.75);
}

.ledAzul {
	color: rgba(0,0,255,.75);
}

.tituloPantalla i {
	font-size: 2rem;
}

.tituloPantalla .volver {
	padding-right: 10px;
    cursor:pointer;
}
.tituloPantalla .btnCerrar {
	position: absolute;
	right: 0;
	top:0px;
    margin-right:20px;
    cursor:pointer;
}

.alarmaContenidoGrilla{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.contenedorAlarmas{
    overflow-x: hidden;  
    overflow-y: scroll;  
    position: relative;  
    max-height: 90%;
    z-index:99;
    position:absolute;
    width:98%;
    /*float:left;*/
}

/*barra desplazamiento*/
.estiloScrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,1);
	box-shadow: inset 0 0 10px rgba(0,0,0,1);

}

.estiloScrollbar::-webkit-scrollbar
{
	width: 10px;
	background-color:transparent;
}

.estiloScrollbar::-webkit-scrollbar-thumb
{

	background-color: rgba(255,255,255,.75);
}

.alarmaAmbulatorioAmarillo {
	background: rgba(255,255,0,.75);
}

.alarmaAmbulatorioVerde {
	background: rgba(0,255,0,.75);
}

.alarmaAmbulatorioAzul {
    background: rgba(67, 69, 119,.75);
}

.modal-open {
  overflow: hidden;
}
.modal {
  background-color: rgba(200,200,200,.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  overflow: hidden;
  opacity:1;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.buscando-modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:50px;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
  
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-contenido-error{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 20px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #f91919;
}

.modal-contenido-error h2{
	color:#130657;
	margin: 5px 0;
    font-size: 1.5em;
    
}

.modal-contenido-error img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.vertical-align-center-confirmacion {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.vertical-alignment-helper-confirmacion {
    display:table;
    height: 100%;
    width: 100%;
}

.modal-contenido-confirmacion img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modal-contenido-confirmacion{
  background-color:#fff;
  width:50%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modalBusqueda {
  background-color: rgba(200,200,200,.8);
  position: fixed;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  overflow: hidden;
  opacity:1;
  -webkit-overflow-scrolling: touch;
}

.vertical-alignment-helper-busqueda {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center-busqueda {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-contenido-busqueda{
  background-color:#fff;
  width:90%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modal-contenido-busqueda img{
	position: absolute;
	right: -15px;
	top: -15px;
}

.buscadorBusqueda{
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	margin-top:10px;
	margin-bottom: 20px;
	background: #5d5d5d;
	padding: 10px 10px 15px 40px;
}

.buscadorBusqueda h1,
.buscadorBusqueda input,
.buscadorBusqueda button{
	display: inline;
	position: relative;
	float: left;
}
.buscadorBusqueda h1{
	width: 25%;
	color:#fff;
	font-size: 1.37em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	margin-right: 30px;
	line-height: .5;
}
.buscadorBusqueda input{
	width: 65%;
	height: 40px;
	border: none;
	font-size: 1.2em;
	padding: 0 20px;	
}
.buscadorBusqueda button{
	width: 5%;
	height: 40px;
	background: url(/Content/imgUsu/lupa.svg) no-repeat right;
	background-size: auto 100%;
	background-color: #fff;
	border:none;
	cursor: pointer;
}

.divBusquedaFlechas {
  height: 40px;
  position: absolute;
  width:100%;
  text-align: center;
  bottom:5px;
}

.divBusquedaFlechasGeneral {
  height: 40px;
  position: absolute;
  width:100%;
  text-align: center;
  margin-top:20px;
  color: #fff;
}

.imgFlechaBusquedaIzquierda {
    float: left;
}

img.imgFlechaBusquedaCentrada {
    margin: auto 0;
    width: 40px;
    height: 40px;
    position:relative;
    top:0px;
}

.divFlechaBusquedaMitad {
    width:50%;
    float:left;
}
/*.modal-contenido-rptCat{
  background-color:rgba(56, 56, 237,.75);
  width:90%;
  height: auto;
  padding: 20px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #0000ff;
}

.modal-contenido-rptCat img{
	position: absolute;
	right: -15px;
	top: -15px;
}*/

.modalRptCat {
  background-color: rgba(200,200,200,.8);
  position: fixed;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  overflow: hidden;
  opacity:1;
  -webkit-overflow-scrolling: touch;
}

.vertical-alignment-helper-rptCat {
    display:table;
    height: 100%;
    width: 100%;
}

.modal-contenido-rptCat{
  background-color:rgba(56, 56, 237,.75);
  width:90%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #0000ff;
}

.vertical-align-center-rptCat {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-contenido-rptCat img{
	position: absolute;
	right: -15px;
	top: -15px;
}
/* ---------- ANIMACIONES ---------- */

@keyframes ocultarALaIzquierda{
  0% { transform: translate(0);}
  100% { transform: translate(-120vw);}
}

@keyframes mostrarDesdeDerecha {
  0% { transform: translate(120vw);}
  100% { transform: translate(0vw);}
}

@keyframes mostrarDesdeIzquierda {
  0% { transform: translate(-120vw);}
  100% { transform: translate(0vw);}
}

.ocultarALaIzquierda {
  animation: ocultarALaIzquierda 1s forwards ease-in-out;
  animation-delay: 0s;
}

.mostrarDesdeDerecha {
  animation: mostrarDesdeDerecha 1s forwards ease-in-out;
}

.mostrarDesdeIzquierda {
  animation: mostrarDesdeIzquierda 1s forwards ease-in-out;
}

@keyframes show{
    0% { transform: translate(120vw);}
  100% { transform: translate(0vw);}
}

@keyframes hide{
  0% { transform: translate(0);}
  100% { transform: translate(-120vw);}
}

@keyframes hideDer{
  0% { transform: translate(0);}
  100% { transform: translate(120vw);}
}

@keyframes showIzq{
    0% { transform: translate(-120vw);}
  100% { transform: translate(0vw);}
}

@keyframes close{
    0% { transform: translateY(0);}
  100% { transform: translateY(120vw);}
}

.mostrar {
  animation: show 1s forwards ease-in-out;
}

.mostrarIzq {
  animation: showIzq 1s forwards ease-in-out;
}

.ocultar {
  animation: hide 1s forwards ease-in-out;
}

.ocultarDer {
  animation: hideDer 1s forwards ease-in-out;
}

.cerrar {
  animation: close 1s forwards ease-in-out;
}

@keyframes subir {
    100% {
        height:50px;
        width:50px;
    }
}

.subir {
    animation: subir 3s;
}

/*----------------Franco------------*/
.tituloRptConsumoCategorizaciones {
    color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.37rem;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}

.tituloRptConsumoImportes {
    color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.8rem;
	margin-left: 50px;
	margin-bottom: 5px;
	padding: 0;
	position: relative;
}

.tituloRptConsumoCategorizaciones i {
	font-size: 2rem;
}

.tituloRptConsumoCategorizaciones .btnConfigurar {
	position: absolute;
	right: 0;
	top:0px;
    margin-right:20px;
    cursor:pointer;
}

.btnGeneral{
    margin-left:20px;
    cursor:pointer;
}

.contenidoDatosGenRptCategorizaciones {
	width: 95%;
    margin-top:10px;
	background: rgba(56, 56, 237,.75);
    margin-right:2.5%; 
    margin-left:2.5%; 
    padding-left:30px; 
    padding-top:5px;
    text-align:left;
    outline: solid 2px rgba(255,255,255,.5);
    border-radius:0px;
}

.contenidoDatosGen {
	width: 95%;
    position:relative;
    margin-top:10px;
	background: rgba(34, 34, 35,.75);
    margin-right:2.5%; 
    margin-left:2.5%; 
    padding-left:30px; 
    padding-top:5px;
    text-align:left;
    outline: solid 2px rgba(255,255,255,.5);
}

.contenidoDatosGenTab {
	width: 95%;
    margin-top:10px;
	background: rgba(34, 34, 35,.75);
    margin-right:2.5%; 
    margin-left:2.5%; 
    padding-left:30px; 
    padding-top:5px;
    text-align:left;
    outline: solid 2px rgba(255,255,255,.5);
}

.tituloDatosGen {
	color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.37rem;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}

.textoDatosGen {
	color: rgb(255,255,255);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.8rem;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	position: relative;
}

/*Tabla azul*/
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

table.blueTable tr:not(:first-child):hover{
    background: rgba(34, 34, 35,.75);
    color: #FFFFFF;
    cursor:pointer;
}
/*fin tabla azul*/

/*tabla sin encabezado*/
table.tblSinEncabezado {
  border: 1px solid #1C6EA4;
  background-color: #D0E4F5;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  cursor:default;
}

table.tblSinEncabezado tbody td {
  font-size: 11px;
  cursor:default;
  background: #D0E4F5;
  color: #000;
}
table.tblSinEncabezado tr {
  background: #D0E4F5;
}

table.tblSinEncabezado thead th{
  border-left: none;
}

table.tblSinEncabezado tr:hover{
    background: #D0E4F5;
    cursor:default;
}

/*fin tabla sin encabezado*/

/*tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip {
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-right {
  top: -5px;
  left: 125%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}
/*fin tooltip*/

/*prueba*/
.wrapper {
    float:right;
    width: 200px;
    background-color: black;
}
.section {
    margin-left:75px;
    height: 50px;
    width: 50px;
    background-color: red;
}
.buttons {
    float:left;
}
#scalar
{
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0 0;
    -moz-transform-origin: 50% 0 0;
    -ms-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
}

@keyframes achicar {
    0% { transform:scale(1)}
    100% { transform:scale(0.1) translateY(-600%) translateX(300%) }
}
.reducir{
    animation: achicar 1s forwards ease-in-out;
    /*zoom: 0.1;
    -moz-transform: scale(0.1);*/
}

@keyframes expander {
    0% { transform:scale(0.1) translateY(-600%) translateX(300%)}
    100% { transform:scale(1) }
}

.agrandar{
    animation: expander 1s forwards ease-in-out;
    /*zoom: 0.1;
    -moz-transform: scale(0.1);*/
}

 #dock-container {
    position: absolute;
    top: 5px;
    text-align: center;
    right: 20%;
    left: 20%;
    width: 60%;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    float:right;
    padding-bottom:5px;
    height:90px;
    border-color:rgba(78, 78, 79,.5);
    border-width:2px;
    border-style: solid;
}

#dock-container li {
    list-style-type: none;
    display: block;
    position: relative;
    float:right;
    cursor:pointer;
    margin-right:10px;
    background-color: rgba(255,255,255,0.2);
}

#dock-container li canvas {
    width: 64px;
    height: 64px;
    border-color:#fff;
    border-width:5px;
    -webkit-transition: all 0.3s;
    -webkit-transform-origin: 50% 100%;
    pointer-events:none;
}

/*#dock-container li:hover + li canvas,
#dock-container li.prev canvas {
    -webkit-transform: scaleY(2.5);
    margin: 0 5em;
}*/

#dock-container li:hover canvas{ 
    -webkit-transform: scaleY(5) scaleX(10) translateY(110%);
    margin: 0;
    width: 64px;
    height: 64px;
    float:left;
    background-color:black;
}

#dock-container li span {
    display: none;
    position: absolute;
    top: 200px;
    left: -200%;
    width: 500%;
    background-color: rgb(255,255,255);
    border-radius: 12px;
    z-index:999;
    padding:10px 5px;
}
#dock-container li:hover span {
    display: block;
    color: #000;
}

.pantallaPopUpConveniosModSistema {
    background-color: rgba(200,200,200,.2);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    opacity:1;
    -webkit-overflow-scrolling: touch;
    height:100%;
    outline: solid 2px;
    /**/
}

.modal-contenido-ConveniosModSistema{
  background-color:rgb(100, 100, 100);
  width:90%;
  height: 70%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #000000;
}

.modal-contenido-liqPrestImoprteFacturado{
  background-color:rgb(100, 100, 100);
  width:50%;
  height: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: 20% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #000000;
}

.modal-contenido-liqPrestImoprteinfo{
  background-color:rgb(100, 100, 100);
  width:80%;
  height: 65%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #000000;
}

.modalGeneralDatos {
  background-color: rgba(200,200,200,.8);
  position: fixed;
  top: -70px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  overflow: hidden;
  opacity:1;
  -webkit-overflow-scrolling: touch;
}

.vertical-alignment-helper-GeneralDatos {
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center-GeneralDatos {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-contenido-GeneralDatos{
  background-color:rgba(56, 56, 237,.75);
  width:90%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  margin: 10% auto;
  margin-top:15%;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #0000ff;
  display:block;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 80%;
}

.alarmaImgCargando {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.w3-bar{overflow:hidden; margin-top:10px; margin-bottom:-8px;margin-right:2.5%;margin-left:2.5%; }
.w3-black{color:#fff!important;background-color:transparent!important}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block}
.w3-bar .w3-button{white-space:normal;cursor:pointer; margin-left:5px;border-radius: 5px 5px 0px 0px;}
.w3-button:hover{color:#000!important;background-color:#ccc!important}

.img-auditoria {
    width:220px;
    margin-right:10px;
    cursor:zoom-in;
}

/* Modal Content (Image) */
.modal-contenido-imgClose{
	position: absolute;
	right: -15px;
	top: -15px;
}

.modal-contenido-imgMax{
  background-color:#fff;
  width:95%;
  height: auto;
  padding: 30px;
  margin: 10% auto;
  position: relative;
  border-radius: 5px;
  opacity:1;
  border-bottom:solid 8px #fbae16;
}

.modal-imgMax {
    position: relative;
    margin: 3% 3%;
    display: block;
    width: 90%;
    overflow:auto;
}

.modal-imgMaxRotate0 {
    position: relative;
    display: block;
    width: 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.modal-imgMaxRotate90 {
    position: relative;
    display: block;
    width: 100%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.modal-imgMaxRotate180 {
    position: relative;
    display: block;
    width: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.modal-imgMaxRotate270 {
    transform-origin: top left;
    position: relative;
    display: block;
    width: 100%;
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
}

/*Barra de prograso*/
progress {
	width: 400px;
	height: 14px;
	margin: 20px auto;
	display: block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
    margin-left:150px;
    margin-top:-10px;
}

progress::-webkit-progress-bar {
	background: black;
	border-radius: 50px;
	padding: 2px;
	box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.2);
}

/* Now the value part */
progress::-webkit-progress-value {
	border-radius: 50px;
	box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.4);
	background:
		-webkit-linear-gradient(45deg, transparent, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66%),
		-webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.2)),
		-webkit-linear-gradient(left, #ba7448, #c4672d);
	
	/* Looks great, now animating it */
	background-size: 25px 14px, 100% 100%, 100% 100%;
	-webkit-animation: move 5s linear 0 infinite;
}

/* That's it! Now let's try creating a new stripe pattern and animate it using animation and keyframes properties  */

@-webkit-keyframes move {
	0% {background-position: 0px 0px, 0 0, 0 0}
	100% {background-position: -100px 0px, 0 0, 0 0}
}

.tblFormDatos {
    font-size: 1em;
    width:auto;
    color:#fff;
}

tr .tdEtiquedaDer{
    /*border: 1px solid #dddddd;*/
    text-align:right;
    width:auto;
    padding-left:80px;
    margin-bottom:0px;
    margin-top:0px;
}

tr .tdDatosIzq{
    /*border: 1px solid #dddddd;*/
    text-align:left;
    font-weight:bold;
    width:auto;
    margin-bottom:0px;
    margin-top:0px;
}

tr .tdDatosIzqRojo{
    /*border: 1px solid #dddddd;*/
    text-align:left;
    background-color: #fff;
    font-weight:bold;
    width:auto;
    color:red;
    margin-bottom:0px;
    margin-top:0px;
}

.pg-normal {
    color: black;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}

.pg-selected {
    color: black;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.cargadorWhatsApp {
  border: 6px solid #34b7f1;
  border-radius: 50%;
  border-top: 6px solid #075e54;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.input-importar-archivo{
	color:#130657;
	margin-left: 10px;
    text-align:left;
    font-size: 1em;
    font-weight:normal;
    width:500px;
    padding:5px 10px;
}






