/*#region Variables*/
/*#endregion*/
/*#region Fonts  */
/*@font-face {
    font-family: 'Alegreya SC';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/AlegreyaSC-Bold.woff) format("woff");
    src: url(/fonts/AlegreyaSC-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Alfa Slab One';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/AlfaSlabOne-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Fredericka the Great';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/FrederickatheGreat.woff) format("woff");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/OpenSans-Regular.woff) format("woff");
    src: url(/fonts/OpenSans-Regular.woff2) format("woff2");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    src: url(/fonts/OpenSans-SemiBold.woff) format("woff");
    src: url(/fonts/OpenSans-SemiBold.woff2) format("woff2");
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url(/fonts/OpenSans-ExtraBold.woff) format("woff");
    src: url(/fonts/OpenSans-ExtraBold.woff2) format("woff2");
}

@font-face {
    font-family: 'FontAwesome';
    src: url(/fonts/fontawesome-webfont.woff2) format("woff2");
    src: url(/fonts/fontawesome-webfont.woff) format("woff");
    src: url(/fonts/fontawesome-webfont.ttf) format("truetype");
    src: url(/fonts/FontAwesome.otf) format("opentype");
    src: url(/fonts/fontawesome-webfont.svg) format("svg");
    src: url(/fonts/fontawesome-webfont.eot) format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/LibreBaskerville-Regular.woff) format("woff");
}
*/
/*#endregion*/
* html .wrapper {
    height: 1%;
}

* html ul.tabs {
    height: 1%;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: 1.5;
    background: #fff;
    margin: 1.5em 0;
    background-color: #ffffff;
    margin: 0;
    height: 100%;
    font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    color: #444444;
}

footer div.oogseal {
    width: 150px;
    height: 150px;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    outline: none;
}

    a img {
        border: none;
    }

    a:hover.contact-button-test {
        color: #ffffff;
        background-color: #a3013a;
        border: 1px solid #a3013a;
        text-decoration: none !important;
    }

    a.nav-link {
        color: #ffffff;
    }

