@font-face {
    font-family: 'Montserrat';
    src: url(Montserrat.ttf);
}

body {
    color: black;
    background-color: white;
    font-family: 'Montserrat';
    font-size: 14px;
}

a {
    background-color: white;
    color: black;
}

.selected {
    background-color: #FFC527 !important;
    color: black !important;
}

a:hover {
    background-color: DADADA !important;
    color: black !important;
}

.selected a:hover {
    background-color: #FFC527 !important;
    color: black !important;
}

.my-class {
    background-color: white !important;
    color: black;
}


.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-test,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-test {
    background: grey;
    color: white;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    background: #427730;
    color: white;

}

.tabbable>.nav {
    width: 150%;
}

.nav-tabs .nav-link {
    background-color: white;
    color: black;
    border: 2px solid darkgrey;
    border-radius: 4px;
    margin-right: 2px;
}

.nav-tabs .nav-link.active {
    background-color: #FFC527 !important;
    color: black !important;
}

.shiny-output-error {
    visibility: hidden;
}

.shiny-output-error:before {
    visibility: hidden;
}

.shiny-input-error {
    visibility: hidden;
}

.shiny-input-error:before {
    visibility: hidden;
}

.disabled {
    opacity: 0.5;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
}

.datatables .dataTables_wrapper .dataTables_length select, 
.datatables .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 5px;
}

.dt-controls {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 5px;
}

.bs-searchbox .form-control {
    border-color: #FFC527 !important;
}

.dt-button.buttons-excel {
    background-color: #427730 !important;
    color: white !important;
    border: none !important;
    border-radius: 4px !important;
}

.bootstrap-select .dropdown-menu .dropdown-header {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.bootstrap-select .dropdown-menu.inner li.selected a .check-mark {
    color: #427730 !important;
    /* you can also change font-size, text-shadow, etc. */
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 14px;
}

/* remove the padding on the sidebar */
body>div>div>div.col-sm-15 {
    padding: 0;
}

/* make labels in the sidebar bold */
.well .control-label {
    font-weight: bold;
}

.well {
    padding: 19px;
}

/* Bootstrap 3 styling for sliderTextInput */

.irs--shiny .irs-bar,
.irs-bar {
    background: #427730 !important;
    border-top: 1px solid #427730 !important;
    border-bottom: 1px solid #427730 !important;
    height: 8px !important;
    border-radius: 8px 0 0 8px !important;
}

.irs--shiny .irs-bar-edge,
.irs-bar-edge {
    background: #427730 !important;
    border: 1px solid #427730 !important;
    border-right: 0 !important;
    height: 8px !important;
}

.irs--shiny .irs-line,
.irs-line {
    background: #e1e4e9 !important;
    background: linear-gradient(to bottom, #e1e4e9 0%, #e1e4e9 100%) !important;
    border: 1px solid #d3d6db !important;
    border-radius: 4px !important;
    height: 8px !important;
}

.irs-handle {
    position: absolute !important;
    display: block !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

.irs--shiny .irs-handle,
.irs-handle {
    width: 22px !important;
    height: 22px !important;
    top: 22px !important;
    background: #dedede !important;
    border: 2px solid #ababab !important;
    border-radius: 18px !important;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.3) !important;
    cursor: pointer !important;
    z-index: 2 !important;
}

.irs--shiny .irs-handle:hover,
.irs-handle:hover {
    background: #f5f5f5 !important;
}

.irs--shiny .irs-handle.state_hover,
.irs--shiny .irs-handle:hover,
.irs-handle.state_hover {
    border-color: #427730 !important;
    background: #f5f5f5 !important;
}

.irs--shiny .irs-min,
.irs--shiny .irs-max,
.irs-min,
.irs-max {
    font-size: 10px !important;
    line-height: 1.333 !important;
    text-shadow: none !important;
    top: 0 !important;
    padding: 1px 3px !important;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px !important;
}

.irs--shiny .irs-from,
.irs--shiny .irs-to,
.irs--shiny .irs-single,
.irs-from,
.irs-to,
.irs-single {
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.333 !important;
    text-shadow: none !important;
    padding: 1px 5px !important;
    background: #427730 !important;
    border-radius: 4px !important;
}

.irs--shiny .irs-from:before,
.irs--shiny .irs-to:before,
.irs--shiny .irs-single:before,
.irs-from:before,
.irs-to:before,
.irs-single:before {
    position: absolute !important;
    display: block !important;
    content: "" !important;
    bottom: -6px !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: -3px !important;
    overflow: hidden !important;
    border: 3px solid transparent !important;
    border-top-color: #427730 !important;
}

.irs--shiny .irs-grid-pol,
.irs-grid-pol {
    background: #d3d6db !important;
}

.irs--shiny .irs-grid-text,
.irs-grid-text {
    color: #999 !important;
    font-size: 9px !important;
}

/* Bootstrap 3 styling for bslib task buttons */
.bslib-task-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    user-select: none;
}

/* Bootstrap 3 success button styling (green) */
.bslib-task-button {
    color: #fff;
    background-color: #427730;
    border-color: #3a6829;
}

.bslib-task-button:hover {
    color: #fff;
    background-color: #386628;
    border-color: #2d5120;
}

.bslib-task-button:active,
.bslib-task-button.active {
    background-color: #386628;
    border-color: #2d5120;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.bslib-task-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}