﻿/*------- Saved Search Css page Index-------------*/


/*
For Ingram New UI design 
-------------------------------------------------------------
01 : Savedsearch container
02 : Breadcrumb section
03 : Heading section
04 : Table Section
05 : Pagination section
06 : Selectsection
07 : Media Query
------------------------------------------------------------*/


/*Savedsearch container*/

.savedsearch-container {
    width: 100%;
    padding-left:13px;
    padding-right:15px;
}
@font-face {
    font-family: helveticaneue;
    src: url(../fonts/helveticaneue.woff);
}

@font-face {
    font-family: HelveticaNeue-Light;
    src: url(../fonts/helveticaneue-light.woff);
}

@font-face {
    font-family: HelveticaNeue-Thin;
    src: url(../fonts/HelveticaNeue-Thin.woff);
}

@font-face {
    font-family: HelveticaNeue-Medium;
    src: url(../fonts/helveticaneue-medium.woff);
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(../fonts/helveticaneue-bold.woff);
}

/*Savedsearch container*/


/*Breadcrumb section*/

.savedsearch-breadcrumb .breadcrumb {
    margin: 20px 0 0 0;
    padding-left: 0px;
    font-size: 0.85em;
    background: #fff;
}

    .savedsearch-breadcrumb .breadcrumb img {
        margin-right: 12px;
        position: relative;
        top: 0px;
    }

    .savedsearch-breadcrumb .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #454545;
        content: "/\00a0";
    }


/*Breadcrumb section*/


/*Heading section*/

.savedsearch-container h1 {
    font: 3.5em "HelveticaNeue-Thin", "Helvetica Neue Thin", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #333333;
}


/*Heading section*/


/*Table Section */

.Savedsearch-table {
    font-size: 14px !important;
    
}

    .Savedsearch-table td {
        padding: 1.5% !important;
        border-right: none;
        border-left: none;
        color: #333333;
    }

        .Savedsearch-table td:last-child {
            text-align: center;
        }

    .Savedsearch-table tr td:nth-last-child(2) {
        text-align: center;
    }

    .Savedsearch-table th {
        padding: 15px !important;
        color: #333333;
        border: 1px solid #ddd !important;
        font-size: 15px;
        outline: none;
    }

    .Savedsearch-table .width-13pct {
        width: 13%;
    }

    .Savedsearch-table .width-20pct {
        width: 20%;
    }

    .Savedsearch-table .width-42pct {
        width: 42%;
    }

    /* Hack for es-usme to prevent wrapping */
    html[lang="de-de"] .Savedsearch-table .width-13pct {
        width: 15%;
    }
    /* Hack for es-usme to prevent wrapping */
    html[lang="es-usme"] .Savedsearch-table .width-13pct {
        width: 14%;
    }

    html[lang="es-usme"] .Savedsearch-table .width-42pct {
        width: 41%;
    }

       .Savedsearch-table .focus {
        color: #DDDDDD;
    }

    .Savedsearch-table .sort-icon-container i {
        display: block;
    }

    .Savedsearch-table .sortdes {
        
        color: #2375BB;

    }

    .Savedsearch-table .sortasc {       
        color: #2375BB;

    }

    .Savedsearch-table .search_arrow {
       margin-right: 10px;
    }

    .Savedsearch-table .trashicon {
        color: #454545 !important;
        font-size: 22px !important;
        padding-bottom: 0;
        margin-bottom: 0px;
    }

    .Savedsearch-table a.sortHeader {
        display: block;
        font-size: 15px;
        vertical-align: top;
        outline:none;
    }

.mg-bottom-30 {
    margin-bottom: 30px;
}



.Savedsearch-table .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-bottom: 1px solid #ddd;
}


/*Table Section */


/*Pagination section*/

.savedsearch-pagination {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .savedsearch-pagination .prevpage {
        margin-top: 0px;
        margin-right: 0px;
        width: 9px;
    }

    .savedsearch-pagination .prevpageset {
        margin-top: 0px;
        margin-right: 9px;
        margin-left: 9px;
        width: 9px;
    }

    .savedsearch-pagination .nextpageset {
        margin-top: 0px;
        margin-right: 9px;
        margin-left: 9px;
        width: 9px;
    }

    .savedsearch-pagination .nextpage {
        margin-top: 0px;
        margin-left: -1px;
        width: 9px;
    }

    .savedsearch-pagination .margin-top-8 {
        margin-top: 8px;
    }

.itemsperpage .select-element .ui-selectmenu-icon.ui-icon {
    background: url(Images/arrow-down.png) center center no-repeat;
    height: 36px;
    width: 16px;
}

.itemsperpage .select-element .ui-selectmenu-button.ui-button {
    border: 1px solid #979797;
    background: transparent;
    border-radius: 5px;
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    width: 16%;
    display: inline-block;
}

.savedsearch-pagination .padding-left-zero {
    padding-left: 0px;
}

.savedsearch-pagination .disabled_pagination {
    cursor: not-allowed;
    pointer-events: none;
}

.savedsearch-pagination .showingresult {
    font-weight: normal;
    color: #000000;
    font-size: 15px;
}

.savedsearch-pagination .pagination-input {
    height: 36px;
    width: 15%;
    border-radius: 5px !important;
    border: 1px solid #979797;
    text-align: center;
}

.pd-bottom{
    padding-bottom:40px;
}
/*Pagination section*/


/* Selectsection*/

.select-element select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}


    /* For IE10 */

    .select-element select::-ms-expand {
        display: none;
    }

.select-element .SavedSearchPagination {
    border: 1px solid #979797;
    border-radius: 5px;
    height: 38px;
    line-height: 36px;
    padding: 0 12px;
    width: 100%;
}

.select-element .SavedSearchPagination {
    height: 36px;
    width: 15%;
    border-radius: 5px !important;
}

.select-element .savedsearchicons {
    position: absolute;
    margin-left: -22px;
    pointer-events: none;
    color: #2375BB;
    margin-top:10px
}


/*Selectsection*/

/*Media Query*/
@media (min-width : 320px) and (max-width:996px) {
    .pageresp-text {
        text-align:left!important;
       
    }
    .resp-mg-bottom {
        margin-bottom: 12px;
    }
}
/**/
/*IE Fix*/
@media all and (forced-colors: none), (forced-colors: active) {
    .savedsearch-container {
        width: 100%;
        padding-left: 6px;
        padding-right: 12px;
    }
}
/*END IE Fix*/
