/* CSS Document */

@font-face {
    src: url(fonts/sf-ui-display-light-58646b33e0551.otf);
    font-family: sf-ui-light;
}

@font-face {
    src: url(fonts/sf-ui-display-semibold-58646eddcae92.otf);
    font-family: sf-ui-semibold;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: solid 1px #d3d4d8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }





/*estilos básicos*/
body {
    margin: 0;
    font-size: 14px;
    font-family: var(--bs-body-font-family);
    /*background: url(../Content/imagenesCSS/fondo-login.png) fixed center center no-repeat;
    background-size: cover;*/
    padding: 0;
    overflow-y: auto;
}

#wrapper {
    position: relative;
    width: 90%;
    min-width: 1024px;
    top: 50px;
    height: auto;
    min-height: 600px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    behavior: url(js/PIE.htc); /*bordes redondeados en ie678*/
    padding-bottom: 10px;
}

a img {
    outline: none;
    border: none;
}

.imgbutton {
    width: 40%;
    height: auto;
    margin: 0px;
    top: 6px;
    position: relative;
}

*.tooltip, .tooltip {
    overflow: visible !important;
}

.modalcamion {
    min-height: 160px;
}

/************************************************************************  regionfonts    
*/

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../Content/fonts/Vegur-Regular.eot");
    src: url("../Content/fonts/Vegur-Regular.eot#iefix") format("embedded-opentype"), url("../Content/fonts/myriadpro-regular.woff") format("woff"), url("../Content/fonts/myriadpro-regular.ttf") format("truetype"), url("../Content/fonts/myriadpro-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../Content/fonts/Vegur-Bold.eot");
    src: url("../Content/fonts/Vegur-Bold.eot#iefix") format("embedded-opentype"), url("../Content/fonts/myriadpro-bold.woff") format("woff"), url("../Content/fonts/myriadpro-bold.ttf") format("truetype"), url("../Content/fonts/myriadpro-bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


.findButton {
    text-align: right;
}

/*endregion fonts*/
/************************************************************************  regiongeneral  
*/

.clearfix:after {
    content: "";
    float: none;
    clear: both;
    display: block;
    font-size: 1px;
    visibility: hidden;
}


label {
    font-size: 14px;
    color: #333333;
    width: 150px;
    display: inline-block;
    text-align: left;
}

button, .boton {
    width: auto !important;
    font-size: 14px;
    color: #FFFFFF;
    padding: 5px 12px;
    margin: 4px 6px;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
    /* IE10 */
    background-image: -ms-linear-gradient(top, #73B7DA 0%, #1590C9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #73B7DA 0%, #1590C9 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #73B7DA 0%, #1590C9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #73B7DA), color-stop(1, #1590C9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #73B7DA 0%, #1590C9 100%);
    /* Proposed W3C Markup */
    background-image: linear-gradient(top,#73B7DA 0%, #1590C9 100%);
}

    button:hover, .boton:hover {
        background-image: -ms-linear-gradient(top, #73B7DA 0%, #01669E 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #73B7DA 0%, #01669E 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #73B7DA 0%, #01669E 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #73B7DA), color-stop(1, #01669E));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #73B7DA 0%, #01669E 100%);
        /* Proposed W3C Markup */
        background-image: linear-gradient(top,#73B7DA 0%, #01669E 100%);
    }

    button.ms-choice, .boton.ms-choice {
        font-size: 12px;
        color: #000000;
        padding: 4px;
        width: 310px;
        border: 1px solid #CCC;
        border-radius: 5px;
        -moz-border-radius: 5px;
        margin: 3px 10px;
        background-color: #E2E2E2;
        background-image: none;
    }

    button a, .boton {
        color: #FFFFFF;
    }


input, textarea {
    width: 500px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 3px 10px;
    padding: 4px;
    background-color: #E2E2E2;
}

textarea {
    width: 70%;
    border: 1px solid #CCC;
    width: 90%;
    margin: 0 5%;
}


select {
    padding: 4px;
    width: auto;
    border: 1px solid #CCC;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 3px 10px;
    background-color: #E2E2E2;
}

.cFechaPedido {
    width: 100px;
}

th {
    font-weight: normal;
    border-collapse: collapse;
}

td {
    padding: 3px 2px;
    border-collapse: collapse;
}

table {
    border: none;
}

.td_center {
    text-align: center;
}

.td_name {
    text-align: left;
}

.td_num {
    text-align: right;
}

input:disabled {
    border: none;
    background-color: transparent !important;
    width: auto;
}
/*table {
    border-radius: 5px;
    -moz-border-radius: 5px;
}

thead th:first-child {
    border-top-left-radius:8px;
}

thead th:last-child{
    border-top-right-radius:8px;
}

tfoot td:first-child{
    border-bottom-left-radius:8px;
}

tfoot td:last-child{
    border-bottom-right-radius:8px;
}*/

.tbrut, .tbpassword {
    width: 300px;
}

h1 {
    font-size: 30px;
    color: #004469;
    text-align: center;
    margin-top: 0;
    position: relative;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    display: inline-block;
    color: #3E4E67;
}

h3 {
    color: #FFF;
    font-size: 14px;
    padding-left: 4px;
    text-align: left;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
}

h4 {
    background-color: #E2E2E2;
    padding: 7px;
    color: #121212;
    margin: 10px 0 -12px 0;
}


h7 {
    color: #FFF;
    font-size: 1em;
    font-weight: bold;
}

h8 {
    margin-top: 25px;
    background-color: #F9F9F9;
}

    h8 span {
        color: #1A92CA;
        font-size: 24px;
        position: relative;
        top: -25px;
        border-bottom: 1px dashed #CCC;
    }

h9 {
    font-size: 18px;
    color: #1A92CA;
    margin-top: 25px;
    background-color: #F9F9F9;
}

a {
    text-decoration: none;
    cursor: pointer;
}

p {
    font-size: 14px;
    color: #333;
}

img {
    margin: 2px 6px;
    display: inline-block;
}


/*endregion general*/
/************************************************************************  regionfind     
    *
    */
.div_find {
    background-color: #FFF;
    border: 1px solid #CCC;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.findtb {
    margin: 6px 15px;
    width: 260px;
}

.findselect {
    width: 500px;
    margin: 6px 15px;
}

.findlabel {
    width: 120px;
    text-align: right;
}


.tbemail {
    width: 200px;
}

.labelselect + div {
    top: -30px;
    left: 168px;
    margin-bottom: -33px;
}

.filtered-select {
    margin-left: -27px;
}

.hide {
    display: none;
}

.show {
    display: inline-block;
}

/*endregion find*/
/************************************************************************  regionform     
*/

.w80 {
    width: 80px !important;
}

.w60 {
    width: 30px !important;
}

.width-170 {
    width: 200px !important;
}

.letiqueta {
    text-align: right;
    width: 120px;
    font-weight: bold;
}

.etiqueta {
    width: 120px;
    font-weight: bold;
    font-size: 14px;
}

.letiquetasmall {
    width: auto;
    font-weight: bold;
}

.lnumero {
    text-align: right;
    width: 50px;
}

.ldate {
    width: 80px;
}

.linput {
    padding: 4px;
    margin: 3px 5px;
    font-weight: bold;
}

.iduser {
    width: 100%;
    color: #004469;
    display: inline;
}

.contenedor {
    background-color: #FFF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    /*overflow:hidden;*/
}

.form_contenedor {
    border: 1px solid #CCC;
    margin-top: 10px;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 6px;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
    background-color: #fff;
    height: fit-content;
}

.input_form {
    border: 1px solid #CCC;
    border-radius: 8px;
    background-color: #FFF;
    padding-bottom: 30px;
    padding-top: 10px;
    overflow: auto;
}

.formPedido {
    border: none;
}

.form_title {
    background-color: #68B6D4;
    margin-bottom: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #68B6D4;
    width: 100%;
    height: 7vh !important;
    display: flex;
    align-items: center;
}

    .form_title h3 {
        display: inline-block;
        padding-top: 0.5vh;
        width: 100%;
    }

#tabla1.contenedor.form_contenedor .form_title {
    margin-top: -10px;
    padding: 5px 0;
}

.form_title img {
    margin-top: -2px;
    width: 38px;
    height: 38px;
}

.form_header {
    background-image: url(../Content/imagenesCSS/i_camion.fw.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    border-radius: 8px 8px 0 0;
    height: 103px;
    padding-bottom: 20px;
}

    .form_header hr {
        width: 90%;
        margin: -30px auto 5px 20px;
    }

    .form_header h1 {
        top: -19px;
    }

    .form_header img {
        position: relative;
        top: 12px;
        left: 12px;
        margin: 0;
    }

.div_form {
    background-color: #FFF;
    width: auto;
    min-width: 1024px;
    max-width: 100%;
    overflow: visible;
    padding: 0 15px;
    box-sizing: border-box;
}

    .div_form:after {
        content: "";
        clear: both;
        float: none;
        width: 100%;
        font-size: 0;
        visibility: hidden;
        display: block;
    }

    .div_form input {
        width: 200px;
    }

    .div_form h2 {
        position: relative;
        top: -20px;
    }

.form_content {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-bottom: 30px;
}


.Despacho, .despacho {
    background-color: #F0F0F0;
    margin-top: 20px;
    border-radius: 8px;
}

ul.linput.w-500#LstDireccion {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    list-style: square;
    margin-top: -2px;
}

.UserEdit {
    cursor: pointer;
}

.addCamionButton {
    float: right;
}

.observacion {
    padding: 10px;
}

.div_alert {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 10px;
}

.div_button {
    text-align: right;
    float: right;
}

.tipotransporte {
    float: right;
}

.anadirlabel {
    color: #3E4E67;
    font-weight: bold;
    margin: 3px 8px;
    font-size: 14px !important;
}

.modalcamion {
    width: 400px;
    height: auto;
    background-color: #FFF;
    position: fixed;
    top: calc(50% - 300px);
    left: calc(50% - 175px);
    z-index: 999;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 998;
}

.pedidoproductocantidad {
    width: 60px !important;
}

#tabla2.contenedor.form_contenedor.formPedido > #DespachoContent > div.clearfix:nth-child(2), #DespachoContent.Despacho.clearfix > .clearfix:not(.form_title), #DespachoContent > .clearfix {
    width: 99%;
}

/*endregion form*/
/************************************************************************  regioncliente  
*/

.div_solicitudes {
    background-color: #F0F0F0;
    border: none;
    height: 508px;
    width: 100%;
    margin-bottom: 10%;
}

    .div_solicitudes h2 {
        background-image: url(../Content/iconos/i_solicitud.fw.png);
        background-repeat: no-repeat;
        background-position: left, center;
        position: relative;
        top: 10px;
        left: 10px;
        padding: 12px;
        padding-left: 60px;
    }

.div_left {
    background-color: #F0F0F0;
}

.div_alertas {
    background-color: #00346c;
    border: none;
    width: 95%;
    padding: 1%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    margin-bottom: 2%;
}

    .div_alertas p {
        border-radius: 3px;
        -moz-border-radius: 3px;
        color: #FFF;
        position: relative;
        background-image: url(../Content/iconos/i_alarma_chico.fw.png);
        background-repeat: no-repeat;
        background-position: left, center;
        background-position-x: 3px;
        padding: 6px 0;
        padding-left: 30px;
    }

    .div_alertas h2 {
        color: #FFF;
        background-image: url(../Content/iconos/i_alarma.fw.png);
        background-repeat: no-repeat;
        background-position: left, center;
        position: relative;
        left: 6px;
        padding: 12px;
        padding-left: 60px;
    }

.ud {
    background-color: #BB353B;
}

.ejecutivo {
    background-color: #EC8F00;
}


.ocompra, .misdatos {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 8px;
    margin-right: 3%;
    margin-bottom: 2%;
    -moz-border-radius: 8px;
    height: 300px;
}

    .ocompra h2 {
        color: #2755a5;
        background-image: url(../Content/iconos/i_orden_compra.fw.png);
        background-repeat: no-repeat;
        background-position: left, center;
        color: #BB353B;
        position: relative;
        top: 6px;
        left: 10px;
        padding-left: 60px;
    }

    .ocompra .orden {
        background-color: #E2E2E2;
        padding-top: 10px;
    }

#OrdenCompra {
    margin-top: 10px;
}

.div_otros {
    position: relative;
    float: left;
    width: 48%;
}

    .div_otros h3 {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 1px;
    }


#divSolicitudes, #OrdenCompra {
    margin-top: 10px;
    border: 1px solid #CCC;
    border-top: none;
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F9F9F9;
}

    #divSolicitudes h3 {
        /* background-color:#BB353B;*/
        padding: 1px;
        padding-left: 10px;
    }

    #divSolicitudes img {
        margin-right: 6px;
        margin-top: 3px;
    }

    #divSolicitudes a:hover {
    }

