html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

small {
	font-size: 80%
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
textarea {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto
}

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: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

[role="button"] {
	cursor: pointer
}

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: #777
}

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
}

p {
	margin: 0 0 10px
}

small,
.small {
	font-size: 85%
}

mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9
}

.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
}

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: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0'
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: ''
}

blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014'
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 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
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

@media(min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
}

@media(min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
}

@media(min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-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-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

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>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>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>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>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
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal
}

input[type="file"] {
	display: block
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-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
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type="search"] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px
	}
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px
}

.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

textarea.input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

textarea.input-lg {
	height: auto
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.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)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active {
	background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,
.btn-warning.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning:active.focus,
.btn-warning.active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active {
	background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup,
.dropdown {
	position: relative
}

.open>a {
	outline: 0
}

.dropup .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
	height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
	height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
	display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:last-child>.btn:not(:last-child),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0
}

.nav-tabs.nav-justified>li {
	float: none
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

@media(min-width:768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified {
	width: 100%
}

.nav-justified>li {
	float: none
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

@media(min-width:768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
	border: 1px solid #ddd
}

@media(min-width:768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs-justified>.active>a:focus {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

@media(min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

@media(min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	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-static-top .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-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@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: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.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(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-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	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(min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media(max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@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-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
	}
}

@media(min-width:768px) {
	.navbar-left {
		float: left !important
	}
	.navbar-right {
		float: right !important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		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
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:hover,
a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
	display: table;
	content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

@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
	}
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

b,
strong {
	font-weight: bold
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

small {
	font-size: 80%
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

button,
input,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button {
	text-transform: none
}

button,
html input[type="button"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

textarea {
	overflow: auto
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

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: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, "Arial", "Trebuchet MS", "Heiti TC", "微軟正黑體", "Droid Fallback Sans", sans-serif, serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #111;
}

input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #2c6da5;
	text-decoration: none
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

[role="button"] {
	cursor: pointer
}

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,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

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
}

p {
	margin: 0 0 10px
}

small,
.small {
	font-size: 85%
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.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
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media(min-width:768px) {
	.container {
		width: 95%
	}
}

@media(min-width:1500px) {
	.container {
		width: 1480px
	}
}

table {
	background-color: transparent
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>th,
.table>tbody>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td {
	border: 1px solid #ddd
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th {
	background-color: #f5f5f5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],
.form-control[readonly] {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled] {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 15px
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px
}

textarea.input-sm {
	height: auto
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 1px
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled] {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled {
	pointer-events: none
}

.btn-df {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-df:focus,
.btn-df.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-df:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-df:active,
.btn-df.active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-df:active:hover,
.btn-df.active:hover .btn-df:active:focus,
.btn-df.active:focus .btn-df:active.focus,
.btn-df.active.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-df:active,
.btn-df.active {
	background-image: none
}

.btn-df.disabled,
.btn-df[disabled],
.btn-df.disabled:hover,
.btn-df[disabled]:hover,
.btn-df.disabled:focus,
.btn-df[disabled]:focus,
.btn-df.disabled.focus,
.btn-df[disabled].focus,
.btn-df.disabled:active,
.btn-df[disabled]:active,
.btn-df.disabled.active,
.btn-df[disabled].active {
	background-color: #fff;
	border-color: #ccc
}

.btn-df .badge {
	color: #fff;
	background-color: #333
}

.btn-pr {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-pr:focus,
.btn-pr.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-pr:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-pr:active,
.btn-pr.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-pr:active:hover,
.btn-pr.active:hover,
.btn-pr:active:focus,
.btn-pr.active:focus,
.btn-pr:active.focus,
.btn-pr.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-pr:active,
.btn-pr.active {
	background-image: none
}

.btn-pr.disabled,
.btn-pr[disabled],
.btn-pr.disabled:hover,
.btn-pr[disabled]:hover,
.btn-pr.disabled:focus,
.btn-pr[disabled]:focus,
.btn-pr.disabled.focus,
.btn-pr[disabled].focus,
.btn-pr.disabled:active,
.btn-pr[disabled]:active,
.btn-pr.disabled.active,
.btn-pr[disabled].active {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-pr .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-sc {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-sc:focus,
.btn-sc.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-sc:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-sc:active,
.btn-sc.active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-sc:active:hover,
.btn-sc.active:hover,
.btn-sc:active:focus,
.btn-sc.active:focus,
.btn-sc:active.focus,
.btn-sc.active.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-sc:active,
.btn-sc.active {
	background-image: none
}

.btn-sc.disabled,
.btn-sc[disabled],
.btn-sc.disabled:hover,
.btn-sc[disabled]:hover,
.btn-sc.disabled:focus,
.btn-sc[disabled]:focus,
.btn-sc.disabled.focus,
.btn-sc[disabled].focus,
.btn-sc.disabled:active,
.btn-sc[disabled]:active,
.btn-sc.disabled.active,
.btn-sc[disabled].active {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-sc .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,
.btn-info.active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover,
.btn-info.active:hover .btn-info:active:focus,
.btn-info.active:focus .btn-info:active.focus,
.btn-info.active.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active,
.btn-info.active {
	background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
.btn-info.disabled.active,
.btn-info[disabled].active {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-wr {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-wr:focus,
.btn-wr.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-wr:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-wr:active,
.btn-wr.active {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-wr:active:hover,
.btn-wr.active:hover,
.btn-wr:active:focus,
.btn-wr.active:focus,
.btn-wr:active.focus,
.btn-wr.active.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-wr:active,
.btn-wr.active {
	background-image: none
}

.btn-wr.disabled,
.btn-wr[disabled],
.btn-wr.disabled:hover,
.btn-wr[disabled]:hover,
.btn-wr.disabled:focus,
.btn-wr[disabled]:focus,
.btn-wr.disabled.focus,
.btn-wr[disabled].focus,
.btn-wr.disabled:active,
.btn-wr[disabled]:active,
.btn-wr.disabled.active,
.btn-wr[disabled].active {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-wr .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 1px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 16px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.container:before,
.container:after,
row:before,
.row:after {
	content: " ";
	display: table
}

.container:after,
.row:after {
	clear: both
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.hidden {
	display: none !important
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px 1px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	/ / line-height: 1;
	line-height: 13px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px;
	text-shadow: none
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

@font-face {
	font-family: 'FontSet2020';
	src: url('/assets2/fonts/fontset2020.eot');
	src: url('/assets2/fonts/fontset2020.eot?#iefix') format('embedded-opentype'), url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAcEAA4AAAAADwQAAAatAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GVgCDGggEEQgKjzCMMQs6AAE2AiQDbgQgBYM+B4JDG08MyB6HcaywAZGWwZMs+Db9We4QC8RIS42XEDMtUo8UQs2o6NE6VDwVt0jVI1X56nv0mYUgd/e/X8Jx1FqYcR4YF/9Ta63u3v9imuiv8UNjqMSy7Ove3yF6gphdQpNaaJqI4klEkkmnkj0TG2u55TqxhnUnE4OyK/iL7yR/9gWAAKDtW+45AHh54Y8VTcyfwSyVAVQZ80AgdHOyE4B1mU20HHyw7GL2C4C/m8kxA9A3HoJ8lc6BiptrQgb5d0aATgACkA8HEIhnMr77GVztpNifxWRRTalOJoFcI9GEa6p9/3XKnT84Dc6FzuvO29+ZToAPjkC9cwHg/aWdv79j3757e/yFp5Kv+FnRrFim6K2oUHQBgVJIgKvuxAuR+edALZdco0GgTiiUqjuX0FXhmQHGWzRLLIAwPBClSMWDjMQHMzhY2I7W10crU8pEsZGi+GgNw7iIlQQ9TaViuahOLpaR8h8uQLfPHlRvskaGA7ZgS72R8aAj0GxZSb+fCzCZp3Eezz7J7B8MImUTMbZmqdzReE/ptjapo8O4sXJIG+X+aTzukkRmb7qzVLvE3qpbBw4J7OgA0cuvcsd7vfGgo3Ea2ZokMiY1ktgvgSczAtcolfMMpI5mYuTLfp397N3iDy/mvPy45L2UVwpacOUdHSGOcax0TLO1S2S2Dqq3ta+1NWWfbnXLvpZLl85JJKzUcXp3lXres01appJNvdc/Mugp0hNRrpHTbYaB64W2VgmVsrcb2iUyt0Pi2zqk8ovGjt4HOzrSm6WOtjZwuoj/501giuC38WQoVR2kjrwxUmJPhXO7TlXmvNT5xsbL+y+DENjYZljHJ0WSvBSMXOsCeYyjtUm1pzW1U0nQFUN70tuAA7s8qaNNB6RdcMXubdMcjyHiHkmU9ifEuERhXlKw5aCn8Bi8KFVnkk/UeX0tjIwnSJWxCmYpbop49HGmgbskmWpvIrI1S6c5GplM+Q/nUbHarqo32XesWmvzsjQ4PM0vL4B/CMB6pjdRoVa+3G7ygRcHtiSZYkxhAIDK/n/FxQULLlrqS+29OOwZg947PqVLG0rcVipHDjNznHeMXt2iNkeP8V64MC/zZH7t/K+23LHbAgdPVLXIvWmV+9KIRYtWLbwdg5tLy4UZ0vUl7ivdRw0z2R6Uh5LM4LIowDazrZUetON+Tc39HYjRltlus4XN8sno3L311ZsoquOiS0uiapKq7yTXpQ+sWe9l1c61G+KyYyqXnYqaU6vUcBp57o0fLc7MJwVzprTsVZe+9S4o6pWZ2zXlnTOo/yyfvhGFnLbUN0urMieXwH5w2xLtwJoLIVODxvurNLFFRbFcdmW3eNPsxCJ2smqy75z9pmjdvIzcRdaB4XXHhjQ0QFl+n3Jy+Iz+zncpXXMze/r5ehe8LVXrayuN3JwnBZlOy483cuXJqytr50SdWlYZE5dtsGvnelnX16QPrEuuvpNUE1VaMivS0tAw5Fh43cCJ3tneOfMydNEmpX+tpMpLr/2eVGKaHe/2RdeiUY33nxXcGDx0zOJDm7GQn1xiVml9s0q1XEQBhhUXMCmgxURpNNEi2wL8qy82NFys9u/xeLGCbP+UWa1BQcGzDkC5q/2Tk7dxHHZRgCg7dY6Im0o1Wn6F2Adw9q4jvpzXQvb8pl7vut7QhcSt72MeP7Z9ElvZHGSvw6MW1gv6JLbCtgAAxwnh54SQxbeo4wL+q96d4eETwzB8fEUQ0L+Fin4zASDA/Jf9VK1I+U3US4i1hoBOIBREQaQ4iPME+P81OADieiBQUbd0IJk3Ak8PMFBgayAvijijRhRaFIxm9FYe/DpFPodRDQDwQkhlOZSidRXiPw7f+mBzLGUIUwDrSmEHA2LFIKgAg5YHF6i0DCpotSz8TNDyobIBCtAxeAvd0N5GhFfaOxCRTHMXAvJY9DkDdaiRZ7RRudib2clRImJaNalrYTVCrXHLpMFALTzVCGhYMgGNJJr7rbwySqxQkSKcDZsjbeyNooHZyeMNFU5MI1LYfdQYJ9Wp520yuTcrCOUGK+t3YGcaIVGSaAklsSJpngCH1zUbYwSz0W+hmkQ5ltVQ44zD9o1YrwR1Bzwg8YghlvgkICGJSEwSkpKM5ORCClKSK7mRO3mQJ6nIi7pQV1ILraOGRkRE5DQgCkWgSBSFolEMikVxKB4loER1pldUnjoWh7HZgk0+EJoPN6x4B8FW/z0kaeTQUaVTvi/CUVXrmOraERMUCdkXkIRlDz2ycJz5yMAp9hiYixplccOtY1yB+AM=) format('woff2'), url('/assets2/fonts/fontset2020.woff') format('woff'), url('/assets2/fonts/fontset2020.ttf') format('truetype'), url('/assets2/fonts/fontset2020.svg#fontset2020regular') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontSet2020;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.nfi-p:before {
	content: "\f055"
}

.nfi-m:before {
	content: "\f056"
}

.nfi-copy:before {
	content: "\f0c5"
}

.nfi-up:before {
	content: "\f102"
}

.nfi-dn:before {
	content: "\f103"
}

.nfi-re:before {
	content: "\f021"
}

.nfi-th-u:before {
	content: "\f087"
}

.nfi-th-d:before {
	content: "\f088"
}

.nfi-cls:before {
	content: "\f00d"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}


/*!   AdminLTE v2.4.2 License: Open source - MIT */

html,
body {
	height: 100%
}

.layout-boxed html,
.layout-boxed body {
	height: 100%
}

body {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto
}

.wrapper {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto
}

.wrapper:before,
.wrapper:after {
	content: " ";
	display: table
}

.wrapper:after {
	clear: both
}

.layout-boxed .wrapper {
	max-width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	position: relative
}

.content-wrapper,
.main-footer {
	-webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
	transition: transform .3s ease-in-out, margin .3s ease-in-out;
	margin-left: 230px;
	z-index: 820
}

.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
	margin-left: 0
}

@media(max-width:767px) {
	.content-wrapper,
	.main-footer {
		margin-left: 0
	}
}

@media(min-width:768px) {
	.sidebar-collapse .content-wrapper,
	.sidebar-collapse .main-footer {
		margin-left: 0
	}
}

@media(max-width:767px) {
	.sidebar-open .content-wrapper,
	.sidebar-open .main-footer {
		-webkit-transform: translate(230px, 0);
		-ms-transform: translate(230px, 0);
		-o-transform: translate(230px, 0);
		transform: translate(230px, 0)
	}
}

.content-wrapper {
	min-height: 100%;
	z-index: 800
}

.main-footer {
	padding: 15px;
	color: #444;
	border-top: 1px solid #d2d6de;
	transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: saturate(125%) blur(10px);
    -moz-backdrop-filter: saturate(125%) blur(10px);
    -ms-backdrop-filter: saturate(125%) blur(10px);
    backdrop-filter: saturate(125%) blur(10px);
}

.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
	position: fixed
}

.fixed .main-header {
	top: 0;
	right: 0;
	left: 0
}

.fixed .content-wrapper,
.fixed .right-side {
	padding-top: 40px
}

@media(max-width:767px) {
	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 90px
	}
	.content {
		padding-top: 0 !important
	}
}

.fixed.layout-boxed .wrapper {
	max-width: 100%
}

.hold-transition .content-wrapper,
.hold-transition .right-side,
.hold-transition .main-footer,
.hold-transition .main-sidebar,
.hold-transition .left-side,
.hold-transition .main-header .navbar,
.hold-transition .main-header .logo,
.hold-transition .menu-open .fa-angle-left {
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Source Sans Pro', sans-serif
}

a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none
}

.page-header {
	margin: 10px 0 20px 0;
	font-size: 22px
}

.page-header>small {
	color: #666;
	display: block;
	margin-top: 5px
}

.main-header {
	position: relative;
	max-height: 100px;
	z-index: 1030
}

.main-header .navbar {
	-webkit-transition: margin-left .3s ease-in-out;
	-o-transition: margin-left .3s ease-in-out;
	transition: margin-left .3s ease-in-out;
	margin-bottom: 0;
	border: 0;
	min-height: 40px;
	border-radius: 0;
	position: initial;
}

.layout-top-nav .main-header .navbar {
	margin-left: 0
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
	float: right
}

@media(max-width:991px) {
	.main-header .navbar-custom-menu a,
	.main-header .navbar-right a {
		color: inherit;
		background: transparent
	}
}

@media(max-width:767px) {
	.main-header .navbar-right {
		float: none
	}
	.navbar-collapse .main-header .navbar-right {
		margin: 7.5px -15px
	}
	.main-header .navbar-right>li {
		color: inherit;
		border: 0
	}
}

.main-header .sidebar-toggle {
	float: left;
	padding: 11px 15px 10px;
	font-family: FontSet2020
}

.main-header .sidebar-toggle:before {
	content: "\f0c9"
}

.main-header .sidebar-toggle:hover {
	color: #fff
}

.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
	background: transparent
}

.main-header .sidebar-toggle .icon-bar {
	display: none
}

.main-header .navbar .nav>li.user>a>.fa,
.main-header .navbar .nav>li.user>a>.glyphicon,
.main-header .navbar .nav>li.user>a>.ion {
	margin-right: 5px
}

.main-header .navbar .nav>li>a>.label {
	position: absolute;
	top: 9px;
	right: 7px;
	text-align: center;
	font-size: 9px;
	padding: 2px 3px;
	line-height: .9
}

.main-header .logo {
	-webkit-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	display: block;
	float: left;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	width: 230px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 15px 0 10px;
	font-weight: 300;
	overflow: hidden
}

.main-header .logo .logo-lg {
	display: block;
	font-size: 28px;
	line-height: 48px
}

.main-header .logo .logo-mini {
	display: none
}

.main-header .navbar-brand {
	color: #fff
}

.content-header {
	position: relative;
	padding: 15px 15px 0 15px
}

.content-header>h1 {
	margin: 0 0 5px;
	font-size: 30px
}

.content-header>h1>small {
	font-size: 15px;
	display: inline-block;
	padding-left: 4px;
	font-weight: 300
}

.navbar-toggle {
	color: #fff;
	border: 0;
	margin: 0;
	padding: 15px 15px
}

@media(max-width:991px) {
	.navbar-custom-menu .navbar-nav>li {
		float: left
	}
	.navbar-custom-menu .navbar-nav {
		margin: 0;
		float: left
	}
	.navbar-custom-menu .navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px
	}
}

@media(max-width:767px) {
	.main-header {
		position: relative
	}
	.main-header .logo,
	.main-header .navbar {
		width: 100%;
		float: none
	}
	.main-header .navbar {
		margin: 0
	}
	.main-header .navbar-custom-menu {
		float: right
	}
}

@media(max-width:991px) {
	.navbar-collapse.pull-left {
		float: none !important
	}
	.navbar-collapse.pull-left+.navbar-custom-menu {
		display: block;
		position: absolute;
		top: 0;
		right: 40px
	}
}

.main-sidebar {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 50px;
	min-height: 100%;
	width: 230px;
	z-index: 810;
	-webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
	-o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
	transition: transform .3s ease-in-out, width .3s ease-in-out
}

@media(max-width:767px) {
	.main-sidebar {
		padding-top: 90px
	}
}

@media(max-width:767px) {
	.main-sidebar {
		-webkit-transform: translate(-230px, 0);
		-ms-transform: translate(-230px, 0);
		-o-transform: translate(-230px, 0);
		transform: translate(-230px, 0)
	}
}

@media(min-width:768px) {
	.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(-230px, 0);
		-ms-transform: translate(-230px, 0);
		-o-transform: translate(-230px, 0);
		transform: translate(-230px, 0)
	}
}

@media(max-width:767px) {
	.sidebar-open .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.sidebar {
	padding-bottom: 10px
}

.sidebar-form input:focus {
	border-color: transparent
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.sidebar-menu>li {
	position: relative;
	margin: 0;
	padding: 0
}

.sidebar-menu>li>a {
	padding: 12px 5px 12px 20px;
	display: block
}

.sidebar-menu li.header {
	padding: 10px 25px 10px 15px;
	font-size: 12px
}

.sidebar-menu .active>.treeview-menu {
	display: block
}

@media(min-width:768px) {
	.sidebar-mini.sidebar-collapse .content-wrapper,
	.sidebar-mini.sidebar-collapse .right-side,
	.sidebar-mini.sidebar-collapse .main-footer {
		margin-left: 50px !important;
		z-index: 840
	}
	.sidebar-mini.sidebar-collapse .main-sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 50px !important;
		z-index: 850
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu>li {
		position: relative
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
		margin-right: 0
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
		border-top-right-radius: 4px
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
		border-bottom-right-radius: 4px
	}
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom-right-radius: 4px
	}
	.sidebar-mini.sidebar-collapse .sidebar-form,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
	.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
	.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
		display: none !important;
		-webkit-transform: translateZ(0)
	}
	.sidebar-mini.sidebar-collapse .main-header .logo {
		width: 50px
	}
	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		font-size: 18px
	}
	.sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
		display: none
	}
	.sidebar-mini.sidebar-collapse .main-header .navbar {
		margin-left: 50px
	}
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	display: block !important;
	position: absolute;
	width: 180px;
	left: 50px
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
	top: 0;
	margin-left: -3px;
	padding: 12px 5px 12px 20px;
	background-color: inherit
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
	position: relative !important;
	float: right;
	width: auto !important;
	left: 180px !important;
	top: -22px !important;
	z-index: 900
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
	display: none
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
	top: 44px;
	margin-left: 0
}

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
	margin-left: 50px
}

.sidebar-expanded-on-hover .main-sidebar {
	box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125)
}

.sidebar-menu,
.sidebar-menu>li.header {
	white-space: nowrap;
	overflow: hidden
}

.sidebar-menu:hover {
	overflow: visible
}

.sidebar-form,
.sidebar-menu>li.header {
	overflow: hidden;
	text-overflow: clip
}

.sidebar-menu li>a {
	position: relative
}

.sidebar-menu li>a>.pull-right-container {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px
}

.control-sidebar-bg {
	position: fixed;
	z-index: 1000;
	bottom: 0
}

.control-sidebar-bg,
.control-sidebar {
	top: 0;
	right: -230px;
	width: 230px;
	-webkit-transition: right .3s ease-in-out;
	-o-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out
}

.control-sidebar {
	position: absolute;
	padding-top: 50px;
	z-index: 1010
}

@media(max-width:768px) {
	.control-sidebar {
		padding-top: 100px
	}
}

.control-sidebar>.tab-content {
	padding: 10px 15px
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
	right: 0
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
	right: 0
}

@media(min-width:768px) {
	.control-sidebar-open .content-wrapper,
	.control-sidebar-open .right-side,
	.control-sidebar-open .main-footer {
		margin-right: 230px
	}
}

.fixed .control-sidebar {
	position: fixed;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 50px
}

.control-sidebar-heading {
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 10px
}

.control-sidebar-subheading {
	display: block;
	font-weight: 400;
	font-size: 14px
}

.control-sidebar-menu {
	list-style: none;
	padding: 0;
	margin: 0 -15px
}

.control-sidebar-menu>li>a {
	display: block;
	padding: 10px 15px
}

.control-sidebar-menu>li>a:before,
.control-sidebar-menu>li>a:after {
	content: " ";
	display: table
}

.control-sidebar-menu>li>a:after {
	clear: both
}

.control-sidebar-menu>li>a>.control-sidebar-subheading {
	margin-top: 0
}

.control-sidebar-menu .menu-icon {
	float: left;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px
}

.control-sidebar-menu .menu-info {
	margin-left: 45px;
	margin-top: 3px
}

.control-sidebar-menu .menu-info>.control-sidebar-subheading {
	margin: 0
}

.control-sidebar-menu .menu-info>p {
	margin: 0;
	font-size: 11px
}

.control-sidebar-menu .progress {
	margin: 0
}

.navbar-custom-menu>.navbar-nav>li {
	position: relative
}

@media(max-width:991px) {
	.navbar-custom-menu>.navbar-nav {
		float: right
	}
	.navbar-custom-menu>.navbar-nav>li {
		position: static
	}
}

.form-control:focus {
	border-color: #3c8dbc;
	box-shadow: none
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1
}

.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff
}

.box {
	position: relative;
	border-radius: 3px;
	background: #fff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 15px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.box.box-primary {
	border-top-color: #3c8dbc
}

.box.box-info {
	border-top-color: #6b93c7;
	border-radius: 10px;
}

.box.box-danger {
	border-top-color: #dd4b39
}

.box.box-warning {
	border-top-color: #f39c12
}

.box.box-success {
	border-top-color: #00a65a
}

.box.box-default {
	border-top-color: #d2d6de
}

.box .nav-stacked>li {
	border-bottom: 1px solid #f4f4f4;
	margin: 0
}

.box .nav-stacked>li:last-of-type {
	border-bottom: 0
}

.box.height-control .box-body {
	max-height: 300px;
	overflow: auto
}

.box .border-right {
	border-right: 1px solid #f4f4f4
}

.box .border-left {
	border-left: 1px solid #f4f4f4
}

.box.box-solid {
	border-top: 0
}

.box.box-solid>.box-header .btn:hover,
.box.box-solid>.box-header a:hover {
	background: rgba(0, 0, 0, 0.1)
}

.box.box-solid.box-default {
	border: 1px solid #d2d6de
}

.box.box-solid.box-default>.box-header {
	color: #444;
	background: #d2d6de;
	background-color: #d2d6de
}

.box.box-solid.box-default>.box-header a,
.box.box-solid.box-default>.box-header .btn {
	color: #444
}

.box.box-solid.box-primary {
	border: 1px solid #3c8dbc
}

.box.box-solid.box-primary>.box-header {
	color: #fff;
	background: #3c8dbc;
	background-color: #3c8dbc
}

.box.box-solid.box-primary>.box-header a,
.box.box-solid.box-primary>.box-header .btn {
	color: #fff
}

.box.box-solid.box-info {
	border: 1px solid #00c0ef
}

.box.box-solid.box-info>.box-header {
	color: #fff;
	background: #00c0ef;
	background-color: #00c0ef
}

.box.box-solid.box-info>.box-header a,
.box.box-solid.box-info>.box-header .btn {
	color: #fff
}

.box.box-solid.box-danger {
	border: 1px solid #dd4b39
}

.box.box-solid.box-danger>.box-header {
	color: #fff;
	background: #dd4b39;
	background-color: #dd4b39
}

.box.box-solid.box-danger>.box-header a,
.box.box-solid.box-danger>.box-header .btn {
	color: #fff
}

.box.box-solid.box-warning {
	border: 1px solid #f39c12
}

.box.box-solid.box-warning>.box-header {
	color: #fff;
	background: #f39c12;
	background-color: #f39c12
}

.box.box-solid.box-warning>.box-header a,
.box.box-solid.box-warning>.box-header .btn {
	color: #fff
}

.box.box-solid.box-success {
	border: 1px solid #00a65a
}

.box.box-solid.box-success>.box-header {
	color: #fff;
	background: #00a65a;
	background-color: #00a65a
}

.box.box-solid.box-success>.box-header a,
.box.box-solid.box-success>.box-header .btn {
	color: #fff
}

.box.box-solid>.box-header>.box-tools .btn {
	border: 0;
	box-shadow: none
}

.box.box-solid[class*='bg']>.box-header {
	color: #fff
}

.box .box-group>.box {
	margin-bottom: 5px
}

.box .knob-label {
	text-align: center;
	color: #333;
	font-weight: 100;
	font-size: 12px;
	margin-bottom: .3em
}

.box>.overlay,
.overlay-wrapper>.overlay,
.box>.loading-img,
.overlay-wrapper>.loading-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.box .overlay,
.overlay-wrapper .overlay {
	z-index: 50;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 3px
}

.box .overlay>.fa,
.overlay-wrapper .overlay>.fa {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	color: #000;
	font-size: 30px
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
	background: rgba(0, 0, 0, 0.5)
}

.box-header:before,
.box-body:before,
.box-header:after,
.box-body:after {
	content: " ";
	display: table
}

.box-header:after,
.box-body:after {
	clear: both
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative
}

.box-header.with-border {
	border-bottom: 1px solid #f4f4f4
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
	display: inline-block;
	font-size: 18px;
	margin: 0;
	line-height: 1
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion {
	margin-right: 5px
}

.box-header>.box-tools {
	position: absolute;
	right: 10px;
	top: 5px
}

.box-header>.box-tools [data-toggle="tooltip"] {
	position: relative
}

.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px
}

.no-header .box-body {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.box-body>.table {
	margin-bottom: 0
}

.box-body .fc {
	margin-top: 5px
}

.box-body .full-width-chart {
	margin: -19px
}

.box-body.no-padding .full-width-chart {
	margin: -9px
}

.box-body .box-pane {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px
}

.box-body .box-pane-right {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0
}

.box-input {
	max-width: 200px
}

.btn.uppercase {
	text-transform: uppercase
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:focus {
	outline: 0
}

.btn-info {
	background-color: #00c0ef;
	border-color: #00acd6
}

.btn-info:hover,
.btn-info:active,
.btn-info.hover {
	background-color: #00acd6
}

.btn-warning {
	background-color: #f39c12;
	border-color: #e08e0b
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
	background-color: #e08e0b
}

.btn[class*='bg-']:hover {
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2)
}

.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
	color: #444;
	background: #f7f7f7
}

.nav-pills>li>a {
	border-radius: 0;
	border-top: 3px solid transparent;
	color: #444
}

.nav-pills>li>a>.fa,
.nav-pills>li>a>.glyphicon,
.nav-pills>li>a>.ion {
	margin-right: 5px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	border-top-color: #3c8dbc
}

.nav-pills>li.active>a {
	font-weight: 600
}

.nav-stacked>li>a {
	border-radius: 0;
	border-top: 0;
	border-left: 3px solid transparent;
	color: #444
}

.nav-stacked>li.active>a,
.nav-stacked>li.active>a:hover {
	background: transparent;
	color: #444;
	border-top: 0;
	border-left-color: #3c8dbc
}

.nav-stacked>li.header {
	border-bottom: 1px solid #ddd;
	color: #777;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: uppercase
}

.pagination>li>a {
	background: #fafafa;
	color: #666
}

.pagination.pagination-flat>li>a {
	border-radius: 0 !important
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 1px solid #f4f4f4
}

.table>thead>tr>th {
	border-bottom: 2px solid #f4f4f4
}

.table tr td .progress {
	margin-top: 5px
}

.table-bordered {
	border: 1px solid #f4f4f4
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #f4f4f4
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 2px
}

.table.no-border,
.table.no-border td,
.table.no-border th {
	border: 0
}

table.text-center,
table.text-center td,
table.text-center th {
	text-align: center
}

.table.align th {
	text-align: left
}

.table.align td {
	text-align: right
}

.label-default {
	background-color: #d2d6de;
	color: #444
}

.margin-bottom-none {
	margin-bottom: 0
}

.margin-r-5 {
	margin-right: 5px
}

.inline {
	display: inline
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success {
	color: #fff !important
}

.bg-gray {
	color: #000;
	background-color: #d2d6de !important
}

.bg-gray-light {
	background-color: #f7f7f7
}

.bg-black {
	background-color: #111 !important
}

.bg-red,
.callout.callout-danger,
.label-danger {
	background-color: #dd4b39 !important
}

.bg-yellow,
.callout.callout-warning,
.label-warning {
	background-color: #f39c12 !important
}

.bg-aqua,
.callout.callout-info,
.label-info {
	background-color: #00c0ef !important
}

.bg-blue {
	background-color: #0073b7 !important
}

.bg-light-blue,
.label-primary {
	background-color: #3c8dbc !important
}

.bg-green,
.callout.callout-success,
.label-success {
	background-color: #00a65a !important
}

.bg-teal {
	background-color: #39cccc !important
}

.bg-olive {
	background-color: #3d9970 !important
}

.bg-lime {
	background-color: #01ff70 !important
}

.bg-orange {
	background-color: #ff851b !important
}

.bg-fuchsia {
	background-color: #f012be !important
}

.bg-purple {
	background-color: #605ca8 !important
}

.bg-maroon {
	background-color: #d81b60 !important
}

.bg-gray-active {
	color: #000;
	background-color: #b5bbc8 !important
}

.bg-black-active {
	background-color: #000 !important
}

.bg-red-active {
	background-color: #d33724 !important
}

.bg-yellow-active {
	background-color: #db8b0b !important
}

.bg-aqua-active {
	background-color: #00a7d0 !important
}

.bg-blue-active {
	background-color: #005384 !important
}

.bg-light-blue-active {
	background-color: #357ca5 !important
}

.bg-green-active {
	background-color: #008d4c !important
}

.bg-teal-active {
	background-color: #30bbbb !important
}

.bg-olive-active {
	background-color: #368763 !important
}

.bg-lime-active {
	background-color: #00e765 !important
}

.bg-orange-active {
	background-color: #ff7701 !important
}

.bg-fuchsia-active {
	background-color: #db0ead !important
}

.bg-purple-active {
	background-color: #555299 !important
}

.bg-maroon-active {
	background-color: #ca195a !important
}

[class^="bg-"].disabled {
	opacity: .65;
	filter: alpha(opacity=65)
}

.text-red {
	color: #dd4b39 !important
}

.text-yellow {
	color: #f39c12 !important
}

.text-blue {
	color: #0073b7 !important
}

.text-black {
	color: #111 !important
}

.text-green {
	color: #00a65a !important
}

.text-gray {
	color: #d2d6de !important
}

.text-teal {
	color: #39cccc !important
}

.text-olive {
	color: #3d9970 !important
}

.text-lime {
	color: #01ff70 !important
}

.text-orange {
	color: #ff851b !important
}

.text-fuchsia {
	color: #f012be !important
}

.text-purple {
	color: #605ca8 !important
}

.hide {
	display: none !important
}

.no-border {
	border: 0 !important
}

.no-padding {
	padding: 0 !important
}

.no-margin {
	margin: 0 !important
}

.no-shadow {
	box-shadow: none !important
}

.list-unstyled,
.contacts-list,
.users-list,
.mailbox-attachments {
	list-style: none;
	margin: 0;
	padding: 0
}

.flat {
	border-radius: 0 !important
}

.text-bold,
.text-bold.table td,
.text-bold.table th {
	font-weight: 700
}

.text-sm {
	font-size: 12px
}

.no-pad-top {
	padding-top: 0
}

.position-static {
	position: static !important
}

.list-header {
	font-size: 15px;
	padding: 10px 4px;
	font-weight: bold;
	color: #666
}

.list-seperator {
	height: 1px;
	background: #f4f4f4;
	margin: 15px 0 9px 0
}

.list-link>a {
	padding: 4px;
	color: #777
}

.list-link>a:hover {
	color: #222
}

.font-light {
	font-weight: 300
}

.chart svg,
.chart canvas {
	width: 100% !important
}

.skin-blue .main-header .navbar .nav>li>a {
	color: #fff
}

.skin-blue .main-header .navbar .nav>li>a:hover,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:hover,
.skin-blue .main-header .navbar .nav .open>a:focus,
.skin-blue .main-header .navbar .nav>.active>a {
	background: rgba(0, 0, 0, 0.1);
	color: #f6f6f6
}

.skin-blue .main-header .navbar .sidebar-toggle {
	color: #fff
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
	color: #f6f6f6
}

.skin-blue .main-header .navbar .sidebar-toggle {
	color: #fff
}

.skin-blue .main-header .logo {
	color: #fff;
	border-bottom: 0 solid transparent
}

.skin-blue .main-header li.user-header {
	background-color: #3c8dbc
}

.skin-blue .content-header {
	background: transparent
}

.skin-blue .main-sidebar {
	background-color: #fff;
	border-right: 1px solid #d2d6de
}

.skin-blue .user-panel>.info,
.skin-blue .user-panel>.info>a {
	color: #fff
}

.skin-blue .sidebar-menu>li.header {
	color: #444;
	background: #ecf0f5
}

.skin-blue .sidebar-menu>li>a {
	border-left: 3px solid transparent
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
	color: #fff;
	background: #2f4867
}

.skin-blue .sidebar-menu>li.active>a {
	border-left-color: #3c8dbc
}

.skin-blue .sidebar-menu>li>.treeview-menu {
	margin: 0 1px;
	background: #2c3b41
}

.skin-blue .sidebar a {
	color: #444
}

.skin-blue .sidebar a:hover {
	text-decoration: none
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
	color: #8aa4af
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a,
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
	color: #fff
}

.skin-blue .sidebar-form {
	border-radius: 3px;
	border: 1px solid #374850;
	margin: 10px 10px
}

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
	box-shadow: none;
	background-color: #374850;
	border: 1px solid transparent;
	height: 35px
}

.skin-blue .sidebar-form input[type="text"] {
	color: #666;
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px
}

.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
	background-color: #fff;
	color: #666
}

.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn {
	border-left-color: #fff
}

.skin-blue .sidebar-form .btn {
	color: #999;
	border-top-left-radius: 0;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 0
}

.skin-blue.layout-top-nav .main-header>.logo {
	background-color: #3c8dbc;
	color: #fff;
	border-bottom: 0 solid transparent
}

.skin-blue.layout-top-nav .main-header>.logo:hover {
	background-color: #3b8ab8
}

@media(min-width:800px) {
	#search_nickname {
		width: 300px !important
	}
}

@media(max-width:767px) {
	.main-header .logo {
		height: 37px;
		line-height: 40px;
		color: #000 !important;
		background: #fff !important
	}
	.main-header .logo:hover {
		background: #fff !important
	}
}

.fs16px {
	font-size: 16px
}

.fs16pt {
	font-size: 16pt
}

.fs14px {
	font-size: 14px
}

.fs15px {
	font-size: 15px !important
}

.fs12px {
	font-size: 12px
}

.fs12pt {
	font-size: 12px
}

.fs10pt {
	font-size: 10px
}

.fs11px {
	font-size: 11px
}

.fs9pt {
	font-size: 9px
}

.bold {
	font-weight: bold
}

.reactive_hover {
	opacity: .8;
	cursor: pointer
}

.reactive_hover:hover {
	opacity: 1
}

a:active,
a:focus {
	outline: 0
}

.no_padding_top {
	padding-top: 0 !important
}

.btn {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14)
}

.navbar-static-top {
	background: linear-gradient(90deg,#a700ff,#00189a);
}

.bh_with_bg {
	color: white !important;
	background: linear-gradient(90deg,#a700ff,#00189a);
}

.as_link_dashed {
	color: #009;
	border-bottom: 1px dashed #009
}

.color_green {
	color: #00b41a !important
}

.color_red {
	color: rgba(255, 41, 24, 0.68) !important
}

.color_gray {
	color: rgba(68, 68, 68, 0.6) !important
}

.color_dark_gray {
	color: rgba(68, 68, 68, 0.86) !important
}

html,
body {
	height: auto;
	min-height: 100%
}

.wrapper {
	height: auto !important;
	min-height: 100% !important
}

.logo_wrapper {
	display: inline-block;
	padding: 17px 0 0 0;
	font-size: 22pt
}

.data_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2pt solid rgba(85, 117, 150, 0.54)
}

.one_last_search_link {
	display: inline-block;
	margin: 0 12pt 6px 0
}

.main_sidebar {
	padding-bottom: 10pt;
	background: rgba(66, 91, 117, 0.04)
}

#some_random_variants.col-md-8 {
	padding: 0
}

.no_lr_padding_all {
	padding-left: 0 !important;
	padding-right: 0 !important
}

@media(max-width:768px) {
	.no_lr_padding_on_phones {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
	.one_last_search_link {
		padding: 5pt 0
	}
	.xs-hidden {
		display: none
	}
}

@media(min-width:1200px) {
	.no_right_padding_lg {
		padding-right: 0 !important
	}
	.content>.row>.no_right_padding_lg {
		padding-left: 12px
	}
}

@media(max-width:960px) {
	.sm-hidden {
		display: none
	}
	.md-hidden {
		display: none
	}
}

@media(max-width:1210px) {
	.tiny_top_rectangle {
		display: none !important
	}
}

@media(max-width:600px) {
	#variants_main {
		padding: 0
	}
}

.mb_5_pt {
	margin-bottom: 5pt
}

.height_2_px {
	height: 2px;
	clear: both
}

.height_2_pt {
	height: 2pt;
	clear: both
}

.height_5_pt {
	height: 5pt;
	clear: both
}

.height_7_pt {
	height: 7pt;
	clear: both
}

.height_10_pt {
	height: 10pt;
	clear: both
}

.height_15_pt {
	height: 15pt;
	clear: both
}

.height_20_pt {
	height: 20pt;
	clear: both
}

.height_40_pt {
	height: 40pt;
	clear: both
}

.nickname_description {
	padding-bottom: 10pt
}

.nickname_description ul:empty {
	display: none
}

.nickname_details .n_details_table {
	margin-bottom: 0;
	font-size: 14px
}

.nickname_details .n_details_table tr td,
.nickname_details .n_details_table tr th {
	border: none !important;
	padding: 0 4px 4px 0 !important
}

.nickname_details .n_details_table tr td:first-child {
	width: 69pt
}

.m_top_10_px {
	margin-top: 10px
}

.m_top_20_px {
	margin-top: 20px !important
}

#reputation_block .btn {
	margin-top: 5pt
}

#reputation_block i.fa {
	font-size: 12pt
}

#reputation_block .voted_wrapper .btn:hover {
	opacity: .5;
	cursor: default
}

.no_results {
	color: #aaa;
	font-size: 15pt
}

.one_variant {
	padding: 4pt 4pt;
	border: 1px solid #eee;
	background: white;
	display: inline-block;
	min-width: 160px;
	max-width: 230px;
	margin: 0 3pt 3pt 0
}

.one_variant .variant_votes i {
	font-size: 16px
}

.copy_variant {
	padding: 2px 0 6px 0;
	white-space: nowrap;
	cursor: pointer
}

@media(max-width:500px) {
	.one_variant {
		font-size: 16px;
		display: block;
		min-width: 0;
		max-width: none;
		margin: 0 3pt 3pt 0;
		width: 98% !important;
		padding: 6pt 2pt;
		text-align: center
	}
	.one_variant .variant_votes {
		font-size: 15px !important
	}
	.one_variant .variant_votes .vote_green {
		margin-right: 10px !important
	}
	.one_variant .variant_votes i {
		font-size: 19px !important
	}
	#variants_main .copy_variant {
		padding-bottom: 7px;
		font-size: 18px
	}
}

.opct_05 {
	opacity: .5
}

.opct_07 {
	opacity: .7
}

.variant_votes {
	font-size: 10pt !important
}

.variant_votes .vote_green {
	color: #00b41a;
	margin-right: 3pt
}

.variant_votes .vote_red {
	color: #b4610f
}

.variant_votes .vote_del {
	color: #ff2311
}

.variant_votes i {
	cursor: pointer;
	opacity: .8;
	font-size: 16px
}

.variant_votes i:hover {
	opacity: 1
}

.variant_voted_icon {
	opacity: .4 !important;
	cursor: default !important
}

.generator_area {
	padding: 10px 10px 5px;
	text-align: center;
	border-radius: 10px;
    background: linear-gradient(90deg,#a700ff,#00189a);
}


.one_generated_variant {
	display: block;
	width: 50%;
	min-width: 257px;
	text-align: center;
	padding: 4pt 4pt;
	margin: 0 auto 5pt;
	cursor: pointer;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	color: #222;
	font-size: 16px
}

.one_generated_variant:hover {
	opacity: 1
}

.one_generated_variant:hover .fa {
	opacity: 1
}

.one_generated_variant .fa {
	opacity: .5;
	color: #547494
}

@media(max-width:960px) {
	.generator_area {
		padding: 14px 5px 8px 5px
	}
	.one_generated_variant {
		padding: 5pt 6pt 4pt;
		margin-bottom: 6px
	}
}

.vt_df_bg {
	background: #fdfdfd !important
}

.green_bg {
	background: #b2ffb5 !important
}

.variant_in_progress {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	opacity: .4 !important
}

.alert_for_the_form,
.alert_for_the_form_green {
	padding: 7px 15px;
	border-radius: 4px;
	background: rgba(255, 188, 82, 0.6);
	margin: 5px 21px 6px
}

.alert_for_the_form_green {
	background: rgba(144, 255, 59, 0.6) !important
}

.one_chat_message {
	border: 1px solid #eee;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.02);
	border-radius: 1px;
	padding: 4px 10px 2px;
	margin-bottom: 9px
}

.m_username {
	font-size: 12px
}

.m_date {
	font-size: 12px;
	font-weight: bold;
	color: #555
}

.m_date_letters {
	font-size: 12px;
	font-weight: normal;
	color: #686868
}

.one_chat_message .m_text {
	margin-top: 2px;
	border-top: 1px solid #eee;
	padding: 6px 0 2px;
	max-height: 120px;
	overflow-y: auto
}

.m_message_textarea {
	margin-bottom: 10px
}

.m_message_textarea[placeholder],
.m_message_textarea::-webkit-input-placeholder {
	font-size: 20px
}

.m_quote {
	padding: 5px;
	border: 1px dashed #ddd;
	background: rgba(0, 0, 0, 0.04)
}

.hide_empty:empty,
.hide_empty:blank {
	display: none
}

.menu_items {
	margin: 8px 2px 20px;
	padding-top: 8px
}

.menu_items .mi_item {
	font-weight: bold;
	display: block;
	padding: 4px 10px;
	font-size: 18px !important;
	background-color: rgba(255, 233, 188, 0.8);
	margin-bottom: 6px;
	border: 1px solid #b2cde4
}

.menu_items .mi_item:hover {
	background-color: rgba(82, 114, 146, 0.25);
	text-decoration: none
}

.menu_items .mi_item .orange {
	color: #ffb364
}

.name_article hr {
	margin: 5px 0 5px
}

.clans_table tr td {
	vertical-align: baseline !important;
	border-top: 1px solid #f1f1f1 !important
}

.page_wrapper {
	margin-top: 22px
}

.page_wrapper>.container {
	background: white
}

.data_wrapper {
	border-left: 0;
	border-right: 0
}

.logo_wrapper a {
	color: white;
	text-shadow: 1px 2px 3px #333
}

@media(min-width:768px) {
	.logo_wrapper {
		padding-top: 6px;
		font-size: 38px
	}
}

@media(max-width:980px) {
	.page_wrapper {
		margin-top: 15px
	}
}

@media(max-width:768px) {
	.logo_wrapper {
		font-size: 35px
	}
	.main_search_form {
		padding: 0 10px 10px
	}
	.page_wrapper {
		margin-top: 10px
	}
}

.clan_members_block .class_member {
	margin: 0 10px 10px 0;
	border: 1px solid #eee;
	background: #fdfdfd
}

.class_member>div {
	min-height: 30px
}

.clan_members_block .class_member.one_variant {
	text-transform: none
}

.class_member .cm_name {
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px
}

.class_member .cm_role_name {
	font-size: 16px;
	padding-top: 5px
}

.class_member .game_names {
	padding-top: 5px
}

.nav_icon {
	color: #4b26bb;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 2px;
	position: fixed;
	right: 16px;
	top: 30px;
	z-index: 2000;
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #4b26bb;
	width: 46px;
	opacity: .8;
	text-align: center
}

.nav_icon:hover {
	background: #f4f6f4;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2)
}

.nav_icon:active {
	color: #4b26bb
}

.nav_icon:visited {
	color: #4b26bb
}

.nav_icon_2 {
	top: 85px
}

@media(min-width:760px) {
	.nav_icon {
		display: none !important
	}
}

.trend_variant {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	margin-right: 5px
}

.trend_variant .variant_votes {
	display: inline-block;
	width: 115px;
	font-size: 8pt !important
}

.trend_variant>div {
	margin-bottom: 10px
}

.symbols_sets_block hr {
	color: #bbb
}

.symbols_sets_block .symbol_btn {
	border: 1px solid #f9f9f9;
	font-size: 18px;
	margin: 0 8px 8px 0;
	min-width: 38px;
	text-align: center;
	border-radius: 11px
}

.symbols_sets_block .symbol_btn_clan {
	border: 1px solid #f9f9f9;
	text-align: center;
	font-size: 16px;
	margin: 0 6px 8px 0
}

.fancy_blue {
	color: #3077af
}

.fancy_green {
	color: #4cae4c
}

.fancy_article h3 {
	margin-bottom: 16pt
}

.search_block .result_box {
	padding: 10px;
	margin: 0 auto
}

@media(max-width:800px) {
	.content-header {
		padding: 2px 10px 0 10px !important
	}
	.search_block .result_box {
		padding: 8px
	}
}

@media(max-width:768px) {
	.fixed_input {
		top: 75px !important
	}
}

@media(max-width:850px) {
	.content-header>h1 {
		font-size: 27px !important
	}
}

@media(max-width:600px) {
	.search_block .result_box {
		padding: 4px 4px 2px
	}
	.the_result {
		font-size: 16px
	}
	.content-header>h1 {
		font-size: 24px !important
	}
}

@media(max-width:500px) {
	.search_block .the_result {
		margin-bottom: 3px
	}
	.search_block .result_box {
		padding: 4px 4px 1px;
		margin-left: -10px
	}
	.the_result {
		font-size: 15px
	}
	#the_copy_btn {
		display: block;
		padding: 8px 8px;
		font-size: 14px;
		line-height: 1;
		border-radius: 4px;
		margin-bottom: 1px
	}
}

.fixed_input {
	position: fixed;
	top: 39px;
	padding: 5px 0 5px;
	background: white;
	z-index: 2
}

.textarea_fs_15 {
	font-size: 15px !important
}

#re_captcha_1,
#re_captcha_2 {
	min-height: 57px
}

#rc-imageselect,
#re_captcha_1,
#re_captcha_2 {
	transform: scale(0.733);
	-webkit-transform: scale(0.733);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0
}

.my_img {
	text-align: center
}

.my_img img {
	cursor: pointer;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
	max-width: 100%
}

.box-header .label {
	margin-top: 2px
}

.generator_main_btn {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: #6d00be;
	padding: .815rem 1.5rem;
	border-radius: 30px;
	color: white;
}

.generator_main_btn:hover {
	color: white;
    background-color: #52018e;
}

#am_know_block h3 {
	margin: 0 0 5px
}

.sidebar-menu li a {
	font-size: 15px
}

.sidebar {
	font-weight: bold
}

.sidebar-menu li a {
	font-size: 14px
}

.label {
	font-size: 71%
}

.box-header .label.pull-right {
	padding: 3px 6px 1px
}

.voted_wrapper .btn.disabled {
	opacity: .5
}

.voted_wrapper .btn.active.disabled {
	opacity: 1;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

#send_variant_btn,
.copy_l_btn {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 20px
}

.my_additional img {
	max-width: 100%
}

code {
	font-size: 13px;
	line-height: 14px;
	padding: 6px 4px 4px;
	color: #1e36fd;
	background-color: #f0f4ff
}

.main-header .sidebar-toggle {
	font-size: 21px;
	padding: 7px 17px !important
}

@media(max-width:768px) {
	.sidebar,
	.main_sidebar {
		padding-bottom: 0
	}
	.main-header .sidebar-toggle {
		font-size: 24px;
		padding: 4px 12px !important
	}
	.navbar-custom-menu {
		width: 82%
	}
	.navbar-custom-menu form {
		float: right;
		padding: 4px 4px 3px !important
	}
}

#search_results {
	position: absolute;
	top: 34px;
	left: 0;
	background: white;
	width: 101%;
	max-height: 80vh;
	overflow-y: auto;
	padding-bottom: 5px;
	border: 3px solid #6b93c7;
	border-top: 0;
	z-index: 99
}

#search_results:empty {
	display: none
}

#search_results .rr {
	display: block;
	padding: 6px 8px;
	border-top: 1px solid #eee;
	font-size: 12px;
	cursor: pointer;
	opacity: .9;
	overflow-x: hidden
}

#search_results .rr.rr_exact {
	background: rgba(246, 158, 22, 0.2)
}

#search_results .rr:hover {
	opacity: 1;
	background: rgba(246, 158, 22, 0.64)
}

#search_results .rr_close {
	float: right;
	color: red;
	font-size: 24px;
	margin: 0 5px;
	cursor: pointer;
	opacity: .6
}

#search_results .rr_close:hover {
	opacity: 1
}

@media(max-width:768px) {
	#search_results {
		width: 115%;
		left: -35px
	}
	.one_variant {
		min-width: 200px;
		max-width: none;
		margin: 0 3pt 3pt 0;
		width: 49%
	}
	.one_variant .variant_votes {
		font-size: 16px !important
	}
	.one_variant .variant_votes .vote_green {
		margin-right: 5px
	}
	.one_variant .variant_votes i {
		font-size: 18px
	}
	.generator_main_btn {
		margin-bottom: 20px
	}
	#send_variant_btn {
		margin-bottom: 20px;
		margin-top: 10px
	}
	.box-header {
		padding: 16px 10px 12px !important
	}
}

