@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");

/* 
font-family: 'Comfortaa', cursive;
font-family: 'Rubik', sans-serif;
font-family: 'Roboto', sans-serif;
CSS Document */
#alpha{display: none}
#epsilon{display: block;width: 100vw; height: 100vh; position: fixed; z-index: 10000; background-color: #FFF}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
[data-toggle="buttons"] > label:required,
.cke,
textarea:required,
select:required,
input:required{
    border: 1px solid #FF6700!important;
}
[class^="col-"] {
}
[data-toggle="buttons"] label.btn-dark{
	background-color:#212529;
}
[data-toggle="buttons"] label.btn-dark.active{
	background-color: #157347;
}

input[type="number"]{
    text-align: end;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 4px 0 0;
  margin-top: 1px \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

::-webkit-scrollbar {
    width: 6px; /* Ancho de la barra de desplazamiento */
}
::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del pulgar */
    border-radius: 3px; /* Borde redondeado */
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.btn.btn-dark {
    background-color: #5B5B5B;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
    background-color: #000;
}
.btn.btn-dark.active {
    background-color: #000;
    text-decoration: none;
}
.vh-25{
	height: 25vh;
	overflow: auto;
}
.vh-50{
	height: 50vh;
	overflow: auto;
}
.vh-65{
	height: 65vh;
	overflow: auto;
}
.vh-75{
	height: 75vh;
	overflow: auto;
}

.npoint{
	cursor: default!important;
}

.cpoint {
  cursor: pointer;
}
/* Login */
#togglePassword{position: absolute; right: 15px; top: 8px;}
.bg-login{
	background-color: rgba(144,144,144,0.50);
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#liveAlertPlaceholder{
  position: fixed;
  overflow: hidden;
  height: auto;
  width: auto;
  top: 0px;
  left: 20vw;
  z-index: -10;
}

#alpha {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  left: 0px;
  padding: 2%;
  z-index: 90;
  background-image: url("../img/background/5.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover
}
#lambda{
	position: fixed;
	top: 0;
	left: 0px;
	height: 50px;
	width: 100vw;
	z-index: 99;
	background-color: rgba(0,44,81,0.84);
	border-bottom: 1px solid  rgba(85,255,173,1);
}
#tetha {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  height: 45px;
  padding: 0;
  z-index: 98;
  background-color: rgba(0,44,81,0.84);/**/
  border-radius: 0px;
  display: block;
    border-bottom: 1px solid rgba(100,100,100,0.90);
}

#offcanvas {
	background-color: rgba(100,100,100,0.75);	
}
#offcanvas:hover {
  width: auto;
  overflow: visible;
}
#offcanvas .link-dark span a{
  color: #F1F1F1;
}
#offcanvas .link-dark:hover {
  color: #F1F1F1;
}

foo {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100vw;
  height: auto;
  font-size: 0.6rem;
  line-height: 10px;
  padding: 5px 0;
  text-align: center;
  z-index: 98;
  -webkit-box-shadow: 0px -15px 32px -14px rgba(0, 0, 0, 0.90);
  -moz-box-shadow: 0px -15px 32px -14px rgba(0, 0, 0, 0.90);
  box-shadow: 0px -15px 32px -14px rgba(0, 0, 0, 0.90);
  background-color: rgba(48,48,48,0.5);	
}
time {
  position: absolute;
  top: 10px;
  right: 120px;
  width: auto;
  height: auto;
  padding: 4px;
  border: 0px solid transparent;
  border-radius: 5px;
  background-color: #333;
  z-index: 100;
  font-size: 0.9rem;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
}
#config {
  position: absolute;
  top: 0px;
  right: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  font-size: 2rem;
  z-index: 100;
  color: darkred
}
#help {
  position: absolute;
  top: 0px;
  right: 60px;
  width: auto;
  height: auto;
  padding: 3px;
  font-size: 2rem;
  z-index: 100;
  color: darkred
}
#alerts {
  position: absolute;
  top: 10px;
  left: 1rem;
  width: auto;
  height: 40px;
  padding: 0;
  font-size: 1rem;
  z-index: 100;
}
#topsearch {
  position: absolute;
  top: 5px;
  left: calc(100vw - 15px);
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 1rem;
  z-index: 100;
  background-color: #F1F1F1;
  border-radius: 5px;
  display: none;
}
 /*navbar-dark bg-dark text-white
#nav-h{
	color: #FFF;
	background-color: #151414
}*/
#nav-h a.nav-link{
	color: #FFF;
}
#nav-h{
	margin-top: 60px;
	background: rgb(213,213,213);
	/*color: #000;*/
	background:linear-gradient(90deg, rgba(255,255,255,1) 0%,  rgba(213,213,213,1) 60%, rgba(48,48,48,1) 100%)!important;
	border: 1px solid rgba(48,48,48,0.5);
}
#nav-h .nav-item a.nav-link{
	color: #000!important;
}

.wrapper {
	-webkit-box-shadow: 0px 0px 21px 2px rgba(3, 51, 51, 0.50);
	-moz-box-shadow: 0px 0px 21px 2px rgba(3, 51, 51, 0.50);
	box-shadow: 0px 0px 21px 2px rgba(3, 51, 51, 0.50);
	background: rgba(240, 240, 240,0.75);
	padding: 1%;
	border-radius: 5px;
	margin-top: 0px;
	height: calc(100vh - 180px)!important;
	overflow-y: auto;
	overflow-x: hidden;
  /*
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fafafa', GradientType=0 );
    */
}
.container-fix {
  	height: calc(100vh - 220px);
  	overflow-y: auto;
  	overflow-x: hidden;
}
.inneWrapper {
  	background: rgba(240, 240, 240,0.75);
  	padding: 1%;
  	border-radius: 5px;
  	height: auto;
}
.dropdown-menu {
	margin-left: 0rem !important;
	margin-top: 0px !important;
  	width: 200px!important;
}
.xl{
  	width: 200px!important;
    padding:5px 3px!important;
}
.xl .nav-item{
    padding:5px 3px!important;
	border-bottom: 1px solid #CCC;
}
.nav-item{
    padding:0px!important;
}
.nav-item span.small{
    font-size: 0.65rem;
    color:#828282;
}
.modal-fullscreen {
  width: 86vw;
  height: calc(100vh - 60px);
  max-width: none;
  margin: 30px auto
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 1px solid #333;
  border-radius: 5px
}
.caja {
  display: flex;
  justify-content: center;
  align-items: center;	
  font-family: 'Rubik', sans-serif;	
}
#message .nav-pills .nav-link.active,#message .nav-pills .show > .nav-link {
  color: #000;
  background-color: #f8f9fa
}


/* RESPONSIVE */
@media (min-width:1200px) {
  aside {
    position: fixed;
    display: flex;
    height: 100vh;
    max-height: 100vh;
    overflow-x: visible;
    overflow-y: visible;
    top: 0;
    z-index: 100;
    width: auto;
	padding:0 5px;
    /* width: 5rem;*/
  }
  #alpha {
    width: 100vw;
    left: 0;
    height: 100vh;
  }
  #topsearch {
    display: flex;
  }
  foo {
    font-size: 0.9rem;
    width: 100vw ;
  }
  .wrapper {
    margin-top: 20px;
    height: calc(100vh - 50px);    
  }
	html, body {
	  font-size: 16px;
	}
}
@media (min-width:992px) {
	html, body {
	  font-size: 14px;
	}
	
}
@media (min-width:768px) {
    #alpha{display: block}
    #epsilon{display: none}
}
@media (min-width:576px) {
}