body{
    background-color: #F9F9F9;
    background-image: url("../img/hyo.png");
    background-repeat: repeat;
    background-size: 200px auto;
    height: 100vh;
    overflow: hidden;
}
@media (max-width: 990px) {
    #aside_toolbar {
        display: none;
        width: 0;
    }

    #area_trabajo{
        width: 100% !important;
    }
}

#area_trabajo{
    height: calc(100vh - 55px);
    margin: 0 auto;
    min-height: calc(100vh - 35px);
    overflow: scroll;
    padding: 0;
    position: relative;
    width: 100%;
}

#contenedor_principal{
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 1024px;
    min-width:400px; /* suppose you want minimun width of 1000px */
    width: auto !important;  /* Firefox will set width as auto */
    width:400px;
}

.wis_seccion.auth .app_contenido{
    float: right;
    height: min-content;
    margin: 0;
    max-width: 100vw;
    min-width: 410px;

}

.wis_seccion.no_auth .app_contenido{

}

@media (min-width: 768px) {
    .app_contenido{
        /*margin: 0 0 0 225px;*/
    }
    .wis_seccion.auth .app_contenido.app_estado_normal {
        width: calc(100% - 200px) !important;

    }
}
@media (max-width: 768px) {
    .app_contenido{
        /*margin: 0 0 0 225px;*/
    }
    .wis_seccion.auth .app_contenido.app_estado_normal{
        width: 100% !important;
    }
}
#nav_mostrar {
    left: -100px;
    position: absolute;
}
#menu_opcion_tools .glyphicon.glyphicon-arrow-left {
    border-radius: 10px 0 0 10px;
}
#menu_opcion_tools .glyphicon.glyphicon-arrow-right {
    border-radius: 0 10px 10px 0;
}
.wis_seccion .glyphicon.glyphicon-remove {
    color: red;
}
.wis_seccion .glyphicon.glyphicon-ok {
    color: green;
}
#regresar{
    border: 1px outset #000000;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    width: 95px;
}

#regresar:hover{
    text-decoration: underline;
}


#bloque_dos{
    position: absolute;
    right: 2%;
    width: 0%;
}

.item_radio{
    background: #FFF;
    border: 1px solid #AFAFAF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.item_radio:hover{
    background: #000;
}

.item_radio_interno{
    background: #A4A4A4;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 8px;
    margin: 2px;
    width: 8px;
}

.item_radio:hover > .item_radio_interno{
    background: #FFF;
}

.titulo_tabla{
    float: left;
}

.contenedor_servicios{
    border: 1px solid #A3A3A3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.contenedor_servicios li:hover{
    color: #F00;
    cursor:pointer;
}

.contenedor_servicios li:checked{
    color: #00F;
    cursor:pointer;
}

.encabezado_informacion{
    font-weight: bold;
    height: 50px;
    line-height: 38px;
    left: -6%;
    position: absolute;
    top: -34px;
    width: 112%;
    z-index: 100;
}

#contenedor_elemento table , #botones_accion table{
    margin: 0 auto;
    /*width: 400px;*/
}

.elemento_formulario{
    padding: 3px;
}

#menu_herramientas{
    display: inline-block;
    height: 30px;
    top:0;
    width: 98%;
}

.herramientas{
    background: none repeat scroll 0 0 #FDFDFD;
    border: 1px solid #C6C6C6;
    color: #4A4A4A;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px 6px;
    width: 100px;
}

.herramientas:hover{
    background: #cfd0d5; /* Old browsers */
    background: -moz-linear-gradient(top, #cfd0d5 0%, #ffffff 100%, #595959 100%, #2c2c2c 100%, #474747 100%, #111111 100%, #2b2b2b 100%, #474747 100%, #474747 100%, #1c1c1c 100%, #474747 100%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfd0d5), color-stop(100%,#ffffff), color-stop(100%,#595959), color-stop(100%,#2c2c2c), color-stop(100%,#474747), color-stop(100%,#111111), color-stop(100%,#2b2b2b), color-stop(100%,#474747), color-stop(100%,#474747), color-stop(100%,#1c1c1c), color-stop(100%,#474747), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfd0d5 0%,#ffffff 100%,#595959 100%,#2c2c2c 100%,#474747 100%,#111111 100%,#2b2b2b 100%,#474747 100%,#474747 100%,#1c1c1c 100%,#474747 100%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfd0d5 0%,#ffffff 100%,#595959 100%,#2c2c2c 100%,#474747 100%,#111111 100%,#2b2b2b 100%,#474747 100%,#474747 100%,#1c1c1c 100%,#474747 100%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cfd0d5 0%,#ffffff 100%,#595959 100%,#2c2c2c 100%,#474747 100%,#111111 100%,#2b2b2b 100%,#474747 100%,#474747 100%,#1c1c1c 100%,#474747 100%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cfd0d5 0%,#ffffff 100%,#595959 100%,#2c2c2c 100%,#474747 100%,#111111 100%,#2b2b2b 100%,#474747 100%,#474747 100%,#1c1c1c 100%,#474747 100%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfd0d5', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.imagen_herramienta{
    float: left;
    margin-left: 4px;
    margin-right: 4px;
}

#acc_contenedor_ultimas_transacciones .transaccion{
    border: 1px solid #DDDDDD;
    height: 38px;
}

