.refine-search-col {
    display: flex;
    flex-direction: column;
}

.refine-search-row{
    display: flex;
    flex-direction: row;
}

/**************
*
*   Refine Search
*
***************/
.refine-search {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 0px;
}

.refine-search-row label {
    color: #0A344F;
}

.refine-search-hide {
    display: none;
}

.filters-button-image {
    width:20px;
    height:20px;
    margin-right: 10px;
}

div .ro-filter .edit-control-label {
    width: 120px;
}

.ui-widget-content .grid-email, .ui-widget-content .grid-link {
    color: #0000FF;
}

.ro-filter-master-cell {
    display:flex;
    flex-direction: column;
    background-color: lightgray;
    border: #0A344F solid 1px;
    vertical-align: top;
    font-size: 14px;
}

.refine-search-title-bar{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 40px;
}

.refine-search-title {
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    color: #0A344F;
    padding: 5px;
    width: 50%;
}

.refine-search-title-bar-imgs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width:30%;
    margin-right: 2.5%;
}

.clearbtn{
    background: url(../Content/img/Clear.png) no-repeat;
}

.clearbtn:hover{
    background: url(../Content/img/Clear-focus.png) no-repeat;
}

.pinbtn{
    background: url(../Content/img/Pin.png) no-repeat;
}

.pinbtn:hover{
    background: url(../Content/img/Pin-focus.png) no-repeat;
}

.active-pinbtn {
    background: url(../Content/img/Pin-focus.png) no-repeat;
    transform: rotate(-90deg);
}

.active-pinbtn:hover {
    background: url(../Content/img/Pin.png) no-repeat;
}

.clearbtn, .clearbtn:hover{
    display: flex;
    background-size: 25px 25px;
    min-width: 25px;
    min-height: 25px;
    cursor: pointer;
}

.active-pinbtn, .active-pinbtn:hover{
    display: flex;
    background-size: 25px 25px;
    min-width: 25px;
    min-height: 25px;
    cursor: pointer;
}

.refine-search-title-space{
    height: 2px;
    background: #0A344F;
    min-height: 2px;
    width: 95%;
    align-self: center;

}

.filters-container
{
    display:flex;
    flex-direction: column;
    overflow: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}
.ro-filter-spacer {
    height: 1px;
    min-height: 1px;
    background: #fff;
    width:100%;
}
.refine-search-btn-space{
    margin-top:auto;
    height: 2px;
    background: #0A344F;
    min-height: 2px;
    width: 95%;
    align-self: center;
}


.ro-filter-detail-cell {
    background-color: #F0F0F0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 5px 5px 7px 5px;
    width: auto;
    vertical-align: top;
}

.ro-filter-cell-padding {
    padding-left: 25px;
}

.ro-filter-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #0A344F;
    justify-content: center;
    padding: 5px 0px 5px 0px;
    font-size: 15px;
}

.date-range {
    padding-left:0;
    margin: 0;
}

.ro-filter-button:hover, .ro-filter-button:focus {
    background: #DDB38D;
    text-decoration: underline;
    cursor: pointer;
}

/* Mobile */
@media only screen and (max-width: 1060px) {      
    .filter-row{
        display: flex;
        flex-direction: row;
        padding: 10px 5px 10px 5px;
        justify-content: flex-start;
        align-items: center;
    }

    .ro-filter-button {
        min-height: 26px;
    }

    .pinbtn, .pinbtn:hover{
        display: none;
    }

    .active-pinbtn, .active-pinbtn:hover{
        display: flex;
    }
}

/*Desktop*/
@media only screen and (min-width: 1061px){   
    .filter-row{
        display: flex;
        flex-direction: row;
        padding: 5px;
        justify-content: flex-start;
        align-items: center;
    }
    
    .ro-filter-button {
        min-height: 26px;
    }

    .pinbtn, .pinbtn:hover{
        display: flex;
        background-size: 25px 25px;
        min-width: 25px;
        min-height: 25px;
        cursor: pointer;
    }
}

/*Standard height screen*/
@media only screen and (min-height: 770px ){
    .ro-filter-master-cell {
        height: fit-content !important;
    }       
}

/**************
*
*   Refine Search Scroll Bar (Chrome/safari)
*
***************/
.filters-container::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

.filters-container::-webkit-scrollbar-thumb {
    background: #01ADEF;
}
