@import url( bootstrap.css );
/* CSS Document */



#Body {
	color: #2E3D47;
	background: #FFF;
}

.body_bg {
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 12px/1.5 Verdana, Arial, Helvetica, sans-serif; 
	color: #2E3D47;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
	color: #555555;
}
input{
	color:#2e3d47;
}

header,
f nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms; /* Firefox 4 */
	-webkit-transition: color ease 300ms; /* Safari and Chrome */
	-o-transition: color ease 300ms; /* Opera */
	-ms-transition: color ease 300ms; /* IE9? */
	color:#3e81b5;
}

A:active {
	color:#3e81b5;
	text-decoration: none;
}

A:visited {
	color:#3e81b5;
	text-decoration: none;
}

A:hover {
	color:#D00;
	text-decoration: underline;
}

A:focus {
	color:#3e81b5;
	outline: none;
	-moz-outline: none;
}

h1 {
	color:#375162;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}
 
h2 {
	color:#375162;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color:#375162;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color:#375162;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color:#555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999!important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-size: 12px;
	color: #2E3D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SubHead {
	color: #4C6171;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.SubSubHead {
	color: #6E8AA0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Normal {
	font: normal 12px/1.5 Verdana, Arial, Helvetica, sans-serif; 
}

table {
    font: normal 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

/**************** Login page******************/
@media only screen and (max-width:767px) {

.loginContent .LoginPanel {
	width: 100% !important;
}

.loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space: nowrap;
}

.loginContent .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
}
/**************** register page******************/


@media only screen and (max-width:767px) {

.dnnRegistrationForm {
	min-width: inherit !important;
}

.dnnRegistrationForm .dnnForm {
	width: 100%;
}

.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}

.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}

.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}

.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
 .dnnSendPasswordContent {
 width: auto !important;
}
 .dnnSendPasswordContent .dnnLabel {
 display: block !important;
 width: 100% !important;
 text-align: left;
}
 .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
 position: static;
}
 .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
 width: 90%;
 margin-bottom: 10px !important;
}
 .dnnSendPasswordContent ul.dnnActions {
 padding: 0 !important;
}
}

/* ********** Control Panel Style ************** */


 

.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #0593d6;
	text-decoration: none;
	font-weight: bold;
}

A.CommandButton:hover {
	color: #0593d6;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */


.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #019dd8;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}
 @media only screen and (max-width: 767px) {

.breadcrumbBox .breadcrumbRight {
	display: none;
}

.Breadcrumb_bg {
	margin-bottom: 15px;
}
}

/* ********** Other Style ************** */	
.dnn_layout {
	width: 980px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {
	padding: 0px 20px;
}

/*Login*/




/* Search Style  */

.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: static !important;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}

/* ********** HEADER ************** */


.header_top {
	background: #0d0d0d;
	position:relative;
	z-index:1000;
}

.header_top,
.header_top a:link,
.header_top a:active,
.header_top a:visited,
.header_top .Normal {
	color: #707070;
}

.header_top a:hover {
	color: #3b9cf7;
	text-decoration: none;
}

.HeadPane {
	float: left;
	height: 36px;
	line-height: 36px;
}

.HeadPane .Normal {
	line-height: 36px;
}

.HeadPane .Normal .glyphicons {
	margin-bottom: 2px;
	vertical-align: middle;
}

.header_bg {
	background:#000;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}


#body,
body {
	position: relative;
}

.header_bg {
	
}

.roll_logo {
	display: none;
}

.dnn_logo {
	float: left;
	padding: 0;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}

.hedaer_minHeight {
	background-color: #000;
}

.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */	

.nav_box {
	position: relative;
	text-align: center;
	float: right;
}

/* ********** NAV ************** */	
#top_menu {
    margin: 0 25px 0 0;
    position: relative;
    z-index: 904;
}
/*top menu*/
#top_menu {
	position:relative;
	float:right;
	z-index: 904;
}
#top_menu ul {
	margin:0px;
	padding:0px 0px;
	display:block;
	background:transparent;
}
#top_menu ul:after {
	content:".";
	font-size:0px;
	height:0px;
	display:block;
	clear:both;
	visibility:hidden;
}
#top_menu li {
	list-style:none;
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
}
#top_menu ul li a {
	text-decoration:none;
	display: block;
	cursor:pointer;
	width:auto;
	float:left;
}
#top_menu > div > ul > li > a > span {
	position:relative;
	color:#fff;
	background-color:transparent;
	font-size:15px;
	line-height:38px;
	height:38px;
	margin:0px 10px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:    background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}