.solicitud {
    background-color: #FFF;
    position: relative;
    top: 10px;
    left: 5%;
    width: 90%;
    min-height: 115px;
    margin-bottom: 13px;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
    font-size: 14px;
}

.misdatos h2 {
    color: #e2e2e2;
    background-image: url(../Content/iconos/i_datos.fw.png);
    background-repeat: no-repeat;
    background-position: left, center;
    color: #BB353B;
    position: relative;
    top: 6px;
    left: 10px;
    padding: 12px;
    padding-left: 60px;
}

#DatosCliente {
    margin-top: 0px;
    background-color: #1590C9;
    padding: 20px;
    padding-bottom: 0px;
    color: #FFF;
    border-top: 8px solid #6AB3D8;
    height: 115px;
}

    #DatosCliente button {
        background-image: none;
        background-color: transparent;
        color: #FFF;
        border: 1px solid #FFF;
        text-align: center;
        display: block;
        margin: auto;
    }

#Notificaciones {
    background-color: #F9F9F9;
    padding: 20px;
    padding-top: 0px;
    min-height: 75px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 0.85em;
}



#Chart {
    margin-top: 16px;
    background-color: #f9f9f9;
    height: 250px;
    width: 90%;
}

#canvas {
    background-color: #FFF;
    margin: 10px;
    width: 50%;
}

