/*submenu*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


[v-cloak] {
    display: none
}

/*.active, .accordion:hover {*/
/*background-color: #ccc; */
/*}*/

.accordion-panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

#submenu_header {
    /*height: 75px;*/
    background: var(--primary-color);
}


#submenu_header h4 {
    /* display: none; */
    color: white !important;
    text-align: center;
    display: none;
}

.submenu-header .site-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    background: var(--primary-color);
    height: 65px;

    text-align: left;

    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
}

.submenu-header .site-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.submenu-header .site-menu > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.submenu-header .site-menu > ul > li > a {
    display: block;
    position: relative;
    padding: 18px 18px 20px 18px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    font-weight: normal;
    z-index: 5;
    color: #fff !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: capitalize;
    font-size: 15px !important;
}

.active > a {
    font-weight: 600 !important;
}

.submenu-header .site-menu > ul > li.active > a::before {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: '';
}

.page-title .fa-filter {
    font-size: 18px;
}

.submenu-header .site-menu > ul > li.has-submenu:hover > a::after,
.site-header .site-menu > ul > li.has-megamenu:hover > a::after {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color) !important;
    content: '';
    -webkit-animation: submenu-show .25s;
    animation: submenu-show .25s;
}

.submenu-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*margin-right: 5px;*/
    /*margin-left: 10px;*/
    background: var(--primary-color);
}

.submenu-heading h4 {
    padding: 0;
    color: #ffff;
    width: 100%;
    font-weight: 500;
    font-size: 23px;
    /*z-index: 9;*/
}

#submenu_header.intranet_submenu_header {
    height: 80px;
    padding-top: 0;
    padding: 0;
}

#submenu_header.intranet_submenu_header .submenu-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

#submenu_header.intranet_submenu_header .submenu-heading h4 {
    display: flex !important;
    justify-content: center;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 27px;
    /* z-index: 100000; */
}

.submenu-heading a {
    line-height: 1rem;
    color: white;
}

/*
 * Create merchandise forms
*/
#create_package_form > div > div.col-md-9 > div > a > div.col-xs-10,
#create_service_form > div > div.col-md-9 > div > a > div.col-xs-10,
#create_product_form > div > div.col-md-9 > div > a > div.col-xs-10,
#create_package_form > div > div.col-md-9 > div > button > div.col-xs-10,
#create_service_form > div > div.col-md-9 > div > button > div.col-xs-10,
#create_product_form > div > div.col-md-9 > div > button > div.col-xs-10 {
    font-weight: bold;
}

#create_package_form .accordion-panel > .row:before,
#create_service_form .accordion-panel > .row:before,
#create_product_form .accordion-panel > .row:before {
    clear: both;
}

@media (max-width: 991px) {

    #submenu_header.intranet_submenu_header .submenu-heading {
        margin-top: 90px;
    }

    #submenu_header h4 {
        display: block;
        padding-left: 10px;
        color: #fff !important;
        font-weight: 500;
    }

    .page-title-container {
        display: block !important;
    }
}

/*page title*/

.filter-title .mobile-labels {
    display: none;
}

.page-title {
    width: 100%;
    margin-bottom: 0px;
    padding: 25px 0;
}

.page-title > .container-fluid {
    display: table;
    width: 100%;
}

.page-title > .page-title-container {
    width: 85%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.page-title .column:first-child {
    width: 60%;
    padding-right: 20px;
}

.page-title .column {
    display: table-cell;
    vertical-align: middle;
}

.column .wrapper {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

/* filters*/


.agenda-custom-filter .label-holder {
    display: none !important;
}

/*#label_holder {*/

/*min-height: 50px;*/

/*}*/

.filters-hide {
    display: none;
}

.filter-title {
    font-size: 13px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    /*position: relative;*/
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 15px;
    /*position: relative;*/


}

.filter-title > span {
    position: relative;
}

.filter-title > span:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    width: 8vw;
    bottom: -10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(purple), to(transparent));
    background-image: -webkit-linear-gradient(purple, transparent);
    background-image: -o-linear-gradient(purple, transparent);
    background-image: linear-gradient(purple, transparent);
}