#top_menu > div > ul > li > a:hover > span, #top_menu > div > ul > li.current > a > span, #top_menu > div > ul > li > a.menu_hover > span {
	background-color:transparent;
	color:#1b8ac5;
	border-bottom:4px solid #00a7de;
}
#top_menu > div > ul > li.last-item a span {
	margin-right: 0;
}
/*sub menu*/
#top_menu .menuslide{
	display: none; 
	float: left; 
	overflow:hidden; 
	position:absolute; 
}
#top_menu .menuslide div{
	margin-top:-8px;
}
#top_menu .menuslide ul{
	display: none;
	left: 0px; 
	float: left; 
	position:relative;
	margin:0px; 
	background:rgba(19,35,67,0.9); 
	padding:8px 0px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	border-radius:0px 0px 6px 6px;
}
#top_menu .menuslide ul li{
    display:block; 
	clear:both; 
	padding:0px 4px; 
	background:none; 
	margin:0px; 
	position:relative; 
}
#top_menu .menuslide ul li span{
	color:#8695B4; 
	display:block; 
	padding:0 30px 0 15px; 
	margin:0px; 
	background:none;
}
#top_menu .menuslide ul li a{
	display:block;
	font-weight: normal;
	font-size:12px;
	margin:0px;  
	padding:0px;
	background:none; 
	float:left; 
	line-height:26px;
}
#top_menu .menuslide ul a:hover{
	width:100%;
	background:none;   
	padding:0px; 
	line-height:26px; 
	background:rgba(92,107,138,0.7);  
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}
#top_menu .menuslide ul a:hover span{
	color: #E0E3EA;  
	margin:0px;  
	background:none;
}
#top_menu .menuslide ul{
	float:left;
	left:0px;
	position:relative;
}
#top_menu .menuslide ul li a.menu_hover{
	 background:rgba(92,107,138,0.7); 
	 color:#E0E3EA;  
	 -moz-border-radius:5px; 
	 -webkit-border-radius:5px; 
	 border-radius:5px;
}
#top_menu .menuslide a.menu_hover span{
	background:none; 
	margin:0px; 
	color:#E0E3EA; 
}
#top_menu .menuslide ul > li.dir > a span{
    background:url(images/menu_icon2.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a:hover span{
    background:url(images/menu_icon1.png) 96% 50% no-repeat;
}
#top_menu .menuslide ul > li.dir > a.menu_hover span{
    background:url(images/menu_icon1.png) 96% 50% no-repeat;
}
/*Left Menu*/

#left_menu {
	padding: 0px 0px 0px;
	margin: 0px 0 15px;
	min-height: 200px;
	border: 1px solid #e5e5e5;
	border-bottom:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#left_menu img {
	display: none;
}

#left_menu ul {
	padding: 0px;
	margin: 0px;
}

#left_menu ul li {
	list-style: none;
}

#left_menu ul li a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 13px 20px;
	color: #8c8c8c;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: background-color ease-in 200ms; /* Opera */
	-ms-transition: background-color ease-in 200ms; /* IE9? */
}

#left_menu > .gomenu > ul > li > a:hover {
	margin-left: -1px;
	color: #8c8c8c;
	padding-left: 19px;
}

#left_menu > .gomenu > ul > li.current > a,
#left_menu > .gomenu > ul > li.current > a:hover {
	color: #FFF;
	margin: 0 -1px!important;
	border-left: none;
	padding-left: 20px;
}

#left_menu > .gomenu > ul > li.current > a:hover:before,
#left_menu > .gomenu > ul > li.current > a:before {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#left_menu ul li.dir > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 6px;
	margin: -3px 0 0 0;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* IE 9 */
	-moz-transform: rotate(-45deg); /* Firefox */
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
	-o-transform: rotate(-45deg); /* Opera */
}

#left_menu > .gomenu > ul > li.current > a:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

#left_menu ul ul {
	display: none;
	padding: 5px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}

#left_menu ul ul ul {
	padding: 5px 0px 0;
	display: none;
	margin-bottom: 0px;
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

#left_menu ul li.current > ul,
#left_menu ul ul .subcurrent > ul {
	display: block;
}

