.badge__canceled {
    background-color: #d73232;
    border: solid 1px #d73232;
    color: #ffffff;
}

.cards__farol--list li {
    display: block !important;
}

.cards__farol--list-quantity .badge, .farol__records .badge {
    margin-left: 0 !important;
    margin-right: 3px !important;
}

.td-negative {
    background-color: #d73232 !important;
    color: #FFF !important;
}

.editable-error-block.help-block {
    z-index: 99;
    background-color: #ffff00 !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.badge {
    font-family: 'Source Sans Pro', Arial, Verdana !important;
}

.btn-gray-light {
    background-color: #f1f5f7;
    color: #4c5667 !important;
    font-size: 14.4px !important;
}

.conversation-list .chat-avatar {
    width: 90px;
}

.conversation-list {
    overflow: auto;
}

.conversation-list-auto {
    height: auto;
    min-height: 100px;
    max-height: 320px;
    padding: 10px;
    overflow: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-main) !important;
    border-color: #FFF !important;
    font-size: 13.4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFF !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #f5f6f8 !important;
    background-color: var(--primary-variant) !important;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(2.25rem + 2px) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px !important;
    }

.select2-container--default .select2-search--inline .select2-search__field {
    height: 28px !important;
}

.form-group {
    margin-bottom: 14px;
}

.form-controls {
    padding: 10px 0 22px 0;
}

.device-details-price-recon:before {
    content: none !important;
}

.modal-title-calc {
    padding: 30px 5px 10px 5px;
    line-height: 22px;
    font-size: 1.5rem;
    color: var(--primary);
    text-align: left;
    margin: 0;
}

    .modal-title-calc span {
        color: #DD1144;
    }

.input-group-prepend .custom-select-grey {
    background-color: #f1f5f7;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: calc(2.40rem + 2px) !important;
}

    .input-group-prepend .custom-select-grey option {
        background-color: #fff;
        font-size: 14px;
        font-family: 'Nunito', sans-serif;
    }

.status-item-solicitation {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 12.3%;
}

.status-item-solic-delivery {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 10.9%;
}

.badge__demonstration {
    background-color: #ddeed7;
    border: solid 1px #a4c893;
    color: #1e5359;
}

.badge__loan {
    background-color: #bbdcb0;
    border: solid 1px #a4c893;
    color: #1e5359;
}

.badge__devolution {
    background-color: #98cb8a;
    border: solid 1px #a4c893;
    color: #1e5359;
}

.badge__withdrawal {
    background-color: #74b964;
    border: solid 1px #a4c893;
    color: #000;
}

.badge__training {
    background-color: #4ba73d;
    border: solid 1px #a4c893;
    color: #fff;
}

.badge__fair_event {
    background-color: #009507;
    border: solid 1px #a4c893;
    color: #fff;
}

.badge__test {
    background-color: #28891f;
    border: solid 1px #a4c893;
    color: #fff;
}

.badge__concert {
    background-color: #49a039;
    border: solid 1px #a4c893;
    color: #fff;
}

.badge__transfer {
    background-color: #49a039;
    border: solid 1px #a4c893;
    color: #fff;
}

.badge__registration_update {
    background-color: #fce0b4;
    border: solid 1px #f3c56c;
    color: #1e5359;
}

.badge__registration_update_invoice {
    background-color: #f7e7cf;
    border: solid 1px #f3c56c;
    color: #1e5359;
}

.table__buttons--equipments .btn {
    width: 25px !important;
    height: 25px !important;
}

.icon-green {
    color: #00b19d;
}

.icon-gray {
    color: gray;
}

.badge__fat {
    background-color: #93bf85;
    border: solid 1px #93bf85;
    color: #343a40;
}

.badge__pbilled {
    background-color: #91b976;
    border: solid 1px #91b976;
    color: #343a40;
}

.badge__tbilled {
    background-color: #81af62;
    border: solid 1px #81af62;
    color: #343a40;
}

