body{
    background-image: url(../assets/fondo-web-app.jpg);
    background-size: cover;
    background-repeat: repeat-y;
/*    font-size:1.5rem;*/
}

.bg-simec{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.simecColor{
    color: #31708f !important;
    font-size: 18px;
}

.btn-simec{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #8dbdd3;
}

.btn-transimec{
    color: #8dbdd3;
    background-color: white;
    font-weight: bold;
    width: 100%;
    border: 2px solid #8dbdd3;
}

.bg-simecGreen{
    background-color:rgba(16, 183, 152,0.7);
    color:white;
    border-color:rgba(16, 183, 152,1);
}

.toCloseModal{
/*    font-size:2.5rem !important;*/
    margin:10px
}


#loading{
    position: fixed;
    bottom: 20px;
    right: 50px;
    display: none;
    width: 100px;
    height: auto;
    z-index: 5000;
}
#loading img{
    width:100px;
}
/*LOGIN SCREEN*/
#loginScreen {
    position:absolute;
    top:50px;
    margin-bottom:100px;
    padding-bottom:20px;
}

.langDivs{
    position:absolute;
    top:5px;
    right:5px;
    padding: 10px 10px 0 0;
    margin-right: 10px;
    
}
#listIdiomas select {
	font-size: 12px;
    max-height: 30px;
}

#loginImage{
    background: RGBA(255,255,255,0.5);
    padding: 50px 10px;
    border:1px solid grey;
    border-radius: 10px;
}
#loginForm{
    background: RGBA(255,255,255,0.5);
    padding:20px 5px;
    border:1px solid grey;
    border-radius: 10px;
/*    font-size:2.5rem;*/
}

#usuario{
    background-color:white !important;
    border-bottom:none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    
}    

#password{
    background-color:white !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    
}
.transpButton{
    background-color:transparent;
    border:none;
}

#loginSubmit, #volver{
    width: 95%;
}
#invalidLogin .modal-dialog{
    max-width: 80%;
    margin:10% auto;
}

#invalidLogin .modal-footer{
        padding: 20px 50px;
}
#invalidLogin .modal-body{
    padding:20px 0;
}
#invalidLogin .modal-title{
	font-size: 1.2rem;
    text-align: center;
    color:white;
}
#invalidLogin h4{
    text-align: center;
}
#invalidLogin button{
    text-align: center;
    padding: 3% 9%;
     font-weight: 500; 
    border-radius: 5px;
}
#alertaGeneral .modal-title{
/*	font-size: 2.4rem;*/
    text-align: center;
}
#alertaGeneral .modal-dialog{
    max-width: 80%;
    margin: auto;
    margin-top: 10%;
}
#alertaGeneral .modal-body{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-align: center;
}
#alertaGeneral .modal-footer button{
    background: white;
    color:orange;
}

.headerblock, .infoblock{
    display:none;
}

.light {
	display: block;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50%;
    max-width: 50px;
    margin: auto;
}
#listservicios .list-group-item .row{
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*NAVS*/
/*
.navbar-toggler {
    margin: 13px !important;
    width: 120px !important;
    height: 120px !important;
    font-size: 3rem !important;
}


.navbar-brand img{
    width: 50%;
}
#navbarNav i{
    margin-right:15px;
}

#navbarNav ul li{
    padding: 20px 10px;
    border: 1px outset RGBA(255,255,255,0.5);
    font-weight: 600;
    
}

*/
.navbar-toggler{
    margin: 10px;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-size: 1.4rem;
    padding:15px 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(27, 102, 89);
    
}
.navbar-light .navbar-nav .active{
	background-color: #ABD8D1;
    border:1px solid rgb(77, 168, 153) !important;

}

/*
.navbar-light .navbar-nav .badge{
	padding:5px;

}
*/


/*GENERAL*/

#main{
    border:3px double transparent;
    border-radius:10px;
    min-height: 500px;
    margin-top:15px;
}


.closeModalButton{
    width:250px;
/*    font-size:2.5rem;*/
}

.icono{
    width:75%;
}
.tituloApartado h4{
    font-size: 1rem;
}


#demoMSG{
        display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 15px;
    border: 2px double white;
    border-radius: 10px;
    margin: 0px 0 5px 0;
}

#demoMSG i{
    font-size: 2rem;
    color:white;
}
#demoMSG h4{
    font-size:16px;
    color:white;
}

.modal-footer button{
    font-size: 1rem;
}

/*INFO GENERAL*/

#info table{
    width: 100%;
}
#info .infoSection{
    min-height: 150px;
    padding: 1% 2%;
}

#info .infoSection.disabled{
    opacity: 0.2 !important;
}

#infoElectricidad .iconELC.disabled{
    opacity: 0.2 !important;
}