#acc_contenedor_ultimas_transacciones .transaccion a {
    border: 1px solid #dddddd;
    font-size: 25px;
    height: 38px;
    margin: 0 auto;
    text-align: center;
}



#acc_contenedor_ultimas_transacciones .descripcion_transaccion_valor{
    font-weight: bold;
}

.descripcion_transaccion{
    font-size: 14px;
}

/*SEGUNDA PARTE*********************************************************************************/
/* Foto Perfil */
.clase_perfil{
    border: 3px solid;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}

/* Flecha Perfil */
.clase_aside_flecha{
    background-repeat: no-repeat;
    background-size: 47px 20px;
}

/* Encabezado */
.clase_encabezado{
    background-size: 100% 48px;
    background-repeat: no-repeat;
    text-align: center;
}

/** 
*  INICIO: MIGA DE PAN 
*   @version    v0.1 21/08/2014  
*/
.clase_miga_btn_numero{
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-color: transparent;
}

/** 
*  FIN: MIGA DE PAN 
*/

/* Flechas Submenu */
.flecha_derecha_submenu{
    background-repeat:no-repeat;
    background-size: 25px 45px;
}

.flecha_izquierda_submenu{
    background-repeat:no-repeat;
    background-size: 25px 45px;
}

/* Titulo */
.clase_titulo{
    background-size: 100% 36px;
    background-repeat: no-repeat;
    font-weight: bold;
}

/* Circulo Submenu */

#circulo_guia{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    height:15px;
    position: absolute;
    top: -6px;
    width: 15px;
}



#aside_toolbar{
    float: left;
    margin: 0;
    padding: 0;
    width: 19%;
}

#aside_toolbar .accordion_item_contenido li{
    cursor: pointer;
    font-size: 12px;
    list-style: square inside none;
    margin: 5px 0 5px 20px;
}

#aside_toolbar .item_tool a{
    color: #2b2b2b;
    text-decoration: none;
}

#aside_toolbar .item_tool a:hover > .item_tool{
    background: #AFAFAF;
}

#aside_toolbar .item_tool a:hover{
    color: #000;
}

#grid_contenedor{

}

#area_trabajo #plugin_pestania{
    border-bottom: 1px solid #999999;
    height: 43px;
}

#area_trabajo #plugin_pestania .pestania_item{
    border-top: 2px solid #555555;
    border-left: 1px solid #555555;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius-topright: 60px;
    border-top-right-radius: 60px;
    color: #888888;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 0;
    margin-top: 10px;
    padding: 2px 20px;
    width: 150px;
    z-index: -1;
}

#area_trabajo #plugin_pestania .pestania_item:hover{
}

#area_trabajo #plugin_pestania .pestania_activa{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(136,136,136,0.75) 29%, rgba(255,255,255,0.86) 60%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(29%,rgba(136,136,136,0.75)), color-stop(60%,rgba(255,255,255,0.86)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(136,136,136,0.75) 29%,rgba(255,255,255,0.86) 60%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(136,136,136,0.75) 29%,rgba(255,255,255,0.86) 60%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(136,136,136,0.75) 29%,rgba(255,255,255,0.86) 60%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(136,136,136,0.75) 29%,rgba(255,255,255,0.86) 60%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid #555555;
    border-left: 1px solid #555555;
    color: #000000;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    z-index: 100;
}

#area_trabajo #sub_contenido{
    /*border-left: 1px solid;*/
    padding: 3% 7%;
}

#area_trabajo #sub_contenido .linea_form{
    margin: 10px 0px;
    width: 100%;
}

#area_trabajo #sub_contenido .linea_form .span_p{
    display: inline-block;
    width: 100%;
}

