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

Primary Color:   #2e2e2e
Secondary Color: #ef3340

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

/*----------- 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 #ccc;
    /****** 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 #ccc;
}

/* 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: #2e2e2e;
}

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

/*---- 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: #2e2e2e;
	font-weight: 400;
}

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

.tab-bar-wrapper1 li.tab-selected
{
	color: #fff;
	background-color: #333;
	font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.NewBookCtlView_multiCheck {
	color: #ef3340;
}

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

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

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

.ProductModule .template-header
{
	background-color: #ef3340;	
}
.ProductModule .template-footer
{
	background-color: #2e2e2e;
}
.ProductModule .hotspot:hover div 
{
	outline: thick solid #2e2e2e;
}

/*----------- CUSTOM -----------*/

/* Help dialog footer resize */
#AboutAccordion_DialogContent #AboutAccordion_imageLink {
	background:url(./images/about/about.gif) !important; 
	width: 33.3333% !important;
	height: 70px !important;
	margin-top: -8px !important;
	float: left;
}
#AboutAccordion_DialogContent #AboutAccordion_imageLink img {
    visibility: hidden;
}
.PlatformMobile #AboutAccordion_DialogContent #AboutAccordion_imageLink {
	background: url(./images/about/about.gif) !important;
	background-repeat: no-repeat !important;
	background-size: cover;
	width: 50% !important;
	height: 70px !important;
}
.PlatformMobile #AboutAccordion_DialogContent #AboutAccordion_Version {
    font-size: 8px;
    right: initial;
    left: 10px;
}
.AboutAccordion_mobilelogo {
	display: none;
}
/* Custom Button0 - Custom Size and hover effect removed */
.PlatformDesktop.High .tbButtonCustom#btnCustom0 {width:196px;height:49px;}
.PlatformDesktop.High .tbButtonCustom#btnCustom0 .spriteElement {width:196px;height:49px;background-size:196px 49px;margin-top:5px;cursor: auto;}
.PlatformDesktop.Med .tbButtonCustom#btnCustom0 {width:141px;height:35px;}
.PlatformDesktop.Med .tbButtonCustom#btnCustom0 .spriteElement {width:141px;height:35px;background-size:141px 35px;cursor: pointer;margin-top: 5px;}
.PlatformDesktop.Low .tbButtonCustom#btnCustom0 {width:101px;height:25px;}
.PlatformDesktop.Low .tbButtonCustom#btnCustom0 .spriteElement {width:101px;height:25px;background-size:101px 25px;cursor: pointer;margin-top: 5px;}
.PlatformTablet .tbButtonCustom#btnCustom0 {width:101px;height:25px;}
.PlatformTablet .tbButtonCustom#btnCustom0 .spriteElement {width:101px;height:25px;background-size:101px 25px;cursor: auto;}
.PlatformTablet7 .tbButtonCustom#btnCustom0 {width:101px;height:25px;}
.PlatformTablet7 #btnCustom0Text {display:none;}
.PlatformTablet7 .tbButtonCustom#btnCustom0 .spriteElement {width:101px;height:25px;background-size:101px 25px;margin-top:15px;cursor: auto;}
.PlatformMobile .tbButtonCustom#btnCustom0 .spriteElement {transform: scale(2.82,.7);margin-left:30px;margin-top:25px;}
.tbRight .tbButtonCustom#btnCustom0 .spriteButton.spriteCss.over .spriteElement,
.tbRight .tbButtonCustom#btnCustom0 .spriteButton.spriteCss.down .spriteElement {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* TOC highlight color */
.treeview a {
    background: no-repeat 99%;
}

.treeview a:hover {
    background: #ef3340 no-repeat 99%;
}

/* Bookshelf Filter Highlight */
#BookshelfFilterTabView_Content .searchFilterElement.checked {
    background-color: #ef3340;
    color: #fff;
}

/* Bookshelf Library Search Filter Highlight */
#LibrarySearchTabView_Content .searchLibContent .searchFilterElement.checked {
    background-color: #ef3340;
    color: #fff;
}

/* Bookshelf Title Font Size */
.NewBookCtlView_title_container {
    font-size: 10.5px;
}

/* removes pointer event from Custom Button0 */
.tbButtonCustom#btnCustom0 {pointer-events: none;}

/* removes pointer event from Custom Button3 */
.tbButtonCustom#btnCustom3 {pointer-events: none;}

.ClassicTheme01.UseMobileMenu.DarkMenuButtonStyle .tbCustomMobileMenu .tbButton.spriteButton {
    background-color: #fff;
}

/* removes pointer event from Custom Button1 */
.tbButtonCustom#btnCustom0 {pointer-events: none;}


.tbTextButton[data-skin="PrintOrderFormBtnArgs"] {
	background-color: #ef3340 !important;
	color: #fff !important;
	border-radius: 4px !important;
    border: 1px solid #ef3340 !important;
}

.tbTextButton[data-skin="PrintOrderFormBtnArgs"]:hover {
	background-color: rgba(239, 51, 64, .7) !important;
	border: 1px solid #000 !important;
}

/*.tbTextButton[data-skin="PrintOrderFormBtnArgs"]:active {
}*/