﻿.width-100 {
    width: 100% !important;
    max-width: 100% !important;
}

.filters-panel a {
    text-decoration: none;
    color: var(--bs-accordion-color);
    font-size: var(--fs-14);
    text-align: center;
}

.filters-panel .category-wrapperImage.active {
    border-color: #005f84;
}

.span-estado {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 0px !important;
    margin-right: 7px;
    min-width: unset;
}

.activa {
    background: #fd0;
}

.enviada {
    background: #3c63d3;
}

.eliminada {
    background: #ff0000;
}

.proceso,
.observacion {
    background: #ff9c00;
}

.completada {
    background: #7cc92f;
}

.modal-product h4 {
    font-size: 20px;
    font-weight: bold;
}

.modal-product .recuadro {
    padding: 20px 8px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin: 1px;
}

.line-separator {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
}


.dx-texteditor.dx-editor-filled {
    background-color: transparent;
}

.dx-texteditor.dx-editor-filled::after {
    border-bottom: 0px;
}

.filter-right .dx-column-indicators {
    display: flex !important;
    float: right !important;
}

.filter-right .dx-column-indicators .dx-sort {
    order: 0;
}

.filter-right .dx-column-indicators .dx-header-filter {
    order: 1;
}

/* .filter-right {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-end;
} */

.select-order-by select {
    font-size: 12px;
}

.table-ordenes.table-single-ordenes.filtered .show-all-phantom a,
.table-ordenes.table-single-ordenes.filtered .show-phantom a,
.container-single-order.hidden-container .show-phantom a {
    visibility: hidden !important;
    pointer-events: none !important;
}

.table-ordenes.table-single-ordenes.filtered tbody tr:not(.filtered),
.table-ordenes.table-single-ordenes .phantom:not(.force-visibility):not(.filtered),
.hidden-list-container

/*:not(.force-visibility)*/
    {
    display: none !important;
}

.my-custom-search input {
    border-radius: 20px;
    border: 1px solid #005f84 !important;
    background: transparent !important;
    /* height: 60px; */
    /* height: 38px; */
    height: 45px;
}

.dx-multiview-wrapper {
    height: auto;
}

.card-container.d-card-container {
    display: block;
}

.img-name-container {
    display: flex;
    justify-content: space-between;
    margin: 4px 0 0px 0;
}

.name-container {
    font-size: 12px;
    margin: 0;
    float: left;
}

.pond-container {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.process-container {
    height: 3px;
    width: 100%;
    background: #d2d2d2;
    position: relative;
    border-radius: 3px;
    float: left;
    margin-top: 3px;
}

.active-process {
    position: absolute;
    display: block;
    width: 20%;
    height: 3px;
    background: red;
    left: 0;
    max-width: 100%;
}

.cant-total-container {
    display: inline-block;
    width: 100%;
}

.cant-total-container p {
    display: inline-block;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    width: 50%;
    text-align: left;
}

.cant-total-container p:last-child {
    text-align: right;
}

.cat-car {
    display: flex;
    border-bottom: 1px solid #E0E0E0;
}

.cat-car .checks {
    margin: 0;
}

.checks {
    display: flex;
    margin-right: 15px;
    min-width: 50px;
}

/* .checks [type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
} */

.table-single-ordenes .checks {
    margin: auto;
}

.cat-car .checks [type="radio"].filled-in:checked+span:not(.lever) {
    border-bottom: 2px solid #3c63d3;
}

.cat-car .checks a {
    text-decoration: none;
    ;
}

.cat-car .checks label span {
    height: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
}

.cat-car .checks [type="radio"].filled-in:checked+span:not(.lever) h6 {
    color: #3C63D5;
}

.car .checks label span h3 {
    margin: 0;
    order: 2;
    display: inline-block;
    padding-right: 10px;
}

.table-containers {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-containers td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}

.table-containers thead,
.table-ordenes thead,
.table-facturas thead {
    background: rgba(60, 99, 213, 0.10);
    font-size: 12px;
}

.table-containers th,
.table-containers td,
.table-ordenes th,
.table-ordenes td,
.table-facturas th,
.table-facturas td {
    text-align: center;
}

.table-containers td {
    padding: 7px 5px;
}

.table-containers tbody input,
.table-containers tbody span.label-deleted {
    margin: 0 !important;
    height: auto !important;
    padding: 0.75em !important;
    width: calc(100% - 1.5em) !important;
    font-size: 1.1666666667em !important;
}

.table-containers td,
.table-ordenes td,
.table-facturas td {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 15px 5px;
    font-size: 12px;
    font-weight: bold;
}

.table-containers tr.deleted {
    background-color: #ffebee;
    color: #F44336 !important;
}

.table-containers tbody .input-field {
    margin: 0 !important;
}

.table-containers tr.deleted:not(.new-container) .input-field.label-deleted input {
    visibility: hidden;
}

.table-containers tr.deleted:not(.new-container) .input-field.label-deleted::after {
    content: attr(data-message);
    display: block;
    position: absolute;
    /* top: 0;
    left: 0;
    right: 0; */
    margin: -30px -60px 0px 0px;
    padding: 0;
    border: 1px solid transparent;
    font-weight: normal;
    color: #F44336;
    text-transform: uppercase;
}

.table-containers td a,
.table-ordenes td a,
.table-facturas td a {
    color: #3c63d5;
}

.table-containers tr:not(.deleted) a.revert,
.table-containers tr.deleted a.remove {
    display: none;
}

.table-containers tr:not(.deleted) a.revert,
.table-containers tr.deleted a.remove {
    display: none;
}

#dropzone-external>* {
    pointer-events: all;
}