#area_trabajo #sub_contenido .linea_form .span_p a{
    color: #00f;
    font-size: 12px;
    padding: 0 10px;
    text-decoration: none;
}

#area_trabajo #sub_contenido .linea_form .span_p a:hover{
    text-decoration: underline;
}

#area_trabajo #sub_contenido .linea_form p{
    margin: 0;
}

#area_trabajo #sub_contenido input[type="text"],

#area_trabajo #sub_contenido input[type="file"],

#area_trabajo #sub_contenido input[type="textarea"],

#area_trabajo #sub_contenido input[type="number"],

#area_trabajo #sub_contenido input[type="mail"],

#area_trabajo #sub_contenido select,

#area_trabajo #sub_contenido textarea,

#area_trabajo #sub_contenido .custom-input-file {
    width: 70%;
}

.ayuda_descripcion{
    background-image: url("../img/ayuda.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    border: 1px solid #AAAAAA;
    border-radius: 30px;
    cursor: pointer;
    height: 12px;
    position: relative;
    width: 12px;
}

#area_trabajo #sub_contenido .linea_form .ayuda_descripcion,

#area_trabajo #sub_contenido .linea_form span{
    float: left;
}

.input_calendar{
    display: none;
}

/*FLOTANTE*/
#flotante, #ventana_detalles {
    background: rgba(0,0,0,0.6);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#flotante  #flotante_body, #ventana_detalles #ventana_detalles_body {
    background: #FFF;
    border-radius: 1%;
    position: absolute;
    cursor: pointer;
    height: fit-content;
    margin: 50vh 50vw;
    padding: 1% 2%;
    transform: translate(-50%, -50%);
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-min-content;
    width: -o-min-content;
    width: -ms-min-content;
}

#flotante  #flotante_body flotante_cerrar{
    border: 1px solid #000;
}

#flotante_contenido_alerta{
    background: none repeat scroll 0 0 #eaeaea;
    box-shadow: 0px 3px 15px #888;
    -moz-box-shadow: 0px 3px 15px #888;
    -webkit-box-shadow: 0px 3px 15px #888;
    display: block;
    float: left;
    height: 75%;
    margin: 0px;
    position: relative;
    width: 100%;
}

#flotante_contenido_form{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 75%;
    margin: 20px;
    overflow-x: hidden;
    padding: 10px 30px;
    width: 75%;
}

#flotante  #flotante_contenido_alerta, #flotante  #flotante_body #flotante_contenido_form{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#flotante #flotante_contenido_form h5{
    height: 33px;
    line-height: 33px;
    width: 100%;
}

#titulo_paso1{
    color: #444444;
}

#titulo_paso2{
    color: #D5973B;
}

#titulo_paso3{
    color: #C66C33;
}

#titulo_paso4{
    color: #D5973B;
}

#flotante #flotante_contenido_form h5 div{
    border: 2px solid #888;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    float: left;
    font-size: 30px;
    height: 33px;
    line-height: 30px;
    margin: 0 10px;
    text-align: center;
    width: 33px;
}

#flotante #flotante_contenido_form h5 span{
    float: left;
    font-size: 20px;
}

#flotante #flotante_cerrar, #flotante #flotante_btn_cerrar{
    background: none repeat scroll 0 0 #888;
    border: 1px solid #ddd;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: 7px 8px 9px -3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 8px 9px -3px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 8px 9px -3px rgba(50, 50, 50, 0.75);
    color: #fff;
    cursor: pointer;
    font-weight: bolder;
    height: 25px;
    line-height: 25px;
    padding: 0;
    position: absolute;
    right: -16px;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 25px;
    z-index: 100;
}

#flotante #pasos li{
    background-size: 135px 43px;
    display: inline-block;
    float: right;
    height: 43px;
    line-height: 43px;
    margin: 0 0 0 -15px;
    text-align: center;
    width: 135px;
    cursor: pointer;
}

#flotante #pasos li:hover{
    opacity: 0.8;
}

#flotante #pasos #pestania_1{
    background-image: url("../img/tabs/1.png");
}

#flotante #pasos #pestania_2{
    background-image: url("../img/tabs/2.png");
}

#flotante #pasos #pestania_3{
    background-image: url("../img/tabs/3.png");
}

#flotante #pasos .paso_activo{
    
}

.flotante_pestanias{
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
    width: 385px;
}

#flotante #flotante_contenido_alerta #siguiente{
    background-image: url("../img/tabs/siguiente.png");
    background-repeat: no-repeat;
    background-size: 120px 45px;
    border: medium none;
    bottom: 10px;
    cursor: pointer;
    height: 45px;
    padding: 0 0 0 20px;
    position: absolute;
    right: 15px;
    text-align: left;
    width: 120px;
}