span.table__buttons--group.d-flex.justify-content-center {
    display: inline-block;
}

    span.table__buttons--group.d-flex.justify-content-center a {
        width: auto;
        padding: 10px 13px;
    }

.height-html-body {
    height: 100%;
}

.duvida {
    color: #fff;
}

.overflow-hidden {
    overflow: hidden !important;
}

.full-screen-wrapper.table-fixed-headers-full {
    position: fixed;
    bottom: 0;
    z-index: 1031;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px;
}

    .full-screen-wrapper.table-fixed-headers-full .table-fixed-headers[tabindex="0"][aria-labelledby][role="region"] {
        max-height: initial;
        height: calc(100% - 70px);
    }

.table-fixed-headers-full .table-responsive {
    overflow-x: auto;
    height: 690px;
}

.full-screen-wrapper .header-title {
    margin-bottom: 8px;
}

.full-screen-wrapper .col-md-6.mb-0:last-child .header-title {
    margin-bottom: 4px;
}

.btn-full {
    border-radius: 3px;
    color: #4C5667;
    letter-spacing: 0;
}

    .btn-full.full-screen-open,
    .table-fixed-headers-full .btn-full.full-screen {
        display: none;
    }

.table-fixed-headers-full .btn-full.full-screen-open {
    display: inline-block;
}

.table__buttons--requisition {
    width: 40px;
}

    .table__buttons--requisition .btn {
        height: 26px;
    }

.product-image {
    width: 50px;
    height: 50px;
}

.user-menu {
    display: block;
}

.color-exclamation {
    color: #f3c56c;
}

.part-title-color {
    background-color: #1e5359;
    color: #ffffff;
}

    .part-title-color .h3, .title__card--pecas {
        color: #ffffff;
    }

.part-table-color {
    background-color: #d8e6dc;
}

.scroll {
    height: 600px;
    overflow-y: auto;
}

.status__service {
    width: 10.9%;
}

.receipt {
    width: 50px;
    height: 50px;
    padding: 1px 1px;
}

body div.mfp-wrap {
    z-index: 999999 !important;
}

.anexos__tabs--list .nav-item {
    width: 20%;
    text-align: center;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.printable {
    display: none;
}

.flex--solic {
    flex-wrap: wrap;
}

.flex--solic__item {
    margin-left: 97px;
}

.flex--solic__item--serie {
    margin-left: 80px;
}

.entregas-comprovante__info-box--logo-endereco img {
    max-width: 64px;
    max-height: 40px;
}

.status-item-solicitation p {
    font-size: 12px;
}

.status__commission .status__item {
    width: 16.4% !important;
}

.status-02__commission {
    color: #fff !important;
    background: #008fbf !important;
}

.status-03__commission {
    color: #fff !important;
    background: #ffc000 !important;
}

.status-04__commission {
    color: #fff !important;
    background: #ed7d31 !important;
}

.status-05__commission {
    color: #fff !important;
    background: #bf8f00 !important;
}

.status-06__commission {
    color: #fff !important;
    background: #007135 !important;
}

.status__commission > .status__item .status__bar .progress {
    height: 30px !important;
}

.font__statu-04__commission {
    color: #ed7d31 !important;
}

.font__statu-05__commission {
    color: #bf8f00 !important;
}

.table__buttons--group__commission {
    width: 80px;
}

.card__alfa {
    min-height: 181px;
}

.select2-container--open {
    z-index: 1051;
}

.remove-content::before,
.remove-content::after {
    content: none !important;
}

.device-details-price-cost .device-details-price-item-cost {
    background-color: #E0E6E9;
    height: 75px;
}

.device-details-price-cost-ok {
    border-top: solid 4px #257d15 !important;
}

.device-details-price-cost-nok {
    border-top: solid 4px #ea0f0f !important;
}

.status__historic-01 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #871728 !important;
    background: #feecee !important;
   
}

.status__historic-02 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #6b500a !important;
    background: #f9e8be !important;
}

.status__historic-03 {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #165a3e !important;
    background: #d6f5e8 !important;
}
.icon__historic {
    font-size: 12px;
    margin-right: 5px;
    color: #f64f69;
}


