/*----------- SEARCH & REPLACE NOTES -----------*/
/*

Primary Color:   #fefefe
Secondary Color: #f58426

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: #fff;
}

/*----------- TOOLBARS -----------*/

/* DESKTOP & BOOKSHELF TOOLBARS */
.PlatformDesktop .tbContainer,
.PlatformTablet .tbContainer,
.bookshelfView_header,
.verticalToolbar  .tbCenterWrapper,
.verticalToolbar  .tbCenterWrapper .tbButton.spriteButton,
.verticalToolbar  .tbCenterWrapper,
.verticalToolbar  .tbCenterWrapper .tbButton.spriteButton,
.DarkToolbarButtonStyle.PlatformDesktop .tbContainer,
.DarkToolbarButtonStyle.PlatformTablet .tbContainer,
.DarkToolbarButtonStyle .bookshelfView_header,
.LightToolbarButtonStyle.PlatformDesktop .tbContainer,
.LightToolbarButtonStyle.PlatformTablet .tbContainer,
.LightToolbarButtonStyle .bookshelfView_header
.DarkMenuButtonStyle .verticalToolbar  .tbCenterWrapper,
.DarkMenuButtonStyle .verticalToolbar  .tbCenterWrapper .tbButton.spriteButton,
.LightMenuButtonStyle .verticalToolbar .tbCenterWrapper,
.LightMenuButtonStyle .verticalToolbar  .tbCenterWrapper .tbButton.spriteButton
{
	background: #fefefe;
	border-bottom: 1px solid #b9bbb9;
    /****** UNCOMMENT THESE STYLES FOR TRANSPARENT TOOLBARS
	background: none  !important;
	border: none  !important;
    *****/
}

.verticalToolbar 
{ 
    /****** UNCOMMENT THESE STYLES FOR TRANSPARENT TOOLBARS
	background-color: rgba(0,0,0,0.10) !important;
	border: none  !important;
    *****/
}

.verticalToolbar .tbCenterWrapper .tbButton.spriteButton.minimalShowTip,
.LightMenuButtonStyle .verticalToolbar .tbCenterWrapper tbButton:hover,
.DarkMenuButtonStyle .verticalToolbar .tbCenterWrapper tbButton:hover,
.LightToolbarButtonStyle .verticalToolbar .tbCenterWrapper .tbButton.spriteButton.radio-group.down,
.DarkToolbarButtonStyle .verticalToolbar .tbCenterWrapper .tbButton.spriteButton.radio-group.down 
{
    /****** UNCOMMENT THESE STYLES FOR TRANSPARENT TOOLBARS
	background-color: rgba(0,0,0,0.20) !important;
    *****/
}

/* MOBILE TOOLBARS */
.DarkToolbarButtonStyle.PlatformMobile .tbContainer,
.DarkToolbarButtonStyle.PlatformTablet7 .tbContainer,
.LightToolbarButtonStyle.PlatformMobile .tbContainer,
.LightToolbarButtonStyle.PlatformTablet7 .tbContainer
{
	background: #fefefe;
	border-bottom: 1px solid #b9bbb9;
}

/* MOBILE MENU BUTTON */
.LightToolbarButtonStyle.PlatformMobile .mobilemenubtn .icon-bar,
.LightToolbarButtonStyle.PlatformTablet7 .mobilemenubtn .icon-bar
{
    background-color: #fff;
}
.DarkToolbarButtonStyle.PlatformMobile .mobilemenubtn .icon-bar,
.DarkToolbarButtonStyle.PlatformTablet7 .mobilemenubtn .icon-bar
{
    background-color: #4d4d4d;
}

/* PAGE BACK BUTTON */
.DarkToolbarButtonStyle .pageHistLeft .pageCtlButton,
.LightToolbarButtonStyle .pageHistLeft .pageCtlButton
{
	background-color: #b9bbb9;
}

/* BOOK TOOLBAR TITLE */
.DarkToolbarButtonStyle  .titleControl .center,
.LightToolbarButtonStyle .titleControl .center,
.DarkToolbarButtonStyle .titleControl .titleControlTab,
.LightToolbarButtonStyle .titleControl .titleControlTab
{
	background-color: #fefefe;
}

/*---- LEFT & SOCIAL TABS ----*/

.DarkToolbarButtonStyle .tab-bar-wrapper1 li
{
	color: #fff;
}

.LightToolbarButtonStyle .tab-bar-wrapper1 li
{
	color: #fff;
}

