body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #505d69;
  text-align: left;
  background-color: #f4f8f9;
}

#header{
  --bs-gutter-x: 0;
  position:fixed;
  width: 100%;
  top: 0;
  height: 6%;
  z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
}

#pageView{
  --bs-gutter-x: 0;
  position:fixed;
  width: 100%;
  /*top: 6%;*/
  height: 95%;
}

#mainFooter{
  --bs-gutter-x: 0;
  position: fixed;
  width:100%;
  bottom: 0;
  height: 5%;
}

#mainFooter > div > p{
  margin: 0;
}

.cHead{
  background-color:#440808;
  color: #c5e3f5;
}
.cBody{
  background-color:#f8f3e8;
  color:#440808;
}
.cFoot{
  background-color:#ac9261;
  color:#2b2e31;
}

.logo-img path {
  background:#4B5032;
  fill: #000;
}

.cLogin{
 /* background-color:#4B5032;*/
  color:#300202;
  top: 0 !important;
  height: 100% !important;
  opacity: 1;
}
.cLogin:before{
    content : '';
    position : absolute;
    top : 0;
    width : 100%;
    height : 100%;
    /*background : url('../images/bg3.jpg') center / cover;
    opacity: 0.4;*/
}
.cLogin > section > .container {
  color:#ffffff;
  opacity: 1;
}

.LogInContent{
  height: 100% !important;
  /*background-color:#4B5032;*/
  background-color:#ff9036;
  /*color:#fff;*/
  color: #2b2e31;
}
.LogInContent:before{
  content : '';
  position : absolute;
  top : 0;
  /*width : 50%;*/
  width : 100%;
  height : 100%;
  background : url('../images/fachada_upalt_2024.jpg') center / cover;
  opacity: 0.4;
}
.LogInContent > div{
  height: 100%;
}
@media(max-width:767px){
  .LogInContent{
    height: 20% !important;
  }
  .LogInContent:before{
    content : '';
    position : absolute;
    top : 0;
    width : 100%;
    height : 20%;
    background : url('../images/bg3.jpg') center / cover;
    opacity: 0.4;
  }
}

.btn-orange {
  color: #fff;
  background-color: #ff9036;
  border-color: #ff9036;
}

.form-floating > label{
  color: #440808;
}
.hidden{
  display: none;
}

.ralign{
  margin-left: auto !important;
  padding-right: 1rem;
}
.lalign{
  margin-right: auto !important;
  padding-left: 1rem;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease;
  z-index: -1;
  background: #000;
}

.overlay.active{
  opacity: 0.5;
  z-index: 2;
}

.modal {
  color: rgb(17, 22, 68);
  background: rgb(231, 230, 219);
  max-height: calc(100% - 100px);
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  transition: .3s ease;
  border-radius: 0.75rem;
}

@media (min-width: 992px){
  .modal{
    max-width: 50%;
  }
}
@media (max-width: 991px){
  .modal{
    max-width: 70%;
  }
}
@media (max-width: 767px){
  .modal{
    max-width: 95%;
  }
}

.modal > section{
  height: 100%;
}
.modal > section > .container{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal > .container{
  height: 100%;
  max-height: calc(100% - 50px);
  overflow-y: auto;
}

.modal > .container > div{
  height: 100%;
}

.modal > .close2{
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
}

#modal2{
  max-width: 95%;
}

.justificado{
  text-align: justify;
}

.secPage{
  min-height: 400px;
}

.homePanel {
  position: fixed;
  /*top: calc(10.5% + 4px);*/
  top: 6%;
  left: 0;
  bottom: 5%;
  right: 0;
  width: 100%;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);*/
}

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width:8px;
}

.contenedor::-webkit-scrollbar-button:increment,.contenedor::-webkit-scrollbar-button {
  display: none;
} 

.contenedor::-webkit-scrollbar:horizontal {
  height: 8px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 16px;
  border: 1.6px solid #f1f2f3;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 8px;  
}

.menuside {
  position: fixed;
  /* top: calc(10.5% + 4px);*/
  background: #fff;
  color: #093e57;
  top:0%;
  left: 0;
  bottom: 5%;
  width: 16rem;
  /*background: #343957;
  background: #006666;*/
  /* font-size: 14px; */
  z-index: 100;
  overflow: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);*/
}

.menuside i {
  font-size: 1.25rem;
  margin-right: 0;
  vertical-align: middle;
  width: 1.5rem;
  display: inline-block;
}

.menuside i.bi {
  vertical-align: baseline;
}

