﻿


.list-group-item div {
    display: inline-block;
}

.list-group-item .first-child {
    width: 83%;
    /*position:relative;
    top:2px;*/
}

.list-group-item .last-child {
    float: right;
    vertical-align: top;
    /*position:relative;
    top:2px;*/
}

.badge {
    font-size: 100%;
    background-color: #E5E5E5 !important;
    color: black !important;
    font-weight:normal;
}

.badge-notify {
    background-color: red !important;
    color: white !important;
}
/*.list-group .badge .active{
    background-color:white !important;
    color:black !important;
}*/

.inputlabel {
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-left: 18px;
    position: relative;
    top: 2px;
}

    .inputlabel input[type=checkbox] {
        margin-left: -18px;
        position: relative;
        top: 3px;
    }

.input-badge {
    position: relative;
    top: 2px;
}

/*#sub-category-guts, #level-guts, #year-guts .badge{
        position:relative;
        top:2px;
    }*/

.cat_product_detail h3 {
    font-size: 18px;
}

.cat_product_detail h3 {
    background: none;
}

    .cat_product_detail h3 a:hover {
        cursor: pointer;
        text-decoration: underline !important;
    }

.filter-notify {
    display: inline-block !important;
    cursor: pointer;
    /*float: right;
    position: absolute;
    right: 50px;
    top: -4px;*/
}

    

/*mobile*/

@media(max-width:767px) {

    .filter-notify {
        position: absolute;
        top: 0;
        right: 60px;
    }
}

/*tablet e.g. iPad*/
@media (min-width: 768px) {
    /*Added by Anwar*/
    .filter-expand span {
        display: none;
    }
    /*.filter-notify {
        position: absolute;
        top: 0;
        right: 43px;
    }*/
    .twoColumn .modal-dialog {
        max-width: 810px;
    }
    .modal.twoColumn {
        z-index: 5000;
    }
    .twoColumn .list-group{
        display: inline-block;
    }
    .twoColumn .list-group-item {
        width: 49%;
        float: left;
    }
    .twoColumn .list-group-item:nth-child(odd){
       margin-right:15px; 
    }
}

/*normal desktop*/
@media (min-width: 992px) {
    .cat_sec {
        margin-top: 0px;
    }

    #collapseFilter {
        display: block !important;
    }

    /*#collapseFilter div{
        display:block !important;
    }*/
    #category-guts, #sub-category-guts, #price-guts, #level-guts, #year-guts, #pdh-guts, #tlf-guts, #training-guts, #publication-guts, #sub-sub-category-guts {
        display: block !important;
    }
}

/*wider desktop and iPad pro*/
@media (min-width: 1024px) {
}

/* Rashid CSS */


@media screen and (max-width: 574px) and (min-width: 300px) {
    .filter-notify {
        position: absolute;
        top: 0;
        right: 60px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .cat_price_detail_row {
        font-size: 12px;
    }

    .cat_price_detail_row span {
        font-size: 12px;
        position: relative;
        top: 2px;
    }
}



/*Added by Anwar*/
.red_span {
    color: red;
}

.price_slide {
    margin:0;
    padding: 15px 10px 10px 10px;
    border: lightgray solid 1px;
}

.filter_icon {
    display: none;
    position: relative;
    line-height: 30px;
    top: 8px;
}

.filter_collapse {
    display: block;
}

.btn-close {
    display: none !important;
}

.filters label {
    margin-bottom: 0px;
}

.badge-notify {
    display: none;
}

@media (max-width: 991px) {
    /*Added by Anwar*/
    .filter-expand span {
        display: inline;
        float: right;
        padding-right: 5px;
    }
        .filters h4 a {
        margin-right: 20px;
    }

    .filter_icon {
        display: block;
        /*color: #073763;
        font-size: 27px;
        padding-left: 3px;*/
    }

    .filter_collapse {
        display: none;
    }

    .btn-close {
        display: block !important;
    }

    #collapseFilter {
        /*position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 1200;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 5px;
        padding-right: 5px !important;*/
        margin-right: 15px;
        margin-bottom: 15px;
        max-width: 100%;
        flex: auto;
    }

        #collapseFilter .fa-info-circle {
            display: none;
        }

    #sub-category-guts, #price-guts, #pdh-guts, #year-guts, #tlf-guts, #training-guts, #sub-sub-category-guts {
        display: none;
    }

    .filters .fa-plus, .filters .fa-minus {
        color: #212529;
        text-shadow: 1px 1px 1px #ccc;
        font-size: 0.8em;
        margin-top: 4px;
    }

    .p_Avail {
        float: none;
    }

    .badge-notify {
        display: block;
    }

    .collapse {
        -webkit-animation: fadeIn 1.5s;
        animation: fadeIn 1.5s;
        display: block;
    }
}


@media (max-width: 600px) {
    .sort_by_container {
        /*width:100%;*/
        float: right;
        width: 175px;
    }

    /*.pageContent p:last-child {
        display: none;
    }*/
}

@media (max-width: 1200px) {
    .container {
        /*max-width: 100%;*/
    }
}

/*Filter CSS*/


/*#collapseFilter{display:block !important;}*/

.filter_title_sec {
    background-color: #666666;
    padding: 0px 10px;
    color: #fff;
    font-size: 20px;
    height: 55px;
    line-height: 54px;
}

    .filter_title_sec i {
        color: #fff;
        font-size: 25px;
        float: right;
        line-height: 54px;
        padding-left: 10px;
    }

.filters {
}

.filters a {
    color: black;
}

.filters .active a {
    color: white;
}

    .filters h4 {
        margin-top: 10px;
        background-color: #cccccc;
        padding: 10px;
        clear: both;
        font-size: 18px !important;
        font-weight: normal !important;
    }
    .filters h4 a {
        text-align: right;
        display: inline-block;
        float: right;
        font-size: 16px;
        color:#000;
        text-decoration: underline;
    }
.filters .disabled{
    color: #999!important;
    cursor: not-allowed;
}

.filter-expand {
    margin-bottom: 0px;
}


/*For Filters badges*/
.list-group-item > .badge {
    float: right;
    margin-top: 5px;
}

/*.badge {
    background-color: #777;
    color: #fff;
}*/
.modal-header .close{
    color:white!important;
}
.filters .list-group {
    font-size: 13px;
}

.list-group-item {
    padding: 10px 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.filters .filter-checkbox {
    position: relative;
    top: 2px;
}

/*End*/

.list-group-item.active {
    background-image: none;
    background-color: #0076c0;
    border: none;
}

    .list-group-item.active .badge {
        background-color: #fff;
        color: #000;
    }

/*Added by Anwar*/
.badge-notify {
    background-color: red;
    color: #f3f2f2;
    padding: 0;
    border-radius: 1.25rem;
    position: relative;
    top: -18px;
    left: -2px;
}

@media (max-width: 768px) {
    /*.filter-expand span {display:inline;float: right;}*/
}

.badge-notify {
    background-color: #e57235 !important;
    position: relative;
    top: -24px;
    left: 14px;
    width: 20px;
    height: 20px;
    padding-top: 3px;
    font-size: 12px;
    font-weight: 500;
}


/*Paginations*/
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 6px 12px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    font-size: unset;
    padding: 7px 10px 5px 10px;
    background-color: #215577;
    color: #fff;
}

.pageHeading-Control .form-control {
    min-height: unset;
}
