/* body {
    font-size:0.9em;
  } */

  .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f29100;
    --bs-btn-border-color: #f29100;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f4a226;
    --bs-btn-hover-border-color: #f39c1a;
    --bs-btn-focus-shadow-rgb: 206,123,0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f5a733;
    --bs-btn-active-border-color: #f39c1a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f29100;
    --bs-btn-disabled-border-color: #f29100;
}

  .btn-activado{margin-top:1px;border-bottom-width:3px}
  /* .btn:not(.disabled):active{margin-top:2px;border-bottom-width:2px} */

.modal .btn-close-2,
.toast .btn-close-2 {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'><path d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/></svg>");
}

.modal-header .btn-close-2 {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem -.5rem;
}

.modal-header .btn-editar-recurso {
    padding: .5rem .5rem;
    margin: -.5rem 3rem -.5rem auto;

}

.tab-pane {
    background-color: white;
}

@media (min-width: 576px) {
    .modal-xxl {
        max-width: none;
        width: 95%;
        margin: 1.75rem auto;
    }
}

.cell-phone {
    /* position:absolute; */
    top: 0px;
    right: 100px;
    z-index: 1;
}

.cell-phone .scan {
    animation: scanvisibility 3s linear infinite;
}

.cell-phone .scan .redline {
    animation: scanning 3s linear infinite;
}

@keyframes scanning {
    0% {
        transform: translateY(0px)
    }

    25% {
        transform: translateY(94px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(94px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes scanvisibility {
    0% {
        visibility: visible;
    }

    51% {
        visibility: visible;
    }

    100% {
        visibility: visible;
    }
}

.em-05 {
    font-size: 0.5em;
}

.em-06 {
    font-size: 0.6em;
}

.em-08 {
    font-size: 0.7em;
}

.em-08 {
    font-size: 0.8em;
}

.em-085 {
    font-size: 0.85em;
}

.em-09 {
    font-size: 0.9em;
}

.em-095 {
    font-size: 0.95em;
}

.em-11 {
    font-size: 1.1em;
}

.em-115 {
    font-size: 1.15em;
}

.em-12 {
    font-size: 1.2em;
}

.em-125 {
    font-size: 1.25em;
}

.em-13 {
    font-size: 1.3em;
}

.em-135 {
    font-size: 1.35em;
}

.em-14 {
    font-size: 1.4em;
}

.em-145 {
    font-size: 1.45em;
}

.em-15 {
    font-size: 1.5em;
}

.em-16 {
    font-size: 1.6em;
}

.em-17 {
    font-size: 1.7em;
}

.em-18 {
    font-size: 1.8em;
}

.em-19 {
    font-size: 1.9em;
}

.em-20 {
    font-size: 2.0em;
}

.em-21 {
    font-size: 2.1em;
}

.text-supermuted {
    color: #b3b3b3;
}

.text-muted-2 {
    color: #71787e !important
}

.text-green {
    color: green;
}

.text-darkgreen {
    color: darkgreen;
}

.text-orange {
    color: #CD7300;
}

.text-marine {
    color: #2FAF84;
}

.text-violet {
    color: #8B008B;
}

.text-purple {
    color: #A569BD
}

.text-golden {
    color: goldenrod;
}

.text-money {
    color: #6ba449;
}

.pointer {
    cursor: pointer;
}

.hover:hover {
    cursor: pointer;
    color: #337ab7;
}

.line-height-sm {
    line-height: 1.2em;
}

.line-height-md {
    line-height: 1.4em;
}

.content-header {
    height: 3.25rem;
}

#page-container.page-header-fixed #main-container {
    padding-top: 3.25rem;
}

#superloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9998;
}

.bg-disabled {
    background-color: #f0f0f0bf;
}

.form-control.form-control-alt:focus {
    border-color: orange;
}

.md-datepicker-input-container {
    position: relative;
    border-bottom-width: 0px;
    border-bottom-style: none;
    display: inline-block;
    width: auto;
    z-index: 9999999;
}

.form-control-alt {
    border-color: #edf0f7;
    background-color: #edf0f7;
    transition: none;
}

.ui-datepicker {
    /*  margin-top: 100px; */
    z-index: 999999;

}

#ui-datepicker-div {
    z-index: 999999;
}


.border-left-success {
    border-left: 4px solid #198754;
}

.border-left-secondary {
    border-left: 4px solid #6c757d;
}

.border-left-warning {
    border-left: 4px solid #ffc107;
}

.border-left-light-orange {
    border-left: 4px solid orange;
}

.border-left-orange {
    border-left: 4px solid #A569BD;
}

.card-border-success {
    border-top: 2px solid #198754;
    border-right: 2px solid #198754;
    border-bottom: 2px solid #198754;
}

.card-border-warning {
    border-top: 3px solid #ffc107;
    border-right: 3px solid #ffc107;
    border-bottom: 3px solid #ffc107;
}

/* Chrome, Safari, Edge, Opera */
.nospin::-webkit-outer-spin-button,
.nospin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.nospin {
    -moz-appearance: textfield;
}

hr {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0px;
    padding-top: 0px;
}

hr.light {
    color: lightgray;
}


.table .th,
.table td,
.table th {
    vertical-align: middle;
    background-color: #fff !important
}


table .td[class*=col-],
table .th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}



.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-open {
    overflow: hidden;
}


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

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}