/*filters*/

.filter-content {
    min-height: 50px;
    max-height: 192px;
    overflow: auto;
}

.filters-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filters-inline input {
    margin-right: 5px;
}

.filters-inline input:last-child {
    margin-right: 0px;
}

#filters .col {
    display: contents;
}

.filter-remove {
    margin-right: 5px;
    padding: 7px;
    font-size: 13px;
}

#filter_link {
    display: none;
}

.date-range, .filter-name {
    margin: 15px 0 30px 0;
}

.date-range > div:first-of-type {
    margin-right: 7px;
}

.date-range > div:last-of-type {
    margin-left: 7px;
}

@media (min-width: 992px) {
    .wrapper {
        /*padding: 50px 50px;*/
    }

}

.page-title .wrapper a {
    margin-left: 15px !important;
    color: #505050;
}

.btn-link.filter-toggle:hover, .btn-link.filter-toggle:focus {
    text-decoration: none;
}

#lists_table_content,
#lists_table_content > .panel,
#lists_table_content > .panel > div,
#render_area .main-container {
    padding: 0 !important;
}

.wrapper.header-fix-width > .filters-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin: 10px auto !important;
}

#filters {
    padding-left: 0;
}

.close-filters {
    background: #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px !important;
    color: white;
}

.filters-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff !important;
    -webkit-box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
}

#filters form {
    background-color: #fff !important;
    border-radius: 8px;
    padding-bottom: 15px;
    margin-top: 0px !important;
}

#filters form .custom-button-default {
    width: 100% !important;
    padding: 6px 12px !important;
    /*text-transform: uppercase !important;*/
    margin-left: 0px !important;
}

#filters .filter-reset {
    padding: 0 !important;
    margin-left: 0px !important;
}

.page-title .btn-primary, #filters .filter-reset {
    border: 1px solid var(--secondary-color) !important;

}

#filters .filter-reset:hover, .page-title .btn-primary:hover {
    color: var(--secondary-color) !important;
    background: white !important;
}

#filter_form_reset {
    text-transform: capitalize;
    padding: 6px 12px !important;
}

.filters-title {
    padding: 10px 15px;
    color: #505050;
    background-color: #ddd;
    font-weight: bold;
    font-size: 12px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#filters > .little-container {
    padding: 0;
    background-color: unset !important;
}

.filters-labels-container {
    padding: 10px;
    background: white;
    margin: 10px 0;
    -webkit-box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 22px -5px rgba(0, 0, 0, 0.2);
    color: #505050;
}

.filters-labels-container .label {
    color: #505050;
    background-color: #ccc;
    border-radius: 6px;
    cursor: pointer;
}

#filter_link a {
    color: #505050;;
}

.filters-labels-container #label_holder {
    margin: 0;
}

#label_holder {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 50px;*/
    /*padding-top: 11px;*/
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*#filters .filter-title > span:after {
    float: right;
    font-family: simple-line-icons;
    content: '\e604';
    font-weight: bold;
}*/

/*#filters .filter-title:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 40%;
    height: 100%;
    border-bottom: 1px solid var(--primary-color);
}*/

.filter-content {
    margin: 15px 0;
}

._search {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

._search-container {
    padding-top: 25px;
}

#programs_search_list > .container, .filter-content > .container {
    width: 100%;
}

@media (min-width: 992px) {

    .content-wrapper {
        width: 85%;
        padding-top: 0;
        margin: auto !important;
        margin-bottom: 150px !important;
    }

    .margin-top-50 {
        margin-top: 50px !important;
    }

    .filters-labels-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: unset;
        padding: 10px 0;
    }

    .wrapper.header-fix-width > .filters-inline {

        margin-top: 0 !important;
        padding-top: 0 !important;
        padding: 0 15px 15px 15px;
    }
}