.datos {
    padding: 0 10px;
    padding-bottom: 10px;
}

    .datos h3 {
        background-color: #3FA39E;
        margin: 0 -10px;
        padding-left: 10px;
    }

.bgreen {
    background-color: #3FA39E;
    background-image: none;
}

.bblue {
    background-color: #2755A5;
    background-image: none;
}

.bred {
    background-color: #bb353b;
    background-image: none;
}

.imgCamion {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 27px;
}

.imgcamionCC {
    background-image: url(../Content/imagenesCSS/llenado_camion_frente.png);
}


.imgcamionCP {
    background-image: url(../Content/imagenesCSS/llenado_camion.png);
}


.table_cliente {
    width: 100%;
    border-collapse: collapse;
}

    .table_cliente thead {
        background-color: #2655A7;
        color: #FFF;
    }

        .table_cliente thead th {
            padding: 6px 0;
            text-align: left;
        }

    .table_cliente tbody tr {
        color: #737373;
        background-color: #FFF;
        border-bottom: 1px solid #F9F9F9;
    }


        .table_cliente tbody tr:nth-child(odd) {
            background-color: #FFF;
            border-bottom: 1px solid #F9F9F9;
        }

    .table_cliente tbody:nth-child(even) {
        background-color: #FFF;
        border-bottom: 1px solid #F9F9F9;
    }


    .table_cliente th:first-child {
        padding-left: 10px;
        border-top-left-radius: 8px;
    }

    .table_cliente th:last-child {
        border-top-right-radius: 8px;
    }

    .table_cliente td:first-child {
        padding-left: 10px;
    }


    .table_cliente tbody td:last-child {
        border-bottom-left-radius: 8px;
    }

#DespachoContent.Despacho .form_title h3 input:disabled {
    border: 1px solid #E2E2E2;
    background: #E2E2E2;
}


/*endregion*/
/************************************************************************  regionlogin    
*/

.div_contenedor_login {
    width: 550px;
    display: block;
    margin: 0;
    height: 550px !important;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    top: 10%;
    left: 30%;
    top: calc(50% - 275px);
    left: calc(50% - 275px);
}

.div_login_img {
    width: 100%;
    height: 270px;
    background-image: url(../Content/imagenesCSS/i_login.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
}

.div_login_log {
    width: 100%;
    height: 30px;
    background-image: url(../Content/imagenesCSS/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 50% 50%, auto;
    background-size: contain;
    margin: 3px auto 6px auto;
}

.div_login_link {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}

    .div_login_link a {
        color: grey;
    }

.div_login_button {
    text-align: center;
    margin: 20px;
}


.div_login_form, .div_login_img + div {
    width: 66%;
    margin: auto;
}

    .div_login_form label, .div_login_img + div label {
        margin: 0 0 10px 0 !important;
        display: inline-block;
        box-sizing: border-box;
        width: 30%;
        text-align: left;
    }

    .div_login_form input, .div_login_img + div input {
        margin: 0 0 10px 3% !important;
        display: inline-block;
        box-sizing: border-box;
        width: 66%;
        border: 1px solid #bbb;
    }


#wrapper_login + #footer {
    position: absolute;
    bottom: 0;
}

.validation-summary-errors {
    width: 100%;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .validation-summary-errors ul li {
            width: 100%;
            font-size: 16px;
            font-style: italic;
            display: block;
            text-align: center;
            padding: 5px 0;
            color: red;
        }

/*endregion*/
/************************************************************************  regiontables   
 */



.table_producto {
    border: none;
    color: #2C6199;
    width: 98%;
    margin: 2% 1%;
    font-size: 12px;
    border-collapse: collapse;
    max-width: 98%;
}

    .table_producto thead {
        color: #FFF;
        background-color: #868695;
        border-collapse: collapse;
    }

    .table_producto tbody tr:nth-child(odd) {
        background-color: #FFF;
    }

    .table_producto tbody:nth-child(even) {
        background-color: #BECCE4;
    }

    .table_producto tfoot {
        font-weight: normal;
    }

    .table_producto input {
        width: 100px;
        font-size: 12px;
        background-color: #FFF;
    }

    .table_producto select {
        /*width:120px;*/
        font-size: 12px;
        background-color: #FFF;
    }


    .table_producto .td_name select {
        max-width: 350px;
    }



/*endregion*/
/************************************************************************  regionglyphicon
    */


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 10px;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}

/*endregion glyphicon*/
/************************************************************************  regioncontenido
*/
.div_button_title {
    align-self: center;
    margin-right: 1rem;
}

.txtNumerico {
    width: 100px;
    text-align: right;
}

.camiones {
    background-color: aqua;
    width: 96%;
    margin-left: 2%;
    margin-top: 30px;
}

.camionescontent {
    background-color: white;
    width: 80%;
    margin-top: -1em;
    padding-top: 2em;
}

.floatl {
    float: left;
}

.float-10 {
    float: left;
    width: 8%;
    margin-left: 2%;
}


.float-20 {
    float: left;
    width: 18%;
    margin-left: 2%;
}

.float-30 {
    float: left;
    width: 29%;
    margin-left: 1%;
}

.float-40 {
    float: left;
    width: 38%;
    margin-left: 2%;
}

.float-50 {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.float_70 {
    float: left;
    width: 68%;
    margin-left: 2%;
}


.float-60 {
}

.float-80 {
    float: left;
    width: 78%;
    margin-left: 2%;
}

.float-90 {
    float: left;
    width: 88%;
    margin-left: 2%;
}

.float-30Adm {
    width: 25%;
    margin-left: 2%;
    float: left;
}


#tabla1 .form_title {
    margin-top: -10px;
}


.clear {
    clear: both;
    display: inline-block;
}

.w-100 {
    width: 100px;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.w-300 {
    width: 300px;
}

.w-400 {
    width: 400px;
}

.w-250 {
    width: 250px;
}

.w-500 {
    width: 500px;
}

.w-100p {
    width: 100%;
}

.w-50p {
    width: 50%;
}

.w-70p {
    width: 70% !important;
}

.width-300 {
    width: 200px !important;
}

#header a {
    color: #fff;
}

.logo_left, #header img:first-child {
    position: absolute;
    bottom: 1px;
    left: 15px;
    z-index: 3;
}

.logo_right {
    position: absolute;
    bottom: 1px;
    right: 15px;
    z-index: 2;
}

#barra {
    position: absolute;
    display: block;
    bottom: -112px;
    width: 98%;
    left: 1%;
    height: auto;
    z-index: 1;
}

