@charset "utf-8";

/* CSS Document */
.validacion {
    position: absolute;
    background-color: #F4F9FD;
    border: 5px solid #575757;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    width: 200px;
    height: 50px;
}

.popup {
    position: absolute;
    background-color: #F4F9FD;
    z-index: 1;
    margin-left: -350px;
    margin-top: -200px;
    padding: 10px;
    width: 700px;
    height: 340px;
    left: 50%;
    top: 400px;
    border: 5px solid #575757;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

body {
    background-color: #F4F9FD;
    font-family: 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 12px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.cabezote {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 35px;
    background-color: #3F5C87;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #99BBE8;
}

.contenidologin {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 365px;
    background-image: url(images/fondo_login_lineas.png);
    background-repeat: repeat-x;
    text-align: center;
}

.paneldesplazable {
    float: left;
    border: solid 1px;
    border-color: #99BBE8;
    background-color: #DAE7F8;
    visibility: visible;
    z-index: 1;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    margin-bottom: 2px;
    margin-top: 2px;
}

/* titulo principal de los div movibles de los informes*/
.cabezotepanel {
    border-radius: 6px 6px 2px 2px;
    background-color: #A0BBD3;
    height: 25px;
}

.cabezotepanel label {
    padding-top: 5px;
    padding-left: 3px;
    position: absolute;
}

.cabezotepanel img {
    padding: 2px;

}

.paneldesplazablecontenido {
    padding: 3px;
}

/* barra de botones de los div movibles de los informes*/
.barracabezotepanel {
    position: absolute;
    float: right;
    top: 0px;
    right: 10px;
}

.celda_filtro {
    line-height: 15px;
}

.contenedor {
    width: 996px;
    margin-left: auto;
    margin-right: auto;
}

.contenedorpantallas {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.fotografia {
    float: left;
    width: 580px;
    height: 365px;
    background-image: url(images/fotologin_nuevo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: 70% auto;
}

.login {
    float: right;
    width: 417px;
    text-align: left;
    padding: 10px;
}

.botonlogin {
    background-image: url(images/boton_entrar.png) !important;
    background-repeat: no-repeat !important;
    width: 200px;
    height: 100px;
    border: none;
}

#uname {
    padding-left: 30px;
}

#pwd {
    padding-left: 30px;
}

.usuario {
    float: right;
    position: absolute;
    top: 35px;
    right: 100px;
    font-size: 10px;
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    color: #FFF;
}

.miEmpresa {
    float: center;
    position: absolute;
    top: -5px;
    right: 550px;
    font-size: 10px;
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    color: #FFF;
}

.salir {
    float: right;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 10px;
    z-index: 10000;
}

.etiquetalogin {
    font-size: 15px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #333333;
}

.piepagina {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-image: url(images/fondo_pie_login.png);
    background-repeat: repeat-x;
    text-align: center;
}

.pie {
    width: 800px;
    /*	height:283px; */
    background-image: url(images/fondo_piepagina.png);
    background-repeat: no-repeat;
    background-position: left top;
    text-shadow: 1px 1px 2px #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: right;
    padding-right: 40px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
}

.etiquetalogin img {
    position: relative;
    z-index: 10000;
    left: 35px;
    top: 2px;
}

.logo {
    float: left;
    height: 55;
    position: absolute;
    top: 0px;
}

.menu {
    height: 99px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 58px;
}

.menuvertical {
    width: 101px;
    background-color: #DAE7F8;
}

.contenidostab {
    padding: 10px;
    background-color: #FFF;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #99BBE8;
    border-right-color: #99BBE8;
    border-bottom-color: #99BBE8;
    border-left-color: #F4F9FD;
}

.contenidopantalla {
    border: 1px solid #99BBE8;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.camposentrada {
    background: url("../images/bg-input.png") repeat-x scroll 0 0 #FFFFFF;
    border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    outline: 0 none;
    padding: 3px;
}

.tbl-header {
    background-color: #BCBDBC;
    font-family: sans-serif;
    text-shadow: 1px 1px 2px #000;
    font-weight: bold;
    font-size: 11px;
    height: 27px;
    text-align: center;
    color: #FFF;
}

.tbl-cell {
    background-color: #FFF;
}

.tbl-row-even {
    background-color: #FFF;
    height: 26px;
}

.tbl-row-odd {
    background-color: #F4F4F4;
    height: 26px;
}

.tbl-row-red {
    background-color: #ffe8e8;
    height: 26px;
}

.tbl-row-red:hover {
    background-color: #ffcccc;
}

.tbl-row-filter {
    background-color: #F5F5F5;
    height: 26px;
}

.pestana {
    background-color: #4A6A99;
    color: #FFF;
    font-weight: bold;
    width: auto;
    display: table-cell;
    border-radius: 4px 4px 0 0;
    height: 22px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    text-align: center;
}

.tbl-footer {
    background-image: url(images/fondo_footer.png);
    background-repeat: repeat-x;
    height: 35px;
}

.tbl-footer td {
    font-size: 13px;
    vertical-align: middle;
}

.tbl-footer img {
    padding-top: 3px;
}

.numeropagina {
    position: relative;
    width: 20%;
    top: -5px;
    display: inline;
    padding: 6px;
}

.imagen {
    width: 210px;
    float: left;
    position: relative;
    background-color: #DAE7F8;
    padding: 2px;
    margin: 3px;
    border-radius: 4px 4px 4px 4px;
}

.adaptables {
    width: 96%;
}

.titulotablamultiregistro {
    background-color: #6D737C;
    color: #FFFFFF;
    font-weight: bold;
    height: 22px;
    padding-left: 5px;
    text-align: center;
}

.tablamultiregistro {
    background-color: #F4F4F4;
    border: 1px solid #CCC;
}

.titulocolumna {
    background-image: url(images/fondo_titulocolumna.png);
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    height: 36px;
    padding-left: 10px;
}

.titulocolumna a:link {
    font-family: Arimo, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.titulocolumna a:hover {
    font-family: Arimo, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #4A6A99;
}

.titulocolumna img {
    padding-left: 7px;
}

.titulocolumnainput {
    font-family: Arimo, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    height: 20px;
    display: inline-block;
    border: 0px;
    border-right: 1px #CCC solid;
    padding-top: 5px;
    padding-left: 5px;
}

.titulocolumnaimagen {
    background-image: url(images/fondo_titulocolumna.png);
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    height: 28px;
    padding-left: 10px;
}

.titulocolumnaimagen a:link {
    font-family: Arimo, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.titulocolumnaimagen a:hover {
    font-family: Arimo, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #4A6A99;
}

.titulocolumnaimagen img {
    padding-top: 6px;
    padding-right: 6px;
    position: relative;
}

/* campos de digitacion en lineas multiregistro */
.totales {
    width: 120px;
    height: 32px;
    font-size: 16pt;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px;
    color: #777;
    background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    background-color: #FFF;
    background-image: url(../images/bg-input.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    text-align: right;
}

.noborde {
    padding: 4px !important;
    border: none !important;
    border: 0px !important;
    border-right: 1px !important;
    border-bottom: 1px !important;
    border-color: #ccc !important;
    border-style: solid !important;
}

.selectnoborde {
    padding: 3px;
    border: none;
    border: 0px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #ccc;
    border-style: solid;
}

.selectencabezado {
    height: 26px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* div para agrupar input y checkbox en lineas multiregistro */
.divchecknoborde {
    display: inline-block;
    height: 24px;
    border: none;
    border: 0px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #ccc;
    border-style: solid;
}

.divnoborde {
    display: inline-block;
    height: 24px;
}

.imgnoborde {
    display: inline-block;
    height: 24px;
    border: none;
    border: 0px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #ccc;
    border-style: solid;
}

.botonnoborde {
    border: 0 none;
    border-radius: 20px / 80px;
    padding: 12px 18px;
    margin: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 0.455;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    font-family: 'Segoe UI', Tahoma, sans-serif !important;
    font-weight: bold;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    background: #405D88;
    color: #f4f7f7;
}

.botonnoborde:hover {
    opacity: .9;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.botonnoborde:active {
    opacity: .75;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}

.divflotante {
    position: absolute;
    background-color: #FFF;
    border: solid 6px #999;
    overflow: none;
    z-index: 1;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.numerico,
.numerico2 {
    text-align: right;
}

/* estilo para listas deplegables de busqueda de autocompletar */
.suggestionsBox {
    position: absolute;
    margin: 10px 10px 0px 0px;
    width: 300px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #fff;
    z-index: 99;
}

.suggestionList {
    margin: 10px;
    padding: 0px;
    background-color: #4A6A99;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: auto;
    height: 250px;
    -moz-box-shadow: 3px 3px 4px #111;
    -webkit-box-shadow: 3px 3px 4px #111;
    box-shadow: 3px 3px 4px #111;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111')";
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#111111');
}

.suggestionList li {
    list-style: none;
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #5B7DB0;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

.suggestionList td {
    list-style: none;
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #5B7DB0;
    color: #fff;
    font-size: 10px;
}

.suggestionList th {
    list-style: none;
    margin: 0px 0px 3px 0px;
    padding: 3px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #5B7DB0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.celda_filtro:hover {
    background-color: #659CD8;
}

/* mensaje de espera en procesos largos */
.mensajeEspera {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #D7E1F5;
    border: 2px solid #0069AA;
    border-radius: 10px 10px 10px 10px;
    color: #333333;
    height: 150px;
    left: 40%;
    margin: 10px 10px 0 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 200px;
    z-index: 99;
    -moz-box-shadow: 6px 6px 5px #888;
    -webkit-box-shadow: 6px 6px 5px #888;
    box-shadow: 6px 6px 5px #888;
}

.divintegridad {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    background-color: rgba(255, 228, 92, 0.47);
    border: 1px solid rgba(255, 0, 0, 0.26);
    border-radius: 5px;
    color: rgba(255, 0, 0, 0.64);
    padding: 3px;
    margin: 5px 0px 5px 0px;
    position: relative;
    text-align: center;
    width: 99%;
    z-index: 99;
    -moz-box-shadow: 6px 6px 5px #afafaf;
    -webkit-box-shadow: 6px 6px 5px #afafaf;
    box-shadow: 6px 6px 5px #afafaf;
}

.bordeabajotabla {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #4A6A99;
}

#encabezados {
    background-image: url(images/fondo_titulocolumna.png);
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    border-bottom: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;
}

.adicionarimagen {
    background-color: #DAE7F8;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin: 3px;
    padding: 2px;
    position: relative;
    width: 210px;
    top: 0%;
    left: 0%;
}

.fondotabla {
    background-color: #ddd;
    /*background-color: #000;*/
}

.campocolumna {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.campocolumna img {
    padding-left: 5px;
}

.footer {
    background-image: url(images/fondo_footer_aplicativo.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 100%;
    position: fixed;
    z-index: 10000;
    text-align: center;
    bottom: 0px;
    padding-top: 5px;
}

.footer td {
    font-size: 12px;
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    padding-top: 5px;
}

.boton {
    background-color: #0069AA;
    color: #ffffff;
    font-weight: bold;
    border-radius: 8px 8px 8px 8px;
    padding: 3px;
    width: 97%;
}

.contenido {
    background-color: #F6F6F8;
    border-radius: 8px 8px 8px 8px;
    padding: 3px;
    width: 97%;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    top: 10px;
    position: relative;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D8D7D8;
    border-right-color: #D8D7D8;
    border-bottom-color: #D2D2D2;
    border-left-color: #D8D7D8;
}

.contenidored {
    background-color: #DC291E;
    border-radius: 8px 8px 8px 8px;
    padding: 3px;
    width: 95%;
    min-height: 380px;
    margin-left: 5px;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D8D7D8;
    border-right-color: #D8D7D8;
    border-bottom-color: #C2231B;
    border-left-color: #D8D7D8;
}

.contenidogray {
    background-color: #4C4C4C;
    border-radius: 8px 8px 8px 8px;
    padding: 3px;
    width: 95%;
    min-height: 380px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    float: right;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 5px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D8D7D8;
    border-right-color: #D8D7D8;
    border-bottom-color: #3B3B3B;
    border-left-color: #D8D7D8;
}

.titulotabla {
    background-image: url(images/fondo_titulo1.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
}

.titulotabla1 {
    background-repeat: repeat-x;
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: 25px;
    text-align: left;
    background-image: url(images/subtitle_table.png);
    border: 1px solid #CCC;
    background-color: #E0E0E0;
}

.tituloppal {
    background-repeat: repeat-x;
    font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #fff;
    font-weight: normal;
    font-size: 24px;
    padding-left: 0px;
    color: #999;
    height: 36px;
    width: 98%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.tituloppalwhite {
    background-image: url(images/fondo_titulo_ppal2.png);
    background-repeat: repeat-x;
    font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #000;
    font-weight: normal;
    font-size: 22px;
    padding-left: 0px;
    color: #FFF;
    height: 36px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #B02118;
    width: 98%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.tituloppalgray {
    background-image: url(images/fondo_titulo_ppal2.png);
    background-repeat: repeat-x;
    font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #000;
    font-weight: normal;
    font-size: 22px;
    padding-left: 0px;
    color: #FFF;
    height: 36px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #404040;
    width: 98%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.tituloppalred {
    background-image: url(images/fondo_titulo_ppal2.png);
    background-repeat: repeat-x;
    font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #fff;
    font-weight: normal;
    font-size: 22px;
    padding-left: 0px;
    color: #B02118;
    height: 36px;
    width: 98%;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

.subtitulotabla {
    background-image: url(images/fondo_subtitulo1.png);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
    font-size: 11px;
    height: 27px;
    text-align: left;
    color: #FFF;
}

.pie1 {
    background-image: url(images/fondo_abajo1.png);
    background-repeat: repeat-x;
    font-family: "Helvetica Neue", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #8CB2C7;
    border-left-color: #8CB2C7;
}

.subtitulotabla1 {
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
    font-size: 11px;
    height: 27px;
    text-align: left;
    color: #FFF;
    background-color: #757575;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #A0A2A1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #505050;
}

label {
    font-family: 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 13px;
}

.etiqueta {
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.lineawelcome {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #E14940;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #BB231A;
    text-align: left;
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: 35px;
    padding-top: 5px;
}

.lineawelcomegray {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #575757;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #393939;
    text-align: left;
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    height: 35px;
    padding-top: 5px;
}

.linea1 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    height: 20px;
    padding: 4px;
    background-color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E8E8E8;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E8E8E8;
}

.linea2 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    height: 20px;
    padding: 4px;
    background-color: #F6F6F6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E8E8E8;
}

.total {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    height: 20px;
    padding: 4px;
    background-color: #F4D9D9;
}

.pietabla {
    background-image: url(images/fondo_pie2.png);
    background-repeat: repeat-x;
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    padding-right: 10px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #8AB0C6;
    border-left-color: #8AB0C6;
}

.pietabla1 {
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    padding-right: 10px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #8AB0C6;
    border-left-color: #8AB0C6;
    background-color: #DEEAF9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #8CB2C6;
}

.margenabajo {
    margin-bottom: 5px;
}

.tabla {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #8AB0C6;
    border-left-color: #8AB0C6;
}

.tablappal {
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    font-weight: bold;
}

fieldset {
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #99BBE8 !important;
    padding: 8px;
}

.groupbox {
    font-family: Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #173713;
    padding-left: 10px;
}

.paginacion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333;
    font-weight: normal;
}

.tableHeaders {
    text-align: left;
    float: left;
    width: 85%;
}

.fondoordenamiento {
    background-image: url(images/ordenamiento2.gif);
    background-repeat: no-repeat;
    cursor: hand;
    cursor: pointer;
    float: right;
    height: 14px;
    width: 15%;
    background-position: right;
}

.campoadaptable {
    width: 96%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.camposlistas {
    width: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.grupo {
    background-color: #F2F7F2;
    border: 1px solid #8BB706;
}

.grupotexto {
    background-color: #F2F7F2;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.campoadaptabledis {
    width: 96%;
    background-color: #EAEAEA !important;
}

.separator {
    background-image: url(images/separator_vertical.png);
    background-repeat: repeat-y;
    background-position: center;
}

.titledataentry {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #BDBDBD;
    font-weight: bold;
    margin-bottom: 55px;
}

.tablebotons {
    position: relative;
    left: 0px;
    float: left;
}

.update {
    position: relative;
    top: -5px;
    float: left;
    z-index: 0;
}

.addcolum {
    position: absolute;
    top: 400px;
    float: rigth;
    z-index: 0;
    right: 10px;
}

.iconoerror {
    height: 24px;
    background-image: url(images/msg_error.png);
    float: left;
    width: 33px;
}

.iconoalerta {
    height: 24px;
    background-image: url(images/msg_alerta.png);
    float: left;
    width: 33px;
}

.iconoinformativo {
    height: 24px;
    background-image: url(images/msg_informativo.png);
    float: left;
    width: 33px;
}

.iconopregunta {
    height: 24px;
    background-image: url(images/msg_pregunta.png);
    float: left;
    width: 33px;
}

.iconosatisfactorio {
    height: 24px;
    background-image: url(images/msg_satisfactorio.png);
    float: left;
    width: 33px;
}

.mensajes {
    background-color: #FFFFCC;
    clear: both;
    height: 24px;
    width: 99%;
    margin-right: auto;
    margin-left: auto;
    display: none;
}

.textomensaje {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    height: 24px;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 50px;
}

.requerido {
    border: 1px solid #D64C4C !important;
}

.wrapper {
    width: 100%;
    height: 94px;
    background-image: url(images/fondo_cabezote_layout.png);
    background-repeat: repeat-x;
}

legend {
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #8B9B37;
    margin-top: 6px;
}

.barra_arriba {
    background-image: url(images/barra_arriba.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 11px;
}

.botonadicionar {
    float: right;
    position: relative;
    margin-right: 3px;
}

.tablaadjuntar {
    background-color: #FFF;
    margin: 3px;
    padding: 5px;
}

.fecha {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #999;
    text-align: right;
    width: 996px;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

.wrappercontent {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.imputresize {
    width: 99%;
}

.center {
    text-align: center;
}

.littletext {
    text-indent: 22px;
    font-size: 9px;
    display: block;
}

/* estilos prar impresion de informes*/
.informetitulo1 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    height: 30px;
    padding: 4px;
    background-color: #F6F6F6;
}

.informetitulo2 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    height: 20px;
    padding: 4px;
}

.informetitulo3 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    height: 20px;
    padding: 4px;
}

.informedetalle {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 11px;
    color: #333;
    height: 20px;
    padding: 4px;
}

.informedetallegris {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: normal;
    font-size: 11px;
    color: #333;
    height: 20px;
    padding: 4px;
    background-color: #F6F6F6;
}

.informetotal1 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    height: 20px;
    padding: 4px;
    background-color: #F6F6F6;
}

.informetotal2 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    height: 20px;
    padding: 4px;
}

.informetotal3 {
    font-family: 'Arimo', sans-serif, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 2px #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    color: #333;
    height: 20px;
    padding: 4px;
}

/*Estilos para reportes*/
#reporte th {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    padding: 2px;
}

#reporte td {
    padding: 2px;
}

#reporte .even {
    background: #f2f2f2;
}

#reporte .odd {
    background: #FFF;
}

#reporte .total {
    background: #EAE6E1;
    font-weight: bold;
    font-size: 13px !important;
}

#reporte .header {
    background: #4A6A99;
    font-weight: bold;
    color: #fff;
}

.header {
    background: #4A6A99;
    font-weight: bold;
    color: #fff;
}

.inputCalculo {
    background: #D3D3D3;
    color: #5E5E5E;
    border-radius: 5px;
}

.inputCalculoMultiregistro {
    background: #D3D3D3;
    color: #5E5E5E;
}

.VTabbedPanels {
    overflow: hidden;
    zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
    float: left;
}

.VTabbedPanels .TabbedPanelsTab {
    float: right;
    margin: 0px;
}

.VTabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
}

/*Tabspanel flotante*/
.V2TabbedPanels {
    overflow: hidden;
}

.V2TabbedPanels .TabbedPanelsContentGroup {
    clear: none;
    float: left;
    padding: 0px;
    width: 100%;
}

/* ESTILOS MODAL BLOCK HOJAVIDAMAQUINA*/
.img_modal {
    z-index: 99;
    margin: 40px 84px;
    width: 18%;
    position: absolute;
}

.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: 1000;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    overflow-y: auto;
}

.modalmask:target {
    opacity: 1;
    pointer-events: auto;
}

.modalbox {
    width: 800px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.movedown {
    margin: 60px auto;
}

.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;
}

.thumb {
    height: 95px;
    width: 195px;
    border: 0px solid #eee;
}

.thumb2 {
    height: 360px;
    width: 795px;
    margin: 26px 2px;
    border: 0px solid #eee;
}

/* form image hojavidamaquina */
#loading {
    background-position: 498px 8px !important;
    padding: 65px;
    /* margin: 34px; */
    padding-bottom: 10px;
    background: url(images/cargando.gif) no-repeat center;
    text-align: center;
    font-size: 15px;
    font-family: fantasy;
}

/*TABS NEWS*/
ul.tabs {
    padding: 7px 0;
    font-size: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

ul.tabs li {
    display: inline;
    margin: 0;
    margin-right: 3px;
}

ul.tabs li a {
    font: normal 12px sans-serif;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #435a8b;
    background: #435a8b;
    color: #fff;
    border-radius: 3px 3px 0 0;
    outline: none;
}

ul.tabs li.selected a,
ul.tabs li.selected a:hover {
    color: #000;
    position: relative;
    top: 0px;
    font-family: inherit;
    font-weight: bold;
    background: #e9eaed;
    border: 1px solid #B7B7B7;
    border-bottom-color: #e9eaed;
}

ul.tabs li.selected a:hover {
    text-decoration: none;
}

div.tabcontents {
    border: 1px solid #B7B7B7;
    padding: 4px;
    background-color: #e9eaed;
    border-radius: 0 3px 3px 3px;
}

div.tabcontents2 {
    border: 1px solid #B7B7B7;
    border-radius: 0 3px 3px 3px;
}

/* ESTILOS DE CARGA (UTILIZADO EN ORDEN DE PRODUCCION) */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(236, 236, 236, 0.95);
    background-color: rgba(56, 70, 251, 0.1);
    display: none;
}

.loader-wrapper .loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:after {
    /*Big*/
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 12px solid transparent;
    border-top-color: #6889B4;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:before {
    /*Small*/
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #81BEF7;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loader:after {
    /*Medium*/
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #4A6A99;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -moz-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -ms-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    -o-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -moz-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -o-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -moz-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -o-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -moz-transform: rotate(0deg);
        /* IE 9 */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -o-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

/*Para que funcione en chrome y firefox igual*/
input[readonly],
input[readonly="readonly"] {
    background-color: rgba(219, 219, 219, 1) !important;
}

/* TERMINA ESTILOS DE PRELOAD */

/* comienza estilos modal produccion nuevos */
.modalContent {
    -webkit-box-shadow: -2px 2px 33px -2px rgba(15, 15, 15, 1);
    -moz-box-shadow: -2px 2px 33px -2px rgba(15, 15, 15, 1);
    box-shadow: -2px 2px 33px -2px rgba(15, 15, 15, 1);
}

.headerModal {
    padding: 5px 5px 10px 10px;
    border-bottom: 1px solid #BDBDBD;
    background-color: #eee;
    font-weight: bold;
    color: gray;
}

.modalInfo {
    background-color: #4a6a99;
    border-color: #6a5acd;
    color: white;
}

.modalWarning {
    background: #ffaf4b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffaf4b 50%, #ff920a 74%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffaf4b), color-stop(74%, #ff920a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffaf4b 50%, #ff920a 74%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffaf4b 50%, #ff920a 74%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffaf4b 50%, #ff920a 74%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffaf4b 50%, #ff920a 74%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0);
    /* IE6-9 */
    border-color: #FFBB0D;
    color: white;
}

.modalError {
    background-color: #FF7F50;
    border-color: #FF4500;
    color: white;
}

.bodyModal {
    padding: 20px 10px 25px;
    background: white;
    font-size: 13px;
}

.footerModal {
    padding: 5px 5px 5px 10px;
    text-align: right;
    border-top: 1px solid #C8C8C8;
    background: white;
}

.sprite {
    background: url('../images/todo_uno.png') no-repeat top left;
    width: 16px;
    height: 16px;
}

.sprite.eliminar16x16 {
    background-position: 0 -110px;
    width: 20px;
    border: none;
    outline: none;
    display: block;
    margin-left: 6px;
}

.mover_caneca {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    cursor: pointer;
    display: inline-block !important;
}

.date-input {
    background: url(images/calendario.png) no-repeat 97% !important;
    background-color: #fff !important;
    background-size: 17px !important;
}

input:required:focus {
    border: 1px solid #4A6A99 !important;
    outline: none;
}

input[required]:invalid {
    box-shadow: 0 0 1px 1px #F54545;
    outline: none;
}

/*Estilos clases de Error*/
.errorValidacion::-webkit-input-placeholder {
    color: red !important;
}

.errorValidacion:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}

.errorValidacion::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}

.errorValidacion:-ms-input-placeholder {
    color: red !important;
}

#conten-info {
    background: #eee;
    position: fixed;
    border-radius: 20px/80px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 0px solid transparent;
    top: 5%;
    height: 100px;
    width: 220px;
    right: -4px;
    cursor: pointer;
    padding: 8px 20px 8px 8px;
    font-size: medium;
    font-family: sans-serif;
    overflow-y: scroll;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    -ms-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    -o-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    z-index: 1000;
    -webkit-transition-property: border left right;
    -moz-transition-property: border left right;
    -o-transition-property: border left right;
    transition-property: border left right;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

#conten-adv {
    background: #eee;
    position: fixed;
    border-radius: 20px/80px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 0px solid transparent;
    cursor: pointer;
    right: -10px;
    font-size: medium;
    font-family: sans-serif;
    height: 15%;
    overflow-y: auto;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    width: 20%;
    padding: 8px 20px 8px 8px;
    -webkit-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    -ms-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    -o-box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    box-shadow: -5px 3px 9px rgba(0, 0, 0, 0.42);
    z-index: 1000;
    -webkit-transition-property: border left right;
    -moz-transition-property: border left right;
    -o-transition-property: border left right;
    transition-property: border left right;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.conten-error {
    border-left: 18px solid rgb(228, 80, 80) !important;
    opacity: 1;
    transform: translateX(-2%) !important;
    -webkit-transform: translateX(-2%) !important;
    -moz-transform: translateX(-2%) !important;
    -ms-transform: translateX(-2%) !important;
}

.conten-info {
    border-left: 18px solid rgba(74, 106, 153, 0.73) !important;
    opacity: 1;
    transform: translateX(-2%) !important;
    -webkit-transform: translateX(-2%) !important;
    -moz-transform: translateX(-2%) !important;
    -ms-transform: translateX(-2%) !important;
}

.conten-adv {
    border-left: 18px solid rgba(255, 124, 11, 0.66) !important;
    opacity: 1;
    transform: translateX(-2%) !important;
    -webkit-transform: translateX(-2%) !important;
    -moz-transform: translateX(-2%) !important;
    -ms-transform: translateX(-2%) !important;
}

.notTr {
    pointer-events: none;
    background: #fff !important;
}