.icon__historic-finalized {
    font-size: 12px;
    margin-right: 5px;
    color: #2bac76;

}

.part__footer--modal {
    display: flex;
    justify-content: right;
    padding-bottom: 16px;
}
.part__footer--modal a {
        margin-left: 8px;
    }

    .part__footer--modal .btn-outline-primary {
        border: 1px solid var(--alfa-primary-dark);
        border-radius: 3px;
        color: var(--alfa-primary-dark);
    }

        .part__footer--modal .btn-outline-primary:hover {
            color: var(--alfa-primary-accent);
            border: 1px solid var(--alfa-primary-accent);
            background-color: #ffffff00;
        }

.part__footer--modal2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #CED4DA;
    flex-wrap: nowrap;
}

    .part__footer--modal2 .btn-outline-primary {
        border: 1px solid var(--alfa-primary-dark);
        border-radius: 3px;
        color: var(--alfa-primary-dark);
    }

    .part__footer--modal2 div button {
        width: 96px;
    }

.part__footer--modal div {
    margin: auto 4px;
}

.part__form--modal .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 17px;
}

.part__form--modal .form-group {
    width: 47%;
}

.part__select--modal {
    display: flex;
    padding: 0 10px;
}

    .part__select--modal .form-check {
        position: relative;
        top: 7px;
        left: 20px;
        padding-right: 10px;
    }

    .part__select--modal select {
        border: none;
    }

.part-text__modal {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #343A40;
}

.rat__modal--detalhes {
    border-bottom: 1px solid #000;
}

    .rat__modal--detalhes td {
        border: none;
    }

.rat__modal--button {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rat__modal--button button {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        border: 2px solid var(--alfa-primary-dark);
        border-radius: 3px;
        color: var(--alfa-primary-dark);
        width: 100%;
    }

.rat__container--checkradio {
    display: flex;
    justify-content: left;
    padding-bottom: 10px;
    margin-left: 15px;
    border-bottom: 1px solid #DADFE5;
}

    .rat__container--checkradio input {
        margin-top: 2px;
    }

    .rat__container--checkradio .custom-radio {
        display: flex;
        margin-right: 10px;
    }

.part__modal--scroll {
    max-height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}

.loader-part,
.loader-part:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.loader-part {
    margin: 70px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid rgba(0,0,0, 0.1);
    border-right: 5px solid rgba(0,0,0, 0.1);
    border-bottom: 5px solid rgba(0,0,0, 0.1);
    border-left: 5px solid #007b9f !important;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.nav-primary {
    padding: 16px 21px;
    box-shadow: 0px 4px 8px -6px #00000066;
}




@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 1920px) {
    .custom-width {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .status__commission .status__item {
        width: 16.5% !important;
    }
}

@media (max-width: 1370px) {
    .status__service {
        width: 24.6%;
    }

    .status__commission .status__item {
        width: 16.2% !important;
    }

    .status-item-solicitation, .status-item-solic-delivery {
        width: 10.8%;
    }

    .flex--solic__item {
        margin-left: 0px;
    }

    .flex--solic__item--serie {
        margin-left: 0px;
    }

    .card__alfa {
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .status__service, .status-item-solicitation, .status-item-solic-delivery {
        width: 100%;
    }

    .status__commission .status__item {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .pagination_mobile #datatable_wrapper .paginate_button {
        display: none;
    }

    .pagination_mobile #datatable_wrapper .dataTables_paginate .pagination #datatable_previous,
    .pagination_mobile #datatable_wrapper .dataTables_paginate .pagination #datatable_next {
        display: block !important;
    }

    .flex--solic__item {
        margin-left: 0px;
    }

    .flex--solic__item--serie {
        margin-left: 0px;
    }

    .status-item-solicitation p {
        margin-bottom: 20px !important;
    }
}

.input-group-password {
    position: relative;
}

.btn-toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #98a6ad;
}

.btn-toggle-password:hover {
    color: #333;
}

.input-group-password input {
    padding-right: 36px;
}

