/* Minification failed. Returning unminified contents.
(1440,17): run-time error CSS1039: Token not allowed after unary operator: '-width'
(1578,61): run-time error CSS1030: Expected identifier, found '['
(1578,75): run-time error CSS1031: Expected selector, found '='
(1578,75): run-time error CSS1025: Expected comma or open brace, found '='
(1583,65): run-time error CSS1030: Expected identifier, found '['
(1583,79): run-time error CSS1031: Expected selector, found '='
(1583,79): run-time error CSS1025: Expected comma or open brace, found '='
(1589,65): run-time error CSS1030: Expected identifier, found '['
(1589,79): run-time error CSS1031: Expected selector, found '='
(1589,79): run-time error CSS1025: Expected comma or open brace, found '='
(1810,27): run-time error CSS1030: Expected identifier, found ','
(1810,46): run-time error CSS1031: Expected selector, found ')'
(1810,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
body {
    background-color: rgb(231, 226, 225);
}
/*navbar syles */
.navbar-header {
    padding-right: 24px;
}

.OrderStatus-Pending {
    background-color: crimson;
    color: white;
}

.OrderStatus-Checked {
    background-color: darkorange;
}

.OrderStatus-Quoted {
    background-color: gold;
}

.OrderStatus-Repaired {
    color: white;
    background-color: forestgreen;
}

.navbar {
    background-color: rgb(231, 226, 225);
}

.navbar-brand {
    font-size: 25px;
    padding-left: 0px;
    padding-right: 0px;
}

    .navbar-brand span {
        padding-left: 22px;
    }

    .navbar-brand span {
        color: #707070;
    }

.nav .navbar {
    left: 335px;
}

