
body {
    background-color: #ebf1f4!important;
}
   
.layout-wrapper .layout-main .layout-main-content {
    padding: 5px!important;
}
.card h1:first-child {
    margin-bottom: 4px;
    margin-top: 4px !important;
}

.card h2:nth-child(2) {
    margin-bottom: 4px;
    margin-top: 4px !important;
}

.card h2:nth-child(3) {
    margin-bottom: 4px;
    margin-top: 4px !important;
}

.menu-button-wrapper {
    position: absolute;
    left: 230px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    transition: background-color 0.3s;
}

.ui-grid-col-predio-1 {
    width: 9.33333%;
}

.ui-icon-close {    
    color: white;
}

.ui-icon-check {
    color: white;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.ui-grid-col-add-1 {
    width: 3.33333%;
}

.ui-datatable-tablewrapper input{
	width: 92%;
}
/*
body .ui-datatable thead th{
	font-size: 11px;
}
*/

body .ui-widget-header tbody tr{
	background-color: #E6CF0F!important;
}

.alineacion-importe{
	text-align: right;
}


.ui-autocomplete {
    width: 100%!important;
}


.alineacion-check-factura{
	text-align: center;
}

.lead { font-size: 33px;margin-bottom:0px; }

.ui-panel-footer{
	text-align: center!important;
}

.siguiente_paso{
	max-width:150px;
}

body .ui-button {
    background-color: #0071bc;
    border: 1px solid #0071bc;
    border-radius: 3px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.layout-wrapper .layout-topbar {
    height: 60px!important;
}

.layout-wrapper .layout-main { 
    padding-top: 60px!important;
}

.mi-h4{
	 margin: 15px;
}