html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial;
    border-top: 10px solid #575656;
    background: #fff;
    margin-bottom: 174px;
    font-size: 0.8rem;
}

p {
    /* font-size: 1.25rem; */
}

a,
.btn-link {
    color: #9fc66d;
}

a:hover,
.btn-link:hover {
    color: #575656;
    text-decoration: none;
}

.btn.btn-link {
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 1;
}

footer {
    width:100%;
    position: absolute;
    bottom: 0;
}

.page-header {
    padding-bottom: 30px;
    margin: 40px 0 40px;
    border-bottom: none;
    background-image: url("/images/ei-bar-green.svg");
    background-size: 210px;
background-position: 50% 100%;
background-repeat: no-repeat;
}

.page-header h1, .page-header h2 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.page-header-2 {
    padding: 10px;
    font-size: 32px;
    font-weight: 300;
    line-height: 100%;
    color: #fff;
    background: #8D8E8C
}


.btn-link.form-info {
    padding-left: 5px;
    padding-right: 5px;
}

.mw-80 {
    max-width: 80% !important;
}


/* Navbar Styling */
header {
    background: #EAF1DD;
    padding: 1.5rem 0;
}

.nav-item {
    border-right: 2px solid #fff;
}

.nav-item:last-child {
    border-right: none;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #a19898;
    color: #b4d18c;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #444444;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fff;
    background: #b4d18c;
}



/* Modal Styling */
.modal-content {
    border-radius: .75rem;
}

.modal-header {
    color: #fff;
    background: #9fc66d;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
}

.modal-header .close {
    color: #fff;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}



/* Card Styling */
.white-space-pre {
    white-space: pre-wrap;
}



/* Data Table styling */
.dataTable {
    background: #fff;
    border-top: none;
}

.table th {
    border-top: 0;
    white-space: nowrap;
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f6f9f2;
}

.dataTables_paginate {
    padding-top: .5rem;
}

.table td.icons {
    white-space: nowrap;
}

.table td.icons i {
    padding-left: 3px;
    padding-right: 3px;
}

.table td, .table th {
    padding: 8px;
}



/* Audit Styling */
.audit .separator {
    width: 1px;
    background: #cccccc;
}



/* Message styling */
.message {
    color: inherit;
}

.message:hover {
    color:inherit;
}

.message:hover .card-body {
    background: rgba(0,0,0,.075);
}

.border-message {
    border-left-style: solid;
    border-width: 10px;
}

.message .card-body {
    position: relative;
}

.message .message-status {
    position: absolute;
    right: -5px;
    border-radius: 10rem 0 0 10rem;
    padding: 0 1rem;
}


/* Footer Styling */
footer {
    background: #b4d18c;
}

#footer-bottom {
    background: #575656;
}



/* DateTimePicker Changes */

.bootstrap-datetimepicker-widget .table td,
.bootstrap-datetimepicker-widget .table th {
    border-top: 1px solid #ffffff00;
}

.bootstrap-datetimepicker-widget {
    width: 300px !important;
}



/* Popper Changes */
.popover {
    max-width: 700px;
}



/* Chosen Select box */
.chosen-container.chosen-container-multi,
.chosen-container.chosen-container-single {
    width: 100% !important;
}

.chosen-container.chosen-container-multi .chosen-choices {
    padding: .25rem 1rem;
    font-size: 0.8rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-image: none;
}

.chosen-container.chosen-container-multi .chosen-drop .chosen-results li {
    padding: .25rem 1rem;
    font-size: 0.8rem;
}

.chosen-container .chosen-results li {
    font-size: 0.8rem;
    padding-left: 1rem;
}

.chosen-container .chosen-results li.highlighted {
    background-color:#1e90ff;
    background-image:none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    width:100%;
    background-image:none;
    padding:.5rem;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 9px;
    right:7px;
}

.chosen-container-single .chosen-single {
    background: none;
    font-size: 0.8rem;
    padding: .375rem .75rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    height: auto;
}

.chosen-container-single .chosen-single div {
    top:8px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background:none;
}


/* Bootstrap form override */
.form-control {
    font-size: 0.8rem;
}



/* Bootstrap button override */
.btn {
    line-height: 31px;
    padding: 5px 22px;
    border-radius: 2px;
    text-transform: uppercase;
    outline: 0!important;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
}

.btn-primary {
    color: #fff;
    background: #9fc66d;
    border-color: #9fc66d;
}

.btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #30cfc0;
    border-color: #30cfc0;
}



/* Bootstrap pagination override */
.page-link {
    color: #b4d18c;
}

.page-item.active .page-link {
    background-color: #9fc66d;
    border-color: #9fc66d;
}