.tab-bar-wrapper1 li:not(.tab-selected)
{
	background-color: #f58426;
	font-weight: 400;
	border-radius: 8px 8px 0 0 !important;
}

.tab-bar-wrapper1 li:hover:not(.tab-selected)
{
background-color: #333; /* Hover color of unselected tab */
margin-top: 0px;
border-radius: 8px 8px 0 0 !important;
}

.tab-bar-wrapper1 li.tab-selected
{
	color: #fff;
	background-color: #333;
	font-weight: 400;
	border-radius: 8px 8px 0 0 !important;
}

#SocialWidgets #social-tabs .social-tabs li
{
background-color: #fefefe;
}

/*---- ACCENTS / INPUT 'GLOW' ----*/

.form-control:focus
{
	border-color: #f58426 !important;
}

.form-control:focus
{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 132, 38, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(245, 132, 38, 0.6);
}

.listview_link:hover,
.listview_nextLevel:hover
{
	background-color: #f58426;
}

#AboutAccordion_DialogContent .panel-default > .panel-heading:hover,
#AboutAccordion_DialogContent .panel-default > .panel-heading:focus,
#AboutAccordion_DialogContent .panel-default > .panel-heading:active
{
	background-color: #f58426 !important;
}

.SearchResults .item:hover
{
	-webkit-box-shadow: 0 1px 7px #f58426;
	-moz-box-shadow: 0 1px 7px #f58426;
	-o-box-shadow: 0 1px 7px #f58426;
	box-shadow: 0 1px 7px #f58426;
	border-color: #f58426;
}

#headingResultsForm label:hover
{
	color: #f58426;
}

#headingResultsForm label.headingCheckboxLabel
{
	background-color: #f58426 !important;
	color: #fff;
}

.progress-bar
{
	background-color: #f58426;
}

.PlatformIE8 .thumbSelection
{
	border: 5px solid #f58426;
}

.thumbSelection
{
	-moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 0 3px 5px #f58426, 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 #f58426, 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 #f58426, 0 1px 5px rgba(0, 0, 0, 0.75);
}

/*----------- START NEWSPAPERS ----------- */

.ProductNews .tocContentsTable .supp
{
	color: #f58426;
}

.ProductNews .tocContentsTable a:hover .supp
{
	color: #fff;
}

div.calendar div.active,
div.calendar div.hilite
{
    color: #000;
    border: 1px solid #f58426;
    background: #f58426;
}
div.calendar div.active:hover,
div.calendar div.hilite:hover
{
    color: #000;
    border: 1px solid #f58426;
    background: #f58426;
	opacity: 0.7;
}
div.calendar div.valid
{
	border: 1px solid #f58426;
	background: #f58426;
	opacity: 0.7;
}
div.calendar div.valid:hover
{
	border: 1px solid #f58426;
	background: #f58426;
	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: #f58426 !important;
}
.listview_link:hover
{
	background: #f58426;
}
#TpodStudiesTabPanel_Content .studiesPanel .tpodLabelWrapper:hover span
{
	color: #f58426 !important; 
}
#TpodPubsTabPanel_Content .allPubsPanel li.listview_nextlevel:hover
{
	background-color: #f58426 !important;
	color: #fff;
}
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:hover,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:focus,
#TpodPubsTabPanel_Content .allPubsPanel .listview_link:active
{
	background-color: #f58426 !important;
}
#TpodPubsTabPanel_Content .favoritesPanel label span:hover
{
	color: #f58426;
}

/*----------- END TPOD ----------- */

/*-------- BOOKSHELF POPOVER ------- */

.NewBookCtlView_container .popover-title
{
	background-color: #f58426;
	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: #f58426;
}
.NewBookCtlView_container .bookCtlView_price
{
	color: #f58426;
}

/*--------- BOOKSHELF GRID --------- */

.NewBookCtlView_cover_open_btn.btn.btn-primary {
	background-color: #f58426;
}
.NewBookCtlView_title_container.selected {
	background-color: #f58426;
}

.NewBookCtlView_multiCheck {
	color: #f58426;
}

/*-------- BOOKSHELF FILTERS ------- */

#BookshelfFilterTabView_Content .searchFilterTitle
{
	background: #f58426;
}
#BookshelfFilterTabView_Content .searchFilterElement.checked
{
	background-color: #f58426;
	color: #fff;
}
#BookshelfFilterTabView_Content .accordion .toggler.filterExists {
    background-color: #393939;
    color: #fff;
}
#BookshelfFilterTabView_Content li.filterGroupStart
{
	border-color: #f58426;
}
#BookshelfFilterTabView_Content .applyFiltersBtn,
#BookshelfFilterTabView_Content .clearFiltersBtn
{
	background-color: #f58426;
}