.skin-blue .sidebar-menu>li>a {
	color: #4f4f4f
}

.l_i_txt {
	position: absolute;
	opacity: 1;
	color: white;
	font-size: 40px;
	top: 40%;
	width: 100%;
	text-align: center
}

.content {
	min-height: 250px;
	padding: 8px 15px 15px 15px;
	margin-right: auto;
	margin-left: auto;
	background: linear-gradient(0deg,#fcedff,#ffffff);
}
.shadow {
    box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -webkit-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: 0 .3rem 0.6rem rgba(0, 0, 0, .1) !important;
}
input#search_nickname {
    margin-right: -15px;
    width: 200px;
}
.navbar-custom-menu .input-group button{
	background-color: #6d00be;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 9;
    color: #fff;
}
.one_more_variant {
    font-size: 17px;
    display: inline-block;
    margin: 4px 10px;
}
#text_letters{
	border: 3px solid #E91E63;
    margin-top: 15px;
}
.gsc-control-cse{
	padding: 0 !important;
}
#some_random_variants{
	height: 200px;
	overflow-y: scroll;
}
div#am_know_block, div#boy_or_girl_block{
	display: inline-block;
}

@media(max-width:960px) {
	.generator_area {
		padding: 14px 5px 8px 5px;
	    height: 500px !important;
	}
	div#am_know_block .btn, div#boy_or_girl_block .btn {
	    display: block;
	    margin-bottom: 10px;
	}
	div#am_know_block, div#boy_or_girl_block{
		display: block;
	}
}