body {
  font-family: 'Ubuntu', sans-serif;
}

.bg-primario {
  background-color: #FF8300;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: end;
  box-shadow: 0px 0px 6.277929306030273px 0px #00000040;
}

.bg-gris{
  background-color: #F5F5F5;
  box-shadow: 0px 0px 3.857651710510254px 0px #00000040 !important;
}

.bg-gris-oscuro {
  background-color: #413E43;
  box-shadow: 0px 0px 3.857651710510254px 0px #00000040 !important;
}

.login {
  display: flex;
  flex-direction: column;
  width: 364px;
  height: 692px;
  justify-content: start;
  align-items: center;
  padding-top: 33px;
  border-radius: 17.3px 17.3px 0 0;
}

.iconUser {
  z-index: 10;
  background-color: white;
  display: flex;
  justify-content: center;
  margin-bottom: -34px;
  border-radius: 100%;
  width: 84.76px;
  height: 82.5px;
  box-shadow: 0px 0px 3.4178898334503174px 0px #00000040;
}
.iconUser1 {
  z-index: 10;
  background-color: white;
  display: flex;
  justify-content: center;
  margin-bottom: -34px;
  border-radius: 100%;
  width: 84.76px;
  height: 82.5px;
  box-shadow: 0px 0px 3.4178898334503174px 0px #00000040;
  position: relative;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
}

.formulario {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 254px;
  padding-top: 72px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 20px;
  box-shadow: 0px 0px 3.4178898334503174px 0px #00000040;
}

.icono {
  width: 25px;
  height: 25px;
}
.icono1 {
  width: 18px;
  height: 18px;
}
.spanlog{
  background-color: #FF8300;
  border: none !important;
}
.bordeinput{
  border:  1px solid #FF8300;
  border-radius: 0 6px 6px 0 !important;
  font-size: 12px;
}
.bordeinput1 {
  border: 2px solid #FF8300;
  border-radius: 6px !important;
}

.btn-primary, .btn-secondary {
  border-radius: 6.75px !important;
  box-shadow: 0px 0px 3.857651710510254px 0px #00000040 !important;
}

.fontsmall{
  font-size: 11px !important;
}
.fontmedium{
  font-size: 12px !important;
}
.divisor {
  height: 62px;
  width: 1px;
  background-color: #413E43;
}
.separador-naranja {
  background-color: #FF8300;
  width: 100%;
  height: 28px;
}
.bg-naranja {
  background-color: #FF8300;
}

.borde-naranja {
  border: 1px solid #FF8300;
}
.borde-gris {
  border: 1px solid #C7C7C7;
}

.container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 46px;
  border-radius: 16px;
  padding: 94px 55px;
}

.container2 {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding-left: 80px;
  padding-right: 80px;
  border-radius: 16px;
  padding: 94px 55px;
}

.containertram {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
  padding: 10px 14px;
}

.footer{
  background-color: #413E43;
  padding-top: 50px;
}

.footerBotones{
  padding-top: 10px;
  padding-bottom: 10px;
}

.contenedor{
  position: relative;
}

.btn-header {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #F5F5F5;
  padding-bottom: 10px;
  text-decoration: none;
}
.btn-header:hover, .btn-header.selected{
  border-bottom: 3px solid #FF8300;
  outline: none;
}

/*
.btn-header {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #F5F5F5;
  padding-bottom: 10px;
  text-decoration: none;
}
.btn-header:hover, .btn-header.selected {
  border-bottom: 3px solid #FF8300;
  outline: none;
}
*/

