.ultimo-acceso {
  font-size: 14px;
  font-weight: bold;
  color: #7c7c7c;
}

.img-perfil {
  position: relative;
  height: 85px;
  width: 85px;
  margin-bottom: 10px;
  border-radius: 100%;
  right: -58%;
}

.logo-agencia {

  padding-left: 15%;
  margin-bottom: 10px;
  width: 300px;
  display: inline-block;

}

.logo-its {
  margin-left: 15.5%;

  max-width: 450px;
  display: inline-block;
  position: relative;
}

.logo-its img {
  display: block;
  width: 100%;
}

.base-container {
  width: 95%;
  margin-left: 2.5%;
  zoom: 0.7;
}

.header-2 {
  height: 0px;
  display: none;
}

label {
  margin: 0px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 6px;

}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .58rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: bold !important;
  line-height: 1.5;
  color: #ffffff;
  background-color: #cccccc !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #ffffff;
  background-color: #cccccc !important;
  border-color: #ff324c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 50, 76, 0.79);
}

input:-internal-autofill-selected {
  background-color: #cccccc !important;
  background-image: none !important;
  color: #ffffff !important;
}

@media (min-width: 992px) {

  .base-container {
      width: 75%;
      margin-left: 16.5%;
      zoom: 1;
  }

  .header-2 {
      background-color: white;
      padding: 30px;
      margin-bottom: 20px;
      height: 170px;
      display: block;
  }

  .c-pr-5 {
      padding-right: 6%;
  }

}

nav {
  top: 0px;
}

@media (min-width: 992px) {

  nav {
    z-index: 99999999999;
    position: fixed !important;
    height: 100%;
    display: inline !important;
    padding: 0px !important;
    top: 0px;
  }

  .navbar-brand {
    width: 100%;
  }

  .navbar-brand {
    display: block;
    margin: 0 auto;
    padding: 40% 0px;
  }

  .navbar-nav {
    display: block;
    padding-left: 0px;
  }

}

.bg-light {
  background-color: #ffffff !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.navbar-nav li {
  border-left: 5px solid black;
}

.active_nav {
  border-color: #ff324c !important;
}

input[type=date],
input[type=datetime-local],
input[type=month] {
  padding: 0px !important;
}

.row {
  margin-right: unset !important;
  margin-left: unset !important;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #007bff;
  border-radius: 0px;
}

.label-b {
  border-color: transparent !important;
  background: #335465;
  color: white;
}

.bg-c-a {
  background: #ffffff;
  border-radius: 0, 75rem;
  border-color: #012a41 !important;
  color: black;
}

.btn {
  border-radius: 0.75rem !important;
}

.btn-añadir {
  margin: 30px 15px;
}

input {
  max-width: 100%;
}

.dataTables_wrapper {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  overflow-x: scroll;
}

.dataTables_wrapper::-webkit-scrollbar {
  display: none;
}

.table .thead-dark th {
  color: #fff;
  background-color: transparent !important;
  border-color: #454d55;
}

