﻿.header_left {
  background: transparent url('/assets/images/sites/WorldWar/header_left.png') top left no-repeat;
}
.header_middle {
  background: transparent url('/assets/images/sites/WorldWar/header_middle.png') top left no-repeat;
}
.header_right {
  background: transparent url('/assets/images/sites/WorldWar/header_right.png') top left no-repeat;
  position: relative;
}
#header {
  background-color: #485067;
  height: 107px;/*158px;*/
}
.widget-background-color {
    background-color: #485067;
}
.right_subtitle {
  background-color: #df7300;
  color: #fff;
}
.sidebar_content .research_list {
  background-color: #485067;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  left: 0;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  text-transform: capitalize;
  width: 220px;
}
.right_subtitle h3,
.right_subtitle h3 a {
  background-color: #df7300;
  color: #fff;
}

/* Opponent Country Facts heading */
.ffmainhdr {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 75%;*/
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	line-height: 1.2em;
	margin-bottom: 0px;
	background-color: #485067;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	letter-spacing: 3px;
}


/* nav bar */
#navbar {
  background-color: #322723;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 40px;
  line-height: 40px;
} 

#navbar ul li a:hover, 
#navbar ul li a:active {
  background-color: #EAA90F;
  text-decoration: none;
}

#navbar .centernav ul li a.active {
	background-color: #EAA90F;
}

/* search hits*/
.highlight { background-color: #ffff00; }
.HIGHLIGHT { background-color: #ffff00; }

/* eBook results summary*/
.bookResults small, .displayBookResults small {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 300;
}

.displayBookResults
{
    padding-left: 20%;
}

@media all and (max-width:768px) {

    .displayBookResults
    {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .filter-category-heading.panel-group.panel-column-heading {
        margin: 0px -13px;
        padding: 3px 15px 0;
        text-align: left;
        text-transform: uppercase;
        background-color: #E7E6E6!important;
    }
    .filter-category-heading .navbar-toggle:after {
               right: 0px!important;
    }
    div#eBook.active {
        margin-top: -8px;
    }
}

