html {
    height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

footer {
    padding: 8px 24px;
    display: flex;
    justify-content: space-between;
}

.navbar-fixed {
    margin-bottom: 0
}

.nav-fixed-item {
    line-height: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    padding-top: 2px;
}

.nav-fixed-item i {
    line-height: 56px;
    height: 56px;
}


@media only screen and (min-width: 601px) {
    .nav-fixed-item {
        line-height: 64px;
        height: 64px;
    }

    .nav-fixed-item i {
        line-height: 60px;
        height: 64px;
    }

    header .brand-logo i {
        padding-top: 1px;
    }
}

.logo-wrapper {
    margin: 0;
    font-size: 2rem;
    line-height: 4rem;
    height: 64px;
}

header .brand-logo {
    position: initial;
    margin: 0;
    line-height: 4rem;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

header .brand-logo i {
    font-size: inherit;
}

header .brand-logo .logo-text {
    line-height: inherit;
    font-size: inherit;
}

.menu-item-text {
    line-height: 60px;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 4px;
}

.content-section {
    display: flex;
}

.content-section .full-width {
    width: 100%;
}

.btn-floating {
    color: #2196f3;
}

.btn-floating i {
    color: inherit;
}

.btn-floating:hover {
    background-color: #d6d6d6;
}

.btn-floating {
    color: #2196f3;
}

.btn-floating i {
    color: inherit;
}

.btn-floating:hover {
    background-color: #d6d6d6;
}

.extra-margin {
    margin-bottom: 32px;
}

.card .card-padding {
    padding: 32px 16px;
}

.card .downloadCard:hover{
    background-color: #BBBBBB !important;
}

.checkbox-styling {
    padding-left: 8px;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.action-button {
    min-width: 120px;
    text-transform: uppercase;
    text-align: center;
}

.card .card-action a.cancel-button {
    color: #6b6f82 !important;
    background-color: #6b6f8210;
    margin-top: 1px;
    text-align: center;
}

.modal .modal-footer.modal-footer-padding {
    padding-right: 24px;
    padding-bottom: 16px;
    height: inherit;
}

.paging {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 16px;
}

.paging-item {
    padding: 0 8px;
    font-weight: bold;
}

.paging-item.current-page {
    text-decoration: underline;
    color: #000000;
}

.modal.xs {
    width: 20%;
}

.modal.s {
    width: 35%;
}

.modal.m {
    width: 50%;
}

.modal.l {
    width: 100%;
}


.feature-table tr,
.feature-table td {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input[type=text].amount-field {
    border: 0;
    height: 21px;
    margin-bottom: 2px;
    text-align: right;
}

.feature-table span.error {
    font-size: .8rem;
    position: absolute;
    top: 43px;
    left: 55px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    color: #f44336;
}

.error.field-validation-valid {
    display: none;
}

@media only screen and (max-width: 600px) {
    #toast-container {
        bottom: 0;
        min-width: 100%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        top: initial;
        right: initial;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 90%;
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: initial;
        right: initial;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 86%;
    }
}

.toast.success {
    background-color: #e8f5e9;
    border: 1px solid #4caf50;
    border-radius: 4px;
    color: black;
}


.toast.error {
    background-color: #ffebee;
    border: 1px solid #f44336;
    border-radius: 4px;
    color: black;
}

p a:link {
    text-decoration: none;
    color : #b10d12;
}

p a:visited {
    text-decoration: none;
    color : #b10d12;
}

p a:hover {
    text-decoration: underline;
    color : #ee1d23;
}

p a:active {
    text-decoration: underline;
    color : #ee1d23;
}

.list-type-bullet li a:link {
    text-decoration: none;
    color : #b10d12;
}

.list-type-bullet li a:visited {
    text-decoration: none;
    color : #b10d12;
}

.list-type-bullet li a:hover {
    text-decoration: underline;
    color : #ee1d23;
}

.list-type-bullet li a:active {
    text-decoration: underline;
    color : #ee1d23;
}