    body {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    main>.container {
        padding: 70px 15px 20px;
    }
    
    .footer {
        background-color: #f5f5f5;
        font-size: .9em;
        height: 60px;
    }
    
    .footer>.container {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .not-set {
        color: #c55;
        font-style: italic;
    }
    /* add sorting icons to gridview sort links */
    
    a.asc:after,
    a.desc:after {
        content: '';
        left: 3px;
        display: inline-block;
        width: 0;
        height: 0;
        border: solid 5px transparent;
        margin: 4px 4px 2px 4px;
        background: transparent;
    }
    
    a.asc:after {
        border-bottom: solid 7px #212529;
        border-top-width: 0;
    }
    
    a.desc:after {
        border-top: solid 7px #212529;
        border-bottom-width: 0;
    }
    
    .grid-view th {
        white-space: nowrap;
    }
    
    .hint-block {
        display: block;
        margin-top: 5px;
        color: #999;
    }
    
    .error-summary {
        color: #a94442;
        background: #fdf7f7;
        border-left: 3px solid #eed3d7;
        padding: 10px 20px;
        margin: 0 0 15px 0;
    }
    /* align the logout "link" (button in form) of the navbar */
    
    .nav li>form>button.logout {
        padding-top: 7px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    @media(max-width:767px) {
        .nav li>form>button.logout {
            display: block;
            text-align: left;
            width: 100%;
            padding: 10px 0;
        }
    }
    
    .nav>li>form>button.logout:focus,
    .nav>li>form>button.logout:hover {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.75);
    }
    
    .nav>li>form>button.logout:focus {
        outline: none;
    }
    
    .form-group {
        margin-bottom: 1rem;
    }
    
    .btn-primary {
        background-color: #00AF91;
        border-color: #00AF91;
    }
    
    .btn-primary:hover {
        background-color: #009980;
        border-color: #009980;
    }
    
    .btn-info {
        background-color: #007965;
        border-color: #007965;
    }
    
    .btn-info:hover {
        background-color: #004d40;
        border-color: #004d40;
    }
    
    .btn-info2 {
        background-color: #00FF9C;
        border-color: #00FF9C;
    }
    
    .btn-info2:hover {
        background-color: #08d888;
        border-color: #08d888;
    }
    
    .btn-warning {
        background-color: #FFCC29;
        border-color: #FFCC29;
    }
    
    .btn-warning:hover {
        background-color: #FFB200;
        border-color: #FFB200;
    }
    
    .btn-danger {
        background-color: #F58634;
        border-color: #F58634;
    }
    
    .btn-danger:hover {
        background-color: #FB773C;
        border-color: #FB773C;
    }
    
    .color1 {
        color: #00AF91 !important;
    }
    
    .color2 {
        color: #007965 !important;
    }
    
    .color3 {
        color: #FFCC29 !important;
    }
    
    .color4 {
        color: #F58634 !important;
    }
    
    .color5 {
        color: #8395af !important;
    }
    
    .color6 {
        color: #EE4E4E !important;
    }
    
    .color7 {
        color: #00FFAB !important;
    }
    
    .border-color1 {
        border: 2px solid #00AF91 !important;
    }
    
    .border-color2 {
        border: 2px solid #007965 !important;
    }
    
    .border-color3 {
        border: 2px solid #FFCC29 !important;
    }
    
    .border-color4 {
        border: 2px solid #F58634 !important;
    }
    
    .border-color5 {
        border: 2px solid #8395af !important;
    }
    
    .border-color6 {
        border: 2px solid #EE4E4E !important;
    }
    
    .border-color7 {
        border: 2px solid #00FFAB !important;
    }
    
    .border-color8 {
        border: 2px solid white !important;
    }
    
    .bggloss-color1 {
        background-color: #00af9234 !important;
    }
    
    .bggloss-color2 {
        background-color: #00796534 !important;
    }
    
    .bggloss-color3 {
        background-color: #FFCC2934 !important;
    }
    
    .bggloss-color4 {
        background-color: #F5863434 !important;
    }
    
    .bggloss-color5 {
        background-color: #8395af34 !important;
    }
    
    .bggloss-color6 {
        background-color: #EE4E4E34 !important;
    }
    
    .bggloss-color7 {
        background-color: #00FFAB34 !important;
    }
    
    .bggloss-color1:hover,
    .bggloss-color1:active {
        background-color: #00af928a !important;
    }
    
    .bggloss-color2:hover,
    .bggloss-color2:active {
        background-color: #0079658a !important;
    }
    
    .bggloss-color3:hover,
    .bggloss-color3:active {
        background-color: #FFCC298a !important;
    }
    
    .bggloss-color4:hover,
    .bggloss-color4:active {
        background-color: #F586348a !important;
    }
    
    .bggloss-color5:hover,
    .bggloss-color5:active {
        background-color: #8395af8a !important;
    }
    
    .bggloss-color6:hover,
    .bggloss-color6:active {
        background-color: #EE4E4E8a !important;
    }
    
    .bggloss-color7:hover,
    .bggloss-color7:active {
        background-color: #00FFAB8a !important;
    }
    
    .disabled {
        background-color: #F5F7F8;
    }
    
    .bootstrap-switch-background-color1,
    .background-color1,
    .completed:hover {
        background-color: #00AF91 !important;
    }
    
    .background-color2 {
        background-color: #007965 !important;
    }
    
    .background-color3 {
        background-color: #FFCC29 !important;
    }
    
    .background-color5 {
        background-color: #8395af !important;
    }
    
    .background-color6 {
        background-color: #EE4E4E !important;
    }
    
    .bootstrap-switch-background-color4,
    .background-color4 {
        background-color: #F58634;
    }
    
    .background-color7 {
        background-color: #00FFAB !important;
    }
    
    .background-color8 {
        background-color: white !important;
    }
    
    a {
        text-decoration: none;
        color: #8395af;
        font-weight: 550;
        font-size: 14px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    
    body {
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .titulo {
        font-size: 25px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    
    .titulo2 {
        font-size: 20px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }
    
    .bg-head_tables {
        background-color: #EEEEEE !important;
        font-weight: normal;
        color: black;
    }
    
    .navbar-clip {
        background-color: #FFB200;
    }
    
    .icon-font {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    
    .icon-font::first-letter {
        font-weight: 600;
        color: black;
    }
    
    #footer {
        background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.705)), url(../resources/images/footer.jpg);
        background-repeat: repeat-x;
        background-size: 20%;
    }
    
    .form-control {
        /* border: 1px solid #BED1CF; */
        border: 1px solid #EDEDED;
        border-bottom: 1px solid #EDEDED;
    }
    
    .control-label {
        font-size: 13px;
        font-weight: 600;
        font-family: Arial, Helvetica, sans-serif;
        /*  font-family: Verdana, Geneva, Tahoma, sans-serif; */
        color: #413F42;
    }
    
    .text-card {
        font-size: 13px !important;
        font-weight: 600 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        /*  font-family: Verdana, Geneva, Tahoma, sans-serif; */
        color: #413F42 !important;
    }
    
    .bordercard {
        border-bottom: 2px solid #00AF91;
    }
    
    .card-title {
        font-size: 18px;
    }
    
    .card {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        border: none;
    }
    
    .bordermenu {
        border: 2px solid #FB773C;
        background-color: #F5F7F8;
    }
    
    .borderdespensa {
        border: 2px solid #00AF91;
        background-color: #F5F7F8;
    }
    
    .bordervendedor {
        border: 2px solid #FFCC29;
        background-color: #F5F7F8;
    }
    
    .bordermenu:hover {
        border: 2px solid #fa5305;
        background-color: #FB773C;
        color: white;
    }
    
    .bordermenuactive {
        border: 2px solid #fa5305;
        background-color: #FB773C;
        color: white;
    }
    
    .borderdespensa:hover {
        border: 2px solid #009980;
        background-color: #00AF91;
        color: white;
    }
    
    .borderdespensaactive {
        border: 2px solid #009980;
        background-color: #00AF91;
        color: white;
    }
    
    .bordervendedor:hover {
        border: 2px solid #ffc400;
        background-color: #FFCC29;
        color: white;
    }
    
    .bordervendedoractive {
        border: 2px solid #ffc400;
        background-color: #FFCC29;
        color: white;
    }
    
    .text-card {
        font-size: 15px;
        font-weight: 550;
    }
    
    .text-strong {
        font-size: 13px;
        font-weight: 550;
    }
    
    .font-13 {
        font-size: 13px;
    }
    
    .font-16 {
        font-size: 16px;
    }
    
    .mini-cube {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        background-color: white;
    }
    
    .xs-cube {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: white;
    }
    
    .big-cube {
        width: 150px;
        height: 150px;
        border-radius: 10px;
        background-color: white;
    }
    
    .big-cube2 {
        width: 120px;
        height: 120px;
        border-radius: 10px;
        background-color: transparent;
    }
    
    .mini-cube2 {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        background-color: transparent;
    }
    
    .mini-cube3 {
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: white;
    }
    
    .largerCheckbox25 {
        transform: scale(2.5);
        margin-right: 11px;
        margin-top: 15px;
    }
    
    .border-image {
        border: 1px dotted #BFCFE7;
    }
    
    .error-summary {
        color: #EE4E4E;
        background: #fdf7f7;
        border-left: 3px solid #eed3d7;
        padding: 10px 20px;
        margin: 0 0 15px 0;
        font-size: 12px;
        background: #EE4E4E5a;
        border-radius: 5px;
        padding-left: 3px;
        padding-right: 3px;
        font-weight: 550;
    }
    
    select.is-invalid+.select2-container--krajee-bs5 .select2-selection--single,
    .has-error.select2-container--krajee-bs5 .select2-dropdown,
    .has-error .select2-container--krajee-bs5 .select2-selection {
        border-color: #EE4E4E;
    }
    
    .help-block {
        color: #EE4E4E;
        font-size: 12px;
        background: #EE4E4E5a;
        border-radius: 5px;
        padding-left: 3px;
        padding-right: 3px;
        font-weight: 550;
    }
    
    select.is-invalid+.select2-container--krajee-bs5 .select2-selection--single,
    .has-error.select2-container--krajee-bs5 .select2-dropdown,
    .has-error .select2-container--krajee-bs5 .select2-selection {
        border-color: #EE4E4E;
    }
    
    select.is-valid+.select2-container--krajee-bs5 .select2-selection--single,
    .has-success.select2-container--krajee-bs5 .select2-dropdown,
    .has-success .select2-container--krajee-bs5 .select2-selection {
        border-color: #A5F1E9;
    }
    
    .has-success .select2-container--bootstrap .select2-dropdown,
    .has-success .select2-container--bootstrap .select2-selection {
        border-color: #A5F1E9;
    }
    
    .has-success .select2-container--bootstrap.select2-container--focus .select2-selection,
    .has-success .select2-container--bootstrap.select2-container--open .select2-selection {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A5F1E9;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #A5F1E9;
        border-color: #A5F1E9;
    }
    
    .puntero {
        cursor: pointer;
    }
    
    .form-invisible {
        display: none;
    }
    
    .spancategorias {
        color: black;
        background: #00AF91;
        border: 1px solid #00AF91;
        border-radius: 10px 10px 10px 10px;
        cursor: default;
        float: left;
        margin: 5px 0 0 6px;
        padding: 0 6px;
        font-size: 13px;
    }
    
    .spanpisos {
        color: white;
        background: #1E201E;
        border: 1px solid #1E201E;
        border-radius: 10px 10px 10px 10px;
        cursor: default;
        float: left;
        margin: 5px 0 0 6px;
        padding: 0 6px;
        font-size: 13px;
    }
    
    .total {
        background-color: transparent;
        border: transparent;
        color: white;
        font-size: 25px;
    }
    
    .bordernone {
        border: none;
    }
    
    .masonary-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 4rem;
    }
    
    .masonary-grid2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 1rem;
    }
    
    .masonary-grid>.masonary-grid-listview-summary {
        grid-column: 1 / -1;
    }
    
    .masonary-grid>.masonary-grid-listview-pager {
        grid-column: 1 / -1;
    }
    
    .masonary-grid>.masonary-grid-item {}
    
    @media screen and (max-width: 500px) {
        .masonary-grid>.masonary-grid-item {
            width: 270px;
        }
    }
    
    .font-11 {
        font-size: 11px !important;
    }
    
    .font-12 {
        font-size: 12px;
    }
    
    .font-13 {
        font-size: 13px;
    }
    
    .font-14 {
        font-size: 14px;
    }
    
    .font-18 {
        font-size: 18px;
    }
    
    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }
    
    .grid {
        height: 100%;
        width: 100%;
        margin: 0;
    }
    
    .grid {
        background-image: repeating-linear-gradient(#BFCFE7 0 1px, transparent 1px 100%), repeating-linear-gradient(90deg, #BFCFE7 0 1px, transparent 1px 100%);
        background-size: 10px 10px;
    }
    
    .font-important {
        font-size: 13px !important;
        font-weight: 600 !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }
    
    .y_centercenter {
        vertical-align: middle !important;
    }
    
    .bg-login {
        /* From https://css.glass */
        background: rgba(255, 255, 255, 0.5);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        border-width: 4px;
        border-style: solid;
        border-image: linear-gradient(to right, darkblue, darkorchid) 1;
        border-radius: 15px;
        /*  border: 1px solid rgba(255, 255, 255, 0.3); */
    }
    
    .border-gradient-green {
        border-radius: 15px !important;
        border-image-source: linear-gradient(to left, #004d40, #00AF91, #FB773C, #FFB200);
    }
    
    .icon-user {
        background-image: url(../resources/images/user.png);
        background-repeat: no-repeat;
        background-position: 6% 50%;
        background-size: 0.9em;
        padding-left: 45px;
    }
    
    .icon-pass {
        background-image: url(../resources/images/key.png);
        background-repeat: no-repeat;
        background-position: 6% 50%;
        background-size: 0.9em;
        padding-left: 45px;
    }
    
    .icon-dolar {
        background-image: url(../resources/images/price-small.png);
        background-repeat: no-repeat;
        background-position: 6% 50%;
        background-size: 0.9em;
        padding-left: 15px;
    }
    
    .font-10 {
        font-size: 10px;
    }
    
    #wrapper {
        padding-left: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    #wrapper.toggled {
        padding-left: 250px;
    }
    
    @media screen and (max-width: 500px) {
        #wrapper.toggled {
            padding-left: 0px;
        }
    }
    
    #sidebar-wrapper {
        position: fixed;
        left: 300px;
        z-index: 1000;
        overflow-y: auto;
        margin-left: -300px;
        width: 0;
        height: 100%;
        background: #F5F5F5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    #wrapper.toggled #sidebar-wrapper {
        width: 300px;
    }
    
    @media screen and (max-width: 500px) {
        #wrapper.toggled #sidebar-wrapper {
            width: 0px;
        }
    }
    
    #page-content-wrapper {
        padding: 15px;
        width: 100%;
    }
    
    #wrapper.toggled #page-content-wrapper {
        position: absolute;
        margin-right: -300px;
    }
    /* Sidebar Styles */
    
    .sidebar-nav {
        position: absolute;
        top: 0;
        margin: 0;
        padding: 0;
        width: 250px;
        list-style: none;
    }
    
    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }
    
    .sidebar-nav li a {
        display: block;
        color: #999999;
        text-decoration: none;
    }
    
    .sidebar-nav li a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        text-decoration: none;
    }
    
    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }
    
    .sidebar-nav>.sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }
    
    .sidebar-nav>.sidebar-brand a {
        color: #999999;
    }
    
    .sidebar-nav>.sidebar-brand a:hover {
        background: none;
        color: #fff;
    }
    
    @media (min-width: 768px) {
        #wrapper {
            padding-left: 250px;
        }
        #wrapper.toggled {
            padding-left: 0;
        }
        #sidebar-wrapper {
            width: 250px;
        }
        #wrapper.toggled #sidebar-wrapper {
            width: 0;
        }
        #page-content-wrapper {
            padding: 20px;
        }
        #wrapper.toggled #page-content-wrapper {
            position: relative;
            margin-right: 0;
        }
    }
    
    .no-form {
        background-color: transparent;
        border: none;
    }
    
    .largerCheckbox {
        transform: scale(2);
        margin-right: 11px;
        margin-top: 15px;
    }
    
    @keyframes spin {
        from {
            transform: rotate(0deg)
        }
        to {
            transform: rotate(360deg)
        }
    }
    
    @keyframes spin3D {
        from {
            transform: rotateY(0deg)
        }
        to {
            transform: rotateY(360deg)
        }
    }
    
    .spin {
        animation: spin 3s linear infinite;
    }
    
    .spin3D {
        animation: spin3D 5s ease-in-out infinite;
    }
    
    .title1 {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        /* color: #4A55A2; */
        font-size: 23px;
    }
    
    .font8 {
        font-size: 8px;
        font-weight: 500;
    }
    
    .font9 {
        font-size: 9px;
        font-weight: 500;
    }
    
    .font10 {
        font-size: 10px;
        font-weight: 500;
    }
    
    .font11 {
        font-size: 11px;
        font-weight: 500;
    }
    
    .font12 {
        font-size: 12px;
        font-weight: 500;
    }
    
    .font-20 {
        font-size: 20px;
    }
    
    .font-25 {
        font-size: 25px;
    }
    
    .showed {
        display: block;
    }
    
    .notshowed {
        display: none;
    }
    
    .icon-find {
        background-image: url(../resources/images/search.png);
        background-repeat: no-repeat;
        background-position: 2% 50%;
        background-size: 0.9em;
        padding-left: 40px;
    }
    
    .shadowcustom1 {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    
    .shadowcustom2 {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    }
    
    .nav_custom:hover,
    .nav_custom:active .nav_link:active {
        background-color: #EE4E4E4e;
        color: black !important;
        border: 1px solid #EE4E4E !important;
        border-bottom: 2px solid#EE4E4E !important;
    }
    
    .font550 {
        font-weight: 550;
    }
    
    .fontticket {
        font-family: sans-serif;
    }