.navbar-nav li a {
    font-family: Branding SF;
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    width: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.navbar-nav .active a {
    color: #191515;
}

.navbar select {
    font-family: Branding SF;
    margin-top: 10px;
    font-size: 16px;
    display: inline-block;
    max-width: 115px;
    max-height: 30px;
    height: 30px;
    width: 115px;
    color: #707070;
    border: 0px;
    outline: 0px;
    font-weight: 500;
}

    .navbar select option {
        max-width: 115px;
        line-height: 90px;
        max-height: 30px;
        height: 30px;
        width: 115px;
        color: #707070;
        border: 0px;
        outline: 0px;
    }


.navbar-right {
    margin-right: 36px;
}

.notification-bell {
    padding-right: 5px;
    cursor: pointer;
}

.badge {
    padding-left: 7px;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    /*left: -15px;*/
}

.navbar-toggle .icon-bar {
    background-color: #707070;
}

/*----------------------------------------------------------*/
/* Divs statics*/
.div-title {
    width: 100vw;
    background-color: #191515;
    min-height: 90px;
    overflow: visible; /* code added to prevent scroll */
    position: fixed;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    z-index: 2;
}

@media (max-width: 767px) {
    .div-title {
        display: inline-grid;
    }
}

    .div-title h2 {
        font-family: Branding SF Black;
        font-size: 40px;
        color: #A38B87;
        vertical-align: middle;
        padding-left: 30px;
        display: inline-block;
        text-transform: uppercase;
    }

    .div-title .title {
        font-family: Branding SF;
        color: #E7E2E1;
        text-transform: uppercase;
        font-size: 16px;
    }

@media (max-width: 991px) {
    .div-title .title {
        font-size: 12px;
    }
}

    .div-title .description {
        font-family: Branding SF;
        color: white;
        font-size: 16px;
    }

@media (max-width: 991px) {
    .div-title .description {
        font-size: 12px;
    }
}

    .div-title .price {
        font-family: Branding SF;
        color: white;
        font-size: 28px;
        font-weight: bold;
    }

    .div-title .price-warning {
        color: #E53F23;
    }

@media (max-width: 991px) {
    .div-title .price {
        font-size: 18px;
    }
}

.div-title .navbar-collapse-title{
    height: 180px;
}

@media (max-width: 767px) {
    .div-title .navbar-collapse-title {
        background-color: #222;
        border-color: #080808;
    }
}

.div-title .view-details {
    position: fixed;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    right: 0;
    height: 90px;
}

@media (max-width: 767px) {
    .div-title .view-details {
        position: initial;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .div-title .view-details {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 767px) {
    .div-title .view-details {
        width: 100%;
    }
}

        .div-title .view-details .view-details-col {
            width: 220px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        @media (min-width: 1024px) and (max-width: 1199px) {
            .div-title .view-details .view-details-col {
                width: 200px;
            }
        }

        @media (min-width: 992px) and (max-width: 1023px) {
            .div-title .view-details .view-details-col {
                width: 180px;
            }
        }

        @media (min-width: 880px) and (max-width: 991px) {
            .div-title .view-details .view-details-col {
                width: 160px;
            }
        }

        @media (max-width: 879px) {
            .div-title .view-details .view-details-col {
                width: 140px;
            }
        }

        @media (max-width: 767px) {
            .div-title .view-details .view-details-col {
                margin-top: 12px;
                margin-bottom: 12px;
                width: 100%;
            }
        }

.div-title .view-type {
    position: fixed;
    right: 0;
    float: right;
    margin-top: 28px;
    margin-bottom: 10px;
    margin-right: 30px;
}

    .div-title .view-type .navbar-toggle {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        width: 39px;
        height: 34px;
        margin: 0px;
        padding: 0px;
    }

.div-search {
    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;
    z-index: 1;
    position:fixed;
}

    .div-search.toggled {
        padding-left: 380px;
    }

    @media (max-width: 768px) {
        .div-search.toggled {
            padding-left: 220px;
        }
    }

.div-search .hamburger {
    position: fixed;
    top: 175px;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: double;
}

@media (max-width: 768px) {
    .div-search .hamburger {
        top: 161px;
        margin-left: -8px;
    }
}

.div-search .hamburger:hover,
.div-search .hamburger:focus,
.div-search .hamburger:active {
    outline: none;
}

.div-search .hamburger .hamb-open,
.div-search .hamburger .hamb-close {
    font-size: 16px;
    color: #A38B87;
}

.div-search .hamburger.is-closed .hamb-close {
    display: none;
}

.div-search .hamburger.is-open .hamb-open {
    display: none;
}

.div-search .hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.div-search .hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.div-search .hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.div-search .hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.div-search .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
}

.div-search.toggled .overlay {
    display: block !important;
}

.div-search .div-search-content {
    position: fixed;
    top: 140px;
    left: 380px;
    width: 0;
    bottom: 0;
    margin-left: -380px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #191515;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.div-search.toggled .div-search-content {
    padding: 60px 8px 0px 8px;
}

@media (max-width: 768px) {
    .div-search .div-search-content {
        left: 220px;
        margin-left: -220px;
    }
}

    .div-search .div-search-content::-webkit-scrollbar {
        display: none;
    }

.div-search.toggled .div-search-content {
    width: 380px;
}

@media (max-width: 768px) {
    .div-search.toggled .div-search-content {
        width: 220px;
    }
}

.div-search .div-search-title h4 {
    color: #E7E2E1;
    font-family: Branding SF;
    font-weight: bold;
}

    .div-search .div-search-title h4:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 100%;
        border-top: 1px solid #E7E2E1;
    }

.div-search .div-search-content .form-control {
    border-radius: 0px;
}

.div-search .div-search-content .form-group .input-group .input-group-btn .btn {
    border-radius: 0px;
    height: 34px;
}

.div-search .div-search-content .form-group .input-group .input-group-addon {
    border-radius: 0px;
}

.div-search .div-search-content input,
.div-search-content .div-search select,
.div-search-content .div-search textarea {
    font-family: Branding SF Cnd;
}

.div-search .div-search-content .check-box {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0 5px 0px 5px;
}

.div-search .div-search-content .check-box:checked {
    background-color: #333;
}

.div-search .div-search-content .check-box:focus {
    outline: 5px auto #333 !important;
    outline-offset: -2px !important;
}

.div-search .div-search-content .input-validation-error {
    border: 1px solid #E53F23;
    font-family: Branding SF Cnd;
}

.div-search .div-search-content .div-file {
    min-height: 50%;
}

    .div-search .div-search-content .div-file .imgcreate .btn {
        background-color: #191515;
        color: white;
    }

.div-search .div-search-content table {
    width: 100%;
}

    .div-search .div-search-content table th {
        font-family: Branding SF Cnd;
        color: white;
    }

    .div-search .div-search-content table td {
        font-family: Branding SF;
        color: white;
    }

    .div-search .div-search-content table .import {
        width: 20%;
        text-align: right;
    }

    .div-search .div-search-content table .name {
        width: 70%;
        text-align: justify;
    }

    .div-search .div-search-content table .amount {
        text-align: center;
    }

.div-search .div-search-content .input-group-addon-dark {
    font-family: Branding SF;
    color: white;
    border-radius: 0px;
    background-color: #191515;
    border: 0px;
    text-transform: uppercase;
}

.div-search .div-search-content .btn-save {
    border: none;
    font-family: Branding SF;
}

.div-search .div-search-content .backtolist {
    font-family: Branding SF;
    color: white;
    vertical-align: middle;
}

.div-search .div-search-content .info {
    margin: 35px 0px;
}

    .div-search .div-search-content .info .title {
        font-family: Branding SF;
        color: #A38B87;
        font-size: 16px;
    }

    .div-search .div-search-content .info .description {
        font-family: Branding SF;
        color: white;
        font-size: 16px;
    }

.div-search-old {
    top: 141px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    overflow: auto;
    position: fixed;
    background-color: #191515;
    max-width: 30%;
    left: 0;
    bottom: 0;
}

    .div-search-old input,
    .div-search-old select {
        font-family: Branding SF Cnd;
    }

    .div-search-old .check-box {
        width: 1.3em;
        height: 1.3em;
        background-color: white;
        border-radius: 50%;
        vertical-align: middle;
        border: 1px solid #ddd;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
        margin: 0 5px 0px 5px;
    }

    .div-search-old .input-validation-error,
    .div-card-product .input-validation-error {
        border: 1px solid #E53F23;
        font-family: Branding SF Cnd;
    }

    .div-search-old .check-box:checked {
        background-color: #333;
    }

    .div-search-old .check-box:focus {
        outline: 5px auto #333 !important;
        outline-offset: -2px !important;
    }

    .div-search-old h4 {
        color: #E7E2E1;
        font-family: Branding SF;
        font-weight: bold;
    }

        .div-search-old h4:after {
            content: "";
            display: inline-block;
            height: 0.5em;
            vertical-align: bottom;
            width: 59%;
            margin-left: 10px;
            border-top: 1px solid #E7E2E1;
        }

    .div-search-old .add-customer {
        border-top: 15px solid #88B588;
        color: #88B588;
        text-decoration: underline;
        font-family: Branding SF Narrow;
        border-right: 0;
        border-left: 0;
        border-radius: 0px;
        float: right;
        width: 195px;
    }

    .div-search-old .btn-search {
        background-color: #88B588;
        color: white;
        border: none;
        font-family: Branding SF Narrow;
        float: right;
        display: inline-block;
    }

    .div-search-old textarea {
        font-family: Branding SF;
    }

    .div-search-old .extracontent {
        margin-top: 120px;
    }

    .div-search-old .form-control {
        border-radius: 0px;
    }

    .div-search-old .form-group {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .div-search-old .div-file {
        min-height: 50%;
    }

        .div-search-old .div-file .imgcreate .btn {
            background-color: #191515;
            color: white;
        }

    .div-search-old .checkbox-document {
        font-family: Branding SF Cnd;
        color: white;
    }

    .div-search-old .btn-save {
        background-color: #88B588;
        border: none;
        font-family: Branding SF;
        color: white;
    }

    .div-search-old .backtolist {
        font-family: Branding SF;
        color: white;
    }

    .div-search-old .imgcreate {
        height: 100%;
        width: 100%;
    }

        .div-search-old .imgcreate div {
            position: relative;
            min-height: 280px;
            min-width: 250px;
            overflow: hidden;
            border: 1px solid #A38B87;
        }

        .div-search-old .imgcreate img {
            position: absolute;
            bottom: 0;
            max-width: auto;
            max-height: 80%;
        }

    .div-search-old table {
        width: 100%;
    }

        .div-search-old table th {
            font-family: Branding SF Cnd;
            color: white;
        }

        .div-search-old table td {
            font-family: Branding SF;
            color: white;
        }

        .div-search-old table .import {
            width: 20%;
            text-align: right;
        }

        .div-search-old table .name {
            width: 70%;
            text-align: justify;
        }

        .div-search-old table .amount {
            text-align: center;
        }

    .div-search-old .input-group-addon-dark {
        font-family: Branding SF;
        color: white;
        border-radius: 0px;
        background-color: #191515;
        border: 0px;
        text-transform: uppercase;
    }

    .div-search-old .title {
        font-family: Branding SF;
        color: #A38B87;
        font-size: 16px;
    }

    .div-search-old .description {
        font-family: Branding SF;
        color: white;
        font-size: 16px;
    }

    .div-search-old div {
        padding-left: 0px;
        padding-right: 0px;
    }

.div-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 240px;
    padding-left: 12px;
    padding-right: 12px;
    right: 0px;
    max-width: 100%;
    display: inline;
    margin: 0em;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .div-content {
        top: 260px;
    }
}

@media (pointer: fine) {
    .div-content::-webkit-scrollbar {
        width: 12px;
    }

    .div-content::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(25,21,21,0.5);
    }

    .div-content::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(163,139,135,0.5);
    }
}

