/* 
    Document   : konesh
    Created on : 29-jul-2013, 16:24:48
    Author     : Airy
    Description: Hoja de estilos de CFDIPortal
*/

@import url('superfish.css');           /* Se importa la hoja de estilos del menu principal*/

body {
    /*text-align:center;                   Centrar para IE5 */
    color: #333;
    font: 13px Helvetica Neue, Helvetica, Arial, sans-serif;
}

.zoomRow:hover {
    transform: scale(1.01);  /*(150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoomIcono:hover {
    transform: scale(1.2);  /*(150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomIcono3:hover{
    transform: scale(1.3);
}

/*.calendario{
    width: 65%;
}*/

.buttonEnviar {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#principal {
    margin-left:auto;
    margin-right:auto;
    /*border:1px solid #ccc;*/
    width:95%;
    text-align: left;
}
#cabecera {
    margin-left:auto;
    margin-right:auto;
    width:100%;
}
#logo {
    float:left;
    width: 20%;
    height: 20%;
}
#datos {
    float:left;
    padding-top: 10px;
    text-align: right;
    width: 80%;
    height: 20px;
    color: #888;
}
#menu {
    float:left;
    width: 100%;
    text-align: left;
    height: 31px;
    border-right: 1px solid #f8f8f8;
    background-color:rgb(32,85,39,0.6);
    padding: .0em .0em .0em;
}

#divIndex{
    width: 100%;
    display: flex;
}

/*#imagen{
    float: left;
}*/

/*#login{
    width: 30%;
}*/

/*#imagen, #login{
    display: inline;
}*/

#cuerpo {
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    min-height: 500px;
    border: 1px solid #f8f8f8;
    background-color:#fff;
}
#pie {
    float:left;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height: 25px;
    border: 1px solid #f8f8f8;
    background-color:#f8f8f8;
}
#pie #leyenda a {
    font-size: 0.8em;
    color: #888;
    padding: 5px;
    text-decoration: none;
}

#titulo-modulo {
    font-weight:bold;
    padding-left: 40px;
    padding-bottom: 10px;
    color: #888;
}

#seleccionEmpresa {
    width: 750px;
}
#seleccionEmpresa a {
    font-size: 0.9em;
    color: #000;
    padding: 5px;
    text-decoration: none;
}
#seleccionEmpresa td {
    text-align: left;
}

.custom-header{
    border: 1px solid #aaa;
    background: #ccc url(smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: bold;border: 1px solid #aaa;
    padding: .5em 1em;
    text-align: left;
    color: #888;
}

.acordeonKoneshH3 {
    text-align: left;
    background: rgb(32, 85, 39) !important;
    font-weight: bold !important;
    color: white !important;
}

.acordeonKoneshH3:hover{
    background: rgb(32, 85, 39, .5) !important;
    font-weight: bold !important;
    color: white !important;
}

.ui-accordion-header-active{
    background: rgb(32, 85, 39, .5) !important;
}

.thServicio{
    color: rgb(32, 85, 39) !important;
    background: rgb(32, 85, 39, .27) !important;
    font-size: larger;
    border: 1px solid rgb(32, 85, 39, .2) !important;
}
.thColumna{
    color: rgb(32, 85, 39) !important;
    background: rgb(32, 85, 39, .1) !important;
    border: 1px solid rgb(32, 85, 39, .2) !important;
}
.tdServicio{
    border: 1px solid rgb(32, 85, 39, .2) !important;
}

.imagewrap {display:inline-block;position:relative;}
.button1 {position:absolute;bottom:0;left:0;}
.button2 {position:absolute;bottom:0;right:0;}
.button3 {position:absolute;right:50%;top:50%;}

.labelCampo{
    font-weight: bold;
    color: rgb(32, 85, 39);
}

.labelValor{
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.acordeonEmpresa{
    font-size: 1em !important;
    margin: 5px !important;
    padding-top: 10px !important;
}

.areaTexto{
    resize: none;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 13px !important;
}

.selectOpciones{
   padding: 5px;
   border: 1px solid #ccc; 
   border-radius: 5px;
}