﻿/* NOTE: This template reuses classes/styles present in the Newsroom dashboard, so these classes
    override those, and can be affected by changes to them, i.e. menu-grid etc etc
*/


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.adash.newsroom.filtered-newsroom .item.fnr-item .category.inactiveLink {
    pointer-events: none;
    cursor: default;
    color: #333;
}

/*.adash.newsroom .fnr-menu-grid.menu-grid {
    font-size: 75%;
}*/

/* Start of menu-grid filter bar (horizontal) styles */
.adash.newsroom .menu-grid.fnr-menu-grid {
    border: none;
    margin-left: 3px;
    margin-right: 3px;
}

.adash.newsroom .menu-item.fnr-menu-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.adash.newsroom .menu-item.fnr-menu-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.adash.newsroom .fnr-menu-item.menu-item {
    background: #fff;
    border-radius: 0;
    margin-left: -2px;
    margin-right: -2px;
    transition: all 0.25s;
    border: none;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: 600;
}

.adash.newsroom .fnr-menu-item.menu-item:not(.active):hover {
    background-color: #adadad;
    color:#333;
    z-index: 100;
    /* color: rgb(105,105,105); */
    /* background-color: rgba(105,105,105,.2); */
    /*transition: all 0.5s;*/
}

.adash.newsroom .fnr-menu-item.menu-item.active {
    background: rgb(37,66,103);
    background: -moz-linear-gradient(top, rgba(37,66,103,1) 0%, rgba(53,94,147,1) 50%);
    background: -webkit-linear-gradient(top, rgba(37,66,103,1) 0%,rgba(53,94,147,1) 50%);
    background: linear-gradient(to bottom, rgba(37,66,103,1) 0%,rgba(53,94,147,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254267',endColorstr='#355e93',GradientType=0 );
    position:relative;
    color: #fff;
}

.adash.newsroom .fnr-menu-item.menu-item.active::after {
    content: "";
    z-index: 9000;
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #355e93;
    bottom: -15px;
    left: calc(50% - 15px);
}
/* END of filter menu grid styles */

/* Start of filter dropdown */
.adash.newsroom.filtered-newsroom .menu-select .select-menu {
    width: auto;
    min-width: 210px;
}

.adash.newsroom.filtered-newsroom .menu-select .select-menu .fa.fa-chevron-down {
    top: .82rem;

}

.adash.newsroom.filtered-newsroom .menu-select .select-menu .newsroomSelected {
    margin-right: 1rem;
}

@media (max-width: 991px) {
    .adash.newsroom.filtered-newsroom .menu-select {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .adash.newsroom.filtered-newsroom .menu-grid {
        display: none;
    }
}
/* end of filter dropdown */
/* Start of item style over rides*/
.adash.newsroom.filtered-newsroom .fnr-item-container {
    background: #fff;
    border-radius: 3px;
    margin-top: 30px;
    padding: 30px;
}

.adash.newsroom.filtered-newsroom .item.fnr-item {
    margin-bottom: 35px;
}

.alist.newsroom.filtered-newsroom .item .lside a.category, 
.alist.newsroom.filtered-newsroom .item .lside a.category:link,
.adash.newsroom.filtered-newsroom .item.fnr-item .category {
    color:#355e93;
    text-transform: uppercase;
    margin: 0px;
    font-size: 18px;
    float:none;
}

.adash.newsroom.filtered-newsroom.alist.stories .item .title {
    font-size: 1.5rem;
}

.adash.newsroom.filtered-newsroom.alist.stories .item .info {
    border:none;
    padding: 0;
}

/* END of item style patching */
/* Begining of footer type things */

.adash.newsroom.filtered-newsroom .more-row {
    padding: 0 0 3rem;
    background: #fff;
}