.div-content.toggled {
    padding-left: 392px;
}

@media (max-width: 980px) {
    .div-content.toggled {
        padding-left: 12px;
    }
}

.div-content .div-content-links {
    margin-bottom: 16px;
}

.div-content form label {
    font-family: Branding SF Cnd;
    color: #A38B87;
}

.div-content .div-content-text {
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

    .div-content .div-content-text span.countpage:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 100%;
        border-top: 1px solid #191515;
    }

.div-content form .text-danger span,
.fiacon-modal .text-danger span,
.div-card-product .text-danger span,
.div-card-product .field-validation-error span,
.div-search-old .text-danger span,
.div-search-old .field-validation-error span {
    font-family: Branding SF Cnd;
    color: #E53F23;
}

.div-content form input,
.fiacon-modal form input {
    border: 1px solid #A38B87;
    border-radius: 10px;
    font-family: Branding SF Cnd;
}

.div-content form .input-validation-error,
.fiacon-modal .input-validation-error {
    border: 1px solid #E53F23;
    border-radius: 10px;
    font-family: Branding SF Cnd;
}

.div-content form select,
.fiacon-modal form select {
    border: 1px solid #A38B87;
    border-radius: 10px;
    font-family: Branding SF Cnd;
    color: #A38B87;
}

.div-content .btn {
    border: 1px solid #A38B87;
    color: #A38B87;
    background-color: #ffffff;
}

