 body {
    direction: ltr;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    letter-spacing: .1px;
}

a {
    color: #005ba5;
}

#logo {
    width: 200px;
}

.bg-main {
    background: url(/javax.faces.resource/login/images/pattern-1.svg.xhtml) no-repeat center bottom fixed;
    background-size: cover;
}

.page-wrapper {
    position: relative;
}

.page-inner {
    min-height: 100vh;
}

.page-inner, .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.page-content-wrapper {
    background-color: #faf8fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
    min-height: 1px;
}

.bg-brand-gradient, .nav-footer, .page-sidebar {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, .18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 148, 225, .18), transparent);
    background-color: #fdfeff;
}

.pos-left {
    left: 0;
}

.pos-right {
    right: 0;
}

.pos-bottom {
    bottom: 0;
}

.fw-300 {
    font-weight: 300 !important;
}

.opacity-50 {
    opacity: .5;
}

.opacity-60 {
    opacity: .6;
}

.fs-xxl {
    font-size: 1.75rem !important;
}

.fw-500 {
    font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.57;
}

.h1, h1 {
    font-size: 1.5rem;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 300;
    display: block;
    font-size: .9375rem;
    line-height: 1.5;
    margin: 2px 0 1.5rem;
}

.h3, h3 {
    font-size: 1.1875rem;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fs-nano {
    font-size: .6875rem !important;
}

.help-block {
    color: #909090;
}

.help-block, .invalid-feedback, .valid-feedback {
    font-size: .6875rem;
    margin-top: .325rem;
}

.form-label {
    font-weight: 500;
}

.btn-group-lg > .btn, .btn-lg {
    font-size: 1rem;
    line-height: 1.5;
}

.btn-info {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 91, 165, 0.5);
    box-shadow: 0 2px 6px 0 rgba(0, 91, 165, 0.5);
}

.btn-danger {
    -webkit-box-shadow: 0 2px 6px 0 rgba(148, 183, 103, 0.5);
    box-shadow: 0 2px 6px 0 rgba(148, 183, 103, 0.5);
}

.btn-danger.focus, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(175, 208, 133);
}

.form-control-lg {
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
}

.height-10 {
    height: 4.25rem;
}

.card, .card-group {
    -webkit-box-shadow: 0 0 13px 0 rgba(74, 53, 107, .08);
    box-shadow: 0 0 13px 0 rgba(74, 53, 107, .08);
}

.bg-faded {
    background-color: #f7f9fa;
}

.rounded-plus {
    border-radius: 10px;
}

.btn-info {
    border-color: #005ba5;
    background-color: #005ba5;
}

.btn-info:hover, .btn-info:active, .btn-info:visited, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    border-color: rgba(0, 91, 165, 0.9);
    background-color: rgba(0, 91, 165, 0.9);
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus, .btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 91, 165, 0.5);
}

#esqueceu-senha {
    border-color: #94b767;
    background-color: #94b767;
}

#esqueceu-senha:hover, #esqueceu-senha:active, #esqueceu-senha:visited {
    border-color: rgba(148, 183, 103, 0.9);
    background-color: rgba(148, 183, 103, 0.9);
}


.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    justify-content: center;
    align-items: center;
}

.custom-modal {
    color: #404040;
    background: #fff;
    width: 45%;
    min-width: 600px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 5px 12px 5px rgba(0,0,0,0.2);
}

.modal-body > * {
    margin-left: 12px;
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #dee2e6;
}

.btn-modal {
    font-size: 13px;
    height: 2.5em;
    margin-right: 15px;
    background-color: #3276b1;
    border-color: #2c699d;
    border-radius: 0;
    color: #fff;
    padding: 0.1rem 0.75rem;
}

.btn-modal:hover {
    background-color: #275b89;
    color: #fff;
}

.modal-title {
    font-size: 20px;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    font-weight: 400;
    line-height: 20px;
    margin: 12.5px 0;
    margin-left: 18px;
}

.modal-close-button {
    background-image: url("/javax.faces.resource/img/jqueryui/ui-icons_222222_256x240.png.xhtml");
    position:relative;
    width: 13px;
    height: 13px;
    margin-top: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: -96px -128px;
    opacity: 0.2
}

.modal-close-button:hover {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important;
    }
}