#info #direccion h6, #info #tipoUsuario h6{
    text-align: center;
}
#info .infoSection h4{
    padding:20px 0;
    font-size: 1.2rem;
}

#consumoChartModal .modal-dialog{
    max-width: 98%;
}

#noContratado .modal-title, #noDisponible .modal-title {
/*	font-size:2rem;*/
    margin: 10px 0;
}

#chartConsumoInfo{
    min-height: 250px;
    min-width: 98%;
}
#chartPrecios{
    min-height: 250px;
    min-width: 99%;
}

#consumoModalTitle{
/*    font-size:1.6rem !important;*/
}


/*CONFORT*/
.suggestedConfort{
    width:50px;
    height: 25px;
    background-color:rgb(118, 185, 112);
    border:1px solid rgb(87, 173, 79);
    display:block;
}
.suggestedConfortVerano{
    width:50px;
    height: 25px;
    background-color:rgb(255, 199, 0);
    border:1px solid rgb(255, 127, 0);
    display:block;
}

/*
#infoConfort canvas{
    margin-top:50px;
}
*/
#mediaChart, #lecturaChart, #mediaDiariaChart, #lecturaRealChart {
    min-height: 350px !important;
    max-height: 550px !important;
    min-width: 98% !important;
}
/*
#detalleconsumoMesChart{
    min-height: 300px !important;
    max-height: 550px !important;
    min-width: 98% !important;
}
*/



#consumoELCDia, #costeELCDia{
    min-height: 300px;
    max-height: 400px;
    min-width: 100%;
}
#historicoELC{
    min-height: 250px;
    max-height: 300px;
    margin-left:-2.5%;
    min-width: 105%;
}
#confortCharts {
	display:none;
}
#infoConfort #responseMessage{
    display:none;
}
#infoConfort h6{
    min-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#infoConfort .section{
    padding: 10px 0 0 0;
    margin-bottom: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#infoConfort .confortIcon{
	width:75%;
    margin:10px 0;
}

/*INFO COMPARATIVA*/

#tablaComparativa tr td{
     width:35%;
}
#tablaComparativa tr td small, #tablaAmortizacion tr td small{
     width:35%;
    font-style: italic;
    color:gray
}
#tablaComparativa span{
/*    font-size: 3rem;*/
}
#tablaComparativa tbody tr:first{
    width:20%;
}
#infoComparativa .tableIcon{
	width: 70%;
}

#infoComparativa .table td{
	vertical-align: middle!important;
}    
#infoComparativa canvas{
    min-height: 400px;
    margin-bottom:50px;
}

#infoComparativa #demoMSG h6{
    color:white;
}



.detalle:hover{
    text-decoration: none;
}
/*Historial Consumos*/
#infoHistorial .navIcon{
    width:80%;
}

#infoHistorial .nav-link.disabled{
    opacity:0.2
}

#infoHistorial .nav-item{
    width: 33%;
    text-align: center;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
#infoHistorial .nav-link.active{
/*    background-color: rgba(0,0,0,.125) !important;*/
    border-color: #97999b;
    border-bottom: 5px solid blue;
}
#infoHistorial .nav-link{
    color:black;
/*    font-size: 1.5rem;*/
    font-weight: 500;
}
#infoHistorial table{
/*    font-size:2rem;*/
    text-align: center;
}

#infoHistorial table tr td .fa-eye{
    color: rgb(0, 138, 163);
/*    font-size: 2.5rem;*/
    display: block;
    height: 100%;
    padding: 5px 0;
}

#infoHistorial #historialConsumos .showDetail:hover{
	cursor: pointer;
}
#chartConsumos{
    min-height: 250px;
    max-height: 300px;
    margin-left: -2.5%;
    min-width: 110%;
}

.tooltipChart{
    background-color:black;
    padding:3px !important;
    color:white;
/*    font-size: 30px;*/
    border-radius: 5px;
}
#AEMETChart{
    min-height: 250px;
    max-height: 350px;
}

#detalleConsumo .modal-dialog{
    max-width: 100%;
}

#detalleConsumo .modal-header{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-end
}
#detalleConsumo .modal-header button span{
/*    font-size:3rem;*/
    color:red;
}

/*Historial de recibos*/
#chartHistorial{
    margin-left:-5%;
    width:110% !important;
    min-height: 550px !important;
}
#tablaHistorial{
/*    font-size: 2rem;*/
}
#tablaHistorial .fa-eye{
    color: rgb(0, 138, 163);
/*    font-size: 2.5rem;*/
    display: block;
    height: 100%;
    padding: 5px 0;
}

@media (min-width:374px) and (max-width:568px){
    .forMobileImgELC{
        line-height: 2rem !important;
    }
    
    .forMobileImg {
        margin-top:25px !important;
    }
}

