@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.login_content {
    position: absolute;
    width: 368px;
    height: 244px;
    top: 50%;
    left: 50%;
    margin-left: -184px;
    margin-top: -122px;
}

.login_content .logo_login {
    background-color: white;
    padding: 5%;
    width: 368px;
    height: 106px;
    margin-left: auto;
    margin-right: auto;
}

.login_content .form_login {
    background-color: white;
    padding: 5%;
    width: 368px;
    height: auto;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.login_content .form_login .row {
    width: 368px;
    height: 30px;
    display: table;
    margin-bottom: 10px;
}

.login_content .form_login .row .left {
    width: 110px;
    height: 30px;
    float: left;
    color: #D7A414;
}

.login_content .form_login .row .right {
    width: 258px;
    height: 30px;
    float: left
}

.login_content .form_login .row .right input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    float: right;
    font-size: 12px;
    height: 33px;
    padding: 3px;
    width: 240px;
}

.home_mensaje {
    color: #F00;
    font-size: 14px;
}

/**/
/**/
.header {
    width: 100%;
    position: relative;
    height: 100px;
    background-color: #F7F7F7
}

.header .content_header {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
}

.header .content_header .logo {
    width: 303px;
    height: 64px;
    float: left;
    margin-top: 18px;
}

.header .content_header .user {
    border-radius: 1px;
    color: #23265F;
    float: right;
    height: auto;
    font-size: 12px;
    margin-top: 30px;
    padding: 10px;
    width: auto;
}

