﻿:root {
    --grid-color-selected: #d6dfdf;
}
.mainContent {
/*    box-shadow: 0px 0px 3px 5px rgb(0 0 0 / 10%);
    border-top: 3px solid rgba(0,0,0,0.15);
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;*/
    padding: 40px 5px 10px 5px; 
    margin: 0px 1% 5% 1%;
}

/*html, body {
    margin: 0px;
    height: 100% !important;
}*/
.text-my-own-color {
    color: #FFF !important;
}

    .text-my-own-color:hover, .text-my-own-color:active {
        /*color: #e9a878 !important;*/
        color: #00C08B !important;
    }


.SpanFonSize {
    font-size: 14px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #403e3e;
}

.font-customer {
    font-size: 13px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: #7C828D;
}

/*footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 25px;
    width: 100%;
    background: #f8f9fa;
    text-align: center;
    color: #808080;
}*/
.btn-urany {
    background: #f7f6f6;
    border-color: #970808;
    font-size: 16px;
}

    .btn-urany:hover {
        background: #e9e9e9;
    }

.btn-urany-sm {
    font-size: 14px;
    height: 31px;
}

/*.container {
    padding-top: 0px;
}*/

select {
    cursor: pointer;
}

.btn-primary {
    cursor: pointer;
}

.PTitulo {
    color: #757575;
}

.PTCampo {
    color: #000000;
}


/* =========================== COLOR BOTON PROCESAR ==========================*/
.btn-sample {
    color: #ffffff;
    background-color: #008081;
    border-color: #008081;
}

    .btn-sample:hover,
    .btn-sample:focus,
    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        color: #ffffff;
        background-color: rgba(0, 128, 129, 0.83);
        border-color: rgba(0, 128, 129, 0.83);
        cursor: pointer;
    }

    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
        background-image: none;
    }

    .btn-sample.disabled,
    .btn-sample[disabled],
    fieldset[disabled] .btn-sample,
    .btn-sample.disabled:hover,
    .btn-sample[disabled]:hover,
    fieldset[disabled] .btn-sample:hover,
    .btn-sample.disabled:focus,
    .btn-sample[disabled]:focus,
    fieldset[disabled] .btn-sample:focus,
    .btn-sample.disabled:active,
    .btn-sample[disabled]:active,
    fieldset[disabled] .btn-sample:active,
    .btn-sample.disabled.active,
    .btn-sample[disabled].active,
    fieldset[disabled] .btn-sample.active {
        background-color: #61D680;
        border-color: #FFF;
    }

    .btn-sample .badge {
        color: #61D680;
        background-color: #ffffff;
    }
/* =========================== COLOR BOTON PROCESAR ==========================*/

#ResultParcial {
    padding-top: 5px;
    padding-left: 30px;
    display: none;
}

.alert {
    height: 50px;
}

#spinnerTablaInv {
    padding-top: 50px;
    text-align: center;
}


/* ========= Log In ========= */

.form-control {
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}

    .form-control:focus {
        border-color: #70c5c0;
    }

.form-control, .btn {
    border-radius: 2px;
}

.login-form {
    width: 350px;
    margin: 0 auto;
    padding: 100px 0 30px;
}

    .login-form form {
        color: #7a7a7a;
        border-radius: 2px;
        margin-bottom: 15px;
        font-size: 13px;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
        position: relative;
    }

    .login-form h2 {
        font-size: 22px;
        margin: 35px 0 25px;
    }

    .login-form .avatar {
        /*position: absolute;*/
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -50px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #203746;
        padding: 15px;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .login-form .avatar img {
            width: 100%;
        }

    .login-form input[type="checkbox"] {
        margin-top: 2px;
    }

    .login-form .btn {
        font-size: 16px;
        font-weight: bold;
        background: #e9e9e9;
        border-color: #970808;
        /*border: none;*/
        margin-bottom: 20px;
    }

        .login-form .btn:hover, .login-form .btn:focus {
            background: rgba(186, 186, 186, 0.95);
            outline: none !important;
        }

    .login-form a {
        color: #fff;
        text-decoration: underline;
    }

        .login-form a:hover {
            text-decoration: none;
        }

    .login-form form a {
        color: #7a7a7a;
        text-decoration: none;
    }

        .login-form form a:hover {
            text-decoration: underline;
        }

/* ========= Log In ========= */

.container-fluid {
    /*padding-top: 25px;*/
    /*padding-top: 10px;*/
}

#NoCotizacion {
    color: #00a803;
}