.div-content .files {
    padding: 15px;
}

.files .imgcreate {
    min-height: 280px;
    min-width: 200px;
}

    .files .imgcreate div {
        position: relative;
        min-height: 230px;
        min-width: 200px;
        overflow: hidden;
        border: 1px solid #A38B87;
    }

    .files .imgcreate img {
        position: absolute;
        bottom: 0;
        max-width: auto;
        max-height: 200px;
    }

.imgcreate .removeimg {
    font-size: 10px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #A38B87;
}

    .imgcreate .removeimg span {
        color: #ffffff;
    }

.imgcreate .rotate-left {
    border: none;
    position: absolute;
    left: 25%;
}

.imgcreate .rotate-right {
    border: none;
    position: absolute;
    right: 25%;
}

.div-container {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
}

.div-content .fiacon-details label {
    font-family: Branding SF;
    font-weight: 400;
    float: left;
    clear: left;
}

.div-content .fiacon-details .notfloat label {
    float: none;
}

.div-content .check-box {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0 5px 0px 5px;
}

    .div-content .check-box:checked {
        background-color: #A38B87;
    }

    .div-content .check-box:focus {
        outline: 5px auto #A38B87;
        outline-offset: -2px;
    }

.div-content .fiacon-details .title-label {
    color: #A38B87;
}

.div-content .fiacon-details .description-label {
    color: #000000;
}

.div-page {
    overflow: visible;
    top: 140px;
    right: 0;
    left: 0;
    position: fixed;
    min-height: 90px;
    width: 100%;
    background-color: rgb(231, 226, 225);
    text-align: left;
}

.div-page .btn-fiacon {
    border: 2px solid #191515;
    float: right;
    margin-top: 15px;
    margin-right: 80px;
}

@media (max-width: 768px) {
    .div-page .btn-fiacon {
        margin-right: 12px;
    }
}

.div-page a {
    color: #191515;
    font-family: Branding SF Narrow;
    font-weight: 800;
    font-size: 22px;
}