@media (max-width: 991px) {
    /*.filter-title .mobile-labels{*/
    /*display: none;*/
    /*}*/
    .page-title .column h1 {
        font-size: 20px !important;
    }

    .page-title .column:nth-child(2) {
        display: none;
    }

    .filter-title > span:before {
        width: 25vw;
    }

    .custom-top-fix {
        margin-top: 50px !important;
    }

    .filter-title .mobile-labels {
        display: block;
    }

    /*.filter-title.collapsed .mobile-labels {*/
    /*display: block;*/
    /*}*/
    #label_holder .filter-remove {
        display: table;
    }

    #filter_link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #filter_link a {
        font-size: 19px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 5px;
        /*top: -5px;*/
        align-items: center;
    }

    #filter_link a span {
        font-size: 10px;
    }

    #filters {
        padding: 0;
    }

    /*.page-title {*/
    /*    display: none;*/
    /*}*/
    .wrapper.header-fix-width > .filters-inline {
        width: 100%;
    }

    #filters .filter-reset {
        border: none !important;
        border-bottom: 1px solid var(--secondary-color) !important;
        /*position: absolute;*/
        /*left: calc(50% - 38px);*/
    }
}

/* Style radio buttons */

.md-radio {
    margin: 10px 0;
}

.md-radio.md-radio-inline {
    display: inline-block;
}

.md-radio input[type="radio"] {
    display: none;
}

.md-radio input[type="radio"]:checked + label:before {
    border-color: orange;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.md-radio label {
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 5px;
    cursor: pointer;
    vertical-align: bottom;
}

.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: border-color, -webkit-transform;
    transition-property: border-color, -webkit-transform;
    -o-transition-property: transform, border-color;
    transition-property: transform, border-color;
    transition-property: transform, border-color, -webkit-transform;
}

.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
}

.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: orange;
}

#organization_nav .list-group-item.active {
    border-color: #e5e5e5;
    background-color: #fff !important;
    color: var(--primary-color) !important;
    cursor: default;
    pointer-events: none;
}

#organization_nav .list-group-item i {
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
    font-size: 1.5em;
    vertical-align: middle;
    font-weight: bold;
}

#organization_nav.list-group .list-group-item.active::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
    content: '';
    opacity: 1;
}

@media all and (max-width: 991px) {
    .no-padding-mobile {
        padding: 0 !important;
    }


    #submenu_header h4 {
        /* display: none; */
        color: white !important;
        text-align: left !important;
        display: block !important;
        margin-right: auto;
    }

    #submenu_header {
        padding: 10px;
        height: unset;
        background: var(--primary-color);
        /*margin-top: -5px;*/
    }

    #submenu_header.intranet_submenu_header {
        height: unset !important;

    }

    .submenu-header .site-menu > ul > li {
        display: table-cell;
        position: relative;
        vertical-align: middle;
    }

    .submenu-header .site-menu > ul {
        display: block;
        margin: unset !important;
    }
}

.index-header {
    background: #ddd;
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-top: -25px !important;
    margin-bottom: -1px !important;
    border-radius: 3px 3px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #505050;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
}

.ageCategories-table-wrapper .index-header {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: -0 !important;
}

.index-header-less-margin {
    background: #ddd;
    margin-left: -25px !important;
    margin-right: -25px !important;
    margin-top: -25px !important;
    margin-bottom: -1px !important;
    border-radius: 3px 3px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #505050;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
    padding-bottom: 8px;
    margin: -10px !important;
    margin-bottom: 10px !important;
}

.select-category-dd {
    width: 100%;
    background: #fff !important;
    text-align: left;
    border: solid 1px #ccc;
    border-radius: 4px;
}

.select-category-m {
    z-index: 1000;
    top: 36px !important;
    left: 0px !important;
}

