﻿* {
    --color-blue: #3f51b5;
    --color-white: white;
}

.tr-good {
    background-color: #2e7d32;
    color: white;
}

.tr-less {
    background-color: #ff8f00;
    color: white;
}

.tr-bad {
    background-color: #b71c1c;
    color: white;
}

.td-empty {
    background-color: white;
}

.td-last {
    border-bottom: 0px;
}

.icon-format {
    font-size: 13.5px;
    color: #757575;
    display: inline-block;
}

.icon-last {
    font-size: 13.5px;
    color: #757575;
    display: inline-block;
}

    .icon-last:hover {
        color: #303f9f;
    }

.icon-format:hover {
    color: #303f9f;
}


.link-table {
    display: contents;
    color: #757575;
}

.panel-body {
    padding-top: 10px;
}

th {
    font-size: small;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    background-color: #373a46;
    color: white;
}

.tableCustom td {
    font-size: small;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }

.btn-secondary {
    background-color: #3f51b5;
    font-size: small;
    border: 1px solid #3949AB;
    color: #fff;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .215rem;
}

    .pagination .page-link {
        font-size: .858rem;
        padding: .429rem .786rem;
    }

    .pagination .page-item:first-child .page-link {
        border-top-left-radius: .143rem;
        border-bottom-left-radius: .143rem;
    }

    .pagination .page-item:last-child .page-link {
        border-top-right-radius: .143rem;
        border-bottom-right-radius: .143rem;
    }


.split {
    height: 30%;
    width: 80%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

thead {
    background-color: #373a46;
}

.table tfoot th, .table thead th {
    color: white;
}

.panel-title > .small > a, .panel-title > a, .panel-title > small > a {
    margin-right: 15px;
}

.table td, .table th {
    align-items: center;
    text-align: center;
    padding: 5px
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.table tbody td {
    border-bottom: 1px solid #e0e0e0;
}

.tab-pane {
    width: 100%;
    height: 100%;
}


.toast-example {
    position: static;
    margin: 10px 0 30px;
}

    .toast-example.padding-0 {
        margin-bottom: 30px;
    }

    .toast-example > div {
        width: auto;
        max-width: 300px;
        margin-bottom: 0;
    }

.position-example {
    position: relative;
    height: 330px;
    margin-bottom: 20px;
}

    .position-example > div {
        position: absolute;
        width: 100%;
        padding: 20px;
    }

    .position-example > .btn-block + .btn-block {
        margin-top: 215px;
    }

.fixed-panel {
    min-height: 60vh;
    max-height: 60vh;
    overflow-y: scroll;
}

.panel-details {
    width: 75%;
    height: 20em;
    display: grid;
    position: fixed;
    bottom: 50px;
    right: 0;
    float: right;
    background-color: white;
    z-index: 2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -30%;
    resize: both;
}

th, td {
    text-align: center;
}


#assignmentTable td:first-child {
    background-color: #636675;
    color: white;
}

.icon-des {
    position: absolute;
    right: 0px;
}

.panel-header {
    background-color: #3f51b5;
    max-height: 4em;
}

.panel-sub-header {
    background-color: #3f51b5;
    max-height: 4em;
}

.panel-body-scretch {
    width: 100%;
    min-height: 17em;
    max-height: 20em;
    background-color: white;
    position: relative;
    margin: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: auto;
}

.panel-body-big {
    width: 100%;
    background-color: white;
    min-height: 400px;
    position: relative;
    margin: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: auto;
    max-height: 1000px;
}




.modal-aumenta {
    width: 75%;
    height: auto;
    display: grid;
    position: fixed;
    top: 100px;
    right: 0;
    float: right;
    background-color: white;
    z-index: 2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -30%;
    resize: both;
}

.header-modal-valuation {
    background-color: #373a46;
    z-index: 1;
    width: auto;
    height: 50px;
    top: 0px;
}

.header-title {
    margin-top: 0px;
    color: white;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    margin-left: 10px;
}

.sub-header {
    z-index: 1;
    width: auto;
    height: 32px;
    top: 50px;
}

.my-content {
    width: 100%;
    min-height: 20px;
    max-height: 30em;
    background-color: white;
    position: relative;
    margin: 51px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: auto;
    display: inline-block;
}

.electro-content {
    width: 100%;
    min-height: 20px;
    max-height: 30em;
    background-color: white;
    position: relative;
    margin: 0px;
    overflow: auto;
    display: inline-block;
}

.icon-modal {
    position: absolute;
    right: 0px;
    top: 5px;
}

.format-icon {
    font-size: medium;
    margin-right: 10px;
    margin-left: 10px;
    color: white;
}

    .format-icon :hover {
        color: white;
    }

/*#open-modal {
    width: 40px;
    height: 160px;
    display: block;
    position: fixed;
    top: 100px;
    right: 0;
    float: right;
    background-color: var(--space);
    z-index: 2;
    border-right: none;
    border-radius: 25px;
    cursor: pointer;
}*/

#open-modal-vehicle {
    width: 40px;
    height: 160px;
    display: block;
    position: fixed;
    top: 300px;
    right: 0;
    float: right;
    background-color: #373a46;
    z-index: 2;
    box-shadow: -2px 2px 20px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    border-right: none;
    border-radius: 25px;
    cursor: pointer;
}

