html {
    height: 100%;
}
body{
    font-family: 'gotham', sans-serif !important;
}
.bg-bluex {
    --bs-bg-opacity: 1;
    background-color: #033088 !important;
}
.bg-head-table {
    --bs-bg-opacity: 1;
    background-color: #EDF2F9 !important;
}
.bg-body-table {
    --bs-bg-opacity: 1;
    background-color: #F9FAFD !important;
}

.alert-colorCustomSolautyc1 {
    --bs-alert-color: black;
    --bs-alert-bg: #35b0f2d1;
    --bs-alert-border-color: #35b0f2d1;
    --bs-alert-link-color: #35b0f2d1;
}

.alert-colorCustomOrange {
    --bs-alert-color: black;
    --bs-alert-bg: #fd7e14;
    --bs-alert-border-color: #fd7e14;
    --bs-alert-link-color: #fd7e14;
}

.page-link{
    height: 100%;
    display: flex !important;
    align-items: center;
}

.table-gral {
    font-size: 0.775rem!important;
    font-weight: bold;
    width: 20%;
}

.table-fs {
    font-size: 0.875rem!important;
}

.table-fs-quotation-item-create {
    font-size: 0.775rem!important;
}

.table-fs-buyes-item-create {
    font-size: 0.700rem!important;
}

.font_size {
    font-size: 0.800rem!important;
}

.alert-fs {
    font-size: 0.800rem!important;
}

.alert-first {
    color: white;
    background-color: #842028c4;
    border-color: #f5c2c7;
}

.alert-orange {
    color: #664d03;
    background-color: #f5bd04;
    border-color: #f8bb04;
}

.btn{
    font-size: 1rem!important;
}

.redClass{
    background-color: rgba(255, 0, 0, 0.4) !important;
}

.greenClass{
    background-color: rgba(0, 128, 0, 0.5) !important;
}

.blueClass{
    background-color: rgba(0, 0, 255, 0.7)!important;
}
.yellowClass{
    background-color: rgba(255, 215, 0, 0.7)!important;
}

.orangeClass{
    background-color: #fd7e14!important;
}

.redClass-tablescript{
    background-color: rgba(255, 0, 0, 0.4) !important;
    color: #000000 !important;
}

.table>:not(caption)>*>*{
    background: transparent !important;
}

#incons-nav-container nav span a i,  #incons-nav-container li a i{
    font-size: 1.5rem!important;
}

#nav_user_name{
    font-size: 11px;
    font-weight: 400;
}

#nav_user_email{
    font-size: 10px;
}

.toast-container{
    z-index: 2010;
}

.btn-icon-lg {
    padding: 0!important;
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.btn-icon-lg i {
    /* display: flex; */
    font-size: 30px;
}

.splynx-top-nav .splynx-breadcrumbs {
    display: inline-flex;
    align-self: flex-start;
    justify-self: center;
    white-space: nowrap;
    margin: 24px auto 24px 0;
    min-width: 350px;
}

.splynx-top-nav .splynx-breadcrumbs ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-top: -4px;
    width: 100%;
}

.splynx-top-nav .splynx-breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding-right: 4px;
}

.splynx-top-nav .splynx-breadcrumbs li a {
    color: #357bf2;
    text-decoration: none;
    display: block;
    line-height: 20px;
    padding-right: 12px;
    position: relative;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.splynx-top-nav .splynx-breadcrumbs li:last-child {
    display: block;
    min-width: 99%;
}


.filters-nav {
    display: flex;
    justify-content: flex-end;
    flex-flow: wrap;
    margin-top: 4px;
    flex: 1 0 auto;
    width: auto;
    max-width: calc(100% - 350px);
}

.filters-nav .filter-inputs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -2px;
    flex-flow: wrap;
}

.filters-nav .filter-inputs .filter-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2px;
}

.filters-nav .filter-inputs .filter-button .btn-group, .filters-nav .filter-inputs .filter-button button {
    height: 32px!important;
    position: relative;
}

.add-button-solautyc{
    transition: all 0.5s ease;
    height: 4vh;
    background: transparent;
    border-color: #357bf2;
    border-radius: 5pt;
    border-width: 1.5px;
    border-style: solid;
}

.add-button-solautyc:hover{
    background: #357bf2;
    border-color: #357bf2;
    transition: all 0.5s ease;
}

.add-button-solautyc .bi{
    padding-left: 0.4vw;
    padding-right: 0.4vw;
    transition: all 1s ease;
    font-size: 2.3vh;
    color: #357bf2;
}

.add-button-solautyc:hover .bi{
    display: none;
    transition: all 1s ease;
}

.add-button-solautyc .bi-label{
    transition: all 1s ease;
    display: none;
}

.add-button-solautyc:hover .bi-label{
    transition: all 1s ease;
    color: white;
    display: inline;
    font-size: 1.5vh;
    font-style: italic;
}

.modal-save-button-solautyc{
    background: #357bf2;
    border: #008BDE;
    color: bisque;
    border-style: solid;
    border-width: 1px;
    height: 6vh;
    width: 6vw;
    opacity: 0.7;
    border-radius: 1pt;
    font-size: 10vh;
}

.modal-save-button-solautyc:hover{
    opacity: 1;
}

.dataTables_filter label{
    display: none;
}

.label-hidde-solautyc {
    /* BOTH of the following are required for text-overflow */
    white-space: nowrap;
    overflow: hidden;
}

.label-overflow-solautyc {
    white-space: nowrap;
    overflow: hidden;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
    direction: ltr;
}

#Table-material-hidden {
    display: none;
}

.datatable-with-overflow{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

#Table-quotation-items{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.description-draft-copy tr td{
    max-width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
}

.horizontal-scroll-datatable{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.all-production-actions{
    transform: translate(50%, -50%);
}

@media only screen and (min-width: 801px) { /*Abajo de estos pixeles ya no funciona*/
}

@media only screen and (max-width: 710px) { /*Arriba de estos pixeles ya no funciona*/
    .label-hidde-solautyc {
        white-space: nowrap;
        overflow: hidden;
    }

    .label-overflow-solautyc {
        white-space: nowrap;
        overflow: hidden;
    }

    .overflow-ellipsis {
        text-overflow: ellipsis;
        direction: ltr;
    }
}

.icon-header-option-1 {
    display: none;
}

.tooltip-solautyc{
    display: none;
}

.check-solautyc{
    transform: translate(0%, 5%);
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
  }

@media only screen and (max-width: 600px) { /*Arriba de estos pixeles ya no funciona*/
    .check-solautyc{
        transform: translate(10%, 25%);
    }

    .label-header-check {
        display: none;
    }

    .tooltip-solautyc{
        transform: translate(-15%, -150%);
        border-radius: 6px;
        height: 25px;
        width: 70px;
        line-height: 25px;
        text-align: center;
        display: inline-block;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) { /*Arriba de estos pixeles ya no funciona*/
    #Table-material-hidden {
        display: inline;
    }

    #Table-material-show {
        display: none;
    }

    .label-header-option-1 {
        display: none;
    }

    .icon-header-option-1 {
        display: inline;
    }

    .label-hidde-solautyc {
        width: 40px;
        padding: 0;
        font-size: 40px;
    }

    .label-overflow-solautyc {
        width: 100%;
    }
}


