<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #ffcc07;
    -moz-orient: auto;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

input[type="text"]
{
    font-size:14px;
}
input[type="number"]
{
    font-size:14px;
}

input[disabled] {
    color: #2a8dff;
}

input[type="date"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
#mainSection{
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #ffcc07;
}

.btn-link{
    color: #ff9904; !important;
}

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type=datetime-local]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    display: none;
    border-color: #ffcc07;
}

hr{
    margin: 30px 30px 30px 30px;
}
#total1{
    margin-left: 400px;
    margin-bottom: 30px;
}



.custom-checkbox .custom-control-indicator {
    background-color: #ffffff !important;
    border: 1px solid #2c2b2c;
}


.custom-control-input:checked~.custom-control-indicator {
    background-color: #ffcc07!important;

}


input, select, input:enabled {
    color: #1d2124;

}
input:active, input:focus{
    border-color: #ffcc07 !important;
}


.input-group-addon{
    height:40px;
}
#agregarFacturas{
    background-color: white;
    width: 100%;
    border: #1d2124 4px solid ;
    padding: 30px 50px 50px 50px;
}
/*
 * Sidebar
 */
.btn-sq-lg {
    border: #1d2124 3px solid !important;
    width: 200px !important;
    height: 200px !important;
}


.navbar-toggler:hover, .navbar-toggler:focus{
    border : #ffcc07 1px solid !important;
}

.navbar-toggler-icon:hover{
    border-color : #ffcc07 !important;
    color: #ffcc07 !important;
}
.navbar-brand {
    font-size: x-large; }

.sidebar {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0; /* Behind the navbar */
    padding: 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    border-right: #ffcc07 3px solid;

}

.sidebar-sticky {
    position: fixed;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .8rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-size: 16px;
    font-weight: 300;
    color: #ffcc07;
}

.sidebar .nav-link .feather {;
    color: #9999;
}


.sidebar .nav-link.active {
    color: #ff8f06;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}


.checkbox-inline{
    padding-right: 30px;
    border-color: #ffcc07 !important;
}
.checkbox-inline::after{
    border-color: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}



.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.navbar {
    border-bottom: #ffcc07 3px solid;

}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.fixed-bottom{
    border-top: #ffcc07 3px solid;
}

:focus{
     outline: none !important;
 }

textarea:hover, textarea:focus{
    border-color: #ffcc07 !important;
}

.dropdown-menu{
    font-size: 13px;
}
.dropdown-item:focus{
    background-color: #ff8f06;
    color: black;
    font-weight: bolder;
}
/*

tbody tr:hover{
    background-color: rgba(255,204,7,0.75) !important;
}
*/

#modalCuentas
{
    width: 600px;
}

table{
    background-color: rgba(131, 148, 255, 0.1) !important;
    border: 2px solid black !important;

}
thead{
    background-color: #86c1ff;
}
#direcciones a{
    color: #ff8f06;
    font-style: italic;
    font-weight: lighter;
}
#direcciones a:hover{
    background-color: #1d2124;
}
#direcciones a:focus{
    background-color: #1d2124;
}


.loader {
    border: 16px solid #7c7d96;
    border-top: 16px solid #ff9904;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(15000deg); }
  }

.fa-5x{
    margin: 20% 4px 4px 4px;
}</pre></body></html>