.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.middle-area {
    display: inline-block;
    width: 100%;
    background: #ebedf0;
}

.container-white {
    background: #fff;
}

.upper-block {
    background: #0067b0;
    display: inline-block;
    width: 100%;
    padding: 40px 0 120px;
}

.custom-heading-h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #fff;
}

.info-head-text {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans';
    margin: 5px 0;
}

.statinfo {
    float: left;
    width: 70%;
}

.stats-main {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 2rem;
    padding: 3px 0 0;
    font-family: 'Open Sans';
    color: #000;
}

.stats-title {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #000;
}

.stat-img {
    float: left;
    margin-right: 4%;
}

.middle-block {
    background: #ebedf0;
    display: inline-block;
    width: 100%;
    padding: 8px 0 100px;
}

.serach-panel {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin-bottom:15px;
    /*margin-top: -60px;*/
}

    .serach-panel .form-control {
        background: #e9e9e9;
        height: 50px;
        padding: 15px;
        font-family: 'Open Sans';
        font-size: 17px;
    }

    .serach-panel .input-group-addon {
        padding: 15px;
        border: 1px solid #ccc !important;
        border-right: 0px !important;
    }

.result-option {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

    .result-option li {
        float: left;
        color: #333333;
        font-family: 'Open Sans';
        font-size: 15px;
        font-weight: 600;
    }

        .result-option li a {
            color: #007dc5;
            border-right: 2px solid #ccc;
            padding: 0 10px;
            font-size: 14px;
            margin-left: 10px;
            font-weight: 600;
        }

        .result-option li:last-child a {
            border-right: 0px;
            margin-left: 0px;
        }

        .result-option li a:hover {
            text-decoration: none;
            color: #333;
            -moz-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

.product-group {
    background: #fff;
    box-shadow: 2px 2px 2px -3px #5c5c5c;
    -moz-box-shadow: 2px 2px 2px -3px #5c5c5c;
    -webkit-box-shadow: 2px 2px 2px -3px #5c5c5c;
    -ms-box-shadow: 2px 2px 2px -3px #5c5c5c;
    -o-box-shadow: 2px 2px 2px -3px #5c5c5c;
}

    .product-group h2 {
        color: #14519c;
        font-size: 19px;
        font-weight: 700;
        font-family: 'Open Sans';
    }

.product-info {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

    .product-info li a {
        float: left;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; /*background:url(../images/side-arrow.png) no-repeat left center;*/
        padding-left: 0px;
        font-size: 15px;
        font-family: 'Open Sans';
        font-weight: 400;
        color: #222;
        margin-bottom: 12px;
    }

        .product-info li a:hover, .product-info li a:focus { /*background:url(../images/side-arrow-hover.png) no-repeat left center;*/
            color: #14519c;
            text-decoration: none;
            -moz-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear;
        }

.category-block {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.custom-h4 {
    color: #333;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
}

.article-gridbox {
    background: #fff;
    height: 400px;
    overflow: hidden;
    padding: 2.7rem;
}

    .article-gridbox .img-box {
        padding: 0px 0px 30px 0px;
        width: 100%;
        height: 174px;
        display: block;
        margin: auto;
    }

        .article-gridbox .img-box img {
            display: block;
            margin: 0 auto;
            height: auto;
        }

    .article-gridbox p {
        margin-bottom: 2px;
        font-family: 'Open Sans';
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .article-gridbox h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 7px 0 10px 0;
        font-size: 16.296px;
        line-height: 1.7;
        font-family: 'Open Sans';
        font-weight: 600;
    }



.no-top-margin {
    margin-top: 10px;
}

.top-search-block {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    padding: 30px 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 5px;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #14519c;
        content: "> ";
        font-style: normal !important;
    }

    .breadcrumb li a {
        color: #3d3d3d;
        font-size: 12px;
        font-family: 'Open Sans';
    }

    .breadcrumb li.active {
        color: #14519c;
        font-style: normal;
        font-size: 12px;
        font-family: 'Open Sans';
    }

.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 20px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 20px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.export-link {
    border: 1px solid transparent;
    float: right;
    margin-left: 7px;
    padding: 4px 5px;
    color: #2a445e;
    font-weight: 400;
    background: none;
    font-family: 'Open Sans';
}

.sort-outer-block {
    float: left;
    width: 100%;
    /*padding: 7px 0px 8px;*/
}

    .sort-outer-block .dropdown .dropdown-menu {
        min-width: 146px;
        top: 27px;
    }

        .sort-outer-block .dropdown .dropdown-menu li {
            position: relative;
        }

            .sort-outer-block .dropdown .dropdown-menu li a {
                padding: 2px 10px 2px 26px;
                font-size: 13px;
                font-family: 'Open Sans';
                border-right: 0px;
            }

                .sort-outer-block .dropdown .dropdown-menu li a i.glyphicon {
                    position: absolute;
                    left: 5px;
                    top: auto;
                    color: #3eb770;
                    line-height: 1.45;
                }

                .sort-outer-block .dropdown .dropdown-menu li a:hover, .sort-outer-block .dropdown .dropdown-menu li a:focus {
                    background: none;
                }

.sort {
    float: right;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sort li a {
        font-size: 15px;
        font-family: 'Open Sans';
        color: #333;
        font-weight: 400;
        float: left;
        border-right: 1px solid #939393;
        padding: 0 15px;
    }
        .sort li .sortby {
font-size: 14px !important;
        }
    .sort li:last-child a {
        border-right: 0px;
    }

    .sort li a:hover, .sort li a:focus {
        text-decoration: none;
        color: #14519c;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }


.breadcrumb > li {
    font-family: 'Open Sans';
}

.filter-block {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
}

.filter-top-block {
    float: left;
    width: 100%;
    background: #4a87c7;
    padding: 20px 15px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
}

.filter-top-text {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 5px;
}

.result-display-text {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans';
    margin-bottom: 0px;
}

.filters {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
}

    .filters li {
        float: left;
        width: 100%;
        padding: 15px 10px;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Open Sans';
        color: #333;
        border-bottom: 1px solid #ccc;
    }

        .filters li:last-child {
            border-bottom: 0px;
        }

        .filters li li {
            padding : 5px 10px !important;
        }

.collapse-arrow {
    float: left;
    background: url(../images/icon-minus.png) no-repeat;
    height: 20px;
    width: 20px;
}

.expand-arrow {
    float: left;
    background: url(../images/icon-plus.png) no-repeat;
    height: 20px;
    width: 20px;
}

.record-filter {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    background: #e8e8e8;
}

    .record-filter li {
        float: left;
        width: 100%;
    }

        .record-filter li span {
            float: left;
            width: 76%; /* overflow: hidden;text-overflow: ellipsis;white-space: nowrap; */
            margin-bottom: 0px;
            margin-top: 0px;
            font-size: 13px;
        }

        .record-filter li p {
            float: right;
            color: #adadad;
            font-size: 13px;
        }

.search-list {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
}

.search-list-img-block {
    float: left;
    /*height: 55px;*/ /*updated by aman on 11th aug due to the image issue on stage server*/
    margin: 6px;
    /*width: 75px;*/ /*updated by aman on 11th aug due to the image issue on stage server*/
    margin-right: 10px;
}

    .search-list-img-block img {
        float: left;
        /*width: 75px;*/
    }

.search-list-description-block {
    float: left;
    width: 79%;
    margin-top: 10px;
}

    .search-grid-description-block p {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans';
        color: #333;
        margin-bottom: 5px;
    }
    .search-grid-description-block {
    float: left;
    width: 98%;
    margin-top: 10px;
}
.search-grid-description-block p {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans';
        color: #333;
        margin-bottom: 5px;
    }
.color-blue {
    color: #14519c;
}

.search-listing {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .search-listing li {
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

.searchresult-grid {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

.searchresult-grid-records {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .searchresult-grid-records li {
        float: left;
        padding: 15px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        min-height: 358px;
        text-align: center;
    }

        .searchresult-grid-records li img {
            display: inline-block;
            margin-bottom: 20px;
        }

.specification-block {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

    .specification-block p {
        float: left;
        width: 100%;
        text-align: left;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Open Sans';
        color: #333;
        margin-bottom: 5px;
    }

/* CSS Created by Custom CHECKBOX */

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

/*specific classes related to Checkbox skins*/
.elegant {
    background: url(../images/elegant.png) no-repeat;
}

input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left: 32px;
    height: 21px;
    width: 100%;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
    background-position: 0 -21px;
}


.inner-ul {
    display: inline-block;
    width: 100%;
    text-align: left;
    list-style: none;
    padding: 0 0 0 13px;
    margin: 0;
}

.collapse-arrow1 {
    float: right;
    background: url(../images/expand-minus.png) no-repeat;
    height: 27px;
    width: 27px;
}

.expand-arrow1 {
    float: right;
    background: url(../images/expand-plus.png) no-repeat;
    height: 27px;
    width: 27px;
}

.category-icon {
    float: right;
    margin-top: -23px;
}

.verticle-align-div-outer {
    display: table;
    background: #fff; /*height: 275px;*/
    height: 160px;
    vertical-align: middle;
    width: 100%;
}

.verticle-align-div-inner {
    display: table-cell;
    vertical-align: top;
	padding-top: 10px;
    text-align: center;
}

    .verticle-align-div-inner abbr {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

.option-text-info {
    display: inline-block; /*width:240px;*/
    width: 140px; /*text-overflow: ellipsis;white-space: nowrap; overflow:hidden;*/
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #222;
    margin: 4px 0 0 0;
}

    .option-text-info:hover {
        color: #14519c;
        text-decoration: none;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }

/* css added by maninder */
.search-list-2 {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.category-list {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
}

    .category-list li {
        width: 100%;
        padding: 15px 10px;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Open Sans';
        color: #333;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
    }
        /*.category-list li a {
    float: left;
    width: 100%;
}*/

        .category-list li:last-child {
            border-bottom: 0px;
        }

        .category-list li div {
            background: #eee;
            padding: 0;
        }

        .category-list li ul {
            width: 100%;
            text-align: left;
            margin: 0;
            list-style: none;
            background: #fff;
        }

            .category-list li ul li {
                float: left;
                width: 33%;
                padding: 0;
                border-bottom: 0px solid #ccc;
                margin: 5px 0;
            }

                .category-list li ul li a {
                    font-size: 12px;
                    font-family: 'Open Sans';
                }

/* css added by maninder */


/******** 10 August 2016 *******/
.header-left-info-block {
    background: rgba(135, 136, 136, 0.5);
    min-height: 183px;
    /*margin-top: 20px;*/
    margin-bottom: 50px;
}

.header-info-head-text {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Open Sans';
    margin: 5px 0;
}

.header-custom-heading-h1 {
    margin-top: 15px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #fff;
    margin-bottom:0px;
}

.stat-img-new {
    float: left;
    margin-right: 3%;
    max-width: 27%;
}

.header-upper-block {
    background: rgba(0, 0, 0, 0) url("../images/banner.jpg") no-repeat scroll 0 0;
    background-size: cover;
    display: inline-block;
    width: 100%;
    /*padding: 40px 0 0px;*/
    height: 370px;
    position:relative;
}
.header-upper-block .bottom {
    position:absolute;
    bottom:0;
}
/******** 10 August 2016 *******/


@media (min-width: 320px) and (max-width: 767px) {
    .display-none-resposive {
        display: none;
    }

    .serach-panel .input-group-addon {
        background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
        background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background-repeat: repeat-x;
        border-color: #b92c28;
    }

        .serach-panel .input-group-addon a {
            color: #fff;
        }

    .result-option li {
        font-size: 13px;
    }

        .result-option li a {
            font-size: 12px;
            margin-left: 0px;
            padding: 0 7px;
        }

    .serach-panel .form-control {
        padding: 8px;
        font-size: 13px;
    }

    .custom-heading-h1 {
        font-size: 23px;
    }

    .info-head-text {
        font-size: 15px;
    }

    .category-list li ul li {
        float: none;
        width: 100%;
        padding: 0;
        border-bottom: 0px solid #ccc;
    }

    .sort {
        width: 100%;
    }

    .filter-block {
        margin-bottom: 15px;
    }

    .searchresult-grid-records li {
        border-right: 0px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 6px 9px;
    }

    .search-list-description-block {
        width: 68%;
    }

    .serach-panel {
        margin-bottom: 30px;
    }

    /******** 10 August 2016 *******/
    .header-left-info-block {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .header-custom-heading-h1 {
        font-size: 18px;
    }

    .header-info-head-text {
        font-size: 15px;
    }

    .stats-main {
        font-size: 18px;
    }

    .header-upper-block {
        background-size: cover !important;
    }
    /******** 10 August 2016 *******/
}

@media (min-width: 819px) and (max-width: 1023px) {
    .header-upper-block {
        background-size: cover !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .result-option li {
        font-size: 13px;
    }

        .result-option li a {
            font-size: 11px;
            margin-left: 2px;
            padding: 0 3px;
        }

    .serach-panel .form-control {
        padding: 8px;
        font-size: 14px;
    }

    .stat-img {
        margin-bottom: 5px;
    }

    .stats-main {
        font-size: 19px;
    }

    .stats-title {
        font-size: 12px;
    }

    /******** 10 August 2016 *******/
    .header-left-info-block {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .header-upper-block {
        background-size: cover !important;
    }
    /******** 10 August 2016 *******/
    .padding5-left-tab-portrait{padding-left:5px; padding-right:0px;}
    .margin-top-in-tab-landscape{ margin-top:10px;}
    .ul-search-img li{ float:left!important}
    .sort-main-block{ float:right; margin-top:10px !important}
    .mainbar .mainbar-nav > li > a{padding: 8px 3px !important;font-size: 11px !important;}
    .logout a{ font-size:12px; }
    .search-list-description-block{width: 64%;}
    .search-list .search-listing li a.edit{float:right; margin-top:8px;}
}
.padding5-left-tab-portrait{padding-left:5px; padding-right:0px;}

.DnnModule-ProductSearch h1 {
    display: block !important;
}
.button-100 .caret {
    float: right;
    margin-top: 7px;
}
.second-filter {
    display: inline-block;
    width: 98%;
    text-align: left;
    padding: 0;
    margin: 0px 0 0 6%;
    list-style: none;
    background: #e8e8e8;
}

    .second-filter li {
        padding: 4px 0px 4px 10px !important;
    }

.third-filter {
    display: inline-block;
    width: 98%;
    text-align: left;
    padding: 0;
    margin: 0px 0 0 6.5%;
    list-style: none;
    background: #e8e8e8;
}

    .third-filter li {
        padding: 4px 0px 4px 10px !important;
    }

.alert-msg {
    margin-top: 10px;
    float: left;
    width: 100%;
    font-size: 13px;
}

    .alert-msg i {
        top: 2px;
    }

.alert-msg {
    cursor: pointer;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.color-code {
    margin-left: 1.5%;
    margin-top: 15px;
}

    .color-code li, .color-code li i {
        margin-right: 5px;
    }

.btn-blue{background:#0067b0 !important; border-color:#0067b0 !important}
@media (min-width:768px) and (max-width:1024px) {
    .button-100 .caret {
        float: right;
        margin-top: 7px !important;
    }
    .list-inline > li{font-size:12px;}
    .button-100 .caret {
        float: right;
        margin-top: -10px;
    }
}
@media (min-width:800px) and (max-width:1199px) {
    .header-upper-block {
        background-size: 100%;
        height: 320px;
    }
}
@media (min-width:1024px) and (max-width:1100px) {
    /*.serach-panel{ margin-top:-118px;}*/
    .category-block{ margin-top:0px !important}
    .padding5-left-tab-portrait{padding-left:5px; padding-right:0px;}
    .button-100{padding-left:5px; padding-right:5px;}
    .ul-search-img{ margin-top:5px !important;}
    .ul-search-img li{ float:left!important}
    .sort-main-block{ float:right; margin-top:5px !important}
    .search-list-description-block{width: 75%;}
    
}
@media (min-width:1200px) and (max-width:1499px) {
    .header-upper-block {
        background-size: 100%;
         background-position: 100% 100%;
        height: 370px;
    }
}

@media (min-width:1500px) and (max-width:1999px) {
    .header-upper-block {
        background-size: 100%;
         background-position: 100% 100%;
        height: 420px;
    }
}

@media (min-width:2000px) and (max-width:5000px) {
    .header-upper-block {
        min-height: 500px;
         background-position: 100% 100%
    }

    /*.header-left-info-block {
        margin-top: 180px;
    }*/
}


.iconClip {
    margin-right: 10px;
}

.iconClipempty {
    margin-right: 21px;
}

.iconItems {
    width: 5% !important;
}

.truncate-List {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zero-margin {
    margin: 0px 0px 0px 0px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 29px;
    margin-top:10px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/*import excel icons*/
.list-inline > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    /*float:right;*/
}
.ul-search-img li{ float:right;}
.search-img-xml {
    background: url("../images/xml_small.png");
    width: 30px;
    height: 32px;
    display: block;
}

.search-img-xml-email {
    background: url("../images/xml_email.png");
    width: 30px;
    height: 32px;
    display: block;
}
/*////*/

.ul-search-img {
    margin: 10px 0 0 5px;
}

.search-img {
    background: url("../images/search-icon.png");
    width: 30px;
    height: 32px;
    display: block;
}

    .search-img.img2 {
        background-position: -38px 0;
    }

    .search-img.img3 {
        background-position: -76px 0;
    }

    .search-img.img4 {
        background-position: -114px 0;
    }

    .search-img.img5 {
        background-position: -152px 0;
    }

    .search-img.img6 {
        background-position: -190px 0;
    }
    .modal-header {
    background: #626262;
    color: #fff;
    padding: 6px 15px;
    overflow: auto;
}