﻿.product-search {
	position: relative;
	width: 100%;
	padding: 10px;
background: #90cfe8; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkwY2ZlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY1YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #90cfe8 0%, #0065af 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90cfe8), color-stop(100%,#0065af)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #90cfe8 0%,#0065af 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #90cfe8 0%,#0065af 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #90cfe8 0%,#0065af 100%); /* IE10+ */
background: linear-gradient(to bottom,  #90cfe8 0%,#0065af 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90cfe8', endColorstr='#0065af',GradientType=0 ); /* IE6-8 */
}

.product-search input[type="text"] {
    /* position: absolute; */
    display: block;
    height: 30px;
    width: 100%;
    padding-left: 2px;
    padding-right: 27px;
    margin-bottom: 10px;
    border: 1px solid #004f82;
    font-size: 16px;
}

/* SEARCH BUTTON */
.product-search button {
	position: absolute;
	top: 13px;
	right: 12px;
	display: block;
	height: 25px;
	width: 25px;
	background-color: transparent;
	background-image: url('../images/learningXpress/btn_ctr_home_search.png');
	border: 0;
	opacity: 1;
}
.product-search button:hover {
	opacity: .9;
}
.product-search button:active,
.product-search button:focus {
	top: 14px;
	right: 11px;
}
/* END SEARCH BUTTON */

.pagination-div-parts .show-me-filter-span
{
    float: left;
    font-style: normal;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 6px;
    color: #000;
}
.product-search header {
	margin-top: 10px;
	margin-bottom:0px;
	color: #000000;
	font-weight: bold;
}

.headerCenterSelectionDiv 
{
    height: 35px;
    width: 115px;
    border: solid 1px #8cc2e1;
    text-align: left;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
    padding-top: 3px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyNyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MyUiIHN0b3AtY29sb3I9IiNkN2YxZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 27%, #d7f1ff 73%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,#ffffff), color-stop(73%,#d7f1ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 27%,#d7f1ff 73%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 27%,#d7f1ff 73%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 27%,#d7f1ff 73%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 27%,#d7f1ff 73%); /* W3C */
    color:#004e8b;
}
.headerCenterSelectionDiv:hover
{
    color:#004e8b;
}
.headerCenterSelectionDiv .filterBtnText
{
    line-height: 27px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 92px;
display: inline-block;
}
.pcSearchBoxMobileView .filterBtnText
{
    width:115px;
    float:left;
    font-style:normal;
    color:#004E8b;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 92px;
display: inline-block;
}
.pagination-div-parts .filterBtnText 
{
    float:left;
    font-style:normal;
}
.pagination-div-parts .filterBtnArrow 
{
    width:1%; 
    float:right;
}
.headerCenterSelectionDiv .filterBtnArrow
{
    float:right;
}
.headerSearchDiv .dropdown-menu
{
    margin-left:-213px;
    z-index:1001;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .6);
    -webkit-box-shadow:  0 4px 5px rgba(0, 0, 0, .6);
}
.headerSearchDiv .btn-group.ddmq ul li
{
   width: 327px;
   color:#004e8b;
   background-color:#d7f1ff;
   border-color:#7FBEE1;
}
.headerSearchDiv .btn-group.ddmq ul li a:hover
{
    background-color:#ffffff !important;
}
.headerSearchDiv .btn-group.ddmq .divider 
{
    background-color:#7FBEE1;
}
.pcSearchBoxMobileView .dropdown-menu
{
    margin-left:-125px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .6);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .6);
}
.pcSearchBoxMobileView .btn-group.ddmq ul li
{
   width: 259px;
   color:#004e8b;
   background-color:#d7f1ff;
   border-color:#7FBEE1;
}
.pcSearchBoxMobileView .btn-group.ddmq ul li a:hover
{
    background-color:#ffffff !important;
}
.pcSearchBoxMobileView .btn-group.ddmq .divider 
{
    background-color:#7FBEE1;
}
.pagination-div-parts .btn-group.ddmq ul li > a
{
    background-color:#d6f0fd;
    width:162px;
    color:#004E8b;
    font-size:16px;
}