/*AYUDA*/

.ayuda_flotante, #ayuda_div{
    background: none repeat scroll 0 0 rgba(50, 50, 50, 0.8);
    border: 2px inset #DDDDDD;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    min-height: 50px;
    min-width: 250px;
    z-index: 999;
}

#ayuda_div #ayuda_cerrar, #cerrar_detalle{
    background: none repeat scroll 0 0 #888;
    border: 1px solid #ddd;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bolder;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: -11px;
    text-align: center;
    text-decoration: none;
    top: -12px;
    width: 19px;
    z-index: 100;
}

#ayuda_div span{
    margin: 10px;
}

#contenido_formulario{
    /*height: 310px;*/
    margin: 1px 5px;
    padding: 0;
    position: relative;
    width: 406px;
}

#contenedor_datatable_trans{
    /*width:300px;*/
}

#titulo_form{
    height: 30px;
    margin-left: 70px;
    width: 255px;
}

#contenido_formulario .elemento_formulario{
    height: auto;
    margin: 1px 0 10px;
    padding: 0;
    width: 100%;
}

#contenido_formulario label{
    float: left;
    font-size: 18px;
    height: 20px;
    margin: 2px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#contenido_formulario input[type='text']{
    display: table-caption;
    font-size: 20px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    min-width: 45%;
}

#contenido_formulario{
    margin-top: 25px;
}

#contenido_formulario button{
    height: 45px;
    margin: 20px 0 0 104px;
    padding: 0;
    width: 45px;
}

.producto_activo h3{
    background: -moz-linear-gradient(top,  rgba(221,221,221,0.26) 0%, rgba(68,68,68,0.67) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0.26)), color-stop(100%,rgba(68,68,68,0.67))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,0.26) 0%,rgba(68,68,68,0.67) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,0.26) 0%,rgba(68,68,68,0.67) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,0.26) 0%,rgba(68,68,68,0.67) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,0.26) 0%,rgba(68,68,68,0.67) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42dddddd', endColorstr='#ab444444',GradientType=0 ); /* IE6-9 */
    color: #00F;
    font-weight: bold;
}

#flotante_contenido_alerta a{
    color: #00F;
    text-decoration: none;
}

#flotante_contenido_alerta a:hover{
    text-decoration: underline;
    font-weight: bold;
}

#flotante_contenido_alerta ol{
    list-style: lower-alpha outside none;
}

#mensaje_contador{
    float: right;
    width: 170px;
}

#mensaje_contador input{
    border: none;
    color: #F00;
    font-weight: bold;
    width: 30px;
}

#subir_archivo{
    cursor: pointer;
}

#progress_bar_content{
    border: 1px solid #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    margin: 10px auto;
    position: relative;
    width: 312px;
}

#progress_bar_content #progress_bar{
    background: #F8C300;
    border: 1px solid #FFA200;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 22px;
    margin: 3px 5px;
    max-width: 300px;
    width: 0px;
}

#progress_bar_content #progress_percent{
    font-weight: bold;
    left: 48%;
    position: absolute;
    right: 0;
    top: 6px;
}

#cerrar_detalle{
    cursor: pointer;
}

.app_contenido {
    /*position: relative;*/
}

#flotante #flotante_contenido{
    -webkit-box-shadow: 7px 8px 9px -3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 8px 9px -3px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 8px 9px -3px rgba(50, 50, 50, 0.75);
    font-size: 13px;
    width: -moz-min-content;
    width: -webkit-min-content;
    width: -o-min-content;
    width: -ms-min-content;
}

#flotante #lista_confirmacion{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: none repeat scroll 0 0 #eaeaea;
    box-shadow: 0px 3px 15px #888;
    -moz-box-shadow: 0px 3px 15px #888;
    -webkit-box-shadow: 0px 3px 15px #888;
    display: block;
    float: left;
    margin: 0 25%;
    padding: 30px 0;
    position: absolute;
    width: 50%;
    z-index: 1000;
}

#flotante #lista_confirmacion #lista_confirmacion_contenido{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    height: 200px;
    margin: 15px auto;
    padding: 5px 0 0;
    width: 300px;
}

#flotante #lista_confirmacion #lista_confirmacion_contenido ul{
    border: 1px solid #AAAAAA;
    height: 150px;
    margin: 0 15px;
    overflow-y: scroll;
    padding: 5px 0 0 20px;
}

