html,
body {
    margin: 0;
    padding: 0;
    height: 100% !important;
}
body {
    background: #3c4e59;
}
#app {
    height: 100%;
}
.navbar-custom-menu .navbar-right {
    margin-right: 0;
}
.content-wrapper {
    min-height: unset !important;
    /*padding-bottom: 51px;*/
}
.main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 51px;
    padding-top: 5px;
    padding-bottom: 5px;
}
hr {
    border-top: 1px solid #ccc;
}
.navbar .container-float {
    padding-left: 15px;
}
.navbar-static-top {
    z-index: 2;
}
.breadcrumb {
    z-index: 2;
}
.btn-app {
    margin: 10px 5px 10px 0;
}
.logo-mini img,
.logo-lg img {
    height: 40px;
}
.logo-lg img {
    float: left;
    margin-top: 5px;
}
.ue-logo {
    height: 40px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
}
img.desaturate {
    filter: grayscale(100%);
}
.login-footer {
    margin-left: 0;
}
.footer-text {
    line-height: 38px;
}
.footer-text .list-inline {
    margin-bottom: 0;
}
.required-field > label::after {
    content: '*';
    margin-left: 0.25rem;
}
.btn-action {
    width: 36px;
    margin: 0 1px;
}
.modal-content {
    margin-top: 20%;
}
