@font-face {
	font-family: Oswald;
	src: url(../font/Oswald-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Open Sans';
	src: url(../font/OpenSans-ExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(../font/OpenSans-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(../font/OpenSans-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(../font/OpenSans-Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(../font/OpenSans-Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

figure,
nav {
	display: block;
}

a {
	color: #004b6b;
	transition: color 0.4s ease;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

p {
	margin: 10px 0;
}

img {
	vertical-align: middle;
	border: 0;
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-rounded {
	border-radius: 6px;
}

figure {
	margin: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 10px; /*wcb*/
	margin-bottom: 10px; /*wcb*/
	border: 0;
	border-top: 2px solid #ccc;
}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #222;
	background-color: #f6f6f6;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.btn,
.btn2 {
	font-family: Oswald;
	font-weight: 400;
}
h1,
h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.2;
}
#mcTooltip h2 {
	margin-top: 10px;
	line-height: 1;
}
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.2;
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2; /*wcb*/
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

li {
	padding: 6px 0;
}
#mcTooltip ul,
#mcTooltip ol {
	padding-left: 20px;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* layout
-------------------*/
#pageTitle {
	line-height: 42px;
	margin: 60px 0 40px 0;
}
.myDiv {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 760px;
	overflow: auto;
}
.page {
	margin: 0 auto;
	padding: 0 15px 40px;
	max-width: 800px;
	overflow: auto; /*overcome the margin collapsing issue*/
}
#main {
	width: 500px;
	padding: 0 20px;
	margin-right: 260px;
}
#side {
	float: right;
}
#navFixed {
	width: 260px;
}
@media only screen and (max-width: 900px) {
	#main {
		padding: 20px;
		margin-right: 0px;
	}
	#side {
		float: none;
	}
	.float-panel {
		position: static !important;
	}
	.page {
		padding: 0 4px 4px;
	}
}

/*The #header's max-width might be cancelled by jQuery*/
#header {
	background: #314f60;
	padding-top: 6px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999994;
	padding-top: 20px;
}
#header .small {
	margin-right: 20px;
	text-align: right;
}
#header a {
	color: #ddd;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	text-align: center;
	font-size: 0.75rem;
	clear: both;
	padding: 20px 0;
	margin-top: 40px;
	width: 100%;
	color: #000;
	border-top: 1px solid #ddd;
	span {
		display: inline-block;
		padding: 0 4px;
	}
	sup {
		position: relative;
		top: -3px;
	}
	a {
		display: inline-block;
		margin-right: 40px;
		color: #222;
		text-decoration: none;
		text-decoration: none;
		&:hover {
			text-decoration: underline;
		}
	}
}

#demowrap {
    position: relative;
    z-index: 2;
	background-color: #f6f6f6;
	overflow: auto;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.black-box {
	background-color: #314f60;
	padding: 20px;
	border-top: 4px solid #999;
	color: #f7f7f7;
}
.black-box h1,
.black-box h2,
.black-box h3 {
	margin-top: 0;
}
.black-box a {
	color: #bbb;
}
.black-box a:hover {
	color: #fff;
	text-decoration: none;
}

ul.densed {
	padding-left: 20px;
}
ul.densed li {
	padding: 0;
}

/*********************/


.tip {
	border: dotted 1px #fc6;
	background-color: #fff8e0;
	border-radius: 3px;
}
.tip ul {
	padding-left: 20px;
}
.tip {
	background-position: 3px center;
	padding: 12px 10px 12px 22px;
	margin: 10px 0;
}

code,
.code {
	border: dashed 1px #dadecb;
	padding: 12px 20px;
	background-color: #f2f2f2;
	font-family: Consolas, Menlo, monospace;
	font-size: 13px;
	margin: 6px auto;
	overflow: auto;
	white-space: pre-wrap;
	color: black;
	display: block;
	line-height: 20px;
}

