* {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#preloader {
    /*  background-image: url(../images/nutricharge.gif); */
    background: #ffeee1;
    display: block;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

    #preloader img {
        position: fixed;
        left: 45%;
        top: 40%;
    }

.navbar-toggler {
    margin-top: 11px;
}

.form-group {
    margin-bottom: 0.8rem;
}

.card-header {
    padding: 0.5rem 1.25rem;
}

    .card-header a {
        color: #fff;
    }

.login_type_name {
    font-size: 1.25rem;
    padding: 10px;
    font-weight: 500;
    color: #e04646;
    vertical-align: middle;
}

.all_notifications p.time {
    margin: 0;
    font-size: 13px;
    color: #9da4ae;
}

.all_notifications a {
    text-decoration: none;
}

.all_notifications .data_time {
    color: #e04646;
    font-size: 14px;
}

.notification_box {
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #eee;
}

.menuFooterTop {
    width: 100%;
    padding: 5px;
    text-align: center;
    border-top: 1px solid #eee;
}

    .menuFooterTop a {
        font-size: 12px;
        text-decoration: none;
    }

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#navbarNav {
    background-color: #e04646;
}

.nav li:hover, .nav .dropdown.show, .nav .dropdown:hover {
    background-color: #efb1b1;
}

.badge-notify {
    background: #f44336;
}

.bysection {
    left: 120px;
}

.thinkinnoLogo {
    left: 144px;
}

@media (max-width: 576px) {
    body {
        padding: 6rem 0 3rem 0;
    }

    .card-body {
        padding: 0.5rem;
    }

    .navbar-brand img {
        height: 66px;
        margin-top: 4px;
    }

    #title-section {
        top: 4.7rem;
    }
 
       section#main-section {
    margin-top: 26px;
    margin-bottom: 15px;
}
    .bysection {
        font-size: 15px;
        left: 12rem !important;
        top: 2.1rem;
    }

    .thinkinnoLogo {
        left: 13.2em !important;
        top: 2rem;
    }
}

.datepicker-dropdown {
    background-color: #fff;
}

.datepicker table tr td, .datepicker table tr th {
    color: #2e2c2c;
}

.toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

    .toggle input + label {
        margin: -2px;
        padding: 0.2rem 1rem;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        border: solid 1px #DDD;
        background-color: #FFF;
        font-size: 0.8rem;
        cursor: pointer;
        font-weight: 600;
        text-align: center;
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
        /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
        /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
        /* ----- */
    }

        .toggle input + label:first-of-type {
            border-radius: 6px 0 0 6px;
            border-right: 1px solid #ddd;
        }

        .toggle input + label:last-of-type {
            border-radius: 0 6px 6px 0;
            border-left: none;
        }

    .toggle input:hover + label {
        border-color: #213140;
    }

    .toggle input:checked + label {
        background-color: #4B9DEA;
        color: #FFF;
        box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
        border-color: #4B9DEA;
        z-index: 1;
    }

    .toggle input:focus + label {
        /*  outline: dotted 1px #CCC; */
        outline-offset: 0.45rem;
    }

@media (max-width: 800px) {
    .toggle input + label {
        padding: 0.25rem 0.6rem;
        flex: 0 0 50%;
        display: inline-block;
        justify-content: center;
        align-items: center;
    }
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #ffc5c0;
    cursor: pointer;
}
/* right modal */
/* Left & Right */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
    width: 900px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
    width: 1140px;
}

/* Top and Bottom */

.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.top .modal-content,
.modal.bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.top .modal-body,
.modal.bottom .modal-body {
    padding: 15px 15px;
}
/* Footer */

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

.right-modal .modal-header {
    padding: 0.5rem 1rem;
}

.modal.left .modal-dialog-scrollable, .modal.right .modal-dialog-scrollable {
    max-height: 100%;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh);
}


ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}

    ul.ks-cboxtags li {
        display: inline;
    }

        ul.ks-cboxtags li label {
            display: inline-block;
            background-color: rgba(255, 255, 255, .9);
            border: 2px solid rgba(139, 139, 139, .3);
            color: #adadad;
            width: 30px;
            text-align: center;
            height: 30px;
            line-height: 11px;
            border-radius: 50%;
            white-space: nowrap;
            margin: 3px 0px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
        }

        ul.ks-cboxtags li label {
            padding: 8px;
            cursor: pointer;
        }

        /* ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
} */

        /* ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
} */

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #5e92f3;
            background-color: #1976d2;
            color: #fff;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #e9a1ff;
            }

.recurringBox {
    position: absolute;
}