.ELCSection{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
    padding:10px;
    min-height: 150px;
}

.ELCSection a{
    margin-top:20px;
}
.iconELC{
    width:65%;
    margin: 10px 0;
}


/*ELECTRICIDAD*/
#toggleTarifas{
    color:blue;
    font-size: 18px;
}
/*
#infoOMIE {
	display:none;
}
*/

#infoOMIE .card-header .row {
	display:flex;
    justify-content: center;
    align-items: center;
    
}

#listaPrecios td{
    color: black;
    font-size: 14px;
    font-weight: 600;
}

#preciosELCModal .modal-dialog{
    max-width:100%;
}
#preciosELCModal .modal-header button span{
    color:red;
}

#preciosELCModal {
/*	font-size: 2rem;*/
}

#MLibreUsuario h4{
/*    font-size:2.4rem;*/
}
#demoFTVmsg{
    display: flex;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 15px;

}
#autoconsumoModal .modal-dialog{
    max-width: 100%;
}


#autoconsumoModal button{
/*    font-size:2rem;*/
    font-weight: 600;
}

#autoconsumoModal  #changeDataAutoconsumo {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-content: center;
/*    font-size: 2.2rem;*/
    border-radius: 50%;
    margin-bottom: 30px;
}

#economiaSolar{
    display:none;
}
#economiaSolar h5{
/*    font-size:2.5rem;*/
}
#economiaSolar h2{
/*    font-size:4rem;*/
}
#economiaSolar ul li{
/*    font-size:2.2rem;*/
}

#consumoDiaSelect{
/*    font-size:2rem;*/
}

#historicoELC tbody tr td{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
#historicoELC i{
    font-size:16px;
}
#consumoELCDiaTable{
    font-size: 14px;
    margin:auto !important;
}
#consumoELCDiaTbody tr td{
/*    font-size: 26px;*/
    font-weight: 500;
    text-align: center;
}
#consumoELCDia{
    min-height: 250px;
    max-height: 300px;
    margin-left: -2.5%;
    min-width: 105%;
}

#tablaconsumoMes{
    width: 100%;
  background-color: #f3f3f3;
    
    
}

.tableView table{
     width: 100%;
	max-height: 300px;
    overflow-y: scroll;
}
.tableView tbody{
    height:200px;
    overflow-y:auto;
    width: 100%;
}
.tableView thead, .tableView tbody, .tableView tr{
    width:100%;
    display:inline-block;
  
}
.tableView th{
	border-top: none;
    
}
.tableView th, .tableView td{
    width:32%;
    display:inline-block;
    padding: 12px 7px;
}

.tableView .scrollbar {
	margin-left: 22px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.tableView ::-webkit-scrollbar {
    -webkit-appearance: none;
}

.tableView ::-webkit-scrollbar:vertical {
    width: 12px;
}
.tableView ::-webkit-scrollbar:horizontal {
    height: 12px;
}
.tableView ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: lightgrey; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.tableView ::-webkit-scrollbar-track {
    color: #31708f;
    background-color: #bce8f1;
    border:1px solid  #31708f;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(49, 112, 143, 0.5); 
}
#historicoELC i{
	color:RGBA(0,0,220,0.8);
/*    font-size: 2rem;*/
}

.balancePrecioELCDia{
/*    font-size:2rem;*/
    color:white;
    padding: 8px 0 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*CONTACTO*/

#infoContacto table td a{
    color:black;
    text-decoration: none;
    font-size: 16px !important;
}
#infoContacto td, #infoContacto  th{
        vertical-align: middle !important;
}

/*USUARIO*/

#infoUsuario button{
    margin-top:10px;
    font-size: 12px;
}
#infoUsuario .tipoUsuario{
    font-weight: 700;
}

#infoUsuario h2{
    font-weight: 500;
}

#contactoMail, #contactoTel{
    font-size: 20px !important;
}

#editUsuarioModal #confirmarEdicion{
    display:none;
}

#changePass .modal-dialog, #changeTipoUsuario .modal-dialog, #confirmChangeTipo .modal-dialog, #consumoDiarioModal .modal-dialog{
    max-width: 100%;
}

.navDisabled{
    opacity:0.5;
}

#consumoDiarioModal .modal-body table{
    margin-left:-16px;
}

#changePass .modal-header, #changeTipoUsuario .modal-header{
    text-align: center;
}

#selectedTipo {
	 text-decoration: underline;
}

#changePass .modal-body label, #changeTipoUsuario .modal-body label{
    font-size:1.1rem;
}
#changePass .modal-body input, #changeTipoUsuario .modal-body input{
	font-size:1.2rem;
}
#changeTipoUsuario .modal-body{
    padding:10px;
}

#changePass .compPassError {
    display:none;
	border:2px solid red;
    color:white;
    font-weight: 500;
    text-align: center;
    width:100%;
}