button.nav-link {
    color: #fff;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

    div.oogseal {
        margin: 0 10px 0 0;
        width: 80px;
        height: 80px;
    }

    div.row:after {
        content: "";
        display: table;
        clear: both;
    }

    div.column-2 {
        float: left;
        width: 50%;
    }

    div.column-3 {
        float: left;
        width: 33.3333%;
    }

    div.checkboxlist {
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 1.5rem;
        border: 1px solid #ccc;
        border-radius: 0 5px 5px 5px;
        background-color: #ffffff;
        box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
        font-family: inherit;
        font-size: 1rem;
        font-weight: normal;
        color: #333;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    div.has-validation {
        margin-bottom: 1.5rem;
    }

        div.has-validation input {
            margin-bottom: 0;
        }

    div .dataTables_wrapper select, div .dataTables_wrapper .paginate_button {
        margin: 0 !important;
    }

    div .dataTables_wrapper .paginate_button {
        padding: 0 !important;
    }

        div .dataTables_wrapper .paginate_button:hover {
            border: none !important;
        }

form {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

h1 {
    /*font-size: 160%;*/
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 0.5em;
    color: #52595c;
    font-family: "Literata", Tahoma, Helvetica, sans-serif;
    text-transform: capitalize;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    /*font-size: 180%;*/
    font-weight: bold;
    font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
    letter-spacing: .1px;
    margin: 10px 0;
    color: #0055ab;
    line-height: 1.2em;
    text-transform: capitalize;
}

h3 {
    font-size: 18px;
    /*font-size: 130%;*/
    font-weight: bold;
    font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
    margin: 30px 0 10px 0;
    color: #52595c;
    line-height: 1.2em;
    text-transform: capitalize;
}

h4 {
    font-size: 16px;
    /*font-size: 110%;*/
    font-weight: bold;
    font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
    margin: 20px 0 5px 0;
    color: #52595c;
    line-height: 1em;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    /*font-size: 1em;*/
    margin-bottom: 1.5em;
    color: #52595c;
    font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
}

h6 {
    font-size: 1em;
}

hr {
    margin: 0px 10px 20px 10px;
    clear: both;
    padding: 10px 0 10px 0;
    background-color: transparent;
    border-bottom: 1px dotted #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

input {
    margin: 0;
}

    input.form-control {
        /*&.input-validation-error {
            margin-bottom: 0 !important;
        }*/
    }

        input.form-control:invalid::placeholder {
            color: #dc3545;
        }

    input[type=submit].aspNetDisabled {
        opacity: 0.25;
        cursor: not-allowed;
        font-size: 100%;
        font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
        margin: 30px 10px 10px 0;
        padding: 8px 20px;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none !important;
        border: 0;
        border-radius: 20px;
        border: 1px solid #3268ac;
        background-color: #3268ac;
        color: #ffffff !important;
    }

    input[type=checkbox] {
        margin-right: .5rem;
    }

label {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

li.nav-item {
    border: 1px solid transparent;
}

nav.navbar {
    background-color: #092c74;
   /* background-color: #05538b;*/
}

    nav.navbar .navbar-brand {
        line-height: 1.15em;
    }

p {
    margin: 0 0 1em;
    line-height: 150%;
}

select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.45rem;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28115, 115, 115%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -0rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.2rem;
}

    select:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

span {
    /*
    &.field-validation-error{
        margin-bottom: 1.5rem;
    }*/
}

    span.required {
        color: red;
        font-size: 0.85em;
    }

table {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

    table thead {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

        table thead th {
            margin: 0;
            padding: 0;
            border: 0;
            font-weight: inherit;
            font-style: inherit;
            font-size: 100%;
            font-family: inherit;
            vertical-align: baseline;
            text-align: left;
            font-weight: 400;
        }

            table thead th:first-child {
                border-radius: 10px 0 0 0;
            }

            table thead th:last-child {
                border-radius: 0 10px 0 0;
            }

    table tbody {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

        table tbody td {
            padding: 0.4rem 0.5rem 0.5rem;
            border-spacing: 0;
            border-collapse: collapse;
        }

        table tbody th {
            padding: 0.4rem 0.5rem 0.5rem;
            border-spacing: 0;
            border-collapse: collapse;
            font-weight: bold;
            text-align: left;
            color: #ffffff;
            background-color: #29478d;
            padding: 0.4rem 0.5rem 0.5rem;
            border-spacing: 0;
            border-collapse: collapse;
            font-weight: bold;
            text-align: left;
            color: #ffffff;
            background-color: #29478d;
        }

            table tbody th a {
                padding: 0.4rem 0.5rem 0.5rem;
                border-spacing: 0;
                border-collapse: collapse;
                font-weight: bold;
                text-align: left;
                color: #ffffff;
                background-color: #29478d;
                padding: 0.3rem 0.5rem 0.5rem;
                color: #ffffff !important;
            }

                table tbody th a:hover {
                    color: #ffffff !important;
                    opacity: 0.5;
                }

        table tbody tr:nth-child(even) {
            border-bottom: 0;
            background-color: #f1f5fc;
        }

    table tr {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

        table tr:hover td {
            color: #29478d;
        }

    table td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
        text-align: left;
        font-weight: 400;
    }

        table td input.button-submit {
            margin: 0;
            padding: 4px 10px;
            border-radius: 10px;
            float: none;
        }

        table td input.button-submit-hollow {
            margin: 0;
            padding: 4px 10px;
            border-radius: 10px;
            float: none;
        }

    table tfoot {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
    }

    table.table td {
        vertical-align: middle;
    }

        table.table td select {
            margin: 0;
            font-size: 0.8rem;
            height: 1.7rem;
            border-radius: 5px;
            padding: 0.2rem 0.5rem;
        }

        table.table td input {
            margin: 0;
            font-size: 0.8rem;
            height: 1.7rem;
            border-radius: 5px;
            padding: 0.2rem 0.5rem;
        }

    table.table th a:hover {
        color: #A9A9A9;
        text-decoration: none;
    }

    table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
    table.dataTable thead .sorting_asc:before,
    table.dataTable thead .sorting_asc:after,
    table.dataTable thead .sorting_desc:before,
    table.dataTable thead .sorting_desc:after {
        bottom: 0;
    }

textarea {
    margin: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0 5px 5px 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    textarea:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

    textarea.override {
        height: 5rem;
    }

ul.nav {
    margin: inherit;
}

ul.password li {
    padding-left: 5px;
}

    ul.password li.fail::marker {
        content: '\f05c';
        font-family: "FontAwesome";
        color: red;
    }

    ul.password li.pass::marker {
        content: '\f00c';
        font-family: "FontAwesome";
        color: green;
    }

.img--left {
    float: left;
    margin: 0 25px 25px 0;
}

.img--right {
    float: right;
    margin: 0 0 25px 25px;
}

.img--center {
    margin: 25px auto 25px auto;
    width: 100%;
}

.img--box {
    width: 100%;
}

.oogseal {
    width: 100%;
    height: auto;
}

    .oogseal a {
        width: inherit !important;
        height: inherit !important;
    }

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #52595c !important;
    color: white;
}

.svg {
    width: inherit !important;
    height: inherit !important;
}

.gov_logo_white path {
    fill: #fff !important;
}

.gov_logo_black path {
    fill: #000 !important;
}

.logo {
    margin-top: 0.7rem;
    height: 2.5rem;
}

[type='text'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='text']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='password'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='password']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='date'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='date']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='datetime'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='datetime']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='datetime-local'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='datetime-local']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='month'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='month']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='week'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='week']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='email'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='email']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='number'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='number']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='search'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='search']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='tel'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='tel']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='time'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='time']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='url'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='url']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