.timeStampSection select {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.fc-color-picker > li {
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.fc-color-picker {
    list-style: none;
    margin: 0;
    padding: 0;
}

.external-event {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: .25rem;
    cursor: move;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 5px 10px;
}

.font-bold {
    font-weight: 600;
}

.btn_width {
    width: 120px;
}

h6.card-title {
    margin-bottom: 0px !important;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}

/* reports */
.reportBox a {
    text-decoration: none;
}

    .reportBox a:hover {
        text-decoration: none;
    }

.reportBox {
    background: linear-gradient(to right,#efb1a6,#e04646);
    width: 100%;
    text-align: center;
    padding: 5px 30px 25px;
    margin-top: 20px;
    border-radius: 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}

    .reportBox:before {
        content: "";
        background: #fff;
        width: calc(100% - 10px);
        height: 100%;
        border-radius: 0 30px 0 30px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
        position: absolute;
        top: -10px;
        left: 0;
        z-index: -1;
    }

    .reportBox .title {
        color: #e04646;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

        .reportBox .title:after {
            content: '';
            background-color: #e04646;
            height: 2px;
            width: 60%;
            margin: 5px auto 0;
            display: block;
            clear: both;
        }

    .reportBox .description {
        color: #999;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        text-align: justify;
        margin: 0 0 25px;
    }

    .reportBox .read-more {
        color: #999;
        font-size: 13px;
        transition: all 0.3s ease 0s;
    }

        .reportBox .read-more i {
            font-size: 11px;
        }

        .reportBox .read-more:hover {
            color: #ff9901;
            text-decoration: underline;
        }

@media only screen and (max-width:990px) {
    .reportBox {
        margin: 10px 0 40px;
    }
}

/* upload photo */
.avatar-upload {
    position: relative;
    max-width: 150px;
    margin: 5px auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: -8px;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #FFFFFF;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #f1f1f1;
                    border-color: #d6d6d6;
                }

                .avatar-upload .avatar-edit input + label .fa-edit {
                    margin-left: 10px;
                    margin-top: 8px;
                }
    /* .avatar-upload .avatar-edit input + label:after {
  content: "\f044";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
} */
    .avatar-upload .avatar-preview {
        width: 160px;
        height: 160px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #F8F8F8;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

/* action summary count */
.action_summary {
    color: #e04646;
    text-align: center;
    height: 136px;
    width: 100%;
    padding: 30px 25px 25px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 3px solid #e04646;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}

    .action_summary:before,
    .action_summary:after {
        content: "";
        background: #f3f3f3;
        border-radius: 20px;
        box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
        position: absolute;
        left: 8px;
        top: 8px;
        bottom: 8px;
        right: 8px;
        z-index: -1;
    }
    /* .action_summary:after{
    background: transparent;
    width: 100px;
    height: 100px;
    border: 15px solid #f27f21;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 20px;
    box-shadow: none;
    top: auto;
    left: -10px;
    bottom: -10px;
    right: auto;
} */
    .action_summary .counter-icon {
        font-size: 35px;
        line-height: 35px;
        margin: 0 0 15px;
        transition: all 0.3s ease 0s;
    }

    .action_summary:hover .counter-icon {
        transform: rotateY(360deg);
    }

    .action_summary .counter-value {
        color: #555;
        font-size: 30px;
        font-weight: 600;
        line-height: 20px;
        margin: 0 0 20px;
        display: block;
        transition: all 0.3s ease 0s;
    }

    .action_summary:hover .counter-value {
        text-shadow: 2px 2px 0 #d1d8e0;
    }

    .action_summary h3 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 15px;
    }

    .action_summary.blue {
        color: #4accdb;
        border-color: #4accdb;
    }

        .action_summary.blue:after {
            border-bottom-color: #4accdb;
            border-left-color: #4accdb;
        }

@media screen and (max-width:990px) {
    .action_summary {
        margin-bottom: 20px;
    }
}

/* mobile menu */
@media (min-width: 768px) {
    .navbar-close {
        display: none !important;
    }
}

@media (max-width: 768px) {

    #navbarNav {
        background-color: #fff !important;
        width: 100%;
        height: 100vh;
        left: 0;
        right: auto;
        position: fixed;
        height: 100%;
        line-height: 1.2rem;
    }

        #navbarNav ul li {
            border-bottom: 1px solid #eee;
        }

            #navbarNav ul li a {
                color: #000;
            }

    .navbar.fixed-top .navbar-collapse.show {
        min-height: 240px;
        max-height: 100%;
    }

    .navbar-close {
        display: block !important;
        z-index: 1031;
        color: #000;
        font-size: 32px;
        right: 3%;
        top: 1%;
        position: fixed;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 0.8rem;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    min-height: 25px;
    line-height: 0.8rem;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 22px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 1px;
        margin-bottom: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

.select2-container .select2-selection--single {
    height: 26px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0.15rem 0.5rem;
}
/* upload images */
.uploadImg input[type="file"] {
    color: transparent;
    width: 100%;
    font-size: 16px;
    display: block;
    overflow: hidden;
}

.imageThumb {
    height: 100px;
    object-fit: contain;
    border: 1px solid #8bc34a;
    padding: 1px;
    cursor: move;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove {
    display: block;
    background: #f44336;
    /* border: 1px solid black; */
    color: white;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

    .remove:hover {
        box-shadow: 3px 2px #6b6060;
    }

.uploadImg label.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #6C6C6C;
    color: #6C6C6C;
    padding: 5px 10px;
    margin: 5px 0;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

    .uploadImg label.button:hover {
        background-color: #F0F0F0;
        cursor: pointer;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

.uploadImg input#images {
    display: none;
}

.uploadImg #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    margin: 3px 3px 3px 0;
    display: inline-block;
    width: 100px;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
}

    #sortable li, #sortable li img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #sortable li div.order-number {
            position: absolute;
            top: 2px;
            right: 2px;
            width: 15px;
            heigth: 15px;
            background-color: #2B91E3;
            color: #FFFFFF;
            font-size: 12px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

.duplicateImg {
    box-shadow: 4px 3px #fde3e3;
    border: 1px solid #f44336;
}

.form_group {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

.txtlable {
    height: calc(1.4rem + 0rem + 0.2rem);
    background: #eee;
    line-height: 16px;
    padding: 5px;
    border-radius: 5px;
}

.download_img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}



.download_pdf {
    width: 100%;
    height: 100px;
}

.download_video {
    width: 100%;
    height: 100px;
}

.download_view {
    height: 200px;
    margin-bottom: 20px;
}

/* action type button css*/
.button-label {
    display: inline-block;
    padding: 10px 5px;
    margin: 0.5rem;
    cursor: pointer;
    color: #292929;
    border-radius: 0.25em;
    background: #efefef;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.22);
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .button-label h1 {
        font-size: 0.9rem;
        margin-bottom: 0px;
    }

    .button-label:hover {
        background: #d6d6d6;
        color: #101010;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0 -3px 0 rgba(0, 0, 0, 0.32);
    }

    .button-label:active {
        transform: translateY(2px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
    }



.action_type_1:checked + .button-label {
    /*  background: #4CAF50; */
    background: #364daa;
    color: #efefef;
}

    .action_type_1:checked + .button-label:hover {
        background: #364daa;
        color: #e2e2e2;
    }

.action_type_2:checked + .button-label {
    /* background: #FF5722; */
    background: #de4b5b;
    color: #efefef;
}

    .action_type_2:checked + .button-label:hover {
        background: #de4b5b;
        color: #e2e2e2;
    }

.action_type_3:checked + .button-label {
    background: #ec7902;
    color: #efefef;
}

    .action_type_3:checked + .button-label:hover {
        background: #ec7902;
        color: #e2e2e2;
    }

.action_type_4:checked + .button-label {
    background: #7B1FA2;
    color: #efefef;
}

    .action_type_4:checked + .button-label:hover {
        background: #7B1FA2;
        color: #e2e2e2;
    }

.hidden {
    display: none;
}

.btn_width_50 {
    width: 50%;
}

.bg_1 {
    background-color: #fdecba;
    border-radius: 5px;
    padding: 10px;
}

.bg_2 {
    background-color: #d3f6fb;
    border-radius: 5px;
    padding: 10px;
}

.bg_3 {
    background-color: #d6ebf7;
    border-radius: 5px;
    padding: 10px;
}

.btn-notification {
    color: #0c0c0c;
    font-size: 1.3rem;
}

    .btn-notification:hover {
        color: #878686;
    }

@media screen and (max-width:800px) {
    .dropdown-menu-right {
        right: 12px;
        left: auto;
    }

    .dropdown-menu {
        top: 94%;
    }
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.supplement_box {
    border: 1px solid #007bff;
    padding: 10px;
    margin-bottom: 20px;
}

.btn_width_100 {
    width: 100%;
}

.sales_bg1 {
    background-color: #e3f0ff;
}

.sales_bg2 {
    background-color: #faf4e4;
}
/* accordion */
.accordion__item {
    padding: 15px 20px 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.accordion__body {
    display: none;
    padding-top: 5px;
}

    .accordion__body p {
        margin-bottom: 0;
    }

.accordion__title {
    font-size: 1.4rem;
    text-transform: uppercase;
    cursor: pointer;
    /* margin-bottom: 0; */
    position: relative;
}

    .accordion__title:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC") no-repeat;
        background-size: 20px;
    }

    .accordion__title.active {
        color: #2B9FDF;
    }

        .accordion__title.active:after {
            transform: rotate(-180deg);
        }


fieldset.fieldset_border {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
}

legend.legend_border {
    width: auto !important;
    border: none;
    font-size: 14px;
}

.admin_notify {
    background-color: #e0464642 !important;
}

.nav a {
    font-size: 0.9rem;
}