/*-------- COMPOSER ------- */

.ProductModule .template-header
{
	background-color: #f58426;	
}
.ProductModule .template-footer
{
	background-color: #fefefe;
}
.ProductModule .hotspot:hover div 
{
	outline: thick solid #fefefe;
}

/*----------- CUSTOM -----------*/
#tocMultiList .listview_link.tocNoImage_link a {
	width: 100%;
}


/*----------- Turn off images in search results -----------*/
.searchContent .toggleThumbLabel
{
	display:none;
}

.tab-bar-wrapper1 li:hover:not(.tab-selected)
{
	background-color: #333;
}

.listview_link {
color: black;
font-size: 14px;
text-decoration: none;
padding: 0;
display: block;
border-bottom: 1px solid #E0E0E0;
background: white;
margin: 0;
}

.listview li {
list-style-type: none;
color: #000;
}

#tocContentDesktopScroll0 .listview li img {
width: 50px;
height: 50px;
vertical-align: middle;
}

#tocContentDesktopScroll0 .listview li a {
max-height: 50px;
}

.tbPageInput .spriteInputField {
font-size: 70%;
}

#tocContentDesktopScroll0 .listview li img {border: 0px;}

.PlatformDesktop.Med .tbPageInput .spriteInputField {
font-size: 10px;
}

.PlatformDesktop.Low .tbPageInput .spriteInputField {
font-size: 10px;
}

.AboutAccordion_mobilelogo {display:none;}
#AboutAccordion_DialogContent #accordion_13 {display:block !important;}

.listview_nextLevel:hover a {color: #fff;}

#tocContentDesktopScroll0 .listview li img {
width: 50px;
height: 50px;
vertical-align: middle;
/*width: 100% !important;*/
}

#tocMultiList .page_label {
    padding: 0px 24px 0px 0px;
}

#Bookmarks_DialogContent .Bookmarks_ListPanel_qty {resize: none;}

/*
.ToolbarAtTop .tab-control { 
top: 25px  !important; 
}
*/

#ShareEmail_EmailPanel_NotesField {
	resize: none;
}

/********  PAGE PROMPT SIZE  ***********/
.PlatformDesktop.High .tbPageInputSizes {
    width: 70px;
}
.PlatformDesktop.Med .tbPageInputSizes {
    width: 70px;
}
.PlatformDesktop.Low .tbPageInputSizes {
    width: 70px;
}
.PlatformTablet .tbPageInputSizes {
    width: 70px;
}
.PlatformMobile .tbPageInputSizes {
    width: 70px;
}
.PlatformTablet7 .tbPageInputSizes {
    width: 70px;
}

/********  BOTTOM PADDING HELP FILE  ***********/
#AboutAccordion_DialogContent #AboutAccordion_bottom {
    padding: 25px 0 10px 20px !important;
}

/********  2nd LEVEL TOC ENTIRE ROW HOTSPOT  ***********/
#tocMultiList li.tocNoImage_nextLevel a.page_label {
	width: 100%;
}

/********  Bookmarks Button Fade - should only be necessary in 7.6.8.12  ***********/
.DarkToolbarButtonStyle .btnBookmarks.svgButton .btnWishlistText0 {display:none}

li.tabElement.sideTab.mousePlus-Pointer.tab-selected {
	background-color: #f58426 !important;
	color: #fff !important;
}

.tab-bar-wrapper-top .tabElement:not(.tab-selected), .tab-bar-wrapper1 .tabElement:not(.tab-selected) {
    background-color: #f58426;
}

li.tabElement.sideTab.mousePlus-Pointer {
    background-color: rgba(245, 132, 38, 0.7) !important;
}

a.bookCtlView_download_part_btn.btn.btn-primary.spriteButton.default {
    display: none !important;
}


/* border radius changes */
.ClassicTheme01 .btn, .ClassicTheme01 .spriteInputField {
    border-radius: 159px;
}

.PlatformDesktop.High .tbPageInput .spriteInputField {
    font-size: 16px;
}

.leftBackBtn.enabled {
    border-radius: 159px;
}

div#Print_Portrait_Select {
    border-radius: 0;
}


#ExportPdf_Option_Fromto {
    background: none;
    box-shadow: none;
}

.FlexDetail_icon {
    font-size: 16px;
}