﻿@charset "UTF-8";
* {
	-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
}
body {
	font-family: Arial, 'Hiragino Sans GB', Microsoft YaHei, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	margin: 0
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
figure {
	margin: 0
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	cursor: pointer;
	background: transparent;
	color: #5d9cec;
	text-decoration: none
}
a:hover, a:focus {
	color: #fb6e52;
	outline: 0;
	text-decoration: underline
}
img {
	vertical-align: middle;
	max-width: 100%;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
mark {
	color: #000;
	background: #ff0
}
small {
	font-size: 75%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
svg:not(:root) {
	overflow: hidden
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	line-height: normal;
	margin: 2px 0 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
}
input[type="file"] {
	display: block
}
input[type="range"] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver
}
legend {
	padding: 0;
	border: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: bold
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
td, th {
	padding: 0
}
cite {
	font-style: normal
}
ul, ol {
	list-style: none
}
input::-ms-clear {
display:none
}
input:focus, textarea:focus {
	outline: 0
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%
}
dl, dt, dd, p, ol, ul, li {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	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
}
html, body {
	height: 100%;
}
input.form-control {
	width: 206px
}
textarea.form-control {
	height: auto
}
.row {
	margin-right: -10px;
	margin-left: -10px
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	min-height: 1px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px
}
.col-1 {
	width: 8.33333%
}
.col-2 {
	width: 16.6667%
}
.col-3 {
	width: 25%
}
.col-4 {
	width: 33.3333%
}
.col-5 {
	width: 41.6667%
}
.col-6 {
	width: 50%
}
.col-7 {
	width: 58.3333%
}
.col-8 {
	width: 66.6667%
}
.col-9 {
	width: 75%
}
.col-10 {
	width: 83.3333%
}
.col-11 {
	width: 91.6667%
}
.col-12 {
	width: 100%
}
.col-offset-12 {
	margin-left: 100%
}
.col-offset-11 {
	margin-left: 91.66666667%
}
.col-offset-10 {
	margin-left: 83.33333333%
}
.col-offset-9 {
	margin-left: 75%
}
.col-offset-8 {
	margin-left: 66.66666667%
}
.col-offset-7 {
	margin-left: 58.33333333%
}
.col-offset-6 {
	margin-left: 50%
}
.col-offset-5 {
	margin-left: 41.66666667%
}
.col-offset-4 {
	margin-left: 33.33333333%
}
.col-offset-3 {
	margin-left: 25%
}
.col-offset-2 {
	margin-left: 16.66666667%
}
.col-offset-1 {
	margin-left: 8.33333333%
}
.col-offset-0 {
	margin-left: 0
}
[class^="grid-"], [class*=" grid-"] {
	margin: 0 auto
}
.grid-group-wrap {
	text-align: center;
	font-size: 0
}
.grid-group>[class^="grid-"], .grid-group>[class*=" grid-"] {
	font-size: 14px;
	display: inline-block
}
.grid-1000 {
	width: 1000px
}
.table-tray {
	display: table;
	table-layout: fixed;
	width: 100%
}
.table-tray>[class^="col-"], .table-tray>[class*=" col-"], .table-tray>.tray-cell {
	display: table-cell;
	vertical-align: top;
	float: none!important
}
.hide {
	display: none
}
.hide-im {
	display: none!important
}
.fl {
	float: left!important
}
.fr {
	float: right!important
}
.fn {
	float: none!important
}
.bold {
	font-weight: bold
}
.italic {
	font-style: italic
}
.break {
	word-wrap: break-word;
	word-break: break-all
}
.nowrap {
	white-space: nowrap
}
.noselect {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none
}
.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-o-text-overflow: ellipsis
}
.pointer {
	cursor: pointer
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.clear {
	clear: both
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.pull-left {
	float: left!important
}
.pull-right {
	float: right!important
}
.src-allow {
	overflow: auto;
	height: auto
}
.li-pills>li {
	float: left
}
.finished-line {
	text-decoration: line-through;
	color: #999!important
}
.tcell-fix {
	table-layout: fixed;
	max-width: none!important;
	width: auto!important
}
.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}
.img-circle {
	border-radius: 50%
}
.highIdex {
	z-index: 5000
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}
.caret.caret-right {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid;
	position: relative;
	top: -1px
}
.animatedIn {
	animation-duration: .5s;
	animation-fill-mode: both
}
.icoinline, .glyphicon {
	margin-right: 3px;
	position: relative;
	top: 1px
}
.placeholder-sm::-moz-placeholder {
font-size:12px
}
.placeholder-sm:-ms-input-placeholder {
font-size:12px
}
.placeholder-sm::-webkit-input-placeholder {
font-size:12px
}
.placeholder-italic::-moz-placeholder {
font-style:italic
}
.placeholder-italic:-ms-input-placeholder {
font-style:italic
}
.placeholder-italic::-webkit-input-placeholder {
font-style:italic
}
.noshadow {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.table-widthauto {
	table-layout: auto!important
}
.table-widthfixed {
	table-layout: fixed!important
}
.mergetop {
	margin-top: -1px
}
.mergeright {
	margin-right: -1px
}
.e-row {
	padding: 5px 0
}
.card {
	border: 1px solid #d5d5d5;
	background: #fff
}
.card-corner {
	border-radius: 3px
}
.no-result {
	margin: 5px 10px;
	border-bottom: solid 1px #e2e2e2;
	padding-bottom: 5px;
	color: #ccc;
	text-align: center
}
.loading_small, .loading_small-b {
	height: 40px;
	text-align: center;
	line-height: 40px
}
.loading_small span, .loading_small-b span {
	padding-left: 20px;
	background: url(/images/loading_small.gif) left center no-repeat;
	text-align: left
}
.loading_small-b span {
	background-image: url(/static/img/global/loading_small_white.gif)
}
.loading_large, .loading_large-b {
	width: 100%;
	height: 400px;
	background: url(/static/img/global/loading_middle.gif) center center no-repeat
}
.loading_large-b {
	background-image: url(/static/img/global/loading_middle_white.gif)
}
.loading-big {
	text-align: center
}
.loading-big span {
	display: block;
	width: 120px;
	height: 120px;
	background: url(/static/img/global/loading_active.gif) center center / cover no-repeat
}
.loading-big-fixed {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 200;
	padding: 10px;
	background: rgba(255,255,255,0.6);
	margin-left: -60px;
	border-radius: 10px;
	box-shadow: 0 0 11px rgba(0,0,0,0.2)
}
.loading-super {
	padding: 5px 10px;
	text-align: center;
	line-height: 40px;
	margin: 20px;
	color: #666;
	display: block;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin-top: 20px;
	border-radius: 3px
}
.loading-super span {
	display: inline-block;
	padding-left: 50px;
	margin-left: -30px;
	background: url(/static/img/global/loading_dynamic.gif) left center no-repeat
}
.fx-size-0 {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none
}
.fx-size-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1
}
.va-t {
	vertical-align: top
}
.va-b {
	vertical-align: bottom
}
.va-m {
	vertical-align: middle
}
.ta-l {
	text-align: left
}
.ta-r {
	text-align: right
}
.ta-c {
	text-align: center
}
.ds-b {
	display: block
}
.ds-i {
	display: inline
}
.ds-ib {
	display: inline-block
}
.ds-ibm {
	display: inline-block;
	vertical-align: middle
}
.ds-t {
	display: table
}
.ds-tc {
	dispaly: table-cell
}
.ds-fx {
	display: flex
}
.ds-ib-w>* {
	display: inline-block;
	vertical-align: middle
}
.fixL {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}
.fixR {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}
.ps-a {
	position: absolute
}
.ps-r {
	position: relative
}
.ps-f {
	position: fixed
}
.cs-p {
	cursor: pointer
}
.cs-m {
	cursor: move
}
.cs-n {
	cursor: not-allowed
}
.cs-h {
	cursor: help
}
.cs-t {
	cursor: text
}
.cs-d {
	cursor: default
}
.cs-ging {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.cs-g {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab
}
.of-h {
	overflow: hidden
}
.of-a {
	overflow: auto
}
.of-x-a {
	overflow-x: auto
}
.of-y-a {
	overflow-y: auto
}
.rs-n {
	resize: none
}
.rs-b {
	resize: both
}
.rs-v {
	resize: vertical
}
.rs-h {
	resize: horizontal
}
.ff-arial {
	font-family: arial
}
.ff-yahei {
	font-family: "Microsoft yahei"
}
.ff-simsun {
	font-family: Simsun
}
.tt-l {
	text-transform: lowercase
}
.tt-u {
	text-transform: uppercase
}
.tt-c {
	text-transform: capitalize
}
.tt-n {
	text-transform: none
}
.td-u {
	text-decoration: underline
}
.td-o {
	text-decoration: overline
}
.td-lt {
	text-decoration: line-through
}
.td-n {
	text-decoration: none
}
.fs-10 {
	font-size: 10px
}
.fs-11 {
	font-size: 11px
}
.fs-12 {
	font-size: 12px
}
.fs-13 {
	font-size: 13px
}
.fs-14 {
	font-size: 14px
}
.fs-15 {
	font-size: 15px
}
.fs-16 {
	font-size: 16px
}
.fs-17 {
	font-size: 17px
}
.fs-18 {
	font-size: 18px
}
.fs-20 {
	font-size: 20px
}
.fs-22 {
	font-size: 22px
}
.fs-24 {
	font-size: 24px
}
.fs-26 {
	font-size: 26px
}
.fs-28 {
	font-size: 28px
}
.fs-30 {
	font-size: 30px
}
.lh-16 {
	line-height: 16px
}
.lh-18 {
	line-height: 18px
}
.lh-20 {
	line-height: 20px
}
.lh-22 {
	line-height: 22px
}
.lh-24 {
	line-height: 24px
}
.lh-26 {
	line-height: 26px
}
.lh-28 {
	line-height: 28px
}
.lh-30 {
	line-height: 30px
}
.lh-32 {
	line-height: 32px
}
.lh-34 {
	line-height: 34px
}
.lh-36 {
	line-height: 36px
}
.lh-38 {
	line-height: 38px
}
.lh-50 {
	line-height: 50px
}
.c-primary {
	color: #428bca
}
a.c-primary:hover {
	color: #3071a9
}
.c-success {
	color: #3c763d
}
a.c-success:hover {
	color: #2b542c
}
.c-info {
	color: #3598dc
}
a.c-info:hover {
	color: #217ebc
}
.c-warning {
	color: #fba552
}
a.c-warning:hover {
	color: #66512c
}
.c-danger {
	color: #fb6e52
}
a.c-danger:hover {
	color: #fb6e52
}
.c-grey {
	color: #666
}
a.c-grey:hover {
	color: #333
}
.c-white {
	color: #fff
}
.c-black {
	color: #000
}
.c-333 {
	color: #333
}
.c-555 {
	color: #555
}
.c-666 {
	color: #666
}
.c-777 {
	color: #777
}
.c-999 {
	color: #999
}
.nobg {
	background: none!important
}
.bg-transparent {
	background: transparent!important
}
.bg-primary {
	color: #fff;
	background-color: #428bca
}
.bg-success {
	background-color: #dff0d8
}
.bg-info {
	background-color: #d9edf7
}
.bg-warning {
	background-color: #fcf8e3
}
.bg-danger {
	background-color: #f2dede
}
a.bg-primary:hover {
	background-color: #3071a9
}
a.bg-success:hover {
	background-color: #c1e2b3
}
a.bg-info:hover {
	background-color: #afd9ee
}
a.bg-warning:hover {
	background-color: #f7ecb5
}
a.bg-danger:hover {
	background-color: #e4b9b9
}
.bg-white {
	background-color: #fff
}
.bg-black {
	background-color: #000
}
.bg-f1 {
	background-color: #f1f1f1
}
.bg-f2 {
	background-color: #f2f2f2
}
.bg-f3 {
	background-color: #f3f3f3
}
.bg-f4 {
	background-color: #f4f4f4
}
.bg-f5 {
	background-color: #f5f5f5
}
.bg-f6 {
	background-color: #f6f6f6
}
.bg-f7 {
	background-color: #f7f7f7
}
.bg-f8 {
	background-color: #f8f8f8
}
.w-auto {
	width: auto!important
}
.h-auto {
	height: auto!important
}
.minw-dft {
	min-width: 0!important
}
.maxw-dft {
	max-width: none!important
}
.minh-dft {
	min-height: 0!important
}
.maxh-dft {
	max-height: none!important
}
.w-0 {
	width: 0!important
}
.w-20 {
	width: 20px!important
}
.w-30 {
	width: 30px!important
}
.w-40 {
	width: 40px!important
}
.w-50 {
	width: 50px!important
}
.w-60 {
	width: 60px!important
}
.w-70 {
	width: 70px!important
}
.w-80 {
	width: 80px!important
}
.w-90 {
	width: 90px!important
}
.w-100 {
	width: 100px!important
}
.w-110 {
	width: 110px!important
}
.w-120 {
	width: 120px!important
}
.w-150 {
	width: 150px!important
}
.w-180 {
	width: 180px!important
}
.w-200 {
	width: 200px!important
}
.w-206 {
	width: 206px!important
}
.w-220 {
	width: 220px!important
}
.w-250 {
	width: 250px!important
}
.w-300 {
	width: 300px!important
}
.w-350 {
	width: 350px!important
}
.w-400 {
	width: 400px!important
}
.w-450 {
	width: 450px!important
}
.w-500 {
	width: 500px!important
}
.w-550 {
	width: 550px!important
}
.w-600 {
	width: 600px!important
}
.w-650 {
	width: 650px!important
}
.w-10pc {
	width: 10%!important
}
.w-15pc {
	width: 15%!important
}
.w-20pc {
	width: 20%!important
}
.w-25pc {
	width: 25%!important
}
.w-30pc {
	width: 25%!important
}
.w-35pc {
	width: 35%!important
}
.w-40pc {
	width: 40%!important
}
.w-45pc {
	width: 45%!important
}
.w-50pc {
	width: 50%!important
}
.w-55pc {
	width: 55%!important
}
.w-60pc {
	width: 60%!important
}
.w-65pc {
	width: 65%!important
}
.w-70pc {
	width: 70%!important
}
.w-75pc {
	width: 75%!important
}
.w-80pc {
	width: 80%!important
}
.w-85pc {
	width: 85%!important
}
.w-90pc {
	width: 90%!important
}
.w-95pc {
	width: 95%!important
}
.w-full {
	width: 100%!important
}
.minw-50 {
	min-width: 50px
}
.minw-80 {
	min-width: 80px
}
.minw-100 {
	min-width: 100px
}
.minw-150 {
	min-width: 150px
}
.minw-200 {
	min-width: 200px
}
.minw-250 {
	min-width: 250px
}
.minw-300 {
	min-width: 300px
}
.minw-350 {
	min-width: 350px
}
.minw-380 {
	min-width: 380px
}
.minw-400 {
	min-width: 400px
}
.maxw-50 {
	max-width: 50px
}
.maxw-100 {
	max-width: 100px
}
.maxw-150 {
	max-width: 150px
}
.maxw-200 {
	max-width: 200px
}
.maxw-250 {
	max-width: 250px
}
.maxw-300 {
	max-width: 300px
}
.maxw-350 {
	max-width: 350px
}
.maxw-400 {
	max-width: 400px
}
.h-0 {
	height: 0!important
}
.h-22 {
	height: 22px!important
}
.h-30 {
	height: 30px!important
}
.h-40 {
	height: 40px!important
}
.h-50 {
	height: 50px!important
}
.h-60 {
	height: 60px!important
}
.h-70 {
	height: 70px!important
}
.h-80 {
	height: 80px!important
}
.h-90 {
	height: 90px!important
}
.h-100 {
	height: 100px!important
}
.h-150 {
	height: 150px!important
}
.h-200 {
	height: 200px!important
}
.h-234 {
	height: 234px!important
}
.h-250 {
	height: 250px!important
}
.h-280 {
	height: 280px!important
}
.h-300 {
	height: 300px!important
}
.h-350 {
	height: 350px!important
}
.h-400 {
	height: 400px!important
}
.h-450 {
	height: 450px!important
}
.h-480 {
	height: 480px!important
}
.h-500 {
	height: 500px!important
}
.h-550 {
	height: 550px!important
}
.h-600 {
	height: 600px!important
}
.h-650 {
	height: 650px!important
}
.minh-50 {
	min-height: 50px
}
.minh-100 {
	min-height: 100px
}
.minh-150 {
	min-height: 150px
}
.minh-200 {
	min-height: 200px
}
.minh-250 {
	min-height: 250px
}
.minh-300 {
	min-height: 300px
}
.minh-350 {
	min-height: 350px
}
.minh-400 {
	min-height: 400px
}
.maxh-50 {
	max-width: 50px
}
.maxh-100 {
	max-width: 100px
}
.maxh-150 {
	max-width: 150px
}
.maxh-200 {
	max-width: 200px
}
.maxh-250 {
	max-width: 250px
}
.maxh-300 {
	max-width: 300px
}
.maxh-350 {
	max-width: 350px
}
.maxh-400 {
	max-width: 400px
}
.m-auto {
	margin-left: auto!important;
	margin-right: auto!important
}
.nomg {
	margin: 0!important
}
.m-3 {
	margin: 3px!important
}
.m-5 {
	margin: 5px!important
}
.m-10 {
	margin: 10px!important
}
.m-15 {
	margin: 15px!important
}
.m-20 {
	margin: 20px!important
}
.m--20 {
	margin: -20px!important
}
.ml-0 {
	margin-left: 0!important
}
.ml-3 {
	margin-left: 3px!important
}
.ml-5 {
	margin-left: 5px!important
}
.ml-10 {
	margin-left: 10px!important
}
.ml-15 {
	margin-left: 15px!important
}
.ml-20 {
	margin-left: 20px!important
}
.ml-25 {
	margin-left: 25px!important
}
.ml-30 {
	margin-left: 30px!important
}
.ml-35 {
	margin-left: 35px!important
}
.ml-40 {
	margin-left: 40px!important
}
.ml-45 {
	margin-left: 45px!important
}
.ml-50 {
	margin-left: 50px!important
}
.ml-65 {
	margin-left: 65px!important
}
.ml-80 {
	margin-left: 80px!important
}
.ml-160 {
	margin-left: 160px!important
}
.mr-0 {
	margin-right: 0!important
}
.mr-3 {
	margin-right: 3px!important
}
.mr-5 {
	margin-right: 5px!important
}
.mr-10 {
	margin-right: 10px!important
}
.mr-15 {
	margin-right: 15px!important
}
.mr-20 {
	margin-right: 20px!important
}
.mr-25 {
	margin-right: 25px!important
}
.mr-30 {
	margin-right: 30px!important
}
.mr-35 {
	margin-right: 35px!important
}
.mr-40 {
	margin-right: 40px!important
}
.mr-45 {
	margin-right: 45px!important
}
.mr-50 {
	margin-right: 50px!important
}
.mt-0 {
	margin-top: 0!important
}
.mt-3 {
	margin-top: 3px!important
}
.mt-5 {
	margin-top: 5px!important
}
.mt-7 {
	margin-top: 7px!important
}
.mt-8 {
	margin-top: 8px!important
}
.mt-10 {
	margin-top: 10px!important
}
.mt-15 {
	margin-top: 15px!important
}
.mt-20 {
	margin-top: 20px!important
}
.mt-25 {
	margin-top: 25px!important
}
.mt-30 {
	margin-top: 30px!important
}
.mt-35 {
	margin-top: 35px!important
}
.mt-40 {
	margin-top: 40px!important
}
.mt-45 {
	margin-top: 45px!important
}
.mt-50 {
	margin-top: 50px!important
}
.mt-70 {
	margin-top: 70px!important
}
.mb-0 {
	margin-bottom: 0!important
}
.mb-3 {
	margin-bottom: 3px!important
}
.mb-5 {
	margin-bottom: 5px!important
}
.mb-10 {
	margin-bottom: 10px!important
}
.mb-15 {
	margin-bottom: 15px!important
}
.mb-20 {
	margin-bottom: 20px!important
}
.mb-25 {
	margin-bottom: 25px!important
}
.mb-30 {
	margin-bottom: 30px!important
}
.mb-35 {
	margin-bottom: 35px!important
}
.mb-40 {
	margin-bottom: 40px!important
}
.mb-45 {
	margin-bottom: 45px!important
}
.mb-50 {
	margin-bottom: 50px!important
}
.mh-3 {
	margin-left: 3px!important;
	margin-right: 3px!important
}
.mh-5 {
	margin-left: 5px!important;
	margin-right: 5px!important
}
.mh-10 {
	margin-left: 10px!important;
	margin-right: 10px!important
}
.mh-15 {
	margin-left: 15px!important;
	margin-right: 15px!important
}
.mh-20 {
	margin-left: 20px!important;
	margin-right: 20px!important
}
.mh-25 {
	margin-left: 25px!important;
	margin-right: 25px!important
}
.mh-30 {
	margin-left: 30px!important;
	margin-right: 30px!important
}
.mh-35 {
	margin-left: 35px!important;
	margin-right: 35px!important
}
.mh-40 {
	margin-left: 40px!important;
	margin-right: 40px!important
}
.mh-45 {
	margin-left: 45px!important;
	margin-right: 45px!important
}
.mh-50 {
	margin-left: 50px!important;
	margin-right: 50px!important
}
.mv-3 {
	margin-top: 3px!important;
	margin-bottom: 3px!important
}
.mv-5 {
	margin-top: 5px!important;
	margin-bottom: 5px!important
}
.mv-10 {
	margin-top: 10px!important;
	margin-bottom: 10px!important
}
.mv-15 {
	margin-top: 15px!important;
	margin-bottom: 15px!important
}
.mv-20 {
	margin-top: 20px!important;
	margin-bottom: 20px!important
}
.mv-25 {
	margin-top: 25px!important;
	margin-bottom: 25px!important
}
.mv-30 {
	margin-top: 30px!important;
	margin-bottom: 30px!important
}
.mv-35 {
	margin-top: 35px!important;
	margin-bottom: 35px!important
}
.mv-40 {
	margin-top: 40px!important;
	margin-bottom: 40px!important
}
.mv-45 {
	margin-top: 45px!important;
	margin-bottom: 45px!important
}
.mv-50 {
	margin-top: 50px!important;
	margin-bottom: 50px!important
}
.nopd {
	padding: 0!important
}
.p-3 {
	padding: 3px!important
}
.p-5 {
	padding: 5px!important
}
.p-10 {
	padding: 10px!important
}
.p-15 {
	padding: 15px!important
}
.p-20 {
	padding: 20px!important
}
.pl-0 {
	padding-left: 0!important
}
.pl-3 {
	padding-left: 3px!important
}
.pl-5 {
	padding-left: 5px!important
}
.pl-10 {
	padding-left: 10px!important
}
.pl-15 {
	padding-left: 15px!important
}
.pl-20 {
	padding-left: 20px!important
}
.pl-25 {
	padding-left: 25px!important
}
.pl-30 {
	padding-left: 30px!important
}
.pl-35 {
	padding-left: 35px!important
}
.pl-40 {
	padding-left: 40px!important
}
.pl-45 {
	padding-left: 45px!important
}
.pl-50 {
	padding-left: 50px!important
}
.pl-60 {
	padding-left: 60px!important
}
.pr-0 {
	padding-right: 0!important
}
.pr-3 {
	padding-right: 3px!important
}
.pr-5 {
	padding-right: 5px!important
}
.pr-8 {
	padding-right: 8px!important
}
.pr-10 {
	padding-right: 10px!important
}
.pr-15 {
	padding-right: 15px!important
}
.pr-20 {
	padding-right: 20px!important
}
.pr-25 {
	padding-right: 25px!important
}
.pr-30 {
	padding-right: 30px!important
}
.pr-35 {
	padding-right: 35px!important
}
.pr-40 {
	padding-right: 40px!important
}
.pr-45 {
	padding-right: 45px!important
}
.pr-50 {
	padding-right: 50px!important
}
.pt-0 {
	padding-top: 0!important
}
.pt-3 {
	padding-top: 3px!important
}
.pt-5 {
	padding-top: 5px!important
}
.pt-8 {
	padding-top: 8px!important
}
.pt-10 {
	padding-top: 10px!important
}
.pt-15 {
	padding-top: 15px!important
}
.pt-20 {
	padding-top: 20px!important
}
.pt-25 {
	padding-top: 25px!important
}
.pt-30 {
	padding-top: 30px!important
}
.pt-35 {
	padding-top: 35px!important
}
.pt-40 {
	padding-top: 40px!important
}
.pt-45 {
	padding-top: 45px!important
}
.pt-50 {
	padding-top: 50px!important
}
.pb-0 {
	padding-bottom: 0!important
}
.pb-3 {
	padding-bottom: 3px!important
}
.pb-5 {
	padding-bottom: 5px!important
}
.pb-10 {
	padding-bottom: 10px!important
}
.pb-15 {
	padding-bottom: 15px!important
}
.pb-20 {
	padding-bottom: 20px!important
}
.pb-25 {
	padding-bottom: 25px!important
}
.pb-30 {
	padding-bottom: 30px!important
}
.pb-35 {
	padding-bottom: 35px!important
}
.pb-40 {
	padding-bottom: 40px!important
}
.pb-45 {
	padding-bottom: 45px!important
}
.pb-50 {
	padding-bottom: 50px!important
}
.ph-0 {
	padding-left: 0!important;
	padding-right: 0!important
}
.ph-2 {
	padding-left: 2px!important;
	padding-right: 2px!important
}
.ph-3 {
	padding-left: 3px!important;
	padding-right: 3px!important
}
.ph-5 {
	padding-left: 5px!important;
	padding-right: 5px!important
}
.ph-10 {
	padding-left: 10px!important;
	padding-right: 10px!important
}
.ph-15 {
	padding-left: 15px!important;
	padding-right: 15px!important
}
.ph-20 {
	padding-left: 20px!important;
	padding-right: 20px!important
}
.ph-25 {
	padding-left: 25px!important;
	padding-right: 25px!important
}
.ph-30 {
	padding-left: 30px!important;
	padding-right: 30px!important
}
.ph-35 {
	padding-left: 35px!important;
	padding-right: 35px!important
}
.ph-40 {
	padding-left: 40px!important;
	padding-right: 40px!important
}
.ph-45 {
	padding-left: 45px!important;
	padding-right: 45px!important
}
.ph-50 {
	padding-left: 50px!important;
	padding-right: 50px!important
}
.pv-0 {
	padding-top: 0!important;
	padding-bottom: 0!important
}
.pv-2 {
	padding-top: 2px!important;
	padding-bottom: 2px!important
}
.pv-3 {
	padding-top: 3px!important;
	padding-bottom: 3px!important
}
.pv-5 {
	padding-top: 5px!important;
	padding-bottom: 5px!important
}
.pv-10 {
	padding-top: 10px!important;
	padding-bottom: 10px!important
}
.pv-15 {
	padding-top: 15px!important;
	padding-bottom: 15px!important
}
.pv-20 {
	padding-top: 20px!important;
	padding-bottom: 20px!important
}
.pv-25 {
	padding-top: 25px!important;
	padding-bottom: 25px!important
}
.pv-30 {
	padding-top: 30px!important;
	padding-bottom: 30px!important
}
.pv-35 {
	padding-top: 35px!important;
	padding-bottom: 35px!important
}
.pv-40 {
	padding-top: 40px!important;
	padding-bottom: 40px!important
}
.pv-45 {
	padding-top: 45px!important;
	padding-bottom: 45px!important
}
.pv-50 {
	padding-top: 50px!important;
	padding-bottom: 50px!important
}
.blank-10 {
	height: 10px;
	overflow: hidden
}
.blank-20 {
	height: 20px;
	overflow: hidden
}
.blank-30 {
	height: 30px;
	overflow: hidden
}
.blank-40 {
	height: 40px;
	overflow: hidden
}
.blank-50 {
	height: 50px;
	overflow: hidden
}
.opc-1 {
	opacity: .1
}
.opc-2 {
	opacity: .2
}
.opc-3 {
	opacity: .3
}
.opc-4 {
	opacity: .4
}
.opc-5 {
	opacity: .5
}
.opc-6 {
	opacity: .6
}
.opc-7 {
	opacity: .7
}
.opc-8 {
	opacity: .8
}
.opc-9 {
	opacity: .9
}
.nobd {
	border: none!important
}
.b-grey {
	border: 1px solid #ccc
}
.b-light {
	border: 1px solid #ddd
}
.b-primary {
	border: 1px solid #428bca
}
.b-success {
	border: 1px solid #3c763d
}
.b-info {
	border: 1px solid #31708f
}
.b-warning {
	border: 1px solid #8a6d3b
}
.b-danger {
	border: 1px solid #a94442
}
.bwl-0 {
	border-left-width: 0!important
}
.bwr-0 {
	border-right-width: 0!important
}
.bwt-0 {
	border-top-width: 0!important
}
.bwb-0 {
	border-bottom-width: 0!important
}
.bwl-1 {
	border-width: 0 0 0 1px!important
}
.bwr-1 {
	border-width: 0 1px 0 0!important
}
.bwt-1 {
	border-width: 1px 0 0 0!important
}
.bwb-1 {
	border-width: 0 0 1px 0!important
}
.br-1 {
	border-radius: 1px!important
}
.br-2 {
	border-radius: 2px!important
}
.br-3 {
	border-radius: 3px!important
}
.br-4 {
	border-radius: 4px!important
}
.br-5 {
	border-radius: 5px!important
}
.ls-n {
	list-style: none!important
}
.ls-d {
	list-style: disc
}
.ls-c {
	list-style: circle
}
.ls-s {
	list-style: square
}
.ls-dec {
	list-style: decimal
}
.nords {
	border-radius: 0!important
}
.rds-circle {
	border-radius: 50%!important
}
.rds-l {
	border-left-top-radius: 0!important;
	border-left-bottom-radius: 0!important
}
.rds-r {
	border-right-top-radius: 0!important;
	border-right-bottom-radius: 0!important
}
.rds-t {
	border-left-top-radius: 0!important;
	border-right-top-radius: 0!important
}
.rds-b {
	border-right-bottom: 0!important;
	border-left-bottom: 0!important
}
.clm-c2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2
}
.clm-c3 {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3
}
.clm-c4 {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4
}
.clm-gap-10 {
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px
}
.clm-gap-20 {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px
}
.clm-gap-30 {
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px
}
.clm-rule-dft {
	-moz-column-rule: 1px solid #ddd;
	-webkit-column-rule: 1px solid #ddd;
	column-rule: 1px solid #ddd
}
.tran-bg {
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear
}
.rotate-90 {
	-webkit-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal.form-group:before, .form-horizontal.form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after, .toolkit-bar:before, .toolkit-bar:after, .panel-head:before, .panel-head:after, .sch-group:before, .sch-group:after, .e-row:before, .e-row:after {
	display: table;
	content: " "
}
.clearfix:after, .sch-group:after, .e-row:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal.form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after, .toolkit-bar:after, .panel-head:after {
	clear: both
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	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
}
.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;
	cursor: pointer;
	color: #666;
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px
}
.btn.hide {
	display: none
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px
}
.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:focus, .btn-group-vertical>.btn:focus {
	outline: 0
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
	margin-left: -1px
}
.btn-toolbar {
	margin-left: -5px
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
	margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:first-child {
	margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle: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>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}
.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}
.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-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-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, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	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%
}
.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	filter: alpha(opacity = 0);
	opacity: 0
}
.form-control {
	border-radius: 3px;
	vertical-align: middle;
	height: 30px;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-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.form-block {
	display: block;
	width: 100%
}
.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;
font-size:12px
}
.form-control:-ms-input-placeholder {
color:#999;
font-size:12px
}
.form-control::-webkit-input-placeholder {
color:#999;
font-size:12px
}
input[type="search"] {
	-webkit-appearance: none
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: 34px;
	line-height: 1.42857143 \0
}
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
	line-height: 30px
}
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
	line-height: 46px
}
.form-group {
	margin-bottom: 15px
}
.radio, .checkbox {
	position: relative;
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px
}
.radio label, .checkbox label {
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	vertical-align: -2px;
	margin-right: 4px
}
.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px
}
.radio-inline, .checkbox-inline {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer
}
.radio-inline+.radio-inline, .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-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed
}
.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
	cursor: not-allowed
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}
.form-control-static.input-lg, .form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0
}
.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
select.input-sm {
	height: 30px;
	line-height: 30px
}
textarea.input-sm, select[multiple].input-sm {
	height: auto
}
.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}
select.input-lg {
	height: 46px;
	line-height: 46px
}
textarea.input-lg, select[multiple].input-lg {
	height: auto
}
.has-feedback {
	position: relative
}
.has-feedback .form-control {
	padding-right: 42.5px
}
.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center
}
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
	color: #3c763d
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}
.has-success .form-control-feedback {
	color: #3c763d
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
	color: #8a6d3b
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}
.has-warning .form-control-feedback {
	color: #8a6d3b
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
	color: #a94442
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}
.has-error .form-control-feedback {
	color: #a94442
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 0
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].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-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}
.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}
.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
	border-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:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
	border-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 {
	margin-left: -1px
}
table {
	background-color: transparent
}
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: 1px
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
	background-color: #f5f5f5
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
	background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
	background-color: #e8e8e8
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
	background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
	background-color: #d0e9c6
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
	background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
	background-color: #c4e3f3
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
	background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
	background-color: #faf2cc
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
	background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
	background-color: #ebcccc
}