input[type="file"].btn-cargar-archivo {
    /* width: 154px; */
    width: 300px;
    height: 65px;
    position: relative;
}

input[type="file"].btn-cargar-archivo::file-selector-button {
    display: none;
}

input[type="file"].btn-cargar-archivo {
    color: transparent;
}

.btn-cargar-archivo {
    cursor: pointer;
    margin-top: -20px;
}

p.cargar-archivo {
    color: #000;
    margin: 30px 0 0 0;
    font-size: 20px;
    line-height: 1;
    position: absolute;
}

.error.message {
    font-size: 12px;
}

input:disabled.error,
.error {
    /* border-bottom: 1px solid #F44336 !important; */
    /* box-shadow: 0 1px 0 0 #f44336 !important; */
    color: #f44336 !important;
}

.swal2-actions {
    display: flex;
    flex-direction: row-reverse;
}

.swal2-title {
    position: relative !important;
    max-width: 100% !important;
    margin: 0 0 .4em !important;
    padding: 0 !important;
    /* color: #595959 !important; */
    /* font-size: 1.875em !important; */
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: none !important;
    word-wrap: break-word !important;
    font-size: var(--fs-20) !important;
    color: var(--bs-heading-color) !important;
}

.swal2-content {
    font-size: var(--fs-16) !important;
    color: var(--bs-heading-color) !important;
    text-align: justify !important;
}

.swal2-container .custom-bs-outline {
    border-radius: 30px !important;
    border: 1px solid !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    display: flex !important;
    align-items: center;
    gap: 8px;
    box-shadow: none !important;
}

.swal2-container .custom-bs-outline:hover {
    background-color: var(--primary) !important;
    color: white !important;
    border-color: var(--primary) !important;
}

.swal2-container .custom-bs-primary {
    background-color: var(--primary) !important;
    color: white !important;
    border-radius: 30px !important;
    height: auto !important;
    box-shadow: none !important;
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}

