.handbook-toc .chapter .img img {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.handbook-toc-small .chapter .img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background-color:#fff;
}

.handbook-toc-small {
	text-align:center;
}

.handbook h2.page-title,
.handbook-toc h2 {
	color: #0779BF;
	text-align: center;
	font-weight: 700;
	margin-bottom: 40px;
}

.handbook .content table {
	margin-bottom:30px;
}

.sidebar .handbook-nav {
	max-height:650px;
	overflow-y:scroll;
}

div.title {
	background: transparent;
}

div.title h4 {
	font-weight: 700;
	font-size: 18px;
}

div.title h4 a {
	color: #999;
}

div.title h4 a:hover {
	text-decoration: none;
}

div.title h4 a:hover span {
	color: #044a75;
}

.chapter {
	margin-bottom: 30px;
}

.chapter div.title h4 {
    font-size: 16px;
}
.chapter div.title h4 span:after {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left: 12px solid #0079c1; 
}

.chapter div.title h4 a:hover span:after {
	border-left-color: #044a75;
}

.chapter div.title h4 i.fa,
.chapter div.title h4 span {
	color: #0079c1;
    margin-left: 10px;
}

.chapter:nth-child(odd) div.title h4 span:after {
	border-left-color: #00b194; 
}

.chapter:nth-child(odd) div.title h4 a:hover span:after {
	border-left-color: #02826d;
}

.chapter:nth-child(odd) div.title h4 span {
	color: #00b194;
}

.chapter:nth-child(odd) div.title h4 a:hover span {
	color: #02826d;
}

.handbook-toc-small .chapter {
	margin-bottom:10px;
	width:32%;
	display:inline-block;
	vertical-align:top;
}

.handbook-toc-small .chapter div.title h4 {
	white-space:normal;
	margin-top:5px;
	font-size:13px;
}

.handbook-toc-small .chapter div.title h4 a:hover {
	color:#CCCCCC;
}

.img {
	border: 1px solid #ccc;
	display: inline-block;
	background-size: auto 100%;
	width: 240px;
	height: 240px;
	background-position: center;
	border-radius: 50%;
	background-repeat: no-repeat;
}

a.img:hover {
	border: 1px solid #00b194;
}

.download-link {
	color: #00b194;
	font-size: 20px;
	margin-top: 50px;
	font-weight: 700;
}

.download-link a {
	border-bottom: 0.2rem solid #0079c1;
	padding-bottom: 2px;
	color: #0079c1;
}

.download-link a:hover {
	color: #044a75;
	border-color: #044a75;
	text-decoration: none;
}

.page-type-handbook .sidebar ul.nav li:before {
    content: none;
}

.sidebar .nav {
	margin-bottom:30px;
}

.sidebar ul.nav li {
	padding: 23px 35px 23px 25px;
    font-weight: 700;
    color: #999999;
}

.sidebar ul.nav > li div.chapter-num {
	width:65px;
	display:table-cell;
	font-size:0.9em;
	position:relative;
}

.sidebar ul.nav > li div.chapter-title {
	display:table-cell;
}

.sidebar ul.nav li a {
    font-weight: normal !important;
}

.sidebar .nav > li > ul a {
	white-space: normal;
	padding-left: 50px;
}

.sidebar .nav > li > ul > li {
	color: #0079c1;
}

.sidebar .nav > li > ul > li:hover,
.sidebar .nav > li > ul > li:hover a {
	color: #00b194;
}

.sidebar ul.nav > li > a {
	color: #999999;
}

.sidebar ul.nav > li > a {
	padding-right:0;
}

/*.sidebar ul {
	counter-reset: counter;
}*/

.sidebar .nav > li {
	position: relative;
}

.sidebar .nav > li.active > a,
.sidebar .nav > li:hover > a {
	color: #cccccc;
}

/*.sidebar .nav li + li:before {
	content: counters(counter, ".") " ";
	counter-increment: counter;
	position: absolute;
	left: 15px;
	top: 33px;
	transform: none;
}

.sidebar .nav li ul li:before {
	content: counters(counter, ".") " ";
	counter-increment: counter;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0 , -50%);
}
*/
.sidebar .nav > li .chapter-num:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 3px;
	transform: none;
	border: 8px solid transparent;
	border-left: 12px solid #0079c1;
	transition: ease transform 0.3s;
	margin-right:5px;
}

.sidebar .nav li ul li a span {
    margin-right: 15px;
}

.sidebar .nav > li.active-nav:after {
	transform: translate(-5px, 5px) rotate(90deg);
}

.sidebar .nav > li:hover .chapter-num:after {
	border-left-color: #ccc;
}

.sidebar .nav > li + li:nth-child(even) .chapter-num:after {
	border-left-color: #00b194;
}

.sidebar .nav > li + li:nth-child(even):hover .chapter-num:after {
	border-left-color: #cccccc;
}

.middle-content .content {
	border: 1px solid #999;
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}

.middle-content .content.handbook-content {
	max-height:1020px;
	overflow-y:scroll;
}

.back-search a {
	color: #0079c1;
}

.back-search:before {
	display: inline-block;
    content: "";
    border: 7px solid transparent;
    border-right: 10px solid #0079c1;
    vertical-align: middle;
    margin-right: 7px;
}

.header-title h2,
.page-title h2 {
    color: #0779BF;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.sidebar-download {
	color: #00b194;
	text-align: center;
	padding: 20px 30px;
}

.sidebar-download a {
	color: #0779BF;
	font-weight: 700;
	border-bottom: 0.113em solid #0779BF;
}

.sidebar-download a:hover {
	text-decoration: none;
}
.back-to-top {
	display:none;
	position:fixed;
	z-index:9999;
	width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #eee;
    text-align: center;
    background-color:#fff;
    opacity:0.5;
    transition:0.25s all;
}
.back-to-top:hover {
	background-color:#F7F7F7;
	cursor:pointer;
	opacity:1;
    transition:0.25s all;
}
.content table tr td {
	padding:2px 8px;
}
.content table {
	margin-bottom:0.5em;
}

@media (min-width: 1200px) {
	div.title h4 {
		white-space: nowrap;
	}

	.header-title h2 {
		font-size: 35px;
	}

	.handbook-toc h2 {
		font-size: 36px;
	}

	.sidebar {
		width: 33%;
	}

	.container .content {
	    width: 67%;
	}
}

@media (min-width:991px) {
	.back-to-top {
		opacity:1;
	}
}

@media (min-width: 768px) {
	.sidebar .nav > li > ul {
		margin-left: 16px;
		border-left: 0;
		border-color: #999;
		box-shadow: 2px 1px 3px rgba(153, 153, 153, 0.47);
		width: 460px;
	}

	.sidebar .nav > li > ul:before {
		content: "";
		display: block;
		position: absolute;
		left: -17px;
		top: 0;
		width: 17px;
		height: 100%;
	}

	.handbook-toc-small .chapter {
		width: 19%;
	}

	div.sidebar .nav > li > ul li a {
		padding: 5px 30px 5px 60px;
		white-space: normal;
	}

	.sidebar .nav > li > ul li:hover > a {
		background: transparent;
	}

	.sidebar .nav > li:after {
		top: 50%;
		transform: translate(0 , -50%);
	}

	.sidebar .nav li + li:before {
		top: 50%;
		transform: translate(0 , -50%);
	}

	.sidebar .nav li ul li:before {
		left: 15px;
	}
}