.div-page .div-page-text {
    position: absolute;
    bottom: 0;
    padding-left: 67px;
    padding-right: 67px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media (max-width: 768px) {
    .div-page .div-page-text {
        top: 70px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.div-page.toggled .div-page-text {
    padding-left: 447px;
}

@media (max-width: 768px) {
    .div-page.toggled .div-page-text {
        padding-left: 12px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
    .div-page.toggled .div-page-text {
        padding-left: 67px;
    }
}

.div-page .div-page-text span {
    font-family: Branding SF;
    font-weight: bold;
    font-size: 16px;
    color: #191515;
    bottom: 0;
    position: relative;
    vertical-align: bottom;
}

    .div-page .div-page-text span.countpage:after {
        content: "";
        display: inline-block;
        height: 0.5em;
        vertical-align: bottom;
        width: 100%;
        border-top: 1px solid #191515;
    }

.div-page span {
    font-family: Branding SF;
    font-weight: bold;
    font-size: 16px;
    color: #191515;
    bottom: 0;
    position: relative;
    vertical-align: bottom;
}

.div-page .a-btn {
    border-top: 15px solid;
    text-decoration: underline;
    font-family: Branding SF Narrow;
    border-radius: 0px;
    float: right;
    width: 148px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    margin-top: 1px;
    text-align: center;
}

    .div-page .a-btn:hover {
        cursor: pointer;
    }

.div-page .a-success {
    color: #88B588;
}

.div-page .a-warning {
    color: #A38B87;
}

.div-page .a-danger {
    color: #E53F23;
}

.div-footer .pagination > .active > a,
.div-footer .pagination > .active > span,
.div-footer .pagination > .active > a:hover,
.div-footer .pagination > .active > span:hover,
.div-footer .pagination > .active > a:focus,
.div-footer .pagination > .active > span:focus {
    background-color: #333333;
    border-color: #333333;
    color: #A38B87;
}

.div-footer .pagination > li > a,
.div-footer .pagination > li > span {
    color: #333333;
}
/*----------------------------------------------------------*/
/* Product css*/
.div-cards-product {
    min-width: 100%;
    overflow-x: hidden;
}

@media (pointer: fine) {
    .div-cards-product::-webkit-scrollbar {
        width: 12px;
    }

    .div-cards-product::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(25,21,21,0.5);
    }

    .div-cards-product::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(163,139,135,0.5);
    }
}

.div-card-product {
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .div-card-product {
        margin-bottom: 12px;
    }
}

.div-card-product.disabled {
    background-color: #F8E0EC;
}

.div-list-product {
    min-height: 297px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    white-space: nowrap;
    float: left;
    overflow-x: auto;
}

@media (pointer: fine) {
    .div-list-product::-webkit-scrollbar {
        width: 12px;
    }

    .div-list-product::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(25,21,21,0.5);
    }

    .div-list-product::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(163,139,135,0.5);
    }
}

.add-content {
    position: fixed;
}

.div-card-product .link a {
    color: #A38B87;
    font-family: Brandin SF Narrow;
    font-size: 22px;
    text-decoration: underline;
}

.div-card-product .link {
    vertical-align: central;
    text-align: center;
    width: 50px;
    height: 50px;
    /* Center vertically and horizontally */
    position: absolute;
    top: 40%;
    left: 20%;
}

.div-card-product input {
    border: 0.5px solid #A38B87;
    font-family: Branding SF Cnd;
    color: #A38B87;
}

.div-card-product select {
    border: 0.5px solid #A38B87;
    font-family: Branding SF Cnd;
    color: #A38B87;
}