.swal2-container .custom-bs-primary:hover {
    background-color: var(--primary) !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* [type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */

.swal2-radio [type="radio"] {
    font-size: 18px;
    position: relative;
    opacity: 1;
    pointer-events: fill;
}

.swal2-radio span:before {
    border: 2px solid transparent;
}

.swal2-radio span:after {
    background-color: #3c63d5;
}

.dx-datagrid .dx-link {
    color: #005F84;
}

.dx-datagrid .dx-link:hover {
    color: #FFFFFF;
}

.dx-link.dx-link-icon:hover {
    color: #005F84;
}

.dx-tabs {
    overflow-x: auto;
    width: auto !important;
}

.dx-tab.dx-tab-selected,
.dx-tab.dx-tab-selected .dx-icon {
    color: #000000;
}

.dx-tabs .dx-tab-text-span,
.dx-tabs .dx-tab-text-span-pseudo {
    text-transform: capitalize;
    font-size: large;
}

#dropzone-external {
    font-size: 16px;
}

.select-size-container select {
    padding-top: 5px !important;
    color: #59646e;
}

.containers {
    overflow-x: auto;
}

.status-filter {
    display: none;
}

.status-filter-block {
    display: flex !important;
}

.table-ordenes-page input[type="file"].btn-cargar-archivo {
    width: 200px;
    /* height: auto;
    min-height: 44px; */
    /* height: max-content;
    height: -webkit-fill-available; */
    height: 45px;
    position: relative;
}

.table-ordenes-page input[type="file"].btn-cargar-archivo:hover:before {
    background: var(--primary);
    color: #fff;
}

.table-ordenes-page input[type="file"].btn-cargar-archivo:before {
    content: "";
}

.table-ordenes-page input[type="file"].btn-cargar-archivo:before {
    content: attr(data-label) !important;
    color: var(--primary);
    background: #fff;
    /* background-image: url(../img/upload-azul.svg); */
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 20%;
    /* padding-left: 24px;
    padding-right: 5px; */
    position: absolute;
    height: 25px;
    display: flex;
    align-items: center;
    left: 10px;
    right: 0;
    transition: background .35s ease;
    flex-wrap: nowrap;
    justify-content: center;
}

.custom-bs-outline,
.custom-bs-primary {
    height: max-content;
}

/* .dx-field-value {
    height: 38px !important;
} */

#niveles-container .dx-checkbox {
    font-size: 16px;
    font-weight: bold;
}

#niveles-container .dx-checkbox::after {
    content: "-";
    color: transparent;
    margin-top: 10px;
    width: 100px;
    display: flex;
}

#niveles-container .dx-checkbox.dx-checkbox-checked::after {
    content: "-";
    color: transparent;
    border-bottom: 3px solid var(--primary);
    margin-top: 10px;
    width: 100px;
    display: flex;
}

#niveles-container .dx-checkbox .dx-checkbox-icon {
    display: none;
}

#tabs-branding.dx-tabs-styling-mode-primary.dx-tab-indicator-position-bottom .dx-tab-selected::after {
    background-color: transparent;
}

#sumitomo-capacitaciones {
    .custom-dx-tabs.icons .dx-tab-text-span {
        font-size: 15px;
    }
}

#training-material .custom-bs-outline,
.custom-bs-primary {
    width: max-content;
}

#sumitomo-reports .iframe-report {
    position: initial;
    width: 100%;
    height: 600px;
}

#sumitomo-reports .card {
    position: initial;
}

/* .tire-map-location .checks [type="radio"]:not(:checked),
[type="radio"]:checked {
    opacity: 1;
} */

.tire-map-location table {
    width: 100%;
}

.file-img-preview {
    width: auto;
    max-width: 50%;
    margin-left: 25%;
    height: 70px;
}

.guarantee-anchor-revision.dx-button-mode-contained,
.guarantee-anchor-revision.dx-button-mode-contained.dx-state-hover {
    box-shadow: none;
}

.guarantee-anchor-revision .dx-button-text {
    text-transform: none;
}

.file-uploader .dx-state-invisible {
    display: flex !important;
}

.file-uploader .dx-state-invisible .dx-fileuploader-input-wrapper {
    display: none;
}

.file-uploader .dx-state-invisible .dx-fileuploader-files-container {
    display: none;
}

.file-uploader .dx-state-invisible .dx-invalid-message.dx-overlay-wrapper {
    width: 302px !important;
    left: 0px !important;
    top: 10px !important;
}

.custom-dx-input2 {
    font-size: 14px;
    font-weight: 500;
}

.custom-dx-label2 {
    font-size: 13px;
    font-weight: 400;
}

.custom-dx-multiple-line {
    white-space: pre-wrap;
}

.agregar-productos-ordenes .dx-button-text {
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
}

.swal2-container {
    z-index: 2060 !important;
}

.span-estado.approved {
    background-color: #7CC92F;
}

.span-estado.denied {
    background-color: #FF0000;
}

.span-estado.pending {
    background-color: #FFDD00;
}

.span-estado.waiting {
    background-color: #FF9900;
}

#sumitomo-approvals .custom-dx-input-radiobox .dx-radio-value-container {
    display: flex;
}

.custom-bs-outline .dx-button-text {
    text-transform: none;
}

.custom-bs-outline:hover {
    background-color: var(--primary) !important;
}

