/* Add here all your css styles (customizations) */
#logo-{
    /* [] height: 55px; */ height: 80px;
    /* [] */ margin-bottom: 10px;
    /* [] */ padding-top: 10px;
}

#reset_submit {
    display: none;
}

.rcorners {
    border-radius: 25px!important;
}

.modal-dialog {
  /* comentado para que el aviso de cookies se vea bien
  width: 90%;
  height: 90%;
  */
  padding: 0
}

.modal-body,.modal-content {
  height: 100%;
  border-radius: 0;
}

hr.thicker {
    border-top-width: 2px;
    border-top-color: rgba(0,0,0,.2)
}

.bluish {
	background-color: rgb(215, 215, 255) !important;
}
tr.red > td{
	background-color: rgb(255, 215, 215) !important;
}
tr.yellow > td{
	background-color: rgb(255, 255, 215) !important;
}
tr.orange > td{
	background-color: rgb(255, 240, 210) !important;
}
tr.red > td > a{
	color: black!important;
}

td.red{
	background-color: rgb(255, 215, 215) !important;
}
td.yellow{
	background-color: rgb(255, 255, 215) !important;
}
td.orange{
	background-color: rgb(255, 240, 210) !important;
}
td.green{
	background-color: rgb(200, 255, 200) !important;
}

div.red{
	background-color: rgb(255, 215, 215) !important;
}
div.green{
	background-color: rgb(200, 255, 200) !important;
}

th {
	background-color: #efefef;
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
	color: #666666;
	font-weight: bold;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #E1F2B6;
}

.extra-container {
	padding-left: 2%;
	padding-right: 2%;
}

.mandatory_required_field_indicator {
	color: red;
	font-weight: bold;
	margin-left: 0.3em;	
}

.mandatory_required_field_indicator_b {
	color:gray;
	font-weight: bold;
	margin-left: 0.3em;
}

.alert-sm {
	padding: 2px 10px 2px 10px;
}

/* headings de formularios */
.text-with-line-separator {
	position: relative;
	z-index: 1;
}
.text-with-line-separator:before {
	border-top: 1px solid lightgray;
	content:"";
	margin: 0 auto;
	position: absolute;
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 95%;
	z-index: -1;
}
.text-with-line-separator .text { 
	background: #fff; 
	padding: 0 15px; 
}
/* groupig elementos formulario */
.bordered-form-group {
	border: 1px solid lightgray
}

/* boton disabled */
.disabled {
	background: #c0c0c0 !important;
	border-color: #c0c0c0 !important;
	cursor: default !important;
	color: black;
}

/* breadcrumbs */
.pathnavigator {
	color: darkblue !important
}

.pathnavigator:hover {
	color: blue !important;
	text-decoration: none
}

/* checks that look like buttons */
.checkbutton {
	cursor:pointer
}
.checkbutton>label {
	cursor:pointer
}

/* upload file buttons */
.filebutton {
	border:none; 
	margin:5px 5px 1px 5px; 
	padding:4px; 
	background:#72c02c; 
	color: white;
	opacity: 0.8
}
.filebutton:hover {
	background:#72c02c;
	opacity: 1
}
/* upload file buttons */
.filebuttoninfo {
	border:none;
	margin:5px 5px 1px 5px;
	padding:4px;
	background:#17a2b8;
	color: white;
	opacity: 0.8
}
.filebuttoninfo:hover {
	background:#17a2b8;
	opacity: 1
}

/*Tarifas*/

#edit-tarifa  .one-to-many  li{
	margin-left: 25%;	
}
#edit-tarifa  .one-to-many  li a{
	color:green;
	font-weight: bold;
}
#edit-tarifa .one-to-many li.add{
  margin-left: 0;
}
#edit-tarifa .one-to-many li.add a {
  color: black;
  font-weight: normal;
}

/*Idiomas*/
#show-language .fieldcontain:nth-child(3) { display:none; }
#show-language .fieldcontain:nth-child(4) { display:none; }
#show-language .fieldcontain:nth-child(5) { display:none; }

