/*----------- SEARCH & REPLACE NOTES -----------*/
/*

Primary Color:   #2e2e2e
Secondary Color: #49bad7

Search & Replace Primary Color to change colors of:
Toolbars
Page Back Button
Book Toolbar Title
Left Tabs
Social Tabs

Search & Replace Secondary Color to change colors of:
Input/Form Fields 'Glow'
TOC & Search Results Hover
Selected Thumbnail 'Glow'
AboutAccordion Hover
Progress Bar

*/

/*----------- MAIN BACKGROUND -----------*/
.applicationView
{
	background: #fafdfe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafdfe 0%, #b2e4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafdfe), color-stop(100%,#b2e4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafdfe 0%,#b2e4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafdfe 0%,#b2e4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafdfe 0%,#b2e4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafdfe 0%,#b2e4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafdfe', endColorstr='#b2e4f4',GradientType=0 ); /* IE6-9 */
}

/*----------- TOOLBARS -----------*/

/* DESKTOP & BOOKSHELF TOOLBARS */
.DarkToolbarButtonStyle.PlatformDesktop .tbContainer,
.DarkToolbarButtonStyle .bookshelfView_header,
.LightToolbarButtonStyle.PlatformDesktop .tbContainer,
.LightToolbarButtonStyle .bookshelfView_header
{
	background: #f6fcfe;
}

/* MOBILE TOOLBARS */
.DarkToolbarButtonStyle.PlatformMobile .tbContainer,
.DarkToolbarButtonStyle.PlatformTablet .tbContainer,
.DarkToolbarButtonStyle.PlatformTablet7 .tbContainer,
.LightToolbarButtonStyle.PlatformMobile .tbContainer,
.LightToolbarButtonStyle.PlatformTablet .tbContainer,
.LightToolbarButtonStyle.PlatformTablet7 .tbContainer
{
	background: #f6fcfe;
}

/* MOBILE MENU BUTTON */
.LightToolbarButtonStyle.PlatformMobile .mobilemenubtn .icon-bar,
.LightToolbarButtonStyle.PlatformTablet7 .mobilemenubtn .icon-bar
{
    background-color: #fff;
}

/* PAGE BACK BUTTON */
.DarkToolbarButtonStyle .pageHistLeft .pageCtlButton,
.LightToolbarButtonStyle .pageHistLeft .pageCtlButton
{
	background-color: #2e2e2e;
}

/* BOOK TOOLBAR TITLE */
.DarkToolbarButtonStyle .titleControl .center,
.LightToolbarButtonStyle .titleControl .center
{
	background-color: #2e2e2e;
}

/*---- LEFT & SOCIAL TABS ----*/

.DarkToolbarButtonStyle .tab-bar-wrapper1 li
{
	color: #fff;
}

.LightToolbarButtonStyle .tab-bar-wrapper1 li
{
	color: #fff;
}

.tab-bar-wrapper1 li
{
	background-color: #4d4d4d;
	font-weight: 400;
}

.tab-bar-wrapper1 li:hover:not(.tab-selected)
{
	background-color: #333;
}

.tab-bar-wrapper1 li.tab-selected
{
	color: #fff;
	background-color: #333;
	font-weight: 400;
}

#social-tabs .social-tabs li
{
	background-color: #4d4d4d;
}

/*---- ACCENTS / INPUT 'GLOW' ----*/

.form-control:focus
{
	border-color: #49bad7 !important;
}

.form-control:focus
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 186, 215, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(73, 186, 215, 0.6);
}

.listview_link:hover,
.listview_nextLevel:hover
{
	background-color: #49bad7;
}

#AboutAccordion_DialogContent .panel-default > .panel-heading:hover,
#AboutAccordion_DialogContent .panel-default > .panel-heading:focus,
#AboutAccordion_DialogContent .panel-default > .panel-heading:active
{
	background-color: #49bad7 !important;
}

