.formulario-lg
{
    font-size:30px;
    text-align: center;
}

.formulario-md
{
    font-size:18px;
    text-align: center;
}

.page-logo img {
    width:206px;
    height:51px;
}

.pos-top {
  top: 8px;
}

.width20{
  width: 20px !important;
}
.width30{
  width: 30px !important;
}
.width50{
  width: 50px !important;
}

.width70{
  width: 70px !important;
}
.width80{
  width: 80px !important;
}
.width100{
  width: 100px !important;
}
.width120{
  width: 120px !important;
}
.width140{
  width: 140px !important;
}
.width150{
  width: 150px !important;
}
.width160{
width: 160px !important;
}
.width200{
width: 200px !important;
}
.width2p{
width: 2% !important;
}
.width3p{
width: 3% !important;
}
.width4p{
width: 4% !important;
}
.width5p{
  width: 5% !important;
}
.width6p{
width: 6% !important;
}
.width7p{
width: 7% !important;
}
.width8p{
width: 8% !important;
}
.width9p{
width: 9% !important;
}
.width10p{
width: 10% !important;
}
.width11p{
  width: 11% !important;
}
.width12p{
  width: 12% !important;
}
.width13p{
  width: 13% !important;
}
.width14p{
  width: 14% !important;
}
.width15p{
width: 15% !important;
}
.width16p{
  width: 16% !important;
}
.width17p{
  width: 17% !important;
}
.width18p{
  width: 18% !important;
}
.width19p{
  width: 19% !important;
}
.width20p{
width: 20% !important;
}
.width25p{
width: 25% !important;
}
.width30p{
width: 30% !important;
}
.width35p{
width: 35% !important;
}
.width40p{
width: 40% !important;
}
.width45p{
width: 45% !important;
}
.width50p{
width: 50% !important;
}
.width55p{
width: 55% !important;
}
.width60p{
width: 60% !important;
}
.width65p{
width: 65% !important;
}
.width70p{
width: 70% !important;
}
.width75p{
width: 75% !important;
}
.width80p{
width: 80% !important;
}
.width85p{
width: 85% !important;
}
.width90p{
width: 90% !important;
}
.width95p{
width: 95% !important;
}

.pl-1{
  padding-left:1rem !important;
}
.pl-2{
  padding-left:2rem !important;
}
.pl-20{
  padding-left:20px !important;
}
.pl-30{
  padding-left:40px !important;
}
.pl-40{
  padding-left:40px !important;
}
.pl-50{
  padding-left:50px !important;
}
.pl-60{
  padding-left:60px !important;
}
label.requerido:after{
    content: " *";
    color: #e73d4a
}

.profile-image-list {
    width: 2rem;
    height: 2rem;
}

td.details-control {
  background: url('../img/fu/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.details td.details-control {
  background: url('../img/fu/details_close.png') no-repeat center center;
}

td.details-control-buttons {
  background: url('../img/fu/buttons_open.png') no-repeat center center;
  cursor: pointer;
}

tr.details td.details-control-buttons {
  background: url('../img/fu/buttons_close.png') no-repeat center center;
}

.dataTables_empty {
  color: #0f619f;
}


/*********************************************************************/
/* Time Line                                                         */
/*********************************************************************/
.timeline {
  margin: 0 0 45px;
  padding: 0;
  position: relative;
}

.timeline::before {
  border-radius: 0.25rem;
  background: #e6dee5;
  bottom: 0;
  content: '';
  left: 31px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.timeline > div {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}

.timeline > div::before, .timeline > div::after {
  content: "";
  display: table;
}

.timeline > div > .timeline-item {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  background: #ffffff;
  color: #495057;
  margin-left: 60px;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative;
}

.timeline > div > .timeline-item > .time {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 10px;
}

.timeline > div > .timeline-item > .timeline-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #574951;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  padding: 10px;
}

.timeline > div > .timeline-item > .timeline-header > a {
  font-weight: 600;
}

.timeline > div > .timeline-item > .timeline-body,
.timeline > div > .timeline-item > .timeline-footer {
  padding: 10px;
}

.timeline > div > .timeline-item > .timeline-body > img {
  margin: 10px;
}

.timeline > div > .timeline-item > .timeline-body > dl, .timeline > div > .timeline-item > .timeline-body ol, .timeline > div > .timeline-item > .timeline-body ul {
  margin: 0;
}

.timeline > div > .timeline-item > .timeline-footer > a {
  color: #ffffff;
}

.timeline > div > .fal,
.timeline > div > .fa,
.timeline > div > .fas,
.timeline > div > .far,
.timeline > div > .fab,
.timeline > div > .glyphicon,
.timeline > div > .ion {
  background: #adb5bd;
  border-radius: 50%;
  font-size: 15px;
  color: #fefefe;
  height: 30px;
  left: 18px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  font-weight: bold;
}

.timeline > .time-label > span {
  border-radius: 4px;
  background-color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
}

.timeline-inverse > div > .timeline-item {
  box-shadow: none;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}

.timeline-inverse > div > .timeline-item > .timeline-header {
  border-bottom-color: #dee2e6;
}

.btn-app {
  border-radius: 3px;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #343a40;
  font-size: 18px;
  height: 120px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  width: 180px;
}

.btn-app > .fa,
.btn-app > .fas,
.btn-app > .far,
.btn-app > .fab,
.btn-app > .glyphicon,
.btn-app > .ion {
  display: block;
  font-size: 20px;
}

.btn-app:hover {
  /*background: #2198f3;*/
  background: #50bfee;
  border-color: #50bfee;
  color: #fff;
}

.btn-interior {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 80%;
  margin: -20% 10% -10% -40%;
}

.color-icon {
  /*color: #0079C3;*/
  color: #50bfee;
}
.dataTables_wrapper .dataTables_filter label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-block;
}