code.cn {
	display: inline-block;
	background-color: #f6f6f6;
	margin: 0;
	padding: 2px 4px;
}
.copy,
.gear {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.copy {
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAC1QAAAtUABpJwPMQAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAACDSURBVCiRfY7tDcIwDETPVdbrSDAGdK+KYVAhjx+Ni5uPnhQp8t2zT4DKuwMbZ+XgC5B/bsAHWEJoKlADePgJWAjZCHgDjzB8hate66ioqvMKzCHcVHTAK1gIdytGwIe5qngCdkoy/YVaWXk5dUJImqolh1Ix46bvxSWlkdERDgzNnn7CUy9jwSxXxQAAAABJRU5ErkJggg==') no-repeat center center;
}

.gear {
	background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDkvMjIvMThMTIArAAAAyUlEQVQokZWSMW7CQBREH8aKEIewuQF3yA3SgMRJXPoA6ZEiWncQiTpFquQeQU7lI8T4peBHLDSQkUZazXztjv4sKupELdUHdaH+BBehzWIG1KlaqV/qi/rpGR/qJrxKnaIWautttGqRAQeg4TYa4JADK2CeGEfgHRB4BMahz4EV6nD19F4dBfdX3pDdEeUS6lLdJrf06luwT/RXdUn0UN+xpdroofzHWssM6IA18A08A7sk8S60Nma6v0gTT/Xn6lNk7+Ocm3yNXzAxaouNiit3AAAAAElFTkSuQmCC') no-repeat center center;
}
.indent {
	padding-left: 20px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.green {
	color: #007744;
}
.red {
	color: #c33;
}
.gray {
	color: #999;
}
.cn {
	font-family: Consolas, Menlo, monospace;
	background-color: #ddd;
	display: inline-block;
	padding: 2px 4px;
	border-radius: 3px;
}
.black {
	color: black;
}
.small {
	font-size: 85%;
}
.smaller {
	font-size: smaller;
}
.mid-font {
	font-size: 0.75rem;
}
.large {
	font-size: 1.3rem;
}

.left {
	float: left;
}
.i-b {
	display: inline-block;
}
.inline {
	display: inline;
}
.right {
	float: right;
}
.clear {
	clear: both !important;
}

.w20 {
	width: 20px;
}
.w40 {
	width: 40px;
}
.w160 {
	width: 160px;
}
.r10 {
	margin-right: 10px;
}
.w-100 {
	width: 100%;
}


#backtop {
	position: fixed;
	left: auto;
	right: 20px;
	top: auto;
	bottom: 20px;
	outline: none;
	overflow: hidden;
	color: #fff;
	text-align: center;
	background-color: rgba(49, 79, 96, 0.84);
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.3s linear;
	z-index: 999999;

	opacity: 1;
	display: none;
}
#backtop:hover {
	background-color: #27cfc3;
}
#backtop.mcOut {
	opacity: 0;
}

.pager {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 20px 0;
}
.pager a.pre-nxt {
	font-size: 28px;
}
.pager a {
	color: #333;
	margin: 0 6px;
	text-decoration: none;
}
.pager a.current,
div.pager a:hover {
	color: #c96;
}
.pager span.current {
	margin: 0 6px;
	color: #c96;
}

/*----bootstrap---------**/

.hide {
	display: none !important;
}
.hidden {
	display: none;
}

.show {
	display: block !important;
}

.btn2 {
	line-height: 1;
	padding: 9px 20px;
	font-size: 1.8em;
	margin: 6px;
}
.btn2 b,
input.btn2 {
	font-size: 1.7em;
	font-weight: 400;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	transition: background-color 0.3s; /*wcb*/
}

/*added by wcb*/
.btn:link {
	text-decoration: none !important;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
}

.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #333333;
	background-color: #ddd;
	border-color: #ccc;
}

.btn-default:active {
	background-image: none;
}

.btn-primary {
	color: #ffffff !important;
	background-color: #314f60;
	border-color: #1b3544;
	/*text-shadow: 1px 1px 1px #000;wcb*/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #4a6a7c;
	border-color: #314f60;
}

.btn-danger {
	color: #ffffff !important;
	background-color: #e55e39; /*wcb*/
	border-color: #e55e39;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
	background-color: #ed7a5b;
	border-color: #ed7a5b;
}

.btn-sm,
.btn-xs {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-xs {
	padding: 2px 6px; /*wcb*/
}