a.linkbc, a.linkbc:visited {
  color: #FF8300;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
a.linkbc:hover {
  color: #413E43;
  text-decoration: underline;
}

.search {
  margin: 0px 0px 24px 0px;
  display: flex;
  justify-content: center;
}

.buscador {
  width: 550px !important;
}
@media (max-width: 768px) {
  .buscador {
    width: 300px !important;
  }
}
.icon {
  background-color: transparent;
  border: none;
}
.botones {
  display: flex;
  align-items: baseline;
}
.botones1 {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 50px;
}
.iconBoton {
  padding: 15px;
  border: 1px solid #C7C7C7 !important;
  border-radius: 5px !important; 
}
.iconBoton1 {
  padding: 15px !important;
  border: 1px solid #C7C7C7 !important;
  border-radius: 5px !important; 
  height: 190px !important;
}
.iconBoton1 p {
  margin-bottom: 0.2rem !important;
}
.textBoton {
  color: #000;
  text-decoration: none !important;
}
.textBoton::selection{
  text-decoration: none !important;
}
.textBoton:hover{
  text-decoration: none !important;
}
.botonera{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
}
.boton{
  background-color: transparent;
  border: none;
  width: 220px;
  height: 140px;
}
.boton:target{
  border: none !important;
}
.card-gris {
  background-color: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.2); /* Custom border with 20% opacity */
  border-radius: 11px;
  padding: 20px;
}
.card-img1{
  background-color: #FF8300;
  padding: 20px;
  height: 88px;
  border-radius: 11px 11px 0 0;
}
.card-img2{
  background-color: #413E43;
  padding: 20px;
  height: 88px;
  border-radius: 11px 11px 0 0;
}
.card{
  border-radius: 11px;
}
.right{
  display: flex;
  justify-content: right;
}
.card-text{
  border: 1px solid #EEEBEB;
  border-radius: 8px;
  padding: 5px 10px;
}
.footer {
  background-color: #413E43; 
  padding: 20px 0;
}
.pb-img{
  margin-bottom: 20px;
}
.font2{
  font-size: 12px;
  padding-top: 16px;
}
.breadcrumb{
  background-color: transparent;
}
.iconbread {
  background-color: #FF8300;
  border-radius: 4px;
  margin-right: 4px;
}
#container2 {
  display: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #FF8300;
  color:white;
}
.nav-tabs .nav-link {
  color:#FF8300;
}

.botonUser {
  background-color: transparent;
  border: none;
}

/* menu flotante */
.float-menu {
  width: 300px;
  position: fixed;
  top: 60px;
  right: -350px;
  transition: right 0.3s ease;
  z-index: 1000;
}

.float-menu.visible {
  right: 20px;
}

.header {
  background-color: #EEEBEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
}

.body::-webkit-scrollbar {
  width: 0!important;
}

.body {
  background-color: #EEEBEB;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 0px 8px 8px 8px;
  max-height: 400px;
}

.noti {
  margin-left: -3px;
}

.card-noti {
  font-size: 12px;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  color: #413E43;
}
.space {
  padding-right: 6px;
}

.trCL:hover, table.table.dataTable>tbody>tr.trCL:hover {
  cursor: pointer;
}

.float-menu .header p {
  margin: 0;
  font-size: 18px;
}

.float-menu .notifications div#notif {
  display: block;
  margin-top: 5px;
  padding: 4px;
}

.float-menu .notifications a, .float-menu .notifications a:visited, .float-menu .notifications a:focus {
  color: #000; /* change to your desired color */
  text-decoration: none;
  cursor: pointer;
}

.float-menu .notifications a:hover, .float-menu .notifications a:active {
  color: #FF8300;
  text-decoration: none;
  cursor: pointer;
}

.card-noti a, .card-noti a:visited, .card-noti a:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.card-noti a:hover, .card-noti a:active {
  color: #413E43;
  text-decoration: none;
  cursor: pointer;
}

.tabs {
  display: flex-start;
  justify-content: space-between;
}

.tab {
  background-color: #908E8F;
  color: #fff;
  border: none;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
}

.tab.active {
  background-color: #F5F5F5;
  color: #ff7f00;
}

.float-menu .content {
  display: none;
}

.float-menu .content#notifications {
  display: block;
}

.alert-gris {
  background-color: #413E43;
  color: #F5F5F5;
}

.fit {
  width: fit-content;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #FF8300 !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #1D252D !important;
}

@media (max-width: 768px) {
  .botones .boton {
      flex: 0 0 50%;
      max-width: 50%;
  }
}

/* Small devices (sm) */
@media (min-width: 576px) and (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

/* Extra small devices (xs) */
@media (max-width: 575px) {
  .w-xs-100 {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .navbar-brand {
      display: flex !important;
      justify-content: center !important;
  }

  .navbar-brand img {
      display: block !important;
      margin: 0 auto !important;
  }

  .breadcrumb {
      display: flex;
      justify-content: center;
  }
}


#pdfcont { 
  position: absolute;
  width: 100%;
  height: 100% !important; 
}
.modal-tall .modal-body{
  position: relative;
  min-height: 500px;
  padding: 15px;
  max-height: calc(100vh - 143px);
  overflow-y: auto;
} 