#titulo {
    position: relative;
}


    #titulo #breadcrumb {
        display: block;
        position: absolute;
        font-size: 14px;
        top: 10px;
        right: 25px;
        font-weight: bold;
    }

    #titulo #acciones {
        width: 140px;
        position: absolute;
        top: 15px;
        left: 25px;
        z-index: 1;
    }

        #titulo #acciones a {
            height: auto;
            padding: 1px 5px;
            text-align: center;
            font-family: "Arial Narrow", Arial, sans-serif;
            display: block;
            float: left;
            margin: 0 4px 0 4px;
            font-size: 10px;
            text-decoration: none;
            color: #fff;
            font-weight: bold;
            background: url(../Content/imagenesCSS/bg_button_accion_top.png) repeat-x top center #777;
            border-radius: 3px;
            behavior: url(js/PIE.htc);
        }




#pagina_actual {
    position: relative;
    top: -37px;
    height: 37px;
    background: url(../Content/imagenesCSS/bg_barra_pasos.png) bottom center repeat-x;
}

.estado1, .estado2, .estado3 {
    width: 310px;
    height: auto;
    padding: 4px 0;
    float: left;
    margin-right: 20px;
    border-radius: 9px 9px 0 0;
    behavior: url(js/PIE.htc);
    font-family: "Arial Narrow", Arial, sans-serif;
    background: grey;
    text-indent: 60px;
    margin-top: 9px;
    color: #eee;
    position: relative;
}

.estado1 {
    background: url(../Content/imagenesCSS/pagina_actual/bg_01_inactivo.png) top center repeat-x #8C6868;
}

.estado2 {
    background: url(../Content/imagenesCSS/pagina_actual/bg_02_inactivo.png) top center repeat-x #7C8998;
}

.estado3 {
    background: url(../Content/imagenesCSS/pagina_actual/bg_03_inactivo.png) top center repeat-x #84947A;
    margin-right: 0 !important;
    margin-left: 2px;
}

    .estado1 img, .estado2 img, .estado3 img {
        position: absolute;
        top: -20%;
        left: 15px;
        width: auto;
        height: 140%;
    }

/*=========HOME==========*/

/*bloque1*/
#bloque1 {
    top: 20px;
    left: 2%;
    width: 46%;
    height: 470px;
    border-radius: 0 10px 10px 10px;
    behavior: url(js/PIE.htc);
    z-index: 10;
}

    #bloque1 h2, #bloque2 h2, #bloque3 h2, #bloque4 h2 {
        font-weight: bold;
        font-family: "Arial Narrow", Arial, sans-serif;
        color: #fff;
        font-size: 17px;
        margin: 0;
        position: relative;
    }

        #bloque1 h2 img, #bloque2 h2 img, #bloque3 h2 img, #bloque4 h2 img {
            position: absolute;
            top: -25%;
            left: 0;
            width: auto;
            height: 50px;
        }

    #bloque1 h2 {
        background: url(../Content/imagenesCSS/bg_home/verticales/1.png) repeat-x top left #d80a0a;
        background-size: auto;
        width: 60%;
        padding: 5px 0;
        border-radius: 10px 10px 0 0;
        behavior: url(js/PIE.htc);
        text-indent: 50px;
    }

    #bloque1 .dentro {
        width: 100%;
        height: 400px;
        background: url(../Content/imagenesCSS/bg_home/horizontales/bloque1.png) top center repeat-y;
        background-size: 100% 1px;
        border-radius: 0 10px 10px 10px;
        behavior: url(js/PIE.htc);
        overflow-y: auto;
        overflow-x: hidden;
    }



.alerta {
    border-radius: 7px;
    behavior: url(js/PIE.htc);
    background: url(../Content/imagenesCSS/bg_home/bloques/alerta_p.png) repeat;
    color: #fff;
    font-weight: bold;
    padding: 4px 0;
    position: relative;
    display: block;
    width: 95%;
    left: 2.5%;
    line-height: 150%;
    top: 15px;
}

    .alerta img {
        position: relative;
        width: 20px;
        height: auto;
        margin: 0 10px 0 0;
        top: 5px;
        left: 5px;
    }



.orden {
    position: relative;
    top: 10px;
    left: 10%;
    width: 80%;
    top: 15px;
    min-height: 115px;
    margin-bottom: 13px;
    color: #fff;
    border-radius: 10px;
    behavior: url(js/PIE.htc);
    background: url(../Content/imagenesCSS/bg_home/bloques/orden.png) repeat;
    font-size: 14px;
    padding: 0 0 12px 0;
}

    .orden h3 {
        border-bottom: 2px solid #202185;
        margin: 0;
        padding: 4px 8px;
        color: #fff;
        background: url(../Content/imagenesCSS/bg_home/bloques/orden_h3.png) repeat;
        font-size: 16px;
        border-radius: 10px 10px 0 0;
        behavior: url(js/PIE.htc);
    }

    .orden p {
        width: 90%;
        margin: 17px auto;
        font-size: 15px;
        height: auto;
    }


#camion_home {
    position: absolute;
    bottom: -100px;
    left: -35px;
    z-index: 9;
}

/*==============LOGIN===============*/
#wrapper_login {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}



    .logo_left, #wrapper_login #header img:first-child {
        position: absolute;
        top: 30px;
        left: 10px;
        z-index: 3;
        width: 100px;
        height: auto;
    }



#botones_bottom {
    display: block;
    width: 95%;
    margin: 20px auto 15px auto;
}

div#step1 {
    position: relative;
    top: 10px;
}



/*footer*/
#footer {
    background-color: #0776ab;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 70px;
    margin: 50px 0 0 0;
    color: #fff;
    z-index: 2;
}

#wrapper_footer {
    position: relative;
    top: 0;
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
}


#footer #footer1 {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50px;
    top: 10px;
    max-width: 50%;
}

    #footer #footer1 li {
        font-size: 0.75em;
    }

#footer #footer2 {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 50%;
}

    #footer #footer2 li {
        font-size: 0.75em;
        text-align: right;
    }

#wrapper_footer img {
    position: relative;
    top: 10px;
    left: 10px;
}

#wrapper_footer #footer2 img {
    position: relative;
    top: 2px;
    left: -2px;
}

/*Estilos administracion otros usuarios*/


#wrapper_adm1 {
    padding-bottom: 30px;
    width: 100%;
    margin: 0px auto 0 auto;
    position: relative;
    height: auto;
}

#wrapper_adm2_1 {
    padding-bottom: 5px;
    width: 555px;
    margin: 0 auto;
}

#wrapper_adm2_2 {
    padding-bottom: 10px;
    width: 745px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
}

#wrapper_adm1 .row {
    width: 600px;
    display: block;
    margin: auto;
}

    #wrapper_adm1 .row:last-child {
        width: 165px;
    }

#wrapper_adm2_1 .row {
    border: 1px dotted grey;
    width: 547px;
    display: block;
    margin: auto;
}

.row:after {
    content: "";
    clear: both;
    float: none;
    display: block;
    visibility: hidden;
    font-size: 1px;
}

