* {
	margin: 0;
	padding: 0
}
html,
body {
	min-height: 100%;
	margin: 0;
	padding: 0
}
body {
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;
	font-weight: 400;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #212529;
	line-height: 20px;
}
a {
	/*color: #0056CF 0056CF*/
	color: #0056CF;
}
a:hover,
a:focus {
	color: #0259d4;
	text-decoration: underline
}
/* Main Header */
.header {
	background: #fff;
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.header .logo-bg {
	width: 50px;
	height: 70px;
	float: left;
	background: url(../images/mgandhi.png) left no-repeat;
	margin: 5px 0px;
}
.header .navbar-toggle {
	background: none;
	border: 1px solid #339933;
}
.header .navbar-toggle:hover {
	background: rgba(51, 153, 51, 0.5)
}
.header .navbar-toggle .icon-bar {
	background-color: #339933
}
.header .btn-search-top {
	margin-top:8px;
	margin-right: 8px;
	float: right;
	display:none;
	padding: 6px 12px;
}
.header .header-ad-block {
	float: right;
	text-align: right;
	padding: 5px 0px;
}
/* Main Navigation */
.nav-wrap {
	background: #393;
	width: 100%;
	float: left;
	margin: 0px
}
.nav-wrap .navbar-collapse {
}
.nav-wrap .nav {
	color: #fff
}
.nav-wrap .nav .open > a,
.nav-wrap .nav .open > a:hover,
.nav-wrap .nav .open > a:focus {
	background-color: #307302;
	border-color: #307302
}
.nav-wrap .nav > li > a:hover,
.nav-wrap .nav > li > a:focus {
	text-decoration: none;
	background-color: #307302
}
.nav-wrap .nav > li > a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #307302;
	border-left: 1px solid #4bb701
}
.nav-wrap .nav > li:first-child > a {
	border-left: 0
}
.nav-wrap .nav > li:last-child > a {
	border-right: 0
}
.nav-wrap .nav > li:first-child > a:hover,
.nav-wrap .nav > li:first-child > a:focus {
	border-radius: 3px 0 0 3px;
	background: #333
}
.nav-wrap .nav > li:hover.nav-li-1 > a {
	background: #e50285;
	border-right: 1px solid #ef2a7c;
	border-left: 1px solid #ef2a7c
}
.nav-wrap .nav > li:hover.nav-li-2 > a {
	background: #b81b46;
	border-right: 1px solid #b81b46;
	border-left: 1px solid #c81949
}
.nav-wrap .nav > li:hover.nav-li-3 > a {
	background: #f26223;
	border-right: 1px solid #fcb040;
	border-left: 1px solid #f26223
}
.nav-wrap .nav > li:hover.nav-li-4 > a {
	background: #9c07a1;
	border-right: 1px solid #9c07a1;
	border-left: 1px solid #9c07a1
}
.nav-wrap .nav > li:hover.nav-li-5 > a {
	background: #22409a;
	border-right: 1px solid #22409a;
	border-left: 1px solid #22409a
}
.nav-wrap .nav > li:hover.nav-li-6 > a {
	background: #028ec4;
	border-right: 1px solid #017cab;
	border-left: 1px solid #028ec4
}
.nav-wrap .nav > li:hover.nav-li-7 > a {
	background: #91c640;
	border-right: 1px solid #91c640;
	border-left: 1px solid #91c640
}
.dropdown-navbar {
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 4px 6px rgba(30, 30, 100, .25);
	-moz-box-shadow: 0 4px 6px rgba(30, 30, 100, .25);
	box-shadow: 0 4px 6px rgba(30, 30, 100, .25);
	background: #ddd;
	min-width: 200px
}
.dropdown-navbar > li {
	padding: 0;
	margin: 0
}
.dropdown-navbar > li > a {
	padding: 5px 15px;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #fff
}
.dropdown-navbar > li > a:active,
.dropdown-navbar > li > a:hover {
	color: #333;
	filter: none;
	text-decoration: none!important
}
.dropdown-navbar > li.more {
	border-top: 1px solid #026a92;
	background: #0275a2;
	border-bottom: none;
	padding: 0
}
.dropdown-navbar > li.more > a {
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 8px 5px
}
.dropdown-navbar > li.more > a:hover {
	color: #fff;
	background: #0275a2
}
.container-1 {
	background: #e50285
}
/* Search Header */
.search-wrap {
	width: 100%;
	float: left;
	margin: 0px 0px;
	padding-top: 10px;
	background: #fff;
}
.search-wrap option {
	padding: 5px 5px 5px 10px
}
.search-wrap .btn-padding {
	padding-left: 25px;
	padding-right: 25px;
}
.search-wrap .form-control,
.search-wrap .btn {
	border-radius: 3px;
}
.search-icon svg {
	fill: currentColor;
	position: relative;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
/* Content */
.content {
	width: 100%;
	float: left;
	min-height: 300px;
}
.breadcrumb {
	float: left;
	width: 100%;
	background: none;
	padding: 0px;
	margin-bottom: 12px;
	white-space: nowrap;
	overflow: hidden;
}
.breadcrumb > li {
  display: inline-block;
	white-space: nowrap;
}
.home-tab .tab-content {
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	min-height: 240px;
	margin-bottom: 15px
}
.home-tab .tab-content .list {
	border-bottom: 1px solid #eee;
	padding: 8px 15px
}
.page-header {
	width: 100%;
	float: left;
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.page-header h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
}
.page {
	width: 100%;
	margin-bottom: 20px;
	float: left
}
.page .page-header {
	padding-bottom: 9px;
	margin: 0 0 20px;
	border-bottom: 1px solid #eee
}
.page .page-header h1 {
	font-size: 24px;
	font-weight: bold;
}
.page .page-header h1,
.page .page-header h2,
.page .page-header h3 {
	margin: 0
}
.page-header .page-title {
	color: #e50285;
}
.page .post-row {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.page .post-row h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
}
.page .post-row h5 {
	margin: 0
}
.page .post-row .doc-meta {
	width: 100%;
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
}
.page .post-row .doc-meta span {
	margin-right:12px;
}
.page .post-row .doc-meta span.module {
	color: #666666;
}
.doc-no,
.doc-date,
.page .doc-no,
.page .doc-date {
	color: #e50285
}
.page .post-row .doc-excerpt {
	width: 100%;
	float: left;
	line-height: 18px;
	margin-bottom: 10px;
}
.page .post-row .doc-labels {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.page .doc-labels .label {
	color: #fff;
	margin-bottom:1px;
	display: inline-block;
	text-align: left;
	font-weight: normal;
}
.page .doc-labels .label-light {
	color: #000!important;
	background-color: #f2f2f2;
}
.page .post-row .read-more {
	font-weight: 600;
	margin-left: 10px;
}
.page .post-row .search-module {
	margin-right: 10px;
	color:#999999;
}
/* Document/ Detail */
.document-tools {
	width:100%;
	float: left;
	text-align:right;
}
.documents-tools .btn {
	margin-left: 15px;
}
.documents {
	width:100%;
	float: left;
	margin-top: 15px;
}
.documents .backto {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.page-404 {
	margin: 40px 0;
	float: left;
	width: 100%
}
.page-404 h1 {
	padding: 0;
	margin: 0;
	font-size: 60px;
	font-weight: 700;
	color: #b7ada4
}
tag {
	padding: 2px 4px;
	font-size: 90%;
	color: #666;
	background-color: #f2f2f2;
	border-radius: 4px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
type {
	padding: 2px 4px;
	font-size: 90%;
	color: #090;
	background-color: #f2f2f2;
	border-radius: 4px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
.page .label {
	
}
.google-pdf-viewer {
	margin: 20px 0;
	float: left;
	width: 100%
}
.google-pdf-viewer iframe {
	min-height: 600px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.widget {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.widget-body {
	padding: 10px;
	overflow: hidden
}
.widget-body .list-unstyled li {
	margin-bottom: 5px
}
.widget-heading {
	padding: 8px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}
.widget-heading > .dropdown .dropdown-toggle {
	color: inherit
}
.widget-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px
}
.widget-title > a,
.widget-title > small,
.widget-title > .small,
.widget-title > small > a,
.widget-title > .small > a {
	font-weight: 600
}
.widget-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}
.widget > .list-group,
.widget > .widget-collapse > .list-group {
	margin-bottom: 0
}
.widget > .list-group .list-group-item,
.widget > .widget-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}
.widget > .list-group:first-child .list-group-item:first-child,
.widget > .widget-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}
.widget > .list-group:last-child .list-group-item:last-child,
.widget > .widget-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px
}
.widget-heading + .list-group .list-group-item:first-child {
	border-top-width: 0
}
.list-group + .widget-footer {
	border-top-width: 0
}
.widget-default {
	border-color: #ddd
}
.widget-default > .widget-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}
.widget-default > .widget-heading + .widget-collapse > .widget-body {
	border-top-color: #ddd
}
.widget-default > .widget-heading .badge {
	color: #f5f5f5;
	background-color: #333
}
.widget-default > .widget-footer + .widget-collapse > .widget-body {
	border-bottom-color: #ddd
}
.widget-info {
	border-color: #bce8f1
}
.widget-info > .widget-heading {
	color: #666;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.widget-info > .widget-heading + .widget-collapse > .widget-body {
	border-top-color: #bce8f1
}
.widget-info > .widget-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}
.widget-info > .widget-footer {
	border-top-color: #bce8f1;
	background-color: #d9edf7
}
.widget-info > .widget-footer + .widget-collapse > .widget-body {
	border-bottom-color: #bce8f1;
	background-color: #31708f
}
.widget-leftbar-fixed {
	max-height: 300px;
	overflow: auto
}
.label-left-panel span {
	font-size: 14px!important
}
.label-left-panel .label {
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	font-size: 13px;
	font-weight: normal;
}
.label-left-panel a.label-basic {
	background-color: #f5f5f5;
	color: #000;
}
.label-left-panel a:hover.label-basic {
	background-color: #dddddd;
	color: #000;
}
.widget-body:before,
.widget-body:after {
	display: table;
	content: " "
}
.widget-body:after {
	clear: both
}
.related-search-col-2 .list-unstyled li {
	margin-bottom: 5px
}
.widget-text-scroll {
	margin-left: -10px;
	margin-right: -10px
}
.widget-text-scroll p {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 0
}
.widget-text-scroll p:hover {
	background: #FEFFF0
}
/* Ad Block */
.ad-block {
	width:100%;
	float: left;
	padding: 10px 0px;
	text-align: center;
	overflow: hidden;
}
/* Book Shelf */
.shelf-box {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.shelf-heading {
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	background: url(../images/shelf-header-bg.png) repeat-x;
	border: 1px solid #c4a054;
	border-radius: 4px 4px 0 0;
	color:#000000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px rgba(255,255,255,.5);
	overflow: hidden;
}
.shelf-body {
	width: 100%;
	height: 567px;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	background: url(../images/book-bg-1.jpg) top center;
	border-radius:0px 0px 4px 4px;
}
.shelf-cover {
	width: 110px;
	height: 150px;
	margin: 46px 0 9px 15px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.shelf-items {
	width: 110px;
	margin: 28px 0 7px 15px;
	padding: 0;
	float: left;
 	box-shadow: 3px 0px 3px #333;
	background: #ddd url(../images/book_1.png) no-repeat;
	overflow: hidden;
}
.shelf-items a {
	width: 110px;
	height: 150px;
	display: table-cell;
	margin: 0;
	padding: 0px;
	text-align: center;
	color: #f7f0be;
	line-height: 18px;
	vertical-align: middle;
	text-align: center
}
.shelf-items a:hover {
	text-decoration: none
}
.shelf-regular .slick-next{right:0 !important;}
.shelf-regular .slick-prev{left:0px !important;z-index:9999 !important;}
/* Responsive Shelf */
@media (min-width: 992px) and (max-width: 1199px) {
	.shelf-items {
			margin: 46px 0 9px 33px
	}
	.shelf-cover {
			margin: 46px 0 9px 33px
	}
}
@media (max-width: 767px) {
	.shelf-items {
		margin: 28px 0 7px 15px
	}
	.shelf-cover {
		margin: 46px 0 9px 33px
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{/* position:unset !important; */}
}
@media (max-width: 575px) {
	.shelf-box {
	}
	.shelf-heading {
		font-size: 12px;
		white-space: nowrap;
	}
	/*
	.shelf-items {
		margin: 20px 5px 0px 10px !important;
	}
	.shelf-cover {
		margin: 20px 5px 0px 10px !important;
	}
	.shelf-slides{background:none !important;}
	.shelf-items a {
		width:95px !important;
		height:140px !important;
	}
	.shelf-items,
	.shelf-cover {
		width:95px !important;
		height:140px !important;
	}
	.shelf-cover img{
		width:95px !important;
		height: 140px!important;
	}*/
}
/* Handbook */
.book-items {
	background: #ddd;
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
	text-align: center;
	display:table;
	background: -webkit-linear-gradient(to right, #fe664e, #fb334e);
	background: linear-gradient(to right, #fe664e, #fb334e);
	background: #f98f1c;
	background: -moz-linear-gradient(-45deg, #f98f1c 0%, #f45442 100%);
	background: -webkit-linear-gradient(-45deg, #f98f1c 0%,#f45442 100%);
	background: linear-gradient(90deg, #2c4659 0%,#052336 100%);
	border-left: 5px solid #4c697d;
	box-shadow: 8px 8px rgba(0,0,0,0.2);
}
.book-items a {
	width: 100%;
	height: 200px;
	display: table-cell;
	margin: 0;
	padding: 15px;
	font-weight: bold;
	color: #f7f0be;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
}
.handbook {
	width: 100%;
	margin-bottom: 20px;
	float: left
}
.handbook .handbook-header {
	padding-bottom: 9px;
	margin: 0 0 7px;
	border-bottom: 1px solid #eee
}
.handbook .handbook-header h1,
.handbook .handbook-header h2,
.handbook .handbook-header h3 {
	margin: 0;
	padding-bottom: 0
}
.handbook .text-pink {
	color: #e50285
}
.handbook .text-green {
	color: #5cb85c
}
.handbook .handbook-content {
	margin: 20px 0
}
.handbook .index-row {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	width: 100%;
	float: left;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.handbook .index-row:hover {
	background: #f8f8f8
}
.handbook .index-row .col-sno {
	width: 10%;
	padding: 15px;
	float: left
}
.handbook .index-row .col-section {
	border-left: 1px solid #ddd;
	width: 10%;
	padding: 15px;
	float: left;
	text-align: center;
}
.handbook .index-row .col-topic {
	border-left: 1px solid #ddd;
	width: 80%;
	padding: 15px;
	float: left
}
.handbook .tbl-row {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	background: #fefded;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);	
	display: flex;
	flex-wrap: wrap;
}
.handbook .tbl-row.tbl-head {
	background:#66039a;
	color: #fff;
	font-weight: bold;
	border: 1px solid #66039a;
}
.handbook .tbl-row.tbl-head .tbl-col {
	border-right: 1px solid #9224cb;
}
.handbook .tbl-row .tbl-col {
	padding: 10px 12px;
	float: left;
	border-right: 1px solid #ccc;
}
.handbook .tbl-row .tbl-col.no-border {
	border: 0px;
}
.handbook .tbl-row .tbl-1 {
	width: 8.33%;
	float: left;
}
.handbook .tbl-row .tbl-10 {
	width: 83.33%;
	float: left;
}
/* News */
.news-menu {
	width:100%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.news-menu .nav li {
	border-right: 1px solid #ddd;
}
.news-menu .nav li a {
	font-weight: bold;
	color: #e50285;
}
.news-menu .nav li a:hover {
	background: #393;
	color: #fff;
}
.post-thumb {
	width: 150px;
	float: left;
	margin-right: 15px;
}
.post-info {
	width: calc(100% - 170px);
	float: left;
}
.post-info.full-width {
	width: 100%;
	float: left;
}
.post-info h4 {
	margin:0px;
}
.post-info p {
	line-height: 22px;
}
/* end news */
.comment-panel {
	margin-top: 15px
}  
.footer {
	margin-top: 20px;
	padding: 15px 0;
	background: #555;
	color: #b9b9b9;
	width: 100%;
	float: left
}
.footer a {
	color: #b9b9b9
}
.footer a:hover {
	color: #ddd
}
.footer-link {
	padding: 15px 0
}
.footer-copy {
	border-top: 1px solid #777;
	padding-top: 20px
}
/* Advanced Search */
.advanced-search .form-control {
	border: 1px solid #aaa;
	border-radius: 2px;
}
/* Misc */
.reset-title {
	border-bottom: 1px solid #ddd;
	padding: 5px 0px;
}
.reset-all {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	text-align: right;
	padding: 5px 0px;
}
.pd-lr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
ul.tabbed {
	width: 1000px;
	float: left;
	list-style:none;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
ul.tabbed > li {
	list-style:none;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	padding:5px 5px;
	border-bottom: 4px solid #fff;
}
ul.tabbed > li.active {
	border-bottom: 4px solid #393;
}
ul.tabbed > li > a {
	float: left;
}
div.scrollmenu {
  overflow: auto;
	white-space: nowrap;
	margin-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
div.scrollmenu a {
  display: inline-block;
  color: #393;
  text-align: center;
  padding: 8px 10px;
	line-height:28px;
	font-weight: bold;
  text-decoration: none;
}
div.scrollmenu a:hover {
  color: #777;
}
/* Pagination */
.pagination {
	border-radius: 2px
}
.pagination > li.active,
.pagination > li.active > a,
.pagination > li.active > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #337ab7;
	background: #337ab7
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li.active:first-child,
.pagination > li.active:first-child > a,
.pagination > li.active:first-child > span {
	margin-left: 0;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li.active:last-child,
.pagination > li.active:last-child > a,
.pagination > li.active:last-child > span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}
.col-main-bar {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left
}
.col-right-bar {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 300px;
	float: left
}
@media (min-width: 768px) {
	.col-main-bar {
			width: 100%
	}
	.col-right-bar {
			width: 100%
	}
}
@media (min-width: 992px) {
	.col-main-bar {
			width: 680px
	}
	.col-right-bar {
			width: 300px
	}
}
@media (min-width: 1200px) {
	.col-main-bar {
			width: 870px
	}
	.col-right-bar {
			width: 300px
	}
}
.margin-top-10 {
	margin-top: 10px
}
.margin-top-20 {
	margin-top: 20px
}
.margin-top-30 {
	margin-top: 30px
}
.margin-top-40 {
	margin-top: 40px
}
.margin-top-50 {
	margin-top: 50px
}
.margin-bottom-10 {
	margin-bottom: 10px
}
.margin-bottom-20 {
	margin-bottom: 20px
}
.margin-bottom-30 {
	margin-bottom: 30px
}
.margin-bottom-40 {
	margin-bottom: 40px
}
.margin-bottom-50 {
	margin-bottom: 50px
}
.margin-left-10 {
	margin-left: 10px
}
.margin-left-20 {
	margin-left: 20px
}
.margin-left-30 {
	margin-left: 30px
}
.margin-left-40 {
	margin-left: 40px
}
.margin-left-50 {
	margin-left: 50px
}
.margin-right-10 {
	margin-right: 10px
}
.margin-right-20 {
	margin-right: 20px
}
.margin-right-30 {
	margin-right: 30px
}
.margin-right-40 {
	margin-right: 40px
}
.margin-right-50 {
	margin-right: 50px
}
@media (max-width: 970px) {
	.footer-link .list-inline li {
			margin-bottom: 15px!important
	}
}
.no-border {
	border: 0!important
}
.no-shadow {
	box-shadow: none;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}
.color-facebook {
	color: #526ebb
}
.color-twitter {
	color: #01a7f4
}
.color-google-plus {
	color: #f44b01
}
.book-btn {
	display: inline-table;
	padding: 20px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	width: 100%;
}
.book-btn:focus,
.book-btn:active:focus,
.book-btn.active:focus,
.book-btn.focus,
.book-btn:active.focus,
.book-btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.book-btn:hover,
.book-btn:focus,
.book-btn.focus {
	color: #fff;
	text-decoration: none
}
.book-btn:active,
.book-btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.mpnavbar-brand {
	margin: 10px;
}
.handcol{max-width:42% !important;}
.handcol1{max-width:10% !important; text-align:center; width:10% !important;}
/* mobile view css */
@media (max-width: 767px){
	.shelf-items,.shelf-cover{margin-left:25px !important;}
	#desktop-view{display:none;}
	#mobile-view{display:none;}
	body{font-size:14px !important;line-height:1.2 !important;}
}
.desktop-view #desktop-view{display:none;}
.mobile-view #mobile-view{display:none;}
.mobile-view {
	width: 768px;
}
.mobile-view .container {
	width: 768px !important;
}
.mobile-view .col-xs-3 {
	display: none !important;
}
.mobile-view .col-md-6 {
	width: 100% !important;
}
.mobile-view .col-md-3 {
	width: 100% !important;
}
.mobile-view .col-md-9 {
	width: 100% !important;
}
.mobile-view .nav.navbar-nav li a {
	padding: 10px 14px !important;
}
.mobile-view .logo-bg{display:none !important;}
/* Bootstrap */
.btn {
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-sm {
	border-radius: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.form-control {
	box-shadow: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.chip {
	display: inline-block;
	height: 30px;
	font-size: 13px;
	color: rgba(0,0,0,.9);
	line-height: 24px;
	padding: 2px 15px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	background-color: #eeeeee;
	margin-bottom: 5px;
	margin-right: 5px;
}
.chip .close {
	cursor: pointer;
	float: right;
	font-size: 16px;
	line-height: 24px;
	padding-left: 8px;
}
/* Responsive */
@media (max-width: 575px) {
	.header {
	}
	.header .navbar-header {
		border-bottom: 1px solid #ddd;
	}
	.header .navbar-brand img {
		height: 30px;
	}
	.header .header-ad-block {
		float: left;
		display:none;
	}
	.header .btn-search-top {
		display:block;
	}
	.nav-wrap {
		margin:0px;
	}
	.search-wrap {
		display:none;
	}
	.content {		
		margin-top: 15px;
	}
	/* Page */
	.page {
	
	}
	.page-header {
		padding-bottom: 0px;
		margin: 0 0 10px;
	}
	.page-header h1 {
		font-weight: normal!important;
		font-size: 18px;
	}
	.post-row {
		font-weight:normal!important;
	}
	.post-row h3 {
		font-weight:bold!important;
		text-align: justify!important;
	}
	.page .doc-date {
		float: right;
	}
	.handbook .tbl-row .tbl-col {
		padding: 7px 12px;
	}
	.handbook .tbl-row .tbl-1 {
		width: 16%;
	}
	.handbook .tbl-row .tbl-10 {
		width: 83%;
		display:flex-wrap;
	}
	.tbl-1-none {
		display:none;
	}
}
@media (max-width: 380px) {
	.header .navbar-brand {
		
	}
	.handbook .tbl-row .tbl-1 {
		width: 22%;
	}
	.handbook .tbl-row .tbl-10 {
		width: 77%;
		display:flex-wrap;
	}
	
}