﻿body {
    font-family: system-ui;
    margin: 0;
}

.filters-top-text {
    font-weight: 700;
    padding-bottom: 1em;
}

.loginbox {
    border: 2px solid #eee;
    border-radius: 20px;
    display: block;
    text-align: center;
    padding: 0;
    margin: 90px 90px 90px 310px;
}

.contentaria {
    display: block;
}

.box-left {
    width: 45%;
    padding: 4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-right {
    background-color: #eee;
    width: 55%;
    padding: 4em;
}

.box-title {
    color: #cc3333;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 600;
    padding-bottom: 1em;
}

.box-right .box-title {
    padding-bottom: 2em;
}

.email, .password {
    padding-left: 35px;
    border: none;
    background-color: transparent;
    outline: none;
    height: 50px;
    width: 100%;
    font-size: 18px;
}

.box-right .form_input {
    position: relative;
    border: 2px solid #c1c1c1;
    margin: 30px 10px;
    background: #fff;
    border-radius: 5px;
}

.box-right .fa {
    position: absolute;
    color: #939393;
}

.box-right .fa-envelope {
    left: 10px;
    top: 18px;
    font-size: 15px;
}

.box-right .fa-lock {
    left: 12px;
    top: 16px;
    font-size: 20px;
}

.box-right .fa-eye-slash {
    right: 20px;
    top: 17px;
}

.box-text a {
    text-decoration: none;
    color: #cc3333
}

.signinbtn {
    width: auto !important;
    background-color: #cc3333 !important;
    border-radius: 60px;
    padding: 1.2em 3em;
    font-weight: 500;
    transition: all 0.2s ease 0s !important;
    color: #fff;
    border: none;
    outline: none;
}

.big-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.menu {
    min-width: 200px;
    margin-right: 20px;
    box-shadow: -1px 3px 8px #eee;
    position: fixed;
    top: 50px;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #213064;
}

.topmenu {
    display: flex;
    list-style: none;
    background: #213064;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    position: relative;
    top: 0;
    height: 40px;
    z-index: 1;
    margin: 0;
    width: 100%;
    right: 0;
}

    .topmenu li {
        padding: 10px 15px;
        line-height: 1em;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .topmenu li a {
            color: #fff !important;
        }

            .topmenu li a:hover {
                opacity: 0.67;
                transition: all 0.2s ease 0s !important;
            }

    .menu .logo {
        padding: 7px 0;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 270px;
    }
        .menu .logo img {
            transition: width 0.5s ease;
            width: 90%;
        }
@media screen and (min-width: 600px) {
    .menu .logo img.small {
        width: 80%;
    }
}

    .menu .fa-bars {
        display: none;
    }

    .menuitem .sub-menu {
        background-color: #ffffff;
        position: absolute;
        width: 90%;
        left: 5%;
        transition: all 0.5s ease 0.5s;
        box-shadow: 0 0 3px 1px #eee;
        top: 70px;
        display: none;
        border-top: 2px solid #C02033;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        padding: 10px 5px;
        right: 0 !important;
    }

    @media (min-width: 1400px) {
        .menuitem .sub-menu {
            width: 100%;
            left: calc(50% - 648px);
            max-width: 1296px;
        }
    }

    .menuitem .sub-menu li {
        display: inline-block;
        width: calc(20% - 5px);
        min-width: 130px;
        box-sizing: border-box;
        padding: 5px;
        text-align: center;
    }

        .menuitem .sub-menu li a {
            height: 120px;
            background-repeat: no-repeat;
            background-size: 40px;
            background-position: 50% 100%;
            padding: 20px 10px;
            background-color: #ffffff;
            border: 1px solid #cccccc;
            border-radius: 5px !important;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            width: 100%;
            min-height: 80px;
            transition: all 0.2s ease 0s;
            font-weight: 700;
            font-size: 14px;
        }

            .menuitem .sub-menu li a:hover {
                background-color: #c02033;
                color: #fff;
            }

                .menuitem .sub-menu li a:hover .fa {
                    color: #fff
                }

    .menuitem .sub-menu .fa {
        font-size: 30px !important;
        color: #828282;
    }

    .menuitem {
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: flex-end;
    }

        .menuitem li a {
            text-decoration: none;
            color: #333;
            line-height: 1em;
            flex-flow: nowrap;
            display: flex;
        }

        .menuitem li.active a {
            color: #cc3333
        }

        .menuitem li {
            padding: 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .menuitem > li:hover .sub-menu {
            display: block;
            transition: all 0.2s ease 0s !important;
        }

    @media screen and (max-width: 600px) {
        .menuitem {
            max-height: 0;
            transition: max-height 0.5s ease-out;
            overflow: hidden;
            display: none;
            padding: 5% 10%;
            width: 100%;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
            -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
            visibility: visible;
            opacity: 0;
            border-top: 1px solid #213064;
        }

            .menuitem .sub-menu {
                background-color: #FFFFFF;
                position: relative;
                width: 100%;
                left: 0;
                transition: all 0.5s ease 0.5s;
                box-shadow: none;
                top: 15px;
                text-align: left;
                display: block;
            }

                .menuitem .sub-menu .fa {
                    margin-right: 10px !important;
                }

            .menuitem li {
                padding: 0px;
            }

                .menuitem li a {
                    border-radius: 5px !important;
                    width: 100%;
                    transition: all 0.2s ease 0s;
                    display: block;
                    padding: 10px;
                    margin: 10px 0;
                }

                    .menuitem li a:hover {
                        color: unset;
                        transition: all 0.2s ease 0s;
                    }

                    .menuitem li a:hover, .menuitem .sub-menu li a:hover {
                        background-color: #eee;
                        color: unset;
                        transition: all 0.2s ease 0s;
                    }

            .menuitem.open {
                max-height: 80vh;
                transition: max-height 0.5s ease-in;
                overflow: auto;
                border-top: 2px solid #c02033;
                opacity: 1;
                position: absolute;
                top: 70px;
                width: calc(100% - 24px);
                display: block;
            }

        .add_user {
            margin: unset !important;
        }

        .loginbox {
            flex-direction: column-reverse;
            margin: 70px 20px 20px;
        }

        .box-left, .box-right {
            width: unset;
        }

        .menu {
            float: unset;
            height: unset;
            width: 100%;
            z-index: 1;
            background: #fff;
            border-bottom: 2px solid #213064;
        }

        .menuitem .sub-menu {
            display: block;
            position: unset;
            box-shadow: unset;
            width: 100%;
        }

        .menu .fa-bars {
            padding: 20px;
            display: inline-block;
            cursor: pointer;
            width: fit-content;
            position: absolute;
            right: 10px;
            top: 8px;
            z-index: 100;
        }

            .menu .fa-bars:hover {
                opacity: .67;
                transition: all 0.2s ease 0s;
            }

        .menuitem .sub-menu li a {
            justify-content: flex-end;
            min-height: unset;
            flex-direction: row-reverse;
            height: auto;
            text-align: left;
            border: none;
            padding: 10px;
            margin: 0;
        }

        .menuitem .sub-menu li {
            width: 100%;
            padding: 0;
        }

            .menuitem .sub-menu li a .fa {
                font-size: 15px !important;
                margin: 3px;
            }

            .menuitem .sub-menu li a:hover .fa {
                color: #828282;
            }

        .section {
            padding-left: 1em;
            padding-right: 1em;
        }

        .filters a span {
            display: none;
        }
    }

    .section {
        padding: 0 0 3em;
    }

        .section .row {
            padding: 0 0 3em;
        }
    /**table*/
    body {
        padding: 0;
        margin: 0;
    }

    #tbl1_wrapper {
        padding: 40px;
        margin: 0;
    }

    .wrapper {
        background: #fff;
        padding: 10px;
    }

    #tbl1 {
        border-collapse: collapse;
    }

        #tbl1 tr:nth-child(even) {
            background: #f7f7f7;
        }

        #tbl1 td {
            padding: 15px 20px
        }

    table.dataTable thead th, table.dataTable thead td {
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        position: relative;
        padding-right: 20px;
    }

    .dataTables_info {
        float: right;
    }

    .dataTables_length {
        float: right;
        margin-right: 40%;
    }

    .searchFilter label {
        display: flex;
        float: left;
        background: #c02033;
        color: #fff;
        flex-direction: row-reverse;
        align-items: center;
        padding-right: 10px;
        width: 100%;
        border-radius: 5px !important;
    }

    .searchFilter {
        display: none;
        width: 100% !important;
    }

        .searchFilter input {
            margin-right: 10px;
            width: 100% !important;
        }

        .searchFilter input {
            padding: 10px;
            outline: none;
            border: 1px solid #cdcdcd;
            border-top-left-radius: 5px !important;
            border-bottom-left-radius: 5px !important;
        }

    .paginate_button {
        display: inline-block;
        vertical-align: baseline;
        min-width: 30px;
        min-height: 30px;
        margin: 2px;
        padding: 0 4px;
        line-height: 2;
        color: #c02033;
        background-color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
        font-size: 16px;
        cursor: pointer;
        border: 1px solid #c02033;
        border-radius: 5px;
        white-space: nowrap;
        box-sizing: border-box;
        text-align: center;
    }

        .paginate_button.current {
            border: 1px solid #000;
            color: #000;
        }

    .dataTables_scroll {
        margin-bottom: 30px;
    }

    .dataTables_scrollHead table.dataTable thead > tr > th.sorting:before {
        bottom: 50%;
        content: "▲";
        content: "\21D1";
    }

    .dataTables_scrollHead table.dataTable thead > tr > th.sorting:after {
        position: absolute;
        top: 50%;
        content: "\21D3";
    }

    .dataTables_scrollHead table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting:before {
        position: absolute;
        display: block;
        opacity: .125;
        right: 10px;
        line-height: 9px;
        font-size: .8em;
    }

    .dataTables_scrollHead th.sorting_desc:after {
        opacity: 0.9 !important;
    }

    .dataTables_scrollHead th.sorting_asc:before {
        opacity: 0.9 !important;
    }

    td .fa-ellipsis-v {
        color: #c02033
    }

    .table_head {
        color: #c02033;
    }

    .add_user {
        float: right;
        margin: 13px;
        padding: 12px 20px;
        border-radius: 20px;
        border: none;
        color: #fff;
        background: #c02033;
    }

    .intbl {
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
    }

    .tbl .column {
        display: flex;
        flex-wrap: wrap;
    }

    .column div {
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
    }

    .left {
        text-align: left;
        font-weight: 700;
    }

    .right {
        text-align: right;
    }

    .tbl {
        margin-bottom: 20px;
    }

        .tbl .column:nth-child(even) {
            background-color: #f2f2f2;
        }

    .linkbtn {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #c02033;
        border-radius: 5px;
        padding: 2px 10px;
        color: #c02033;
        font-weight: 500;
    }

        .linkbtn:hover {
            text-decoration: none;
            background-color: #ccc;
            color: #fff;
            border: 1px solid #ccc;
            transition: all 0.2s ease 0s;
        }

    a {
        color: #c02033;
        text-decoration: none;
    }

    .bodycnt {
        margin-top: calc(125px + 6em);
    }

    @media screen and (max-width: 600px) {
        .bodycnt {
            margin-top: calc(125px + 5em);
            padding: 0 5%;
        }

        .section .row {
            padding: 0 0 2em;
        }
    }

    .redcolor {
        color: #c02033 !important;
    }

    td .redcolor {
        font-weight: 500;
    }

    .bluecolor {
        color: blue;
    }

    .filters a {
        background: #c02033;
        color: #fff;
        border: 1px solid #c02033;
        margin: 0 5px 0 0;
        border-radius: 5px !important;
        min-width: 30px;
        min-height: 30px;
        display: inline-block;
        cursor: pointer;
        padding: 7px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 5px;
    }

        .filters a.active {
            color: #797979;
            background: #fff;
            border: 1px solid #797979;
        }

    .sort-results {
        width: 100%;
        font-size: 87.5%;
        margin: 1em 0;
    }

        .sort-results span {
            white-space: nowrap;
            margin: 0 10px 0 0;
        }

            .sort-results span span {
                margin: 0;
            }

    .filterdiv {
        display: flex;
        justify-content: space-between;
        margin: 10px 0;
    }

    .filters a:hover, .filters a.o:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ccc;
        transition: all 0.2s ease 0s;
        border: 1px solid #ccc;
    }

    .tablenav .showing-data {
        font-size: 0.875em;
        line-height: 1.5em;
        font-weight: 700;
        text-align: center;
    }

    .tablenav {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        margin: 10px 0;
    }

    @media (max-width: 600px) {
        .tablenav {
            display: inline-block;
            text-align: center;
        }

            .tablenav .showing-data {
                text-align: center;
                margin: 10px 0;
            }
    }


    a.tablenav-button {
        background-color: #c02033;
        border: 1px solid #c02033;
        border-radius: 5px;
        color: #fff;
        padding: 0 10px;
        line-height: 36px;
        display: block;
        cursor: pointer;
    }

    .export-button a.tablenav-button {
        background-color: rgba(255, 255, 255, 0.5);
        color: #c02033;
    }

    a.tablenav-button:hover {
        text-decoration: none;
        background-color: #ccc;
        color: #fff;
        border: 1px solid #ccc;
        transition: all 0.2s ease 0s;
    }

    .filters a.o {
        background: #fff;
        color: #c02033;
        border: 1px solid #c02033;
    }

    .footer {
        background: #213064;
        padding: 4rem 20px;
    }

        .footer .row {
            display: flex;
            justify-content: center;
        }

    .flex-box {
        width: 50%;
        text-align: center;
        max-width: 320px;
    }

        .flex-box.copyright-text {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

            .flex-box.copyright-text p {
                margin: 0;
            }

    @media (max-width: 600px) {
        .flex-box {
            width: 100%;
        }
    }

    .flex-box img {
        width: 320px;
    }

    .footer p, .footer a {
        color: #fff;
        font-size: 12px;
    }

    .inftr1, .inftr2 {
        text-align: center;
    }

    .inftr2 {
        width: 260px;
        margin: auto;
    }

        .inftr2 img {
            width: 100%;
        }

    img {
        height: auto;
    }

    .export-button .o {
        background: #fff;
        color: #c02033;
        border: 1px solid #c02033;
        padding: 6px;
        margin: 5px;
        border-radius: 5px;
        min-width: 30px;
        min-height: 30px;
        display: inline-block;
    }

    .footermenu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .footermenu li a:hover {
            opacity: 0.67;
            transition: all 0.2s ease 0s !important;
        }

        .footermenu li {
            margin: 2px 15px;
        }

    .footer2 {
        background: #0b112b;
        padding: 1rem 0;
    }

        .footer2 a {
            color: #fff;
            font-size: 12px;
        }

    .filtersection {
        border-bottom: 3px solid #c02033;
        display: flow-root;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    /*-------------additional-------------*/
    .awesomplete {
        width: 100% !important;
    }

    #AutoCompleteSearchIcon {
        padding-left: 10px;
    }

    .awesomplete ul {
        color: black;
    }

    .filter-bar {
        display: none;
    }

        .filter-bar .pull-left {
            margin-bottom: 10px;
        }

            select, .filter-bar .pull-left select {
                border-radius: 5px !important;
                padding: 5px 10px;
                outline: none;
                border: 1px solid #cdcdcd;
            }

    .dt-toolbar .dataTables_filter label span {
        display: none;
    }

    @media (min-width: 992px) {
        .dt-toolbar {
            display: inline-flex;
            justify-content: space-between;
            padding-bottom: 5px;
        }

            .dt-toolbar div.dt-buttons {
                display: flex;
            }

            .dt-toolbar .dataTables_length {
                margin-right: 0;
            }

            .dt-toolbar .col-sm-6 {
                flex: auto;
                width: auto;
                display: flex;
                justify-content: flex-end;
            }

        .dataTables_scroll + .dt-toolbar-footer {
            display: flex;
            justify-content: space-between;
        }

        .dt-toolbar-footer .col-sm-6 {
            flex: auto;
            width: 100%;
        }
    }

    @media (max-width: 991px) {
        .dt-toolbar .col-sm-6 {
            display: block;
            margin-bottom: 5px;
            width: 100%;
        }

        .dt-toolbar .dataTables_filter {
            display: inline-flex;
            width: 100%;
            justify-content: center;
            margin-bottom: 5px;
        }

        .dt-toolbar .dt-buttons {
            display: inline-flex;
            justify-content: center;
            width: 100%;
            margin-bottom: 5px;
        }

        .dt-toolbar .dataTables_length {
            display: inline-flex;
            width: 100%;
            justify-content: center;
            margin: 5px;
            float: none !important;
        }

        .dt-toolbar-footer .col-sm-6 {
            flex: auto;
            width: 100%;
        }
    }

.menu {
    min-width: 200px;
    margin-right: 20px;
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-bottom: 2px solid #213064;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .menu .container {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        position: relative;
        height: 70px;
    }
.notice-banner {
    background: #c02033;
    padding: 0.5em 1em;
}
    .notice-banner .container p {
        color: #fff;
        font-size: 12px;
        text-align: center;
    }
        .notice-banner .container p:last-of-type {
            margin-bottom: 0;
        }

    /*Load Icon CSS*/
    body.loading #loadIcon {
        overflow: hidden;
    }

    body.loading #loadIcon {
        /*transition-delay: 2s;*/
        display: block;
    }

    #Layer_1 {
        -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
    }

    #loadIcon {
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        display: none;
        z-index: 1000;
        position: fixed;
    }

    #icon {
        width: 300px;
        height: 300px;
        left: 43%;
        top: 38%;
        position: fixed;
    }

    .cls-1 {
        fill: none;
    }

    .cls-2 {
        clip-path: url(#clip-path);
    }

    .cls-3 {
        clip-path: url(#clip-path-2);
        box-shadow: 5px 10px #888888;
    }

    .cls-4 {
        fill: #c02033;
        opacity: 1.0;
        transform-origin: top right;
        animation: spin 6s;
    }

    .cls-5 {
        fill: #fdd700;
    }

    .cls-6 {
        fill: #213064;
    }

    .cls-7 {
        fill: #cb6f3b;
    }

    .cls-8 {
        fill: #fff;
    }

    #bottom_red {
        animation: bottom_red_Animation 2s infinite;
    }

    #bottom_middle_red {
        animation: bottom_middle_red_Animation 2s infinite;
    }

    #top_middle_red {
        animation: top_middle_red_Animation 2s infinite;
    }

    #blue {
        animation: blue_Animation 2s infinite;
    }

    .star {
        animation: star_Animation 2s infinite;
    }

    #top_red {
        animation: top_red_Animation 2s infinite;
    }

    #top_yellow {
        animation: top_yellow_Animation 2s infinite;
    }

    #middle_yellow {
        animation: middle_yellow_Animation 2s infinite;
    }

    #bottom_yellow {
        animation: bottom_yellow_Animation 2s infinite;
    }

    @keyframes star_Animation {
        15% {
            opacity: 0;
        }

        20% {
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes blue_Animation {
        20% {
            opacity: 0;
        }

        25% {
            opacity: 0;
        }

        30% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes bottom_red_Animation {
        25% {
            opacity: 0;
        }

        30% {
            opacity: 0;
        }

        35% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes bottom_yellow_Animation {
        30% {
            opacity: 0;
        }

        35% {
            opacity: 0;
        }

        40% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes bottom_middle_red_Animation {
        35% {
            opacity: 0;
        }

        40% {
            opacity: 0;
        }

        45% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes middle_yellow_Animation {
        40% {
            opacity: 0;
        }

        45% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes top_middle_red_Animation {
        45% {
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        55% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes top_yellow_Animation {
        50% {
            opacity: 0;
        }

        55% {
            opacity: 0;
        }

        60% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes top_red_Animation {
        55% {
            opacity: 0;
        }

        60% {
            opacity: 0;
        }

        65% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    @media screen and (max-width: 992px) {
        #icon {
            width: 250px !important;
            height: 250px !important;
            left: 38%;
            top: 37%;
        }
    }

    @media screen and (max-width: 600px) {
        #icon {
            width: 250px !important;
            height: 250px !important;
            left: 25%;
            top: 40%;
        }
    }

    select#CategoryNavigationDropDown {
        padding: 10px;
        font-size: 120%;
        color: #000;
        border: 1px solid #999;
        font-weight: 500;
        border-radius: 5px !important;
    }
    /*End Load Icon CSS*/
    #flexbox-menu-icons {
        display: inline-flex;
        margin-bottom: 0;
        width: 100%;
        vertical-align: top;
        text-align: center;
        flex-wrap: wrap;
        justify-content: left;
    }

        #flexbox-menu-icons .flexbox-menu-container {
            display: flex;
            vertical-align: top;
            line-height: 1em;
            flex-direction: column;
            justify-content: space-between;
        }

        #flexbox-menu-icons div.aos-init.aos-animate {
            transition: all 1s ease .2s;
        }

        #flexbox-menu-icons div {
            transition: all 0.2s ease 0s;
        }
        /*-------------------flexbox-menu-container.home-tiled------------------*/
        #flexbox-menu-icons .flexbox-menu-container.home-tiled {
            width: calc(20% - 1%);
            max-width: 100%;
            margin: 0 0.5% 1%;
            line-height: 1.25em;
            border: 1px solid #cccccc;
            border-radius: 5px;
            padding: 0;
            font-size: 87.5%;
            box-shadow: 0px 20px 10px -20px #ccc;
            transition: all 0.2s ease 0s;
        }

            #flexbox-menu-icons .flexbox-menu-container.home-tiled:hover {
                border: 1px solid #c02033;
                background-color: #c02033;
                transition: all 0.2s ease 0s;
                text-decoration: none;
            }

            #flexbox-menu-icons .flexbox-menu-container.home-tiled a.tile-link {
                padding: 2em;
                width: 100%;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                min-height: 320px;
                color: #333;
                transition: all 0.2s ease 0s;
            }

                #flexbox-menu-icons .flexbox-menu-container.home-tiled a.tile-link:hover {
                    color: #fff;
                    transition: all 0.2s ease 0s;
                    text-decoration: none;
                }