#total-loss {
    width: 160px;
    height: 40px;
    display: block;
    position: fixed;
    bottom: 50px;
    right: 0;
    float: right;
    background-color: #b71c1c;
    z-index: 2;
    box-shadow: -2px 2px 20px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
    border-right: none;
    border-radius: 25px;
    cursor: pointer;
}

.title-pill {
    position: absolute;
    -webkit-transform: rotate(270deg);
    bottom: 28%;
    text-align: center;
    right: 0px;
    left: 0px;
}

    .title-pill h4 {
        color: white;
    }

.title-total-loss-pill {
    position: center;
    bottom: 28%;
    text-align: center;
    right: 0px;
    left: 0px;
}

    .title-total-loss-pill h4 {
        color: white;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.no-rows::-webkit-outer-spin-button,
.no-rows::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.DTFC_RightBodyWrapper .odd,
.DTFC_LeftBodyLiner .odd {
    background-color: #eeeeee !important;
}

.DTFC_RightBodyWrapper
.DTFC_LeftBodyWrapper {
    background-color: white !important;
}

.DTFC_RightHeadWrapper tr
.DTFC_RightHeadWrapper tr {
    background-color: #373a46 !important;
    color: white !important;
}


/*double icon style*/
/*
    Example:
    <span class="icon-stack">
        <i class="icon md-phone icon-stack-base" aria-hidden="true"> </i>
        <i class="icon md-arrow-right icon-stack-upper-right-0" aria-hidden="true"> </i>
    </span>

*/
.icon-stack-base {
    font-size: 22px;
}

.icon-stack {
    cursor: pointer;
    color: #BDBDBD;
    width: auto;
    height: auto;
    line-height: 1;
}

.icon-stack {
    font-size: 22px;
    margin-right: 2px;
    position: relative;
}

.icon-stack-upper-right-0,
.icon-stack-upper-right-1,
.icon-stack-upper-right-2,
.icon-stack-base {
}

.icon-stack-upper-right-0,
.icon-stack-upper-right-1,
.icon-stack-upper-right-2,
.icon-stack-upper-right--10 {
    position: absolute;
    top: -7px;
    font-size: 0.75rem;
}

.icon-stack-upper-right-0 {
    right: 0;
}

.icon-stack-upper-right-1 {
    right: 0;
}

.icon-stack-upper-right-2 {
    right: 0;
}
.icon-stack-upper-right--10 {
    right: -10px;
}

/*Colors exit*/
.icon-stack-color-exit:hover {
    color: #A5D6A7;
}

.icon-stack-color-exit:active {
    color: #66BB6A;
}

.icon-stack-color-exit-active {
    color: #66BB6A;
}
/*End colors exit*/

/*Colors enter*/
.icon-stack-color-enter:hover {
    color: var(--star);
}

.icon-stack-color-enter:active {
    color: var(--star);
}

.icon-stack-color-enter-active {
    color: var(--space);
}

.icon-stack-color-danger-active {
    color: var(--caramel);
}
/*End colors enter*/
/*Colors comment*/
.icon-stack-color-comment:hover {
    color: #9E9E9E;
}

.icon-stack-color-comment:active {
    color: #616161;
}

.icon-stack-color-comment-active {
    color: #616161;
}
/*End colors comment*/

/*Colors bell*/
.icon-stack-color-bell:hover {
    color: #FFB74D;
}

.icon-stack-color-bell:active {
    color: #FF9800;
}

.icon-stack-color-bell-active {
    color: #FF9800;
}
/*End colors bell*/

/*end double icon style*/

.modal-bottom {
    margin-right: 0px;
}

.hide {
    display: none;
    visibility: hidden;
}

.swal-content p {
    margin-bottom: 0.5rem;
}

.swal-content .tableScrollContainer {
    overflow-y: scroll;
    max-height: 350px;
}

.swal-content table tr {
    border-top: 1px dashed #e0e0e0;
    width: 100%;
    padding: 5px 0px 0px 5px;
}

.swal-content tr td {
    width: 25%;
    text-align: center;
}

    .swal-content tr td:first-child {
        width: 55%;
        text-align: left;
        /*border-right: 1px solid #e0e0e0;*/
    }

    .swal-content tr td:last-child {
        width: 10%;
    }


.scroll-y::-webkit-scrollbar {
    width: 4px; /* Tamaño del scroll en vertical */
}

.scroll-y::-webkit-scrollbar-thumb {
    background: var(--space);
    border-radius: 4px;
}

    .scroll-y::-webkit-scrollbar-thumb:active
    .scroll-y::-webkit-scrollbar-thumb:hover {
        background: var(--space);
        border-radius: 4px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    }

.scroll-y::-webkit-scrollbar-track {
    background: none;
    border-radius: 4px;
}
/*

.file-document {
    display: block;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
    border: 2px var(--color-white) solid;
}

    .file-document:hover {
        border: 2px var(--color-blue) solid;
    }

.file-document-header {
    padding: 15px 20px;
}

.file-document-download {
    float: left;
    display: flex;
    font-size: 1.5rem;
    color: #FFF;
    text-shadow: none;
}

.file-document:hover button.file-document-delete {
    cursor: pointer;
    background: var(--color-blue);
}

.file-document:hover button.file-document-download {
    cursor: pointer;
    color: var(--color-blue);
}*/

.card-header {
    background-color: var(--space);
}

    .card-header h5 {
        color: var(--color-white) !important;
    }


input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.vresize {
    resize: vertical !important;
}


    .progress span {
        font-weight: bolder !important;
        font-size: 1rem !important;
        width: 100% !important;
    }

.GeneralCommentsColumn {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.containerCollapseColumn div.collapse[aria-expanded="false"] {
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-sizing: content-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    text-overflow: ellipsis;
    max-width: 370px;
}

    .containerCollapseColumn div.collapse[aria-expanded="false"].line1 {
        -webkit-line-clamp: 1;
    }

    .containerCollapseColumn div.collapse[aria-expanded="false"].line2 {
        -webkit-line-clamp: 2;
    }

    .containerCollapseColumn div.collapse[aria-expanded="false"].line3 {
        -webkit-line-clamp: 3;
    }

    .containerCollapseColumn div.collapse[aria-expanded="false"].line4 {
        -webkit-line-clamp: 4;
    }

.containerCollapseColumn .collapse.show {
    display: block !important;
    max-height: 90px !important;
}

.containerCollapseColumn a.collapsed {
    padding: 0px;
    display: flex;
    align-items: end;
    padding-left: 5px;
}

.containerCollapseColumn .noDecoration {
    text-decoration: none;
    color: gray;
}

.containerCollapseColumn a.collapsed:after {
    content: '(+)';
}

.containerCollapseColumn a:not(.collapsed):after {
    content: '(-)';
}

.dataTables_wrapper.dataWrapper_Scroll {
    max-height: 34vw;
    min-height: 400px;
}

    .dataTables_wrapper.dataWrapper_Scroll.overflow {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .dataTables_wrapper.dataWrapper_Scroll.overflowAuto {
        overflow: auto;
    }

    .dataTables_wrapper.dataWrapper_Scroll .dt-panelmenu {
        position: sticky;
        background: white;
        width: 100%;
        margin-bottom: 5px;
        top: 0px;
        z-index: 150;
    }

    .dataTables_wrapper.dataWrapper_Scroll table {
        width: 100% !important;
    }

    .dataTables_wrapper.dataWrapper_Scroll.overflowAuto table {
        min-width: 700px;
    }

    .dataTables_wrapper.dataWrapper_Scroll table thead {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1500;
        background: white;
        top: 35px;
    }

    .dataTables_wrapper.dataWrapper_Scroll.overflowAuto table thead {
        top: 0px;
    }

    .dataTables_wrapper.dataWrapper_Scroll.overflow table thead {
        top: 35px;
    }

    .dataTables_wrapper.dataWrapper_Scroll table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
    .dataTables_wrapper.dataWrapper_Scroll table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
        left: 14px;
    }

.site-action {
    bottom: 70px;
}


.radar-floating-button {
    font-size: 2.2rem;
    height: 3.5rem;
    width: 3.5rem;
}

.delete-row-button {
    background-color: #f44336;
    border-color: #f44336;
}

    .delete-row-button:hover {
        background-color: #f44336;
        border-color: #f44336;
        box-shadow: none;
    }

.modal-header {
    padding: 5px 20px;
}

.dropdown-menu > a.dropdown-item {
    text-decoration: none;
}

.badge {
    font-size: 90%;
}

.overflow-hidden {
    overflow: hidden;
}

.cursor-pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
    font-weight: 400;
}