.fieldset {
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    padding: 5px;
}



.SpanFonColor {
    font-size: 14px;
    color: #2f84d5;
}


/*********************** DISEÑO GENERAL DE GRIDS O TABLAS ************************/
/*********************************************************************************/

tr:nth-of-type(odd) {
    /*background: #F5F5F5;*/
}

th {
    padding-top: .6em;
    background: #203746;
    color: #FFF;
    /*font-size: 12px;*/
}

    th a {
        color: #FFF;
        font-size: 12px;
    }
    th a:link {
        font-size: 12px;
    }

td, th {
    font-size: 12px;
    border: 1px solid #F5F5F5;
    text-align: left;
 /*   text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 10px;*/
}

table tr:hover {
    background-color: rgba(32, 55, 70, 0.40);
    /*color: #FFF;*/
}

td {
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right:5px;
}
/**/
/*********************************************************************************/


.CambioColor_TblReporteCotizacion th {
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
    padding-top: .6em;
    background: #7e3535;
    color: #FFF;
}

/*********************************************************************************/

.tablePrecios {
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
    width: 50%;
    border-collapse: collapse;
    font-size: 12px;
}

    .tablePrecios th {
        font-size: 13px;
        font-weight: normal;
        padding: 5px;
        background: #203746;
        color: #FFF;
    }

    .tablePrecios td {
        padding: 5px;
    }


    .tablePrecios tr:nth-of-type(odd) {
        background: #f7f6f6;
    }

a:link {
    /*color: #4E4E4E;*/
    text-decoration: none;
}

#myTab li a {
    padding-bottom: 4px;
}

/*.color-green-icon i:hover {
    color: #00C08B !important;
}*/

.color-green-icon:hover {
    color: #00C08B !important;
}

.color-green-icon span:hover {
    color: #00C08B !important;
}

a:link {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
}


.AlertMsj {
    padding: 5px;
    height: 35px;
    border: 1px solid #f8d7da;
    background: #f8d7da;
    color: #721c24;
    border-radius: 3px;
}

.AlertMsjSuccess {
    padding: 5px;
    height: 35px;
    border: 1px solid #d4edda;
    background: #d4edda;
    color: #155724;
    border-radius: 3px;
}

.SOculto {
    display: none;
}

/* Clase para deshabilitar div */
.SDisabled {
    pointer-events: none; /* Desactiva eventos de clic y demás */
    opacity: 0.5; /* Reduce visibilidad para indicar que está deshabilitado */
}


i {
    cursor: pointer;
}

    i:hover {
        color: blue;
    }


.tableTotalCotizacion td {
    width: 100px;
    text-align: right;
}

.InptTImp {
    width: 50px;
    height: 15px;
}

.InpEditTable {
    width: 50px;
}

.InpEditTableTexto {
    width: 150px;
}

.InpEditTableNota {
    width: 250px;
}

.FechaVencida {
    color: rgba(224, 25, 25, 0.90);
    font-weight: bold;
}



.dt-body-center {
    text-align: center;
}

.TdResizable:hover {
    width: 100%;
    white-space: initial;
    overflow: visible;
    cursor: pointer;
}

.ColorPrice {
    color: red;
}

.AlignTextPrecios {
    text-align: right;
}

#TblMTE tbody {
    cursor: pointer;
}

.inhabilitado {
    color: #ccc;
    cursor: default;
}

    .inhabilitado:hover {
        color: #ccc;
        cursor: default;
    }

.AlinearD {
    text-align: right;
}

#LoadPage {
    display: block;
    /*background-color: rgba(228, 228, 228, 0.73);*/
    background-color: rgba(32, 55, 70, 0.70);
    color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

    #LoadPage p {
        display: block;
        width: 120px;
        height: 30px;
        font-size: 20px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

