
/* OVERRIDE STANDARD STYLES */
body, .grid_title, .form_title, .form_group_title, input[type=text], input[type=tel], input[type=password], input[type=checkbox], input[type=number], select, textarea, div.richify, input[type=button], input[type=submit] {
    background-color: #ffffff;
    font-family: sans-serif;
    border-radius:0px !important;
}

.app_title {
    margin-top: 0px;
}

.form_title {
    padding: 10px;
}

.form_title, input[type=button], input[type=submit], .form_group_title {
    background-color: #192630;
    font-size: 14pt;
}

    input[type=submit]:hover {
        background-color: #192630;
    }

input[type=text], input[type=tel], input[type=password], input[type=checkbox], input[type=number], select, textarea, div.richify, div.readonly_box {
    
    border: 3px solid #000 !important;
    
}

.help {
    text-align: center;
    margin-bottom: 20px;
    white-space: pre-line;
    color: #333333;
}

#divHeader {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 0px !important;
    margin-bottom: 15px;
    color: #333;
}

.breadcrumb_link {
    font-size: .875rem;
    font-weight: 600;
}

    .breadcrumb_link:hover {
        color: #2B8CC4;
        text-decoration: underline;
    }

#header-wrapper {
    background: #192630;
    height: 110px;
}

.menu {
    background-color: #192630;
}

.fa-envelope:before {
    content: "\f0e0";
}

.footer .grid .block ul li a {
    color: #fff;
    font-family: Poppins, sans-serif;
    text-underline-offset: 4px !important;
    font-weight: 400;
    text-decoration: underline !important;
}

.form_td_label {
    color: #000f;
}

@media (pointer: coarse) {
    .menu {
        height: 160px;
        overflow: hidden;
    }
}

#header {
    text-align: center;
}
#header-wrapper {
    background-color: #f6f6f6;
    height: 70px;
    margin-bottom: 70px;
}

.header-logo {
    margin: 0 auto;
    max-width: 90px;
}

.form_title, .form_group_title h2 {
    padding: 10px;
    background-color: transparent;
    color: #233d43;
    font-size: 1.6em;
    font-weight: 700 !important;
    border-bottom: 1px solid #cccccc;
}

.form_group_title {
    background-color: transparent;
}

input {
    font-family: 'Poppins', sans-serif !important;
    border-radius: 0 !important;
}

th {
    font-weight: 700;
}

.untitled_table {
    margin-bottom: 20px;
}

    .untitled_table td, .untitled_table th {
        padding: 10px;
        /*border: 1px solid #cccccc;*/
    }

select {
    border: 3px solid #233d43;
    padding: 3px 10px 3px 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    position: relative;
    color: #233d43;
   /* background-image: url('images/logo.png');*/
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: right 10px top 7px;
    margin-bottom: 10px;
    width: 50%;
    border-radius: 0 !important;
}

    select:hover, select:focus {
        outline: #ffdd75 solid 5px;
        border-color: #233d43;
        transition: all .3s ease-in-out;
        border-radius: 0;
    }

* {
    -webkit-appearance: none;
}

input[type=text], input[type=number] {
    border: 3px solid #233d43;
    padding: 10px 10px 8px 10px;
    border-radius: 0 !important;
    margin-bottom: 10px;
    background-color: transparent;
    color: #233d43;
}

input[type=submit] {
    border: 3px solid #4bb85e;
    padding: 3px 10px 3px 10px;
    border-radius: 0 !important;
    margin-bottom: 10px;
    background-color: #4bb85e;
    color: #233d43;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
}

    input[type=submit]:hover {
        border: 3px solid #233d43;
        padding: 3px 10px 3px 10px;
        border-radius: 0 !important;
        margin-bottom: 10px;
        background-color: #233d43;
        color: #fff;
        font-size: 1em;
        font-weight: 700;
        text-align: center;
    }

form label {
    margin-top: 5px;
    display: inline-block;
}


.footer {
    padding-top: 70px;
}

    .footer .container, .menu {
        background-color: #233d43;
    }

        .footer .container .menu {
            padding: 0;
        }