[type='color'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin: 0 0 1.5rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #333;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    [type='color']:focus {
        outline: none;
        border: 1px solid #737373;
        background-color: #ffffff;
        box-shadow: 0 0 5px #ccc;
        transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    }

.label {
    background: #3268ac;
    color: #ffffff;
    display: inline-block;
    padding: .4rem .5rem;
    border-radius: 5px 5px 0 0;
    font-size: .9rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
}

    .label.primary {
        background: #3268ac;
        color: #ffffff;
    }

.help-text {
    font-size: 0.8rem;
    font-style: italic;
    color: #808080;
    margin-left: 10px;
}

.help-text-alert {
    font-weight: bold;
    color: red;
    margin-left: 10px;
}

.wallpaper {
    position: absolute;
    overflow: hidden;
}

    .wallpaper img {
        margin: 0 auto;
        height: auto;
        width: 100%;
    }

        .wallpaper img.round {
            height: 100%;
            width: auto;
            position: relative;
            display: inline-block;
            left: 50%;
            transform: translate(-50%);
        }

.font-literata {
    font-family: "Literata", Tahoma, Helvetica, sans-serif;
}

.btn-primary {
    background-color: #0055ab;
    border-color: #0055ab;
}

.mt-6 {
    margin-top: 10rem;
}

.pt-7 {
    padding-top: 7rem;
}