.custom-dx-wrapput.readonly {
    background-color: white !important;
    border-radius: 0.625rem;
    border-color: var(--bg-01);
    border-style: solid;
    border-width: 1px;
    padding: 3px 10px;
}

.news-card-container .newCard--horizontal {
    flex-direction: column;
    word-wrap: break-word;
    white-space: break-spaces;
}

@media (min-width: 768px) {
    .news-card-container .newCard--horizontal {
        flex-direction: column;
        word-wrap: break-word;
        white-space: break-spaces;
    }
}

.news-banner {
    display: flex;
    justify-content: center;
}

.newCard--horizontal .newCard__image {
    max-height: 145px;
}

.custom-dx-texteditor-buttons-container-none .dx-texteditor-buttons-container {
    display: none;
}

.input-float .custom-dx-input input {
    /* height: 100% !important; */
    height: 53px !important
}

.div-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.swal2-input[type=number] {
    max-width: 100% !important;
}

.productCard input[type=number]::-webkit-inner-spin-button,
.productCard input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.productCard__image {
    /* width: 100px;
    height: auto; */
    object-fit: cover;
}

#sumitomo-capacitaciones .custom-dx-tabs.icons .dx-tab{
    width: 100%
}
@media (min-width: 768px) {
    #sumitomo-capacitaciones .custom-dx-tabs.icons .dx-tab{
        width: auto;
    }
}

#report-select .dx-texteditor-input::placeholder {
    color: rgb(117, 117, 117);
}

.custom-dx-primary-button {
    text-decoration: none;
}

.custom-dx-outline-button {
    text-decoration: none;
}

/* .custom-dx-table-orders .dx-link {
    background-position: unset !important;
    background-size: unset !important;
    padding: 5px 20px !important;
    font-size: unset !important;
    text-align: center !important;
    line-height: unset !important;
    margin: unset !important;
    vertical-align: unset !important;
} */

.dx-datagrid .dx-row-alt>td {
    background-color: transparent !important;
}

.dx-popup-wrapper .dx-closebutton {
    background-color: transparent !important;
}

.login-view {
    background-image: url(../../img/bg-login.jpg);
}

.custom-item {
    position: relative;
    min-height: 30px;
}

.custom-item .product-name {
    display: inline-block;
    padding-left: 50px;
    text-indent: 0;
    line-height: 30px;
    font-size: 15px;
    width: 100%;
    padding-bottom: 10px;
}

.custom-item>img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    margin-left: 10px;
}

.button-close-modal {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 9999;
}

.button-close-modal .dx-button {
    background-color: transparent;
}

.dx-datagrid .dx-header-filter:not(.dx-header-filter-empty),
.dx-datagrid-container .dx-header-filter:not(.dx-header-filter-empty) {
    color: #03a9f4 !important;
}

.login-view .container-login{
    padding: 2rem 1.7rem 2rem 1.7rem;
    width: 455px;
}

.login-view form#account > div:first-child{
    padding: 0 20px;
}

.login-view form#select-language{
    max-width: 280px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .login-view .brands {
        width: 100%;
    }

    .login-view .container-footer-brands {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .login-view .container-footer-brands .flex-fill {
        flex: 0 0 50% !important;
    }

    .login-view .container-footer-brands .flex-fill img {
        object-fit: cover !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .login-view .container-footer-brands .flex-fill {
        flex: 0 0 50% !important;
    }
}

.dx-overlay-content-simple.dx-invalid-message-content{
    color: red;
}

.btn-simple-icon {
    background-color: transparent;
}
.btn-simple-icon .dx-icon {
    color: var(--primary);
}
.dx-accordion-item-opened .btn-simple-icon .dx-icon {
    color: white;
}

.signature_img {
    max-width: 8rem;
}

.img-logo-home {
    width: 20rem; 
    border-radius: 0.625rem;
}

.items-attachments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.item-attachment:last-child {
    width: max-content;
}

.dx-state-disabled.dx-switch-on-value .dx-switch-handle::before {
    background-color: #03a9f4;
}
.dx-state-disabled.dx-switch-on-value .dx-switch-container::before {
    background-color: rgba(3, 169, 244, .5);
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

#guarantee-table .dx-header-row .dx-editor-cell .dx-select-checkbox {
    margin-left: 1rem;
}

#guarantee-table .dx-datagrid-checkbox-size {
    margin-left: 1rem;
}