/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4/08/2016, 02:06:17 PM
    Author     : alejandro.galaviz
*/

* {
    outline: none;
}

body,
.ui-widget {
    font-family: "Open Sans","Montserrat",Montserrat !important;
    font-size: 18px !important;
    color: #545454 !important;
}

/*header & footer*/
.contenedor-columna{
    display: table-cell;
}

.contenedor-tabla-complete{
    display: table;
    width: 100%;
}

.table table-striped{
    display: table;
    width: 100%;
}

.contenedor-tabla{
    display: table;
}

.contenedor-fila{
    display: table-row;
}

.footer-principal{

    color: #848484;
    font-size: 11px;
    text-align: center;

}

.comboBoxGrande{
    width: 100% !important;
}

.textBoxChico{
    width: 100% !important;
}

.anchoFijo {
    width: 31%;
    min-width: 35%;
    text-align: right;
    font-weight: normal;
}

.ui-tooltip.ui-widget {
    font-size: 9pt;
}

.ui-tooltip .ui-tooltip-text {
    background-color: #000 !important;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
    background-color: #545454;
    color: #fff;
    font-weight: normal;
}

.ui-dialog-title {
    text-align: center;
    display: block;
    float: none !important;
    margin: 0 !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter,
.ui-selectonemenu-filter-container,
.anchoTotal {
    width: 100% !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-filter-container .ui-icon {
    top: 16px !important;
    right: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 25px !important;
    margin-bottom: 43.33px !important;
}

h1 {
    margin: .67em 0 !important;
}

h2 {
    line-height: 134% !important;
}

h3 {
    line-height: 141% !important;
}
.anchoTotal {
    width: 100% !important;
    font-size: 12px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image:none;
    background-color: #FFF;
}