pagination-div-parts .btn-group.ddmq ul li {
    float:none;
}

.pagination-div-parts .btn-group.ddmq ul li > a:hover
{
     background-color:#fff;
     font-weight:bold;
}
.pagination-div-parts .fa-sort-down:before, .fa-sort-desc:before
{
    color:#004E8b;
    content:url('../img/small_blue_arrow_show_me.png');
}
.pagination-div-parts .btn-group.ddmq button i
{
    margin-top:3px;
}
.pagination-div-parts .dropdown-menu
{
    border-color:#7FBEE1;
}
.pagination-div-parts .btn-group.ddmq button
{
     border-color:#7FBEE1;
     border-radius:4px;
     width:162px;
     height:35px;
}
.pagination-div-parts .dropdown-menu .divider 
{
    border-bottom: 1px solid #6eb9e2;
    float:none;
}
.headerSearchBox
{
    width:213px !important;
    font-size:14px;
}

.resource-search-inputbox input[type="text"].headerSearchBox {
    padding-right:28px;
}

.clearIcon
{
  float: left;
  margin-left: -20px;
  cursor:pointer;
  color:#014E9E;
}


.clearIcon i {
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.mobileClearIcon {
    position: absolute;
    right: 154px;
    top: 13px;
    cursor:pointer;
    color:#014E9E;
}

.mobileClearIcon i {
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.headerSearchDiv .btn-group.ddmq ul li > a
{
    color:#004e8b;
}
.headerSearchDiv
{
    width:393px !important;
}
.headerSearchSelect 
{
    width:110px !important;
}
/* CUSTOMIZE CHECKBOXES */
/* TURN DEFAULTS OFF */
.product-search input[type="checkbox"],
.product-search input[type="radio"] { display:none; }

.product-search input[type="checkbox"] + label span,
.product-search input[type="radio"] + label span {
	position: relative;
    display:inline-block;
    width: 1.2em;
    font-size: 1.25em;
    vertical-align:top;
    cursor:pointer;
	font-family: 'FontAwesome';
}
.product-search label { color: #fff; font-weight:normal;  }

.product-search input[type="checkbox"] + label span:before,
.product-search input[type="radio"] + label span:before,
.product-search input[type="checkbox"] + label span:after,
.product-search input[type="radio"] + label span:after {
	position: absolute;
	text-shadow: 0px 0px 0px #004f82;
}

.product-search input[type="checkbox"] + label span:after,
.product-search input[type="radio"] + label span:after {
	left: 1px;
	top: 2px;
	z-index: 1;
	content: "\f0c8";
    font-size: .82em;
}

.product-search input[type="checkbox"] + label span:before,
.product-search input[type="radio"] + label span:before	{
	z-index: 3;
	color: #00385c;
}

/*
.product-search input[type="checkbox"]:checked + label span:before,
.product-search input[type="radio"]:checked + label span:before		{ color: #fff; }
*/

.product-search input[type="checkbox"] + label span:before			{ content: "\f096"; }
.product-search input[type="checkbox"]:checked + label span:before	{ content: "\f046"; }
.product-search input[type="radio"] + label span:before				{ content: "\f10c"; }
.product-search input[type="radio"]:checked + label span:before		{ content: "\f05d"; }
/* END CUSTOMIZE CHECKBOXES */


/* ALL COLORS OF SEARCH ICONS */
/* DIFFERENT BACKGROUND POSITIONS */
.green .product-search button		{ background-position-y: 0; }
.orange .product-search button		{ background-position-y: -25px; }
.mint .product-search button		{ background-position-y: -50px; }
.silver .product-search button		{ background-position-y: -75px; }  
.lightblue .product-search button	{ background-position-y: -100px; }
.olive .product-search button		{ background-position-y: -125px; }
.maroon .product-search button		{ background-position-y: -150px; }
.purple .product-search button		{ background-position-y: -175px; }
.orangelel .product-search button	{ background-position-y: -200px; }
.greenlel .product-search button	{ background-position-y: -225px; }
.gold .product-search button		{ background-position-y: -250px; }
.coral .product-search button		{ background-position-y: -275px; }
.yellow .product-search button		{ background-position-y: -300px; }
/* END DIFFEREN BACKGROUND POSITIONS */

/* INDIVIDUAL IMAGES */
/*
.green .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-purple.png") no-repeat; }
.orange .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-orange.png") no-repeat; }
.mint .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-mint.png") no-repeat; }
.silver .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-silver.png") no-repeat; }  
.lightblue .product-search button	{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-lightblue.png") no-repeat; }
.olive .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-olive.png") no-repeat; }
.maroon .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-maroon.png") no-repeat; }
.purple .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-purple.png") no-repeat; }
.greenlel .product-search button	{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-greenlel.png") no-repeat; }
.gold .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-gold.png") no-repeat; }
.coral .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-coral.png") no-repeat; }
.yellow .product-search button		{ background: url("http://int.learnx.com/Image%20Library/RDLELHome/search-icon-yellow.png") no-repeat; }
*/
/* END INDIVIDUAL IMAGES */
/* END ALL COLORS OF SEARCH ICONS */

.text-control-search-mobile{
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
margin-top:15px;
margin-bottom: 15px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.search-mobile-box-open .mobile-search-box
{
    display:block;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88c3ef', endColorstr='#327cb6');
    background: -moz-linear-gradient(top, #2279be 10%, #327cb6 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#88c3ef), color-stop(90%,#327cb6));
    background: -webkit-linear-gradient(top, #88c3ef 10%,#327cb6 90%);
    background: -o-linear-gradient(top, #88c3ef 10%,#327cb6 90%);
    background: -ms-linear-gradient(top, #88c3ef 10%,#327cb6 90%);
    background: linear-gradient(to bottom, #88c3ef 10%,#327cb6 90%);*/
}
.mobile-search-box
{
    display:none;
}
.search-filters-checkbox-mobile {
color: white;
font-weight: 600;
font-size: 14px;
float: left;
padding-left: 0;
padding-right:10px;
}
.search-filters-checkbox-mobile span
{
    padding-left:15px;
    color:black;
}
.search-filters-checkbox-mobile label::before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
margin-left: -8px;
margin-top: 3px;
border: 1px solid #56a8d5;
border-radius: 3px;
background-color: white;
-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.search-filters-checkbox-mobile label::after {
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 0;
margin-left: -8px;
padding-left: 0px;
padding-top: 0px;
font-size: 14px;
line-height: 15px;
color: #004e8b;
margin-top: 3px;
background-color: #fff;
border: 1px solid #56a8d5;
border-radius: 3px;
}
.search-filters-checkbox-mobile input[type="checkbox"]:checked + label::after {
font-family: 'FontAwesome';
content: "\f00c";
}
.search-filters-checkbox-mobile label {
display: inline-block;
position: relative;
padding-left: 12px;
color:white;
}
.search-filters-checkbox-mobile input[type="checkbox"] {
opacity: 0;
}
.search-filters-checkbox-mobile label
{
    margin-left:5px;
}
.search-mobile-checkbox-div
{
    float:left;
}

.suggestions-list {
    position: absolute;
    list-style-type: none;
    margin: 0;
    margin-top:35px;
    padding:0;
    overflow: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 14px;
    z-index:10000;
    border: 1px solid #c8c8c8;
    background: #fff;
    max-width:360px;
}

.search-mobile-box-open .suggestions-list {
    margin-top:-1px;
}

.suggestions-list li {
    color: #999;
    font-weight: normal;
    padding: 4px 25px;
    font-size: 1em;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}
.suggestions-list li:hover {
    background: #fff;
    color:#333;
}
.suggestions-list li:active,
.suggestions-list li.active {
    color:#333;
    background: #fff;
}
.suggestions-list:focus{
    outline:none;
}

.searchDetailCopy
{
    color:#000;
}
