body {
    /*background-color: #f1f3f6;*/
    /*font-family: 'Roboto', 'Arial' !important;*/
    font-size: 13px;
    color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Arial' !important;
}

header {
    height: 120px;
    background-color: #2874f0;
    padding: 0 20%;
    color: #fff;
}

.body-content {
    padding: 0 15%;
}

.brd-btm {
    border: 1px solid #ccc;
}

.bg-white {
    background-color: #fff;
}

.p-30 {
    padding: 30px;
}

.p-20 {
    padding: 20px;
}

.p-15 {
    padding: 15px;
}

.p-10 {
    padding: 10px;
}

.p-5 {
    padding: 5px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pr-5 {
    padding-right: 5px;
}

.no-paddding {
    padding: 0px;
}

.h-small {
    font-weight: bold;
    display: block;
    font-size: 15px;
}

.pt-10 {
    padding-top: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-10 {
    padding-left: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-12 {
    padding-right: 12px;
}

.pl-12 {
    padding-left: 12px;
}

#slider12c .slider-selection {
    background: yellow;
}

.slider.slider-horizontal {
    width: 180px;
    height: 20px;
}

.label {
    display: inline-block;
    font-weight: 500;
    padding: 1px 4px 0px 4px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.1px;
    border-radius: 2px;
    color: #fff;
}

.label-success {
    border-color: #388e3c;
    background-color: #388e3c;
}

.text-muted {
    color: #878787;
}

.text-success {
    color: #388e3c;
}

.text-primary {
    color: #2455f4;
}

.ml-1p {
    margin-left: 1%;
}

.item-box {
}

.td-none {
    text-decoration: none;
    color: #000;
}

    .td-none:hover {
        text-decoration: none;
        color: #2455f4;
    }

.item-box:hover {
    webkit-box-shadow: 0px 0px 5px 5px rgba(227,227,227,0.75);
    -moz-box-shadow: 0px 0px 5px 5px rgba(227,227,227,0.75);
    box-shadow: 0px 0px 5px 5px rgba(227,227,227,0.75);
    -webkit-transition: all 1s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sort-menu li {
    float: left;
    list-style-type: none;
    cursor: pointer;
    padding: 5px 8px;
}

    .sort-menu li.active {
        font-weight: bold;
        color: #2455f4;
        border-bottom: 2px solid #2455f4;
    }

.col-sm-10 {
    width: 79%;
}
/*accordian*/
.panel-heading {
    position: relative;
}

    .panel-heading[data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        position: absolute;
        color: #b0c5d8;
        font-size: 10px;
        /*line-height: 22px;*/
        right: 10px;
        top: calc(50% - 10px);
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading[data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.panel {
    box-shadow: none;
    border: none;
}

.panel-body input[type=checkbox] {
    margin: 4px 15px 0 0;
}

.custom-text {
    border: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-left: 14px;
}

    .custom-text:before {
        font-family: 'Glyphicons Halflings';
        content: "\e003"; /* "play" icon */
        position: absolute;
        color: #b0c5d8;
        font-size: 10px;
    }

.panel-title {
    font-size: 14px;
    font-weight: 700;
}

#tblProductTableLayout_wrapper {
    background-color: #fff;
    padding: 10px 0px;
}

.text-count {
    float: right;
    text-align: right;
    color: #3285EE;
    font-weight: bold;
}

    .text-count::after {
        content: ")";
    }

    .text-count::before {
        content: "(";
    }

#FilterContainer .panel-body {
    padding: 15px 0px 15px 15px;
}
/* /accordian*/

/*checkbox*/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        overflow: hidden;
        padding-left: 25px;
        cursor: pointer;
        display: inline-block;
        width: 200px;
        /*height: 25px;
              line-height: 25px;*/
        -webkit-user-select: none;
        /*/ webkit (safari, chrome) browsers / -moz-user-select: none;
        / mozilla browsers / -khtml-user-select: none;
        / webkit (konqueror) browsers / -ms-user-select: none;
        / IE10+ /;*/
    }

[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"]:not(:checked) + label:before {
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1.4px solid #357ebd;
}

[type="checkbox"]:not(:checked) + label:after {
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1.4px solid #357ebd;
    z-index: 0;
}

[type="checkbox"]:checked + label:before {
    top: 2px;
    width: 6px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 3px solid #357ebd;
    border-bottom: 3px solid #357ebd;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

[type="checkbox"]:checked + label:after {
    top: 0px;
    width: 14px;
    height: 14px;
    border: 1.4px solid #357ebd;
    z-index: 0;
}

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    /*top: 2px;
    width: 6px;
    height: 12px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 3px solid #357ebd;
    border-bottom: 3px solid #357ebd;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;*/
    /*top: 0;
    box-shadow: none;
    background-color: #444;
    width: 14px;
    height: 14px;
    border: 3px solid #444;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);*/
}

[type="checkbox"]:disabled + label {
    color: #555;
}

[type="checkbox"]:disabled:not(:checked) + label:hover:before {
    border-color: #357ebd;
}

.collapse .panel-body {
    padding: 15px 0;
}
/* /checkbox*/
#accordion .panel-default > .panel-heading {
       background-color:#EB36A9 !important;
        color:#FFFFFF !important;
    border-radius: 0px;
}
/*#accordion  .panel-heading{
    margin-bottom:10px;
}*/
#accordion .panel-body {
    padding: 12px;
}

.brd-btm {
    padding-left: 0px;
    padding-right: 0px;
}

#accordion .panel {
    border-radius: 0px;
}

#accordion label {
    font-weight: normal;
}

    #accordion label.head-label {
        margin-bottom: 0px;
        font-weight: 600;
    }

#category .head-label {
    font-size: 13px;
    font-weight: bold !important;
    color: #333;
    margin-top: 10px;
    cursor: pointer;
}

#category .a-text label {
    font-size: 12px;
    letter-spacing: 0.4px;
    padding-left: 10px;
    cursor: pointer;
}

#category {
    padding-top: 0px !important;
}

#accordion .panel-body .a-text {
    cursor: pointer;
}

.nav-rendar {
    position: relative;
    top: -10px;
}

    .nav-rendar span {
        color: #337ab7;
        cursor: pointer;
        font-weight: normal;
    }

    .nav-rendar a {
        text-decoration: none;
    }

        .nav-rendar a span:hover {
            color: #337ab7;
            text-decoration: underline;
        }

.filtersubtitle {
    font-weight: bold;
    font-size: 13px;
    background-color: #f6f6f6;
    padding: 5px;
    margin-bottom: 5px;
}

.filter-no-padding {
    padding: 15px 0 !important;
}

.font-roboto {
    font-family: 'Roboto', 'Arial' !important;
}
@media (max-width:1025px) {
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        width: 150px;
    }
}
@media (max-width:768px) {
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        width: 90%;
    }
}
@media (max-width:750px) {
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        width: 88%;
    }
}