@import url("/faces/javax.faces.resource/app.css?ln=css");
@import url("/faces/javax.faces.resource/custom.css?ln=css");

* {
    border-radius: 0;
}

html, body {
    min-height: 100vh;
}

body {
    color: #333;
    font-size: 12px;
    line-height: 1.6;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

body.header-fixed-space {
    padding-top: 94px;
}
body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #555;
}

a {
    color: #00923f;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}
a:hover {
    color: #00923f;
    text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    min-height: 100%;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}
