.exception-body.underConstruction {
    height: 88vh;
    background: url("../../layout/images/exception/503.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.layout-wrapper .erase-padding.layout-main {
    padding: 60px 0 0 0;
}

.p-datatable .p-datatable-thead > tr > th {
    color: #212529 !important;
	background-color: #f3f3f3 !important;
	font-size: 15px !important;
}

th {
    text-align: left !important;
}

.topbar .topbar-left div {
    margin-left: 10px;
    vertical-align: top;
    font-size: 1.75rem;
    font-weight: lighter;
    color: #fff;
}
.topbar .topbar-left > button > * {
    display: inline-block;
}
.topbar .topbar-right.acaa {
    padding: 0 15px;
}
.topbar .topbar-right.acaa #menu-button.p-link {
    margin-top: 15px;
}
.topbar .topbar-right.acaa .user-menu {
    position: absolute;
    right: 15px;
}
.topbar .topbar-right.acaa .user-menu .menu-toggle {
    position: relative;
    margin: 2px;
    padding: 4px 6px;
    border: 2px solid rgba(246, 246, 246, 0.8);
    background-color: rgba(0, 0, 0, 0);
}
.topbar .topbar-right.acaa .user-menu .menu-toggle > div {
    display: flex;
    flex-direction: column;
}
.topbar .topbar-right.acaa .user-menu .menu-toggle .name {
    display: inline-block;
}
.topbar .topbar-right.acaa .user-menu .menu-toggle img {
    max-height: 40px;
    margin-left: 8px;
}

#Dashboard > * {
    display: block;
    text-align: center;
}
#Dashboard img {
    margin: 24px auto 0px auto;
    max-height: 75vh;
    border-radius: 4px;
}
#AgcStatusMap > #map{
    min-height: 697px;
}