* {
	box-sizing: border-box;
}

*::before, *::after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
}

body {
	background-color: #ffffff;
	color: #666666;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.49;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #4a89dc;
	text-decoration: none;
}

a:hover, a:focus {
	color: #2363b6;
	text-decoration: underline;
}

a:focus {
	outline: 0 none;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
}

.img-rounded {
	border-radius: 3px;
}

.img-thumbnail {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 1px;
	display: inline-block;
	height: auto;
	line-height: 1.49;
	max-width: 100%;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}

.img-circle {
	border-radius: 50%;
}

hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 19px;
	margin-top: 19px;
}

.sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

a.link-unstyled {
	color: #666;
}

a.link-unstyled:hover, a.link-unstyled:focus, a.link-unstyled:active {
	color: #222;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
	h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small,
	.h6 .small {
	color: #999999;
	font-weight: normal;
	line-height: 1;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 9.5px;
	margin-top: 19px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small,
	.h3 .small {
	font-size: 75%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 9.5px;
	margin-top: 9.5px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small,
	.h6 .small {
	font-size: 88%;
}

h1 small, .h1 .small {
	font-size: 70%;
}

h1, .h1 {
	font-size: 30px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4 {
	font-size: 15px;
}

h5, .h5 {
	font-size: 13px;
}

h6, .h6 {
	color: #999999;
	font-size: 11px;
}

p {
	margin: 0 0 9.5px;
}

.lead {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 19px;
}

@media ( min-width : 768px) {
	.lead {
		font-size: 19.5px;
	}
}

small, .small {
	font-size: 92%;
}

cite {
	font-style: normal;
}

mark, .mark {
	background-color: #f8cd73;
	padding: 0.2em;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.page-header {
	border-bottom: 1px solid #dddddd;
	margin: 38px 0 19px;
	padding-bottom: 16.5px;
}

.content-header {
	margin-bottom: 40px;
	margin-top: 15px;
	text-align: center;
}

.content-header h1, .content-header h2, .content-header h3, .content-header h4 {
	line-height: 30px;
}

.micro-header {
	color: #999;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}

ul, ol {
	margin-bottom: 9.5px;
	margin-top: 0;
}

ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	list-style: outside none none;
	padding-left: 0;
}

.list-inline {
	list-style: outside none none;
	margin-left: -5px;
	padding-left: 0;
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

dl {
	margin-bottom: 19px;
	margin-top: 0;
}

dt, dd {
	line-height: 1.49;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media ( min-width : 480px) {
	.dl-horizontal dt {
		clear: left;
		float: left;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 160px;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[title], abbr[data-original-title] {
	border-bottom: 1px dotted #777777;
	cursor: help;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	border-left: 5px solid #eeeeee;
	font-size: 16.25px;
	margin: 0 0 19px;
	padding: 9.5px 19px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote.blockquote-rounded {
	border-radius: 11px;
}

blockquote.blockquote-thin {
	border-width: 3px;
}

blockquote footer, blockquote small, blockquote .small {
	color: #777777;
	display: block;
	font-size: 80%;
	line-height: 1.49;
}

blockquote footer::before, blockquote small::before, blockquote .small::before {
	content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
	border-left: 0 none;
	border-right: 5px solid #eeeeee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}

.blockquote-reverse footer::before, blockquote.pull-right footer::before, .blockquote-reverse small::before, blockquote.pull-right small::before,
	.blockquote-reverse .small::before, blockquote.pull-right .small::before {
	content: "";
}

.blockquote-reverse footer::after, blockquote.pull-right footer::after, .blockquote-reverse small::after, blockquote.pull-right small::after,
	.blockquote-reverse .small::after, blockquote.pull-right .small::after {
	content: " —";
}

blockquote::before, blockquote::after {
	content: "";
}

address {
	font-style: normal;
	line-height: 1.49;
	margin-bottom: 19px;
}

.dropcap {
	min-height: 75px;
}

.dropcap::first-letter {
	color: #555;
	float: left;
	font-family: "Droid Serif", serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 45px;
	margin: 0 5px 0 0;
	padding: 5px;
}

.dropcap.lead::first-letter {
	font-size: 90px;
	line-height: 25px;
}

.dropcap.dropcap-fill::first-letter {
	border-radius: 6px;
	color: #fff;
	margin: 0 10px 0 0;
}

.dropcap.lead.dropcap-fill::first-letter {
	border-radius: 6px;
	color: #fff;
	margin: 0 10px 0 0;
	padding-bottom: 26px;
}

hr {
	border-top: 1px solid #ddd;
	margin: 35px 0;
}

hr.alt {
	border-top: 1px dashed #cccccc;
}

hr.short {
	margin: 20px 0;
}

hr.tall {
	margin: 55px 0;
}

hr.dotted {
	border-style: dotted;
}

.divider {
	background: #e2e2e2 none repeat scroll 0 0;
	height: 1px;
	margin: 25px 0;
}

code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	background-color: #f9f2f4;
	border-radius: 1px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}

kbd {
	background-color: #333333;
	border-radius: 0;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
	color: #ffffff;
	font-size: 90%;
	padding: 2px 4px;
}

kbd kbd {
	box-shadow: none;
	font-size: 100%;
	padding: 0;
}

pre {
	background-color: #eaeef0;
	border: 1px solid #cbd6d6;
	border-radius: 1px;
	color: #333333;
	display: block;
	font-size: 12px;
	line-height: 1.49;
	margin: 0 0 9.5px;
	padding: 9px;
	word-break: break-all;
	word-wrap: break-word;
}

pre code {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 11px;
	padding-right: 11px;
}

@media ( min-width : 768px) {
	.container {
		width: 742px;
	}
}

@media ( min-width : 992px) {
	.container {
		width: 962px;
	}
}

@media ( min-width : 1140px) {
	.container {
		width: 1062px;
	}
}

@media ( min-width : 1400px) {
	.container {
		width: 1302px;
	}
}

.container-sm {
	max-width: 640px;
}

.container-md {
	max-width: 860px;
}

.container-lg {
	max-width: 1000px;
}

.container-xl {
	max-width: 1200px;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 11px;
	padding-right: 11px;
}

.row {
	margin-left: -11px;
	margin-right: -11px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3,
	.col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7,
	.col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
	.col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	min-height: 1px;
	padding-left: 11px;
	padding-right: 11px;
	position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10,
	.col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.6667%;
}

.col-xs-10 {
	width: 83.3333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.6667%;
}

.col-xs-7 {
	width: 58.3333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.6667%;
}

.col-xs-4 {
	width: 33.3333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.6667%;
}

.col-xs-1 {
	width: 8.33333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.6667%;
}

.col-xs-pull-10 {
	right: 83.3333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.6667%;
}

.col-xs-pull-7 {
	right: 58.3333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.6667%;
}

.col-xs-pull-4 {
	right: 33.3333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.6667%;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.6667%;
}

.col-xs-push-10 {
	left: 83.3333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.6667%;
}

.col-xs-push-7 {
	left: 58.3333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.6667%;
}

.col-xs-push-4 {
	left: 33.3333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.6667%;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.6667%;
}

.col-xs-offset-10 {
	margin-left: 83.3333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.6667%;
}

.col-xs-offset-7 {
	margin-left: 58.3333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.6667%;
}

.col-xs-offset-4 {
	margin-left: 33.3333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.6667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media ( min-width : 768px) {
	.heading-height {
		max-height: 85px !important;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10,
		.col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.6667%;
	}
	.col-sm-10 {
		width: 83.3333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.6667%;
	}
	.col-sm-7 {
		width: 58.3333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.6667%;
	}
	.col-sm-4 {
		width: 33.3333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.6667%;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.6667%;
	}
	.col-sm-pull-10 {
		right: 83.3333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.6667%;
	}
	.col-sm-pull-7 {
		right: 58.3333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.6667%;
	}
	.col-sm-pull-4 {
		right: 33.3333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.6667%;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.6667%;
	}
	.col-sm-push-10 {
		left: 83.3333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.6667%;
	}
	.col-sm-push-7 {
		left: 58.3333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.6667%;
	}
	.col-sm-push-4 {
		left: 33.3333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.6667%;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.6667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.3333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.6667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.3333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.6667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.3333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.6667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width : 992px) {
	
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10,
		.col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.6667%;
	}
	.col-md-10 {
		width: 83.3333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.6667%;
	}
	.col-md-7 {
		width: 58.3333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.6667%;
	}
	.col-md-4 {
		width: 33.3333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.6667%;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.6667%;
	}
	.col-md-pull-10 {
		right: 83.3333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.6667%;
	}
	.col-md-pull-7 {
		right: 58.3333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.6667%;
	}
	.col-md-pull-4 {
		right: 33.3333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.6667%;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.6667%;
	}
	.col-md-push-10 {
		left: 83.3333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.6667%;
	}
	.col-md-push-7 {
		left: 58.3333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.6667%;
	}
	.col-md-push-4 {
		left: 33.3333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.6667%;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.6667%;
	}
	.col-md-offset-10 {
		margin-left: 83.3333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.6667%;
	}
	.col-md-offset-7 {
		margin-left: 58.3333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.6667%;
	}
	.col-md-offset-4 {
		margin-left: 33.3333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.6667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width : 1140px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10,
		.col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.6667%;
	}
	.col-lg-10 {
		width: 83.3333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.6667%;
	}
	.col-lg-7 {
		width: 58.3333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.6667%;
	}
	.col-lg-4 {
		width: 33.3333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.6667%;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.6667%;
	}
	.col-lg-pull-10 {
		right: 83.3333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.6667%;
	}
	.col-lg-pull-7 {
		right: 58.3333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.6667%;
	}
	.col-lg-pull-4 {
		right: 33.3333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.6667%;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.6667%;
	}
	.col-lg-push-10 {
		left: 83.3333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.6667%;
	}
	.col-lg-push-7 {
		left: 58.3333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.6667%;
	}
	.col-lg-push-4 {
		left: 33.3333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.6667%;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.6667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.3333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.6667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.3333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.6667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.3333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.6667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
}

@media ( min-width : 1400px) {
	
	.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10,
		.col-xl-11, .col-xl-12 {
		float: left;
	}
	.col-xl-12 {
		width: 100%;
	}
	.col-xl-11 {
		width: 91.6667%;
	}
	.col-xl-10 {
		width: 83.3333%;
	}
	.col-xl-9 {
		width: 75%;
	}
	.col-xl-8 {
		width: 66.6667%;
	}
	.col-xl-7 {
		width: 58.3333%;
	}
	.col-xl-6 {
		width: 50%;
	}
	.col-xl-5 {
		width: 41.6667%;
	}
	.col-xl-4 {
		width: 33.3333%;
	}
	.col-xl-3 {
		width: 25%;
	}
	.col-xl-2 {
		width: 16.6667%;
	}
	.col-xl-1 {
		width: 8.33333%;
	}
	.col-xl-pull-12 {
		right: 100%;
	}
	.col-xl-pull-11 {
		right: 91.6667%;
	}
	.col-xl-pull-10 {
		right: 83.3333%;
	}
	.col-xl-pull-9 {
		right: 75%;
	}
	.col-xl-pull-8 {
		right: 66.6667%;
	}
	.col-xl-pull-7 {
		right: 58.3333%;
	}
	.col-xl-pull-6 {
		right: 50%;
	}
	.col-xl-pull-5 {
		right: 41.6667%;
	}
	.col-xl-pull-4 {
		right: 33.3333%;
	}
	.col-xl-pull-3 {
		right: 25%;
	}
	.col-xl-pull-2 {
		right: 16.6667%;
	}
	.col-xl-pull-1 {
		right: 8.33333%;
	}
	.col-xl-pull-0 {
		right: auto;
	}
	.col-xl-push-12 {
		left: 100%;
	}
	.col-xl-push-11 {
		left: 91.6667%;
	}
	.col-xl-push-10 {
		left: 83.3333%;
	}
	.col-xl-push-9 {
		left: 75%;
	}
	.col-xl-push-8 {
		left: 66.6667%;
	}
	.col-xl-push-7 {
		left: 58.3333%;
	}
	.col-xl-push-6 {
		left: 50%;
	}
	.col-xl-push-5 {
		left: 41.6667%;
	}
	.col-xl-push-4 {
		left: 33.3333%;
	}
	.col-xl-push-3 {
		left: 25%;
	}
	.col-xl-push-2 {
		left: 16.6667%;
	}
	.col-xl-push-1 {
		left: 8.33333%;
	}
	.col-xl-push-0 {
		left: auto;
	}
	.col-xl-offset-12 {
		margin-left: 100%;
	}
	.col-xl-offset-11 {
		margin-left: 91.6667%;
	}
	.col-xl-offset-10 {
		margin-left: 83.3333%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-8 {
		margin-left: 66.6667%;
	}
	.col-xl-offset-7 {
		margin-left: 58.3333%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-5 {
		margin-left: 41.6667%;
	}
	.col-xl-offset-4 {
		margin-left: 33.3333%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-2 {
		margin-left: 16.6667%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xl-offset-0 {
		margin-left: 0;
	}
}

table {
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border-top: 1px solid #eeeeee;
	line-height: 1.49;
	padding: 9px;
	vertical-align: middle;
}

.table>thead>tr>th {
	border-bottom: 1px solid #eeeeee;
	font-weight: 600;
	vertical-align: bottom;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th,
	.table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td
	{
	border-top: 0 none;
}

.table>tbody+tbody {
	border-top: 2px solid #eeeeee;
}

.table tbody>tr:first-child>td {
	border-top: 0 none;
}

.table .table {
	background-color: #ffffff;
	margin-bottom: 0;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td,
	.table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #eeeeee;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
	.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #eeeeee;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(2n+1)>td, .table-striped>tbody>tr:nth-child(2n+1)>th {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5;
}

.table-curved>tbody>tr>td:first-child {
	border-radius: 4px 0 0 4px;
}

.table-curved>tbody>tr>td:last-child {
	border-radius: 0 4px 4px 0;
}

table col[class*="col-"] {
	display: table-column;
	float: none;
	position: static;
}

table td[class*="col-"], table th[class*="col-"] {
	display: table-cell;
	float: none;
	position: static;
}

.table>thead>tr>td.default, .table>tbody>tr>td.default, .table>tfoot>tr>td.default, .table>thead>tr>th.default, .table>tbody>tr>th.default,
	.table>tfoot>tr>th.default, .table>thead>tr.default>td, .table>tbody>tr.default>td, .table>tfoot>tr.default>td, .table>thead>tr.default>th,
	.table>tbody>tr.default>th, .table>tfoot>tr.default>th {
	background-color: #f0f0f0;
	border-color: #ddd;
	color: #777;
}

.table-hover>tbody>tr>td.default:hover, .table-hover>tbody>tr>th.default:hover, .table-hover>tbody>tr.default:hover>td,
	.table-hover>tbody>tr:hover>.default, .table-hover>tbody>tr.default:hover>th {
	background-color: #fcfcfc;
}

@media screen and (max-width: 767px) {
	.heading-height{
		max-height: 85px !important;
	}
	.table-responsive {
		border: 1px solid #eeeeee;
		margin-bottom: 14.25px;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
	}
	.table-responsive>.table {
		margin-bottom: 0;
	}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th,
		.table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
		white-space: nowrap;
	}
	.table-responsive>.table-bordered {
		border: 0 none;
	}
	.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child,
		.table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child,
		.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
		border-left: 0 none;
	}
	.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child,
		.table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child,
		.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
		border-right: 0 none;
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th,
		.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
		border-bottom: 0 none;
	}
}

fieldset {
	border: 0 none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #333333;
	display: block;
	font-size: 19.5px;
	line-height: inherit;
	margin-bottom: 19px;
	padding: 0;
	width: 100%;
}

label {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 5px;
	max-width: 100%;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
	line-height: normal;
	margin: 4px 0 0;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple], select[size] {
	height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: 0 none;
	outline-offset: -2px;
}

output {
	color: #555555;
	display: block;
	font-size: 13px;
	line-height: 1.49;
	padding-top: 10px;
}

.form-control {
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #dddddd;
	border-radius: 0;
	color: #555555;
	display: block;
	font-size: 13px;
	height: 39px;
	line-height: 1.49;
	padding: 9px 12px;
	transition: border-color 0.15s ease-in-out 0s;
	width: 100%;
}

.form-control:focus {
	border-color: #75a5e4;
	outline: 0 none;
}

.form-control::-moz-placeholder {
	color: #777777;
	opacity: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fafafa;
	cursor: not-allowed;
	opacity: 1;
}

textarea.form-control {
	height: auto;
}

textarea.form-control {
	resize: vertical;
}

textarea.textarea-grow {
	height: 39px;
	resize: none;
}

textarea.textarea-grow:focus {
	height: auto;
	resize: vertical;
}

.input-hero .form-control {
	background: #f9f9f9 none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 16px;
	height: 60px;
	padding: 14px 25px;
}

input[type="search"] {
	
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 39px;
}

input.input-sm[type="date"], input.input-sm[type="time"], input.input-sm[type="datetime-local"], input.input-sm[type="month"]
	{
	line-height: 30px;
}

input.input-lg[type="date"], input.input-lg[type="time"], input.input-lg[type="datetime-local"], input.input-lg[type="month"]
	{
	line-height: 45px;
}

.form-group {
	margin-bottom: 15px;
}

.radio, .checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 19px;
	position: relative;
}

.radio label, .checkbox label {
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]
	{
	margin-left: -20px;
	position: absolute;
}

.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline, .checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-left: 10px;
	margin-top: 0;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input.disabled[type="radio"], input.disabled[type="checkbox"],
	fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline
	{
	cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	border-radius: 0;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm, select.input-sm[multiple] {
	height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
	border-radius: 3px;
	font-size: 17px;
	height: 45px;
	line-height: 1.33;
	padding: 10px 16px;
}

select.input-lg {
	height: 45px;
	line-height: 45px;
}

textarea.input-lg, select.input-lg[multiple] {
	height: auto;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 48.75px;
}

.form-control-feedback {
	display: block;
	height: 39px;
	line-height: 39px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 24px;
	width: 39px;
	z-index: 2;
}

.input-lg+.form-control-feedback {
	height: 45px;
	line-height: 45px;
	width: 45px;
}

.input-sm+.form-control-feedback {
	height: 30px;
	line-height: 30px;
	width: 30px;
}

.has-primary .help-block, .has-primary .control-label, .has-primary .radio, .has-primary .checkbox, .has-primary .radio-inline,
	.has-primary .checkbox-inline, .has-primary .append-icon {
	color: #4a89dc;
}

.has-primary .form-control {
	border-color: #75a5e4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-primary .form-control:focus {
	border-color: #276ecc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #9fc1ed;
}

.has-primary .input-group-addon {
	background-color: #caddf5;
	border-color: #4a89dc;
	color: #1f57a1;
}

.has-primary .form-control-feedback {
	color: #4a89dc;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline,
	.has-success .checkbox-inline, .has-success .append-icon {
	color: #70ca63;
}

.has-success .form-control {
	border-color: #93d789;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success .form-control:focus {
	border-color: #4fbb3f;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #b6e4af;
}

.has-success .input-group-addon {
	background-color: #d9f1d5;
	border-color: #70ca63;
	color: #3f9532;
}

.has-success .form-control-feedback {
	color: #70ca63;
}

.has-info .help-block, .has-info .control-label, .has-info .radio, .has-info .checkbox, .has-info .radio-inline,
	.has-info .checkbox-inline, .has-info .append-icon {
	color: #3bafda;
}

.has-info .form-control {
	border-color: #66c1e2;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-info .form-control:focus {
	border-color: #2494be;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #91d2ea;
}

.has-info .input-group-addon {
	background-color: #bce4f2;
	border-color: #3bafda;
	color: #1c7393;
}

.has-info .form-control-feedback {
	color: #3bafda;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline,
	.has-warning .checkbox-inline, .has-warning .append-icon {
	color: #f6bb42;
}

.has-warning .form-control {
	border-color: #f8cd73;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-warning .form-control:focus {
	border-color: #f4a911;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #fbdea3;
}

.has-warning .input-group-addon {
	background-color: #fdf0d4;
	border-color: #f6bb42;
	color: #c88a0a;
}

.has-warning .form-control-feedback {
	color: #f6bb42;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline,
	.has-error .checkbox-inline, .has-error .append-icon {
	color: #e9573f;
}

.has-error .form-control {
	border-color: #ee7f6d;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .form-control:focus {
	border-color: #dc3519;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #f3a79b;
}

.has-error .input-group-addon {
	background-color: #fadbd6;
	border-color: #e9573f;
	color: #bc2d16;
}

.has-error .form-control-feedback {
	color: #e9573f;
}

.has-alert .help-block, .has-alert .control-label, .has-alert .radio, .has-alert .checkbox, .has-alert .radio-inline,
	.has-alert .checkbox-inline, .has-alert .append-icon {
	color: #967adc;
}

.has-alert .form-control {
	border-color: #b6a2e7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-alert .form-control:focus {
	border-color: #7652d1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #d6cbf1;
}

.has-alert .input-group-addon {
	background-color: #ece7f9;
	border-color: #967adc;
	color: #542fb2;
}

.has-alert .form-control-feedback {
	color: #967adc;
}

.has-system .help-block, .has-system .control-label, .has-system .radio, .has-system .checkbox, .has-system .radio-inline,
	.has-system .checkbox-inline, .has-system .append-icon {
	color: #37bc9b;
}

.has-system .form-control {
	border-color: #58ceb1;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-system .form-control:focus {
	border-color: #2b957a;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.024) inset, 0 0 3px #7fdac3;
}

.has-system .input-group-addon {
	background-color: #a7e5d6;
	border-color: #37bc9b;
	color: #206d5a;
}

.has-system .form-control-feedback {
	color: #37bc9b;
}

.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0;
}

.help-block {
	color: #a6a6a6;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media ( min-width : 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control
		{
		width: auto;
	}
	.form-inline .input-group>.form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio, .form-inline .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.form-inline .radio label, .form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
		margin-left: 0;
		position: relative;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 10px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 29px;
}

.form-horizontal .form-group {
	margin-left: -11px;
	margin-right: -11px;
}

@media ( min-width : 768px) {
	.form-horizontal .control-label {
		margin-bottom: 0;
		padding-top: 10px;
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 11px;
	top: 0;
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px;
	}
}

@media ( min-width : 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
	}
}

.form-bordered .form-group {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.form-bordered .form-group:last-child {
	border-bottom: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.append-icon {
	font-size: 14px;
	left: 23px;
	position: absolute;
	top: 8px;
}

.append-icon.right {
	left: auto;
	right: 23px;
}

.append-icon+input.form-control {
	padding-right: 40px;
}

.input-group-addon {
	background-color: #fafafa;
	border-color: #ddd;
	color: #4a89dc;
}

.input-group.input-hero {
	display: block;
}

.input-group.input-hero .input-group-addon {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	font-size: 18px;
	left: 13px;
	position: absolute;
	top: 10px;
	z-index: 3;
}

.input-group.input-hero .input-group-addon+input.form-control {
	border-left: 3px solid #4a89dc;
	display: block;
	float: none;
	padding-left: 60px;
	z-index: 0 !important;
}

.input-hero.input-hero-sm .form-control {
	background: #fff none repeat scroll 0 0;
	height: 54px;
}

.input-hero.input-hero-sm .input-group-addon {
	left: 10px;
	top: 8px;
}

.input-group.input-hero-sm .input-group-addon+input.form-control {
	padding-left: 54px;
}

.bootstrap-maxlength {
	border-radius: 0;
	opacity: 0.6;
	padding: 0 15px;
}

.bootstrap-maxlength.maxlength-right {
	margin-left: 7px;
	margin-top: -8px;
	padding: 7px 12px;
}

.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.49;
	margin-bottom: 0;
	padding: 9px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0 none;
	outline-offset: -2px;
}

.btn:hover, .btn:focus {
	color: #666666;
	text-decoration: none;
}

.btn:active, .btn.active {
	background-image: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	outline: 0 none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}

.btn.btn-gradient {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.btn.btn-rounded {
	border-radius: 20px;
}

.btn-link {
	border-radius: 0;
	color: #4a89dc;
	cursor: pointer;
	font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
	background-color: transparent;
	color: #2363b6;
	text-decoration: underline;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus
	{
	color: #777777;
	text-decoration: none;
}

.btn-lg, .btn-group-lg>.btn {
	border-radius: 3px;
	font-size: 17px;
	line-height: 1.33;
	padding: 10px 16px;
}

.btn-sm, .btn-group-sm>.btn {
	border-radius: 0;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.btn-xs, .btn-group-xs>.btn {
	border-radius: 0;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
	width: 100%;
}

.btn.btn-alt {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fbfbfb;
	border-color: #eee;
	border-image: none;
	border-radius: 1px;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	color: #999;
	font-size: 11px;
	font-weight: 600;
	margin: 5px 3px;
	padding: 7px 11px;
	position: relative;
	text-decoration: none;
	transition: opacity 0.1s ease 0s;
}

.btn.btn-alt.item-active, .btn.btn-alt:hover, .btn.btn-alt:focus {
	background-color: #fefefe !important;
	color: #666 !important;
}

.btn.btn-alt.btn-gradient {
	background-color: #f0f0f0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0.3) 100%);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.08) rgba(0, 0, 0, 0.14) #ddd;
	border-left: 4px solid #ddd;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.btn.btn-alt.btn-gradient:hover, .btn.btn-alt.btn-gradient:focus {
	background-color: #eee;
}

.btn.btn-alt.item-checked {
	border-left-color: #70ca63 !important;
	color: #666;
	opacity: 1;
	transition: all 0.2s ease 0s;
}

.holder-style {
	background-color: #f1f1f1;
	border: 0 none;
	color: #aaa;
	display: block;
	outline: 2px dashed #d9d9d9;
	padding: 9px 16px;
	transition: all 0.15s ease 0s;
}

.holder-style:hover, .holder-style:focus {
	background-color: #eee;
	border: 0 none;
	color: #777;
	cursor: pointer;
	outline: 2px dashed #aaa;
	text-decoration: none;
}

.holder-style.holder-active {
	background-color: #fff;
	outline-color: #70ca63;
}

.holder-style .holder-icon {
	color: #aaa;
	font-size: 30px;
	padding-bottom: 10px;
}

.holder-style:hover .holder-icon, .holder-style:focus .holder-icon, .holder-style.holder-active .holder-icon {
	color: #70ca63;
}

.btn-dimmer.btn, .btn-dimmer .btn {
	opacity: 0.5;
}

.btn-dimmer.btn:hover, .btn-dimmer .btn:hover, .btn-dimmer.btn.item-active, .btn-dimmer .btn.item-active {
	opacity: 1;
}

.fade {
	opacity: 0;
	transition: opacity 0.15s linear 0s;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	transition: height 0.35s ease 0s;
}

.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}

.caret.caret-tp {
	border-top-color: rgba(0, 0, 0, 0.2);
}

.caret.caret-xs {
	border-width: 2px;
}

.caret.caret-sm {
	border-width: 3px;
}

.caret.caret-lg {
	border-width: 5px;
}

.dropdown {
	position: relative;
}

.dropdown-menu.dropdown-sm {
	min-width: 120px;
}

.dropdown-menu.dropdown-sm li {
	margin-bottom: 0;
}

.dropdown-menu.dropdown-sm li a {
	font-size: 13px;
	padding: 2px 12px;
}

.dropdown-toggle:focus {
	outline: 0 none;
}

.dropdown-menu {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 1px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 13px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}

.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}

.dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 8.5px 0;
	overflow: hidden;
}

.dropdown-menu>li>a {
	clear: both;
	color: #666666;
	display: block;
	font-weight: normal;
	line-height: 1.49;
	padding: 5px 15px;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #f5f5f5;
	color: #595959;
	text-decoration: none;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #4a89dc;
	color: #ffffff;
	outline: 0 none;
	text-decoration: none;
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #777777;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	text-decoration: none;
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0 none;
}

.dropdown-menu-right {
	left: auto;
	right: 0;
}

.dropdown-menu-left {
	left: 0;
	right: auto;
}

.dropdown-header {
	color: #777777;
	display: block;
	font-size: 12px;
	line-height: 1.49;
	padding: 3px 20px;
	white-space: nowrap;
}

.dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	left: auto;
	right: 0;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 4px solid;
	border-top: 0 none;
	content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 1px;
	top: auto;
}

@media ( min-width : 480px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

.btn-group, .btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.btn-group>.btn, .btn-group-vertical>.btn {
	float: left;
	position: relative;
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active,
	.btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
	z-index: 2;
}

.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
	outline: 0 none;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle ) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not (:first-child ), .btn-group>.dropdown-toggle:not (:first-child ) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not (:first-child ):not (:last-child ) >.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0 none;
}

.btn-group>.btn+.dropdown-toggle {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	padding-left: 8px;
	padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn,
	.btn-group-vertical>.btn-group+.btn-group {
	margin-left: 0;
	margin-top: -1px;
}

.btn-group-vertical>.btn:not (:first-child ):not (:last-child ) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not (:last-child ) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 1px;
}

.btn-group-vertical>.btn:last-child:not (:first-child ) {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child ) >.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not (:last-child ) >.btn:last-child, .btn-group-vertical>.btn-group:first-child:not
	(:last-child ) >.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not (:first-child ) >.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}

.input-group[class*="col-"] {
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
	border-radius: 3px;
	font-size: 17px;
	height: 45px;
	line-height: 1.33;
	padding: 10px 16px;
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn
	{
	height: 45px;
	line-height: 45px;
}

textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn,
	select.input-group-lg[multiple]>.form-control, select.input-group-lg[multiple]>.input-group-addon, select.input-group-lg[multiple]>.input-group-btn>.btn
	{
	height: auto;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	border-radius: 0;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn
	{
	height: 30px;
	line-height: 30px;
}

textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn,
	select.input-group-sm[multiple]>.form-control, select.input-group-sm[multiple]>.input-group-addon, select.input-group-sm[multiple]>.input-group-btn>.btn
	{
	height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}

.input-group-addon:not (:first-child ):not (:last-child ), .input-group-btn:not (:first-child ):not (:last-child ),
	.input-group .form-control:not (:first-child ):not (:last-child ) {
	border-radius: 0;
}

.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}

.input-group-addon {
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 0;
	color: #4a89dc;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	min-width: 40px;
	padding: 9px 12px;
	text-align: center;
}

.input-group-addon.input-sm {
	border-radius: 0;
	font-size: 12px;
	padding: 5px 10px;
}

.input-group-addon.input-lg {
	border-radius: 3px;
	font-size: 17px;
	padding: 10px 16px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn,
	.input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not
	(:last-child ):not (.dropdown-toggle ), .input-group-btn:last-child>.btn-group:not (:last-child ) >.btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0 none;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn,
	.input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not (:first-child ), .input-group-btn:first-child>.btn-group:not
	(:first-child ) >.btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0 none;
}

.input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
	z-index: 2;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
	margin-left: -1px;
}

.nav {
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
}

.nav>li {
	display: block;
	position: relative;
}

.nav>li>a {
	display: block;
	padding: 10px 15px;
	position: relative;
}

.nav>li>a:hover, .nav>li>a:focus {
	background-color: #eeeeee;
	text-decoration: none;
}

.nav>li.disabled>a {
	color: #777777;
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	background-color: transparent;
	color: #777777;
	cursor: not-allowed;
	text-decoration: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eeeeee;
	border-color: #ccc;
}

.nav .nav-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 8.5px 0;
	overflow: hidden;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 1px 1px 0 0;
	line-height: 1.49;
	margin-right: 2px;
}

.nav-tabs>li>a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: transparent;
	border-color: #dddddd #dddddd transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	cursor: default;
}

.nav-tabs.nav-justified {
	border-bottom: 0 none;
	width: 100%;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	left: auto;
	top: auto;
}

@media ( min-width : 768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	border-radius: 1px;
	margin-right: 0;
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #dddddd;
}

@media ( min-width : 768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #dddddd;
		border-radius: 1px 1px 0 0;
	}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #ffffff;
	}
}

.nav-pills.nav-pills-sm>li>a {
	font-size: 12px;
	padding: 4px 8px;
}

.nav-pills.nav-pills-lg>li>a {
	font-size: 14px;
	padding: 12px 18px;
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 1px;
	color: #888;
	padding: 8px 14px;
}

.nav-pills>li+li {
	margin-left: 7px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #4a89dc;
	color: #fff;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-left: 0;
	margin-top: 2px;
}

.page-heading {
	background-color: #f2f2f2;
	border-bottom: 1px solid #d9d9d9;
	margin: -25px -20px 25px;
	padding: 30px 40px;
	position: relative;
}

.page-tabs {
	background: #e9e9e9 none repeat scroll 0 0;
	border-bottom: 1px solid #ddd;
	margin: -25px -20px 30px;
	padding: 15px 25px 0;
}

.page-tabs .nav-tabs {
	border-bottom: 0 none;
}

.page-tabs .nav-tabs>li>a {
	color: #aaa;
	padding: 10px 20px;
}

.page-tabs .nav-tabs>li:hover>a, .page-tabs .nav-tabs>li:focus>a {
	border-color: #ddd;
}

.page-tabs .nav-tabs>li.active>a, .page-tabs .nav-tabs>li.active>a:hover, .page-tabs .nav-tabs>li.active>a:focus {
	background-color: #eee;
	border-bottom-color: transparent;
	color: #666;
	font-weight: 600;
}

@media ( max-width : 800px) {
	.page-tabs {
		padding: 25px 20px 0;
	}
	.page-tabs .nav-tabs li {
		float: none;
		margin-bottom: 5px;
	}
	.page-tabs .nav-tabs li:last-child, .page-tabs .nav-tabs li.active:last-child {
		margin-bottom: 10px;
	}
	.page-tabs .nav-tabs>li>a:hover, .page-tabs .nav-tabs>li>a:focus {
		border: 1px solid #ddd;
	}
	.page-tabs .nav-tabs>li.active>a, .page-tabs .nav-tabs>li.active>a:hover, .page-tabs .nav-tabs>li.active>a:focus {
		border-bottom-color: #ddd;
	}
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
	left: auto;
	top: auto;
}

@media ( min-width : 768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0 none;
}

.nav-tabs-justified>li>a {
	border-radius: 1px;
	margin-right: 0;
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
	border: 1px solid #dddddd;
}

@media ( min-width : 768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #dddddd;
		border-radius: 1px 1px 0 0;
	}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
		border-bottom-color: #ffffff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}

.nav-list {
	margin-bottom: 20px;
}

.nav-list li {
	display: inline-block;
}

.nav-list li.active a {
	border-bottom: 3px solid #4a89dc;
	color: #444;
}

.nav-list li a {
	border-bottom: 3px solid transparent;
	color: #aaa;
	font-weight: 600;
}

.nav-list li a:hover, .nav-list li a:focus {
	background-color: transparent;
	color: #444;
}

.nav-list.nav-list-sm li a {
	padding: 10px 8px;
}

.navbar {
	border: 1px solid transparent;
	margin-bottom: 19px;
	min-height: 50px;
	position: relative;
}

@media ( min-width : 480px) {
	.navbar {
		border-radius: 1px;
	}
}

@media ( min-width : 480px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	overflow-x: visible;
	padding-left: 11px;
	padding-right: 11px;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media ( min-width : 480px) {
	.navbar-collapse {
		border-top: 0 none;
		box-shadow: none;
		width: auto;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		overflow: visible !important;
		padding-bottom: 0;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media ( max-width : 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
	{
	margin-left: -11px;
	margin-right: -11px;
}

@media ( min-width : 480px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse
		{
		margin-left: 0;
		margin-right: 0;
	}
}

.navbar-static-top {
	border-width: 0 0 1px;
	z-index: 1000;
}

@media ( min-width : 480px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	left: 0;
	position: fixed;
	right: 0;
	transform: translate3d(0px, 0px, 0px);
	z-index: 1030;
}

@media ( min-width : 480px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
}

.navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.navbar-brand {
	float: left;
	font-size: 17px;
	height: 50px;
	line-height: 19px;
	padding: 15.5px 11px;
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}

@media ( min-width : 480px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: -11px;
	}
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 1px;
	float: right;
	margin-bottom: 8px;
	margin-right: 11px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}

.navbar-toggle:focus {
	outline: 0 none;
}

.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media ( min-width : 480px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.75px -11px;
}

.navbar-nav>li>a {
	line-height: 19px;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media ( max-width : 479px) {
	.navbar-nav .open .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 19px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

@media ( min-width : 480px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-bottom: 15.5px;
		padding-top: 15.5px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -11px;
	}
}

@media ( min-width : 480px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	margin: 5.5px -11px;
	padding: 10px 11px;
}

@media ( min-width : 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control
		{
		width: auto;
	}
	.navbar-form .input-group>.form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio, .navbar-form .checkbox {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label, .navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
		margin-left: 0;
		position: relative;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media ( max-width : 479px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media ( min-width : 480px) {
	.navbar-form {
		border: 0 none;
		box-shadow: none;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 0;
		padding-top: 0;
		width: auto;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -11px;
	}
}

.navbar-nav>li>.dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.navbar-btn {
	margin-bottom: 15px;
	margin-top: 15px;
}

.navbar-btn.btn-sm {
	margin-bottom: 10px;
	margin-top: 10px;
}

.navbar-btn.btn-xs {
	margin-bottom: 14px;
	margin-top: 14px;
}

.navbar-text {
	margin-bottom: 15.5px;
	margin-top: 15.5px;
}

@media ( min-width : 480px) {
	.navbar-text {
		float: left;
		margin-left: 11px;
		margin-right: 11px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #5e5e5e;
}

.navbar-default .navbar-text {
	color: #777777;
}

.navbar-default .navbar-nav>li>a {
	color: #777777;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #333333;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
	{
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus
	{
	background-color: transparent;
	color: #cccccc;
}

.navbar-default .navbar-toggle {
	border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
	{
	background-color: #e7e7e7;
	color: #555555;
}

@media ( max-width : 479px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus
		{
		background-color: transparent;
		color: #333333;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		background-color: #e7e7e7;
		color: #555555;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		background-color: transparent;
		color: #cccccc;
	}
}

.navbar-default .navbar-link {
	color: #777777;
}

.navbar-default .navbar-link:hover {
	color: #333333;
}

.navbar-default .btn-link {
	color: #777777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus,
	fieldset[disabled] .navbar-default .btn-link:focus {
	color: #cccccc;
}

.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #777777;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	background-color: transparent;
	color: #ffffff;
}

.navbar-inverse .navbar-text {
	color: #777777;
}

.navbar-inverse .navbar-nav>li>a {
	color: #777777;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	background-color: transparent;
	color: #ffffff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
	{
	background-color: #080808;
	color: #ffffff;
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus
	{
	background-color: transparent;
	color: #444444;
}

.navbar-inverse .navbar-toggle {
	border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
	{
	background-color: #080808;
	color: #ffffff;
}

@media ( max-width : 479px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #777777;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus
		{
		background-color: transparent;
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		background-color: #080808;
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
		.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
		background-color: transparent;
		color: #444444;
	}
}

.navbar-inverse .navbar-link {
	color: #777777;
}

.navbar-inverse .navbar-link:hover {
	color: #ffffff;
}

.navbar-inverse .btn-link {
	color: #777777;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus,
	fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444444;
}

.breadcrumb {
	background-color: #f5f5f5;
	border-radius: 1px;
	list-style: outside none none;
	margin-bottom: 19px;
	padding: 8px 15px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li::before {
	color: #cccccc;
	content: "/ ";
	padding: 0 5px;
}

.breadcrumb>.active {
	color: #777777;
}

.pagination {
	border-radius: 1px;
	display: inline-block;
	margin: 19px 0;
	padding-left: 0;
}

.pagination>li {
	display: inline;
}

.pagination>li>a, .pagination>li>span {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #4a89dc;
	float: left;
	line-height: 1.49;
	margin-left: -1px;
	padding: 5px 12px;
	position: relative;
	text-decoration: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
	margin-left: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background-color: #eeeeee;
	border-color: #dddddd;
	color: #2363b6;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover,
	.pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #4a89dc;
	border-color: #4a89dc;
	color: #ffffff;
	cursor: default;
	z-index: 2;
}

.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a,
	.pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
	background-color: #ffffff;
	border-color: #dddddd;
	color: #777777;
	cursor: not-allowed;
}

.pagination-lg>li>a, .pagination-lg>li>span {
	font-size: 17px;
	padding: 10px 16px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination-sm>li>a, .pagination-sm>li>span {
	font-size: 12px;
	padding: 5px 10px;
}

.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pager {
	list-style: outside none none;
	margin: 19px 0;
	padding-left: 0;
	text-align: center;
}

.pager li {
	display: inline;
}

.pager li>a, .pager li>span {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}

.pager li>a:hover, .pager li>a:focus {
	background-color: #eeeeee;
	text-decoration: none;
}

.pager .next>a, .pager .next>span {
	float: right;
}

.pager .previous>a, .pager .previous>span {
	float: left;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
	background-color: #ffffff;
	color: #777777;
	cursor: not-allowed;
}

.label {
	border-radius: 0.25em;
	color: #ffffff;
	display: inline;
	font-size: 84%;
	font-weight: 600;
	line-height: 24px;
	padding: 0.3em 0.7em 0.4em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.label.label-xs {
	font-size: 75%;
	padding: 0 0.35em 0.1em;
}

.label.label-sm {
	font-size: 75%;
	padding: 0.1em 0.65em 0.2em;
}

.label.label-lg {
	font-size: 95%;
	padding: 0.4em 0.9em 0.5em;
}

.label.label-rounded {
	border-radius: 1em;
	padding: 0.2em 0.85em 0.3em;
}

.label.label-rounded.label-xs {
	padding: 0 0.35em 0.1em;
}

.label.label-rounded.label-sm {
	padding: 0.1em 0.65em 0.2em;
}

.label.label-rounded.label-lg {
	padding: 0.4em 0.9em 0.5em;
}

a.label:hover, a.label:focus {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.badge {
	background-color: #777777;
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	min-width: 10px;
	padding: 3px 7px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge {
	padding: 1px 5px;
	top: 0;
}

a.badge:hover, a.badge:focus {
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	background-color: #ffffff;
	color: #4a89dc;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.jumbotron {
	background-color: #eeeeee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px;
}

.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}

.jumbotron p {
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 15px;
}

.jumbotron>hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron {
	border-radius: 3px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-bottom: 48px;
		padding-top: 48px;
	}
	.container .jumbotron {
		padding-left: 60px;
		padding-right: 60px;
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 58.5px;
	}
}

.thumbnail {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 1px;
	display: block;
	line-height: 1.49;
	margin-bottom: 19px;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}

.thumbnail>img, .thumbnail a>img {
	margin-left: auto;
	margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
	border-color: #4a89dc;
}

.thumbnail .caption {
	color: #666666;
	padding: 9px;
}

.alert {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 19px;
	padding: 15px;
}

.alert .close {
	color: #666666;
}

.alert .close:hover {
	color: #666666;
}

.alert hr {
	border-top-color: rgba(0, 0, 0, 0.1);
}

.alert h4 {
	color: inherit;
	margin-top: 0;
}

.alert .alert-link {
	color: #ffffff;
	font-weight: bold;
}

.alert>p, .alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert.alert-micro, .alert .alert-sm {
	border-radius: 0;
	font-size: 13px;
	padding: 9px 35px 9px 9px;
}

.alert.alert-sm {
	padding: 12px 35px 12px 12px;
}

.alert.alert-border {
	border: 1px solid transparent;
}

.alert.alert-border-right {
	border-right-width: 6px;
}

.alert.alert-border-top {
	border-top-width: 3px;
}

.alert.alert-border-bottom {
	border-bottom-width: 3px;
}

.alert.alert-border-left {
	border-left-width: 6px;
	padding-left: 15px;
}

.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
	color: #fff;
	opacity: 0.3;
	position: relative;
	right: -21px;
}

.alert-dismissable .close:hover, .alert-dismissible .close:hover {
	color: #fff;
	opacity: 1;
}

@
keyframes progress-bar-stripes { 0% {
	background-position: 40px 0;
}

100%
{
background-position
:
 
0
0;
}
}
.progress {
	background-color: #ececec;
	border-radius: 1px;
	box-shadow: none;
	height: 19px;
	margin-bottom: 19px;
	overflow: hidden;
}

.progress-bar {
	background-color: #999999;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #ffffff;
	float: left;
	font-size: 12px;
	font-weight: 600;
	height: 100%;
	line-height: 19px;
	text-align: center;
	transition: width 0.6s ease 0s;
	width: 0;
}

.progress-striped .progress-bar, .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%,
		rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
	animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
	min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	color: #777777;
	min-width: 30px;
}

.progress {
	border-radius: 2px;
	height: 18px;
}

.progress.progress-bar-xxs {
	border-radius: 2px;
	height: 3px;
}

.progress.progress-bar-xxs .progress-bar {
	line-height: 3px;
}

.progress.progress-bar-xs {
	border-radius: 2px;
	height: 6px;
}

.progress.progress-bar-xs .progress-bar {
	line-height: 6px;
}

.progress.progress-bar-sm {
	border-radius: 2px;
	height: 10px;
}

.progress.progress-bar-sm .progress-bar {
	line-height: 10px;
}

.progress.progress-bar-lg {
	height: 20px;
}

.progress.progress-bar-lg .progress-bar {
	line-height: 20px;
}

.progress.progress-bar-xl {
	height: 24px;
}

.progress.progress-bar-xl .progress-bar {
	line-height: 24px;
}

.progress.right .progress-bar {
	float: right;
}

.progress.vertical {
	height: 100%;
	min-height: 200px;
	position: relative;
	width: 22px;
}

.progress.vertical .progress-bar {
	font-size: 11px;
	line-height: 20px;
	position: absolute;
	width: 100%;
}

.progress.vertical.bottom .progress-bar {
	bottom: 0;
}

.progress {
	border-radius: 2px;
	height: 18px;
}

.progress.vertical.progress-bar-sm {
	width: 16px;
}

.progress.vertical.progress-bar-lg {
	width: 30px;
}

.progress.vertical.progress-bar-xl {
	width: 40px;
}

.media {
	color: #999999;
	font-weight: 600;
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-right, .media>.pull-right {
	padding-left: 10px;
}

.media-left, .media>.pull-left {
	padding-right: 10px;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	color: #555555;
	margin-bottom: 5px;
	margin-top: 0;
}

.media-list {
	list-style: outside none none;
	padding-left: 0;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	background-color: #ffffff;
	border: 1px solid #e7e7e7;
	display: block;
	margin-bottom: -1px;
	padding: 10px 15px;
	position: relative;
}

.list-group-item:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.list-group-item:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-bottom: 0;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #4a89dc;
}

a.list-group-item .list-group-item-heading {
	color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
	background-color: #f5f5f5;
	color: #4a89dc;
	text-decoration: none;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	background-color: #eeeeee;
	color: #777777;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
	.list-group-item.disabled:focus .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text
	{
	color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: #4a89dc;
	border-color: #4a89dc;
	color: #ffffff;
	z-index: 2;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading,
	.list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small,
	.list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small,
	.list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small,
	.list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text
	{
	color: #f5f8fd;
}

.list-group.list-group-links .list-group-header {
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	font-weight: 600;
	list-style: outside none none;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}

.list-group.list-group-links .list-group-item {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #aaa;
	font-weight: 600;
	padding: 8px 9px;
}

.list-group.list-group-links .list-group-item .label {
	float: right;
	line-height: inherit;
	padding: 0.1em 0.6em 0.2em;
}

.list-group.list-group-links .list-group-item i.fa {
	padding-right: 5px;
}

.list-group.list-group-links .list-group-item .fa-circle {
	float: right;
	font-size: 14px;
}

.list-group.list-group-links.list-group-spacing-sm>a {
	padding: 6px 9px;
}

.list-group.list-group-links.list-group-spacing-xs>a {
	padding: 4px 9px;
}

.list-group.list-group-links .list-group-divider {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.list-group-item-heading {
	margin-bottom: 5px;
	margin-top: 0;
}

.list-group-item-text {
	line-height: 1.3;
	margin-bottom: 0;
}

.panel {
	background-color: #ffffff;
	border-radius: 2px;
	margin-bottom: 20px;
	position: relative;
}

.panel.panel-transparent {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	margin: 0;
	padding: 0;
}

.panel.panel-border {
	border-style: solid;
	border-width: 0;
}

.panel.panel-border.top {
	border-top-width: 5px;
}

.panel.panel-border.right {
	border-right-width: 5px;
}

.panel.panel-border.bottom {
	border-bottom-width: 5px;
}

.panel.panel-border.left {
	border-left-width: 5px;
}

.panel.panel-border>.panel-heading {
	background-color: #fafafa;
	border-color: transparent #e5e5e5 #e5e5e5;
	border-top: 1px solid transparent;
}

.panel.panel-border>.panel-heading>.panel-title {
	color: #666666;
}

.panel.panel-border.panel-default {
	border-color: #ddd;
}

.panel.panel-border.panel-default>.panel-heading {
	border-top: 1px solid transparent;
}

.panel-menu {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 12px;
}

.panel-menu.dark {
	background-color: #f8f8f8;
}

.panel-body .panel-menu {
	border-left: 0 none;
	border-right: 0 none;
}

.panel-heading+.panel-menu, .panel-menu+.panel-body, .panel-body+.panel-menu, .panel-body+.panel-body {
	border-top: 0 none;
}

.panel-body {
	border: 1px solid #e5e5e5;
	padding: 15px;
	position: relative;
}

.panel-body+.panel-footer {
	border-top: 0 none;
}

.panel-heading {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	color: #666666;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 36px;
	padding: 0 8px;
	position: relative;
}

.panel-heading+.panel-body {
	border-top: 0 none;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-heading .widget-menu .btn-group {
	margin-top: -3px;
}

.panel-heading .widget-menu .form-control {
	border-radius: 1px;
	font-size: 11px;
	height: 27px;
	margin-top: 6px;
	padding: 2px 10px;
}

.panel-heading .widget-menu .form-control.input-sm {
	height: 22px;
	margin-top: 9px;
}

.panel-heading .widget-menu .progress {
	margin-bottom: 0;
	margin-top: 11px;
}

.panel-heading .widget-menu .progress-bar-lg {
	margin-top: 10px;
}

.panel-heading .widget-menu .progress-bar-sm {
	margin-top: 15px;
}

.panel-heading .widget-menu .progress-bar-xs {
	margin-top: 17px;
}

.panel-icon {
	padding-left: 5px;
}

.panel-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 6px;
}

.panel-title>.fa, .panel-title>.glyphicon, .panel-title>.glyphicons, .panel-title>.imoon {
	color: inherit;
	font-size: 14px;
	min-width: 22px;
	top: 2px;
}

.panel-title>a {
	color: inherit;
}

.panel-footer {
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	padding: 10px 15px;
}

.panel>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item {
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel-body+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
	margin-bottom: 0;
}

.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child
	{
	border-top-left-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
	.panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
	.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child
	{
	border-top-right-radius: 1px;
}

.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child
	{
	border-bottom-left-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
	.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
	.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child
	{
	border-bottom-right-radius: 1px;
}

.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
	border-top: 1px solid #eeeeee;
}

.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0 none;
}

.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
	border: 0 none;
}

.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child,
	.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0 none;
}

.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child,
	.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child
	{
	border-right: 0 none;
}

.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th,
	.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0 none;
}

.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td,
	.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0 none;
}

.panel>.table-responsive {
	border: 0 none;
	margin-bottom: 0;
}

.panel-group {
	margin-bottom: 19px;
}

.panel-group .panel-title {
	padding-left: 0;
}

.panel-group .panel-heading, .panel-group .panel-heading a {
	display: block;
	position: relative;
	width: 100%;
}

.panel-group.accordion-lg .panel+.panel {
	margin-top: 12px;
}

.panel-group.accordion-lg .panel-heading {
	font-size: 14px;
	height: 54px;
	line-height: 52px;
}

.panel-group .accordion-icon {
	padding-left: 35px;
}

.panel-group .accordion-icon::after {
	color: #555;
	content: "";
	font-family: "FontAwesome";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	left: 10px;
	position: absolute;
	top: 0;
}

.panel-group .accordion-icon.collapsed::after {
	content: "";
}

.panel-group .accordion-icon.icon-right {
	padding-left: 10px;
	padding-right: 30px;
}

.panel-group .accordion-icon.icon-right::after {
	left: auto;
	right: 5px;
}

.panel-group .panel {
	border-radius: 2px;
	margin-bottom: 0;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0 none;
}

.panel-group .panel-footer {
	border-top: 0 none;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #eeeeee;
}

.embed-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	border: 0 none;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 1px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
	margin-bottom: 20px;
	min-height: 20px;
	padding: 19px;
}

.well blockquote {
	border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
	border-radius: 3px;
	padding: 24px;
}

.well-sm {
	border-radius: 0;
	padding: 9px;
}

.well.well-xs {
	border-radius: 0;
	padding: 6px;
}

.well.well-clean {
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
}

.close {
	color: #000000;
	float: right;
	font-size: 19.5px;
	font-weight: bold;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #ffffff;
}

.close:hover, .close:focus {
	color: #000000;
	cursor: pointer;
	opacity: 0.5;
	text-decoration: none;
}

button.close {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	cursor: pointer;
	padding: 0;
}

.bg-tp {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-gradient {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.bg-background {
	color: #fff;
	position: relative;
	z-index: 0;
}

.bg-background.bg-topbar {
	background: rgba(0, 0, 0, 0) url("../../../img/patterns/topbar-bg.jpg") no-repeat scroll left center;
}

.bg-background.bg-topbar2 {
	background: rgba(0, 0, 0, 0) url("../../../img/patterns/topbar-bg2.jpg") no-repeat scroll left center;
}

.bg-background.bg-topbar3 {
	background: rgba(0, 0, 0, 0) url("../../../img/patterns/topbar-bg3.jpg") no-repeat scroll left center;
}

.bg-background.bg-psuedo-tp::before, .bg-background.bg-psuedo-tp-dark::before, .bg-background.bg-psuedo-tp-light::before
	{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.bg-background.bg-psuedo-tp-dark::before {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

.bg-background.bg-psuedo-tp-light::before {
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

.tab-block {
	position: relative;
}

.tab-block .tab-content {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	min-height: 125px;
	overflow: auto;
	padding: 16px 12px;
	position: relative;
	z-index: 10;
}

.tab-block .nav-tabs {
	border: 0 none;
	position: relative;
}

.tab-block .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.tab-block .nav-tabs>li>a {
	background: #fafafa none repeat scroll 0 0;
	border-color: #e5e5e5;
	border-radius: 0;
	color: #777;
	font-weight: 600;
	margin-right: -1px;
	padding: 9px 16px;
	position: relative;
	z-index: 9;
}

.tab-block .nav-tabs>li:first-child>a {
	margin-left: 0;
}

.tab-block .nav-tabs>li>a:hover {
	background-color: #eeeeee;
}

.tab-block .nav-tabs>li.active>a, .tab-block .nav-tabs>li.active>a:hover, .tab-block .nav-tabs>li.active>a:focus {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #fff;
	border-color: #e5e5e5 #e5e5e5 #fff;
	color: #555555;
	cursor: default;
	position: relative;
	z-index: 12;
}

.tabs-left {
	float: left;
}

.tabs-left>li {
	float: none;
	margin: 0 -1px -1px 0;
}

.tabs-left>li>a {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	font-weight: 600;
	padding: 12px 16px;
}

.tab-block .tabs-left>li.active>a, .tab-block .tabs-left>li.active>a:hover, .tab-block .tabs-left>li.active>a:focus {
	background: #fff none repeat scroll 0 0;
	border-color: #ddd #fff #ddd #ddd;
	color: #555;
	cursor: default;
	position: relative;
	z-index: 12;
}

.tabs-right {
	float: right;
}

.tabs-right>li {
	float: none;
	margin: 0 0 -1px -1px;
}

.tabs-right>li>a {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	font-weight: 600;
	padding: 12px 16px;
}

.tab-block .tabs-right>li.active>a, .tab-block .tabs-right>li.active>a:hover, .tab-block .tabs-right>li.active>a:focus {
	background: #fff none repeat scroll 0 0;
	border-color: #ddd #ddd #ddd #fff;
	color: #555;
	cursor: default;
	position: relative;
	z-index: 12;
}

.tabs-below {
	position: relative;
}

.tabs-below>li {
	float: left;
	margin-top: -1px;
}

.tabs-below>li>a {
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	font-weight: 600;
	margin-right: -1px;
	padding: 11px 16px;
	position: relative;
	z-index: 9;
}

.tab-block .tabs-below>li.active>a, .tab-block .tabs-below>li.active>a:hover, .tab-block .tabs-below>li.active>a:focus {
	background: #fff none repeat scroll 0 0;
	border-color: #fff #ddd #ddd;
	border-top: 1px solid #fff;
	color: #555555;
	cursor: default;
	position: relative;
	z-index: 12;
}

.panel-tabs {
	bottom: 0;
	position: absolute;
	right: 0;
}

.panel-tabs>li {
	float: left;
	margin-bottom: -1px;
	position: relative;
}

.panel-tabs>li>a {
	border-left: 1px solid #ddd;
	border-radius: 0;
	color: #777;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 18px;
}

.panel-tabs>li>a:hover {
	background-color: transparent;
}

.panel-tabs>li.active>a, .panel-tabs>li.active>a:hover, .panel-tabs>li.active>a:focus {
	background: #ffffff none repeat scroll 0 0;
	color: #555555;
	cursor: default;
}

.panel-tabs-left {
	left: 0;
}

.panel-tabs-left>li>a {
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}

.tab-block .nav-tabs.nav-justified {
	margin-top: -1px;
	top: 1px;
}

.tab-block .nav-tabs.nav-justified>li {
	float: none;
}

.tab-block .nav-tabs.nav-justified>li>a {
	padding: 11px;
}

.tab-block .tab-content+.nav-tabs.nav-justified {
	margin-top: 0;
	top: -1px;
}

.tab-block .tab-content+.nav-tabs.nav-justified>li.active>a {
	border-bottom-color: #ddd;
	border-top-color: #fff;
}

.nav-tabs.nav-tabs-right>li {
	float: right;
}

.nav-tabs.nav-tabs-right>li:first-child>a {
	margin-right: 0;
}

.tab-block .tabs-border.nav-tabs>li.active>a {
	border-top: 2px solid #4a89dc;
	margin-top: -1px;
}

.tab-block .tabs-border.tabs-left>li.active>a {
	border-left: 2px solid #4a89dc;
	margin-left: -1px;
}

.tab-block .tabs-border.tabs-right>li.active>a {
	border-right: 2px solid #4a89dc;
	margin-right: -1px;
}

.tab-block .tabs-border.tabs-below>li.active>a {
	border-bottom: 2px solid #4a89dc;
	margin-bottom: -1px;
}

.panel-tabs.panel-tabs-border>li.active>a {
	border-top: 2px solid #4a89dc;
	margin-top: -1px;
}

.tab-block .tab-content+.tabs-border.nav-justified>li.active>a {
	border-bottom: 2px solid #4a89dc;
}

.tab-block .tabs-border-bottom.nav-tabs>li.active>a, .tab-block .tabs-border-bottom .nav-tabs>li.active>a {
	background: #f7f7f7 none repeat scroll 0 0;
	border-bottom: 2px solid #4a89dc;
	border-color: #ddd #ddd #4a89dc;
	color: #555;
	font-weight: 600;
	margin-bottom: -1px;
}

.tabs-bg.nav-tabs {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #f5f5f5 none repeat scroll 0 0;
	border-color: #ddd #ddd -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	padding: 10px 10px 0;
}

.tabs-bg.tabs-below {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #f5f5f5 none repeat scroll 0 0;
	border-color: -moz-use-text-color #ddd #ddd;
	border-image: none;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 0 10px 6px;
}

.tab-block.sidebar-block .nav-tabs>li>a {
	background: #f0f0f0 none repeat scroll 0 0;
	padding: 16px 8px;
}

.tab-block.sidebar-block .nav-tabs>li:first-child>a {
	border-left: 0 none;
}

.tab-block.sidebar-block .nav-tabs>li:last-child>a {
	border-right: 0 none;
}

.tab-block.sidebar-block .tabs-border.nav-tabs>li.active>a {
	background: #f8f8f8 none repeat scroll 0 0;
	border-bottom-color: #f8f8f8;
}

.tab-block.sidebar-block .tab-content {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
}

.panel-tabs.panel-tabs-merge>li.active>a, .panel-tabs.panel-tabs-merge>li.active>a:hover, .panel-tabs.panel-tabs-merge>li.active>a:focus
	{
	background: #fafafa none repeat scroll 0 0;
}

.pricing-table .pricing-plan {
	background-color: #fafafa;
	border: 1px solid #ddd;
	margin: 30px -16px 20px;
	text-align: center;
}

.plan-header {
	background: #f4f4f4 none repeat scroll 0 0;
	height: 76px;
	padding: 25px 5px 20px;
}

.plan-header h2 {
	font-weight: 200;
	margin-bottom: 5px;
}

.plan-pricing {
	border-top: 1px solid #e7e7e7;
	height: 124px;
	padding: 23px 0 24px;
}

.plan-pricing span {
	color: #333;
	display: inline-block;
	font-size: 26px;
	font-weight: 200;
	margin-left: -20px;
	padding-left: 5px;
	padding-top: 6px;
	vertical-align: top;
}

.plan-pricing h2 {
	color: #555;
	display: inline-block;
	font-size: 54px;
	font-weight: 600;
	margin: 0;
}

.plan-pricing h6 {
	color: #888;
	font-size: 12px;
	font-weight: 200;
	margin: 4px 0 0;
}

.plan-features ul {
	border-top: 1px solid #e7e7e7;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.plan-features li {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	color: #999;
	margin: 0;
	padding: 12px 0;
}

.plan-features li:last-child {
	border-bottom: 0 none;
}

.plan-features li b {
	font-weight: 600;
}

.plan-features li i.fa {
	color: #777;
	font-size: 15px;
	padding-right: 8px;
}

.plan-icons ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.plan-icons li {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
}

.plan-icons li:last-child {
	border-bottom: 0 none;
}

.plan-footer {
	border-top: 1px solid #e7e7e7;
}

.plan-footer .btn {
	margin: 20px 0;
	padding: 8px 26px;
}

.hero-plan {
	z-index: 10;
}

.hero-plan .pricing-plan {
	background-color: #f6f6f6;
	border-bottom: 1px solid #bbb;
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.2);
	margin: 0 -17px 20px;
	padding: 0 0 20px;
}

.hero-plan .pricing-plan .pricing-title {
	color: #fff;
	margin: -1px -1px 0;
}

.hero-plan .pricing-plan .pricing-title h2 {
	color: #fff;
	font-weight: 600;
}

.hero-plan .pricing-plan .pricing-subtitle {
	font-size: 12px;
	font-weight: 600;
	margin-top: 4px;
	text-transform: uppercase;
}

.hero-plan .pricing-plan a.btn {
	margin: 40px 0 20px;
}

.pricing-compare .plan-desc {
	height: 200px;
	padding: 25px 15px 10px;
	text-align: center;
}

.pricing-compare .plan-desc h2 {
	font-weight: 400;
}

.pricing-compare .plan-desc h6 {
	font-weight: 400;
}

.pricing-compare .plan-desc span {
	color: #3078d7;
	font-size: 24px;
	padding: 13px 0 24px;
}

div.switch label {
	background: #ddd none repeat scroll 0 0;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 26px;
	position: relative;
	text-indent: 100%;
	transition: left 0.15s ease-out 0s;
	width: 52px;
}

div.switch input {
	display: none;
}

div.switch input+label {
	margin-left: 0;
	margin-right: 0;
}

div.switch label::after {
	background: #fff none repeat scroll 0 0;
	content: "";
	display: block;
	height: 19px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: left 0.15s ease-out 0s;
	width: 19px;
}

div.switch input:checked+label {
	background: #2ba6cb none repeat scroll 0 0;
}

div.switch input:checked+label::after {
	left: 29px;
}

div.switch label {
	height: 26px;
	width: 52px;
}

div.switch label::after {
	height: 19px;
	width: 19px;
}

div.switch input:checked+label::after {
	left: 29px;
}

div.switch label {
	background: #dddddd none repeat scroll 0 0;
	color: transparent;
}

div.switch label::after {
	background: #ffffff none repeat scroll 0 0;
}

div.switch input:checked+label {
	background: #2ba6cb none repeat scroll 0 0;
}

div.switch.switch-lg label {
	height: 32px;
	width: 65px;
}

div.switch.switch-lg label::after {
	height: 26px;
	width: 26px;
}

div.switch.switch-lg input:checked+label::after {
	left: 35px;
}

div.switch.switch-sm label {
	height: 22px;
	width: 45px;
}

div.switch.switch-sm label::after {
	height: 16px;
	width: 16px;
}

div.switch.switch-sm input:checked+label::after {
	left: 26px;
}

div.switch.switch-xs label {
	height: 19px;
	width: 39px;
}

div.switch.switch-xs label::after {
	height: 13px;
	width: 13px;
}

div.switch.switch-xs input:checked+label::after {
	left: 22px;
}

div.switch.radius label {
	border-radius: 4px;
}

div.switch.radius label::after {
	border-radius: 3px;
}

div.switch.round {
	border-radius: 1000px;
}

div.switch.round label {
	border-radius: 26px;
}

div.switch.round label::after {
	border-radius: 26px;
}

.switch.switch-inline {
	display: inline-block;
}

.switch.switch-inline+.switch.switch-inline {
	margin-left: 15px;
}

.radio-custom, .checkbox-custom {
	background-color: transparent;
	color: inherit;
}

.radio-custom input, .checkbox-custom input {
	display: none;
}

.checkbox-custom label:empty, .radio-custom label:empty {
	padding-left: 10px;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 32px;
	position: relative;
}

.radio-custom label::before {
	border: 2px solid #666;
	border-radius: 64px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.radio-custom input[type="radio"]:checked+label::after, .radio-custom input[type="checkbox"]:checked+label::after {
	background-color: #666;
	border-radius: 64px;
	color: #666;
	content: "";
	height: 10px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 10px;
}

.radio-custom.square label::before {
	border-radius: 2px;
}

.radio-custom.square input[type="radio"]:checked+label::after, .radio-custom.square input[type="checkbox"]:checked+label::after
	{
	border-radius: 2px;
}

.checkbox-custom label {
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 32px;
	position: relative;
}

.checkbox-custom label::before {
	background-color: #fff;
	border: 2px solid #666;
	border-radius: 1px;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}

.checkbox-custom input[type="checkbox"]:checked+label::after, .checkbox-custom input[type="radio"]:checked+label::after
	{
	content: "";
	font-family: "FontAwesome";
	font-size: 12px;
	height: 0;
	left: 4px;
	position: absolute;
	top: 4px;
	transform: rotate(-13deg);
	width: 0;
}

.checkbox-custom.fill label {
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 32px;
	position: relative;
}

.checkbox-custom.fill label::before {
	background-color: #666;
	border-radius: 2px;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}

.checkbox-custom.fill input[type="checkbox"]:checked+label::after, .checkbox-custom.fill input[type="radio"]:checked+label::after
	{
	color: #fff !important;
	content: "";
	font-family: "FontAwesome";
	font-size: 12px;
	height: 0;
	left: 3px;
	position: absolute;
	top: 3px;
	transform: rotate(-13deg);
	width: 0;
}

.wf-loading .glyphicons, .wf-loading .glyphicon, .wf-loading .imoon, .wf-loading .fa, .wf-loading .iconsweets {
	opacity: 0 !important;
}

.fs15.fa-fw {
	width: 35px;
}

.fs16.fa-fw {
	width: 40px;
}

.fs17.fa-fw {
	width: 43px;
}

.fs18.fa-fw {
	width: 46px;
}

.glyphicon, .glyphicons, .imoon, .fa, .iconsweets {
	opacity: 1;
	transition: opacity 0.1s ease-in 0s;
}

.glyphicons-2x, .glyphicon-2x {
	font-size: 2em;
}

.glyphicons-3x, .glyphicon-3x {
	font-size: 3em;
}

.glyphicons-4x, .glyphicon-4x {
	font-size: 4em;
}

.glyphicons-5x, .glyphicon-5x {
	font-size: 5em;
}

.imoon-2x {
	font-size: 2em;
}

.imoon-3x {
	font-size: 3em;
}

.imoon-4x {
	font-size: 4em;
}

.imoon-5x {
	font-size: 5em;
}

.iconsweets-2x {
	font-size: 2em;
}

.iconsweets-3x {
	font-size: 3em;
}

.iconsweets-4x {
	font-size: 4em;
}

.iconsweets-5x {
	font-size: 5em;
}

.btn .glyphicon, .btn .glyphicons {
	font-size: 1.1em;
	line-height: 0;
	top: -1px;
	vertical-align: middle;
}

span.field-icon-right, i.field-icon-right {
	position: absolute;
	right: 10px;
	top: 8px;
}

.icon-circle {
	border-radius: 64px;
	overflow: visible;
	padding: 9px;
	position: relative;
	top: 0;
}

.icon-square {
	border-radius: 4px;
	padding: 9px;
	top: 0;
}

.icon-circle.glyphicon-2x, .icon-circle.glyphicons-2x {
	padding: 12px;
}

.icon-circle.glyphicon-3x, .icon-circle.glyphicons-3x {
	padding: 20px;
}

.icon-circle.glyphicon-4x, .icon-circle.glyphicons-4x {
	padding: 35px;
}

.icon-square.glyphicon-2x, .icon-square.glyphicons-2x {
	padding: 12px;
}

.icon-square.glyphicon-3x, .icon-square.glyphicons-3x {
	padding: 20px;
}

.icon-square.glyphicon-4x, .icon-square.glyphicons-4x {
	padding: 35px;
}

.navbar-menus>div>button>span, .navbar-menus>div>button>i {
	font-size: 15px;
	vertical-align: middle;
}

.user-menu ul.dropdown-items>li:hover .glyphicon {
	color: #d9534f;
}

.user-menu ul.dropdown-items>li:last-child:hover .glyphicon {
	color: #888;
}

.user-menu ul.dropdown-items>li:last-child>div:hover .glyphicon {
	color: #d9534f;
}

.breadcrumb .glyphicon, .breadcrumb .glyphicons {
	color: #777;
	font-size: 11px;
	margin-left: 1px;
	top: 0;
}

.panel-sidemenu ul.nav li.active .fa {
	color: #4a89dc;
}

.panel-sidemenu ul.nav li a:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.panel-sidemenu ul.nav li .fa {
	color: #bbb;
	font-size: 18px;
	width: 28px;
}

.panel-tabs li .glyphicon, .panel-tabs li .glyphicons, .panel-tabs li .fa {
	font-size: 14px;
}

.panel-tabs .imoon, .panel-tabs .iconsweets {
	font-size: 14px;
	vertical-align: middle;
}

.mini-action-icons .fa {
	color: #777;
	cursor: pointer;
	font-size: 16px;
	padding-right: 10px;
	position: relative;
	top: 2px;
}

.pricing-tables .pricing-icons li .fa-times {
	color: #e74a4a;
}

.pricing-tables .pricing-icons li .fa-ellipsis-h {
	color: #555555;
}

.nav-tabs li .fa {
	font-size: 14px;
}

.nav-tabs li .fa.fa-caret-down {
	font-size: 12px;
}

.timeline-widget span.glyphicons {
	border-radius: 50%;
	box-shadow: 1px 1px 2px #aaa;
	font-size: 18px;
	padding: 6px;
	position: relative;
	top: 2px;
	width: auto;
	z-index: 11;
}

.favicons {
	background: rgba(0, 0, 0, 0) url("../../../img/sprites/favicons.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: 16px;
}

.google {
	background-position: 0 0;
}

.yahoo {
	background-position: 0 -15px;
}

.bing {
	background-position: 0 -30px;
}

.chrome {
	background-position: 0 -45px;
}

.firefox {
	background-position: 0 -61px;
}

.ie {
	background-position: 0 -78px;
}

.safari {
	background-position: 0 -96px;
}

.news-sprite {
	background: rgba(0, 0, 0, 0) url("../../../img/sprites/news-logo_sprite.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 26px;
	vertical-align: middle;
	width: 25px;
}

.news-sprite.cnn {
	background-position: 0 0;
}

.news-sprite.yahoo {
	background-position: 0 -26px;
}

.news-sprite.google {
	background-position: 0 -50px;
}

.news-sprite.fb {
	background-position: 0 -75px;
}

.flag-xs, .flag-sm, .flag, .flag-lg {
	display: inline-block;
	vertical-align: middle;
}

.flag-xs {
	background: rgba(0, 0, 0, 0) url("../../../img/sprites/flag-xs.png") no-repeat scroll left top;
	height: 16px;
	width: 16px;
}

.flag-sm {
	background: rgba(0, 0, 0, 0) url("../../../img/sprites/flag-sm.png") no-repeat scroll left top;
	height: 32px;
	width: 32px;
}

.flag-sm.flag-fr {
	background-position: 0 0;
}

.flag-sm.flag-de {
	background-position: 0 -33px;
}

.flag-sm.flag-in {
	background-position: 0 -66px;
}

.flag-sm.flag-es {
	background-position: 0 -99px;
}

.flag-sm.flag-tr {
	background-position: 0 -132px;
}

.flag-sm.flag-us {
	background-position: 0 -165px;
}
.flag-sm.flag-ur {
	background-position: 0 -195px;
}

.flag-xs.flag-fr {
	background-position: 0 -1px;
}

.flag-xs.flag-de {
	background-position: 0 -18px;
}

.flag-xs.flag-es {
	background-position: 0 -35px;
}

.flag-xs.flag-tr {
	background-position: 0 -52px;
}

.flag-xs.flag-us {
	background-position: 0 -69px;
}

.flag-xs.flag-in {
	background-position: 0 -86px;
}
.flag-xs.flag-ru {
	background-position: 0 -99px;
}

.panel-tile {
	overflow: hidden;
	position: relative;
}

.panel-tile .panel-body, .panel-tile .panel-footer {
	border: 0 none;
}

.icon-bg {
	font-size: 100px;
	line-height: 100px;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
}

.icon-bg.left {
	left: 0;
	right: auto;
}

ol.timeline-list {
	color: #aaa;
	list-style: outside none none;
	margin: 0;
	padding-left: 0;
}

ol.timeline-list li.timeline-item {
	padding: 15px 120px 15px 50px;
	position: relative;
}

ol.timeline-list li.timeline-item:hover .timeline-icon, ol.timeline-list li.timeline-item:focus .timeline-icon {
	opacity: 1;
}

ol.timeline-list li.timeline-item::after {
	background: #e8e8e8 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 23px;
	position: absolute;
	top: 0;
	width: 3px;
}

ol.timeline-list li.timeline-item+.timeline-item {
	border-top: 1px solid #e8e8e8;
}

ol.timeline-list li.timeline-item .timeline-desc {
	letter-spacing: 0.2px;
}

ol.timeline-list li.timeline-item .timeline-desc b, ol.timeline-list li.timeline-item .timeline-desc strong {
	color: #333;
	font-weight: 600;
}

ol.timeline-list li.timeline-item .timeline-desc a {
	color: #3bafda;
	padding: 0 2px;
}

ol.timeline-list li.timeline-item .timeline-icon {
	background: #bbb none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 26px;
	color: #fff;
	height: 30px;
	left: 10px;
	line-height: 26px;
	opacity: 0.85;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 30px;
	z-index: 2;
}

ol.timeline-list li.timeline-item .timeline-date {
	position: absolute;
	right: 15px;
	top: 15px;
}

.tray-left ol.timeline-list li.timeline-item, .tray-right ol.timeline-list li.timeline-item {
	padding: 15px 80px 15px 50px;
	position: relative;
}

.task-widget {
	
}

.task-widget .panel-body {
	padding: 0;
}

.task-widget ul.task-list {
	background-color: #fffef0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.task-widget ul.task-list+.task-list {
	border-top: 1px solid #ddd;
}

.task-widget ul.task-list .task-label {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 10px;
}

.task-widget ul.task-list .task-item {
	background-color: #f8f8f8;
	position: relative;
}

.task-widget ul.task-list .task-item .task-handle {
	padding: 11px 12px 9px 15px;
	position: absolute;
	width: 45px;
}

.task-widget ul.task-list .task-item .task-handle::after {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
}

.task-widget ul.task-list .task-item .task-handle .checkbox-custom label {
	display: inline;
}

.task-widget ul.task-list .task-item .task-desc {
	margin-left: 45px;
	margin-right: 40px;
	padding: 11px 11px 11px 0;
}

.task-widget ul.task-list .task-item .task-menu {
	color: #ccc;
	font-weight: normal;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 1;
}

.task-widget ul.task-list .task-item .task-menu:hover {
	color: #777;
	cursor: pointer;
}

.task-widget ul.task-list .task-item.item-checked .task-desc {
	color: #aaa;
	text-decoration: line-through;
}

.task-widget ul.task-list .checkbox-custom label::before {
	border-color: #ccc;
	border-radius: 3px;
	border-width: 1px;
	height: 18px;
	width: 18px;
}

.task-widget ul.task-list .checkbox-custom input[type="checkbox"]:checked+label::after, .task-widget ul.task-list .checkbox-custom input[type="radio"]:checked+label::after
	{
	font-size: 11px;
	left: 2px;
	top: 4px;
}

.task-widget ul.task-list .task-item.primary .task-handle::after {
	background-color: #4a89dc;
}

.task-widget ul.task-list .task-item.success .task-handle::after {
	background-color: #70ca63;
}

.task-widget ul.task-list .task-item.info .task-handle::after {
	background-color: #3bafda;
}

.task-widget ul.task-list .task-item.warning .task-handle::after {
	background-color: #f6bb42;
}

.task-widget ul.task-list .task-item.danger .task-handle::after {
	background-color: #e9573f;
}

.task-widget ul.task-list .task-item.item-alert .task-handle::after {
	background-color: #967adc;
}

.task-widget ul.task-list .task-item.system .task-handle::after {
	background-color: #37bc9b;
}

.task-widget ul.task-list .task-item.dark .task-handle::after {
	background-color: #3b3f4f;
}

.task-widget.task-alt {
	
}

.task-widget.task-alt ul.task-list {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fcfcfc;
	border-color: #e9e9e9 #e9e9e9 #e9e9e9 -moz-use-text-color;
	border-image: none;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px 0;
}

.task-widget.task-alt h5 {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
}

.task-widget.task-alt ul.task-list .task-item .task-handle::after {
	left: -1px;
	width: 4px;
}

.task-widget ul.task-current .task-item .task-menu {
	cursor: move !important;
}

.task-widget ul.task-current .task-item .task-menu::before {
	background: rgba(0, 0, 0, 0) url("../../../img/plugins/grippy_large.png") no-repeat scroll left top;
	content: "";
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 6px;
}

.task-widget ul.task-completed .task-item .task-menu::before {
	background-image: none;
	content: "";
	display: block;
	font-family: "FontAwesome";
	position: absolute;
	right: 15px;
	top: 10px;
}

.task-widget ul.task-completed .task-item .task-menu:hover::before {
	color: #333;
}

.calendar-widget {
	
}

.calendar-widget .panel-body {
	overflow: hidden;
	padding: 0;
}

.calendar-widget .fc-view-container {
	margin-left: -2px;
	margin-right: -2px;
	overflow: hidden;
}

.calendar-widget .fc-toolbar {
	background: #f4f4f4 none repeat scroll 0 0;
	margin: 0;
	padding: 9px 10px;
}

.calendar-widget .fc-toolbar h2 {
	font-size: 17px;
	padding-left: 3px;
	padding-top: 4px;
}

.calendar-widget .fc button {
	box-shadow: none;
	padding: 4px 8px;
}

.calendar-widget .fc button .fc-icon {
	font-size: 1.5em;
	height: 0.2em;
	line-height: 0.2em;
	top: 0;
}

.calendar-widget .fc-bg {
	background-color: #fcfcfc;
}

.calendar-widget .fc-bg .fc-other-month {
	background-color: #f9f9f9;
}

.calendar-widget .fc-basic-view td.fc-day-number {
	color: #bbb;
	font-size: 11px;
}

.calendar-widget th.fc-day-header {
	background-color: #f5f5f5;
	color: #999;
	font-size: 11px;
	font-weight: 400;
	padding: 2px;
}

.calendar-widget .fc-view-container .fc-event {
	background-color: #fefefe;
	border-radius: 0;
	line-height: 1.2;
	margin: 0 5px;
	padding: 5px;
}

.calendar-widget.calendar-alt {
	
}

.calendar-widget.calendar-alt .fc-toolbar {
	background: transparent none repeat scroll 0 0;
	margin-bottom: 15px;
	padding: 0;
}

.calendar-widget.calendar-alt .fc-toolbar h2 {
	color: #aaa;
	font-size: 18px;
	font-weight: 400;
}

.calendar-widget.calendar-alt th.fc-day-header {
	padding: 4px 2px;
}

.calendar-widget.calendar-alt .fc-view-container .fc-event {
	background-color: #fff;
	border-bottom-color: #eee;
	border-radius: 2px;
	border-right-color: #eee;
	border-top-color: #eee;
	margin: 2px 5px 3px;
	padding: 6px 5px;
}

.chat-widget {
	
}

.chat-widget .media-left {
	padding-right: 20px;
}

.chat-widget .media-right {
	padding-left: 20px;
}

.chat-widget .media-left img, .chat-widget .media-right img {
	border: 2px solid #fff;
	border-radius: 3px;
	max-width: 55px;
}

.chat-widget .media-body {
	background-color: #fefefe;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	font-weight: 400;
	padding: 7px;
	position: relative;
}

.chat-widget .media-body::before, .chat-widget .media-body::after {
	border-color: transparent transparent transparent #777;
	border-style: solid;
	border-width: 8px 0 8px 9px;
	content: "";
	height: 0;
	position: absolute;
	right: -9px;
	top: 12px;
	width: 0;
}

.chat-widget .media-body::after {
	border-left-color: #fff;
}

.chat-widget .media-left+.media-body::before, .chat-widget .media-left+.media-body::after {
	border-color: transparent #777 transparent transparent;
	border-style: solid;
	border-width: 8px 9px 8px 0;
	content: "";
	height: 0;
	left: -9px;
	position: absolute;
	top: 12px;
	width: 0;
}

.chat-widget .media-left+.media-body::after {
	border-right-color: #fff;
}

.chat-widget .media-status {
	position: relative;
}

.chat-widget .media-status+.media-heading {
	padding-left: 20px;
}

.chat-widget .media-status::after {
	color: #aaa;
	content: "";
	font-family: "FontAwesome";
	font-size: 10px;
	left: 3px;
	position: absolute;
	top: 0;
}

.chat-widget .media-status.online::after {
	color: #70ca63;
}

.chat-widget .media-status.offline::after {
	color: #e9573f;
}

.chat-widget .panel-footer .input-group .form-control {
	z-index: 0;
}

.compose-widget {
	
}

.compose-widget .panel-body {
	padding: 0;
}

.compose-widget .panel-footer {
	padding: 8px;
}

.compose-widget .note-editor .note-editable {
	background: #f5f5f5 none repeat scroll 0 0;
}

.compose-widget .note-editor .note-editable:focus {
	background: #fff none repeat scroll 0 0;
}

.compose-widget .note-editor .note-resizebar {
	display: none;
}

.user-group-widget .user-avatar {
	border: 3px solid #ccc;
	display: block;
	height: auto;
	max-width: 100%;
}

.user-group-widget .panel-menu {
	padding: 8px;
}

.tagcloud-widget {
	
}

.tagcloud-widget .panel-body .label {
	display: inline-block;
	line-height: 15px;
	margin-bottom: 8px;
	margin-right: 5px;
}

.modal-open {
	overflow: hidden;
}

.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}

.modal.fade .modal-dialog {
	transform: translate3d(0px, -25%, 0px);
	transition: transform 0.3s ease-out 0s;
}

.modal.in .modal-dialog {
	transform: translate3d(0px, 0px, 0px);
	z-index: 1050;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	margin: 10px;
	position: relative;
	width: auto;
}

.modal-content {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
}

.modal-backdrop {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.in {
	opacity: 0.5;
}

.modal-header {
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.49px;
	padding: 15px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	line-height: 1.49;
	margin: 0;
}

.modal-body {
	padding: 15px;
	position: relative;
}

.modal-footer {
	background: #f2f2f2 none repeat scroll 0 0;
	border-top: 1px solid #e5e5e5;
	padding: 10px;
	text-align: right;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}

@media ( min-width : 768px) {
	.modal-dialog {
		margin: 30px auto;
		width: 600px;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}

@media ( min-width : 992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	display: block;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1070;
}

.tooltip.in {
	opacity: 0.9;
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	background-color: #000000;
	border-radius: 1px;
	color: #ffffff;
	max-width: 200px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}

.tooltip-arrow {
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #000000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
	border-top-color: #000000;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
}

.tooltip.top-right .tooltip-arrow {
	border-top-color: #000000;
	border-width: 5px 5px 0;
	bottom: 0;
	right: 5px;
}

.tooltip.right .tooltip-arrow {
	border-right-color: #000000;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #000000;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}

.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
	left: 5px;
	top: 0;
}

.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #000000;
	border-width: 0 5px 5px;
	right: 5px;
	top: 0;
}

.tooltip-white.in {
	opacity: 1;
}

.tooltip-white {
	min-width: 60px;
	transition: opacity 0.3s ease 0s;
}

.tooltip-white .tooltip-inner {
	background-color: #fff;
	border-radius: 2px;
	color: #555;
	font-weight: 600;
}

.tooltip-white.top .tooltip-arrow {
	border-top-color: #fff;
}

.tooltip-white.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}

.tooltip-white.right .tooltip-arrow {
	border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
	border-left-color: #fff;
}

.popover {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	white-space: normal;
	z-index: 1060;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 2px 2px 0 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px;
}

.popover-content {
	padding: 9px 14px;
}

.popover>.arrow, .popover>.arrow::after {
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow::after {
	border-width: 10px;
	content: "";
}

.popover.top>.arrow {
	border-bottom-width: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}

.popover.top>.arrow::after {
	border-bottom-width: 0;
	border-top-color: #ffffff;
	bottom: 1px;
	content: " ";
	margin-left: -10px;
}

.popover.right>.arrow {
	border-left-width: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}

.popover.right>.arrow::after {
	border-left-width: 0;
	border-right-color: #ffffff;
	bottom: -10px;
	content: " ";
	left: 1px;
}

.popover.bottom>.arrow {
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}

.popover.bottom>.arrow::after {
	border-bottom-color: #ffffff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}

.popover.left>.arrow {
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}

.popover.left>.arrow::after {
	border-left-color: #ffffff;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}

.carousel {
	position: relative;
}

.carousel-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.carousel-inner>.item {
	display: none;
	position: relative;
	transition: left 0.6s ease-in-out 0s;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1;
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	bottom: 0;
	color: #ffffff;
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
}

.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	left: auto;
	right: 0;
}

.carousel-control:hover, .carousel-control:focus {
	color: #ffffff;
	opacity: 0.9;
	outline: 0 none;
	text-decoration: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right
	{
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	margin-right: -10px;
	right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
	font-family: serif;
	height: 20px;
	margin-top: -10px;
	width: 20px;
}

.carousel-control .icon-prev::before {
	content: "‹";
}

.carousel-control .icon-next::before {
	content: "›";
}

.carousel-indicators {
	bottom: 10px;
	left: 50%;
	list-style: outside none none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}

.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}

.carousel-indicators .active {
	background-color: #ffffff;
	height: 12px;
	margin: 0;
	width: 12px;
}

.carousel-caption {
	bottom: 20px;
	color: #ffffff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev,
		.carousel-control .icon-next {
		font-size: 30px;
		height: 30px;
		margin-top: -15px;
		width: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -15px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -15px;
	}
	.carousel-caption {
		left: 20%;
		padding-bottom: 30px;
		right: 20%;
	}
	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after,
	.container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before,
	.form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical>.btn-group::before,
	.btn-group-vertical>.btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before,
	.navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before,
	.panel-body::after, .modal-footer::before, .modal-footer::after, #topbar::before, #topbar::after {
	content: " ";
	display: table;
}

.clearfix::after, .dl-horizontal dd::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after,
	.btn-toolbar::after, .btn-group-vertical>.btn-group::after, .nav::after, .navbar::after, .navbar-header::after,
	.navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after, #topbar::after {
	clear: both;
}

.center-block {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.center-children>div {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	font: 0px/0 a;
	text-shadow: none;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
	transform: translate3d(0px, 0px, 0px);
}

@media ( max-width : 768px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
	}
}

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xl {
	display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline,
	.visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block,
	.visible-lg-inline, .visible-lg-inline-block, .visible-xl-block, .visible-xl-inline, .visible-xl-inline-block {
	display: none !important;
}

@media ( max-width : 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}

@media ( max-width : 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media ( max-width : 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 992px) and (max-width: 1139px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}

@media ( min-width : 992px) and (max-width: 1139px) {
	.visible-md-block {
		display: block !important;
	}
}

@media ( min-width : 992px) and (max-width: 1139px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media ( min-width : 992px) and (max-width: 1139px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 1140px) {
	.visible-lg {
		display: block !important;
	}
	table.visible-lg {
		display: table;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg, td.visible-lg {
		display: table-cell !important;
	}
}

@media ( min-width : 1140px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media ( min-width : 1140px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media ( min-width : 1140px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media ( min-width : 1400px) {
	.visible-xl {
		display: block !important;
	}
	table.visible-xl {
		display: table;
	}
	tr.visible-xl {
		display: table-row !important;
	}
	th.visible-xl, td.visible-xl {
		display: table-cell !important;
	}
}

@media ( min-width : 1400px) {
	.visible-xl-block {
		display: block !important;
	}
}

@media ( min-width : 1400px) {
	.visible-xl-inline {
		display: inline !important;
	}
}

@media ( min-width : 1400px) {
	.visible-xl-inline-block {
		display: inline-block !important;
	}
}

@media ( max-width : 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media ( min-width : 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media ( min-width : 992px) and (max-width: 1139px) {
	.hidden-md {
		display: none !important;
	}
}

@media ( min-width : 1140px) {
	.hidden-lg {
		display: none !important;
	}
}

@media ( min-width : 1400px) {
	.hidden-xl {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}
	table.visible-print {
		display: table;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print, td.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.list-spacing-3 li+li {
	padding-top: 3px;
}

.list-spacing-5 li+li {
	padding-top: 5px;
}

.list-spacing-8 li+li {
	padding-top: 8px;
}

.list-spacing-10 li+li {
	padding-top: 10px;
}

.list-spacing-15 li+li {
	padding-top: 15px;
}

.list-divide-items {
	list-style: outside none none;
	margin: 0;
	padding-left: 10px;
}

.list-divide-items li+li {
	border-top: 1px solid #eee;
	margin-top: 13px;
	padding-top: 13px;
}

.fixed-height .panel-body {
	overflow: auto;
}

.hover-height {
	overflow: hidden;
	transition: all 0.2s ease 0s;
}

.mh-20 {
	max-height: 20px !important;
}

.mh-25 {
	max-height: 25px !important;
}

.mh-30 {
	max-height: 30px !important;
}

.mh-35 {
	max-height: 35px !important;
}

.mh-40 {
	max-height: 40px !important;
}

.mh-50 {
	max-height: 50px !important;
}

.mh-100 {
	max-height: 100px !important;
}

.mh-200 {
	max-height: 200px !important;
}

.mh-300 {
	max-height: 300px !important;
}

.mh-400 {
	max-height: 400px !important;
}

.mh-500 {
	max-height: 500px !important;
}

.mh-600 {
	max-height: 600px !important;
}

.mh-700 {
	max-height: 700px !important;
}

.mh-800 {
	max-height: 800px !important;
}

.mh-900 {
	max-height: 900px !important;
}

.mh-1000 {
	max-height: 1000px !important;
}

.h-20 {
	height: 20px !important;
}

.h-25 {
	height: 25px !important;
}

.h-30 {
	height: 30px !important;
}

.h-35 {
	height: 35px !important;
}

.h-40 {
	height: 40px !important;
}

.h-50 {
	height: 50px !important;
}

.h-80 {
	height: 80px !important;
}

.h-100 {
	height: 100px !important;
}

.h-120 {
	height: 120px !important;
}

.h-150 {
	height: 150px !important;
}

.h-170 {
	height: 170px !important;
}

.h-200 {
	height: 200px !important;
}

.h-300 {
	height: 300px !important;
}

.h-400 {
	height: 400px !important;
}

.h-500 {
	height: 500px !important;
}

.h-600 {
	height: 600px !important;
}

.h-700 {
	height: 700px !important;
}

.h-800 {
	height: 800px !important;
}

.h-900 {
	height: 900px !important;
}

.h-1000 {
	height: 1000px !important;
}

.t-center {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bg-none {
	background-color: transparent !important;
}

.no-boxshadow {
	box-shadow: none !important;
}

.h-a {
	height: auto !important;
}

.of-a {
	overflow: auto !important;
}

.of-h {
	overflow: hidden !important;
}

.of-v {
	overflow: visible !important;
}

.of-x-a {
	overflow-x: auto !important;
}

.of-x-h {
	overflow-x: hidden !important;
}

.of-x-v {
	overflow-x: visible !important;
}

.of-y-a {
	overflow-y: auto !important;
}

.of-y-h {
	overflow-y: hidden !important;
}

.of-y-v {
	overflow-y: visible !important;
}

.center-column {
	display: block !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.va-t {
	vertical-align: top !important;
}

.va-m {
	vertical-align: middle !important;
}

.va-b {
	vertical-align: bottom !important;
}

.va-s {
	vertical-align: super !important;
}

.posr {
	position: relative !important;
}

.ib, .inline-object {
	display: inline-block !important;
}

.cursor {
	cursor: pointer !important;
}

.option-disabled {
	opacity: 0.6 !important;
}

.input-unstyled, .input-unstyled:hover, .input-unstyled:focus {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	box-shadow: none !important;
	outline: medium none !important;
}

.panel-group.table-layout>.panel+.panel {
	border-left: 0 none;
}

.panel-group.table-layout+.panel-group.table-layout>.panel {
	border-top: 0 none;
}

.row.table-layout {
	margin-left: 0;
	margin-right: 0;
}

.table-layout {
	display: table;
	margin: 0;
	table-layout: fixed;
	width: 100%;
}

.table-layout>div, .table-layout>aside, .table-layout>section {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

@media ( max-width : 1300px) {
	.table-layout.table-clear-md, .table-layout.table-clear-md>div, .table-layout.table-clear-md>aside, .table-layout.table-clear-md>section
		{
		display: block;
		float: none;
	}
}

@media ( max-width : 992px) {
	.table-layout.table-clear-sm, .table-layout.table-clear-sm>div, .table-layout.table-clear-sm>aside, .table-layout.table-clear-sm>section
		{
		display: block;
		float: none;
	}
}

@media ( max-width : 767px) {
	.table-layout.table-clear-xs, .table-layout.table-clear-xs>div, .table-layout.table-clear-xs>aside, .table-layout.table-clear-xs>section
		{
		display: block;
		float: none;
	}
}

.text-uppercase {
	text-transform: uppercase !important;
}

.fw200 {
	font-weight: 200 !important;
}

.fw300 {
	font-weight: 300 !important;
}

.fw400 {
	font-weight: 400 !important;
}

.fw600 {
	font-weight: 600 !important;
}

.fs3 {
	font-size: 4px !important;
}

.fs4 {
	font-size: 4px !important;
}

.fs5 {
	font-size: 5px !important;
}

.fs6 {
	font-size: 6px !important;
}

.fs7 {
	font-size: 7px !important;
}

.fs8 {
	font-size: 8px !important;
}

.fs9 {
	font-size: 9px !important;
}

.fs10 {
	font-size: 10px !important;
}

.fs11 {
	font-size: 11px !important;
}

.fs12 {
	font-size: 12px !important;
}

.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs15 {
	font-size: 15px !important;
}

.fs16 {
	font-size: 16px !important;
}

.fs17 {
	font-size: 17px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.fs24 {
	font-size: 24px !important;
}

.fs26 {
	font-size: 26px !important;
}

.fs28 {
	font-size: 28px !important;
}

.fs30 {
	font-size: 30px !important;
}

.fs35 {
	font-size: 35px !important;
}

.fs40 {
	font-size: 40px !important;
}

.fs45 {
	font-size: 45px !important;
}

.fs50 {
	font-size: 50px !important;
}

.fs60 {
	font-size: 60px !important;
}

.fs70 {
	font-size: 70px !important;
}

.fs80 {
	font-size: 80px !important;
}

.fs90 {
	font-size: 90px !important;
}

.fs100 {
	font-size: 100px !important;
}

.pn {
	padding: 0 !important;
}

.p1 {
	padding: 1px !important;
}

.p2 {
	padding: 2px !important;
}

.p3 {
	padding: 3px !important;
}

.p4 {
	padding: 4px !important;
}

.p5 {
	padding: 5px !important;
}

.p6 {
	padding: 6px !important;
}

.p7 {
	padding: 7px !important;
}

.p8 {
	padding: 8px !important;
}

.p10 {
	padding: 10px !important;
}

.p12 {
	padding: 12px !important;
}

.p15 {
	padding: 15px !important;
}

.p20 {
	padding: 20px !important;
}

.p25 {
	padding: 25px !important;
}

.p30 {
	padding: 30px !important;
}

.p35 {
	padding: 35px !important;
}

.p40 {
	padding: 40px !important;
}

.p50 {
	padding: 50px !important;
}

.ptn {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.prn {
	padding-right: 0 !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pbn {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pln {
	padding-left: 0 !important;
}

.pl5 {
	padding-left: 5px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.pv5 {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.pv8 {
	padding-bottom: 8px !important;
	padding-top: 8px !important;
}

.pv10 {
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.pv15 {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.pv20 {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}

.pv25 {
	padding-bottom: 25px !important;
	padding-top: 25px !important;
}

.pv30 {
	padding-bottom: 30px !important;
	padding-top: 30px !important;
}

.pv40 {
	padding-bottom: 40px !important;
	padding-top: 40px !important;
}

.pv50 {
	padding-bottom: 50px !important;
	padding-top: 50px !important;
}

.ph5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.ph8 {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.ph10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.ph15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.ph20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.ph25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.ph30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.ph40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.ph50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

@media ( min-width : 1140px) {
	.ptn-lg {
		padding-top: 0 !important;
	}
	.prn-lg {
		padding-right: 0 !important;
	}
	.pbn-lg {
		padding-bottom: 0 !important;
	}
	.pln-lg {
		padding-left: 0 !important;
	}
	.pt5-lg {
		padding-top: 5px !important;
	}
	.pr5-lg {
		padding-right: 5px !important;
	}
	.pb5-lg {
		padding-bottom: 5px !important;
	}
	.pl5-lg {
		padding-left: 5px !important;
	}
}

@media ( min-width : 992px) {
	.ptn-md {
		padding-top: 0 !important;
	}
	.prn-md {
		padding-right: 0 !important;
	}
	.pbn-md {
		padding-bottom: 0 !important;
	}
	.pln-md {
		padding-left: 0 !important;
	}
	.pt5-md {
		padding-top: 5px !important;
	}
	.pr5-md {
		padding-right: 5px !important;
	}
	.pb5-md {
		padding-bottom: 5px !important;
	}
	.pl5-md {
		padding-left: 5px !important;
	}
}

.mauto {
	margin-left: auto;
	margin-right: auto;
}

.mn {
	margin: 0 !important;
}

.m1 {
	margin: 1px !important;
}

.m2 {
	margin: 2px !important;
}

.m3 {
	margin: 3px !important;
}

.m4 {
	margin: 4px !important;
}

.m5 {
	margin: 5px !important;
}

.m8 {
	margin: 8px !important;
}

.m10 {
	margin: 10px !important;
}

.m15 {
	margin: 15px !important;
}

.m20 {
	margin: 20px !important;
}

.m25 {
	margin: 25px !important;
}

.m30 {
	margin: 30px !important;
}

.m35 {
	margin: 35px !important;
}

.m40 {
	margin: 40px !important;
}

.m50 {
	margin: 50px !important;
}

.mtn {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mrn {
	margin-right: 0 !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mbn {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mln {
	margin-left: 0 !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mv5 {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.mv10 {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.mv15 {
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.mv20 {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

.mv25 {
	margin-bottom: 25px !important;
	margin-top: 25px !important;
}

.mv30 {
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}

.mv40 {
	margin-bottom: 40px !important;
	margin-top: 40px !important;
}

.mv50 {
	margin-bottom: 50px !important;
	margin-top: 50px !important;
}

.mv70 {
	margin-bottom: 70px !important;
	margin-top: 70px !important;
}

.mh5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mh10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mh15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.mh20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mh25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.mh30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.mh40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.mh50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.mh70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.mtn5 {
	margin-top: -5px !important;
}

.mtn10 {
	margin-top: -10px !important;
}

.mtn15 {
	margin-top: -15px !important;
}

.mtn20 {
	margin-top: -20px !important;
}

.mtn30 {
	margin-top: -30px !important;
}

.mrn5 {
	margin-right: -5px !important;
}

.mrn10 {
	margin-right: -10px !important;
}

.mrn15 {
	margin-right: -15px !important;
}

.mrn20 {
	margin-right: -20px !important;
}

.mrn30 {
	margin-right: -30px !important;
}

.mbn5 {
	margin-bottom: -5px !important;
}

.mbn10 {
	margin-bottom: -10px !important;
}

.mbn15 {
	margin-bottom: -15px !important;
}

.mbn20 {
	margin-bottom: -20px !important;
}

.mbn30 {
	margin-bottom: -30px !important;
}

.mln5 {
	margin-left: -5px !important;
}

.mln10 {
	margin-left: -10px !important;
}

.mln15 {
	margin-left: -15px !important;
}

.mln20 {
	margin-left: -20px !important;
}

.mln30 {
	margin-left: -30px !important;
}

.mvn5 {
	margin-bottom: -5px !important;
	margin-top: -5px !important;
}

.mvn10 {
	margin-bottom: -10px !important;
	margin-top: -10px !important;
}

.mvn15 {
	margin-bottom: -15px !important;
	margin-top: -15px !important;
}

.mvn20 {
	margin-bottom: -20px !important;
	margin-top: -20px !important;
}

.mvn30 {
	margin-bottom: -30px !important;
	margin-top: -30px !important;
}

.mhn5 {
	margin-left: -5px !important;
	margin-right: -5px !important;
}

.mhn10 {
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.mhn15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.mhn20 {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.mhn30 {
	margin-left: -30px !important;
	margin-right: -30px !important;
}

.lh0 {
	line-height: 0 !important;
}

.lh5 {
	line-height: 5px !important;
}

.lh10 {
	line-height: 10px !important;
}

.lh15 {
	line-height: 15px !important;
}

.lh20 {
	line-height: 20px !important;
}

.lh25 {
	line-height: 25px !important;
}

.lh30 {
	line-height: 30px !important;
}

.lh35 {
	line-height: 35px !important;
}

.lh40 {
	line-height: 40px !important;
}

.br-l-n {
	border-left: medium none !important;
}

.br-r-n {
	border-right: medium none !important;
}

.br-t-n {
	border-top: medium none !important;
}

.br-b-n {
	border-bottom: medium none !important;
}

.br-n {
	border: medium none !important;
}

.br-v-n {
	border-bottom: medium none !important;
	border-top: medium none !important;
}

.br-h-n {
	border-left: medium none !important;
	border-right: medium none !important;
}

.br-a {
	border: 1px solid #eeeeee !important;
}

.br-l {
	border-left: 1px solid #eeeeee !important;
}

.br-r {
	border-right: 1px solid #eeeeee !important;
}

.br-t {
	border-top: 1px solid #eeeeee !important;
}

.br-b {
	border-bottom: 1px solid #eeeeee !important;
}

.br-dashed {
	border-style: dotted !important;
}

.br0 {
	border-radius: 0 !important;
}

.br1 {
	border-radius: 1px !important;
}

.br2 {
	border-radius: 2px !important;
}

.br3 {
	border-radius: 3px !important;
}

.br4 {
	border-radius: 4px !important;
}

.br6 {
	border-radius: 6px !important;
}

.br8 {
	border-radius: 8px !important;
}

.br12 {
	border-radius: 12px !important;
}

.br24 {
	border-radius: 24px !important;
}

.br64 {
	border-radius: 64px !important;
}

.bw1 {
	border-width: 1px !important;
}

.bw2 {
	border-width: 2px !important;
}

.bw3 {
	border-width: 3px !important;
}

.bw4 {
	border-width: 4px !important;
}

.bw5 {
	border-width: 5px !important;
}

.bw8 {
	border-width: 8px !important;
}

.bw10 {
	border-width: 10px !important;
}

.bw15 {
	border-width: 15px !important;
}

.br-white {
	border-color: #ffffff !important;
}

.br-lighter {
	border-color: #eeeeee !important;
}

.br-light {
	border-color: #e7e7e7 !important;
}

.br-grey {
	border-color: #d9d9d9 !important;
}

.br-greyer {
	border-color: #cccccc !important;
}

.br-dark {
	border-color: #3b3f4f !important;
}

.br-dark-light {
	border-color: #51566c !important;
}

.br-primary {
	border-color: #4a89dc !important;
}

.br-primary-light {
	border-color: #75a5e4 !important;
}

.br-info {
	border-color: #3bafda !important;
}

.br-info-light {
	border-color: #66c1e2 !important;
}

.br-success {
	border-color: #70ca63 !important;
}

.br-success-light {
	border-color: #93d789 !important;
}

.br-warning {
	border-color: #f6bb42 !important;
}

.br-warning-light {
	border-color: #f8cd73 !important;
}

.br-danger {
	border-color: #e9573f !important;
}

.br-danger-light {
	border-color: #ee7f6d !important;
}

.br-alert {
	border-color: #967adc !important;
}

.br-alert-light {
	border-color: #b6a2e7 !important;
}

.br-system {
	border-color: #37bc9b !important;
}

.br-system-light {
	border-color: #58ceb1 !important;
}

.br-tp-top {
	border-top-color: rgba(0, 0, 0, 0.1);
}

.br-tp-right {
	border-right-color: rgba(0, 0, 0, 0.1);
}

.br-tp-left {
	border-left-color: rgba(0, 0, 0, 0.1);
}

.fluid-width {
	width: 100% !important;
}

.mw10 {
	max-width: 10px !important;
}

.mw20 {
	max-width: 20px !important;
}

.mw30 {
	max-width: 30px !important;
}

.mw35 {
	max-width: 35px !important;
}

.mw40 {
	max-width: 40px !important;
}

.mw45 {
	max-width: 45px !important;
}

.mw50 {
	max-width: 50px !important;
}

.mw60 {
	max-width: 60px !important;
}

.mw80 {
	max-width: 80px !important;
}

.mw100 {
	max-width: 100px !important;
}

.mw140 {
	max-width: 140px !important;
}

.mw160 {
	max-width: 160px !important;
}

.mw180 {
	max-width: 180px !important;
}

.mw200 {
	max-width: 200px !important;
}

.mw240 {
	max-width: 240px !important;
}

.mw280 {
	max-width: 280px !important;
}

.mw320 {
	max-width: 320px !important;
}

.mw400 {
	max-width: 400px !important;
}

.mw450 {
	max-width: 450px !important;
}

.mw500 {
	max-width: 500px !important;
}

.mw600 {
	max-width: 600px !important;
}

.mw700 {
	max-width: 700px !important;
}

.mw800 {
	max-width: 800px !important;
}

.mw900 {
	max-width: 900px !important;
}

.mw1000 {
	max-width: 1000px !important;
}

.mw1100 {
	max-width: 1100px !important;
}

.mw1200 {
	max-width: 1200px !important;
}

.w20 {
	width: 20px !important;
}

.w30 {
	width: 30px !important;
}

.w40 {
	width: 40px !important;
}

.w50 {
	width: 50px !important;
}

.w75 {
	width: 75px !important;
}

.w100 {
	width: 100px !important;
}

.w125 {
	width: 125px !important;
}

.w150 {
	width: 150px !important;
}

.w175 {
	width: 175px !important;
}

.w200 {
	width: 200px !important;
}

.w225 {
	width: 225px !important;
}

.w250 {
	width: 250px !important;
}

.w300 {
	width: 300px !important;
}

.w320 {
	width: 320px !important;
}

.w350 {
	width: 350px !important;
}

.w400 {
	width: 400px !important;
}

.w450 {
	width: 450px !important;
}

.mnw20 {
	min-width: 20px !important;
}

.mnw30 {
	min-width: 30px !important;
}

.mnw40 {
	min-width: 40px !important;
}

.mnw50 {
	min-width: 50px !important;
}

.mnw75 {
	min-width: 75px !important;
}

.mnw100 {
	min-width: 100px !important;
}

.mnw125 {
	min-width: 125px !important;
}

.mnw150 {
	min-width: 150px !important;
}

.mnw175 {
	min-width: 175px !important;
}

.mnw200 {
	min-width: 200px !important;
}

.mnw250 {
	min-width: 250px !important;
}

.mnw300 {
	min-width: 300px !important;
}

.mnw500 {
	min-width: 500px !important;
}

.mnw700 {
	min-width: 700px !important;
}

.mnw1000 {
	min-width: 1000px !important;
}