.div-card-product .input-group-addon,
.fiacon-modal .input-group-addon {
    border: 0.5px solid #A38B87;
    border-right: 0px;
    font-family: Brand Family Cnd;
    color: #A38B87;
    font-weight: 500;
    text-transform: lowercase;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.div-card-product .text-danger,
.div-card-product .field-validation-error {
    white-space: normal;
}

.div-card-product .form-group {
    margin-bottom: 0px;
}

.div-card-product-title {
    align-items: center;
    border-bottom: 1px solid #E7E2E1;
    margin: auto;
    line-height: 45px;
    overflow: hidden;
}

    .div-card-product-title span {
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 20px;
        color: #191515;
        font-family: Branding SF Cnd;
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        overflow: hidden;
        white-space: normal;
    }

    .div-card-product-title .form-control {
        border-radius: 0px;
        font-family: Brandon SF Narrow;
        font-weight: 400;
        border: 0px;
        border-left: 1px solid #E7E2E1;
    }


.div-card-product-content {
    border-top: 1px solid #E7E2E1;
    height: inherit;
    padding: 15px;
}

    .div-card-product-content span {
        font-family: Branding SF Cnd;
        font-size: 16px;
        font-weight: 600;
    }

    .div-card-product-content div {
        white-space: normal;
    }

    .div-card-product-content .portrait {
        display: grid;
        align-content: center;
        height: 120px;
        width: 100%;
        border: 1px solid #ddd;
        /*padding: 2px;*/
    }

        .div-card-product-content .portrait img {
            display: block;
            cursor: pointer;
            border: none !important;
            margin: auto !important;
            width:auto;
            max-width: 100%;
            max-height: 120px;
        }

    .div-card-product-content .amount-full {
        color: #88B588;
    }

    .div-card-product-content .amount-warning {
        color: #EAD591;
    }

    .div-card-product-content .amount-danger {
        color: #E53F23;
    }

    .div-card-product-content .amountperlot {
        color: white;
        text-align: center;
        max-width: 90px;
    }

    .div-card-product-content .amountperlot-full {
        background-color: #88B588;
    }

    .div-card-product-content .amountperlot-warning {
        background-color: #EAD591;
    }

    .div-card-product-content .amountperlot-danger {
        background-color: #E53F23;
    }

    .div-card-product-content .routecollectortypes-img {
        width: 32px;
        height: 32px;
        margin-top: 5px;
    }

    .div-card-product-content ul span {
        font-family: Branding SF SemiLight;
        color: #191515;
        font-weight: normal;
        font-size: 14px;
    }

    .div-card-product-content .title,
    .div-card-product-title .title {
        font-family: Brand Family Cnd;
        color: #A38B87;
        font-weight: 500;
        text-transform: lowercase;
    }

    .div-card-product-content .bold {
        font-family: Branding SF SemiBold;
    }

    .div-card-product-content ul {
        line-height: 120%;
        list-style-type: none;
        margin-bottom: 8px;
        padding-left: 0px;
    }

    .div-card-product-content hr {
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: 1px solid #A38B87;
    }

    .div-card-product-content .first-ul {
        padding-top: 30px;
    }

    .div-card-product-content .div-card-product-padding {
        padding-left: 12px !important;
        padding-right: 12px !important;
        width: 100%;
    }

    .div-card-product-content .div-card-product-padding-left {
        padding-left: 12px !important;
        padding-right: 0 !important;
        width: 100%;
    }

    .div-card-product-content .div-card-product-padding-right {
        padding-left: 0 !important;
        padding-right: 12px !important;
        width: 100%;
    }

        .div-card-product-content .div-card-product-padding .ul {
            text-align: right;
        }

    .div-card-product-content a {
        color: #A38B87;
        text-decoration: underline;
    }

    .div-card-product-content .fix-card-space {
        height: 34px;
    }

.div-card-product-content-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .div-card-product-content-button .add-button {
        color: #A38B87;
        text-decoration: underline;
        border: none;
        background-color: white;
        font-size: large;
    }

/*----------------------------------------------------------*/

/* Cards css*/
.div-footcard {
    min-width: 100%;
    /*bottom: 0px;
    position: absolute;*/
    text-align: center;
}

.div-card-btn {
    cursor: pointer;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    width: var(--width);
}

    .div-card-btn .btn {
        border-color: #E7E2E1;
        min-width: 100%;
        height: 100%;
        display: inline-block;
        border-radius: 0px;
    }

    .div-card-btn a {
        font-family: Branding SF Narrow;
        color: #A38B87;
        background-color: transparent !important;
    }

    .div-card-btn .btn-left {
        border-left: 1px;
    }

    .div-card-btn .btn-right {
        border-right: 1px;
    }

.div-card-close {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 32px;
    height: 18px;
    opacity: 1;
    background: white;
}

    .div-card-close:hover {
        opacity: 1;
    }

    .div-card-close:before, .div-card-close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 18px;
        width: 2px;
        background-color: #A38B87;
    }

    .div-card-close:before {
        transform: rotate(45deg);
    }

    .div-card-close:after {
        transform: rotate(-45deg);
    }

/*----------------------------------------------------------*/

/*#region RouteCollectorStatusTypes enum colors*/
.site-bgcolor-routecollectortype-None {
    background-color: #f9f9f9;
}

.site-bgcolor-routecollectortype-PaidOffice {
    background-color: #c685fc;
}

.site-bgcolor-routecollectortype-PaidCollector {
    background-color: #beffbc;
}

.site-bgcolor-routecollectortype-PaidOtherCollector {
    background-color: #30ff29;
}