#left_menu ul li li {
	margin: 0;
	border-bottom: none;
	padding: 0 11px;
}

#left_menu ul li li a {
	position: relative;
	padding: 8px 5px 8px 15px;
	line-height: 18px;
	border: none;
	white-space: normal;
	color: #666666;
	text-transform: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#left_menu ul li li:last-child a {
	border-bottom: none;
}

#left_menu ul ul ul li:last-child a {
	border-bottom: 1px solid #e5e5e5;
}

#left_menu .gomenu ul ul li a:before {
	right: 5px;
}

#left_menu ul li li.subcurrent > a:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-moz-transform: rotate(45deg); /* Firefox */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
}

.rightPage_Box #left_menu ul li li {
	padding-left: 25px;
}

.rightPage_Box #left_menu ul li li a {
	background-position: 0px -65px;
	padding-left: 15px;
}

#left_menu ul li li a:hover,
#left_menu ul li li.subcurrent > a {
}
/*left_menu color*/
#left_menu ul li a {
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
 	font-size:14px;
}


#left_menu > .gomenu > ul > li.current > a:hover,
#left_menu > .gomenu > ul > li.current > a {
	background-color:#3b9cf7;
}
#left_menu > .gomenu > ul > li > a:hover{
		border-left:2px solid #3b9cf7;
}


#left_menu ul li li a:hover,
#left_menu ul li li.subcurrent > a {
	color:#3b9cf7;
}
#left_menu ul li li a:hover:before,
#left_menu ul li li.subcurrent > a:before{
	border-right:1px solid #3b9cf7;
	border-bottom:1px solid #3b9cf7;
}





/* ********** CONTENT ************** */	

/* ********** FOOTER ************** */	



.copyright_style {
	text-align: left;
}

.FooterPane {
	padding: 13px 8px 0;
	margin: 0;
}

.copyright_style .sep {
	padding: 0px 12px;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #019dd8;
}

.FooterPane .social-icons {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
}

.FooterPane .social-icons a {
	color: #585858;
}

*+html .FooterPane .social-icons {
	display: inline
}

#to_top {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: url(images/to_top.png) center center no-repeat #019dd8;
	float: right;
	font-size: 24px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: fixed;
	bottom: 4%;
	right: 2%;
	cursor: pointer;
	z-index: 1000;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms; /* Firefox 4 */
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
	-o-transition: all ease-in 200ms; /* Opera */
	-ms-transition: all ease-in 200ms; /* IE9? */
}
#to_top:hover {
	background-color: #016185;
}



/* ************Homepage************ */

/* *********** Other sytle ********** */
.content_box{
	position:relative;
	padding-left:250px;
	background:#ffffff;
	clear:both;
	min-height: 130px;
	transition: 		padding ease-in 200ms;
	-webkit-transition: padding ease-in 200ms; /* Safari and Chrome */
}
.content_box:after {
	clear:both;
	content:".";
	height:0px;
	font-size:0px;
	visibility:hidden;
	display:block;
}
.content_box.active{
	padding-left:0px;
}
.left_layout{
	width: 250px;
	margin-left: -250px;
	padding: 20px;
	position:absolute;
	z-index: 1000;
	background:#fff;
	border-right:1px solid #bcd2e0;
	box-sizing:				border-box;
	-moz-box-sizing: 		border-box;
	-webkit-box-sizing: 	border-box;
}
.right_layout{
	width: 100%;
	padding: 30px 30px 30px 40px;
	background: #fff;
	/* --margin:0px 0px 0px -60px; */
}
.left_layout .action_icon{
	width:16px;
	height:130px;
	position:absolute;
	z-index: 10000;
	left:100%;
	top:200px;
	margin-top: -65px;
	background:url(images/slide_bar.png) center center no-repeat ;
	cursor:pointer;
}
.left_layout .action_icon.active{
	background:url(images/slide_bar2.png)center center no-repeat ;
	/* --left:120%; */
}


.Half_PaneA{
	float: left;
	width: 48.30508474576271%;
	padding: 0 0 30px 0;
}
.Half_PaneB{
	float: right;
	width: 48.30508474576271%;
	padding: 0 0 30px 0;
}