@media only screen and (max-width: 1399px) {
    #flexbox-menu-icons .flexbox-menu-container.home-tiled {
        width: calc(25% - 1%);
    }
}

@media only screen and (max-width: 1199px) {
    #flexbox-menu-icons .flexbox-menu-container.home-tiled {
        width: calc(33.33% - 1%);
    }
}

    @media only screen and (max-width: 991px) {
        #flexbox-menu-icons .flexbox-menu-container.home-tiled {
            width: calc(50% - 1%);
        }
    }

    @media only screen and (max-width: 767px) {
        #flexbox-menu-icons .flexbox-menu-container.home-tiled {
            width: 100%;
            max-width: 100%;
            margin: 0 0 20px;
            min-height: 100px;
        }

            #flexbox-menu-icons .flexbox-menu-container.home-tiled a.tile-link {
                min-height: 100px;
            }
    }

    .home-tiled-text-top {
        width: 100%;
        text-align: left;
    }

    .home-tiled-title {
        font-size: 2em;
        line-height: 1.0em;
        width: 100%;
        display: inline-block;
        padding-bottom: 1em;
        font-weight: 700;
    }

    .home-tiled-text {
        font-size: 1em;
        width: 100%;
        display: inline-block;
    }

    .home-tiled-text-bottom {
        width: 100%;
        display: inline-flex;
    }

    .home-tiled-left {
        width: 100%;
    }

        .home-tiled-left a {
            color: #c02033;
        }

    .home-tiled-text-bottom {
        min-height: 60px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100% 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: .5em;
    }

        .home-tiled-text-bottom span {
            padding-top: 1em;
            border-top: 2px solid #c02033;
            color: #c02033;
            width: fit-content;
        }

            .home-tiled-text-bottom span:hover {
                text-decoration: underline;
                transition: all 0.2s ease 0s;
            }

    #flexbox-menu-icons .flexbox-menu-container.home-tiled:hover .home-tiled-text-bottom span {
        border-top: 2px solid #fff;
        color: #fff;
        transition: all 0.2s ease 0s;
    }

    .search-category-candidates a span.bot-menu, .sos-candidate .home-tiled-text-bottom {
        background-image: url(/Images/sos-candidate.svg);
    }

    .search-category-individual a span.bot-menu, .sos-contributor .home-tiled-text-bottom {
        background-image: url(/Images/sos-contributor.svg);
    }

    .search-category-ballot a span.bot-menu, .sos-ballot .home-tiled-text-bottom {
        background-image: url(/Images/sos-ballot.svg);
    }

    .search-category-organizations a span.bot-menu, .sos-organizations .home-tiled-text-bottom {
        background-image: url(/Images/sos-organizations.svg);
    }

    .search-category-vendors a span.bot-menu, .sos-vendors .home-tiled-text-bottom {
        background-image: url(/Images/sos-vendors.svg);
    }

    .search-category-expenditures a span.bot-menu, .sos-expenditures .home-tiled-text-bottom {
        background-image: url(/Images/sos-expenditures.svg);
    }

    .search-category-committees a span.bot-menu, .sos-committees .home-tiled-text-bottom {
        background-image: url(/Images/sos-committees.svg);
    }

    .search-category-parties a span.bot-menu, .sos-parties .home-tiled-text-bottom {
        background-image: url(/Images/sos-parties.svg);
    }

    .search-category-vrtk a span.bot-menu, .sos-vrtk .home-tiled-text-bottom {
        background-image: url(/Images/sos-right-to-know.svg);
    }

    @media screen and (min-width: 600px) {
        .menuitem a span.bot-menu {
            height: 40px;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }
    }

    @media screen and (max-width: 600px) {
        .menuitem a span.bot-menu {
            height: 20px;
            display: block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 5px;
            width: 25px;
        }
    }
    /*7-21*/
    .advanced-search-container {
        display: inline-flex;
        width: 100%;
        flex-flow: wrap;
        /* text-align: -webkit-right; */
        justify-content: center;
    }

    .advanced-search-box {
        display: block;
        vertical-align: top;
        max-width: 100%;
        margin: 0 0.5em 1em;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 0;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
        transition: all 0.2s ease 0s;
        padding: 1em;
        width: 245px;
    }

    .feedback-box {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 0 0.5em 1em;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 0;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
        transition: all 0.2s ease 0s;
        padding: 1em;
    }

    .advanced-search-section-title {
        font-weight: 700;
        font-size: 125%;
        padding-bottom: 0.5em;
    }

    .advanced-search-box-title {
        font-weight: 500;
        padding-bottom: 0.25em;
        line-height: 1.25em;
    }

    .advanced-search-box-top-container {
        background-color: rgba(0, 0, 0, 0.03);
        padding: 1em;
        margin-bottom: 1em;
        border-radius: 5px;
    }

    .advanced-search-box-content {
        padding-bottom: 0.5em;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }

    .feedback-box label, .advanced-search-container label {
        display: inline-block;
        text-wrap: nowrap;
        padding-right: 1em;
    }

    .feedback-box input, .feedback-box select, .feedback-box textarea, .advanced-search-container input, .advanced-search-container select, .advanced-search-container textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        border-radius: 5px;
        border: 1px solid #bbb;
    }

        .advanced-search-container input[type=text], .advanced-search-container input[type=date], .advanced-search-container select {
            width: 100%;
        }

    .advanced-search-menu {
        margin-bottom: 0.25em;
    }

        .advanced-search-menu label {
            margin-right: 1em;
            font-size: 120%;
        }

    @media only screen and (max-width: 479px) {
        .advanced-search-box {
            max-width: 100%;
            width: 100%;
        }
    }

    .advanced-search-button-row {
        display: flex;
        justify-content: space-between;
    }

        .advanced-search-button-row button.advanced-search-button {
            background: #c02033;
            color: #fff;
            border: 1px solid #c02033;
            margin: 0 5px;
            border-radius: 5px !important;
            min-width: 30px;
            min-height: 30px;
            display: inline-block;
            cursor: pointer;
            padding: 7px;
            padding-right: 15px;
            padding-left: 15px;
            margin-bottom: 5px;
        }

            .advanced-search-button-row button.advanced-search-button:hover {
                color: #fff;
                text-decoration: none;
                background-color: #ccc;
                transition: all 0.2s ease 0s;
                border: 1px solid #ccc;
            }

            .advanced-search-button-row button.advanced-search-button.advanced-search-button-reset {
                background: #fff;
                color: #c02033;
                border: 1px solid #c02033;
            }

                .advanced-search-button-row button.advanced-search-button.advanced-search-button-reset:hover {
                    color: #fff;
                    background-color: #ccc;
                    border: 1px solid #ccc;
                }

    /*-------------------flexbox-menu-container.data-tiled------------------*/
    #flexbox-menu-icons .flexbox-menu-container.data-tiled {
        width: 100%;
        max-width: calc(33.33% - 20px);
        margin: 0 10px 20px;
        line-height: 1.25em;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 87.5%;
        box-shadow: 0px 20px 10px -20px #ccc;
        background-color: #fff;
    }

    @media only screen and (max-width: 1440px) {
        #flexbox-menu-icons .flexbox-menu-container.data-tiled {
            max-width: calc(50% - 20px);
        }
    }

    @media only screen and (max-width: 980px) {
        #flexbox-menu-icons .flexbox-menu-container.data-tiled {
            max-width: 100%;
            margin: 0 0 20px;
        }
    }

    #flexbox-menu-icons .flexbox-menu-container .data-tiled-text {
        font-weight: 300;
        font-size: 120%;
        line-height: 1.5em;
    }

    .data-tiled-line {
        display: inline-flex;
        width: 100%;
        padding: 10px;
    }

    .view-link a {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #c02033;
        border-radius: 5px;
        padding: 2px 10px;
        color: #c02033;
        font-weight: 500;
    }

        .view-link a:hover {
            text-decoration: none;
            background-color: #ccc;
            color: #fff;
            border: 1px solid #ccc;
            transition: all 0.2s ease 0s;
        }

    .data-tiled-line:nth-child(2n+0) {
        background-color: rgba(0, 0, 0, 0.03);
    }

    .data-tiled-line-left {
        text-align: left;
        width: 100%;
        font-weight: 700;
    }

    .data-tiled-line-right {
        text-align: right;
        width: 100%;
    }

