
.login-panel {
    text-align: center;
    width: 600px;
    min-height: 440px;
    padding: 50px 20px;
    margin: 100px auto 0 auto;
}
.login-panel .grid .col-12 {
    padding: 25px 40px;
}
.login-panel .grid .col-12 .ui-button {
    margin-bottom: 20px;
}
.login-panel .ui-button:hover {
    background-color: #0e2031;
}
.login-panel .ui-button:focus {
    outline: 0 none;
    background-color: #425a70;
}
.login-panel .ui-button.secondary:hover {
    background-color: #197865;
}
.login-panel .ui-button.secondary:focus {
    outline: 0 none;
    background-color: #21dfb8;
}
.login-body {
    padding: 1px;
    background: url("/jakarta.faces.resource/images/login.png.xhtml") top left no-repeat #f7f7f7;
    background-size: 100% auto;
    height: 100%;
}

.login-footer {
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #757575;
}

.support{
    color: #ffffff;
    padding: 0px 0px 12px 12px;
}

.custom-wrapper .custom-topbar{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 75px;
    background-color: #2f4050;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
}

.custom-wrapper .custom-topbar .topbar-icon {
    color: #ffffff;
    transition: color 0.2s;
}

.custom-wrapper .custom-topbar .topbar-left {
    box-sizing: border-box;
    padding: 20px;
    height: 75px;
    width: 250px;
    background-color: #0e2031;
    float: left;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
}

.custom-wrapper .custom-topbar .topbar-right {
    padding: 15px 15px 15px 0;
    position: relative;
    width: calc(100% - 250px);
    float: right;
}
.custom-wrapper .custom-topbar .topbar-right > a{
    float: right;
    position: relative;
    margin-left: 1em;
    margin-top: 4px;
}

.custom-wrapper .custom-sidebar{
    overflow: auto;
    position: fixed;
    width: 250px;
    z-index: 99;
    top: 70px;
    height: 100%;
    background-color: #0e2031;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5);
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
}

.custom-wrapper .custom-content{
    margin-left: 250px;
    padding: 75px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    -moz-transition: margin-left 0.2s;
    -o-transition: margin-left 0.2s;
    -webkit-transition: margin-left 0.2s;
    transition: margin-left 0.2s;
}

.custom-wrapper .custom-content .main-content {
    padding: 23px;
    flex: 1 1 0;
}

.sidemenu.ui-menu{
    background-color: #0e2031;
    color: #ffffff;
    display: block;
    border: none;
    width:100%;
}

.sidemenu .ui-menuitem-text{
    color: white !important;
}
.sidemenu .ui-menuitem-icon{
    color: white !important;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
    padding: 1rem 1rem;
    width: 100%;
    border: 0 none;
    float: none;
    border-radius: 0;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link.ui-state-hover {
    background: #1ab394;
}
body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link.ui-state-hover .ui-menuitem-text{
    color: white;
}

body .ui-menu .ui-menu-list .ui-menuitem {
    margin: 0;
    width: 100%;
    border: 0 none;
    float: none;
    border-radius: 0;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link{
    color: #ffffff;
}

body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header{
    padding: 0.5em 1em;
    color: #ffffff;
    background-color: #0e2031;
}

body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header h3{
    color: white;
    font-weight: normal;
}

body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header.ui-state-hover{
    background: #1ab394;
}

body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header.ui-state-hover .ui-menuitem-text{
    color: #ffffff;
}


body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header .ui-icon-triangle-1-e{
    float: right;
    padding-top: 0.5em;
}

body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header.ui-state-hover .ui-icon-triangle-1-e{
    color: #ffffff;
}
body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header .ui-icon-triangle-1-s{
    float: right;
    padding-top: 0.5em;
}
body .ui-menu.ui-menu-toggleable .ui-menu-list .ui-widget-header.ui-state-hover .ui-icon-triangle-1-s{
    color: #ffffff;
}

.ui-submenu-icon{
    display: none !important;
}

a.current {
    background: #1ab394;
}

.footer .card {
    margin-bottom: 0;
}
.footer .footer-text-left {
    float: left;
}
.footer .footer-text-right {
    color: rgba(0, 0, 0, 0.6);
    float: right;
}
.footer .footer-text-right span {
    vertical-align: middle;
    display: inline-block;
}

.card {
    background: #ffffff;
    padding: 1.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}
.card:last-child {
    margin-bottom: 0;
}
.card .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card .card-subtitle {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    margin: -1rem 0 1rem 0;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}