.Middle_PaneA{
	float: left;
	width: 33.33%;
	padding: 0 20px 30px 0;
}
.Middle_PaneB{
	float: left;
	width: 33.33%;
	padding: 0 20px 30px 0;
}
.Middle_PaneC{
	float: left;
	width: 33.33%;
	padding: 0 20px 30px 0;
}


/* ********** Header *************** */
.header_bg{
	width: 100%;
	min-height: 71px;
	background: url(images/head_bg.png) center center no-repeat;
	background-size: cover;
}

/*page name*/
.page_name{ background-color:#357DC3!important;}
.page_name{ background:url(images/header.png) no-repeat left top;min-height:71px;position:relative;}

.bread_box{
	background: #f5f5f5;
	padding: 12px 40px;
	border-bottom: 1px solid #bbd4dd;
}
.bread_style{
	float: left;
}
.bread_style span{
	color: #0593D6;
}
.Login{
	float: right;
}
.Login a{
	color: #0593D6;
	font-size: 12px;
}
.bread_style .sep{
	color: #0593D6;
	padding: 0 10px ;
}
.bread_style .date{
	color: #0593D6;
	text-transform: uppercase;
}
/* ********** Content ************** */	
.introduce{
	padding: 0 0 0 75px ;
}
.introduce h3{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 15px 0;
}
.introduce p{
	font-weight: bold;
	line-height: 22px;
}
.location{
	background: url(images/icon1.png) left top no-repeat;
}
.lock{
	background: url(images/icon2.png) left top no-repeat;
}
.previev{
	background: url(images/icon3.png) left top no-repeat;
}
.c_box p{
	font-weight: bold;
	line-height: 22px;
}
.c_box ul{
	margin: 0;
	padding: 10px 0 0 0;
}
.c_box .one{
	float: left;
	width: 50%;
}
.c_box .two{
	float: right;
	width: 50%;
}
.c_box ul li{
	list-style: none;
}
.c_box ul li a{
	color: #555555;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	display: block;
	background: url(images/sign.png) left 7px no-repeat;
}
.c_box ul li a:hover{
	color: #019dd8;
}
.message {
	background: url(images/line.png) center center no-repeat;
}
.message .email{
	float: left;
	width: 48.30508474576271%;
	padding: 0 0 0 194px;
	background: url(images/img1.png) 25px center no-repeat;
}
.message .rss{
	float: right;
	width: 48.30508474576271%;
	padding: 0 0 0 194px;
	background: url(images/img2.png) 25px center no-repeat;
}
.message h3{
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #000;
	}
.message p{
		line-height: 22px;
		font-weight: bold;
}
/* ********** Footer ************** */
.footer_box{
	background: #f5f5f5;
	position: relative;
	z-index: 1000;
	display:block;
}
.footer_box .footer_bottom  {
	padding: 16px 20px;
	border-top: 1px solid #bbd4dd;

}



@media only screen and (min-width: 768px) and (max-width: 1200px) {
.content_box{
	padding-left:0;
}
.left_layout {
	width:300px;
	margin-left:0px;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.left_layout.active {
	margin-left:-300px;
}
.content_box.active{
	padding-left:0px;
}
.message .email{
	padding: 0 0 0 142px;
	background: url(images/img1.png) 0px center no-repeat;
}
.message .rss{
	background: url(images/img2.png) 0 center no-repeat;
	padding: 0 0 0 142px;
}
.message h3{
	font-size: 12px;
	letter-spacing: 0;
	margin: 0;
}
.introduce{
	padding: 0 0 0 58px;
}
.c_box ul li a{
	padding: 5px 0 5px 20px;
}
}
@media only screen and (max-width: 767px) {
.content_box{
	padding-left:0;
}
.left_layout {
	width:300px;
	margin-left:0px;
	transition: 		all ease-in 200ms;
	-webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}
.left_layout.active {
	margin-left:-300px;
}
.content_box.active{
	padding-left:0px;
}
.left_layout .action_icon{
	top: 15%;
}

.Half_PaneA,.Half_PaneB,.message .email,.message .rss,.c_box .one,.c_box .two{
	float: none;
	width: auto;
}
.right_layout{
	padding: 40px 20px 0px 20px;
}
.message{
	background: none;
}
.message .email{
	padding: 139px 0 0 0;
	background: url(images/img1.png) center top no-repeat;
}
.message .rss{
		padding: 139px 0 0 0;
	background: url(images/img2.png) center top no-repeat;
}
.introduce h3{
	padding: 0;
}
.introduce{
	padding: 0 0 10px 57px;
}
.message h3{
	text-align: center;
}
}

.horizontalTab_Top_1 {
	padding-bottom: 15px;
}

.horizontalTab_Top_1 ul.resp-tabs-list li,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover {
	margin-right: -1px;
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li span,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover span {
	padding: 12px 22px;
	font-size: 14px;
	color: #FFF;
}
.horizontalTab_Top_1 ul.resp-tabs-list li span{
	background: transparent;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
	border: 1px solid #d6d6d6;
	border-bottom: none;
}

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active span {
	color: #0593d6!important;
	background-color: #fafafa;
}

.horizontalTab_Top_1 .resp-tabs-container {
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
}

.horizontalTab_Top_1 table td{
	vertical-align: top;
}


.horizontalTab_Top ul.resp-tabs-list li em,
.horizontalTab_Top ul.resp-tabs-list li i,
.horizontalTab_Top h2.resp-accordion span em,
.horizontalTab_Top h2.resp-accordion span i{
	margin-right:5px;
}
.horizontalTab_Top .resp-tab-content .resp_margin{
	margin: 15px;
}

@media only screen and (max-width: 979px) {

.horizontalTab_Top h2.resp-accordion {
	border: 1px solid #d6d6d6;
	border-bottom: none;
}
}
.horizontalTab_Top_1 ul.resp-tabs-list li,
.horizontalTab_Top_1 ul.resp-tabs-list li:hover{
	background-color:#019dd8;
}

@media only screen and (max-width: 768px) {
.horizontalTab_Top h2.resp-accordion{
	border-top:1px solid #e1e1e1;
	border-bottom:0px solid #e1e1e1;
	border-left:0px solid #e1e1e1;
	border-right:0px solid #e1e1e1;
	margin-top:-1px;
}
.horizontalTab_Top .resp-tab-content{
	border:0px solid #e1e1e1;
}	
.horizontalTab_Top .resp-tab-active,
.horizontalTab_Top .resp-tab-active:hover,.horizontalTab_Top .resp-accordion:hover{
	background-color:#019dd8;
}
}
.ControlPanel *{
	box-sizing:content-box;
}

/* Begin Sitemap Styles */
.Sitemap
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	white-space: nowrap;
}
.Sitemap img
{
	border: 0px;
	vertical-align: middle;
}
.Sitemap a, .Sitemap a:visited
{
	color: #666666;
	text-decoration: none;
}
.Sitemap a.node
{
	color: #666666;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.Sitemap a.node:hover, .Sitemap a.nodeSel:hover
{
	color: navy;
	text-decoration: underline;
}
.Sitemap a.nodeSel
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	background-color: #c0d2ec;
	font-weight: bold;
}
.Sitemap .clip
{
	overflow: hidden;
}
/* End Sitemap Styles */

/* Begin CNOTES Styles */	

.blueheader  
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0593D6; 
}
A.blueheader:link, A.blueheader:visited, A.blueheader:active, a.blueheader:hover  
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #0593D6 
}