#actionResponse .modal-dialog{
    max-width: 80%;
}

#actionResponse button{
	padding:5px;
}
#actionResponse .modal-title{
    color:white;
}
#respuestaAccion {
	padding:20px;
}
#actionResponse #respuestaAccion{
    text-align: center;
}

#respuestaEdicionUsuario .modal-dialog{
    max-width: 80%;
    margin:10% auto;
}

#respuestaEdicionUsuario button{
	padding:5px;
}

#respuestaEdicionUsuario .modal-body{
    text-align: center;
}

#changeTipoUsuario .link{
    width: 100%;
    display:block;
    color:black;
    text-align: center;
    text-decoration: none;
}

.alert {
  animation-name: alert;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name:alert;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes alert{  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes alert {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes alert {  
  0% { opacity: 1.0; }
   50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

#userEdit {
    max-height: 50px;
    max-width: 50px;
	background-color:RGBA(255,255,255,0.4);
    border:1px solid ;
    border-color:darkgrey;
    border-radius: 25%;
    display:flex;
    align-items: center;
    justify-content: center;
}

#userEdit i{
    font-size: 1.5rem;
    margin: 0px 0 0 5px;
    display: block;
    padding: 20px;
}
/*NOTIFICACIONES*/
/*menúbutton*/
#msgAlert{
    display:none;
}
#messageTable td, #messageTable th{
/*    font-size:2rem;*/
    text-align: center;
}
.unreadMessages{
    padding: 5px 12px;
    line-height: 18px;
    border-radius: 10px;
}
#messageTable tbody i{
/*    font-size:2rem;*/
}
#messageTable .fa-envelope{
    color:orangered;
}
#messageTable .fa-envelope-open{
}

#messageTable .fa-trash-alt{
    color:red;
}
#msgModal .modal-title{
/*    font-size: 2rem;*/
}
#msgModal .card-footer{ 
/*    font-size:1.8rem !important;*/
    font-style:italic;
    text-align: right;
}

#cuerpoMsg{
/*    font-size: 2.1rem;*/
}
#mgsModal .card-body{
/*	font-size:2rem;*/
    text-align: justify;
}
#msgModal .modal-dialog, #confirmBorrarModal .modal-dialog{
    max-width: 90%;
}
#msgModal button, #confirmBorrarModal button{
/*	font-size: 2rem;*/
    padding:10px;
}

#confirmBorrarModal .modal-title{
/*    font-size:2.5rem;*/
}
#confirmBorrarModal .modal-body h3{
/*    font-size:2.5rem;*/
}

#sendNewChat{
    width: 130%;
    height: 70%;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    
}
#sendNewChat i{
    font-size: 1.3rem;
    margin-left: -4px;
}

#newChatMsg{
    width:100%;
}



#infoContacto #chatResponse{
    display:none;
}
#demoChat{
    display:none;
    border:1px solid orange;
    border-radius: 10px;
    padding:10px;
    margin:12px 0;
}

#demoChat .alertChat{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: orange;
    border-radius: 5px;
    max-height: 80%;
    margin-bottom: 10px;
    height: 80%;
    padding: 30px 0;
    margin-top: 5%;
}
#demoChat small{
	text-align: justify;
    color: darkorange;
    font-style: italic;
}




/*Modal Server Response*/

#serverResponse .modal-dialog{
    
}

/*EMPODERAMIENTO*/
#infoEmpoderamiento #encuesta, #infoEmpoderamiento #resultado{
    display:none;
}
#infoEmpoderamiento #encuesta h3{
	text-align: center;
}
#infoEmpoderamiento .fa-exclamation-circle{
/*	font-size: 7rem;*/
    color:orange;
    padding-top: 25px;
}

#infoEmpoderamiento #makeSurvey{
    padding: 1% 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
/*    font-size: 2.5rem;*/
    margin-top: 10px;
}

#evaluacionComportamiento{
    min-height: 60px;
    display: flex;
    align-items:center;
    justify-content: center;
    padding: 5%;
    color:white;
    border-radius: 5px;
    
}

#caractVivienda{
    font-size: 16px;
}
#caractVivienda i {
	font-size: 16px;
}
#caractVivienda .list-group-item .row{
    display:flex;
    align-items: center;
}
#caractVivienda table {
    border-color:white;
}
#gruposEdad, #ocupacionDia{
    font-size:14px;
    text-align: center;
    
}
.equipment-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.equipment-list p{
    font-size:10px;
}
.equipment-icon {
    width:80%;
    margin:auto;
    margin-bottom: 10px;
}
.equipment-icon-2 {
    width:30%;
    margin:auto;
    margin-bottom: 10px;
}

.realconfort{
    font-size: 20px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}