@media screen and (max-width:767px) {
.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd
}
.table-responsive>.table {
	margin-bottom: 0
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
	white-space: nowrap
}
.table-responsive>.table-bordered {
	border: 0
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0
}
}
.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
}
.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 .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
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
	border: 1px solid #ddd
}
.nav-pills>li {
	float: left
}
.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
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}
.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
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav>li.hide {
	display: none
}
.breadcrumb>li {
	display: inline-block
}
.breadcrumb>li a {
	color: #999
}
.breadcrumb>li a:hover {
	color: #08c
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #999;
	content: "/\00a0"
}
.breadcrumb>.active {
	color: #666
}
.dropdown {
	position: relative
}
.dropdown:hover>a, .dropdown.open>a {
	position: relative;
	z-index: 101
}
.dropdown>a>.icon-caret-down, .dropdown>a>.icon-angle-down {
	margin-left: 4px;
	display: inline-block;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}
.dropdown.open .input-group-btn>a>.icon-angle-down {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}
.dropdown.open>a>.icon-caret-down, .dropdown.open>a>.icon-angle-down, .dropdown.open .input-group-btn>a>.icon-angle-down {
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
/*.dropdown-menu, .dropdown-div {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
	float: left;
	padding: 5px 0;
	margin: -1px 0 0;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175)
}*/
.dropdown-menu-right {
	right: 0;
	left: auto
}
.border-dropdown, .panel.border-dropdown {
	border: 1px solid #a3adba;
	background-color: #fff;
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	display: none;
	margin-bottom: 0
}
.panel.border-dropdown {
	display: block
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-size: 14px
}
.dropdown-menu>li>a [class^="icon-"] {
	float: none!important;
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
	position: relative;
	top: -2px
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #2dc3e8
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #2dc3e8;
	outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #777
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none
}
.right-click-menu .dropdown-menu>li {
	padding: 3px 20px
}
.right-click-menu .dropdown-menu .divider {
	margin: 5px 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-div {
	width: 500px
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}
.alert h4 {
	margin-top: 0;
	color: inherit
}
.alert .alert-link {
	font-weight: bold
}
.alert>p, .alert>ul {
	margin-bottom: 0
}
.alert>p+p {
	margin-top: 5px
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}
.alert-success hr {
	border-top-color: #c9e2b3
}
.alert-success .alert-link {
	color: #2b542c
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.alert-info hr {
	border-top-color: #a6e1ec
}
.alert-info .alert-link {
	color: #245269
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}
.alert-warning hr {
	border-top-color: #f7e1b5
}
.alert-warning .alert-link {
	color: #66512c
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.alert-danger hr {
	border-top-color: #e4b9c0
}
.alert-danger .alert-link {
	color: #843534
}
h4.alert-heading {
	margin-bottom: 10px
}
.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: #428bca;
	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 {
	color: #2a6496;
	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: 2;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca
}
.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
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px
}
.badge-danger {
	background: #fa7171
}
.badge:empty {
	display: none!important
}
.btn .badge {
	position: relative;
	top: -1px
}
a.badge:hover, a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
	color: #428bca;
	background-color: #fff
}
.nav-pills>li>a>.badge {
	margin-left: 3px
}
.list-group {
	padding-left: 0;
	margin-bottom: 20px
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #ddd
}
.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}
.list-group-item>.badge {
	float: right
}
.list-group-item>.badge+.badge {
	margin-right: 5px
}
a.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
	color: #555;
	text-decoration: none;
	background-color: #ddd
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
	color: #777;
	background-color: #eee
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
	color: #777
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
	color: #e1edf7
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}
.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-body {
	padding: 15px
}
.panel-heading {
	padding: 0 15px;
	height: 40px;
	line-height: 39px;
	background: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}
