﻿h1, .h1 {
    color: #0090d4;
    font-family: Ubuntu, Arial, 'Helvetica', sans-serif;
    font-size: 30pt;
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2, .h2 {
    color: #0090d4;
    font-family: Ubuntu, Arial, 'Helvetica', sans-serif;
    font-size: 22pt;
    font-style: italic;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3, .h3 {
    color: #6da32f;
    font-family: Ubuntu, Arial, 'Helvetica', sans-serif;
    font-size: 18pt;
    line-height: 26.18px;
    margin-bottom: 10px;
}

h4, .h4 {
    color: #1f4350;
    font-family: Ubuntu, Arial, 'Helvetica', sans-serif;
    font-size: 17pt;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h5, .h5 {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 15pt;
    font-weight: bold;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h6, .h6 {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 19pt;
    font-style: italic;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}

p, span, input, label {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    line-height: 26px;
    margin-bottom: 0;
}

.p-italics, .span-italics {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    font-style: italic;
    line-height: 14px;
    margin-bottom: 10px;
}

.italic-font {
    font-style: italic;
}

.bold-font {
    font-weight: bold;
}

a {
    color: #1f4350;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-decoration: underline;
}

    a:hover {
        color: #050505;
        text-decoration: underline;
    }

    a:visited {
        color: #575756;
        text-decoration: none;
    }

.a-underlined {
    color: #1f4350;
    font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
}

    .a-underlined:focus {
        color: #050505;
        text-decoration: underline;
    }

    .a-underlined:visited {
        color: #575756;
        text-decoration: underline;
    }

.select-area-input {
    border: 1px solid #707070;
    border-radius: 5px;
    color: #575756;
    font-size: 15px;
    padding: 0 !important;
}

    .select-area-input:focus {
        border: 2px solid #057dbc;
        border-color: #057dbc;
        color: #575756;
    }

    .select-area-input option {
        height: 30px;
        padding: 5px;
        padding-left: 10px;
    }

        .select-area-input option:hover {
            background-color: #0090d4;
            color: #fff;
        }

.text-input {
    border: 1px solid #707070;
    border-radius: 5px;
    color: #575756;
    font-size: 15px;
    height: 42px;
    padding: 0 8px 0 8px;
}

    .text-input:focus {
        border: 2px solid #057dbc;
        border-color: #057dbc;
        color: #575756;
    }

.text-input-complete {
    border: 2px solid #707070;
}

.text-input-prefilled-locked {
    background-color: #575756;
    color: #1f4350;
}

.text-input-prefilled-editable {
    background-color: #e5f4fb;
}

.text-input-error {
    border: 2px solid #e42313;
}

.check-input-error {
    border: 1px solid #e42313;
}

.text-div-error {
    color: #e42313;
    line-height: 14pt;
    padding-left: 8px;
}

.text-label-error {
    color: #e42313;
    display: inline;
    font-size: 12pt;
    line-height: 14pt;
}

.text-input-label {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 8px;
}

.text-input-display {
    color: #575756;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 8px;
}

.text-input-check-label {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}

.label-input-error {
    color: #e42313;
}

.text-align-right {
    text-align: right;
}

.text-input-datepicker {
    border: 1px solid #707070;
    border-radius: 5px 0 0 5px;
    color: #575756;
    font-size: 15px;
    height: 42px;
    padding: 0 8px 0 8px;
}

    .text-input-datepicker:focus {
        border: 2px solid #057dbc;
    }

.text-area {
    height: 200px;
}

.ui-datepicker-trigger {
    border: 1px solid #707070;
    border-left-width: 0;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
}

.ui-datepicker-trigger-focus {
    border: 2px solid #057dbc;
    border-left-width: 0;
    border-radius: 0 5px 5px 0;
    padding: 0 9px;
}