.site-bgcolor-routecollectortype-OtherDay {
    background-color: #eea236;
}

.site-bgcolor-routecollectortype-OtherHour {
    background-color: #ac915f;
}

.site-bgcolor-routecollectortype-NotAtHome {
    background-color: #e62222;
}

.site-bgcolor-routecollectortype-Deposited {
    background-color: #84ffee;
}

.site-bgcolor-routecollectortype-IncidenceAdded {
    background-color: #d1cdcc;
}

.site-bgcolor-routecollectortype-OfficeTracking {
    background-color: #ff7987;
}

.site-bgcolor-routecollectortype-OtherWeek {
    background-color: #fcfc00;
}

.site-bgcolor-routecollectortype-PaymentAndVisit {
    background-color: #50c878;
}
/*#end region*/

/*#region .accordion*/
.site-accordion {
    background-color: #FFFFFF;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: Branding SF Narrow;
    color: #A38B87;
}

    .site-accordion .panel .panel-heading .panel-title a
    .site-accordion .panel .panel-heading .panel-title a:link
    .site-accordion .panel .panel-heading .panel-title a:visited
    .site-accordion .panel .panel-heading .panel-title a:hover
    .site-accordion .panel .panel-heading .panel-title a:active {
        text-decoration: none !important;
    }

    .site-accordion .panel .panel-heading .panel-title:after {
        content: '\25BC';
        color: #A38B87;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    .site-accordion .panel .panel-heading .panel-title:has(a[aria-expanded="true"]) {
        background-color: #FFFFFF;
        color: #A38B87;
    }

        .site-accordion .panel .panel-heading .panel-title:has(a[aria-expanded="true"]):hover {
            background-color: #FFFFFF;
            font-family: Branding SF Narrow;
            color: #A38B87;
        }

        .site-accordion .panel .panel-heading .panel-title:has(a[aria-expanded="true"]):after {
            content: "\25B2";
            color: #A38B87;
        }

