body {
    padding-top: 150px;
    padding-bottom: 20px;
}

body-content {
    padding-left: 15px;
    padding-right: 15px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navbar-custom,
footer,
thead {
    background-color: #131B42;
    color: white;
}

.brandFont {
    height: 50px;
    float: left;
}

thead > tr > th:hover {
    text-decoration: underline;
}

li:hover {
    text-decoration: underline;
}

.validation-summary-errors {
    color: red;
}

.headerColorWebApp {
    color: darkblue;
}

.boldWebApp {
    font-weight: bold;
}

/*.headerColor {
    color: #131B42;
}*/

/****************************Dropdown with search************************/
/* Dropdown Button */
/*.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}*/

    /* Dropdown button on hover & focus */
    /*.dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }*/

/* The search field */
/*#payrollRef {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}*/

    /* The search field when it gets focus/clicked on */
    /*#payrollRef:focus {
        outline: 3px solid #ddd;
    }*/

/* The container <div> - needed to position the dropdown content */
/*.dropdownWithSearch {
    position: relative;
    display: inline-block;
}*/

/* Dropdown Content (Hidden by Default) */
/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}*/

    /* Links inside the dropdown */
    /*.dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }*/

        /* Change color of dropdown links on hover */
        /*.dropdown-content a:hover {
            background-color: #f1f1f1
        }*/

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/*.show {
    display: block;
}*/
/****************************Dropdown with search************************/