.color-success {
	color: #2CA74D;
}

.color-not-all-data {
	color: #9f6934;
}

.customDisabledDiv{
    pointer-events: none;
  		opacity: 0.4;
}

.sticky-offset {
    top: 56px;
}


.color-info{
	color: #FFFF43;
}
.color-pre-alarm {
	color: #FE8D28;
}
.color-alarm{
	color: #FE0F17;
}
.color-secondary{
	color: #FE0F17;
}

.text-info-inclam {
  color: #FFFF43 !important;
}

.text-pre-alarm-inclam {
  color: #FE8D28 !important;
}

.text-alarm-inclam {
  color: #FE0F17 !important;
}

.btn-info-inclam {
	color: #000 !important;	
	background-color:#FFFF43 !important
}
.btn-pre-alarm-inclam {
	color: #000 !important;		
	background-color:#FE8D28 !important
}
.btn-alarm-inclam {
	color: #000 !important;		
	background-color: #FE0F17 !important
}
.btn-no_occ-inclam {
	color: #000 !important;		
	background-color: #66B43C!important
}
/*===============================================================================*/
/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
.navigation_breadbrumb
{
    text-decoration: none;
	color: #fff;	
}
.fake_navigation_breadbrumb
{
    text-decoration: none;
	color: #fff;	
}
.carousel-item {
  height: 45vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}
/*===============================================================================*/

/* header principal: carrusel */
#headerMainCarousel { }

/* header secundario: jumbotron */
#headerMainJumbotron { 
	background: no-repeat center center;
	background-size: cover;
	margin-bottom: 0;
	color: #fff;
	padding: 1rem; /* Para asignar el alto */
}

/* Formularios modales "grandes" de bootstrap */
.modal-wide-80 {
	max-width: 80% !important;
}
.modal-wide-90 {
	max-width: 90% !important;
}

/* Botón circular */
.btn-circle {
	border-radius: 50% !important;
}

/* Barra de navegación */
.custom-navbar-bg {
  background-color: #343a40 !important;
}
a.custom-navbar-bg:hover, a.bg-dark:focus,
button.navbar-bg:hover,
button.navbar-bg:focus {
  background-color: #1d2124 !important;
}
.custom-navbar-style .navbar-brand {
  color: #fff;
}
.custom-navbar-style .navbar-brand:hover, .custom-navbar-style .navbar-brand:focus {
  color: #fff;
}
.custom-navbar-style .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.custom-navbar-style .navbar-nav .nav-link:hover, .custom-navbar-style .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.custom-navbar-style .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.custom-navbar-style .navbar-nav .show > .nav-link,
.custom-navbar-style .navbar-nav .active > .nav-link,
.custom-navbar-style .navbar-nav .nav-link.show,
.custom-navbar-style .navbar-nav .nav-link.active {
  color: #fff;
}
.custom-navbar-style .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.custom-navbar-style .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom-navbar-style .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.custom-navbar-style .navbar-text a {
  color: #fff;
}
.custom-navbar-style .navbar-text a:hover, .custom-navbar-style .navbar-text a:focus {
  color: #fff;
}
.custom-navbar-style .navbar-nav .nav-link-impersonate {
  color: #FF4242 !important;
}
/*Any div disabled*/
.customDisabledDiv{
    pointer-events: none;
  		opacity: 0.4;
}

/* Image to be showed on monitoring page*/
#img_monitoring {
	max-width: 200px;
	height: auto;
}



.generateTokenText {
	color: #0275d8 !important;
	font-weight: bold;		
}

#floodIconDiv {
	background-repeat: no-repeat;
	width: 2em;
	height: 2em;
}
#floodIconDiv:hover{
    cursor: pointer;
}

#toggle_flood-event-panel {
  position: absolute;
  top: 50px;
}

/* BEGIN TOGGLE SWITCH BUTTON*/
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input + .slider {
  background-color: #C1C1C1
}

input:checked + .slider {
  background-color: #357AB4;
}

input:focus + .slider {
  box-shadow: 0 0 1px #357AB4;
}

input:disabled + .slider {
  background-color:  #9B9B9B;;
}

input:disabled:checked + .slider {
  background-color:  rgb(102, 121, 132);
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}
/* END TOGGLE SWITCH BUTTON*/

/* SOLUCIÓN TEMPORAL */
body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}

footer {
	margin-top: auto;
}

.checkboxesPanel input[type="checkbox"]+label {
    cursor: pointer;
    background: rgb(243 243 243 / 78%);
    padding: 0.1rem 0.5rem;
    border-style: none;
    margin: 0.2rem;
    font-weight: lighter;
}
.checkboxesPanel input[type="checkbox"]:checked+label:before {
    display: none;
}

.checkboxesPanel input[type="checkbox"]:checked+label {
    background: rgb(221 217 217 / 60%);
    font-weight: normal;
}

.checkboxesPanel input[type="checkbox"]:hover+label {
    background: rgb(221 217 217 / 60%);
}

/* #headerMainJumbotron {
	background:
} */
/* SOLUCIÓN TEMPORAL */
