﻿
.bgprev {
    background-color: white;
    padding: 10px;
    border: 1px solid #dadce0;
    margin-bottom: 15px;
    height: 45px;
}

.drpfilter {
    height: 44px;
    width: 140px;
    padding: 10px;
}

.horizontal li {
    display: inline;
    padding: 0px 2px 0px 2px;
    float: left;
}

.ContentBody {
    padding: 30px;
}

.ContentBox {
    border-radius: 0px;
    border: 1px solid #dadce0;
    margin: 0px;
    background-color: white;
}

    .ContentBox:hover {
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.18);
    }
/*//Heading*/
.Header {
    background-color: #cc3333;
    color: white;
    text-align: right;
    padding: 10px 10px;
    font-size: 22px;
}

.Headerporatl {
    background-color: #cc3333;
    color: white;
    font-size: 22px;
    padding: 5px 30px;
}

/*filters checkboxlist*/

.filter_toggle {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 3px;
    background-color: #cc3333;
    color: white;
    height: 22px;
    width: 22px;
}

    .filter_toggle:hover {
        background-color: #cc3333;
    }

.filter_toggle1 {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 3px;
}

.filter_toggle2 {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 3px;
}

.filter_toggle3 {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 3px;
}

.filter_toggleLabel {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 3px;
    background-color: #cc3333;
    color: white;
    height: 22px;
    width: 22px;
}

.filter_toggleVersion {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 3px;
    background-color: #cc3333;
    color: white;
    height: 22px;
    width: 22px;
}

.filter_toggleFormat {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 3px;
    background-color: #cc3333;
    color: white;
    height: 22px;
    width: 22px;
}

.filter_toggleCategorys {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 3px;
    background-color: #cc3333;
    color: white;
    height: 22px;
    width: 22px;
}

.filter_toggleSubDepartment {
    position: relative;
    float: right;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 0px 3px;
    background-color: #cc3333;
    color: white;
    height: 22px;
    width: 22px;
}

ul.Label_Filter {
    margin-bottom: 10px;
    max-height: 150px;
    overflow: auto;
    font-size: 14px;
    letter-spacing: 0.6px;
}


.Homefilter {
    margin-bottom: 10px;
    background-color: #ffffff;
    border-radius: 0px;
    padding-top: 0px;
    border: 1px solid #ddd;
    /*box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}

    .Homefilter h4 {
        margin: 0px;
        background-color: #cc3333;
        padding: 10px 15px;
        color: white;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        color: white;
        position: relative;
        cursor: pointer;
        line-height: 1.42857143;
    }



        .Homefilter h4 .filter_toggle span.bar {
            width: 3px;
            height: 8px;
            background: white;
            display: block;
            position: absolute;
            right: 5px;
            transition: all .5s ease;
        }

/*End filters checkboxlist*/
