﻿.sp-List-Panel {
    background-color: #ffffff;
    color: inherit;
    padding: 10px 20px 10px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    margin-bottom: 10px;
}

.sp-List-Col-More::before {
    font-family: "Material Icons";
    content: "\e5cc";
    font-size: 22px;
    cursor: pointer;
    color: #8FA933;
    vertical-align: middle;
}

.sp-List-Col-More-Display::before {
    font-family: "Material Icons";
    content: "\e313";
    font-size: 22px;
    cursor: pointer;
    color: #8FA933;
    vertical-align: middle;
}

.sp-List-Row-More {
    display: none;
}

.sp-List-Row {
    font-size: 16px;
    color: #555555;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .sp-List-Row:hover {
        background-color: #dadaf2 !important;
    }

.sp-List-Row-Heading {
    border-bottom: solid 1px #DDDDDD;
    font-weight: 500;
    color: #555555;
    font-size: 18px;
}
    /*List heading*/
    .sp-List-Row-Heading a {
        color: #337ab7;
        text-decoration: none;
    }


.sp-List-Search-Col {
    /*background-image: url('../Images/icoSearchIcon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;*/
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #555 !important;
    margin-bottom: 5px;
}

.sp-List-Filter-Panel {
    background-color: #F1F1F1;
}

.sp-List-SubHead {
    display: none;
}

.sp-List-IcoHelp {
    font-size: 16px;
    display:none;
}
.hideSubhead
{
    display:none;
}
.sp-List-Row-More-Col {
    font-size: 14px;
    color: #a00b0b;
}
.sp-List-Container {
    /*background-color: #F3F3F4;*/
    background-color: #F3F3F4;
    padding: 20px 20px 0px 20px;
}
@media only screen and (max-width : 992px) {
    .sp-List-Row-Heading {
        display: none;
        color: green;
    }

    .sp-List-IcoHelp {
        color: green;
        display: none;
    }

    .sp-List-SubHead {
        display: flex;
        font-size: 16px;
        font-weight: 800;
    }

    .sp-List-Row {
        border-bottom: 1px solid lightgrey;
    }

    .sp-List-Row-More {
        border-bottom: 1px solid lightgrey;
    }
}
