/*
 * Sandalstrap V1.0.0-test
 */
 html {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-ms-overflow-style:scrollbar;
	height:100%
}
*,*::before,*::after {
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
	outline:0
}
body {
	position:relative;
	font-family:"SF Pro Display",Roboto,Noto,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	font-size:14px;
	line-height:1.57142857;
	background-color:#f5f6f7;
	color:#333;
	min-height:100%
}
[tabindex="-1"]:focus {
	outline:none !important
}
textarea {
	resize:vertical;
	overflow:auto
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin:0
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:active,a:hover {
	outline:0
}
b,strong {
	font-weight:bold
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer
}
button[disabled],html input[disabled] {
	cursor:not-allowed
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0
}
[hidden] {
	display:none
}
blockquote:before,blockquote:after,q:before,q:after {
	content:""
}
table {
	border-collapse:separate;
	border-spacing:0
}
caption,th,td {
	font-weight:normal
}
::-webkit-input-placeholder {
	color:#ccc
}
::-moz-placeholder {
	color:#ccc
}
:-ms-input-placeholder {
	color:#ccc
}
:-moz-placeholder {
	color:#ccc
}
ol,ul {
	list-style:none
}
h1 {
	font-size:36px
}
h2 {
	font-size:32px
}
h3 {
	font-size:30px
}
h4 {
	font-size:28px
}
h5 {
	font-size:26px
}
h6 {
	font-size:24px
}
svg.icon {
	width:1em;
	height:1em;
	vertical-align:-.15em;
	fill:currentColor;
	overflow:hidden;
}
svg.icon.icon-level {
	width:3em;
	height:1em
}
.d-none {
	display:none !important
}
.d-inline {
	display:inline !important
}
.d-inline-block {
	display:inline-block !important
}
.d-block {
	display:block !important
}
.d-table {
	display:table !important
}
.d-table-row {
	display:table-row !important
}
.d-table-cell {
	display:table-cell !important
}
.d-flex {
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important
}
.d-inline-flex {
	display:-webkit-inline-box !important;
	display:-ms-inline-flexbox !important;
	display:inline-flex !important
}
.flex-row {
	-webkit-box-orient:horizontal !important;
	-webkit-box-direction:normal !important;
	-ms-flex-direction:row !important;
	flex-direction:row !important
}
.flex-column {
	-webkit-box-orient:vertical !important;
	-webkit-box-direction:normal !important;
	-ms-flex-direction:column !important;
	flex-direction:column !important
}
.flex-row-reverse {
	-webkit-box-orient:horizontal !important;
	-webkit-box-direction:reverse !important;
	-ms-flex-direction:row-reverse !important;
	flex-direction:row-reverse !important
}
.flex-column-reverse {
	-webkit-box-orient:vertical !important;
	-webkit-box-direction:reverse !important;
	-ms-flex-direction:column-reverse !important;
	flex-direction:column-reverse !important
}
.flex-wrap {
	-ms-flex-wrap:wrap !important;
	flex-wrap:wrap !important
}
.flex-nowrap {
	-ms-flex-wrap:nowrap !important;
	flex-wrap:nowrap !important
}
.flex-wrap-reverse {
	-ms-flex-wrap:wrap-reverse !important;
	flex-wrap:wrap-reverse !important
}
.justify-content-start {
	-webkit-box-pack:start !important;
	-ms-flex-pack:start !important;
	justify-content:flex-start !important
}
.justify-content-end {
	-webkit-box-pack:end !important;
	-ms-flex-pack:end !important;
	justify-content:flex-end !important
}
.justify-content-center {
	-webkit-box-pack:center !important;
	-ms-flex-pack:center !important;
	justify-content:center !important
}
.justify-content-between {
	-webkit-box-pack:justify !important;
	-ms-flex-pack:justify !important;
	justify-content:space-between !important
}
.justify-content-around {
	-ms-flex-pack:distribute !important;
	justify-content:space-around !important
}
.align-items-start {
	-webkit-box-align:start !important;
	-ms-flex-align:start !important;
	align-items:flex-start !important
}
.align-items-end {
	-webkit-box-align:end !important;
	-ms-flex-align:end !important;
	align-items:flex-end !important
}
.align-items-center {
	-webkit-box-align:center !important;
	-ms-flex-align:center !important;
	align-items:center !important
}
.align-items-baseline {
	-webkit-box-align:baseline !important;
	-ms-flex-align:baseline !important;
	align-items:baseline !important
}
.align-items-stretch {
	-webkit-box-align:stretch !important;
	-ms-flex-align:stretch !important;
	align-items:stretch !important
}
.align-content-start {
	-ms-flex-line-pack:start !important;
	align-content:flex-start !important
}
.align-content-end {
	-ms-flex-line-pack:end !important;
	align-content:flex-end !important
}
.align-content-center {
	-ms-flex-line-pack:center !important;
	align-content:center !important
}
.align-content-between {
	-ms-flex-line-pack:justify !important;
	align-content:space-between !important
}
.align-content-around {
	-ms-flex-line-pack:distribute !important;
	align-content:space-around !important
}
.align-content-stretch {
	-ms-flex-line-pack:stretch !important;
	align-content:stretch !important
}
.align-self-auto {
	-ms-flex-item-align:auto !important;
	align-self:auto !important
}
.align-self-start {
	-ms-flex-item-align:start !important;
	align-self:flex-start !important
}
.align-self-end {
	-ms-flex-item-align:end !important;
	align-self:flex-end !important
}
.align-self-center {
	-ms-flex-item-align:center !important;
	align-self:center !important
}
.align-self-baseline {
	-ms-flex-item-align:baseline !important;
	align-self:baseline !important
}
.align-self-stretch {
	-ms-flex-item-align:stretch !important;
	align-self:stretch !important
}
.item-tiling>* {
	width:100%
}
.btn {
	margin-left:8px;
	margin-right:8px;
	margin-top:6px;
	margin-bottom:6px;
	padding:0 8px;
	display:inline-block;
	font-size:14px;
	border-radius:4px;
	text-align:center;
	border:none;
	background-color:transparent;
	height:34px;
	line-height:32px;
	min-width:72px;
	cursor:pointer;
}
.btn.btn-sm {
	margin-top:6px;
	margin-bottom:6px;
	height:30px;
	line-height:28px;
	min-width:72px
}
.btn-gray {
	color:#f6f6f6 !important;
	border:1px solid #999 !important;
	background-color:#999 !important;
	-webkit-transition:background-color .1s ease-in-out,border-color .1s ease-in-out;
	transition:background-color .1s ease-in-out,border-color .1s ease-in-out;
}
.btn-gray[disabled] {
	background-color:#eaeaea !important;
	border-color:#eaeaea !important;
	color:#d6d6d6 !important;
}
.btn-gray[disabled]:hover {
	background-color:#eaeaea !important;
	border-color:#eaeaea !important;
	color:#d6d6d6 !important
}
.btn-gray[disabled]:active {
	background-color:#eaeaea !important;
	border-color:#eaeaea !important;
	color:#d6d6d6 !important
}
.btn-gray:hover {
	background-color:#adadad !important;
	border-color:#adadad !important
}
.btn-gray:active {
	background-color:#7a7a7a !important;
	border-color:#7a7a7a !important
}
.btn-red {
	color:#fff !important;
	border:1px solid #ca0c16 !important;
	background-color:#ca0c16 !important;
	-webkit-transition:background-color .1s ease-in-out,border-color .1s ease-in-out;
	transition:background-color .1s ease-in-out,border-color .1s ease-in-out;
}
.btn-red[disabled] {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important;
}
.btn-red[disabled]:hover {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-red[disabled]:active {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-red:hover {
	background-color:#f21f2b !important;
	border-color:#f21f2b !important
}
.btn-red:active {
	background-color:#a20a12 !important;
	border-color:#a20a12 !important
}
.btn-blue {
	color:#f6f6f6 !important;
	border:1px solid #79a5e5 !important;
	background-color:#79a5e5 !important;
	-webkit-transition:background-color .1s ease-in-out,border-color .1s ease-in-out;
	transition:background-color .1s ease-in-out,border-color .1s ease-in-out;
}
.btn-blue[disabled] {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important;
}
.btn-blue[disabled]:hover {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-blue[disabled]:active {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-blue:hover {
	background-color:#94b7ea !important;
	border-color:#94b7ea !important
}
.btn-blue:active {
	background-color:#3e7eda !important;
	border-color:#3e7eda !important
}
.btn-gray-hollow {
	color:#999 !important;
	border:1px solid #999 !important;
	background-color:#fff !important;
	-webkit-transition:background-color .1s ease-in-out;
	transition:background-color .1s ease-in-out;
}
.btn-gray-hollow[disabled] {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important;
}
.btn-gray-hollow[disabled]:hover {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-gray-hollow[disabled]:active {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-gray-hollow:hover {
	background-color:#f5f5f5 !important;
	border-color:#999 !important
}
.btn-gray-hollow:active {
	background-color:#ebebeb !important;
	border-color:#999 !important
}
.btn-red-hollow {
	color:#ca0c16 !important;
	border:1px solid #ca0c16 !important;
	background-color:#fff !important;
	-webkit-transition:background-color .1s ease-in-out;
	transition:background-color .1s ease-in-out;
}
.btn-red-hollow[disabled] {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important;
}
.btn-red-hollow[disabled]:hover {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-red-hollow[disabled]:active {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-red-hollow:hover {
	background-color:#fde3e4 !important;
	border-color:#ca0c16 !important
}
.btn-red-hollow:active {
	background-color:#fcc7ca !important;
	border-color:#ca0c16 !important
}
.btn-blue-hollow {
	color:#79a5e5 !important;
	border:1px solid #79a5e5 !important;
	background-color:#fff !important;
	-webkit-transition:background-color .1s ease-in-out;
	transition:background-color .1s ease-in-out;
}
.btn-blue-hollow[disabled] {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important;
}
.btn-blue-hollow[disabled]:hover {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-blue-hollow[disabled]:active {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-blue-hollow:hover {
	background-color:#f2f6fc !important;
	border-color:#79a5e5 !important
}
.btn-blue-hollow:active {
	background-color:#e4edfa !important;
	border-color:#79a5e5 !important
}
.btn-yellow-hollow {
	color:#f69802 !important;
	border:1px solid #f69802 !important;
	background-color:#fff !important;
	-webkit-transition:background-color .1s ease-in-out;
	transition:background-color .1s ease-in-out;
}
.btn-yellow-hollow[disabled] {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important;
}
.btn-yellow-hollow[disabled]:hover {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-yellow-hollow[disabled]:active {
	background-color:#e3e3e3 !important;
	border-color:#e3e3e3 !important;
	color:#c1c1c1 !important
}
.btn-yellow-hollow:hover {
	background-color:#fff5e5 !important;
	border-color:#f69802 !important
}
.btn-yellow-hollow:active {
	background-color:#ffebcb !important;
	border-color:#f69802 !important
}
.btn-link-gray {
	color:#666 !important;
}
.btn-link-gray[disabled] {
	color:#eaeaea !important
}
.btn-link-gray:hover {
	color:#858585 !important
}
.btn-link-gray:active {
	color:#525252 !important
}
.btn-link-blue {
	color:#79a5e5 !important;
}
.btn-link-blue[disabled] {
	color:#eaeaea !important
}
.btn-link-blue:hover {
	color:#94b7ea !important
}
.btn-link-blue:active {
	color:#3e7eda !important
}
.clearfix::after {
	display:block;
	content:"";
	clear:both
}
.pull-right,.float-right {
	float:right !important
}
.pull-left,.float-left {
	float:left !important
}
.pull-none,.float-none {
	float:none !important
}
.center-block {
	display:block;
	margin-left:auto;
	margin-right:auto
}
.text-left {
	text-align:left
}
.text-right {
	text-align:right
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-nowrap {
	white-space:nowrap
}
.text-lowercase {
	text-transform:lowercase
}
.text-uppercase {
	text-transform:uppercase
}
.text-capitalize {
	text-transform:capitalize
}
.text-truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.font-weight-light {
	font-weight:300 !important !important
}
.font-weight-normal {
	font-weight:normal !important
}
.font-weight-bold {
	font-weight:bold !important
}
.font-italic {
	font-style:italic !important
}
.c-red {
	color:#ca0c16
}
.c-red-hover:hover {
	color:#cf232c
}
.c-red-focus:focus {
	color:#b60a13
}
.c-blue {
	color:#79a5e5
}
.c-blue-hover:hover {
	color:#86aee7
}
.c-blue-focus:focus {
	color:#6d94ce
}
.c-gray {
	color:#999
}
.c-gray-hover:hover {
	color:#adadad
}
.c-gray-focus:focus {
	color:#b50a13
}
.mask-dark {
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.7);
	z-index:150
}
.dropup,.dropdown {
	position:relative;
	display:inline-block
}
svg.icon {
	-webkit-transition:fill .1s ease-in-out,-webkit-transform .1s ease-in-out;
	transition:fill .1s ease-in-out,-webkit-transform .1s ease-in-out;
	transition:transform .1s ease-in-out,fill .1s ease-in-out;
	transition:transform .1s ease-in-out,fill .1s ease-in-out,-webkit-transform .1s ease-in-out
}
.dropdown-toggle:focus {
	outline:0
}
.dropdown-face {
	padding:0 8px;
	display:block;
	background:#fff;
	border:1px solid #c1c1c1;
	border-radius:4px;
	width:200px;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:#333;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
	-webkit-transition:border-color .1s ease-in-out;
	transition:border-color .1s ease-in-out;
}
.dropdown-face:hover {
	border-color:#999
}
.dropdown-face .txt-selected {
	width:100%
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	right:0;
	z-index:1000;
	display:none;
	padding:8px 0;
	list-style:none;
	font-size:14px;
	text-align:left;
	background-color:#fff;
	border:1px solid #c1c1c1;
	border-top:none;
	border-radius:0 0 4px 4px;
	background-clip:padding-box;
	-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
}
.dropdown-menu.pull-right {
	right:0;
	left:auto
}
.dropdown-menu .divider {
	height:1px;
	margin:9px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
.dropdown-menu > li.selected {
	background-color:#1771ef;
}
.dropdown-menu > li.selected a {
	color:#fff
}
.dropdown-menu > li > a {
	display:block;
	padding:0 8px;
	height:32px;
	clear:both;
	font-weight:normal;
	line-height:32px;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
	text-decoration:none;
	color:#262626;
	background-color:#f5f5f5
}
.dropdown-menu > .active > a,.dropdown-menu > .active > a:hover,.dropdown-menu > .active > a:focus {
	color:#fff;
	text-decoration:none;
	outline:0;
	background-color:#337ab7
}
.dropdown-menu > .disabled > a,.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	color:#e3e3e3
}
.dropdown-menu > .disabled > a:hover,.dropdown-menu > .disabled > a:focus {
	text-decoration:none;
	background-color:transparent;
	background-image:none;
	cursor:not-allowed
}
.open > .dropdown-face {
	padding-bottom:1px;
	border-bottom:none;
	border-radius:4px 4px 0 0;
}
.open > .dropdown-face > svg.icon {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	fill:#1771ef
}
.open > .dropdown-menu {
	display:block;
	height:192px;
	overflow-y:auto
}
.open > a {
	outline:0
}
.dropdown-menu-right {
	left:auto;
	right:0
}
.dropdown-menu-left {
	left:0;
	right:auto
}
.dropdown-header {
	display:block;
	padding:0 8px;
	font-size:12px;
	color:#777;
	white-space:nowrap
}
.dropdown-backdrop {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:990
}
.pull-right > .dropdown-menu {
	right:0;
	left:auto
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-top:0;
	border-bottom:4px dashed;
	border-bottom:4px solid 9;
	content:""
}
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:2px
}
.txt-row-box {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:16px;
	line-height:32px;
}
.txt-row-box .title {
	margin-right:8px;
	color:#999;
	line-height:32px;
	white-space:nowrap
}
.txt-row-box .txt-box .remark {
	font-size:12px;
	color:#c1c1c1;
	line-height:18px
}
.txt-colnum-box {
	margin-bottom:16px;
}
.txt-colnum-box .title {
	margin-bottom:8px;
	display:block;
	font-size:14px;
	line-height:18px
}
.ipt {
	padding:0 8px;
	height:32px;
	width:200px;
	line-height:32px;
	background:#fff;
	border:1px solid #c1c1c1;
	border-radius:4px;
	-webkit-transition:border-color .1s ease-in-out;
	transition:border-color .1s ease-in-out;
}
.ipt:hover {
	border-color:#999
}
.ipt:focus {
	border-color:#1771ef
}
.ipt.ipt-textarea {
	padding:8px;
	height:auto;
	font-size:14px;
	color:#4d4d4d;
	line-height:22px
}