.panel-title {
	font-size: 14px;
	margin: 0
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
	color: inherit
}
.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #d5d5d5;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}
.panel-alpha, .panel-alpha .panel-heading, .panel-alpha .panel-footer {
	background: transparent
}
.panel-alpha .panel-tab>li.active>a {
	background: #eee
}
.panel-tab, .panel-tab2 {
	margin-left: -15px;
	display: inline-block;
	vertical-align: middle
}
.panel-tab+.toolkit-list, .panel-tab2+.toolkit-list {
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle
}
.panel-tab>li>a {
	height: 40px;
	padding: 0 25px;
	text-decoration: none;
	color: #666;
	position: relative;
	margin-right: 2px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent
}
.panel-tab>li:first-child>a {
	border-left-color: transparent!important
}
.panel-tab>li>a:hover, .panel-tab>li.active>a {
	font-weight: bold
}
.panel-tab>li.active>a {
	background: #fff;
	border-color: #d5d5d5
}
.panel-tab>li.active>a:before {
	content: "";
	position: absolute;
	height: 2px;
	top: -2px;
	left: -1px;
	right: -1px;
	background: #2dc3e8
}
.panel-tab>li.dropdown>a {
	margin-right: 0
}
.panel-tab>li.dropdown .dropdown-menu {
	width: 100%
}
.panel-tab>li.dropdown:hover>.dropdown-toggle, .panel-tab>li.dropdown>.dropdown-toggle:hover {
	background: #fff;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #a3adba;
	height: 40px;
	margin-top: -1px
}
.panel-tab2 {
	display: inline-block
}
.panel-tab2>li>a {
	height: 40px;
	padding: 0 15px;
	color: #999;
	border-bottom: 2px solid transparent
}
.panel-tab2>li>a:hover, .panel-tab2>li.active>a {
	color: #666
}
.panel-tab2>li.active>a {
	border-color: #2dc3e8
}
.panel-option {
	float: right;
	padding: 0 10px;
	margin-right: -15px
}
.panel-collapse {
	float: right;
	margin-right: -15px
}
.panel-collapse>a {
	padding: 0 10px;
	font-size: 30px;
	display: block;
	color: #c7c7c7;
	text-decoration: none
}
.panel-collapse>a:hover {
	color: #666
}
.panel-lg .panel-heading {
	height: 50px;
	line-height: 49px
}
.panel-lg .panel-title {
	font-size: 16px
}
.panel-lg .panel-tab>li>a, .panel-lg .panel-tab2>li>a {
	height: 50px
}
.panel-lg .panel-tab>li.dropdown:hover>.dropdown-toggle, .panel-lg .panel-tab>li.dropdown>.dropdown-toggle:hover {
	height: 50px
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
@keyframes progress-bar-stripes {
from {
background-position:40px 0
}
to {
background-position:0 0
}
}
.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}
.progress-striped .progress-bar, .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px
}
.progress.active .progress-bar, .progress-bar.active {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
	min-width: 30px
}
.progress-bar[aria-valuenow="0"] {
	min-width: 30px;
	color: #777;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.progress-bar-success {
	background-color: #5cb85c
}
.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
	background-color: #5bc0de
}
.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
	background-color: #d9534f
}
.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,.15) 50%, rgba(255,255,255,.15) 75%, transparent 75%, transparent)
}
.pagination-centered {
	text-align: center
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0, -25%, 0);
	-o-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.in {
	opacity: .5!important
}
.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px;
	max-height: 430px;
	overflow-y: auto
}
.modal-footer {
	padding: 15px;
	border-top: 1px solid #d5d5d5
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal .mod-box {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #d5d5d5
}
.circle {
	display: block;
	height: 7px;
	width: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}
.circle-danger {
	background: #f94521
}
.popover {
	position: absolute;
	left: 50%;
	margin-left: -75px;
	z-index: 100;
	display: none;
	width: 150px;
	padding: 1px;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}
.popover-top {
	margin-top: -10px
}
.popover-right {
	margin-left: 10px
}
.popover-bottom {
	margin-top: 5px
}
.popover-left {
	margin-left: -10px
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}
.popover-content {
	padding: 10px
}
.popover-content img {
	max-width: 100%
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.popover>.arrow {
	border-width: 11px
}
.popover>.arrow:after {
	content: "";
	border-width: 10px
}
.popover-top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}
.popover-top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}
.popover-right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}
.popover-right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}
.popover-bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}
.popover-bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}
.popover-left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}
.popover-left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}
.popbox {
	background: #fff;
	position: fixed;
	z-index: 100;
	border-radius: 3px;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 0 7px 21px rgba(0,0,0,0.1);
	-o-box-shadow: 0 7px 21px rgba(0,0,0,0.1);
	box-shadow: 0 7px 21px rgba(0,0,0,0.1)
}
.popbox-body {
	padding: 15px
}
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	filter: alpha(opacity=0);
	opacity: 0
}
.tooltip.in {
	opacity: .9
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}
.e-list-head {
	padding: 18px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -1px;
	border-bottom: 1px solid #d5d5d5
}
.e-list-group.delay .e-list-head .e-list-title {
	color: #d73d32
}
.e-list-group.today .e-list-head .e-list-title {
	color: #2dc3e8
}
.e-list-group.tomorrow .e-list-head .e-list-title {
	color: #f4b400
}
.e-list-group.future .e-list-head .e-list-title {
	color: #a0d468
}
.e-list-group.past .e-list-head .e-list-title {
	color: #ff7f50
}
.e-list-head a {
	text-decoration: none;
	color: #666
}
.e-list-head>.e-list-title strong {
	margin-right: 10px
}
.e-list-head .group-add {
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	margin: -1px -6px 0 0;
	color: #999;
	display: inline-block;
	width: 30px;
	text-align: center
}
.e-list-head .icon-angle-right {
	font-size: 16px;
	display: inline-block;
	vertical-align: -1px;
	-webkit-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear
}
.e-list-head.on .icon-angle-right {
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.e-list {
	background: #fff;
	border: 1px solid #d5d5d5
}
.e-list-merge {
	border-bottom: 0
}
.e-list-merge+.e-list {
	border-top: 0
}
.e-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 44px;
	line-height: 44px;
	cursor: pointer;
	position: relative
}
.e-list li:before, .e-list li:after {
	content: "";
	position: absolute
}
.e-list li:before {
	width: 3px;
	top: 1px;
	bottom: 1px;
	left: -1px
}
.e-list li:after {
	left: 40px;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #e7eaec;
	display: block!important
}
.e-list li.unread:before {
	background: #e44471
}
.e-list li.newComment:before {
	background: #57ae18
}
.e-list:not(.e-list-merge) li:last-child:after {
	background: transparent
}
.e-list li:hover, .e-list li.active {
	background: #f0f0f0
}
.e-list li:hover:after {
	left: 0
}
.e-list li>span {
	text-align: center;
	float: left
}
.e-list li .checkbox, .e-list li .sn, .e-list li .sn-link {
	height: 100%;
	width: 24px;
	margin: 0 10px;
	text-align: center;
	display: inline-block
}
.e-list li .checkbox {
	display: none
}
.e-list li:hover .sn, .e-list li.selected .sn {
	display: none
}
.e-list li:hover .checkbox, .e-list li.selected .checkbox {
	display: inline-block
}
.e-list li .checkbox i {
	color: #999
}
.e-list li .title {
	margin: 0 225px 0 0;
	overflow: hidden;
	text-align: left
}
.e-list li .title .text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.e-list li .title input[type="text"] {
	height: 44px;
	line-height: 20px;
	padding: 12px 0;
	background: transparent;
	border: 0;
	width: 100%
}
.e-list li .right, .e-list li .shortcut {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 12px
}
.e-list li .shortcut {
	color: #777;
	display: none
}
.e-list li .right {
	padding-right: 10px
}
.e-list li .shortcut.hide {
	display: none!important
}
.e-list li .shortcut>span {
	padding: 0 10px;
	float: left
}
.e-list li .shortcut span:hover {
	color: #141414;
	background: #cdcdcd
}
.e-list li .shortcut a {
	padding: 0 10px;
	color: #717171
}
.e-list li .shortcut a:hover {
	color: #141414;
	background: #cdcdcd
}
.e-list li .shortcut span i {
	position: relative;
	top: 1px
}
.e-list li:not(.no-hover):hover .shortcut {
	display: block
}
.e-list li:not(.no-hover):hover .right {
	display: none
}
.e-list li .user, .e-list li .date, .e-list li .telephone, .e-list li .comment-count, .e-list li .attach-count, .e-list li .icon {
	margin-right: 8px;
	color: #999;
	display: inline-block;
	vertical-align: middle
}
.e-list li .user {
	max-width: 80px
}
.e-list li .comment-count em, .e-list li .attach-count em {
	font-style: normal
}
.e-list li.selected, .e-list li.selected input {
	background-color: #ebf1de
}
.e-list-more a {
	text-align: center;
display-block;
	color: #999;
	padding: 10px;
	background: #fff
}
.switch-tab>.btn {
	color: #c1c1c1
}
.switch-tab>.btn:hover {
	color: #888
}
.switch-tab>a:hover {
	text-decoration: none
}
.switch-tab>a.active {
	background: #c1c1c1;
	border-color: #adadad;
	color: #fff!important
}
.toolkit-bar {
	position: relative;
	padding: 10px 20px 10px;
	border-bottom: 1px solid #d5d5d5;
	background: #fafafa;
	color: #666;
	z-index: 500
}
.toolkit-list {
	height: 30px;
	line-height: 30px
}
.toolkit-list .toolkit-item {
	display: inline;
	margin-right: 10px;
	float: left
}
.toolkit-list .toolkit-item>.btn:only-of-type {
	vertical-align: top
}
.toolkit-list .toolkit-item .btn-link {
	color: #666
}
.toolkit-list .toolkit-item>.btn-group {
	vertical-align: top
}
.toolkit-list .toolkit-item.last {
	margin-right: 0
}
.toolkit-list .toolkit-item.hide {
	display: none
}
.toolkit-list .toolkit-item-sn i {
	line-height: 30px;
	cursor: pointer;
	color: #999;
	font-size: 13px
}
.toolkit-list .toolkit-item-tab {
	margin-top: -10px;
	margin-bottom: -10px;
	height: 50px
}
.toolkit-list .toolkit-item-tab>a {
	padding: 2px 5px 0;
	border-bottom: 2px solid transparent;
	color: #888;
	display: block;
	text-decoration: none;
	line-height: 46px
}
.toolkit-list .toolkit-item-tab>a:hover {
	color: #fb6e52
}
.toolkit-list .toolkit-item-tab.active>a {
	border-bottom: 2px solid #fb6e52;
	color: #fb6e52;
	font-weight: bold
}
.toolkit-list .toolkit-item-tab>a [class^="icon-"], .toolkit-list .toolkit-item-tab>a [class*=" icon-"] {
	font-style: normal;
	margin-right: 5px;
	position: relative;
	top: 1px
}
.toolkit-list .btn-group.dropdown:hover>.btn {
	z-index: 101;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.toolkit-list .toolkit-item:not(.dropdown-arrow) .btn-group.dropdown:hover>.btn {
	border-width: 1px 1px 0;
	border-color: #a3adba;
	background: #fff
}
.toolkit-list .btn-group.dropdown.open>.btn {
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}
.toolkit-list .dropdown-arrow .dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.toolkit-list .dropdown-arrow-pre {
	margin-right: -1px
}
.toolkit-list .dropdown-arrow-pre>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.toolkit-list li.search>input[type="text"] {
	width: 30px;
	position: absolute;
	z-index: 10;
	border-radius: 3px;
	transition: width ease .25s;
	opacity: 0;
	-webkit-transition: width ease .2s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-moz-transition: width ease .2s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-ms-transition: width ease .2s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: width ease .2s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: width ease .2s, border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.toolkit-list li.search input:focus {
	border-width: 1px
}
.toolkit-list li.search>i {
	font-size: 14px;
	line-height: 27px;
	margin-left: 7px;
	color: #999;
	position: relative;
	cursor: pointer;
	z-index: 11
}
.toolkit>ul>li.search>i:hover {
	color: #6194e9
}
.toolkit-list li.search.search-right {
	position: relative
}
.toolkit-list li.search>input.on[type="text"] {
	width: 120px;
	opacity: 1;
	padding-left: 25px;
	padding-right: 10px
}
.toolkit-list li.search.search-right>input.on[type="text"] {
	padding-left: 10px;
	padding-right: 25px
}
.toolkit-list li.search.search-right input[type="text"] {
	margin-right: 0;
	right: 0
}
.toolkit-list li.search.search-right i {
	right: 7px
}
.sham-tab li.title {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}
.sham-tab li {
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	line-height: 42px
}
.sham-tab li:hover {
	background: #f9f9f9
}
.sham-tab li.list {
	background: 0;
	border: 0;
	height: auto!important
}
.sham-tab li.no-data {
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}
.sham-tab li.no-data:hover {
	background: #fff
}
.sham-tab li.title {
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	color: #6b6b6b
}
.sham-tab .list>ul>li>.item {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999
}
.sham-tab li .item {
	border-left: 1px solid #ddd;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px
}
.sham-tab li .item:first-child {
	border: 0
}
.sham-tab .list>ul {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.sham-border-tab .item>.ellipsis>a {
	color: #333;
	cursor: none
}
.sham-border-tab .item>.ellipsis>a:hover {
	text-decoration: none
}
.sham-tab .list>ul>li:last-child {
	border-bottom: 0
}

.hide {
	display: none
}
.typeahead-wrapper {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a3adba
}
.typeahead-wrapper.hide {
	display: none
}

.form-view .engine-search {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 26px;
	margin: 0;
	padding: 3px;
	position: relative;
	width: 20px
}
.form-view .engine-search i {
	color: #08c;
	font-size: 14px;
	line-height: 18px
}
.typeahead-wrapper.hide {
	display: none
}
input.typeahead {
	width: 120px;
	height: 28px;
	margin: 0;
	line-height: 20px;
	padding: 4px 10px;
	float: left;
	border: 0
}
input.typeahead[data-entity="employee"] {
	width: 130px
}
input.typeahead:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.typeahead-search {
	position: relative;
	height: 28px;
	width: 20px;
	padding: 3px;
	margin: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	float: right
}
.typeahead-search:hover {
	background: transparent
}
.typeahead-search i {
	color: #08c;
	font-size: 14px;
	line-height: 18px
}

.tt-suggestion {
	position: absolute;
	z-index: 100;
	height: auto;
	padding: 0;
	margin: 28px 0 0 -1px;
	display: block;
	background-color: #fff
}
.tt-suggestion #searchListWrap {
	max-height: 310px;
	overflow-y: auto
}
.tt-suggestion p {
	height: 28px;
	line-height: 22px!important;
	width: 140px;
	margin: 0;
	padding: 3px 5px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.tt-suggestion p>span {
	overflow: hidden;
	word-break: keep-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block
}
.tt-suggestion p>img+span {
	width: 115px
}
.tt-suggestion p>i+span {
	width: 100%
}
.tt-suggestion p>span:only-child {
	width: 100%
}
.tt-suggestion p .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 65px;
	margin: 0 5px 0 0
}
.tt-suggestion .loading_small {
	width: 120px;
	line-height: 32px;
	height: 32px
}
.tt-suggestion .employee {
	width: 150px
}
.tt-suggestion p:hover, .tt-suggestion p.active {
	color: #fff;
	background: #2dc3e8;
	cursor: pointer
}
.tt-suggestion p>*, .tt-suggestion p>span>* {
	display: block;
	float: left
}
.tt-suggestion p i.hide {
	display: none
}
.tt-suggestion p .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 65px;
	margin: 0 5px 0 0
}
.tt-suggestion .employee img {
	height: 20px;
	width: 20px;
	margin-right: 5px;
	vertical-align: -5px
}
.tt-suggestion .employee.invite i {
	font-size: 18px;
	display: inline-block;
	vertical-align: -3px;
	line-height: 22px
}
.tt-suggestion .employee.invite span {
	color: #96cafe
}
.tt-suggestion p.creat-new i.icon-plus-thin {
	display: inline-block;
	font-size: 18px;
	vertical-align: -3px;
	line-height: 22px
}
.tt-suggestion p.creat-new {
	color: #5d9cec
}
#searchList .decoration-none {
	text-decoration: none
}