/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * EBIL Colour: #754d24, Darker Tone: #553719 & Lighter Tone: #d98e18
 */
 .bg-dark {
    background-color: #553719 !important;
}

.table .thead-dark th {
    color: #fff;
    background-color: #754d24;
    border-color: #553719;
}

.table-bordered {
    border: 1px solid #553719;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #553719;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #553719;
}

.dropdown-menu {
    border: 1px solid #553719;
    box-shadow: 0px 0px 3px #553719;
}

.dropdown-divider {
    border-top: 1px solid #553719;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #d98e18;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #553719;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    text-shadow: 0px 0px 1px #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #495057;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #d98e18;
}

input {
    accent-color: #553719;
}

.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem #d98e18;
}

.btn-primary {
    color: #fff;
    background-color: #754d24;
}

.btn-primary:hover {
    color: #fff;
    background-color: #553719;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #d98e18;
    color: #fff;
    background-color: #553719;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #553719;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #553719;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #d98e18;
}

/* datetimepicker related style - starts */
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #754d24;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #754d24;
}

.timepicker-picker a,
.timepicker-picker a:active,
.bootstrap-datetimepicker-widget .picker-switch table a,
.bootstrap-datetimepicker-widget .picker-switch table a:hover {
    color: #754d24;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #553719;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #553719;
}
/* datetimepicker related style - ends */

/* typeahead related style - starts */
span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    background-color: #754d24;
}
/* typeahead related style - ends */

/* styles from common */
h1#project_heading {
    text-shadow: 2px 2px 2px #754D24;
}
h2#application_heading {
    color: #D98E18;
}

.person_card {
    border: 1px solid #553719;
    box-shadow: 0px 0px 8px #553719;
}