
body {
    max-width: 1366px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.4333px;
}

footer {
    background-color: #002e5f;
    padding: 20px 60px 20px;
    color: #fff;
    font-size: .9em;
}

h1 {
    display: none
}

h2 {
    margin-top: 0;
}

h3 {
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16.5px;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin-bottom: 10px;
}

header {
    padding-top: 40px;
    border-bottom: 20px solid #002e5f;
}

#logo-inail {
    margin-left: 60px;
    margin-bottom: 40px;
    display: block;
    width: 176px;
    height: 56px;
}

#logo-inail img {
    width: 176px;
}

.main {
    border-top: 20px solid #1E6665;
    padding: 30px;
}

.main h2 {
    color: #002e5f;
    margin-bottom: 30px;
    font-family: 'Open Sans semibold', sans-serif;
    font-size: 23.8333px;
    font-weight: 500;
}

.form-gray {
    background-color: #f2f2f2;
    padding: 35px 30px;
    overflow-wrap: anywhere;
}

.form-elem {
    margin-bottom: 20px;
}

.form-elem .msg {
    position: relative;
    top: 5px;
    display: none;
}

#logout-btn {
    text-decoration: none;
    padding: 10px 50px;
}

.form-elem input:not([type="checkbox"]), .form-elem select {
    width: 100%;
    border: 1px solid #afafaf;
    background-color: #fff;
    height: 34px;
    box-sizing: border-box;
    padding: 6px 12px;
}

.form-elem input[type="radio"] {
    height: 14px;
}

.form-elem input:focus, .form-elem select:focus {
    outline: 0;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-elem label {
    margin-bottom: 5px;
    display: inline-block;
}

.form-elem.error {
    color: #C9291B;
}

.form-elem.error .msg {
    display: block;
}

.form-elem.error input, .form-elem.error select {
    border-color: #C9291B;
}

.form-elem.error input:focus, .form-elem.error select:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.cb {
    margin-bottom: 10px;
}

.btn {
    background-color: #002e5f;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    min-width: 160px;
    font-weight: 400;
    padding: 6px 12px;
    line-height: 1.92857em;
    cursor: pointer;
}

.btn-row {
    height: 40px;
    margin-top: 40px;
}

.btn:focus, input[type=checkbox]:focus, .feedback:focus {
    outline: thin dotted;

}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
    background: #d2d2d2;
    border-color: #d2d2d2;
    color: #002e5f;
    opacity: 1 !important;
}

input[type=checkbox] {
    margin: 0;
    margin-right: 5px;
    top: 3px;
    position: relative;
}

.feedback {
    margin-bottom: 15px;
    height: 40px;
    color: #fff;
    line-height: 2.85714em;
    padding-left: 30px;
    background-color: #0e821a;
}

.feedback.error {
    background-color: #c9291b;
}

.pull-right {
    float: right;
}

.xs-12 {
    width: 100%;
}

.link-footer {
    margin: 0;
    padding: 0 12px;
    display: inline;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

/*SM*/
@media (min-width: 768px) {
}

/*MD*/
@media (min-width: 992px) {
    .md-6 {
        width: 50%;
    }
}

/*LG*/
@media (min-width: 1200px) {
}

h4 {
    font-size: 1.25em;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.1;
}

.mr-15 {
    margin-right: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.form-elem.date-elem input {
    width: 200px;
}

.form-elem.date-elem label {
    display: block;
}

.btn-success {
    background: #0E821A;
}

.btn:focus, input[type=checkbox]:focus, .feedback:focus {
    outline-offset: -2px;
}

/*MD*/
@media (min-width: 992px) {
    .md-3 {
        width: 25%;
    }
}

.loader-overlay {
    position: fixed;
    background-color: #002E5F;
    background-color: rgba(0, 46, 95, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 500000;
}

.loader-overlay span {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    border: 10px solid #106CDB; /* Light grey */
    border-top: 10px solid #002e5f; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.data-summary {
    margin-top: 15px;
}

.data-summary strong {
    width: 200px;
    display: inline-block;
}

.msg-error {
    color: red;
}