.table-width30{
  width: 30%;
  margin: 0 auto;
}
.table-width40{
  width: 40%;
  margin: 0 auto;
}
.table-width50{
  width: 50%;
  margin: 0 auto;
}
.table-width60{
  width: 60%;
  margin: 0 auto;
}
.table-width70{
  width: 70%;
  margin: 0 auto;
}
.table-width80{
  width: 80%;
  margin: 0 auto;
}
.table-width90{
  width: 90%;
  margin: 0 auto;
}

.nav-menu li.active:not(.open)>a:before {
  /*color: #0079c3;*/
  color: #50bfee;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0079c3;
  color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #D1E7F2;
  color: #0079c3;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  position: relative;
  z-index: 1151;
  border-color: #2198f3;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #2198f3;
}

.select2-container--open .select2-dropdown--below {
  -webkit-box-shadow: 0 3px 8px 0 rgb(90 80 105 / 10%);
  box-shadow: 0 3px 8px 0 rgb(90 80 105 / 10%);
  border-color: #2198f3;
}

.select2-container--open .select2-dropdown--above {
  -webkit-box-shadow: 0 -3px 8px 0 rgb(90 80 105 / 10%);
  box-shadow: 0 -3px 8px 0 rgb(90 80 105 / 10%);
  border-color: #2198f3;
}

.select2-search--dropdown:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: calc(1rem + .875rem);
  top: calc(.6rem + .875rem);
  color: #2198f3;
}

.select2-search__field {
  width: 100% !important;
}

.color-fusion-10 {
  color: #D2D2D2; }

.bg-fusion-10 {
  background-color: #D2D2D2;
  color: white;
}

.bg-fusion-10:hover {
  color: white;
}

.ocultar{
  display: none;
}

.mostrar{
  display: block;
}

.upperCase{
    text-transform: uppercase;
}

.daterangepicker .ranges li.active {
  background-color: #FFD600;
  color: #000;
}

.daterangepicker table tr td span.active.active, .daterangepicker table tr td span.focused, .daterangepicker table tr td.active.active, .daterangepicker table tr td.active.highlighted.active, .daterangepicker table tr td.active.highlighted:active, .daterangepicker table tr td.active:active, .daterangepicker table tr td.selected, .daterangepicker table tr td.selected.highlighted {
  background-color: #FFD600;
  color: #000;
}

.daterangepicker .in-range.available {
  background-color: #fbffa7;
}

.select2-container .select2-selection--single {
  line-height: 62px;
  border-color: #2198f3;
  font-size: 27px;
  text-align: center;
}

.transfer-warning {
  background-color: #fffeace4!important;
}

.transfer-success {
  background-color: #a8ffd8e4!important;
}

.transfer-danger {
  background-color: #ffa3a0e4!important;
}