.accordion {
    background-color: #FFFFFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: Branding SF Narrow;
    color: #A38B87;
}

    .accordion:after {
        content: '\25BC';
        color: #A38B87;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }


.activo {
    background-color: #FFFFFF;
    color: #A38B87;
}

    .activo:hover {
        background-color: #FFFFFF;
        font-family: Branding SF Narrow;
        color: #A38B87;
    }

    .activo:after {
        content: "\25B2";
        color: #A38B87;
    }

.panels {
    border-top-color: #E0F2F7;
    background-color: #FFFFFF;
    color: black;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 2px;
    max-height: 0;
    padding: 8px;
}

.ajustar {
    clear: both;
}

@media (max-width: 374px) {
    .accordion {
        font-size: x-small;
    }

    .panels {
        font-size: 7px;
        padding: 0 0px;
        border: none;
    }

        .panels > div > table > tbody > tr > th,
        .panels > div > table > tbody > tr > td {
            padding: 5px 0px;
        }

        .panels br {
            display: none;
        }

        .panels > div > table > tbody > tr > td > div > table td {
            font-size: xx-small;
        }

        .panels table table {
            font-size: 5.5px;
        }
}

@media (min-width: 375px) and (max-width: 420px) {
    .accordion {
        font-size: x-small;
    }

    .panels {
        font-size: 7px;
        padding: 0 2px;
    }

        .panels > div > table > tbody > tr > th,
        .panels > div > table > tbody > tr > td {
            padding: 5px 2px;
        }

            .panels > div > table > tbody > tr > td > div > table td {
                font-size: x-small;
            }

        .panels table {
            font-size: 7px;
        }
}

@media (min-width: 421px) and (max-width: 590px) {
    .accordion {
        font-size: x-small;
    }

    .panels {
        font-size: 8px;
        padding: 0 6px;
    }

        .panels table {
            font-size: 8px;
        }

        .panels > div > table > tbody > tr > td > div > table td {
            font-size: small;
        }
}

.expand {
    max-height: none !important;
}

/* end region*/

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error, .field-validation-valid {
    color: rgb(229, 063, 035);
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid rgb(229, 063, 035);
    background-color: #ffeeee;
}

.table-validation-error {
    border: 1px solid rgb(229, 063, 035);
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: rgb(229, 063, 035);
}

.validation-summary-valid {
    display: none;
}
/*----------------------------------------------------------*/

/*Panel incidence*/
.panel-incidence .panel-heading {
    border: 1.5px solid #e7e2e1;
    font-family: Branding SF SemiLight;
}

.panel-incidence .panel-body {
    margin-top: 1px;
    border: 1.5px solid #e7e2e1;
}

    .panel-incidence .panel-body span {
        float: left;
        clear: left;
    }

    .panel-incidence .panel-body span {
        font-family: Branding SF SemiLight;
    }

    .panel-incidence .panel-body .title {
        font-family: Brand Family Cnd;
        color: #A38B87;
        font-weight: 500;
    }
/*----------------------------------------------------------*/

/*Panel sale*/
.panel-sale {
    font-family: Branding SF SemiLight;
    width: 350px;
    float: left;
    border-radius: 0;
    margin: 10px 20px 20px 20px;
    flex: 0 0 auto;
    position: relative;
}

    .panel-sale:not(:hover, .panel-sale-fixed) {
        opacity: 0.7;
    }

    .panel-sale .left {
        font-family: Branding SF SemiLight;
        text-align: left;
    }

    .panel-sale .right {
        font-family: Branding SF SemiLight;
        float: right;
    }

    .panel-sale a {
        color: #A38B87;
        font-family: Brandin SF;
        text-decoration: underline;
        text-transform: lowercase;
        text-align: center;
    }

    .panel-sale .price {
        font-family: Branding SF;
        color: #E53F23;
        font-size: 28px;
        font-weight: bold;
        color: #191515;
    }

    .panel-sale ul {
        list-style: none;
        padding: 0;
    }

        .panel-sale ul .title {
            font-family: Branding SF Cnd;
            color: #A38B87;
            text-align: left;
            text-transform: lowercase;
        }

        .panel-sale ul .success {
            color: #88B588;
        }

        .panel-sale ul .description {
            font-family: Branding SF;
            float: right;
        }

    .panel-sale .panel-body {
        border-top: 1px solid #A38B87;
    }

    .panel-sale .panel-footer {
        background-color: #FFFFFF;
        border-top: 1px solid #A38B87;
    }
/*----------------------------------------------------------*/

.horizontal-sales {
    background-color: #E7E2E1;
    margin: 10px 10px 0px 10px;
    max-height: 400px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.div-scroll-horizontal {
    text-align: center;
    background-color: #E7E2E1;
    border-radius: 4px;
    margin: 0px 10px 10px 10px;
}

    .div-scroll-horizontal a {
        color: black;
    }

        .div-scroll-horizontal a:hover {
            cursor: pointer;
            text-decoration: none;
        }

.div-thumbnail {
    border: 1px solid #A38B87;
    margin: 15px;
    padding: 15px;
}

    .div-thumbnail span {
        font-family: Brand Family Cnd;
        color: #A38B87;
        font-weight: 500;
    }

    .div-thumbnail .btn {
        border: none;
    }

input:checked + .slider {
    background-color: #88B588;
}

    input:checked + .slider.inverse {
        background-color: rgb(231, 226, 225);
    }

.success-fiacon {
    color: #88B588 !important;
}

/*Modal fiacon*/
.fiacon-modal .modal-header {
    background-color: #A38B87;
    text-transform: uppercase;
    color: #FFFFFF;
    font: Branding SF;
}

.fiacon-modal .modal-header {
    background-color: #A38B87;
    text-transform: uppercase;
    color: #FFFFFF;
    font: Branding SF;
}

.fiacon-modal .succes-fiacon {
    background-color: #88B588;
    color: #FFFFFF;
}

.fiacon-modal .btn {
    text-transform: uppercase;
    font: Branding SF;
}
/*----------------------------------------------------------*/

table.table-fiacon {
    width: 100%;
    background-color: #FFFFFF;
}

    table.table-fiacon thead tr th {
        word-wrap: break-word !important;
    }

    table.table-fiacon tbody tr td:not(.actions) {
        overflow: hidden;
        /*white-space: nowrap;*/
        white-space: break-spaces;
        /*text-overflow: ellipsis;*/
        max-width: 100px;
        table-layout: fixed;
    }

.background-success {
    background-color: #88B588;
}

.background-warning {
    background-color: #EAD591;
}

.background-danger {
    background-color: #E53F23;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.link-fiacon {
    color: #191515;
    font-family: Branding SF Narrow;
    font-weight: 800;
    font-size: 22px;
    display: inline-block
}

table thead {
    background-color: #A38B87;
}

.loading-license {
    color: green;
    font-size: 24px;
}
