body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4F4F4F;
}

div.header {
    text-align: center;
    margin-bottom: 25px;
    height: 60%;
}

div.content {
    height: 25%;
}

div.content table {
    margin: 0 auto;
    text-align: center;
}

div.content table td {
    text-align: left;
}

div.login_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto; /* Height of the footer */
    background: #F3F3F3;
}

.no-border {
    border: none;
}

table.no-border .ui-widget-content {
    border: none;
}

.ui-panelgrid td.no-border {
    border: none;
}

.logo-container img {
    height: 26px;
    vertical-align: middle;
}

.logo-login-dgac {
    margin-bottom: 5px !important;
    margin-top: -200px;
    height: 200px !important;
    z-index: 10;
}

.logo-container {
    padding: 10px;
}

.layout-topbar-verificar {
  top: 0;
  left: 0;
  z-index: 1000;
  height: 60px;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background-color: #2872B4;
  background-image: -webkit-gradient(linear, left top, right top, from(#2872B4), to(#26BED0));
  background-image: -webkit-linear-gradient(left, #2872B4, #26BED0);
  background-image: -moz-linear-gradient(left, #2872B4, #26BED0);
  background-image: -ms-linear-gradient(left, #2872B4, #26BED0);
  background-image: -o-linear-gradient(left, #2872B4, #26BED0);
  background-image: linear-gradient(left, #2872B4, #26BED0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2872B4', endColorstr='#26BED0', gradientType='1'); }
  
.dataGrid-adjust {
	width: auto !important;
}

.dataGrid-adjust-both {
	width: auto !important;
	padding-top: 1.5% !important;
}