/*!
 * cooker v0.4.7
 * 
 * Licensed under MIT
 * 2013-2014 
 * 
 */


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}


/**
 * Remove default margin.
 */

body {
	margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	margin: .67em 0;
	font-size: 2em;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
	color: #000;
	background: #ff0;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

p {
	margin: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	/* 2 */
	margin: 0;
	/* 1 */
	font: inherit;
	color: inherit;
	/* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-box-sizing: content-box;
	/* 1 */
	-moz-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	/* 1 */
	padding: 0;
	border: 0;
	/* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	/*line-height: inherit;*/
}

a {
	font-size: 1.5rem;
	color: #3C3C3C;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #7e94a7;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 4px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	/*font-family: inherit;*/
	/*font-weight: 500;
	line-height: 1.1;
	color: inherit;*/
}

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 {
	font-weight: normal;
	line-height: 1;
	color: #d5d5d5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

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: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

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: 75%;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

.font-ja {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.font-en {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	/*margin: 0 0 10px;*/
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small,
.small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline> li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dt,
dd {
	line-height: 1.42857143;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #d5d5d5;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}

blockquote:before,
blockquote:after {
	content: "";
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.navs:before,
.navs:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.container:after,
.container-fluid:after,
.navs:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.radius-base {
	border-radius: 3px;
}

.radius-lg {
	border-radius: 4px;
}

.radius-sm {
	border-radius: 2px;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	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 (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: 992px) and (max-width: 1199px) {
	.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: 1200px) {
	.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 (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: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		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;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}

.button {
	display: inline-block;
	padding: 6px 18px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.42857143;
	text-align: center;
	letter-spacing: .05em;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #eee;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.button:focus,
.button:active:focus,
.button.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.button:hover,
.button:focus {
	color: #444;
	text-decoration: none;
}

.button:active,
.button.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.button-flat {
	color: #444;
	background-color: #d5d5d5;
	border-color: #d5d5d5;
}

.button-flat:hover,
.button-flat:focus,
.button-flat:active,
.button-flat.active,
.open> .dropdown-toggle.button-flat {
	color: #444;
	background-color: #bbb;
	border-color: #b6b6b6;
}

.button-flat:active,
.button-flat.active,
.open> .dropdown-toggle.button-flat {
	background-image: none;
}

.button-flat.disabled,
.button-flat[disabled],
fieldset[disabled] .button-flat,
.button-flat.disabled:hover,
.button-flat[disabled]:hover,
fieldset[disabled] .button-flat:hover,
.button-flat.disabled:focus,
.button-flat[disabled]:focus,
fieldset[disabled] .button-flat:focus,
.button-flat.disabled:active,
.button-flat[disabled]:active,
fieldset[disabled] .button-flat:active,
.button-flat.disabled.active,
.button-flat[disabled].active,
fieldset[disabled] .button-flat.active {
	background-color: #d5d5d5;
	border-color: #d5d5d5;
}

.button-flat .badge {
	color: #d5d5d5;
	background-color: #444;
}

.button-flat-primary {
	color: #fff;
	background-color: #242d35;
	border-color: #1a2026;
}

.button-flat-primary:hover,
.button-flat-primary:focus,
.button-flat-primary:active,
.button-flat-primary.active,
.open> .dropdown-toggle.button-flat-primary {
	color: #fff;
	background-color: #0f1317;
	border-color: #010101;
}

.button-flat-primary:active,
.button-flat-primary.active,
.open> .dropdown-toggle.button-flat-primary {
	background-image: none;
}

.button-flat-primary.disabled,
.button-flat-primary[disabled],
fieldset[disabled] .button-flat-primary,
.button-flat-primary.disabled:hover,
.button-flat-primary[disabled]:hover,
fieldset[disabled] .button-flat-primary:hover,
.button-flat-primary.disabled:focus,
.button-flat-primary[disabled]:focus,
fieldset[disabled] .button-flat-primary:focus,
.button-flat-primary.disabled:active,
.button-flat-primary[disabled]:active,
fieldset[disabled] .button-flat-primary:active,
.button-flat-primary.disabled.active,
.button-flat-primary[disabled].active,
fieldset[disabled] .button-flat-primary.active {
	background-color: #242d35;
	border-color: #1a2026;
}

.button-flat-primary .badge {
	color: #242d35;
	background-color: #fff;
}

.button-flat-success {
	color: #fff;
	background-color: #028760;
	border-color: #026e4e;
}

.button-flat-success:hover,
.button-flat-success:focus,
.button-flat-success:active,
.button-flat-success.active,
.open> .dropdown-toggle.button-flat-success {
	color: #fff;
	background-color: #01553c;
	border-color: #013223;
}

.button-flat-success:active,
.button-flat-success.active,
.open> .dropdown-toggle.button-flat-success {
	background-image: none;
}

.button-flat-success.disabled,
.button-flat-success[disabled],
fieldset[disabled] .button-flat-success,
.button-flat-success.disabled:hover,
.button-flat-success[disabled]:hover,
fieldset[disabled] .button-flat-success:hover,
.button-flat-success.disabled:focus,
.button-flat-success[disabled]:focus,
fieldset[disabled] .button-flat-success:focus,
.button-flat-success.disabled:active,
.button-flat-success[disabled]:active,
fieldset[disabled] .button-flat-success:active,
.button-flat-success.disabled.active,
.button-flat-success[disabled].active,
fieldset[disabled] .button-flat-success.active {
	background-color: #028760;
	border-color: #026e4e;
}

.button-flat-success .badge {
	color: #028760;
	background-color: #fff;
}

.button-flat-info {
	color: #fff;
	background-color: #4d6172;
	border-color: #435463;
}

.button-flat-info:hover,
.button-flat-info:focus,
.button-flat-info:active,
.button-flat-info.active,
.open> .dropdown-toggle.button-flat-info {
	color: #fff;
	background-color: #394753;
	border-color: #2a353e;
}

.button-flat-info:active,
.button-flat-info.active,
.open> .dropdown-toggle.button-flat-info {
	background-image: none;
}

.button-flat-info.disabled,
.button-flat-info[disabled],
fieldset[disabled] .button-flat-info,
.button-flat-info.disabled:hover,
.button-flat-info[disabled]:hover,
fieldset[disabled] .button-flat-info:hover,
.button-flat-info.disabled:focus,
.button-flat-info[disabled]:focus,
fieldset[disabled] .button-flat-info:focus,
.button-flat-info.disabled:active,
.button-flat-info[disabled]:active,
fieldset[disabled] .button-flat-info:active,
.button-flat-info.disabled.active,
.button-flat-info[disabled].active,
fieldset[disabled] .button-flat-info.active {
	background-color: #4d6172;
	border-color: #435463;
}

.button-flat-info .badge {
	color: #4d6172;
	background-color: #fff;
}

.button-flat-warning {
	color: #fff;
	background-color: #e6b422;
	border-color: #d6a618;
}

.button-flat-warning:hover,
.button-flat-warning:focus,
.button-flat-warning:active,
.button-flat-warning.active,
.open> .dropdown-toggle.button-flat-warning {
	color: #fff;
	background-color: #bf9416;
	border-color: #9f7b12;
}

.button-flat-warning:active,
.button-flat-warning.active,
.open> .dropdown-toggle.button-flat-warning {
	background-image: none;
}

.button-flat-warning.disabled,
.button-flat-warning[disabled],
fieldset[disabled] .button-flat-warning,
.button-flat-warning.disabled:hover,
.button-flat-warning[disabled]:hover,
fieldset[disabled] .button-flat-warning:hover,
.button-flat-warning.disabled:focus,
.button-flat-warning[disabled]:focus,
fieldset[disabled] .button-flat-warning:focus,
.button-flat-warning.disabled:active,
.button-flat-warning[disabled]:active,
fieldset[disabled] .button-flat-warning:active,
.button-flat-warning.disabled.active,
.button-flat-warning[disabled].active,
fieldset[disabled] .button-flat-warning.active {
	background-color: #e6b422;
	border-color: #d6a618;
}

.button-flat-warning .badge {
	color: #e6b422;
	background-color: #fff;
}

.button-flat-danger {
	color: #fff;
	background-color: #d3381c;
	border-color: #bc3219;
}

.button-flat-danger:hover,
.button-flat-danger:focus,
.button-flat-danger:active,
.button-flat-danger.active,
.open> .dropdown-toggle.button-flat-danger {
	color: #fff;
	background-color: #a62c16;
	border-color: #862412;
}

.button-flat-danger:active,
.button-flat-danger.active,
.open> .dropdown-toggle.button-flat-danger {
	background-image: none;
}

.button-flat-danger.disabled,
.button-flat-danger[disabled],
fieldset[disabled] .button-flat-danger,
.button-flat-danger.disabled:hover,
.button-flat-danger[disabled]:hover,
fieldset[disabled] .button-flat-danger:hover,
.button-flat-danger.disabled:focus,
.button-flat-danger[disabled]:focus,
fieldset[disabled] .button-flat-danger:focus,
.button-flat-danger.disabled:active,
.button-flat-danger[disabled]:active,
fieldset[disabled] .button-flat-danger:active,
.button-flat-danger.disabled.active,
.button-flat-danger[disabled].active,
fieldset[disabled] .button-flat-danger.active {
	background-color: #d3381c;
	border-color: #bc3219;
}

.button-flat-danger .badge {
	color: #d3381c;
	background-color: #fff;
}

.button-border {
	color: #444;
	background-color: #fff;
	border-color: #d5d5d5;
}

.button-border:hover,
.button-border:focus,
.button-border:active,
.button-border.active,
.open> .dropdown-toggle.button-border {
	color: #444;
	background-color: #d5d5d5;
	border-color: #d5d5d5;
}

.button-border:active,
.button-border.active,
.open> .dropdown-toggle.button-border {
	background-image: none;
}

.button-border.disabled,
.button-border[disabled],
fieldset[disabled] .button-border,
.button-border.disabled:hover,
.button-border[disabled]:hover,
fieldset[disabled] .button-border:hover,
.button-border.disabled:focus,
.button-border[disabled]:focus,
fieldset[disabled] .button-border:focus,
.button-border.disabled:active,
.button-border[disabled]:active,
fieldset[disabled] .button-border:active,
.button-border.disabled.active,
.button-border[disabled].active,
fieldset[disabled] .button-border.active {
	background-color: #fff;
	border-color: #d5d5d5;
}

.button-border .badge {
	color: #fff;
	background-color: #444;
}

.button-border-primary {
	color: #242d35;
	background-color: #fff;
	border-color: #242d35;
}

.button-border-primary:hover,
.button-border-primary:focus,
.button-border-primary:active,
.button-border-primary.active,
.open> .dropdown-toggle.button-border-primary {
	color: #fff;
	background-color: #242d35;
	border-color: #1a2026;
}

.button-border-primary:active,
.button-border-primary.active,
.open> .dropdown-toggle.button-border-primary {
	background-image: none;
}

.button-border-primary.disabled,
.button-border-primary[disabled],
fieldset[disabled] .button-border-primary,
.button-border-primary.disabled:hover,
.button-border-primary[disabled]:hover,
fieldset[disabled] .button-border-primary:hover,
.button-border-primary.disabled:focus,
.button-border-primary[disabled]:focus,
fieldset[disabled] .button-border-primary:focus,
.button-border-primary.disabled:active,
.button-border-primary[disabled]:active,
fieldset[disabled] .button-border-primary:active,
.button-border-primary.disabled.active,
.button-border-primary[disabled].active,
fieldset[disabled] .button-border-primary.active {
	background-color: #fff;
	border-color: #242d35;
}

.button-border-primary .badge {
	color: #fff;
	background-color: #242d35;
}

.button-border-success {
	color: #028760;
	background-color: #fff;
	border-color: #028760;
}

.button-border-success:hover,
.button-border-success:focus,
.button-border-success:active,
.button-border-success.active,
.open> .dropdown-toggle.button-border-success {
	color: #fff;
	background-color: #028760;
	border-color: #026e4e;
}

.button-border-success:active,
.button-border-success.active,
.open> .dropdown-toggle.button-border-success {
	background-image: none;
}

.button-border-success.disabled,
.button-border-success[disabled],
fieldset[disabled] .button-border-success,
.button-border-success.disabled:hover,
.button-border-success[disabled]:hover,
fieldset[disabled] .button-border-success:hover,
.button-border-success.disabled:focus,
.button-border-success[disabled]:focus,
fieldset[disabled] .button-border-success:focus,
.button-border-success.disabled:active,
.button-border-success[disabled]:active,
fieldset[disabled] .button-border-success:active,
.button-border-success.disabled.active,
.button-border-success[disabled].active,
fieldset[disabled] .button-border-success.active {
	background-color: #fff;
	border-color: #028760;
}

.button-border-success .badge {
	color: #fff;
	background-color: #028760;
}

.button-border-info {
	color: #4d6172;
	background-color: #fff;
	border-color: #4d6172;
}

.button-border-info:hover,
.button-border-info:focus,
.button-border-info:active,
.button-border-info.active,
.open> .dropdown-toggle.button-border-info {
	color: #fff;
	background-color: #4d6172;
	border-color: #435463;
}

.button-border-info:active,
.button-border-info.active,
.open> .dropdown-toggle.button-border-info {
	background-image: none;
}

.button-border-info.disabled,
.button-border-info[disabled],
fieldset[disabled] .button-border-info,
.button-border-info.disabled:hover,
.button-border-info[disabled]:hover,
fieldset[disabled] .button-border-info:hover,
.button-border-info.disabled:focus,
.button-border-info[disabled]:focus,
fieldset[disabled] .button-border-info:focus,
.button-border-info.disabled:active,
.button-border-info[disabled]:active,
fieldset[disabled] .button-border-info:active,
.button-border-info.disabled.active,
.button-border-info[disabled].active,
fieldset[disabled] .button-border-info.active {
	background-color: #fff;
	border-color: #4d6172;
}

.button-border-info .badge {
	color: #fff;
	background-color: #4d6172;
}

.button-border-warning {
	color: #e6b422;
	background-color: #fff;
	border-color: #e6b422;
}

.button-border-warning:hover,
.button-border-warning:focus,
.button-border-warning:active,
.button-border-warning.active,
.open> .dropdown-toggle.button-border-warning {
	color: #fff;
	background-color: #e6b422;
	border-color: #d6a618;
}

.button-border-warning:active,
.button-border-warning.active,
.open> .dropdown-toggle.button-border-warning {
	background-image: none;
}

.button-border-warning.disabled,
.button-border-warning[disabled],
fieldset[disabled] .button-border-warning,
.button-border-warning.disabled:hover,
.button-border-warning[disabled]:hover,
fieldset[disabled] .button-border-warning:hover,
.button-border-warning.disabled:focus,
.button-border-warning[disabled]:focus,
fieldset[disabled] .button-border-warning:focus,
.button-border-warning.disabled:active,
.button-border-warning[disabled]:active,
fieldset[disabled] .button-border-warning:active,
.button-border-warning.disabled.active,
.button-border-warning[disabled].active,
fieldset[disabled] .button-border-warning.active {
	background-color: #fff;
	border-color: #e6b422;
}

.button-border-warning .badge {
	color: #fff;
	background-color: #e6b422;
}

.button-border-danger {
	color: #d3381c;
	background-color: #fff;
	border-color: #d3381c;
}

.button-border-danger:hover,
.button-border-danger:focus,
.button-border-danger:active,
.button-border-danger.active,
.open> .dropdown-toggle.button-border-danger {
	color: #fff;
	background-color: #d3381c;
	border-color: #bc3219;
}

.button-border-danger:active,
.button-border-danger.active,
.open> .dropdown-toggle.button-border-danger {
	background-image: none;
}

.button-border-danger.disabled,
.button-border-danger[disabled],
fieldset[disabled] .button-border-danger,
.button-border-danger.disabled:hover,
.button-border-danger[disabled]:hover,
fieldset[disabled] .button-border-danger:hover,
.button-border-danger.disabled:focus,
.button-border-danger[disabled]:focus,
fieldset[disabled] .button-border-danger:focus,
.button-border-danger.disabled:active,
.button-border-danger[disabled]:active,
fieldset[disabled] .button-border-danger:active,
.button-border-danger.disabled.active,
.button-border-danger[disabled].active,
fieldset[disabled] .button-border-danger.active {
	background-color: #fff;
	border-color: #d3381c;
}

.button-border-danger .badge {
	color: #fff;
	background-color: #d3381c;
}

.button-link {
	color: #4d6172;
}

.button-link:hover {
	color: #242d35 !important;
}

.button-link,
.button-link:active,
.button-link[disabled],
fieldset[disabled] .button-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link,
.button-link:hover,
.button-link:focus,
.button-link:active {
	border-color: transparent;
}

.button-link:hover,
.button-link:focus {
	color: #7e94a7;
	text-decoration: underline;
	background-color: transparent;
}

.button-link[disabled]:hover,
fieldset[disabled] .button-link:hover,
.button-link[disabled]:focus,
fieldset[disabled] .button-link:focus {
	color: #d5d5d5;
	text-decoration: none;
}

.button-link-primary {
	color: #242d35;
}

.button-link-primary:hover {
	color: #000 !important;
}

.button-link-primary,
.button-link-primary:active,
.button-link-primary[disabled],
fieldset[disabled] .button-link-primary {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link-primary,
.button-link-primary:hover,
.button-link-primary:focus,
.button-link-primary:active {
	border-color: transparent;
}

.button-link-primary:hover,
.button-link-primary:focus {
	color: #7e94a7;
	text-decoration: underline;
	background-color: transparent;
}

.button-link-primary[disabled]:hover,
fieldset[disabled] .button-link-primary:hover,
.button-link-primary[disabled]:focus,
fieldset[disabled] .button-link-primary:focus {
	color: #d5d5d5;
	text-decoration: none;
}

.button-link-info {
	color: #4d6172;
}

.button-link-info:hover {
	color: #242d35 !important;
}

.button-link-info,
.button-link-info:active,
.button-link-info[disabled],
fieldset[disabled] .button-link-info {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link-info,
.button-link-info:hover,
.button-link-info:focus,
.button-link-info:active {
	border-color: transparent;
}

.button-link-info:hover,
.button-link-info:focus {
	color: #7e94a7;
	text-decoration: underline;
	background-color: transparent;
}

.button-link-info[disabled]:hover,
fieldset[disabled] .button-link-info:hover,
.button-link-info[disabled]:focus,
fieldset[disabled] .button-link-info:focus {
	color: #d5d5d5;
	text-decoration: none;
}

.button-link-success {
	color: #028760;
}

.button-link-success:hover {
	color: #012219 !important;
}

.button-link-success,
.button-link-success:active,
.button-link-success[disabled],
fieldset[disabled] .button-link-success {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link-success,
.button-link-success:hover,
.button-link-success:focus,
.button-link-success:active {
	border-color: transparent;
}

.button-link-success:hover,
.button-link-success:focus {
	color: #7e94a7;
	text-decoration: underline;
	background-color: transparent;
}

.button-link-success[disabled]:hover,
fieldset[disabled] .button-link-success:hover,
.button-link-success[disabled]:focus,
fieldset[disabled] .button-link-success:focus {
	color: #d5d5d5;
	text-decoration: none;
}

.button-link-warning {
	color: #e6b422;
}

.button-link-warning:hover {
	color: #927110 !important;
}

.button-link-warning,
.button-link-warning:active,
.button-link-warning[disabled],
fieldset[disabled] .button-link-warning {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link-warning,
.button-link-warning:hover,
.button-link-warning:focus,
.button-link-warning:active {
	border-color: transparent;
}

.button-link-warning:hover,
.button-link-warning:focus {
	color: #7e94a7;
	text-decoration: underline;
	background-color: transparent;
}

.button-link-warning[disabled]:hover,
fieldset[disabled] .button-link-warning:hover,
.button-link-warning[disabled]:focus,
fieldset[disabled] .button-link-warning:focus {
	color: #d5d5d5;
	text-decoration: none;
}

.button-link-danger {
	color: #d3381c;
}

.button-link-danger:hover {
	color: #792010 !important;
}

.button-link-danger,
.button-link-danger:active,
.button-link-danger[disabled],
fieldset[disabled] .button-link-danger {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-link-danger,
.button-link-danger:hover,
.button-link-danger:focus,
.button-link-danger:active {
	border-color: transparent;
}

.button-link-danger:hover,
.button-link-danger:focus {
	color: #7e94a7;
	text-decoration: underline;
	background-color: transparent;
}

.button-link-danger[disabled]:hover,
fieldset[disabled] .button-link-danger:hover,
.button-link-danger[disabled]:focus,
fieldset[disabled] .button-link-danger:focus {
	color: #d5d5d5;
	text-decoration: none;
}

.button-lg {
	padding: 10px 32px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 4px;
}

.button-sm {
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.button-xs {
	padding: 1px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 2px;
}

.button-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.button-block+ .block {
	margin-top: 5px;
}

input[type="submit"].block,
input[type="reset"].block,
input[type="button"].block {
	width: 100%;
}

.button-circle,
.button-medal {
	text-align: center !important;
	border-radius: 50%;
}

.button-circle {
	width: 34px;
	height: 34px;
	padding: 6px 7px;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
}

.button-circle .qcon {
	font-size: 18px;
}

.button-circle.button-xs {
	width: 22px;
	height: 22px;
	padding: 0;
}

.button-circle.button-xs .qcon {
	font-size: 12px;
}

.button-circle.button-sm {
	width: 30px;
	height: 30px;
}

.button-circle.button-sm .qcon {
	font-size: 14px;
}

.button-circle.button-lg {
	width: 46px;
	height: 46px;
	padding: 6px 10px;
}

.button-circle.button-lg .qcon {
	font-size: 24px;
}

.button-medal,
.button-circle-2x {
	width: 102px;
	height: 102px;
	line-height: 1.42857143;
	white-space: normal;
}

.button-icon,
.button-icon-primary,
.button-icon-info,
.button-icon-success,
.button-icon-warning,
.button-icon-danger {
	font-size: 34px;
	line-height: 0 !important;
	border: 0;
}

.button-icon .drop,
.button-icon-primary .drop,
.button-icon-info .drop,
.button-icon-success .drop,
.button-icon-warning .drop,
.button-icon-danger .drop {
	margin-left: -8px;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.button-icon.button-xs,
.button-icon-primary.button-xs,
.button-icon-info.button-xs,
.button-icon-success.button-xs,
.button-icon-warning.button-xs,
.button-icon-danger.button-xs {
	width: 22px;
	height: 22px;
	padding: 0;
}

.button-icon.button-xs .qcon,
.button-icon-primary.button-xs .qcon,
.button-icon-info.button-xs .qcon,
.button-icon-success.button-xs .qcon,
.button-icon-warning.button-xs .qcon,
.button-icon-danger.button-xs .qcon {
	font-size: 22px;
}

.button-icon.button-sm,
.button-icon-primary.button-sm,
.button-icon-info.button-sm,
.button-icon-success.button-sm,
.button-icon-warning.button-sm,
.button-icon-danger.button-sm {
	width: 30px;
	height: 30px;
	padding: 0 0;
	font-size: 30px;
}

.button-icon.button-lg,
.button-icon-primary.button-lg,
.button-icon-info.button-lg,
.button-icon-success.button-lg,
.button-icon-warning.button-lg,
.button-icon-danger.button-lg {
	width: 46px;
	height: 46px;
	padding: 0 0;
	font-size: 46px;
}

.button-icon {
	width: 34px;
	height: 34px;
	padding: 0 0;
	color: #555;
	background-color: transparent;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.button-icon:hover {
	color: #555;
	filter: alpha(opacity=60);
	opacity: .6;
}

.button-icon.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-icon-primary {
	width: 34px;
	height: 34px;
	padding: 0 0;
	color: #242d35;
	background-color: transparent;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.button-icon-primary:hover {
	color: #242d35;
	filter: alpha(opacity=60);
	opacity: .6;
}

.button-icon-primary.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-icon-success {
	width: 34px;
	height: 34px;
	padding: 0 0;
	color: #028760;
	background-color: transparent;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.button-icon-success:hover {
	color: #028760;
	filter: alpha(opacity=60);
	opacity: .6;
}

.button-icon-success.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-icon-info {
	width: 34px;
	height: 34px;
	padding: 0 0;
	color: #4d6172;
	background-color: transparent;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.button-icon-info:hover {
	color: #4d6172;
	filter: alpha(opacity=60);
	opacity: .6;
}

.button-icon-info.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-icon-warning {
	width: 34px;
	height: 34px;
	padding: 0 0;
	color: #e6b422;
	background-color: transparent;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.button-icon-warning:hover {
	color: #e6b422;
	filter: alpha(opacity=60);
	opacity: .6;
}

.button-icon-warning.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-icon-danger {
	width: 34px;
	height: 34px;
	padding: 0 0;
	color: #d3381c;
	background-color: transparent;
	-webkit-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.button-icon-danger:hover {
	color: #d3381c;
	filter: alpha(opacity=60);
	opacity: .6;
}

.button-icon-danger.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.button-gradient {
	color: #444;
	text-shadow: 0 1px 0 #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #d5d5d5;
	background-image: -webkit-linear-gradient(top, #d5d5d5 0%, #b6b6b6 100%);
	background-image: -o-linear-gradient(top, #d5d5d5 0%, #b6b6b6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#b6b6b6));
	background-image: linear-gradient(to bottom, #d5d5d5 0%, #b6b6b6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd5d5d5', endColorstr='#ffb6b6b6', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b1b1b1;
}

.button-gradient:hover,
.button-gradient:focus {
	color: #444;
	background-image: -webkit-linear-gradient(top, #b6b6b6 0%, #d5d5d5 100%);
	background-image: -o-linear-gradient(top, #b6b6b6 0%, #d5d5d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#d5d5d5));
	background-image: linear-gradient(to bottom, #b6b6b6 0%, #d5d5d5 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb6b6b6', endColorstr='#ffd5d5d5', GradientType=0);
	background-repeat: repeat-x;
}

.button-gradient:active,
.button-gradient.active {
	background-color: #b6b6b6;
	border-color: #b1b1b1;
}

.button-gradient-primary {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background-color: #242d35;
	background-image: -webkit-linear-gradient(top, #242d35 0%, #0b0e11 100%);
	background-image: -o-linear-gradient(top, #242d35 0%, #0b0e11 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#242d35), to(#0b0e11));
	background-image: linear-gradient(to bottom, #242d35 0%, #0b0e11 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff242d35', endColorstr='#ff0b0e11', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #07090a;
}

.button-gradient-primary:hover,
.button-gradient-primary:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #0b0e11 0%, #242d35 100%);
	background-image: -o-linear-gradient(top, #0b0e11 0%, #242d35 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0b0e11), to(#242d35));
	background-image: linear-gradient(to bottom, #0b0e11 0%, #242d35 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0b0e11', endColorstr='#ff242d35', GradientType=0);
	background-repeat: repeat-x;
}

.button-gradient-primary:active,
.button-gradient-primary.active {
	background-color: #0b0e11;
	border-color: #07090a;
}

.button-gradient-success {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background-color: #028760;
	background-image: -webkit-linear-gradient(top, #028760 0%, #014b35 100%);
	background-image: -o-linear-gradient(top, #028760 0%, #014b35 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#028760), to(#014b35));
	background-image: linear-gradient(to bottom, #028760 0%, #014b35 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff028760', endColorstr='#ff014b35', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #01412e;
}

.button-gradient-success:hover,
.button-gradient-success:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #014b35 0%, #028760 100%);
	background-image: -o-linear-gradient(top, #014b35 0%, #028760 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#014b35), to(#028760));
	background-image: linear-gradient(to bottom, #014b35 0%, #028760 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff014b35', endColorstr='#ff028760', GradientType=0);
	background-repeat: repeat-x;
}

.button-gradient-success:active,
.button-gradient-success.active {
	background-color: #014b35;
	border-color: #01412e;
}

.button-gradient-info {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background-color: #4d6172;
	background-image: -webkit-linear-gradient(top, #4d6172 0%, #35424d 100%);
	background-image: -o-linear-gradient(top, #4d6172 0%, #35424d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d6172), to(#35424d));
	background-image: linear-gradient(to bottom, #4d6172 0%, #35424d 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff4d6172', endColorstr='#ff35424d', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #303c47;
}

.button-gradient-info:hover,
.button-gradient-info:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #35424d 0%, #4d6172 100%);
	background-image: -o-linear-gradient(top, #35424d 0%, #4d6172 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#35424d), to(#4d6172));
	background-image: linear-gradient(to bottom, #35424d 0%, #4d6172 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff35424d', endColorstr='#ff4d6172', GradientType=0);
	background-repeat: repeat-x;
}

.button-gradient-info:active,
.button-gradient-info.active {
	background-color: #35424d;
	border-color: #303c47;
}

.button-gradient-warning {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background-color: #e6b422;
	background-image: -webkit-linear-gradient(top, #e6b422 0%, #b68d15 100%);
	background-image: -o-linear-gradient(top, #e6b422 0%, #b68d15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6b422), to(#b68d15));
	background-image: linear-gradient(to bottom, #e6b422 0%, #b68d15 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe6b422', endColorstr='#ffb68d15', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #ad8614;
}

.button-gradient-warning:hover,
.button-gradient-warning:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #b68d15 0%, #e6b422 100%);
	background-image: -o-linear-gradient(top, #b68d15 0%, #e6b422 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b68d15), to(#e6b422));
	background-image: linear-gradient(to bottom, #b68d15 0%, #e6b422 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb68d15', endColorstr='#ffe6b422', GradientType=0);
	background-repeat: repeat-x;
}

.button-gradient-warning:active,
.button-gradient-warning.active {
	background-color: #b68d15;
	border-color: #ad8614;
}

.button-gradient-danger {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background-color: #d3381c;
	background-image: -webkit-linear-gradient(top, #d3381c 0%, #9d2a15 100%);
	background-image: -o-linear-gradient(top, #d3381c 0%, #9d2a15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3381c), to(#9d2a15));
	background-image: linear-gradient(to bottom, #d3381c 0%, #9d2a15 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffd3381c', endColorstr='#ff9d2a15', GradientType=0);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #942714;
}

.button-gradient-danger:hover,
.button-gradient-danger:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #9d2a15 0%, #d3381c 100%);
	background-image: -o-linear-gradient(top, #9d2a15 0%, #d3381c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9d2a15), to(#d3381c));
	background-image: linear-gradient(to bottom, #9d2a15 0%, #d3381c 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff9d2a15', endColorstr='#ffd3381c', GradientType=0);
	background-repeat: repeat-x;
}

.button-gradient-danger:active,
.button-gradient-danger.active {
	background-color: #9d2a15;
	border-color: #942714;
}

.button-split {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.button-split .button {
	float: left;
}

.button-split .button:first-child {
	padding-right: 16.8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.button-split .button-split-toggle {
	padding: 6px 12px;
	border-left: 1px solid #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.button-split .button-split-toggle.button-sm {
	padding: 5px 10px;
}

.button-split .button-split-toggle.button-lg {
	padding: 10px 16px;
}

.button-split .button-split-toggle .drop {
	margin: 0;
}

@media (min-width: 768px) {
	.row {
		width: 100%;
		line-height: 1.42857143;
		/*margin: auto;*/
	}
	.row:before,
	.row:after {
		display: table;
		content: " ";
	}
	.row:after {
		clear: both;
	}
	.row:before,
	.row:after {
		display: table;
		content: " ";
	}
	.row:after {
		clear: both;
	}
	.row .col {
		display: block;
		float: left;
	}
	.row.padding [class^="col-"] {
		padding: 6px 12px;
	}
	.row.padding-sm [class^="col-"] {
		padding: 6px;
	}
	.row.padding-xs [class^="col-"] {
		padding: 3px;
	}
	.row.padding-form [class^="col-"] {
		padding-right: 3px;
	}
	.row.padding-form [class^="col-"]:last-child {
		padding-right: 0;
	}
	.col-1 {
		width: 8.33333333%;
	}
	.col-2 {
		width: 16.66666667%;
	}
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.33333333%;
	}
	.col-5 {
		width: 41.66666667%;
	}
	.col-6 {
		width: 50%;
	}
	.col-7 {
		width: 58.33333333%;
	}
	.col-8 {
		width: 66.66666667%;
	}
	.col-9 {
		width: 75%;
	}
	.col-10 {
		width: 83.33333333%;
	}
	.col-11 {
		width: 91.66666667%;
	}
	.col-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.row-table {
		display: table;
		width: 100%;
		line-height: 1.42857143;
		table-layout: fixed;
	}
	.row-table .col {
		display: table-cell;
	}
	.row-table.padding .col {
		padding: 6px 12px;
	}
	.row-table.padding-sm .col {
		padding: 6px;
	}
	.row-table.padding-xs .col {
		padding: 3px;
	}
	.row-table.padding-form .col {
		padding-right: 3px;
	}
	.row-table.padding-form .col:last-child {
		padding-right: 0;
	}
	.row-table-gutter {
		margin-right: -30px;
		margin-left: -30px;
	}
	.row-table-gutter .row-table {
		border-spacing: 30px 0;
	}
	.col-1 {
		width: 8.33333333%;
	}
	.col-2 {
		width: 16.66666667%;
	}
	.col-3 {
		width: 25%;
	}
	.col-4 {
		width: 33.33333333%;
	}
	.col-5 {
		width: 41.66666667%;
	}
	.col-6 {
		width: 50%;
	}
	.col-7 {
		width: 58.33333333%;
	}
	.col-8 {
		width: 66.66666667%;
	}
	.col-9 {
		width: 75%;
	}
	.col-10 {
		width: 83.33333333%;
	}
	.col-11 {
		width: 91.66666667%;
	}
	.col-12 {
		width: 100%;
	}
}

.grita-valign-middle .col {
	vertical-align: middle;
}

.bg-primary {
	background-color: #242d35;
}

a.bg-primary:hover {
	background-color: #0f1317;
}

.bg-secondary {
	background-color: #302833;
}

a.bg-secondary:hover {
	background-color: #151216;
}

.bg-success {
	background-color: #028760;
}

a.bg-success:hover {
	background-color: #01553c;
}

.bg-info {
	background-color: #4d6172;
}

a.bg-info:hover {
	background-color: #394753;
}

.bg-warning {
	background-color: #e6b422;
}

a.bg-warning:hover {
	background-color: #bf9416;
}

.bg-danger {
	background-color: #d3381c;
}

a.bg-danger:hover {
	background-color: #a62c16;
}

.bg-primary-state {
	background-color: #7e94a7;
}

a.bg-primary-state:hover {
	background-color: #627a90;
}

.bg-secondary-state {
	background-color: #9987a0;
}

a.bg-secondary-state:hover {
	background-color: #816b89;
}

.bg-success-state {
	background-color: #dff0d8;
}

a.bg-success-state:hover {
	background-color: #c1e2b3;
}

.bg-info-state {
	background-color: #d9edf7;
}

a.bg-info-state:hover {
	background-color: #afd9ee;
}

.bg-warning-state {
	background-color: #fcf8e3;
}

a.bg-warning-state:hover {
	background-color: #f7ecb5;
}

.bg-danger-state {
	background-color: #f2dede;
}

a.bg-danger-state:hover {
	background-color: #e4b9b9;
}

.bg-primary-darker {
	background-color: #000;
}

.bg-primary-dark {
	background-color: #050607;
}

.bg-primary-light {
	background-color: #4d6172;
}

.bg-primary-lighter {
	background-color: #7e94a7;
}

.bg-secondary-darker {
	background-color: #000;
}

.bg-secondary-dark {
	background-color: #080608;
}

.bg-secondary-light {
	background-color: #66556c;
}

.bg-secondary-lighter {
	background-color: #9987a0;
}

.bg-gray {
	background-color: #888;
}

.bg-gray-darker {
	background-color: #222;
}

.bg-gray-dark {
	background-color: #555;
}

.bg-gray-light {
	background-color: #d5d5d5;
}

.bg-gray-lighter {
	background-color: #eee;
}

.text-muted {
	color: #d5d5d5;
}

.text-primary {
	color: #242d35;
}

a.text-primary:hover {
	color: #0f1317;
}

.text-success {
	color: #3c763d;
}

a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:hover {
	color: #843534;
}

.select,
.checkbox,
.radio,
.row-form .row-form-text,
.input {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #888;
	background-color: #fafafa;
	background-image: none;
	border: 1px #ddd solid;
	border-radius: 0;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select::-moz-placeholder,
.checkbox::-moz-placeholder,
.radio::-moz-placeholder,
.row-form .row-form-text::-moz-placeholder,
.input::-moz-placeholder {
	color: #d5d5d5;
	opacity: 1;
}

.select:-ms-input-placeholder,
.checkbox:-ms-input-placeholder,
.radio:-ms-input-placeholder,
.row-form .row-form-text:-ms-input-placeholder,
.input:-ms-input-placeholder {
	color: #d5d5d5;
}

.select::-webkit-input-placeholder,
.checkbox::-webkit-input-placeholder,
.radio::-webkit-input-placeholder,
.row-form .row-form-text::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
	color: #d5d5d5;
}

.select:focus,
.checkbox:focus,
.radio:focus,
.row-form .row-form-text:focus,
.input:focus {
	border-color: #4d6172;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(77, 97, 114, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(77, 97, 114, .6);
}

.select.form-sm,
.checkbox.form-sm,
.radio.form-sm,
.row-form .row-form-text.form-sm,
.input.form-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
}

select.select.form-sm,
select.checkbox.form-sm,
select.radio.form-sm,
select.row-form .row-form-text.form-sm,
select.input.form-sm {
	height: 30px;
	line-height: 30px;
}

textarea.select.form-sm,
textarea.checkbox.form-sm,
textarea.radio.form-sm,
textarea.row-form .row-form-text.form-sm,
textarea.input.form-sm,
select[multiple].select.form-sm,
select[multiple].checkbox.form-sm,
select[multiple].radio.form-sm,
select[multiple].row-form .row-form-text.form-sm,
select[multiple].input.form-sm {
	height: auto;
}

.select.form-lg,
.checkbox.form-lg,
.radio.form-lg,
.row-form .row-form-text.form-lg,
.input.form-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 0;
}

select.select.form-lg,
select.checkbox.form-lg,
select.radio.form-lg,
select.row-form .row-form-text.form-lg,
select.input.form-lg {
	height: 46px;
	line-height: 46px;
}

textarea.select.form-lg,
textarea.checkbox.form-lg,
textarea.radio.form-lg,
textarea.row-form .row-form-text.form-lg,
textarea.input.form-lg,
select[multiple].select.form-lg,
select[multiple].checkbox.form-lg,
select[multiple].radio.form-lg,
select[multiple].row-form .row-form-text.form-lg,
select[multiple].input.form-lg {
	height: auto;
}

.select[disabled],
.checkbox[disabled],
.radio[disabled],
.row-form .row-form-text[disabled],
.input[disabled],
.select[readonly],
.checkbox[readonly],
.radio[readonly],
.row-form .row-form-text[readonly],
.input[readonly] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

.input-fixed {
	width: 250px;
}

.input-underline,
.input-minimal,
.input-left-bar {
	border: none;
	outline: none;
}

.input-underline {
	background-color: transparent;
	border-bottom: 1px #ddd solid;
}

.input-underline:hover,
.input-underline:focus {
	border-bottom: 1px solid #242d35;
}

.input-minimal:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-left-bar {
	border-left: 3px solid #ddd;
}

.input-left-bar:hover,
.input-left-bar:focus {
	border-left: 3px solid #242d35;
}

.select {
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 97% center;
}

.select.form-sm {
	padding: 0 10px;
}

.select.form-lg {
	padding: 0 16px;
}

.checkbox,
.radio {
	background-color: transparent;
	border: 0;
}

.checkbox:hover,
.radio:hover {
	background-color: transparent;
}

.checkbox input[type="checkbox"]+ label:before,
.checkbox-inline input[type="checkbox"]+ label:before {
	content: "\e007";
}

.checkbox input[type="checkbox"]+ label:before,
.checkbox-inline input[type="checkbox"]+ label:before {
	content: "\e007";
}

.checkbox input[type="checkbox"]+ label:hover:before,
.checkbox-inline input[type="checkbox"]+ label:hover:before {
	content: "\e002";
}

.checkbox input[type="checkbox"]+ label:hover:before,
.checkbox-inline input[type="checkbox"]+ label:hover:before {
	content: "\e002";
}

.checkbox input[type="checkbox"]:checked+ label:before,
.checkbox-inline input[type="checkbox"]:checked+ label:before {
	content: "\e002";
}

.checkbox input[type="checkbox"]:checked+ label:before,
.checkbox-inline input[type="checkbox"]:checked+ label:before {
	content: "\e002";
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	display: none;
}

.checkbox input[type="checkbox"]+ label,
.checkbox-inline input[type="checkbox"]+ label {
	display: inline;
	font-weight: bold;
	cursor: pointer;
}

.checkbox input[type="checkbox"]+ label:before,
.checkbox-inline input[type="checkbox"]+ label:before {
	display: inline-block;
	margin-right: .5em;
	font-family: "qcon";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #d5d5d5;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.checkbox input[type="checkbox"]+ label:hover:before,
.checkbox-inline input[type="checkbox"]+ label:hover:before {
	color: #7e94a7;
}

.checkbox input[type="checkbox"]:checked+ label:before,
.checkbox-inline input[type="checkbox"]:checked+ label:before {
	color: #4d6172;
}

.radio input[type="radio"]+ label:before,
.radio-inline input[type="radio"]+ label:before {
	content: "\e003";
}

.radio input[type="radio"]+ label:before,
.radio-inline input[type="radio"]+ label:before {
	content: "\e003";
}

.radio input[type="radio"]+ label:hover:before,
.radio-inline input[type="radio"]+ label:hover:before {
	content: "\e00b";
}

.radio input[type="radio"]+ label:hover:before,
.radio-inline input[type="radio"]+ label:hover:before {
	content: "\e00b";
}

.radio input[type="radio"]:checked+ label:before,
.radio-inline input[type="radio"]:checked+ label:before {
	content: "\e00b";
}

.radio input[type="radio"]:checked+ label:before,
.radio-inline input[type="radio"]:checked+ label:before {
	content: "\e00b";
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
	display: none;
}

.radio input[type="radio"]+ label,
.radio-inline input[type="radio"]+ label {
	display: inline;
	font-weight: bold;
	cursor: pointer;
}

.radio input[type="radio"]+ label:before,
.radio-inline input[type="radio"]+ label:before {
	display: inline-block;
	margin-right: .5em;
	font-family: "qcon";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #d5d5d5;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.radio input[type="radio"]+ label:hover:before,
.radio-inline input[type="radio"]+ label:hover:before {
	color: #7e94a7;
}

.radio input[type="radio"]:checked+ label:before,
.radio-inline input[type="radio"]:checked+ label:before {
	color: #4d6172;
}

.checkbox-inline,
.radio-inline {
	display: inline;
	margin-right: 1em;
}

.form-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.form-info:focus {
	border-color: #4d6172;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(77, 97, 114, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(77, 97, 114, .6);
}

.form-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.form-success:focus {
	border-color: #028760;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(2, 135, 96, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(2, 135, 96, .6);
}

.form-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.form-warning:focus {
	border-color: #e6b422;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(230, 180, 34, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(230, 180, 34, .6);
}

.form-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.form-danger:focus {
	border-color: #d3381c;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(211, 56, 28, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 4px rgba(211, 56, 28, .6);
}

.form> label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-inline {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.row-form .form-col-12,
.row-form .col-12 {
	float: left;
	width: 100%;
}

.row-form .form-col-12:last-child,
.row-form .col-12:last-child {
	margin-right: 0;
}

.row-form .form-col-11,
.row-form .col-11 {
	float: left;
	width: 91.66666667%;
}

.row-form .form-col-11:last-child,
.row-form .col-11:last-child {
	margin-right: 0;
}

.row-form .form-col-10,
.row-form .col-10 {
	float: left;
	width: 83.33333333%;
}

.row-form .form-col-10:last-child,
.row-form .col-10:last-child {
	margin-right: 0;
}

.row-form .form-col-9,
.row-form .col-9 {
	float: left;
	width: 75%;
}

.row-form .form-col-9:last-child,
.row-form .col-9:last-child {
	margin-right: 0;
}

.row-form .form-col-8,
.row-form .col-8 {
	float: left;
	width: 66.66666667%;
}

.row-form .form-col-8:last-child,
.row-form .col-8:last-child {
	margin-right: 0;
}

.row-form .form-col-7,
.row-form .col-7 {
	float: left;
	width: 58.33333333%;
}

.row-form .form-col-7:last-child,
.row-form .col-7:last-child {
	margin-right: 0;
}

.row-form .form-col-6,
.row-form .col-6 {
	float: left;
	width: 50%;
}

.row-form .form-col-6:last-child,
.row-form .col-6:last-child {
	margin-right: 0;
}

.row-form .form-col-5,
.row-form .col-5 {
	float: left;
	width: 41.66666667%;
}

.row-form .form-col-5:last-child,
.row-form .col-5:last-child {
	margin-right: 0;
}

.row-form .form-col-4,
.row-form .col-4 {
	float: left;
	width: 33.33333333%;
}

.row-form .form-col-4:last-child,
.row-form .col-4:last-child {
	margin-right: 0;
}

.row-form .form-col-3,
.row-form .col-3 {
	float: left;
	width: 25%;
}

.row-form .form-col-3:last-child,
.row-form .col-3:last-child {
	margin-right: 0;
}

.row-form .form-col-2,
.row-form .col-2 {
	float: left;
	width: 16.66666667%;
}

.row-form .form-col-2:last-child,
.row-form .col-2:last-child {
	margin-right: 0;
}

.row-form .form-col-1,
.row-form .col-1 {
	float: left;
	width: 8.33333333%;
}

.row-form .form-col-1:last-child,
.row-form .col-1:last-child {
	margin-right: 0;
}

.row-form:before,
.row-form:after {
	display: table;
	content: " ";
}

.row-form:after {
	clear: both;
}

.row-form:before,
.row-form:after {
	display: table;
	content: " ";
}

.row-form:after {
	clear: both;
}

.row-form> .row-form-text {
	background-color: transparent;
	border: 0;
}

.row-form> .row-form-text:hover {
	background-color: transparent;
}

.row-form> .input+ .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-button-set:before,
.input-button-set:after {
	display: table;
	content: " ";
}

.input-button-set:after {
	clear: both;
}

.input-button-set:before,
.input-button-set:after {
	display: table;
	content: " ";
}

.input-button-set:after {
	clear: both;
}

.input-button-set> .input,
.input-button-set> .input-inset-icons {
	float: left;
	width: 250px;
}

.input-button-set> .input-prepend-text,
.input-button-set> .input-append-text {
	float: left;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	border: 1px #ddd solid;
}

.input-button-set> .input-prepend-text.form-sm,
.input-button-set> .input-append-text.form-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
}

.input-button-set> .input-prepend-text.form-lg,
.input-button-set> .input-append-text.form-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
}

.input-button-set> .input+ .button,
.input-button-set> .input+ .button-split,
.input-button-set> .input-inset-icons+ .button {
	float: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-button-set> .button-split> .button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-inset-icons {
	position: relative;
}

.input-inset-icons> .prepend,
.input-inset-icons> .append {
	position: absolute;
	top: 0;
	display: block;
	height: 34px;
	background-color: transparent;
	border: 0;
}

.input-inset-icons> .prepend .button,
.input-inset-icons> .append .button {
	padding: 6px 12px;
	color: #d5d5d5;
	background-color: transparent;
}

.input-inset-icons> .prepend .button:hover,
.input-inset-icons> .append .button:hover {
	color: #7e94a7;
}

.input-inset-icons> .prepend .button> .drop,
.input-inset-icons> .append .button> .drop {
	margin-left: 0;
}

.input-inset-icons> .prepend> .qcon,
.input-inset-icons> .append> .qcon {
	padding: 9px 12px;
	color: #d5d5d5;
	vertical-align: middle;
}

.input-inset-icons> .prepend {
	left: 0;
}

.input-inset-icons> .prepend~ .input {
	padding-left: 36px;
}

.input-inset-icons> .append {
	right: 0;
}

.input-inset-icons> .append~ .input {
	padding-right: 36px;
}

.input-inset-icons.form-sm> .prepend .button,
.input-inset-icons.form-sm> .append .button,
.input-inset-icons.form-sm> .prepend> .qcon,
.input-inset-icons.form-sm> .append> .qcon {
	height: 30px;
	font-size: 12px;
	vertical-align: middle;
}

.input-inset-icons.form-sm> .prepend> .qcon,
.input-inset-icons.form-sm> .append> .qcon,
.input-inset-icons.form-sm> .prepend> .qcon,
.input-inset-icons.form-sm> .append> .qcon {
	padding: 8.5px 10px;
}

.input-inset-icons.form-sm> .prepend~ .input {
	padding-left: 30px;
}

.input-inset-icons.form-sm> .append~ .input {
	padding-right: 30px;
}

.input-inset-icons.form-lg> .prepend .button,
.input-inset-icons.form-lg> .append .button,
.input-inset-icons.form-lg> .prepend> .qcon,
.input-inset-icons.form-lg> .append> .qcon {
	height: 46px;
	font-size: 18px;
	vertical-align: middle;
}

.input-inset-icons.form-lg> .prepend> .qcon,
.input-inset-icons.form-lg> .append> .qcon,
.input-inset-icons.form-lg> .prepend> .qcon,
.input-inset-icons.form-lg> .append> .qcon {
	padding: 13px 16px;
}

.input-inset-icons.form-lg> .prepend~ .input {
	padding-left: 48px;
}

.input-inset-icons.form-lg> .append~ .input {
	padding-right: 48px;
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table> thead> tr> th,
.table> tbody> tr> th,
.table> tfoot> tr> th,
.table> thead> tr> td,
.table> tbody> tr> td,
.table> tfoot> tr> td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table> thead> tr> th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.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;
}

.table> tbody+ tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condense> thead> tr> th,
.table-condense> tbody> tr> th,
.table-condense> tfoot> tr> th,
.table-condense> thead> tr> td,
.table-condense> tbody> tr> td,
.table-condense> tfoot> tr> td {
	padding: 5px;
}

.table-border {
	border: 1px solid #ddd;
}

.table-border> thead> tr> th,
.table-border> tbody> tr> th,
.table-border> tfoot> tr> th,
.table-border> thead> tr> td,
.table-border> tbody> tr> td,
.table-border> tfoot> tr> td {
	border: 1px solid #ddd;
}

.table-border> thead> tr> th,
.table-border> thead> tr> td {
	border-bottom-width: 2px;
}

.table-stripe> tbody> tr:nth-child(odd)> td,
.table-stripe> tbody> tr:nth-child(odd)> th {
	background-color: #f9f9f9;
}

.table-hover> tbody> tr:hover> td,
.table-hover> tbody> tr:hover> th {
	background-color: #f5f5f5;
}

table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

.table> thead> tr> td.active,
.table> tbody> tr> td.active,
.table> tfoot> tr> td.active,
.table> thead> tr> th.active,
.table> tbody> tr> th.active,
.table> tfoot> tr> th.active,
.table> thead> tr.active> td,
.table> tbody> tr.active> td,
.table> tfoot> tr.active> td,
.table> thead> tr.active> th,
.table> tbody> tr.active> th,
.table> tfoot> tr.active> th {
	background-color: #f5f5f5;
}

.table-hover> tbody> tr> td.active:hover,
.table-hover> tbody> tr> th.active:hover,
.table-hover> tbody> tr.active:hover> td,
.table-hover> tbody> tr:hover> .active,
.table-hover> tbody> tr.active:hover> th {
	background-color: #e8e8e8;
}

.table> thead> tr> td.success,
.table> tbody> tr> td.success,
.table> tfoot> tr> td.success,
.table> thead> tr> th.success,
.table> tbody> tr> th.success,
.table> tfoot> tr> th.success,
.table> thead> tr.success> td,
.table> tbody> tr.success> td,
.table> tfoot> tr.success> td,
.table> thead> tr.success> th,
.table> tbody> tr.success> th,
.table> tfoot> tr.success> th {
	background-color: #dff0d8;
}

.table-hover> tbody> tr> td.success:hover,
.table-hover> tbody> tr> th.success:hover,
.table-hover> tbody> tr.success:hover> td,
.table-hover> tbody> tr:hover> .success,
.table-hover> tbody> tr.success:hover> th {
	background-color: #d0e9c6;
}

.table> thead> tr> td.info,
.table> tbody> tr> td.info,
.table> tfoot> tr> td.info,
.table> thead> tr> th.info,
.table> tbody> tr> th.info,
.table> tfoot> tr> th.info,
.table> thead> tr.info> td,
.table> tbody> tr.info> td,
.table> tfoot> tr.info> td,
.table> thead> tr.info> th,
.table> tbody> tr.info> th,
.table> tfoot> tr.info> th {
	background-color: #d9edf7;
}

.table-hover> tbody> tr> td.info:hover,
.table-hover> tbody> tr> th.info:hover,
.table-hover> tbody> tr.info:hover> td,
.table-hover> tbody> tr:hover> .info,
.table-hover> tbody> tr.info:hover> th {
	background-color: #c4e3f3;
}

.table> thead> tr> td.warning,
.table> tbody> tr> td.warning,
.table> tfoot> tr> td.warning,
.table> thead> tr> th.warning,
.table> tbody> tr> th.warning,
.table> tfoot> tr> th.warning,
.table> thead> tr.warning> td,
.table> tbody> tr.warning> td,
.table> tfoot> tr.warning> td,
.table> thead> tr.warning> th,
.table> tbody> tr.warning> th,
.table> tfoot> tr.warning> th {
	background-color: #fcf8e3;
}

.table-hover> tbody> tr> td.warning:hover,
.table-hover> tbody> tr> th.warning:hover,
.table-hover> tbody> tr.warning:hover> td,
.table-hover> tbody> tr:hover> .warning,
.table-hover> tbody> tr.warning:hover> th {
	background-color: #faf2cc;
}

.table> thead> tr> td.danger,
.table> tbody> tr> td.danger,
.table> tfoot> tr> td.danger,
.table> thead> tr> th.danger,
.table> tbody> tr> th.danger,
.table> tfoot> tr> th.danger,
.table> thead> tr.danger> td,
.table> tbody> tr.danger> td,
.table> tfoot> tr.danger> td,
.table> thead> tr.danger> th,
.table> tbody> tr.danger> th,
.table> tfoot> tr.danger> th {
	background-color: #f2dede;
}

.table-hover> tbody> tr> td.danger:hover,
.table-hover> tbody> tr> th.danger:hover,
.table-hover> tbody> tr.danger:hover> td,
.table-hover> tbody> tr:hover> .danger,
.table-hover> tbody> tr.danger:hover> th {
	background-color: #ebcccc;
}

@media (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.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;
	}
	.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;
	}
	.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;
	}
	.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;
	}
}

.navs {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navs> li {
	position: relative;
	display: block;
}

.navs> li> a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.navs> li> a:hover,
.navs> li> a:focus {
	text-decoration: none;
	background-color: #eee;
}

.navs> li.disabled> a {
	color: #d5d5d5;
}

.navs> li.disabled> a:hover,
.navs> li.disabled> a:focus {
	color: #d5d5d5;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.navs .open> a,
.navs .open> a:hover,
.navs .open> a:focus {
	background-color: #eee;
	border-color: #4d6172;
}

.navs .navs-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.navs> li> a> img {
	max-width: none;
}

.navs-tabs {
	border-bottom: 1px solid #ddd;
}

.navs-tabs> li {
	float: left;
	margin-bottom: -1px;
}

.navs-tabs> li> a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 3px 3px 0 0;
}

.navs-tabs> li> a:hover {
	border-color: #eee #eee #ddd;
}

.navs-tabs> li.active> a,
.navs-tabs> li.active> a:hover,
.navs-tabs> li.active> a:focus {
	color: #888;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.navs-tabs.navs-justified {
	width: 100%;
	border-bottom: 0;
}

.navs-tabs.navs-justified> li {
	float: none;
}

.navs-tabs.navs-justified> li> a {
	margin-bottom: 5px;
	text-align: center;
}

.navs-tabs.navs-justified> .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.navs-tabs.navs-justified> li {
		display: table-cell;
		width: 1%;
	}
	.navs-tabs.navs-justified> li> a {
		margin-bottom: 0;
	}
}

.navs-tabs.navs-justified> li> a {
	margin-right: 0;
	border-radius: 3px;
}

.navs-tabs.navs-justified> .active> a,
.navs-tabs.navs-justified> .active> a:hover,
.navs-tabs.navs-justified> .active> a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.navs-tabs.navs-justified> li> a {
		border-bottom: 1px solid #ddd;
		border-radius: 3px 3px 0 0;
	}
	.navs-tabs.navs-justified> .active> a,
	.navs-tabs.navs-justified> .active> a:hover,
	.navs-tabs.navs-justified> .active> a:focus {
		border-bottom-color: #fff;
	}
}

.navs-pills> li {
	float: left;
}

.navs-pills> li> a {
	border-radius: 3px;
}

.navs-pills> li+ li {
	margin-left: 2px;
}

.navs-pills> li.active> a,
.navs-pills> li.active> a:hover,
.navs-pills> li.active> a:focus {
	color: #fff;
	background-color: #242d35;
}

.navs-stacked> li {
	float: none;
}

.navs-stacked> li+ li {
	margin-top: 2px;
	margin-left: 0;
}

.navs-justified {
	width: 100%;
}

.navs-justified> li {
	float: none;
}

.navs-justified> li> a {
	margin-bottom: 5px;
	text-align: center;
}

.navs-justified> .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.navs-justified> li {
		display: table-cell;
		width: 1%;
	}
	.navs-justified> li> a {
		margin-bottom: 0;
	}
}

.navs-tabs-justified {
	border-bottom: 0;
}

.navs-tabs-justified> li> a {
	margin-right: 0;
	border-radius: 3px;
}

.navs-tabs-justified> .active> a,
.navs-tabs-justified> .active> a:hover,
.navs-tabs-justified> .active> a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.navs-tabs-justified> li> a {
		border-bottom: 1px solid #ddd;
		border-radius: 3px 3px 0 0;
	}
	.navs-tabs-justified> .active> a,
	.navs-tabs-justified> .active> a:hover,
	.navs-tabs-justified> .active> a:focus {
		border-bottom-color: #fff;
	}
}

.tabs-content> .tabs-pane {
	display: none;
}

.tabs-content> .active {
	display: block;
}

.navs-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 3px;
	}
}

@media (min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.container> .navbar-header,
.container-fluid> .navbar-header,
.container> .navbar-collapse,
.container-fluid> .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container> .navbar-header,
	.container-fluid> .navbar-header,
	.container> .navbar-collapse,
	.container-fluid> .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 768px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar> .container .navbar-brand,
	.navbar> .container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px;
}

.navbar-toggle:focus {
	outline: none;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+ .icon-bar {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav> li> a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.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: 20px;
	}
	.navbar-nav .open .dropdown-menu> li> a:hover,
	.navbar-nav .open .dropdown-menu> li> a:focus {
		background-image: none;
	}
}

@media (min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav> li {
		float: left;
	}
	.navbar-nav> li> a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: -15px;
	}
}

@media (min-width: 768px) {
	.navbar-left {
		float: left !important;
	}
	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	display: inline-block;
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 0;
	margin-bottom: 8px;
	margin-left: -15px;
	vertical-align: middle;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media (min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-form.navbar-right:last-child {
		margin-right: -15px;
	}
}

.navbar-nav> li> .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav> li> .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-text.navbar-right:last-child {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav> li> a {
	color: #777;
}

.navbar-default .navbar-nav> li> a:hover,
.navbar-default .navbar-nav> li> a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav> .active> a,
.navbar-default .navbar-nav> .active> a:hover,
.navbar-default .navbar-nav> .active> a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav> .disabled> a,
.navbar-default .navbar-nav> .disabled> a:hover,
.navbar-default .navbar-nav> .disabled> a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.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 {
	color: #555;
	background-color: #e7e7e7;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu> li> a {
		color: #777;
	}
	.navbar-default .navbar-nav .open .dropdown-menu> li> a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu> li> a:focus {
		color: #333;
		background-color: transparent;
	}
	.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 {
		color: #555;
		background-color: #e7e7e7;
	}
	.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 {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #d5d5d5;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #d5d5d5;
}

.navbar-inverse .navbar-nav> li> a {
	color: #d5d5d5;
}

.navbar-inverse .navbar-nav> li> a:hover,
.navbar-inverse .navbar-nav> li> a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav> .active> a,
.navbar-inverse .navbar-nav> .active> a:hover,
.navbar-inverse .navbar-nav> .active> a:focus {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav> .disabled> a,
.navbar-inverse .navbar-nav> .disabled> a:hover,
.navbar-inverse .navbar-nav> .disabled> a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.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 {
	color: #fff;
	background-color: #080808;
}

@media (max-width: 767px) {
	.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: #d5d5d5;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu> li> a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu> li> a:focus {
		color: #fff;
		background-color: transparent;
	}
	.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 {
		color: #fff;
		background-color: #080808;
	}
	.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 {
		color: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #d5d5d5;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.drilldown [data-level="1"] td:first-child {
	padding-left: 10px;
}

.drilldown [data-level="2"] td:first-child {
	padding-left: 20px;
}

.drilldown [data-level="3"] td:first-child {
	padding-left: 30px;
}

.drilldown [data-level="4"] td:first-child {
	padding-left: 40px;
}

.drilldown [data-level="5"] td:first-child {
	padding-left: 50px;
}

.drilldown [data-level="6"] td:first-child {
	padding-left: 60px;
}

.drilldown [data-level="7"] td:first-child {
	padding-left: 70px;
}

.drilldown [data-level="8"] td:first-child {
	padding-left: 80px;
}

.drilldown [data-level="9"] td:first-child {
	padding-left: 90px;
}

.drilldown [data-level="10"] td:first-child {
	padding-left: 100px;
}

.drilldown-toggle {
	color: #4d6172;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.drilldown-toggle:hover {
	cursor: pointer;
	background-color: #f5f5f5;
}

.drilldown-toggle.dd-open {
	background-color: #f5f5f5;
}

.drilldown-toggle.dd-open:hover {
	background-color: #f9f9f9;
}

.switcher {
	position: relative;
	border: 1px #ddd solid;
	border-bottom: none;
}

.switcher:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.switcher:last-child {
	border-bottom: 1px #ddd solid;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.switcher-head {
	padding: 15px 20px;
	font-weight: bold;
	border: 1px #ddd solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.switcher-header {
	display: table;
	width: 100%;
	line-height: 1.2;
	table-layout: fixed;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 0;
	border-radius: none;
}

.switcher-header:hover {
	background-color: #eee;
}

.switcher-header .switcher-header-col {
	display: table-cell;
	padding: 10px;
	vertical-align: middle;
}

.switcher-header .switcher-header-col:first-child {
	padding-left: 20px;
}

.switcher-header .switcher-header-col:last-child {
	padding-right: 20px;
}

.switcher-toggle {
	color: #242d35;
}

.switcher-toggle:hover {
	cursor: pointer;
}

.switcher-body {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .8s cubic-bezier(.19, 1, .22, 1);
	-o-transition: all .8s cubic-bezier(.19, 1, .22, 1);
	transition: all .8s cubic-bezier(.19, 1, .22, 1);
}

.switcher-body-inner {
	padding: 10px 20px;
}

.switcher-open {
	z-index: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px #ddd solid;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 6px #627a90;
	box-shadow: 0 1px 6px #627a90;
}

.switcher-open .switcher-body {
	height: auto;
	opacity: 1;
}

.switcher-open .switcher-header {
	background-color: #f5f5f5;
	border-bottom: 1px #ddd solid;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.switcher-open-prev {
	border-bottom: 1px #ddd solid;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.switcher-open-next {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.slidebar {
	position: fixed;
	z-index: 100;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slidebar-toggle {
	position: absolute;
	z-index: 101;
	font-size: 12px;
	color: #4d6172;
	background: #fff;
	background: rgba(255, 255, 255, .8);
	border: 1px #ddd solid;
}

.slidebar-toggle:hover {
	color: #555;
	cursor: pointer;
}

.slidebar-body {
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #555;
	background: #fff;
	background-image: rgba(255, 255, 255, .8);
}

.slidebar-body::-webkit-scrollbar {
	z-index: 2000;
	width: 8px;
	background-color: #eee;
	border-left: 1px solid #d5d5d5;
}

.slidebar-body::-webkit-scrollbar:hover {
	background-color: #fff;
}

.slidebar-body::-webkit-scrollbar-thumb {
	background-color: #999;
}

.slidebar-body::-webkit-scrollbar-thumb:hover {
	background-color: #737373;
}

.slidebar-body .slidebar-resize {
	position: absolute;
}

.slidebar-body .slidebar-resize:hover,
.slidebar-body .slidebar-resize:active,
.slidebar-body .slidebar-resize:focus {
	background-color: #d5d5d5;
}

.slidebar-body-inner {
	padding: 20px;
}

.slidebar-bottom {
	bottom: -1px;
	left: 0;
	width: 100%;
}

.slidebar-bottom .slidebar-toggle {
	top: -43px;
	right: 30px;
	padding: 12px 20px;
	border-top: 3px solid #242d35;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.slidebar-bottom .slidebar-toggle:hover {
	border-top: 3px solid #ddd;
}

.slidebar-bottom .slidebar-body {
	z-index: 100;
	width: 100%;
	border-top: 1px #ddd solid;
}

.slidebar-bottom .slidebar-body .slidebar-resize {
	top: 4px;
	width: 100%;
	height: 10px;
}

.slidebar-bottom .slidebar-body .slidebar-resize:hover,
.slidebar-bottom .slidebar-body .slidebar-resize:active,
.slidebar-bottom .slidebar-body .slidebar-resize:focus {
	cursor: row-resize;
}

.slidebar-right {
	top: 0;
	right: -1px;
	height: 100%;
}

.slidebar-right .slidebar-toggle {
	left: -70px;
	padding: 20px 12px;
	margin-top: 100px;
	border-right: none;
	border-left: 3px solid #242d35;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	direction: ltr;
}

.slidebar-right .slidebar-toggle:hover {
	border-left: 3px solid #ddd;
}

.slidebar-right .slidebar-body {
	height: 100%;
	padding-bottom: 10px;
	border-left: 1px #ddd solid;
}

.slidebar-right .slidebar-body .slidebar-resize {
	position: fixed;
	top: 0;
	width: 10px;
	height: 100%;
	margin-left: 4px;
}

.slidebar-right .slidebar-body .slidebar-resize:hover,
.slidebar-right .slidebar-body .slidebar-resize:active,
.slidebar-right .slidebar-body .slidebar-resize:focus {
	cursor: col-resize;
}

.drop {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 4px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu> li> a {
	display: block;
	padding: 3px 20px !important;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #555;
	white-space: nowrap;
}

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus {
	color: #494949;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu .active> a,
.dropdown-menu .active> a:hover,
.dropdown-menu .active> a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #242d35;
	outline: 0;
}

.dropdown-menu> .disabled> a,
.dropdown-menu> .disabled> a:hover,
.dropdown-menu> .disabled> a:focus {
	color: #d5d5d5;
}

.dropdown-menu> .disabled> a:hover,
.dropdown-menu> .disabled> a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.open> .dropdown-menu {
	display: block;
}

.open> a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #d5d5d5;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right> .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .drop,
.navbar-fixed-bottom .dropdown .drop {
	content: "";
	border-top: 0;
	border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}

.dropdown-menu-lg {
	min-width: 100%;
	padding: 20px 0;
}

.dropdown-menu-lg> li> ul {
	padding: 0;
	margin: 0;
}

.dropdown-menu-lg> li> ul> li {
	list-style: none;
}

.dropdown-menu-lg> li> ul> li> a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #555;
	white-space: normal;
}

.dropdown-menu-lg> li> ul> li> a:hover,
.dropdown-menu-lg> li> ul> li> a:focus {
	color: #494949;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu-lg .dropdown-header {
	font-size: 18px;
	color: #242d35;
}

@media (max-width: 768px) {
	.dropdown-menu-lg {
		margin-right: 0;
		margin-left: 0;
	}
	.dropdown-menu-lg> li {
		margin-bottom: 30px;
	}
	.dropdown-menu-lg> li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-lg .dropdown-header {
		padding: 3px 15px !important;
	}
}

@font-face {
	font-family: "qcon";
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "qcon";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/qcon-beta.eot");
	src: url("../fonts/qcon-beta.eot?#iefix") format("embedded-opentype"), url("../fonts/qcon-beta.woff") format("woff"), url("../fonts/qcon-beta.ttf") format("truetype"), url("../fonts/qcon-beta.svg?#qcon") format("svg");
}

.qcon {
	display: inline-block;
	font-family: "qcon";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: middle;
	speak: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qcon-blivesta:before {
	content: "\e001";
}

.qcon-check-square-o:before {
	content: "\e002";
}

.qcon-circle-o:before {
	content: "\e003";
}

.qcon-circle:before {
	content: "\e004";
}

.qcon-hypo-square:before {
	content: "\e005";
}

.qcon-quota:before {
	content: "\e006";
}

.qcon-square-o:before {
	content: "\e007";
}

.qcon-square-or:before {
	content: "\e008";
}

.qcon-square-r:before {
	content: "\e009";
}

.qcon-square:before {
	content: "\e00a";
}

.qcon-target:before {
	content: "\e00b";
}

.qcon-x-circle-o:before {
	content: "\e00c";
}

.qcon-x-circle:before {
	content: "\e00d";
}

.qcon-x:before {
	content: "\e00e";
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 3px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}


/*# sourceMappingURL=cooker.css.map */