﻿body {
    font-family: "Open Sans", Calibri, Arial;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#wrapper #container {
    margin-top: 85px;
    padding: 20px;
}

.applicationTitle {
    margin-left: -110px;
    text-align: center;
    width: 100% !important;
}

header logo {
    color: #000000;
    font-size: 38px;
    margin-bottom: 0px;
}

.logoContainer {
    z-index: 999;
}

header .logo #imgTeaLogo {
    width: 100%;
    max-width: 110px;
    height: auto;
}

header .navbar-nav li.nav-item a.nav-link {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

header .navbar-nav li {
    margin: 2px;
    list-style: none;
    display: inline-block;
}

.dnh-container {
    font-family: Calibri, sans-serif;
    font-size: 16px;
}

.dnh-container > tr, td {
    padding: 10px;
}

header .navbar-nav li.nav-item a.nav-link:hover {
    /*color: #2A63AF;*/
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #007e8f;
}

header .navbar-nav li.nav-item.active a.nav-link {
    color: #000000;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #007e8f;
}

footer {
    background-color: #ccf0f5;
    position: relative;
    margin-top: 10px;
    clear: both;
    padding: 10px 20px;
    border-top: 1px solid #ced4da;
    text-align: center;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        text-decoration: none;
    }
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.container-body h1 {
    font-size: 36px;
}

.container-body h2 {
    font-size: 20px;
}

.container-body h3 {
    font-size: 16px;
}

.container-body h4 {
    font-size: 14px;
}

.validation-summary-errors ul {
    padding: 10px 20px;
}

    .validation-summary-errors ul li {
        /*color: #f16038;*/
        color: #B61030;
        font-weight: bold;
    }

.form-result {
    font-size: 1.1rem;
    margin-bottom: 20px;
    /*color: #f16038;*/
    color: #418708;
    margin-bottom: 20px;
}

/* General Layout classes*/
.nopadding {
    padding: 0px;
}


/*************************************************************************************************/
/*********************************Dnh-customs.css********************************************************/
/*************************************************************************************************/

/*CONTAINERS ROwS COLUMNS*/

.remove-row-margin {
    margin-left: 0px;
}

.dnh-header, .dnh-footer {
    background-color: #ccf0f5;
}

/* FORM CONTROLS */
.form-control-label {
    padding: 5px 0px;
    text-align: left;
}

.form-control-error {
    padding: 5px 10px;
    text-align: left;
}

.text-danger {
    color: #B94500 !important;
}

.dnh-required::after {
    content: "*";
    color: #B94500;
}

.dnh-button:enabled {
    padding: 5px 40px;
    background-color: #007e8f;
    font-weight: bold;
    color: #ffffff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dnh-button:disabled {
    padding: 5px 40px;
    background-color: grey;
    font-weight: bold;
    color: #ffffff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* ag-grid CSS */

.ag-theme-balham .ag-row-odd {
    background-color: #ccf0f5 !important;
}

.ag-theme-balham .ag-row-even {
    background-color: #e5f8fa !important;
}

.ag-theme-balham .ag-header {
    font-family: "Open Sans", Calibri, Arial !important;
    font-size: 14px !important;
    background-color: #007e8f !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-decoration: none;
}

.ag-theme-balham {
    font-family: "Open Sans", Calibri, Aria !important;
    font-size: 14px !important;
}