.SearchResults .item:hover
{
	-webkit-box-shadow: 0 1px 7px #49bad7;
	-moz-box-shadow: 0 1px 7px #49bad7;
	-o-box-shadow: 0 1px 7px #49bad7;
	box-shadow: 0 1px 7px #49bad7;
	border-color: #49bad7;
}

#headingResultsForm label:hover
{
	color: #49bad7;
}

#headingResultsForm label.headingCheckboxLabel
{
	background-color: #49bad7 !important;
	color: #fff;
}

.progress-bar
{
	background-color: #49bad7;
}

.PlatformIE8 .thumbSelection
{
	border: 5px solid #49bad7;
}

.thumbSelection
{
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #49bad7, 0 1px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #49bad7, 0 1px 5px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #49bad7, 0 1px 5px rgba(0, 0, 0, 0.75);
}

/*----------- START NEWSPAPERS ----------- */

.ProductNews .tocContentsTable .supp
{
	color: #49bad7;
}

.ProductNews .tocContentsTable a:hover .supp
{
	color: #fff;
}

div.calendar div.active,
div.calendar div.hilite
{
    color: #000;
    border: 1px solid #49bad7;
    background: #49bad7;
}
div.calendar div.active:hover,
div.calendar div.hilite:hover
{
    color: #000;
    border: 1px solid #49bad7;
    background: #49bad7;
	opacity: 0.7;
}
div.calendar div.valid
{
	border: 1px solid #49bad7;
	background: #49bad7;
	opacity: 0.7;
}
div.calendar div.valid:hover
{
	border: 1px solid #49bad7;
	background: #49bad7;
	opacity: 1;
}

/*----------- END NEWSPAPERS ----------- */

/*----------- START TPOD ----------- */
/*
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:hover,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:focus,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:active 
{
	background-color: #49bad7 !important;
}
.listview_link:hover
{
	background: #49bad7;
}
#TpodStudiesTabPanel_Content .studiesPanel .tpodLabelWrapper:hover span
{
	color: #49bad7 !important; 
}
#TpodPubsTabPanel_Content .allPubsPanel li.listview_nextlevel:hover
{
	background-color: #49bad7 !important;
	color: #fff;
}
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:hover,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:focus,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:active
{
	background-color: #49bad7 !important;
}
#TpodPubsTabPanel_Content .favoritesPanel label span:hover
{
	color: #49bad7;
}

/*----------- END TPOD ----------- */

/*-------- BOOKSHELF POPOVER ------- */

.NewBookCtlView_container .popover-title
{
	background-color: #49bad7;
	color: #fff;
}
.NewBookCtlView_container .popover.left > .arrow
{
	border-left-color: #fff;
}
.NewBookCtlView_container .popover.right > .arrow
{
	border-left-color: #fff;
}
.NewBookCtlView_container .popover.bottom > .arrow:after
{
	border-bottom-color: #49bad7;
}
.NewBookCtlView_container .bookCtlView_price
{
	color: #49bad7;
}

/*--------- BOOKSHELF GRID --------- */

.NewBookCtlView_cover_open_btn.btn.btn-primary {
	background-color: #49bad7;
}
.NewBookCtlView_title_container.selected {
	background-color: #49bad7;
}

.NewBookCtlView_multiCheck {
	color: #49bad7;
}

/*-------- BOOKSHELF FILTERS ------- */

#BookshelfFilterTabView_Content .searchFilterTitle
{
	background: #49bad7;
}
#BookshelfFilterTabView_Content .searchFilterElement.checked
{
	background-color: #49bad7;
	color: #fff;
}
#BookshelfFilterTabView_Content li.filterGroupStart
{
	border-color: #49bad7;
}
#BookshelfFilterTabView_Content .applyFiltersBtn,
#BookshelfFilterTabView_Content .clearFiltersBtn
{
	background-color: #49bad7;
}

/*----------- CUSTOM -----------*/