#flotante #lista_confirmacion p, #flotante #lista_confirmacion #progress_count_content{
    color: #444444;
    font-size: 20px;
    text-align: center;
}

#flotante #lista_confirmacion .lista_botones button{
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 0 5%;
    width: 40%;
}

#flotante #lista_confirmacion .lista_botones{
    height: 30px;
    margin: 0 auto;
    width: 312px;
}

#flotante #lista_confirmacion #progress_count_content{
    margin: 0 auto;
    width: 200px;
}

#flotante #lista_confirmacion #progress_count_content{
    display: block;
    height: 30px;
    overflow: hidden;
    padding: 20px 0;
}

#flotante #lista_confirmacion #count_actual{
    text-align: right;
    float: left;
    width: 80px;
}

#flotante #lista_confirmacion #count_total, #flotante #lista_confirmacion .span{
    float: left;
    text-align: left;
}

#flotante #lista_confirmacion .span{
    width: 40px;
}

#flotante #lista_confirmacion #count_total{
    width: 80px;
}

#flotante_contenido #contenedor_datatable > #example_wrapper{
    margin: 0 auto;
}

/* Conteneddor botones flotante*/
#contenedor_cancelar,#contenedor_guardar{
    margin: 10px;
}

/*Terminos y Condiciones*/
.contenedor_condiciones{
    background-color: #ccc;
    border: 1px solid #aaa;
    height: 100%;
    overflow: scroll;
    position: absolute;
    text-align: justify;
    width: 95%;
}

.titulo_condiciones{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.clicqueable{
    cursor:pointer;
}

/*Maestro*/
.label_maestro{
    text-align: right;
    white-space: nowrap;
}



.label_maestro_enlace{
    text-align: right;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;
}

.label_maestro_enlace a {
    color: #00f;
    text-decoration: none;
}

.label_maestro_enlace a:hover {
    text-decoration: underline;
}

.vinieta_circulo{
    background: none repeat scroll 0 0 #BBBAB8;
    border-radius: 50%;
    height: 7px;
    margin: 0 5px;
    width: 7px;
}

.formulario_edicion td{
}

/*TABLA DETLLE*/
.tabla_detalle{
}

.tabla_detalle .titulo_detalle{
    background: #aaa none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
    width: 100%;
}

.tabla_detalle table{
    border: 1px solid #999;
}

.tabla_detalle table th{
    text-align: center;
}

.tabla_detalle table th, .tabla_detalle table td{
    border: 1px solid #999;
    padding: 3px;
}

.preview{
    width:50px;
    height:50px;
}
.wis_modulo_titulo {
    border-bottom: 1px solid #AAA;
    margin: 0 0 10px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 5px;
    right: 0;
    top: 0;
    width: 100%;
}
@media(max-width: 450px){
    .wis_modulo_titulo {
        font-size: 15px;
    }
}
.wis_modulo_titulo > a {
    border-right: 2px solid #888;
    cursor: pointer;
    font-size: 18px;
    margin: 0 5px 0 10px;
    padding: 5px 5px 5px 0;
}
a .glyphicon > a{
    text-decoration: none;
}
.wis_modulo_titulo .glyphicon.glyphicon-arrow-left {
    display: none;
}
.tab_label {
    border-bottom: 2px solid #999 !important;
    background: rgb(0, 79, 97) none repeat scroll 0 0;
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 5px 10px 20px !important;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-right: 1px solid #999;
    float: left;
    height: 50px;
    position: relative;
    box-shadow: 0px -15px 13px 0px rgba(0,0,0,0.3) inset;
    width: 200px;
}

.wis_button1.red-button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f72a3e 0%, #c60d1a 100%) repeat scroll 0 0;
    border: medium solid #aaa;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: left;
}
.wis_button1.orange-button {
    background: rgba(92%, 56%, 32%, 1) repeat scroll 0 0;
    border: medium solid #aaa;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: left;
}
.wis_button1{
    border: 1px none !important;
    border-radius: 1% !important;
    font-size: 9pt;
    font-weight: bold;
    height: 20px;
    margin-left: 8px;
    margin-top: 8px;
    min-height: 25px;
    padding: 0 !important;
    text-align: center;
    width: auto;
}
.wis-debug{
    display: none !important;
}

/*REPORTES*/
.venta_reporte_grupo2{
    color: red;
}
.venta_reporte_grupo3{
    color: green;
}
.inline_input{
    width: 80px !important;
    min-width: 80px !important;
}