@CHARSET "UTF-8";
.input-order{ width:30px; }
.wrap { padding:0; margin-left:20px; }
.wrap .form-actions{margin-left:-20px;}
.js-check-wrap{padding-bottom: 100px;}

.table th{font-size:14px !important;background: #dfe1e3 !important;white-space:nowrap;}
.table th label{margin-bottom: 0 !important;}
.table td { font-size:12px; padding:5px; padding-left: 10px;}
.table td input,form input[type="text"],form select{margin-bottom: 0 !important;}

/*guan jian ci pai ming*/
.table td .tag{color:#fff;background:#c4c5c9;min-width:25px;font-size:14px;text-align:center;padding:1px 8px;display:inline-block;*display:inline;*zoom:1;}
.table td .tag.green{padding:1px 12px;background:#2ecc71;}
.table td .tag.red{padding:1px 12px;background:#e4486b;}
.table td .tag.gray{padding:1px 12px;background:#c4c5c9;}
.table td .change{margin-left:10px;}

.mright{margin-right: 20px !important;}

.js-ajax-form{padding-bottom: 50px;}
.table-bordered{margin-top: 10px;}
.table-actions{padding-bottom: 0 !important;}
/*.table-list{margin-bottom: 50px !important;}*/

.form-actions{padding-left: 240px !important;margin-bottom: 50px !important;}
.form-actions .btn{padding: 10px 32px;font-size: 16px;}

.is-opened{color: #2baab1 !important;}
.top-sel-toggle.is-opened:hover>i{color: #fff !important;}

.tishi{color: #1dd2af;}

/*ji shu zhi chi*/
.support-ul{margin-top: 24px;margin-bottom:50px;padding-top:21px;padding-bottom: 22px;padding-left:24px;background: #49555E;}
.support-ul li{height:16px;line-height:16px;padding-top:9px;padding-bottom:9px;
	}
.support-ul li,.support-ul li a{color: #cddfef;font-size: 16px;text-decoration:none;}
.support-ul li a{display: block;width: 100%;}
.support-ul li:hover>a{color: #fff;}
.support-ul li:first-child{padding-top: 0;padding-bottom:11px;}
.support-tel{padding-left: 30px;background: url(../themes/flat/img/support-tel.png) no-repeat 2px center;}
.support-tel:hover{background: url(../themes/flat/img/support-tel-hover.png) no-repeat 2px center;}
.support-qq{padding-left: 30px;background: url(../themes/flat/img/support-qq.png) no-repeat 3px center;}
.support-qq:hover{background: url(../themes/flat/img/support-qq-hover.png) no-repeat 3px center;}
.support-tel:hover,.support-qq:hover{
	-webkit-animation: bounceIn 400ms linear;
	-moz-animation: bounceIn 400ms linear;
	-o-animation: bounceIn 400ms linear;
	animation: bounceIn 400ms linear;}
@-webkit-keyframes bounceIn {
	0% {opacity: 0;-webkit-transform: scale(1.05);}
	50% {opacity: 1;-webkit-transform: scale(1);	}
	70% {-webkit-transform: scale(1.05);}
	100% {-webkit-transform: scale(1);}
}
@-moz-keyframes bounceIn {
	0% {opacity: 0;	-moz-transform: scale(1.05);}
	50% {opacity: 1;-moz-transform: scale(1);}
	70% {-moz-transform: scale(1.05);}
	100% {-moz-transform: scale(1);}
}
@-o-keyframes bounceIn {
	0% {opacity: 0;-o-transform: scale(1.05);}
	50% {opacity: 1;-o-transform: scale(1);}
	70% {-o-transform: scale(1.05);}
	100% {-o-transform: scale(1);}
}
@keyframes bounceIn {
	0% {opacity: 0;transform: scale(1.05);}
	50% {opacity: 1;transform: scale(1);}
	70% {transform: scale(1.05);}
	100% {transform: scale(1);}
}

/*pages*/
.pagination .pager a,.pages .pager a{width: 26px;height: 26px;line-height: 26px;text-align:center;border-radius: 5px;display: inline-block;*display: inline;*zoom: 1;color: #fff;background: #2baab1;text-decoration:none}
.pagination .pager a:hover,.pagination .pager .current,.pages .pager a:hover,.pages .pager .current{color: #2baab1;background: #dfe1e3;}
.pagination .pager input,.pages .pager input{width: 30px;}
.pagination .pager input:focus,.pages .pager input:focus{border-color: #2baab1;}

/*add content*/
.fir-table legend{display: none;}
.text-tip{position: relative;display: inline-block;box-sizing:border-box;min-width: 34px;height: 34px;padding-left:20px;vertical-align:middle;background: url(../themes/bluesky/img/tips.png) no-repeat left center;}
.text-tip > i{position: absolute;top: -4px;left: 30px;z-index: 1;display: none;border: 1px solid #ccc;font-style: normal;white-space:nowrap;padding: 5px 15px;border-radius: 5px;-webkit-box-shadow:0px 0px 4px #ccc;-moz-box-shadow:0px 0px 4px #ccc;box-shadow: 0px 0px 4px #CCC;}
.text-tip > i:before{content: '';position:absolute;top: 13px;left: -8px;display: block;width: 0;height: 0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-right: 7px solid #ccc;}
.text-tip > i:after{content: '';position:absolute;top: 14px;left: -6px;display: block;width: 0;height: 0;border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-right: 6px solid #fff;}
.text-tip:hover > i{display: block;}