/*Navidad*/
.ribbon-left {
	position:absolute; top:0px; left:0px; position:fixed; width:150px
}
@media (max-width: 768px) {
	.ornament-right {
		position:absolute; top:0px; right:0px; position:fixed; height:100px
	}
}
@media (min-width: 769px) {
	.ornament-right {
		position:absolute; top:0px; right:0px; position:fixed; height:200px
	}
}

/* circulito: cosas pendientes, novedades,... */
.circle-highlighted {
	color:#92daa2;
	font-size: x-small;
	vertical-align: super;
}

/* info tooltip */
.infotooltipwrapper {
	position: relative;
	display: inline-block;
}
.infotooltip {
	display: none;
	width: 350px;
	background-color: #3333ff;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -16px;
}
.infotooltip::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -164px;
	border-width: 5px;
	border-style: solid;
}
.infotooltip.up {
	bottom: 150%;
}
.infotooltip.up::after {
	top: 100%;
	border-color: #3333ff transparent transparent transparent;
}
.infotooltip.down {
	bottom: -175%;
}
.infotooltip.down::after {
	bottom: 100%;
	border-color: transparent transparent #3333ff transparent;
}

.infotooltip.left {
	left: -360px;
}

.infotooltip.left::after {
	border-color: transparent transparent transparent transparent;
}

/* bootstrap tooltips */
.tooltip-inner {
	background-color: #17a2b8;
}
.tooltip.show {
	opacity: 1;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #17a2b8;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #17a2b8;
}

/* actions in tables (icons) */
.action {
	font-size:1.2em;
	cursor: pointer
}
.actiondisabled {
	font-size:1.2em;
	color: #cccccc
}

.actionseparator {
	margin-right: 10px
}

/* bootstrap popup details table */		
.popupTable tbody tr {
	border: 1px solid black
}
.popupTable tbody tr:hover  {
	background: #d0fbd0
}

.popupTable.bordered tbody tr td{
	border: 1px solid black;
	padding: 3px
}