.header .content_header .user:hover {
    background-color: #4572ed;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.header .content_header .user .btn_logout {
    background-image: url("../../img/ico_logout.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #D7A414;
    font-size: 12px;
    display: block;
    height: 18px;
    text-decoration: none;
    width: 55px;
    float: left;
}

/**/
.content {
    width: 960px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
}

thead,
tfoot {
    height: 35px;
}

tfoot td {
    padding-top: 9px;
}

/**/

/**/
.menu {
    height: 50px;
    width: 100%;
    background-color: #1f2024
}

.menu .content_menu {
    color: #fff;
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 10.5px;
}

.menu .content_menu .texto {
    margin-top: 17px;
    float: right;
    font-size: 10px;
}

.menu .content_menu .texto a {
    color: #4572ed;
    text-decoration: none;
    text-transform: uppercase;
}

.menu .content_menu .texto a::after {
    content: " | ";
    color: #aebee9;
}

.menu .content_menu .texto a:hover {
    color: #4572ed;
    transition: color 0.10s linear 0s, opacity 0.10s linear 0s, color 0.10s linear 0s;
}

/**/
.menu .content_menu .btn_menu {
    width: 80px;
    height: 29px;
    background-color: #FFF;
    display: block;
    float: left;
    margin-right: 8px;
    font-size: 12px;
    padding-top: 5px;
    text-decoration: none;
    text-align: center;
    color: #000;
    margin-top: 10px;
    border-radius: 3px
}

.menu .content_menu .btn_menu:hover {
    text-decoration: underline
}

.menu .content_menu .btn_ingresos {
    border-bottom: 3px solid #5caa49;
    text-transform: uppercase;
    text-decoration: none;
}

.menu .content_menu .btn_ingresos:hover {
    background-color: #5caa49;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_ingresos_selected {
    background-color: #5caa49;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_stock {
    border-bottom: 3px solid #F60;
    text-transform: uppercase;
    text-decoration: none;
}

.menu .content_menu .btn_stock:hover {
    background-color: #F60;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_stock_selected {
    background-color: #F60;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_egresos {
    border-bottom: 3px solid #96C;
    text-transform: uppercase;
    text-decoration: none;
}

.menu .content_menu .btn_egresos:hover {
    background-color: #96C;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_egresos_selected {
    background-color: #96C;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

/**/
.menu .content_menu .btn_tramite {
    border-bottom: 3px solid #09F;
    text-transform: uppercase;
    text-decoration: none;
}

.menu .content_menu .btn_tramite:hover {
    background-color: #09F;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_tramite_selected {
    background-color: #09F;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

/**/
.menu .content_menu .btn_informe {
    border-bottom: 3px solid #FC6;
    text-transform: uppercase;
    text-decoration: none;
}

.menu .content_menu .btn_informe:hover {
    background-color: #FC6;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.menu .content_menu .btn_informe_selected {
    background-color: #FC6;
    border-color: #fff;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

/**/
.btn_accion {
    width: 29px;
    height: 29px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../img/iconos.png);
    background-repeat: no-repeat;
}

.btn_view {
    background-position: 0 0
}

.btn_view:hover {
    background-position: 0 -30px
}

.over_negativo {
    background: #FFF0F5;
}

.over_negativo:hover {
    background: #4d5159;
    color: #000
}

.over_positivo {
    background-color: #DDFFCC;
}

.over_positivo:hover {
    background-color: #DDFFCC;
    color: #000
}

.over:hover .btn_view {
    background-position: 0 -30px
}

.btn_edit {
    background-position: -29px 0
}

.btn_edit:hover {
    background-position: -29px -30px
}

.over:hover .btn_edit {
    background-position: -29px -30px
}

.btn_delete {
    background-position: -58px 0
}

.btn_delete:hover {
    background-position: -58px -30px
}

.over:hover .btn_delete {
    background-position: -58px -30px
}

.btn_publicado_si {
    background-position: -87px 0
}

.btn_publicado_si:hover {
    background-position: -87px -30px
}

.over:hover .btn_publicado_si {
    background-position: -87px -30px
}

.btn_publicado_no {
    background-position: -115px 0
}

.btn_publicado_no:hover {
    background-position: -115px -30px
}

.over:hover .btn_publicado_no {
    background-position: -115px -30px
}

/**/
.content_buscar {
    display: table;
    margin-bottom: 20px;
    /*margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 960px;
}

.content_buscar .col_120 {
    width: 120px;
    height: auto;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.content_buscar .col_160 {
    width: 160px;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

.content_buscar .celdas {
    width: 100%;
    height: 39px;
    text-align: left;
}

.content_buscar .last {
    margin-right: 0;
}

/**/
.tabla_buscar,
.content_buscar {
    font-size: 14px;
    font-weight: lighter;
    border-bottom: 1px solid #e8e8e8;
}

.tabla_buscar input,
.content_buscar input {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 25px;
    padding: 3px;
    width: 160px;
    float: right;
}

.tabla_buscar select,
.content_buscar select {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 24px;
    padding: 3px;
    width: 158px;
}

.titulo_buscar {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
}

/**/
.seccion_titulo {
    color: #000;
    display: block;
    font-size: 20px;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 100%;
}

.borde_ingresos {
    border-bottom: 1px solid #5CAA49;
    box-shadow: 0 8px 0 0 #f3f3f3;
}

.borde_egresos {
    border-bottom: 1px solid #B41414;
    box-shadow: 0 8px 0 0 #f3f3f3;
}

.borde_gris {
    border-bottom: 1px solid #9C9C9C;
    box-shadow: 0 8px 0 0 #f3f3f3;
}

.borde_gris2 {
    border-bottom: 1px solid #ccc;
}

.tit_handler {
    border: medium none;
    cursor: move;
    height: 59px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.titulo_lightbox {
    color: #fff;
    font-size: 20px;
    height: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px solid #9C9C9C;
    box-shadow: 0 8px 0 0 #f3f3f3;
    background-color: #1f2024;
    margin-bottom: 7px;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 10px;
    /*border-radius: 5px 5px 0 0;*/
}

.titulo_lightbox h1 {
    color: #fff;
}

.light_content {
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.light_content_modificar {
    overflow-x: hidden;
    overflow-y: auto;
}

.sub {
    margin-top: 20px;
}

/**/
.form_buscar {
    width: 960px;
    height: auto;
    clear: both;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    display: table;
    border-bottom: 1px solid #ccc;
}

.form_agregar {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 8px 0 0 #f3f3f3;
}

.col {
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.margen {
    margin-left: 20px;
}

.col .row {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #e8e8e8;
}

.col .row .c_left {
    height: 29px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.col .row .c_right {
    height: 32px;
    float: left;
    padding-top: 7px;
}

.col .row .c_right input {
    float: right;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 25px;
    padding: 3px;
    width: 220px;
    font-size: 12px;
}

.col .row .c_right select {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    float: right;
    height: 25px;
    padding: 3px;
    width: 220px;
    font-size: 12px;
}

.col .row .c_right select option {
    height: 18px;
    padding: 3px;
}

.col .row .c_right textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 25px;
    padding: 3px;
    width: 300px;
    font-size: 12px;
}

.col .last,
.form_agregar .col .row_text.last {
    border-bottom: none;
}

.col .row_text {
    width: 100%;
    height: 79px;
    border-bottom: 1px solid #e8e8e8;
}

.col .row_text .c_left {
    width: 140px;
    height: 29px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
}

.col .row_text .c_right {
    width: 320px;
    height: 73px;
    float: left;
    padding-top: 6px;
}

.col .row_text .c_right textarea {
    float: right;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 64px;
    padding: 3px;
    width: 299px;
    font-size: 12px;
}

.boton {
    clear: both;
    display: table;
    height: 34px;
    padding-bottom: 10px;
    width: 940px;
}

.boton .btn {
    background-color: #D7A414;
    color: #fff;
    float: right;
    font-size: 12px;
    height: 27px;
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0;
    text-transform: uppercase;
    width: 100px;
}

/*.form_agregar .boton .btn:hover { color:#999}*/
.boton .btn:hover {
    background-color: #4572ed;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.boton .btn {
    /*border-bottom:3px solid #5caa49;*/
    background-color: #D7A414;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 27px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    width: 100px;
}

input.btn_buscar {
    background-color: #D7A414;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 27px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    width: 100px;
}

/*.form_agregar .boton .btn:hover { color:#999}*/
input.btn_buscar:hover {
    background-color: #4572ed;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

/**/
.btn_agregar {
    background-color: #D7A414;
    border: medium none;

    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 27px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}

.btn_agregar:hover {
    background-color: #4572ed;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}

.btn_cerrar {
    height: 25px;
    width: 25px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 15px;
    background-color: #EFEFEF;
}

.btn_cerrar:hover {
    color: #fff;
    background-color: #4572ed;
    transition: background-color 0.25s linear 0s, border-color 0.25s linear 0s, opacity 0.25s linear 0s, color 0.25s linear 0s;
}


.force_bold {
    font-weight: bold !important;
    width: 136% !important;
}

.resultado_predictivo {
    display: block;
    font-size: 12px;
    cursor: pointer;
}

.resultado_predictivo a:hover {
    color: #d7a414;

}

/**/