
.council_logo {
    max-width: 200px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

/* Date picker styles
-------------------------------------------------- */
.datepicker td, .datepicker th {
    width: 1.5em;
    height: 1.5em;
}

/* Misc styles
-------------------------------------------------- */
label.required-icon:after, span.required-icon:after {
    content: ' * ';
    color: #d4351c;
}

/* parsley */
.parsley-errors-list {
    margin-top: 5px;
}

.form-help-icon {
    font-size: 20px;
}

.alert-info {
    background-color: #1d70b8;
}

.alert-danger {
    background-color: #d4351c;
}

.sw-theme-dots > .nav .nav-link.active::after {
    background-color: #337ab7 !important;
}

.sw-theme-dots > .nav .nav-link.inactive {
    color: #0b0c0c !important;
}

.sw-theme-dots > .nav .nav-link.inactive.disabled {
    color: #0b0c0c !important;
}

.sw-theme-dots > .nav .nav-link.active {
    color: #337ab7 !important;
}

.sw-theme-dots .toolbar > .btn {
    background-color: #2C3E50 !important;
    border: 1px solid #2C3E50 !important;
    color: #FFF !important;
}

.input-group-text {
    color: black;
}
