.product-type-jump-links {
    padding: 12px 0;
}

.product-type-jump-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    width: 70%;
    margin: auto;
}

.product-type-jump-links ul li {
    display: inline-block;
    padding-right: 20px;
    padding-left: 12px;
    background-image: url('list-icon.png');
    background-repeat: no-repeat;
    background-position: 0 9px;
}

.product-type-jump-links ul li a {
    text-decoration: none;
    color: #00aeef !important;
    line-height: 27px;
}

.products-library-container {
    padding-bottom: 2em;
}

.products-library-container .loading {
    text-align: center;
    padding: 2em;
}

.products-library-container .templates,
.products-library-container .error,
.products-library-container .contents {
    display: none;
}

.products-library-container .contents .btn {
    font-size: 16px;
}

.products-library-container .contents .action .btn {
    background-color: #0071c5;
    color: #fff !important;
    border: 1px solid #0071c5;
}

    .products-library-container .contents .action .btn:hover {
        background-color: #959595;
        border: 1px solid #959595;
    }


    .products-library-container .contents .action .btn:focus {
        background-color: #ebebeb;
        border: 1px solid #ebebeb;
    }

.products-library-container .contents .action div.follow-collections {
    display: inline-block;
    width: 193px;
    text-align:left;
}

    .products-library-container .contents .action div.follow-collections a.follow-collection {
        padding-left: 34px;
        padding-right: 15px;
    }

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: "site-global-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 8px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: -22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-ok:before {
    content: '\e82d';
}

.products-library-container .contents .responsive-table-component {
    padding-top: 0;
    padding-bottom: 0;
}