/*#region Print */
@media print {
    #footer-new {
        display: none !important;
    }

    #masthead {
        display: block !important;
    }

        #masthead h1 {
            font-size: 180%;
        }

    #nav-new {
        display: none !important;
    }

    nav-new-link {
        display: none !important;
    }

    nav-new-link-on {
        display: none !important;
    }

    .newsletter-header {
        width: 880px;
        height: 190px;
        background: url("/uploads/images/main/newsletter_bkg.jpg") no-repeat center;
        padding: 30px 30px 30px 60px;
    }

        .newsletter-header h2 {
            font-family: "Open Sans", Tahoma, Helvetica, sans-serif;
            font-size: 300%;
            color: #ffffff;
            position: relative;
            bottom: -110px;
        }

    .main-col {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .main-col-news {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }

    .main-col-wide {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }

    body {
        font-size: 12pt;
    }

    .right-col {
        display: none;
    }

    h1 {
        font-family: Georgia, serif !important;
    }

    h2 {
        font-family: Georgia, serif !important;
        font-size: 180%;
        font-weight: bold;
        letter-spacing: .3px;
        background-image: none;
        margin: 10px 0;
        color: #000000;
        line-height: 1.2em;
    }

    h3 {
        font-size: 130%;
        color: #000000;
    }

    a {
        color: #000000 !important;
        text-decoration: underline !important;
    }

    .button-submit {
        display: none !important;
    }

    .button-submit-hollow {
        display: none !important;
    }

    #hide {
        display: none !important;
    }

    .hide {
        display: none !important;
    }

    #txtName {
        display: none !important;
    }

    #lblDivision {
        display: none !important;
    }

    #DropDownList1 {
        display: none !important;
    }

    #SQLDivisions {
        display: none !important;
    }

    .directory-table {
        font-size: 10pt !important;
        color: #000000;
    }

    @page {
        size: auto;
        margin: 10mm 10mm 10mm 10mm;
    }

    * {
        -webkit-print-color-adjust: exact;
    }
}

/*#endregion*/
/*#region Media 992px (Bootstrap xl) */
@media (min-width: 1920px) {
    .container-fluid {
        max-width: 1860px;
    }
}

/*#endregion*/
/*#region Media 992px (Bootstrap lg) */
@media (min-width: 992px) {
    .p-lg-6 {
        padding: 2.5rem 3.5rem !important;
    }

    .wallpaper-visible-lg {
        margin-top: 34rem;
    }
}

/*#endregion*/
/*#region Media 786px (Bootstrap md)*/
@media (min-width: 768px) {
    .border-md-0 {
        border: none !important;
    }
}

/*#endregion*/
/*#region Media 576px (Bootstrap sm) */
@media (min-width: 576px) {
    .logo {
        height: 3.5rem;
    }

    .border-sm-0 {
        border: none !important;
    }
}

/*#endregion*/
/*#region  (Bootstrap btn) */
.btn-outline-primary:hover {
    color: #fff;
    background-color: #6489c1;
    border-color: #316abf;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: normal !important;
}
/*#endregion*/

/*#region  (Bootstrap card) */
/* Style for card */
.card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    color: #1e488f; /* Dark blue color */
    padding: 0px;
    margin: 0px;
}

/* Style for card header */
.card-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
/*#endregion*/

.tfTable th {
    background-color: #092c74;
    color: white;
    text-align: center !important;
    padding: 4px !important;
    border-radius:inherit !important;
}
.tfTable td {  
    text-align: center !important;    
}
textarea {
    white-space: normal;
}


.TEFHeaderBackground {
    background-color: #092c74 !important;
}
.TEFHeaderBackground h5 {
    color:white;
}

.couponcode:hover .coupontooltip {
    /* NEW */
    display: block;
}

textarea {
    
    width: 50%;
    padding: 3px;
    transition: all 0.5s ease;
    field-sizing: content !important;
    min-height: 150px !important;
}

    textarea:focus {
        height: 4em;
        field-sizing: content !important;
    }

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

    .toggle.ios .toggle-handle {
        border-radius: 20px;
    }

.popover {
    min-width:fit-content !important;
}

.tdTextOverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.form-select {
    min-width:100px; 
}

.FormInputFiled {
    min-height: 46px !important;
    font-size: medium !important;
}

colgroup {
    display:none;
}
td:first-child {
    text-align: left !important;
}
.colorDarkGrey {
    color: darkgrey !important;
}
.toggle {
    min-height: 35px !important;
    min-width: 55px !important;
}
.page-link {
    z-index: 0 !important;
}
.error {
    color:red;
}


.popover {
    white-space:normal;
}

.input-group .btn {
    z-index:0 !important
}
.classConfirmswal {
    margin-right: 45px;
    min-width: fit-content;
}