.bluelbl 
{
font-size:11px;
color:#3e81b5;
font-weight:bold;
font-family: Verdana, Arial, Helvetica, sans-serif; 	
}
.cbutton {
    background-color: aliceblue;
    border: #8496CE 1px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #3e81b5;
    height: 23px;
    cursor: hand;
    vertical-align: middle;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RiZGZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdff1 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dbdff1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdff1 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdff1',GradientType=0 ); /* IE6-8 */
}

.HighlightYellowRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color:Yellow;
}

.cSaveMsg 
{
	font-size:12px;
	color:#3e81b5;
	font-weight:bold;	
}

.Tbl_Grey  
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-weight: bold; 
    color:#4a7dac; 
    text-decoration:none; 
    padding-left: 2px; 
    text-align:center; }
.Tbl_GreyImg  
{
	background-color: aliceblue; 
	background: url('images/Gery2.gif'); 
}

.boxshadow  
{
	background: #eeeeee; -moz-box-shadow: 0 5px 10px #2e10a7; -webkit-box-shadow: 0 5px 10px #2e10a7; box-shadow: 0 5px 10px #2e10a7; zoom: 1; width: 370px; border: #8496CE 1px solid; 
}

hr.style-one  
{
	border:0; height:1px; background:#4b7ead; background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); background-image: -moz-linear-gradient(left, #ccc, #333, #ccc); background-image: -ms-linear-gradient(left, #ccc, #333, #ccc); background-image: -o-linear-gradient(left, #ccc, #333, #ccc); }

.NormalArialtext
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.hover_row
 {
        background-color: #fafadb !important;
 }


.Grid td
{
    border: solid 0px #3e81b5;
    margin: 3px 3px 3px 3px; 
    padding: 5px 5px 5px 5px;
}
.GridCategory {
    background-color: aliceblue;
    border: #8496CE 0px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    border-bottom: 1px solid #3e81b5;
    color: #3e81b5;
    height: 23px;
    vertical-align: middle;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RiZGZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdff1 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dbdff1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdff1 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdff1',GradientType=0 ); /* IE6-8 */
}

.Grid2 td
{
    border: solid 1px #3e81b5;
    margin: 3px 3px 3px 3px; 
    padding: 3px 3px 3px 3px;
}

.Grid3 td
{
    border: solid 0px #3e81b5;
    margin: 3px 3px 3px 3px; 
    padding: 3px 3px 3px 3px;
}

.GridDyn td
{
    border: solid 1px #d6d6d6;
    margin: 3px 3px 3px 3px; 
    padding: 3px 3px 3px 3px;
}

.GridDyn2 td
{
    border: solid 1px #d6d6d6;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.GridTO td
{
    border: solid 1px #d6d6d6;
    margin: 3px 3px 3px 3px; 
    padding: 3px 3px 3px 3px;
}

.DynamicTblHeader {
    background-color: #99b8de;
    border: #8496CE 1px solid;
    font-family: verdana;
    font-size: 9pt;
    color: #5A6DA5;
    height: 23px;
    vertical-align: middle;
    font-weight: bold;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2RiZGZmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #ffffff 0%, #dbdff1 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#dbdff1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#dbdff1 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#dbdff1 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdff1',GradientType=0 ); /* IE6-8 */
}
.DynamicTblAlternateStyle { font-size: 9pt; }
.DynamicTblItemStyle { font-size: 9pt; }
.DynamicTablestyle  
{
	border-collapse: collapse; 
	border-color: #dedfde; 
	border-style: solid; 
	}

.dnnRibbon .dnnLabel{ margin-bottom:0 !important;}
/* End CNOTES Styles */

/*Notification Styles*/
#notificationContainer{
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow-y: visible;
    position: absolute !important;
    top: 110px;
    width: 300px;
    z-index: 9999;
    border-radius:4px;
    border: 1px solid black;
    cursor:default;
    right:33px;
    display:none;}
#notificationContainer:before{
    content: '';
    display: block;
    position: absolute !important;
    width: 0;
    height: 0;
    color: transparent;
    border: 9px solid black;
    border-color: transparent transparent #000;
    margin-top: -18px;
    right:66px;}