.icono2 {
    float: left;
    margin-right: 26px;
    margin-bottom: 4px;
    width: 165px;
    box-sizing: border-box;

}

    .icono2 p {
        margin: 1px 0 10px 0;
        text-align: center;
        font-size: 14px;
    }

    .icono2 a, .icono2 a:active, .icono2 a:visited {
        color: #0a5d94;
        text-decoration: none;
    }

    .icono2 img {
        margin: 0;
        display: block;
        width: 100%;
        height: auto;
    }

.last {
    margin-right: 0;
}



#reporte thead, .trHead {
    border-bottom: 2px solid #1b4fa3;
    margin: 0;
    padding: 6px 0 4px 0;
    font-size: 16px;
    text-indent: 12px;
    background: url(../Content/imagenesCSS/bg_pedido2_solicitud_h3.png) repeat-x top center;
    color: #fff;
    border-radius: 10px 10px 0 0;
    behavior: url(js/PIE.htc);
    text-align: left;
}

#reporte {
    width: 100%;
}

.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999999999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalmask:target {
        opacity: 1;
        pointer-events: auto;
    }

.modalbox {
    width: 400px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.movedown {
    margin: 0 auto;
}

.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}

.resize {
    margin: 10% auto;
    width: 0;
    height: 0;
}

.modalmask:target .movedown {
    margin: 10% auto;
}

.modalmask:target .rotate {
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize {
    width: 400px;
    height: 200px;
}



.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
    font-size: 16px;
}

    .close:hover {
        background: #FAAC58;
        color: #222;
    }


.nsc {
    position: absolute;
    bottom: 40%;
    right: 0;
}


#SolicitudesTable_wrapper {
    background-color: #F9F9F9;
    margin-bottom: 10px;
}

#SolicitudesTable thead {
    background-color: #BB353B;
}

#DatosCliente .floatl {
    margin-top: 1em !important;
}

    #DatosCliente .floatl:first-child {
        width: 20%;
        box-sizing: border-box;
        min-height: 5em;
    }

    #DatosCliente .floatl:nth-child(2) {
        width: 80%;
        box-sizing: border-box;
        float: right !important;
        min-height: 5em;
    }

#DatosCliente, #NotificacionesU, #ChartU {
    padding: 4px;
}

#chartdata {
    background-color: #f9f9f9;
}

#NotificacionesU > h8 {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em !important;
}

    #NotificacionesU > h8:after {
        content: "";
        clear: both;
        float: none;
        display: block;
        font-size: 0;
        width: 100%;
    }

#NotificacionesU h8 img {
    display: inline-block;
    width: auto;
    height: auto;
    width: 25%;
    margin: 0;
}

#NotificacionesU h8 span {
    display: inline-block;
    float: right;
    width: 73%;
    top: 0 !important;
    margin-top: 32px;
}


#ChartU h9 {
    text-align: center;
    display: block;
}


#NotificacionesU hr {
    border-style: dashed !important;
    color: #CCC;
}

#tablesa {
    min-width: 550px;
}


#contentCliente {
    min-width: 1125px;
}

#divbarra, .contenedor_general, .contenedor.form_contenedor {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}

.estirar {
    min-height: 500px;
}

.detalle_de_productos {
    margin: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 3px;
    background-color: #3E4E67;
    border: 1px solid #3E4E67;
}

#contenido_productos {
    width: 98%;
    margin: 15px auto;
    background: #F0F0F0;
    border-radius: 0 0 8px 8px;
    padding-bottom: 7px;
}

    #contenido_productos table {
    }

#contenidonose #tableform.form_contenedor #Formulario label:nth-child(1),
#contenidonose #tableform.form_contenedor #Formulario label:nth-child(3),
#contenidonose #tableform.form_contenedor #Formulario label:nth-child(6),
#contenidonose #tableform.form_contenedor #Formulario label:nth-child(8),
#contenidonose #tableform.form_contenedor #Formulario .subir_content label {
    width: 150px;
    height: 20px;
    margin: 0 0 5px 0;
    padding: 2px 0 2px 15px;
    text-align: left;
}

#contenidonose #tableform.form_contenedor #Formulario label:nth-child(2),
#contenidonose #tableform.form_contenedor #Formulario label:nth-child(4),
#contenidonose #tableform.form_contenedor #Formulario input:nth-child(7),
#contenidonose #tableform.form_contenedor #Formulario label:nth-child(9) {
    width: 180px;
    height: 20px;
    margin: 0 0 5px 10px;
    padding: 2px 0 2px 3px;
}

#divbarra #loading + #Resultado.div_alert {
    padding: 12px 0;
}

    #divbarra #loading + #Resultado.div_alert:after {
        content: ".";
        display: block;
        float: none;
        clear: none;
        font-size: 1px;
        width: 100%;
        visibility: hidden;
    }


.div_form #Resultado br + h2 {
    position: relative;
    top: -20px;
    width: 100%;
}


#resultado_oc {
    display: none;
    width: 55%;
    margin: 30px auto;
    background: url(imagenesCSS/bg_mensaje.jpg) top center no-repeat;
    background-size: cover;
    font-size: 1.8em;
    color: #BB353B;
    text-align: center;
    padding: 170px 10px 140px 10px;
    border-radius: 6px;
    box-shadow: 2px 2px 9px rgba(0,0,0,0.2);
}

#error_no_sap {
    border: 1px solid #004469;
    width: 100%;
    text-align: center;
    padding: 60px 0 10px 0;
    font-size: 25px;
    border-top: 15px solid #004469;
    border-radius: 6px;
    background: url(imagenesCSS/exclamation3.png) no-repeat;
    background-position: center 10px;
    background-size: 50px;
}

#pedido #tabla3.form_contenedor .form_title {
    margin-top: -10px;
}

#pedido .form_title.clearfix h3 input:disabled {
    background: #eee !important;
    color: #777 !important;
}

.dataTables_info#TableOrdenCompra_info, .dataTables_info#SolicitudesTable_info {
    width: 100%;
}

.no_datos {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    margin: 5px auto;
    color: #346;
    padding: 7px 0;
}

.no_notificacion {
    font-style: italic;
    font-size: 17px;
    text-align: center;
    display: block;
    width: 65%;
    margin: 20px auto 0 auto;
    color: #346;
}
/*endregion contenido*/
/************************************************************************  regionbienvenid
*/
.bienvenida {
    height: 670px;
    background: url(imagenesCSS/bg_bienvenida.jpg) bottom center no-repeat;
    background-size: cover;
}

    .bienvenida #texto_bienvenida {
        background: linear-gradient(90deg, transparent 5%, white);
        position: absolute;
        top: 20%;
        right: -50px;
        width: 52%;
        z-index: 1000;
        opacity: 0;
        color: #4b137e;
        text-align: right;
        padding: 20px;
        /*filter:alpha(opacity=0);*/
    }

        .bienvenida #texto_bienvenida h2 {
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            margin: 0 0 0 0;
            font-size: 43px;
            display: block;
            color: #4b137e;
            font-weight: bold;
        }

        .bienvenida #texto_bienvenida a {
            color: #fff;
            outline: none;
            text-decoration: none;
        }


        .bienvenida #texto_bienvenida p {
            width: 100%;
            margin: 7px auto 10px auto;
            font-size: 32px;
            font-weight: normal;
            color: #4b137e;
            line-height: 150%;
        }

    .bienvenida img {
        position: absolute;
        display: block;
        top: -10px;
        left: -10px;
        height: 450px;
        width: auto;
        z-index: 5;
    }