.menuside-content > ul {
  /*background: #006666;*/
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.menuside-toggle{
  text-align: right;
}

.menuside-content >ul li>a {
  display: block;
  cursor: pointer;
  /*color: #BDBDC7;
  color: #6c757d;*/
  color: #440808;
  padding: 0.5rem 0.25rem 0.5rem 1rem;
  line-height: 1.25rem;
  border-bottom: none;
  /* background: rgba(255, 255, 255, 0.067); */
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuside-content > ul .active {
  color: #212529 !important;
  font-weight: bolder;
}
.menuside-content >ul li>a:hover{
  background-color: rgba(0,0,0,.15);
  color: #212529 !important;
  font-weight: bolder;
  /*background: linear-gradient(to right, #28a5a5 , #11b862);*/
  /*background: linear-gradient(to right, #646881, #ffffff);*/
}

.menuside-content > ul li>a > label{
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.menuside-nano > .menuside-content > ul li>a > label{
  display: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.menuside-nano {
  width: 3.696rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);*/
} 

.menuside-nano ul > .menuside-toggle{
  text-align: center;
}
.menuside .menuside-nano>ul {
  padding: 0.5rem !important;
  width: 100%;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.menuside-nano > .menuside-content > ul > li {
  text-align: center;
}

.menuside-nano > .menuside-content > ul > li > .collapse > .sbmnu  {
  padding-left: 0;
  padding-right: 0;
}
.menuside-nano > .menuside-content > ul > li > a  {
  padding-left: 0.5rem !important;
}
.collapse .show > .sbmnu > li > a{
  padding: 0.5rem !important;
}

.ls-menu-bottom{
  position: fixed;
  width: 100%;
  bottom: 0%;
}

.rightside {
  --bs-gutter-x: 1.5rem;
  position: fixed;
  /*top: calc(10.5% + 4px);*/
  top: 0%;
  right: 0;
  bottom: 5%;
  width: calc(100% - 16rem);
  /*background: #343957;
  background: #006666;*/
  /* font-size: 14px; */
  z-index: 100;
  overflow: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
}
.rightside > .container{
  max-width: 100% !important;
  margin: 0 !important;
}
.rightside-expanded {
  width: calc(100% - 3.696rem);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.50);
}
.main-content {
  /*padding: 0 12px;
  margin-top: 20px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: calc(100vh - 121px);
}
.main-content .page-content {
  width: 100%;
  margin-bottom: 50px;
}

.page-title-box {
  padding: 24px 12px 70px 12px;
  margin: 0 -12px;
  /*background: #093e57;*/
  background: #440808;
  color: #fff;
}
.mt--45 {
  margin-top: -45px;
}
.text-right{
  text-align: right !important;
}

.menu-header > a{
  color: #ffffff !important;
  text-decoration: none;
}

.navbar{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand{
  padding: 0;
  margin-left: 1rem;
  margin-right: 0;
}
.img_brand{
  width: 2rem;
}
.navbar-nav{
  padding: 0 1rem;
}
.nav-item, .dropdown-menu, .dropdown-item{
  color: rgba(255,255,255,.5);
  font-size: 0.92rem;
}
.nav-item, .dropdown-menu, .dropdown-item:hover{
  /*background:none;*/
  color: rgba(255,255,255,.85);
}

.dropdown-menu{
  margin-top: 0 !important;
  border: none;
}
.dropdown-menu-right {
  right: 0;
  left: auto !important;
}
.dropdown-item:hover{
  background:none;
}
.dropdown-divider{
  border-top: 1px solid rgba(255,255,255,.25);
}
.navbar-toggler{
  margin-right: 0.7rem;
  font-size: 1rem;
  padding: .25rem .5rem;
}
.navbar-toggler-icon{
  width: 1rem;
  height: 1rem;
}
i{
  font-size: 1.25rem;
}
.icontitle{
  font-size: 1.75rem;
}
.nav-tabs > .nav-link > i{
  font-size: 0.875rem;
  padding-left: 1rem;
}
.nav-tabs > .nav-link > i:hover{
  font-size: 1rem;
  font-weight: bolder;
  color:red;
}
.nav-link{
  padding: .15rem .75rem !important;
}
.tabbable .nav-tabs {
  overflow-x: auto;
  overflow-y:hidden;
  flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
 white-space: nowrap;
}

.tabbable .nav-tabs::-webkit-scrollbar {
  width: 8px;     /* Tamaño del scroll en vertical */
  height: 4px;    /* Tamaño del scroll en horizontal */
   /* display: none; Ocultar scroll */
}

.tabbable .nav-tabs::-webkit-scrollbar-thumb {
    background: #cb0707;
    border-radius: 4px;
}

.tabbable .nav-tabs::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.tabbable .nav-tabs::-webkit-scrollbar-track:hover,
.tabbable .nav-tabs::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.no_bg{
  background: none !important;
}

.no_brdr{
  border: none !important;
}

.sbmnu{
  padding: 0.5rem;
}

.sbmnu > li{
  list-style: none;
}

.sbmnu .bi{
  font-size: 1.15rem;
}
.form-check-inline{
  margin: 0;
}
.form-check-input{
  float:none !important;
}

div.dataTables_wrapper div.dataTables_length select {
  min-width: 50px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper .dataTables_length label, div.dataTables_wrapper .dataTables_info label {
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter .search-box {
  text-indent: -9999px;
  width: 210px;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter .search-box .form-control {
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

.search-box .form-control-sm {
  padding-left: 30px;
}

.search-box input {
  border-radius: 30px;
  padding-left: 40px;
  min-width: 200px;
}
.input-group-text{
  font-size: 0.875rem;
}
.form-control{
  font-size: 0.875rem;
}
.clickable{
  cursor: pointer;
}
.btn-outline-main {
  color: #440808;
  border-color: #440808;
}
.btn-outline-main:hover,.btn-check:active+.btn-outline-main, .btn-check:checked+.btn-outline-main, .btn-outline-main.active, .btn-outline-main.dropdown-toggle.show, .btn-outline-main:active {
  color: #fff;
  background-color: #440808;
  border-color: #440808;
}
.newevent_form fieldset:not(:first-of-type) {
  display: none;
}
.progress {
  display: flex;
  padding: 0;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1250px;
  }
}