.icon-link:before {
    display: none;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*END Form Wizard*/

@media all and (min-width: 992px) {
    #submenu_header .submenu-heading {
        display: none;
    }

    .new-wrapper {
        padding: 0;
        margin: 0 -15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .content-wrapper, .page-title > .page-title-container {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .under-header-holder {
        height: 40px !important;
        margin-top: -20px !important;
    }
}

.history-back-btn {
    font-size: 14px;
    color: white;
    cursor: pointer;
    z-index: 2;
}

.history-back-btn > i {
    font-weight: bold;
}

.padding-left-zero {
    padding-left: 0 !important;
}

.padding-right-zero {
    padding-right: 0 !important;
}

.extranet-dashboard-day-marker {
    font-weight: 500;
    font-size: 40px;
    color: var(--primary-color);
}

.extranet-event-date {
    color: #aaa;
}

.event-right-switcher {
    color: #aaa;
    cursor: pointer;
}

.event-left-switcher {
    color: #aaa;
    cursor: pointer;
}

.event-left-switcher:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.event-right-switcher:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.extranet-notifications {
    display: block;
    clear: both;
    font-size: 20px;
}

.show-more-content span {
    display: none;
}

a.show-more-text-link {
    color: #424242 !important;
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,1+100 */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 1)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 3px 0 15px;
    margin-left: -15px
}

.show-more-text.gray .show-more-text-link {
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 0.5) 0%, rgba(246, 246, 246, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(246, 246, 246, 0.5)), to(rgba(246, 246, 246, 1)));
    background: -o-linear-gradient(left, rgba(246, 246, 246, 0.5) 0%, rgba(246, 246, 246, 1) 100%);
    background: linear-gradient(to right, rgba(246, 246, 246, 0.5) 0%, rgba(246, 246, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f6f6f6', endColorstr='#f6f6f6', GradientType=1); /* IE6-9 */
}

.show-more-text-link.less {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

#subscriptions-table .accordion {
    float: left;
}

.apps-holder a.mobile-only {
    display: none;
}

.filters-till {
    line-height: 65px;
    text-align: center;
}

.cta-expand {
    display: flex;
}

@media (min-width: 768px) {
    #subscriptions-table .accordion {
        display: none;
    }

    .mobile-cta {
        /*display: none;*/
    }
}

@media (max-width: 767px) {
    .cta-expand {
        background: white;
        padding: 5px;
        border: 1px solid #dddddd;
        border-radius: 5px;
        position: absolute;
        bottom: -5px;
        display: none;
        z-index: 99;
        text-align: center;
        right: 45px;
        min-width: 165px;
    }
}

@media (max-width: 767px) {

    .cta-expand {
        background: white;
        padding: 10px;
        border: 1px solid #dddddd;
        border-radius: 5px;
        position: absolute;
        bottom: 40px;
        display: none;
        z-index: 99;
        text-align: left !important;
    }

    .buttons-row.four-buttons .cta-expand a.icon-holder.btn {
        margin-right: 0px !important;
    }

    .buttons-row .cta-expand button.icon-holder.btn {
        margin-right: 0px !important;
    }

    .cta-expand .btn-group {
        margin-bottom: 0px;
    }

    .cta-expand a.icon-holder.btn {
        float: none !important;
        margin-right: 0px !important;
        vertical-align: bottom;
    }

    .buttons-row .cta-expand button.icon-holder.btn {
        float: none !important;
    }

}

.btn-insurance {
    color: white !important;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    white-space: normal;
    margin: 5px 0;
    width: 100%;
}

@media (max-width: 576px) {
    .box-display .wrapper a:first-child {
        margin-left: 0 !important;
    }

    .notifications-row ul li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .page-title .column.box-display {
        display: none;
    }

    .box-display {
        float: right;
    }
}

@media (max-width: 991px) {
    #navigation.sys-menu {
        height: auto !important;
        margin-bottom: 15px;
        text-align: left;
        background-color: transparent;
        padding: 0px;
        margin-left: 0;
    }

    .sys-menu #components-list .mail-nav {
        display: flex;
        overflow: auto;
        flex-wrap: nowrap;
        margin: 0;
        padding-bottom: 5px;
        flex-direction: row;
    }

    .sys-menu #components-list .mail-nav a {
        white-space: pre-wrap;
        font-size: 12px;
        flex-direction: column;
        align-items: center;
        display: flex;
        justify-content: space-between;
        height: 110px;
        width: 110px;
        flex-shrink: 0;
        text-align: center;
        font-weight: normal;
    }

    #navigation.sys-menu #components-list .mail-nav a#menu1-tab {
        padding: 20px 10px !important;
    }

    .sys-menu #components-list li.active:before {
        position: absolute;
        left: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: 2px !important;
        bottom: 0 !important;
        background-color: var(--primary-color);
        content: '';
        opacity: 1;
    }

    .sys-menu #components-list li i {
        font-size: 24px !important;
        padding-right: 0 !important;
        padding-bottom: 20px;
    }

    #navigation.sys-menu nav ul li {
        margin: 0;
        width: auto !important;
    }
}