#anim {
    background-image: url(imagenesCSS/camion_sprites/1.png), url(imagenesCSS/camion_sprites/2.png), url(imagenesCSS/camion_sprites/3.png);
    background-repeat: no-repeat;
    background-size: 1000% 100%;
    background-position: -10000% -10000%;
    width: 800px;
    height: 600px;
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 0;
    margin-bottom: 30px;
}

#anim1 {
    background-image: url(imagenesCSS/camion_sprites/2.png);
}

#anim2 {
    background-image: url(imagenesCSS/camion_sprites/3.png);
}

#anim1, #anim2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100000000;
    background-size: contain;
}

/*endregion bienvenida*/


/************************************************************************  regionmodal
*/
.divModal {
    background: #fff;
    padding: 1.2em;
}

    .divModal > div:nth-child(1) {
    }

        .divModal > div:nth-child(1) h7 {
            color: black;
            border-bottom: 1px solid #777;
            display: block;
            width: 100%;
            margin-bottom: 8px;
        }

    .divModal > div:nth-child(2) input {
        display: block;
        margin: 7px 0;
    }

    .divModal > div:nth-child(3) {
        float: right;
    }

        .divModal > div:nth-child(3) button:last-child {
            margin-right: 0;
        }

.pointer {
    cursor: pointer;
}


/*endregion modal*/

/*css de video*/
#VideoTutorial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    text-align: center;
    z-index: 999999999999;
}

    #VideoTutorial h1, #VideoTutorial h2 {
        text-align: left;
        display: block;
    }

    #VideoTutorial:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

#bcloseHelp {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

#video_contenedor {
    width: 80%;
    height: 80%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    background: #eee;
    box-sizing: border-box;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    position: relative;
    padding: 1em;
}

    #video_contenedor:after {
        content: "";
        clear: both;
        display: block;
        float: none;
        visibility: hidden;
        font-size: 0;
    }

#VideoContent {
    width: 80%;
    height: 90%;
    float: left;
    position: relative;
    top: 3%;
}

    #VideoContent video, #VideoContent #ShowVideo {
        display: block;
        max-width: 100%;
        max-height: 90%;
    }

#iframe-video {
    width: 100%;
    height: 100%;
    background: none;
}

#titulo_video {
    background: #006699;
    color: white;
    font-weight: bold;
    padding: 0.4em 0;
}

.video-actual {
    background: #ddd;
    color: black;
    font-weight: bold;
    padding: 0.4em 0;
}

#VideoIndice {
    width: 19%;
    height: 80%;
    float: right;
    position: relative;
    margin-top: 3.7%;
}

    #VideoIndice h2 {
        font-size: 1.5em;
    }

    #VideoIndice ul {
        list-style: none;
        margin: 0.5em 0 0 0;
        padding: 0;
    }

        #VideoIndice ul li {
            display: block;
            text-align: left;
            padding: 0.5em 0.2em;
            cursor: pointer;
            margin: 0.5em 0 0.5em 0.4em;
        }

            #VideoIndice ul li:hover {
                background-color: white;
            }

    #VideoIndice .libre, #VideoIndice .libre:hover {
        font-weight: bold;
        color: white;
        background-color: #01669E;
        padding: 0.5em 0.9em;
        margin-left: -0.4em;
    }

        #VideoIndice .libre.manual {
            display: block;
            text-align: left;
            padding: 0.5em 0.2em;
            cursor: pointer;
            margin: 0.5em 0 0.5em 0.4em;
            background: #eee;
        }

            #VideoIndice .libre.manual:hover {
                background-color: white;
            }

            #VideoIndice .libre.manual a {
                color: black;
                font-weight: normal;
            }

.table_producto td div input[type=text] {
    padding-left: 1.5em !important;
}

.selectwText {
    width: 120px;
    height: 30px;
}

.OcompraTextBox {
    width: 73px !important;
    margin-left: -130px;
    height: 19px;
    border: none;
    background-color: transparent;
}

.OcompraTextBoxbackground {
    background: #E2E2E2;
}

.EmpresaListControl {
    height: 32em;
    width: 85%;
    overflow-y: scroll;
    border: 1px solid #CCC;
    padding: 0.6em;
}


.menu-superior {
    height: 100px;
    padding: 15px;
}

    .menu-superior .contenedor-izquierdo {
        display: flex;
        padding-left: 30px;
    }


        .menu-superior .contenedor-izquierdo .logo {
            height: 70px;
            margin-right: 50px;
        }


        .menu-superior .contenedor-izquierdo .titulo {
            font-weight: 400;
            font-size: 30px;
            margin-top: auto;
            margin-bottom: auto;
            color: #004469
        }

        .menu-superior .contenedor-izquierdo strong {
            font-weight: 500;
        }


    .menu-superior .contenedor-derecha {
        display: flex;
    }

        .menu-superior .contenedor-derecha .imagen-usuario {
            width: 50px;
            object-position: center;
            object-fit: cover;
            height: 50px;
            margin-top: auto;
            margin-bottom: auto;
        }


        .menu-superior .contenedor-derecha .datos-usuario {
            margin-top: auto;
            margin-bottom: auto;
            display: grid;
            padding-left: 10px;
            width: 100%;
        }

            .menu-superior .contenedor-derecha .datos-usuario label {
                color: #004469;
                margin: 0;
            }


            .menu-superior .contenedor-derecha .datos-usuario .nombre-usuario {
                font-size: 16px;
                width: 100%;
            }

            .menu-superior .contenedor-derecha .datos-usuario .rut-usuario {
                font-size: 13px;
                width: 100%;
            }


        .menu-superior .contenedor-derecha .alertas-menu {
            color: #004469;
            margin-top: auto;
            margin-bottom: auto;
            font-size: 22px;
            margin-right: 25px;
            cursor: pointer;
        }

.fa-stack[data-count]:after {
    position: absolute;
    right: 0%;
    top: 1%;
    content: attr(data-count);
    font-size: 30%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: red;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}


.fa-stack {
    display: inline-block !important;
    height: 40px !important;
    line-height: 1.5 !important;
    position: relative !important;
    vertical-align: middle !important;
    width: 25px !important;
}

.fa-3x {
    font-size: 27px !important;
}



.contenedor-menu-lateral {
    background-color: #3e4e67;
}

    .contenedor-menu-lateral .titulo-navegacion {
        color: #8593ab;
        font-size: 18px;
        padding-top: 20px;
    }

.nav-link {
    color: white !important;
}

    .nav-link :hover {
        color: #8593ab !important;
    }


.nav-pills li {
    font-size: 14px;
}