.products-library-container .contents .responsive-table-component table {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.products-library-container .contents .responsive-table-component tr th {
    height: 64px;
    border-right: 1px solid #fff;
    padding-left: 16px;
    padding-right: 16px;
}

.products-library-container .contents .responsive-table-component tr th:last-of-type {
    border-right: 0;
}

.products-library-container .contents .responsive-table-component tr th.sortable {
    color: #003c71;
    cursor: pointer;
    background: #e0e0e0 url(table-header-arrows.png) center no-repeat;
    text-align: center;
}

.products-library-container .contents .responsive-table-component tr th.sortable.ascending {    
    background-position-y: top;
}

.products-library-container .contents .responsive-table-component tr th.sortable.descending {    
    background-position-y: bottom;
}

.products-library-container .contents .responsive-table-component tr th,
.products-library-container .contents .responsive-table-component tr td {
    vertical-align: middle;
}

.products-library-container .contents .responsive-table-component tr td {
    border-right: none;
}

.products-library-container .contents .responsive-table-component tbody tr {
    min-height: 59px;
    cursor: pointer;
}

.products-library-container .contents .responsive-table-component tbody tr.product-row:hover td {
    background-color: #e8f8ff;
}

.products-library-container .contents .responsive-table-component tr td {
    padding: 10px 16px;
}

.products-library-container .contents .responsive-table-component tr .codename-col {
    min-width: 150px;
}

.products-library-container .contents .responsive-table-component tr .applications-col,
.products-library-container .contents .responsive-table-component tr .status-col,
.products-library-container .contents .responsive-table-component tr .action-col {
    text-align:center;
}

.products-library-container .contents .responsive-table-component tr .status-col {
    min-width: 95px;
}

.products-library-container .contents .responsive-table-component tr .action-col {
    width: 350px;
}

.products-library-container .contents .responsive-table-component tr .applications-col {
    max-width: 500px;
}

.products-library-container .contents .responsive-table-component tr td span.glyphicon {
    padding-left: 5px;
    color: #0071c5;
}

.products-library-container .dotted-border {
    display: none !important; /* This may not be needed in AEM? */
}

.products-library-container .contents .form-refine-tool {
    position: relative;
    padding-bottom: 0;
}

.products-library-container .contents .form-refine-tool .refine-tool {
    position: relative;
}

.products-library-container .contents .form-refine-tool .refine-tool:before,
.products-library-container .contents .form-refine-tool .refine-tool:after {
    content: " ";
    display: table;
}

.products-library-container .contents .form-refine-tool nav.tool-search {
    display: inline-block;
    padding-left: 0;
    margin: 6px 0 8px 0;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.products-library-container .contents .form-refine-tool nav.tool-search .list-inline {
    padding-left: 0;
}

.rwd .products-library-container .list-inline > li:last-child {
    padding-right: 0 !important;
}

.products-library-container .contents .form-refine-tool .form-search {
    display: inline-block;
    position: relative;
    top: 0px;
}

.products-library-container .contents .form-refine-tool .form-search .searchbox {
    background-color: #f3f3f3;
    color: #555;
    line-height: 26px;
    height: 40px;
    border-radius: 2px;
    border: none;
    padding: 9px 50px 11px 15px;
    margin: 0px;
    -webkit-appearance: none;
}

 .products-library-container .contents .form-refine-tool .form-search .searchbox::-ms-clear {
     display: none;
 }

.products-library-container .contents .form-refine-tool .form-search .btn-search,
.products-library-container .contents .form-refine-tool .form-search .btn-clear {
    background-color: transparent;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    padding: 6px 12px;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.products-library-container .contents .form-refine-tool .form-search .btn-search::before,
.products-library-container .contents .form-refine-tool .form-search .btn-clear::before {
    -ms-background-size: 18px 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    content: ' ';
    position: relative;
    display: inline-block;
    top: 2px;
    width: 18px;
    height: 18px;
}

.products-library-container .contents .form-refine-tool .form-search .btn-search::before {
    background-image: url(search-icon-blue.png);
}

.products-library-container .contents .form-refine-tool .form-search .btn-clear::before {
    background-image: url(search-clear-dark.png);
}

.products-library-container .contents .form-refine-tool .tool-actions {
    margin: 6px 0;
    text-align: right;
    float: right;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown {
    display: inline-block;
    background-color: #ffffff;
    text-align: left;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-toggle {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #555555;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-toggle .label-default {
    background-color: #ffffff;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-toggle .label-selected {
    margin-right: 16px;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-toggle:after {
    display: inline-block;
    position: relative;
    content: ' ';
    float: right;
    top: 7px;
    background-image: url(sprite-carets.png);
    background-position: -134px -198px;
    width: 13px;
    height: 7px;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown.open .dropdown-toggle:after {
    background-image: url(sprite-carets.png);
    background-position: -60px -227px;
    width: 13px;
    height: 7px;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-menu {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: -1px;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown.sort-by .dropdown-menu {
    min-width: 230px;
    width: 100%;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-menu li > a {
    color: #555555;
    width: 100%;
    padding-left: 15px;
    white-space: normal;
}

.products-library-container .contents .form-refine-tool .form-dropdown.dropdown .dropdown-menu > .active > a {
    background-color: #00aeef;
    color: #ffffff;
}

.products-library-container .contents .form-refine-tool .btn-icon {
    min-width: 10px;
    background-color: #ffffff;
    padding: 8px 15px;
    border: 1px solid #e2e2e2;
    color: #555555;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.products-library-container .contents .form-refine-tool .btn-icon.active {
    background-color: #2a72c5;
    color: #fff;
}

.products-library-container .contents .form-refine-tool .card-view-toggle, .form-refine-tool .form-toggle {
    font-size: 16px;
}

.form-refine-tool .refine-tool .arrow-up {
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: -68px;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #252525;
}

.form-refine-tool .refine-tool .arrow-up.fade.in {
    opacity: 1;
}

.products-library-container .contents .btn-icon .icon {
    display: inline-block;
}

.products-library-container .contents .btn-icon .icon-filter {
    background-image: url(sprite-icons.png);
    -ms-background-position: -386px -336px;
    background-position: -386px -336px;
    width: 14px;
    height: 12px;
}

.products-library-container .contents .form-refine-overlay {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
    background: #f7f7f7;
}

.products-library-container .contents .form-refine-overlay .overlay-wrap {
    background-color: #252525;
    padding: 40px 0 30px;
    color: #ffffff;
}

.products-library-container .contents .form-refine-overlay .btn-icon.no-style {
    padding: 0;
    border: none;
    background-color: transparent;
}

.products-library-container .contents .form-refine-overlay .btn-close {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 1;
}

.products-library-container .contents .form-refine-overlay .btn-icon .icon-remove.color-white {
    background-image: url(sprite-icons.png);
    -ms-background-position: -120px -484px;
    background-position: -120px -484px;
    width: 20px;
    height: 20px;
}

.products-library-container .contents .form-refine-overlay .col-filter .col-wrap {
    padding-bottom: 10px;
}

.products-library-container .contents .form-refine-overlay .col-filter label .select-element select {
    font-size: 14px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -8px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-appearance: menulist-button;
    cursor: pointer;
    margin-top: 10px;
}

.products-library-container .contents .form-refine-overlay label.intel-fancy-input {
    width: 100%;
    position: relative;
    font-weight: normal;
    margin: 5px 0 5px 0;
    outline: none;
    display: block;
    padding: .5em;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.products-library-container .contents .form-refine-overlay label.has-embedded-label {
    width: 100%;
    position: relative;
    font-weight: normal;
    margin: 5px 0 5px 0;
    outline: none;
    display: block;
    padding: .5em 1em;
    background-color: #ffffff;
}

.products-library-container .contents .form-refine-overlay label.intel-fancy-input .embedded-label {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #959595;
}

.products-library-container .contents .form-refine-overlay label.has-embedded-label span.embedded-label {
    display: block;
    font-size: .8em;
    font-family: "intel-clear", "tahoma", Helvetica, "helvetica", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.products-library-container .contents .form-refine-overlay label.intel-fancy-input.has-value .embedded-label {
    opacity: 1;
}

.products-library-container .contents .form-refine-overlay label.intel-fancy-input input,
.products-library-container .contents .form-refine-overlay label.intel-fancy-input select,
.products-library-container .contents .form-refine-overlay label.intel-fancy-input textarea {
    -webkit-transition: top 0.25s;
    -moz-transition: top 0.25s;
    -ms-transition: top 0.25s;
    -o-transition: top 0.25s;
    transition: top 0.25s;
    border: none;
    text-transform: capitalize;
}

.products-library-container .contents .form-refine-overlay label input {
    width: 100%;
    padding-right: 20px;
}

.products-library-container .contents .form-refine-overlay input[placeholder] {
    text-overflow: ellipsis;
}

.products-library-container .contents .form-refine-overlay label .select-element {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin-left: -0.5em;
    cursor: pointer;
}

.products-library-container .contents .form-refine-overlay label .select-element figure.select-caret {
    position: absolute;
    bottom: 24px;
    right: 1.5em;
    float: right;
    background-image: url(sprite-carets.png);
    background-position: -93px -227px;
    background-size: 283px 266px;
    width: 13px;
    height: 8px;
}


@media screen and (min-width: 768px) {
    .products-library-container .contents .form-refine-tool .form-dropdown.dropdown.sort-by .dropdown-toggle {
        min-width: 230px;
    }

    .products-library-container .contents .form-refine-overlay .overlay-wrap {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .products-library-container .contents .form-refine-overlay .col-filter .col-wrap {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .products-library-container .contents .form-refine-tool .hidden-desktop {
        display: none !important;
    }

    .products-library-container .contents .form-refine-tool .form-dropdown.dropdown .hidden-desktop {
        display: none;
    }

    .products-library-container .contents .form-refine-tool .tool-actions .form-dropdown.dropdown {
        position: relative;
        top: 1px;
    }

    .products-library-container .contents .form-refine-tool .tool-pagination {
        float: left;
    }
}


@media screen and (max-width: 1199px) {
    .products-library-container .contents .form-refine-tool {
        font-size: 13px;
        line-height: 22.85714288px;
    }

    .products-library-container .contents .btn {
        font-size: 13px;
        line-height: 22.85714288px;
    }
}

@media screen and (max-width: 991px) {
    .products-library-container .contents .form-refine-tool .tool-action {
        float: none;
        clear: both;
    }

    .products-library-container .contents .form-refine-tool li.sort-form {
        width: 39.25%;
    }

    .products-library-container .contents .form-refine-tool .form-search {
        width: 100%;
    }

    .products-library-container .contents .form-refine-tool .form-search .searchbox {
        width: 100%;
    }

    .products-library-container .contents .form-refine-tool .form-dropdown.dropdown {
        width: 100%;
    }

    .products-library-container .contents .form-refine-tool .form-dropdown.dropdown.sort-by .dropdown-toggle {
        width: 100%;
    }

    .products-library-container .contents .form-refine-tool nav.tool-search .list-inline {
        width: 100%;
    }

    .products-library-container .contents .form-refine-tool nav.tool-search .paging {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .products-library-container .contents .form-refine-tool .form-dropdown.dropdown .hidden-mobile {
        display: none;
    }

    .products-library-container .contents .form-refine-tool .refine-tool .arrow-up {
        margin-left: -50px;
    }

    .products-library-container .contents .btn-icon span {
        display: none;
    }

    .products-library-container .contents .responsive-table-component tr .codename-col {
        min-width: 100px;
    }

    .products-library-container .contents .responsive-table-component tr .action-col {
        min-width: 201px;
    }

    .products-library-container .contents .form-refine-tool .form-search {
        width: 180px;
    }

    .products-library-container .contents .action .follow-collection {
        display: block;
        margin-top: 5px;
    }
 }   