@media screen and (min-width: 992px) {
    .sys-menu {
        margin-bottom: 100px !important;
    }

    .sys-menu #components-list .mail-nav a {
        font-weight: normal;
    }

    #navigation.sys-menu nav ul li {
        margin: 0;
        width: 100%;
    }
}

#navigation.sys-menu nav ul.mail-nav li a:hover, #navigation nav ul.mail-nav li a:focus {
    background-color: white !important;
}

.sys-menu #components-list .mail-nav a {
    font-weight: normal;
    border-radius: 0;
    margin-bottom: -1px;
}

.top-position {
    position: absolute;
    right: 10px;
}

.dropdown-notifications {
    min-width: 500px !important;
    height: 100vh;
    right: -86px !important;
    top: 73px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 991px) {
    #myheader-notification ~ .notifications-menu {
        right: -101px !important;
    }

    #notifications_menu {
        min-width: 100% !important;
    }
}

.notifications-row {
    display: flex;
    border-bottom: solid 1px #ccc;
    min-height: 40px;
    align-items: center;
}

.noti-imgs {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.img-circle-noti {
    border-radius: 50%;
    width: 75px !important;
    max-height: 75px;
    min-height: 75px;
    object-fit: contain;
}

.noti-icon {
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}

.noti-image-icon {
    width: 30px;
    height: 30px;
}

.material-icons-e {
    font-family: 'Material Icons';
    text-transform: none;
}

.noti-close {
    color: var(--primary-color);;
    font-size: 21px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    cursor: pointer;
}


.img-thums {
    width: auto;
    max-width: 100%;
    height: 35px;
    object-fit: contain;
}

.open > .dropdown-menu-reminder {
    display: flex;
    flex-direction: column;
}

.dropdown-menu-reminder {
    display: none;
    position: absolute;
    top: 50px;
    left: 15px;
    width: 210px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    border-radius: 4px;
}

.dropdown-menu-reminder a {
    text-decoration: none;
    margin-bottom: 5px;
}

.dropdown > .dropdown-menu-reminder > .dropdown-item {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding: 5px 15px;
}

.dropdown-menu-reminder > .dropdown-item:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

#cloneModal .modal-footer {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#cloneModal .close {
    color: #ffffff;
    opacity: 0.9;
}

#clone-body .row {
    display: flex;
    flex-wrap: wrap;
}

#clone-body .org-loc-holder {
    margin-top: 15px;
    margin-bottom: 15px;
}

#clone-body {
    margin-bottom: 150px;
}

#clone-body .clone-checkboxes {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px;
}

.org-loc-holder h5 {
    margin-bottom: 20px;
}

#cloneModal .modal-dialog {
    width: 70%;
}

@media (max-width: 767px) {
    #cloneModal .modal-dialog {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }

    #cloneModal .modal-footer {
        flex-direction: column;
    }
}

@media (min-width: 991px) {
    .welcome-container {
        width: 65% !important;
    }
}

.media-rendered-item {
    object-fit: contain;
}

.send-activation-email-btns {
    display: flex;
    justify-content: space-between;
}

.send-activation-email-btns > #send_act {
    margin-left: 0 !important;
}

@media (max-width: 650px) {
    .send-activation-email-btns {
        flex-direction: column;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-no-titlebar.ui-dialog-buttons.ui-draggable {
        width: 60% !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
}

.decl-description > .description-item {
    width: 35%;
}

@media (max-width: 1200px) {
    #addProgramModal {
        margin-bottom: 0 !important;
        z-index: 11111;
    }

    #addProgramModal .modal-content {
        margin-top: 0  !important;
    }
}

.filter-title {
    width: 100% !important;
}

.col-md-12 {
    padding: 0 10px !important;
}