.nav-pills .opcion-menu-principal {
    padding-bottom: 10px;
}


.contenedor-seccion-principal {
    background-color: #f5f6fb;
    margin: 0 !important;
}




.contenedor-box-pedidos {
    padding-left: 15px;
    padding-right: 15px;
}


    .contenedor-box-pedidos .contenedor-titulo .titulo {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        font-size: 18px;
        color: #004469;
    }

    .contenedor-box-pedidos .contenedor-combo-periodo {
    }

        .contenedor-box-pedidos .contenedor-combo-periodo .label-seleccion-periodo {
            font-size: 13px;
            color: #9ea6af;
            text-align: center;
        }

        .contenedor-box-pedidos .contenedor-combo-periodo .combo-periodo {
            font-size: 13px;
            color: black;
            background-color: white;
        }




.contenedor-box-pedido {
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important;
}

a.contenedor-box-pedido {
    text-decoration: none;
    cursor: pointer;
}

.box-pedido {
    width: 96%;
    margin-left: 2%;
    height: 150px;
}

    .box-pedido.fondo-1 {
        background: rgb(140,145,157);
        background: linear-gradient(124deg, rgba(140,145,157,1) 0%, rgba(186,217,202,1) 100%);
    }

    .box-pedido.fondo-2 {
        background: rgb(145,190,182);
        background: linear-gradient(124deg, rgba(145,190,182,1) 0%, rgba(194,219,215,1) 100%);
    }

    .box-pedido.fondo-3 {
        background-color: white;
    }


    .box-pedido .titulo {
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
    }

    .box-pedido .texto-gris {
        color: #cbcbcb !important;
        margin: 0;
    }

    .box-pedido .cantidad.texto-gris {
        font-size: 50px;
    }




    .box-pedido .cantidad {
        font-size: 40px;
        color: white;
    }


    .box-pedido .pendiente-anterior {
        font-size: 11px;
        color: white;
        padding-left: 7px;
    }

        .box-pedido .pendiente-anterior span {
            margin-left: -10px;
        }

        .box-pedido .pendiente-anterior::marker {
            margin: 0;
            padding: 0;
            color: red !important;
        }




.seccion-izquierda {
}

    .seccion-izquierda .contenedor-superior {
        display: flex;
    }

        .seccion-izquierda .contenedor-superior .notificaciones-ver-todas {
            cursor: pointer;
            margin-left: auto;
            margin-top: auto;
            padding-bottom: 15px;
            margin-bottom: auto;
            padding-left: 0;
            padding-right: 0;
            font-size: 12px;
            color: #004469;
            text-decoration: underline;
        }

    .seccion-izquierda .titulo {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        font-size: 18px;
        color: #004469;
    }

.contenedor-notificaciones {
    height: 300px;
    overflow-x: auto;
}

    .contenedor-notificaciones .notificacion {
        margin-bottom: 5px;
        height: 70px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 1px 5px rgb(0 0 0 / 20%)
    }