.div-img-logo {
    height: 580px;
    overflow: hidden;
}

body {
    /*font-family: 'Poppins', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #212112;
    background-position: center;
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    font-size: 14px;
}


input[type="checkbox"] {
    cursor: pointer;
}

/*::selection {
    color: #fff;
    background-color: #00C08B;
}*/

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .start-header.scroll-on {
        box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .start-header.scroll-on .navbar-brand img {
            height: 24px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    /*filter: brightness(10%);*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active,
    .navbar-toggler:focus {
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #FFF;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #FFF;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-linkMenu {
    color: #FFF !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-linkMenu {
    /*color: #8167a9 !important;*/
    color: #00C08B !important;
}

#LiCerrarSesion:hover .nav-linkMenu {
    color: #D94545 !important;
}


/*#LiCerrarSesion:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #D94545 !important;
    opacity: 0;
    transition: all 200ms linear;
}*/

#LiCerrarSesion:hover:after {
    bottom: 0;
    opacity: 1;
}

#LiCerrarSesion.active:hover:after {
    opacity: 0;
}

#LiCerrarSesion {
    position: relative;
    transition: all 200ms linear;
}

/*.nav-item.active .nav-link {
    color: #777 !important;
}*/

.nav-linkMenu {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

/*.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #00C08B;
    opacity: 0;
    transition: all 200ms linear;
}*/

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.bg-light {
    background-color: #203746 !important;
    transition: all 200ms linear;
}

.LinkMyTab:hover {
    color: #00C08B !important;
}

.LinkMyTab {
    color: #5a5a5a !important;
    padding: 10px !important;
}

.LinkMyTabSelected {
    color: #5a5a5a !important;
    font-weight: bold;
    padding: 10px !important;
}



span[class*="l-"] {
    height: 5px;
    width: 5px;
    background: #FFF;
    display: inline-block;
    margin: 12px 2px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-animation: loader 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -webkit-animation-fill-mode: both;
    -moz-animation: loader 4s infinite;
    -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -moz-animation-fill-mode: both;
    -ms-animation: loader 4s infinite;
    -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    -ms-animation-fill-mode: both;
    animation: loader 4s infinite;
    animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
    animation-fill-mode: both;
}

span.l-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

span.l-2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
}

span.l-3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

span.l-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
}

span.l-5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
}

span.l-6 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -ms-animation-delay: 0;
    -moz-animation-delay: 0;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: translateX(-30px);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(30px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes loader {
    0% {
        -moz-transform: translateX(-30px);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        -moz-transform: translateX(30px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-keyframes loader {
    0% {
        -transform: translateX(-30px);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        -transform: translateX(30px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes loader {
    0% {
        -ms-transform: translateX(-30px);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        -ms-transform: translateX(30px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



.Rojo {
    background: #f66666;
}





.noti-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 380px;
    top: 36px;
    right: 0;
    z-index: 1000;
}

ul#notiContent {
    max-height: 300px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    /*padding-left: 20px;*/
}

    ul#notiContent li {
        margin: 3px;
        padding: 6px;
        background: #FFF;
    }

.noti-top-arrow {
    border-color: transparent;
    border-bottom-color: #F5DEB3;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    position: absolute;
    right: 32px;
    top: -8px;
}

/*span.noti {
    color: #FF2323;
    margin:15px;
    position:fixed;
    right: 100px;
    font-size: 18px;
    cursor: pointer;
}*/

span.count {
    position: relative;
    top: -0.5em;
    left: -0.3em;
    background: red;
    border-radius: 5.0em;
    -moz-border-radius: 5.0em;
    -webkit-border-radius: 5.0em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    width: 1.4em;
    font-size: 12px;
}

/*.count.red {
    top: -0.5em;
    left: -0.3em;
    background: red;
    border-radius: 5.0em;
    -moz-border-radius: 5.0em;
    -webkit-border-radius: 5.0em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
    width: 1.4em;
    font-size: 12px;
}*/


.linkTable {
    cursor: pointer;
    color: #0e6aa3;
    text-decoration-line: underline;
}

