p {
    margin:0
}
.ui-datatable .ui-datatable-header {
    text-align: right !important;
}

.ui-panel, div.ui-state-hover {
    margin: 10px;
    width: 200px;
}

.ui-dashboard-column {
    width: 220px;
}

body header.main-header {
    display: none !important;
}

#sidebar {
    display: none !important;
}

.content-wrapper, .main-footer {
    margin-left: 0px !important;
}

a .logo {
    display: none;
}

.main-footer {
    padding: 0px !important;
}

#info-messages {
    margin-top:2%!important;
}

div.ui-messages-info {
    background: linear-gradient(to bottom, #ffffff, #efe9dc);
    border: 1px solid #ad9b5b;
    border-radius: 3px;
    font-size: 16px;
    color: #af9253 !important;
}

body .ui-datatable th.ui-state-default[role="columnheader"] {
    background-color: #c31230 !important;
    color: #FFF !important;
    padding: 5px 15px;
    border: 1px solid #c31230 !important;
    font-weight: normal!important;
}

span .ui-column-title {
    color: #FFF !important;
}

#header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

#header {
    z-index: 5;
}

.nav.is-indigo {
    background-color: #fff;
}

.nav {
    align-items: stretch;
    background-color: #3f51b5;
    display: flex;
    min-height: 50px;
    position: relative;
    text-align: center;
    z-index: 2;
    color: #FFF;
    transition: background-color 1s ease;
}

.nav-left {
    align-items: stretch;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    border-right: 1px solid rgba(218,203,170,0.5);
    border-bottom: none;
}

.nav-item {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    padding-top: 33%;
}

.nav-center {
    align-items: stretch;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid rgba(218,203,170,0.5);
    border-bottom: 1px solid rgba(218,203,170,0.5);
}

@media (max-width: 768px) {

    .nav-right {
        align-items: stretch;
        display: flex;
        flex-basis: 0;
        flex-grow: 1;
        justify-content: flex-end;
    }

}

.nav-right {
    border-bottom: 1px solid rgba(218,203,170,0.5);
}

.nav.is-indigo .nav-item .button.is-outlined {
    background-color: #ffffff;
    color: #C41230;
}

body .load-bar {
    margin-top: -20px;
}

/* below css hides growls in small screens and makes messages visible */
@media (max-width: 768px) {

    body div.ui-growl {
        display: none;
    }

    body div.ui-messages {
        display: block;
    }

}

/* below css hides messages in medium/big devices and makes growl visible in such devices */
@media (min-width: 769px) {
    body div.ui-growl {
        display: block;
    }

    body div.ui-messages {
        display: none;
    }
}

body.login-page {
    background-color: transparent;
}

* {
    font-family: "daxregular", Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    color: rgb(74, 83, 90);
}

.login-box-body, .register-box-body {
    background-color: #A4182A !important;
    color: #fff !important;
}

html {
    /** background: url(/jakarta.faces.resource/login-bg.jpg.xhtml;jsessionid=A191846227C88244CE6CED7261C54FF1?ln=images) no-repeat center center fixed; */
    /**background-color: #A4182A;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
    html {
        /** background-image: url(/jakarta.faces.resource/login-bg-mobile.jpeg.xhtml;jsessionid=A191846227C88244CE6CED7261C54FF1?ln=images); */
        background-color: #A4182A;
    }
}