.contenedor-ayuda {
    background-color: white;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

    .contenedor-ayuda .form-control {
        border-radius: 0;
    }

    .contenedor-ayuda .titulo {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        font-size: 18px;
        color: #004469;
        text-align: center;
    }

    .contenedor-ayuda .subtitulo {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
        font-size: 13px;
        color: #004469;
        text-align: center;
    }

    .contenedor-ayuda .desc-campo {
        font-size: 14px;
        color: #004469;
        text-align: left;
        width: 100%;
    }

    .contenedor-ayuda .boton-enviar {
        color: white;
        background-color: #004469 !important;
        background-image: none;
    }


.contenedor-box-ordenes {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

    .contenedor-box-ordenes .contenedor-titulo .titulo {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        font-size: 18px;
        color: #004469;
    }

.contenedor-box-orden {
    width: 20% !important;
    margin: 0 !important;
    padding: 0 !important;
}

a.contenedor-box-orden {
    text-decoration: none;
    cursor: pointer;
}

.contenedor-box-orden-largo {
    text-decoration: none;
    width: 40% !important;
    margin: 0 !important;
    padding: 0 !important;
}


.box-orden {
    width: 98%;
    margin-left: 1%;
    height: 150px;
    text-decoration: none;
}

    .box-orden.fondo-1 {
        background: rgb(158,193,219);
        background: linear-gradient(124deg, rgba(158,193,219,1) 0%, rgba(201,221,235,1) 100%);
    }

    .box-orden.fondo-2 {
        background: rgb(135,184,209);
        background: linear-gradient(124deg, rgba(135,184,209,1) 0%, rgba(189,216,230,1) 100%);
    }

    .box-orden.fondo-3 {
        background-color: white;
    }


    .box-orden .titulo {
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
    }

    .box-orden .texto-gris {
        color: #cbcbcb !important;
        margin: 0;
    }

    .box-orden .cantidad.texto-gris {
        font-size: 50px;
    }

    .box-orden .cantidad {
        font-size: 40px;
        color: white;
    }

    .box-orden .porcentaje {
        font-size: 14px;
        text-align: center;
    }

.contenedor-box-cencon {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

    .contenedor-box-cencon .contenedor-cencon {
        padding: 3px;
    }

.box-cencon {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 175px;
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

    .box-cencon .nombre-cencon {
        margin: auto;
        font-size: 19px;
        text-align: center;
    }

.contenedor-box-cencon .contenedor-titulo .titulo {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    font-size: 18px;
    color: #004469;
}

.ml-0 {
    margin-left: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.tiempo-notificacion {
    text-align: center;
    width: 100%;
    font-size: 10px;
    color: #aeb4b7;
}

.titulo-comentario {
    color: #004469;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contenedor-opciones {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.comentario {
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    color: #004469;
    font-size: 11px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.autor-comentario {
    margin-top: 0;
    width: 100%;
    padding-top: 0;
    color: #aeb4b7;
    font-size: 11px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.padding-0px {
    padding: 0 !important;
}

.link-notificacion {
    text-decoration: none;
    cursor: pointer;
}

    .link-notificacion * {
        cursor: pointer;
    }



.icono-sin-revisar {
    color: red;
    font-size: 10px;
    cursor: pointer;
    padding-right: 2px;
}

.icono-notificacion {
    color: white;
    background-color: rgb(145,190,182);
    padding: 5px;
    border-radius: 50%;
}

.icono-responder {
    cursor: pointer;
    color: #aeb4b7;
    font-size: 13px;
}

.icono-ocultar {
    cursor: pointer;
    color: #aeb4b7;
    font-size: 13px;
    padding-left: 4px;
}

.contenedor-flex {
    display: flex;
}

.contenedor-m-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.titulo-modal-notificaciones {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #004469;
    text-align: center;
    border: none;
    background: inherit;
    height: inherit;
}

.btn-cerrar-notificaciones {
    margin-right: 15px !important;
    background-image: none;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

    .btn-cerrar-notificaciones:hover {
        margin-right: 15px !important;
        background-image: none;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
    }


.modal-responder-notificacion .btn-cerrar-notificaciones {
    margin-right: -15px !important;
    background-image: none;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.modal-responder-notificacion .modal-content {
    border-radius: inherit;
    padding: 5% 5% 3% 5%;
}


.modal-responder-notificacion .modal-header, .modal-responder-notificacion .modal-body {
    padding: 0px;
    border: none;
}

.contenedor-respuesta-comentario {
}

    .contenedor-respuesta-comentario .contenedor-fecha {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contenedor-respuesta-comentario .fecha-comentario {
        color: #999999;
        padding-left: 15px;
        display: inline;
        margin-top: auto;
        font-size: 16px;
        margin-bottom: auto;
    }


    .contenedor-respuesta-comentario .icono-notificacion-res {
        color: white;
        background-color: rgb(145,190,182);
        font-size: 25px;
        padding: 10px;
        border-radius: 50%;
    }

    .contenedor-respuesta-comentario .contenido-comentario {
        padding-bottom: 10px;
        padding-left: 0;
        background-color: transparent !important;
        color: #004469;
        font-weight: 400;
        font-size: 16px;
    }



    .contenedor-respuesta-comentario .contenido-respuesta {
        background-color: #f5f6fa !important;
        color: #004469;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        resize: none;
        border-radius: 3px;
    }

        .contenedor-respuesta-comentario .contenido-respuesta ::placeholder {
            color: #999999 !important;
        }


    .contenedor-respuesta-comentario .contenedor-boton {
        display: flex;
        width: 100%;
    }

    .contenedor-respuesta-comentario .boton-responder {
        margin-top: 20px;
        color: white;
        background-color: #404e67;
        border: solid 1px #404e67;
        border-radius: 0 !important;
        width: 100px;
        text-align: center;
        padding: 2px;
        margin-left: auto;
        margin-right: auto;
    }

        .contenedor-respuesta-comentario .boton-responder:hover {
            color: #404e67;
            background-color: white;
            border: solid 1px #404e67;
        }

    .contenedor-respuesta-comentario .boton-mostrar-respuesta {
        margin-top: 20px;
        color: #404e67;
        background-color: white;
        border: solid 1px #404e67;
        border-radius: 0 !important;
        width: 150px;
        text-align: center;
        padding: 2px;
        margin-left: auto;
        margin-right: auto;
    }

        .contenedor-respuesta-comentario .boton-mostrar-respuesta:hover {
            color: white;
            background-color: #404e67;
            border: solid 1px #404e67;
        }

.div-comentario-hijo {
    margin: auto !important;
}




.mensaje-mantenimiento {
    background-color: rgba(255,255,255,0.8);
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 35px;
    color: #3c82a4;
    font-weight: 400;
}


.fondo-notificaciones {
    background-color: #f5f6fb;
}


.contenedor-todas-notificaciones {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

    .contenedor-todas-notificaciones .titulo-fecha {
        font-size: 20px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 15px;
        margin: 0;
        font-weight: 400;
    }

    .contenedor-todas-notificaciones .notificacion {
        margin-bottom: 5px;
        height: 70px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    }

        .contenedor-todas-notificaciones .notificacion .contenedor-icono, .contenedor-todas-notificaciones .notificacion .contenedor-hora {
            margin: auto;
        }

        .contenedor-todas-notificaciones .notificacion .icono-notificacion {
            color: white;
            background-color: rgb(145,190,182);
            padding: 8px;
            border-radius: 50%;
            font-size: 25px;
        }


        .contenedor-todas-notificaciones .notificacion .icono-sin-revisar {
            color: red;
            font-size: 18px;
            cursor: pointer;
            padding-right: 5px;
        }


        .contenedor-todas-notificaciones .notificacion .icono-responder {
            cursor: pointer;
            color: #aeb4b7;
            font-size: 18px;
        }


.modal-respuestas .modal-content {
    border-radius: inherit;
    padding: 5% 5% 3% 5%;
}

.modal-respuestas .modal-header, .modal-respuestas .modal-body {
    padding: 0px;
    border: none;
}

.modal-respuestas .btn-cerrar-notificaciones {
    margin-right: -15px !important;
    background-image: none;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.modal-respuestas .contenedor-respuestas {
    padding-top: 20px;
}

    .modal-respuestas .contenedor-respuestas .contenido-respuesta {
        background-color: #f5f6fa !important;
        color: #004469;
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        min-height: 100px;
        resize: none;
        border-radius: 0px;
    }

        .modal-respuestas .contenedor-respuestas .contenido-respuesta::placeholder {
            color: #999999 !important;
        }

    .modal-respuestas .contenedor-respuestas .contenedor-boton {
        text-align: right;
    }

    .modal-respuestas .contenedor-respuestas .boton-volver-aviso {
        margin-top: 20px;
        color: #404e67;
        background-color: white;
        border: solid 1px #404e67;
        border-radius: 0 !important;
        width: 150px;
        text-align: center;
        padding: 2px;
        margin-left: auto;
        margin-right: auto;
    }

        .modal-respuestas .contenedor-respuestas .boton-volver-aviso:hover {
            color: white;
            background-color: #404e67;
            border: solid 1px #404e67;
        }

.contenedor-respuestas-todas {
    max-height: 500px;
    overflow-x: auto;
}

.contenedor-todas-notificaciones-2 {
    max-height: 600px;
    overflow-x: auto;
}

.icono2 {
    float: left !important;
    margin-right: 26px !important;
    margin-bottom: 4px !important;
    width: 165px !important;
    box-sizing: border-box !important;
}

.texto-sin-respuestas {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.dx-header-row > td {
    white-space: nowrap !important;
    overflow: hidden !important;
    background-color: #3E4E67 !important;
    color: #ffffff !important;
}

.dx-datagrid .dx-header-filter-empty {
    color: #f8f9fa !important;
}

.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
    border: none;
    color: #2C6199;
    font-size: 14px;
    border-collapse: collapse;
}

.modal-header {
    background-color: #3e4e67 !important;
}

    .modal-header h2 {
        color: #fff !important;
        font-family: "Myriad Pro Regular", "Myriad Pro", "Frutiger", "Lucida Sans", "Droid Sans", Trebuchet MS, Helvetica, Arial, sans-serif !important;
    }

.dx-datagrid .dx-column-lines > td {
    border-left: none !important;
    border-right: none !important;
}

.dx-datagrid-content .dx-datagrid-table.dx-datagrid-table-fixed {
    color: #344767 !important;
}

.dx-datagrid.dx-datagrid-borders > .dx-datagrid-header-panel {
    padding: 10px 10px 5px 10px;
}


.progress {
    height: 4px !important;
    width: 100%;
}

.alert-input {
    position: relative;
    font-size: 16px;
}

    .alert-input .fa-check-circle, .alert-input .fa-exclamation-triangle {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .alert-input .fa-check-circle, .alert-input .fa-exclamation-triangle {
        left: auto;
        right: 10px;
    }

    .alert-input .fa-check-circle {
        color: green;
    }

    .alert-input .fa-exclamation-triangle {
        color: red;
    }