/* styles.css */
@font-face {
  font-family: 'CourierPrime-Regular';
  src: url('../fonts/CourierPrime-Regular.ttf');
}

.text-success .select2-container--classic .select2-selection--single,
.text-success .select2-container--default .select2-selection--multiple,
.text-success .select2-container--default .select2-selection--single,
.text-success .select2-container--default .select2-selection--single .select2-selection__arrow,
.text-success .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #28b779 !important;
}

.text-danger .select2-container--classic .select2-selection--single,
.text-danger .select2-container--default .select2-selection--multiple,
.text-danger .select2-container--default .select2-selection--single,
.text-danger .select2-container--default .select2-selection--single .select2-selection__arrow,
.text-success .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #da542e !important;
}

.custom-checkbox-inline-input {
  margin-top: 35px;
}

.tab {
  min-height: 420px;
}

.tab>h4 {
  font-weight: 900;
  color: #024982;
}

.tab>.btn-block {
  margin: auto;
  max-width: 156px;
}

.tab {
  display: none;
}

.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

.step.finish {
  background-color: #337ab7;
}

#prevBtn {
  background-color: #bbbbbb;
  color: #fff;
}

/*Estilo text area mensaje*/
.text-area-mensaje {
  resize: vertical;
  max-height: 400px;
  min-height: 80px;
  overflow-y: auto;
}

/* .light-logo {
  height: 37px;
  width: 41px;
} */

.light-logo {
  height: 100%;
  width: 100%;
  display: none;
}

body,
.page-wrapper {
  background-color: #d0d0d0;
}

.btn-cabecera {
  float: right;
  margin-left: 5px;
}

select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border-color: #e9ecef;
  height: 36px;
  color: #3e5569;
  line-height: 36px;
  border-radius: 2px;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  appearance: listbox;
  -webkit-appearance: listbox;
  height: 35px;
}

.text-capitalize {
  text-transform: capitalize;
}


.badge:focus,
.badge:hover {
  font-size: medium;
  font-weight: bold;
}

/*Personalizar estilo dataTable*/

.dataTables_wrapper {
  font-family: 'CourierPrime-Regular';
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  font-family: 'CourierPrime-Regular';
}

/* @media screen and (max-width: 576px) {
  .custom-checkbox-inline-input {
    margin-top: 0;
  }
} */


@media (min-width: 768px) {
  #main-wrapper[data-sidebartype=full] .topbar .top-navbar .navbar-header {
    background-color: #fff !important;
  }

  #main-wrapper .topbar .top-navbar .navbar-header[data-logobg=skin5] {
    background: #fff !important;
  }

  .light-logo {
    height: 100%;
    width: 100%;
    display: block;
  }
}