@charset "utf-8";
/* CSS Document #E22E1E */ 

@import url("content.css");
@import url("bo_forms.css");
@import url("bo_popup.css");
@import url("bo_desplay.css");
@import url("sitemap.min.css");


	/*
	font-family: 'Lora', serif;
	font-family: 'Roboto Slab', serif;
	*/

* {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
}
html {
	background:#EEE;
	font-family: 'Lora', serif;
}
body {
	overflow-y:scroll;
	margin:0;
	padding:0;
	font-size:15px;
	line-height:19px;
	background:#FFF;
	font-family: 'Lora', serif;
}
.modal-open {
    overflow: hidden;
}
h1 {
	font-size:40px;
	font-weight:normal;
	text-transform:capitalize;
	padding:0 0 3px 0;
	border-bottom:#DDD solid 1px;
	color:#666;
}
h2 {
	font-size:30px;
	color:#666;
	padding:2px 0 3px 3px;
	margin:0;
}
p {
	margin:0 0 10px 0;
}
hr {
	border: none;
	color: #C5C5C5;
	background-color: #C5C5C5;
	height: 1px;
	width: 100%;
	text-align: left;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#000;
}
a span {
	cursor:pointer;
	cursor:hand;
}
a img {
	border:none;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.spacer {
	display:block;
	height:10px;
	clear:both;
}
.clear {
	clear:both;
}
.clear5 {
	clear:both;
	height:5px;
}
.clear10 {
	clear:both;
	height:10px;
}
.clear20 {
	clear:both;
	height:20px;
}


/*wrapper layout */
#wrapper_main {
	position:relative;
}
#wrapper_left {
	position:fixed;
	width: 200px;
	height:100%;
	overflow: hidden;
	top:0;
	left:0;
	background:#FFF;
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	box-shadow: 0 5px 7px rgba(0, 0, 0, 0.375);
	z-index:2000;
}
#wrapper_right {
	margin:0;
	padding:0;
	width:100%;
}
.wrapper_container,
.wrapper_footer {
	padding:0;
	margin-left: 200px;
}
#wrapper_left .logo {
	background:url(../image/bo/bo_logo.png) no-repeat;
	width:200px;
	height:75px;
}

/* Menu */
.wrapper_menu {
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% - 75px);
	background:#6c6d6f;
	overflow-y: scroll;
}

/* Body */
.white_box {
	background:#FFF;
	/*-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;*/
	margin-top:0;
	margin-bottom:0;
	padding:10px;
	/*box-shadow: 0 1px 1px #999;
	-moz-box-shadow: 0 1px 1px #999;
	-webkit-box-shadow: 0 1px 1px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=180, Color='#999999');*/
}

.spacer10 {
	float:left;
	width:10px;
	height:1px;
}

#media_content {
	display:none;
}

/* Footer */
.wrapper_footer {
	background:#EEE url(../image/bo/bo_back_footer.jpg) repeat-x;
}
.wrappper_contents {
	margin:0 auto;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	font-size:11px;
}
.wrappper_contents .topic_main {
	color:#EEE;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:11px;
}
.wrappper_contents .link_box {
	padding-top:15px;
	padding-left:5px;
}
.wrappper_contents .link_box .item {
	float:left;
	width:200px;
}
.wrappper_contents .link_box .item .f_topic {
	color:#DDD;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:7px;
}
.wrappper_contents .link_box .item a {
	color:#DDD;
	text-decoration:none;
	font-size:11px;
	line-height:17px;
}
.wrappper_contents .link_box .item a:hover {
	color:#06F;
}

.loading_box {
	padding:20px;
	width:150px;
	text-align:center;
	margin:auto;
	font-size:20px;
	font-weight:bold;
	color:#CCC;
}

.topic {
	font-size:25px;
	font-weight:normal;
	padding:0;
	border-bottom:#DDD solid 1px;
	color:#666;
	margin-bottom:20px;
	line-height:40px;
	text-shadow: 1px 1px 2px #AAA;
}

.link_black {
	color:#000;
}
.link_black:hover {
	color:#06F;
}



.detail_left {
	float:left; 
	width:280px;
}
.detail_right {
	float:right;
	width:462px;
}
.detail_img_small {
	float:left;
	background:url(../image/back_detail_small.jpg) no-repeat;
	width:102px;
	height:102px;
	padding:6px;
	margin:0 10px 20px 10px;
}
.detail_img_small img {
	width:90px;
	height:90px;
	width:expression(this.width > 90 ? 90: true); 
	height:expression(this.height > 90 ? 90: true);
	cursor:pointer;
	cursor:hand;
}
.detail_img_large {
	background:url(../image/back_detail_large.jpg) no-repeat;
	width:462px;
	height:462px;
	padding:6px;
}
.detail_img_large img {
	width:450px;
	height:450px;
	width:expression(this.width > 450 ? 450: true); 
	height:expression(this.height > 450 ? 450: true);
	cursor:pointer;
	cursor:hand;
}
.detail_text {
	padding:0 6px;
}
.detail_text .topic {
	font-size:22px;
	line-height:28px;
	margin-bottom:10px;
}
.detail_splited {
	background:url(../image/back_detail_text.jpg) repeat-y;
}


.imgMainPreloader {
	display:none;
	position:absolute;
	width:462px;
	height:462px;
	background:url(../image/bo/64.gif) 50% 50% no-repeat;
}

.col_left {
	float:left;
	width:180px;
}
.col_right {
	float: right;
	width: 770px;
	padding-top: 0;
}

#legend {
	margin:0 30px;
	padding:3px 0 0 0;
}
#legend span {
	float:left;
	margin:2px 0;
	padding-left:25px;
	line-height:19px;
	width:90px;
}
#legend span.leg_active {
	background:url(../image/bo/legend.png) 0 0 no-repeat;
}
#legend span.leg_deactive {
	background:url(../image/bo/legend.png) 0 -30px no-repeat;
}
#legend span.leg_pending {
	background:url(../image/bo/legend.png) 0 -60px no-repeat;
}
#legend span.leg_expire {
	background:url(../image/bo/legend.png) 0 -90px no-repeat;
}

#filterForm {
	float:right;
}
#filterForm a.href_button {
	margin-right:0;
}


.bo_popup_full {
	width:100%;
}

@media (min-width: 1200px) {
	.wrappper_contents {
		/*width: 1170px;*/
	}
}
@media (min-width: 1300px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1500px) {
}
@media (min-width: 1600px) {
}

@media (max-width: 1199px) {
	.wrappper_contents {
		/*width: 980px;*/
	}
	.bo_popup_full {
		/*width:910px;*/
	}
}

.mce-floatpanel .mce-disabled,
.mce-floatpanel .mce-disabled * {
	color:#CCC !important;
}
.mce-floatpanel .mce-menu-item span {
	border:none !important;
}
.mce-floatpanel .mce-menu-item:hover,
.mce-floatpanel .mce-menu-item:hover * {
	color:#FFF !important;
	background:#666 !important;
}

.ge-canvas .hidden-xs,
.ge-canvas .hidden-sm,
.ge-canvas .hidden-md,
.ge-canvas .hidden-lg,
.ge-canvas .visible-xs,
.ge-canvas .visible-sm,
.ge-canvas .visible-md,
.ge-canvas .visible-lg {
	display:block !important;
}