.notifyHeader{height:10px; background-color:Black;}
.notifyicon{display:none;cursor:hand;}

/* notes toggle switch button */
.switch {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 24px;
  margin-top:-50px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #2ab934;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #ca2222;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    left: 28px !important;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
}
/*------ ADDED CSS ---------*/
.on {
    display: none;
}
.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 45%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}
.off {
    left:50% !important;
}
input:checked+ .slider .on
{display: block;}
input:checked + .slider .off
{display: none;}
/*--------- END --------*/
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;}
/* end toggle switch button */

/* styles used by Data Grids */
.DataGrid_AlternatingItem{background-color:#e0eaf9;color:Black;font-size:10px;font-weight:normal;}
.DataGrid_AlternatingItem td:first-child{text-align:left; width: 175px !important;}
table tr:hover.DataGrid_AlternatingItem { background-color: #ffff99; }
.DataGrid_Container{background-color:Transparent;}
.DataGrid_Footer{background-color:White;}
.DataGrid_Header{background-color:Transparent;color:Black;font-size:10px;font-weight:bold;text-align:center;}
.DataGrid_Item{background-color:Transparent;color:Black;font-size:10px;font-weight:normal;}
.DataGrid_Item td:first-child{text-align:left; }
table tr:hover.DataGrid_Item { background-color: #ffff99; width: 175px !important;}
.DataGrid_SelectedItem{background-color:Silver;color:Blue;font-size:10px;font-weight:normal;}