table.dataTable {
  clear: both;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

.dataTables_wrapper {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  overflow-x: scroll;
  padding: 40px;
  -webkit-backdrop-filter: blur(49px);
  backdrop-filter: blur(49px);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 0.75rem;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  margin: 25px 0px;
  padding: 0.7rem 1.5rem;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  text-align: left;
}

.alert {
  border-radius: 0px;
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.table .thead-dark th {
  color: #000 !important;
  font-size: 15px;
  font-weight: bold;
}

.page-item a {
  height: 35px;
  line-height: 1;
  /*border-color: #ff324ca6;*/
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #ff324c;
  border-color: #ff324ca6;
}

.page-link:hover {
  z-index: 2;
  color: #ff324c;
  text-decoration: none;
  background-color: #fff;
  border-color: #ff324ca6;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ff324c;
  height: 35px;
  line-height: 1;
  z-index: 1;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 50, 76, 0.60);
}

.previous a {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.next a {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.btn-backtravel {
  color: #fff;
  background-color: #ff324c;
  border-color: #ff324c;
  height: 35px;
  width: 150px;
  line-height: 1.3;
}
.btn-backtravel-large{
  width:auto;
}
.btn-backtravel:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 50, 76, 0.53);
}
.btn-backtravel:hover {
  color: white;
}
.btn-pincel {
  width: 35px;
  border-radius: 100% !important;
  padding-left: 10px;
}
.page-link {
  color: #ff324c;
}
.titulo-bt {
  font-size: 25px;
  font-weight: bold;
  color: #ff324c;
}
.notificacion-s{
  position: relative;
  left: 34px;
  top: 0px;
  background: #ff324c;
  width: 25px;
  color: white;
  border-radius: 20px;
  font-size: 10px;
  padding: 2px 3px;
  margin: 0px;
}
.bg-c-a {
  background: #ffffff;
  border-radius: 0.75rem;
  border: none !important;
  color: black;
  -webkit-backdrop-filter: blur(49px);
  backdrop-filter: blur(49px);
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
}
.btn-light {
  color: #fff !important;
  background-color: #cccccc;
  border-color: #cccccc;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: .75rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #fff;
  content: "Buscar";
  background-color: #cccccc;
  border-left: inherit;
  border-radius: 0 .75rem .75rem 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
position: relative;
  padding-left: 48px;
  cursor: pointer;
  line-height: 35px;
  display: inline-block;
  color: #999;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 23px;
  height: 23px;
  background: #ccc;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ccc !important;
  opacity: 1;
}



.label{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.label .check {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 29px;
  left: 70px;
  height: 36px;
  width: 35px;
  background-color: #ccc;
  border-radius: 0.75rem;
}

/* On mouse-over, add a grey background color */
.label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label input:checked ~ .checkmark {
  background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label .checkmark:after {
  left: 13px;
  top: 5px;
  width: 9px;
  height: 19px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-menu {
  z-index: 999999999;
}

.filter-option-inner-inner {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: bold;
}

.form-control-disabled {
  display: block;
  width: 100%;
  height: calc(1.5em + .58rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400 !important;
  line-height: 1.5;
  color: #000;
  background-clip: padding-box;
  border-radius: .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none !important;
  -webkit-appearance: none;
  appearance: none !important;
  background-color: transparent;
  border:none;
  opacity: 1;
}

.form-control-disabled::-ms-expand {
  display: none;
}

.bt-alert {
  position: fixed;
  top: 90%;
  right: 5%;
}

.custom-alert{
  position:fixed; top:15%; left:30%; width: 40%; text-align: center; z-index: 9999999999; display:none
}
.alert-success{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.was-validated .form-control{
  border-width: 2px;
}
table.table th {
  white-space: nowrap;
}
.asterisco{
  font-size: 10px;
  font-weight: bold;
  color:#ff324c;
}
.campObligatorio{
  font-size: 14px;
  font-weight: bold;
  color:#ff324c;
}

#icon-loading{
  color: #ff324c;width: 4rem; height: 4rem;
}

a.btn.btn-backtravel{
  margin-left: 15px;
  cursor: pointer;
  color: white;
}

a.btn.btn-backtravel:hover{
  color: white;
}

/*checky --> estilos para checkbox*/
.checky .form-group label:before {
  padding: 15.5px;
  border-radius: .75rem;
  content: '';
  -webkit-appearance: none;
  background-color: #ccc;
  border: 2px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  bottom: -30px;
  left: 67px;
}

.checky .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 34px;
  left: 78px;
  width: 10px;
  height: 22px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checky .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checky .form-group label {
  position: relative;
  cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

p.numero_solicitudes{
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0.3rem;
  right: 0;
  margin-right: -0.75rem;
  /* float: right; */
  background-color: #ff324c;
  border-radius: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  color: white;
  text-align: center;
  /* margin-right: -8%; */
  font-size: 0.6rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  p.numero_solicitudes{
    margin-right: 0%;
  }
}