/* mini buttons, green links */		
.minibutton {
	background: #72c02c;
	opacity: 0.8;
	color: #fff !important;
	cursor: pointer;
	text-decoration: none;
	padding: 4px;
	font-size: 90%;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.minibutton:hover {
	text-decoration: none;
	opacity: 1;
}
			
.greenLink {
    text-decoration: none !important;
    color: #72c02c !important;
    cursor: pointer;
    transition: all 0.3s
}
.greenLink:hover {
    color: #62a626 !important
}
.redLink {
    text-decoration: none !important;
    color: red !important;
    font-weight: bold;
    cursor: pointer;
}

/* vertical menu navigation */		
.vertical-menu a {
    display: block;
    padding: 10px 0px 10px 5px;
    text-decoration: none;
    border: 2px solid white;
    cursor: pointer;
}
.vertical-menu div a {
	font-family: monospace;
	font-size: 13px;
}
.vertical-menu a:hover {
    background-color: #ebfaeb;
    border: 2px solid #ebfaeb;
    text-decoration: none;
}
.vertical-menu a.active {
    border: 2px solid #28a745;
    font-weight: bold;
}
.vertical-menu a.default {
    background-color: #28a745;
    border: 2px solid #28a745;
    color: white;
}
.vertical-menu a.default:hover {
    color: white;
    background-color: #218838;
    border-color: #218838;
}
.vertical-menu a.danger {
    background-color: #e43939;
    border: 2px solid #e43939;
    color: white;
}
.vertical-menu a.danger:hover {
    color: white;
    background-color: #a72828;
    border-color: #a72828;
}

/* legend */
legend {
	width: auto;
	padding: 10px;
	border-bottom: none;
	margin-bottom: -15px;
}

/*Service*/
.service {
	background: #fcfcfc;
	box-shadow: 0 0 5px #1abc9c;
	cursor: pointer;
	overflow: hidden; 
}
.service.dynamic {
	margin-top: 10px; 
}

/*Modificacion para mantener el borde en los cuadros y/o mostrarlo de color*/
.service-xsmall {
	min-height: 100px;
}
.service-small {
	margin-bottom: 10px;
	padding: 15px 15px 10px;
	min-height: 150px;
}
.service-normal {
	margin-bottom: 10px;
	padding: 15px 15px 10px;
	min-height: 196px;
}
.service-big {
	margin-bottom: 10px;
	padding: 15px 15px 10px;
	min-height: 196px;
}

.service:hover {
	background: #fafafa;
	box-shadow: 0 0 5px green;
	
}
.nodecoration:hover {
	text-decoration:none
}
.service .service-icon{
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 35px;  
	text-align: center;
	
}
.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* landing pages links */
.landinglink {
	padding: 10px;
	margin: 20px;
	text-align: center;
	max-width: 250px;
	cursor: pointer
}
.landinglink:hover {
	text-decoration: none;
	box-shadow: 0 0 5px green;
	background-color: #fafffa;
}
.landinglink > i.expanded {
	display:none
}
.landinglink.selected > i.collapsed {
	display:none
}
.landinglink.selected > i.expanded {
	display:block
}
.landinglink:hover > i.collapsed {
	display:none
}
.landinglink:hover > i.expanded {
	display:block
}
.landinglink:focus {
	color: #72c02c;
}
.landinglink > i {
	display: block;
	font-size: 4em;
	margin-bottom: 10px;
}
.landinglink > span {
	display: block;
	color: #555;
}
.landinglink > span.title {
	font-size: 2em;
	margin-bottom: 10px;
}

.landinglink > span.new {
	float: right;
    margin-top: -5em;
    padding: 2px 10px 2px 10px;
    background-color: #72c02c;
    opacity: 0.75;
    color: white;
    font-style: italic;
    font-weight: bold;
}

.landinglinkgrupo {
	max-width: 300px;
	padding: 10px
}

.landinglinkgrupo > div.title {
	border-bottom: 2px solid green;
	margin: 5px;
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
}

.landinglinkgrupo .menuentries > a {
	display: block;
	margin: 10px;
	padding:5px
}
.landinglinkgrupo .menuentries > a:hover {
	box-shadow: 0 0 5px green;
}

.landinglinkgrupo .menuentries > a > span.description {
	color: #666666
}

/* footer de aviso cookies */
.barracookies {
    position: fixed;
    line-height: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #272727;
    color: white;
    text-align: center;
    padding: 5px;
    font-size: 16px;
	z-index: 99999;
	font-family: verdana;
	font-size: 12px;
}

.barracookies .inner {
}

.barracookies .inner .ok {
	padding: 4px;
	color: white;
	background-color: #72c02c;
	text-decoration: none;
}
.barracookies .inner .ok:hover {
	background-color: #5fb611;
}

.barracookies .inner .info {
	padding-left: 5px;
	text-decoration: none;
	color: #72c02c;
}
.barracookies .inner .info:hover {
	color: #5fb611;
}

/*
 * new styles
 */
a {
   color: #72c02c; 
}
a:hover {
	color: #62a626;
}

.btn-light {
    background-color: #eaefe6;
    border-color: #eaefe6;
}
.btn-light:hover {
    background-color: #deecd0;
    border-color: #deecd0;
}

.bootstrap-select>.dropdown-toggle.btn-light {
	color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
}

.table.table-md td, table.table-md th {
	padding: 0.5rem;
}

.table.table-sm td, .table.table-sm td {
	padding: 0.1rem;
	font-size: smaller	
}

h1.page-title {
	margin-bottom: 30px;
}
h1.page-title:after {
  content : "";
  position: absolute;
  display: block;
  width: 75px;
  margin-top: 5px;
  border-bottom: 3px solid #72c02c;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.bordered {
	border: 1px solid #eee;
	padding: 10px;
}

.togglelabel {
	display:block;
}

.modal-lg {
    max-width: 80%;
}

.modal-xxl {
    max-width: 90%;
}

em.invalid {
    display: block;
    margin: 6px 0 12px 0;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #ee9393;
}

.datepicker {
  transform: translate(0, 120px);
}

/* header */

.header_area {
	/* border-bottom: 2px solid #a7cb00; */
	/* box-shadow: inset 0px 0px 4px 0px #c3efaa; */
	box-shadow: inset 0px -2px 5px 0px #c3efaa61;
}
.header_area.navbar_fixed {
	box-shadow: none;
}

.header_area .navbar .navbar-brand img {
  height:108px
}

.header_area .navbar .nav.navbar-nav.navbar-right {
	justify-content: flex-end;
	width: auto;
    flex-wrap: nowrap;
}

/* footer */

.footer-area {
	margin-top: 20px
}

.footer-area .single-footer-widget.instafeed ul > li > img {
	height:50px
}

.footer-area .footer-bottom .colorlib {
	font-size: xx-small;
	color: #001a00
}
.footer-area .footer-bottom .colorlib a {
	height:50px;
	color: #001a00
}

/* home */
.home_twocolumns_area {
  overflow: hidden;
}

.home_twocolumns_area .img {
  overflow: hidden;
}

.home_twocolumns_area .col-lg-6 {
  vertical-align: middle;
  -ms-flex-item-align: center;
  align-self: center;
}

.home_twocolumns_area .h_servicios_container {
	padding: 50px 50px 0 50px;
}
.home_twocolumns_area .h_servicios_item {
	padding: 10px;
    min-height: 150px;
}
.home_twocolumns_area .h_servicios_item i {
	float: left;
    font-size: 30px;
    background-color: #72c02c;
    color: white;
    border-radius: 50%;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 75px;
    text-align: center;
    transition: .3s ease;
}
.home_twocolumns_area .h_servicios_item:hover i{
	background-color: #f9f9ff;
    color: #72c02c;
    font-size: 35px;
}
.home_twocolumns_area .h_servicios_item h4 {
	color: #666666
}
.home_twocolumns_area .h_servicios_item:hover h4 {
	color: #72c02c
}
.home_twocolumns_area .h_servicios_item p {
	min-height: 50px;
	color: #666666
}

.home_twocolumns_area {
	background-color: #f9f9ff
}
.home_twocolumns_area .h_ventajas_container {
	padding: 50px 50px 0 50px ;
}
.home_twocolumns_area .h_ventajas_item {
	padding: 10px;
    min-height: 150px;
}
.home_twocolumns_area .h_ventajas_item .h_ventajas_icon {
	position: absolute;
	right: 25px;
    z-index: 1;
}
.home_twocolumns_area .h_ventajas_item .h_ventajas_text {
	z-index: 2;
}
.home_twocolumns_area .h_ventajas_item i {
    font-size: 88px;
    color: rgba(20, 114, 234, 0.16);
}
.home_twocolumns_area .h_ventajas_item p {
	min-height: 50px
}

.home_compromiso > div {
	padding: 75px 0 75px 0;
	background-image: url(../img/compromiso.jpeg);
	text-align: center;
	color: white;
}

.home_contacta {
	padding: 50px 0 50px 0;
	background-image: url(../img/contacta.jpg);
	background-size: cover;
	color: #f2f2f2;
	font-size: xx-large;
    text-align: center;
}
.home_contacta .h_contacta_element {
	height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 10px solid #f2f2f2;
    text-align: center;
    line-height: 76px;
    font-size: 50px;
    margin: 20px 0px 10px 0px;
}

.home_blog_area .h_blog_item {
    transition: .2s ease;
    text-align: center;
}
.home_blog_area .h_blog_item:hover {
    background-color: #ebfaeb;
}
.home_blog_area .h_blog_item:hover .h_blog_img img {
    padding: 10px;
}
.h_blog_img img {
    padding: 30px;
    height: 275px;
    max-width: 100%;
    transition: .2s ease;
}

.home_colaboradores .instafeed li {
  margin: 0 5px 0 5px;
}

/* single pages (autoconsumo, movilidad,...) */

.articlepage .a_servicios_item {
	padding: 10px
}
.articlepage .a_servicios_item i.a_servicios_icon {
    font-size: x-large;
    background: #666666;
    color: white;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}
.articlepage .a_servicios_item i.a_servicios_alt_icon {
    font-size: 40px;
    color: green;
    padding: 10px;
    margin-right: 10px;
    width: 100px;
    text-align: center;
}
.articlepage .a_servicios_item p {
	min-height: 50px;
}
.articlepage .contacto {
	margin-top: 30px;
}

/* tarifas */

.descripciontarifa_sm {
	min-height: 80px;
}
.descripciontarifa_lg {
	min-height: 80px;
}

h3.luz_horario {
	display: inline;
	margin-left: 10px;
}

/* contacto */

.contacto .c_list li i {
	color: #a7cb00;
	margin-right: 10px
}

/*
 * google maps
 */
 .map {
	width: 100%; 
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*
 * botones especiales
 */

.semi-rounded-circle {
    border-radius: 35px;
    border-color: white;
    width: max-content;
	color:#FFFFFF!important;
}

.semi-rounded-circle.impact {
	font-size:15px!important;
	font-family: "Oswald", sans-serif;
    font-weight: bold;
}

.semi-rounded-circle.centered {
	font-size:12px!important;
	height:40px;
	display:flex;
    align-items:center;
	justify-content:center;
}

.semi-rounded-circle.greeny {
	background-image: linear-gradient(#0ad200, #00750d)
}
.semi-rounded-circle.greeny:hover {
	background-image: linear-gradient(#0ad200, #0ad200)
}
.semi-rounded-circle.orangy {
	background-image: linear-gradient(#eba300, #cd7201);
}
.semi-rounded-circle.orangy:hover {
	background-image: linear-gradient(#eba300, #eba300);
}
.semi-rounded-circle.pinky {
	background-image: linear-gradient(#e80000, #b30303)
}
.semi-rounded-circle.pinky:hover {
	background-image: linear-gradient(#e80000, #e80000)
}
.semi-rounded-circle.bluey {
	background-image: linear-gradient(#0004ff, #032a90)
}
.semi-rounded-circle.bluey:hover {
	background-image: linear-gradient(#0004ff, #0004ff)
}

/* Luz / Tarifas
------------------------------------*/
.service-block {
  padding: 15px 30px;
  text-align: center;
  margin-bottom: 20px;
  min-height: 200px;
  color: #666666;
}

.service-block h2 a:hover{
  text-decoration: none;
}

.service-block-light,
.service-block-default {
  background: #fafafa;
  border: solid 1px #eee; 
}

.service-block-default:hover {
  box-shadow: 0 0 8px #eee;
}

.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
  color: #555;
}

.service-block-u {
  background: #72c02c;
}
.service-block-blue {
  background: #3498db;
}
.service-block-red {
  background: #e74c3c;
}
.service-block-sea {
  background: #1abc9c;
}
.service-block-grey {
  background: #95a5a6;
}
.service-block-yellow {
  background: #f1c40f;
}
.service-block-orange {
  background: #e67e22;
}
.service-block-purple {
  background: #9b6bcc;
}
.service-block-aqua {
  background: #27d7e7;
}
.service-block-brown {
  background: #9c8061;
}
.service-block-dark-blue {
  background: #4765a0;
}
.service-block-light-green {
  background: #79d5b3;
}
.service-block-dark {
  background: #555;
}
.service-block-light {
  background: #ecf0f1;
}

/* tarifas */
.service-block-bordered {
	box-shadow: inset 0px 0px 60px -20px #72c02c;
	border: 2px solid white;
}
.service-block-bordered.selected {
	border-color: #72c02c;
}
.service-block-icon {
	color: white;
    background-color: #72c02c;
    border: 1px solid #72c02c;
    border-radius: 50%;
    padding: 15px;
    font-size: larger;
    min-width: 2.5em;
}

#tarifasHogar, #tarifasPyme, #tarifasGranCliente{
	display: none;
}

#tarifasHogar, #tarifasPyme, #tarifasGranCliente{
	display: none;
}

.service-block-selectable {
	cursor: pointer;
}

.service-block-selectable:hover {
	color: green;
	border-bottom: 2px solid #72c02c;
}
.service-block-selectable.selected {
	border-bottom: 2px solid #72c02c;
}

/* vertical wizard steps progress list */
.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>div {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li>div:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 13px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>div .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>div:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>div .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>div:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.error>div:before {
    background-color: red;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>div:after {display:none;}
.bs-vertical-wizard ul>li.error>div:after {display:none;}
.bs-vertical-wizard ul>li.locked>div:after {display:none;}
.bs-vertical-wizard ul>li:last-child>div:before {display:none;}

.bs-vertical-wizard ul>li.complete>div .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>div .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>div .ico.ico-red {
    color: red;
}

.bs-vertical-wizard ul>li>div .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>div:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>div:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

/* resultado de simulacion, etc */
.resultbox {
	padding: 0;
	text-align: center;
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .1);
}
.resultbox .title {
	background-color: #f2f2f2;
	font-weight: bold;
	font-size: 1.2em;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3
}
.resultbox .title:first-child {
	border-radius: 6px 6px 0 0;
}
.resultbox p {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3
}
.resultbox .conecta {
	font-size: 1.4em;
	padding: 20px 5px 10px 5px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
.alert-flotante{
	position: fixed;
	width: 70%;
	height: 0px;
	bottom: 80%;
	left: 15%;
	z-index: 999;
}
.footer-flotante{
	position:fixed;
	width:100%;
	height:60px;
	bottom:0px;
	background-color: white;
	border-top: 1px solid #eee;
}
.footer-flotante-lg{
	position:fixed;
	width:100%;
	height:80px;
	bottom:0px;
	background-color: white;
	border-top: 1px solid #eee;
}
.table {
	color: inherit;
}
div.toggle {
    height: 38px !important;
}

/* tabla con headers fijos y primera columna fija, scrollable vertical y horizontalmente. aplicar a elemento <div> que tenga un <table> dentro */
.table-first-fixed {
	height: 400px; overflow: scroll
}
.table-first-fixed > table > thead > tr > th {
	position: sticky; top: 0
}
.table-first-fixed > table > thead > tr > th:first-child {
	left: 0px; z-index: 2
}
.table-first-fixed > table > tbody > tr > td:first-child {
	white-space: nowrap; position: sticky; left: 0px; background-color: white
}

/* tabla con headers fijos, scrollable vertical. aplicar a elemento <table> */
.table-first-vertical-fixed > thead {
	position: sticky; top: 0
}

/* efecto letras pulsantes ajax cargando */
@keyframes ajaxloadingtextcoloranimation {
	0% { color: #ff4d4d }
	50% { color: #ffe6e6 }
}
#id_ajax_loading_text {
	color: #ff4d4d;
	animation: ajaxloadingtextcoloranimation 1s infinite alternate
}
#id_ajax_loading_clock {
	color: #ff4d4d;
}

.hide_column {
    display : none;
}

/* botones normales, en otros colores, letras color blanco */
/*
a.btn-success, a.btn-success:hover {
	color: #fff;
}
a.btn-danger, a.btn-danger:hover {
	color: #fff;
}
a.btn-primary, a.btn-primary:hover {
	color: #fff;
}
*/
a.btn-success:not([href]) { color:white }
a.btn-success:not([href]):hover { color:white }
a.btn-info:not([href]) { color:white }
a.btn-info:not([href]):hover { color:white }
a.btn-danger:not([href]) { color:white }
a.btn-danger:not([href]):hover { color:white }
a.btn-primary:not([href]) { color:white }
a.btn-primary:not([href]):hover { color:white }