/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1.48;
    background: #fff;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

body {
    background: #eeebe9;
}

* {
    -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;
}

.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 {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
    zoom: 1;
}

.container {
    width: 1000px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 30px #aaa;
    background: #fff;
}
/* -- img vertical center -- */
.middle {
    display: table-cell;
    vertical-align: middle;
}

.middle img {
    vertical-align: middle;
}

.md-row {
    margin-right: -15px;
    margin-left: -15px;
}

.xs-row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-md, .col-xs-1, .col-md-1, .col-xs-2, .col-md-2, .col-xs-3, .col-md-3, .col-xs-4, .col-md-4, .col-xs-5, .col-md-5, .col-xs-6, .col-md-6, .col-xs-7, .col-md-7, .col-xs-8, .col-md-8, .col-xs-9, .col-md-9, .col-xs-10, .col-md-10, .col-xs-11, .col-md-11, .col-xs-12, .col-md-12 {
    position: relative;
    min-height: 10px;
    float: left;
}
/*.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{
  padding-right: 15px;
  padding-left: 15px;
}*/
/*.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{
  padding-right: 10px;
  padding-left: 10px;
}*/
.col-xs-12, .col-md-12 {
    width: 100%;
}

.col-xs-11, .col-md-11 {
    width: 91.66666667%;
}

.col-xs-10, .col-md-10 {
    width: 83.33333333%;
}

.col-xs-9, .col-md-9 {
    width: 75%;
}

.col-xs-8, .col-md-8 {
    width: 66.66666667%;
}

.col-xs-7, .col-md-7 {
    width: 58.33333333%;
}

.col-xs-6, .col-md-6 {
    width: 50%;
    *width: 49.946%;
}

.col-xs-5, .col-md-5 {
    width: 41.66666667%;
}

.col-xs-4, .col-md-4 {
    width: 33.33333333%;
    *width: 32.946%;
}

.col-xs-3, .col-md-3 {
    width: 25%;
    *width: 24.946%;
}

.col-xs-2, .col-md-2 {
    width: 16.66666667%;
}

.col-xs-1, .col-md-1 {
    width: 8.33333333%;
}

.col-md-offset-12 {
    margin-left: 100%;
}

.col-md-offset-11 {
    margin-left: 91.66666667%;
}

.col-md-offset-10 {
    margin-left: 83.33333333%;
}

.col-md-offset-9 {
    margin-left: 75%;
}

.col-md-offset-8 {
    margin-left: 66.66666667%;
}

.col-md-offset-7 {
    margin-left: 58.33333333%;
}

.col-md-offset-6 {
    margin-left: 50%;
}

.col-md-offset-5 {
    margin-left: 41.66666667%;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.col-md-offset-0 {
    margin-left: 0;
}


.col {
    float: left;
}

.no-space {
    margin: 0 !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}


.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left;
}

.img, .img img {
    display: block;
}

.img img {
    width: 100%;
    max-width: 100%;
}

.txt a:hover {
    text-decoration: underline;
}

.hide {
    display: none;
}

.nav-tabs {
}

.nav-tabs > li {
    float: left;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    display: block;
}

.nav-tabs > li > a:hover {
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 1.42857143;
    *height: 20px;
    *line-height: 20px;
    padding: 6px 12px;
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #ba017d;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(101,28,77,.075), 0 0 8px rgba(101, 28, 77, .6);
    box-shadow: inset 0 1px 1px rgba(101,28,77,.075), 0 0 8px rgba(101, 28, 77, .6);
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

label {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
}

.form-horizontal .control-label {
}

.form-horizontal .control-label {
    display: block;
    text-align: right;
    padding-top: 9px;
    *padding-top: 12px;
    margin-right: 10px;
}

.form-control-static {
    padding: 9px 10px 0;
}

.btn {
    display: inline-block;
    border-width: 0;
    padding: 7px 14px;
    *padding: 4px 14px;
    outline: none !important;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-family: "microsoft yahei";
}

.btn:hover {
    text-decoration: none;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn.radius {
    border-radius: 20px;
}

.btn-sm.radius {
    border-radius: 14px;
}

.btn.blue {
    color: #fff;
    background-color: #4d90fe;
}

.btn.blue:hover,
.btn.blue:focus,
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {
    background-color: #0362fd;
    color: #fff !important;
    outline: none !important;
}

.btn.purple {
    color: #fff;
    background-color: #651c4d;
}

.btn.white {
    color: #898989;
    background-color: #fff;
    border: solid 1px #D9D9D9;
}

.btn.white:hover,
.btn.white:focus,
.btn.white:active,
.btn.white.active,
.btn.white[disabled],
.btn.white.disabled {
    background-color: #CACACA;
    color: #fff !important;
    outline: none !important;
}

.btn.purple:hover,
.btn.purple:focus,
.btn.purple:active,
.btn.purple.active,
.btn.purple[disabled],
.btn.purple.disabled {
    background-color: #7f2361;
    color: #fff !important;
    outline: none !important;
}

.btn.gray {
    background-color: #cecbc8;
    color: #6e3a5e;
}

.btn.gray:hover,
.btn.gray:focus,
.btn.gray:active,
.btn.gray.active,
.btn.gray[disabled],
.btn.gray.disabled {
    background-color: #c4c4c4;
    color: #6e3a5e !important;
    outline: none !important;
}

.btn.default {
    background-color: #d9d1cd;
    color: #651c4d;
}

.btn.default:hover,
.btn.default:focus,
.btn.default:active,
.btn.default.active,
.btn.default[disabled],
.btn.default.disabled {
    background-color: #beb7b3;
    color: #651c4d !important;
    outline: none !important;
}

.btn.beige {
    background-color: #e4dfdc;
    color: #7f2361;
}

.btn.beige:hover,
.btn.beige:focus,
.btn.beige:active,
.btn.beige.active,
.btn.beige[disabled],
.btn.beige.disabled {
    background-color: #beb7b3;
    color: #7f2361 !important;
    outline: none !important;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer;
}

.label {
    display: inline;
    padding: .2em .6em .2em;
    margin: 0 2px;
    font-size: 75%;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:first-child {
    margin-left: -2px;
}

.label.purple {
    background: #c60d8b;
    color: #fff;
}

.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    color: #737373;
}

.arrower, .low {
    display: block;
    border-style: solid;
    line-height: none;
    font-size: 0;
    position: absolute;
}

.arrower {
    border-width: 0 12px 12px;
    border-color: transparent transparent #a49790;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.low {
    border-width: 0 12px 12px;
    border-color: transparent transparent #fff;
    top: 1px;
    left: -12px;
}

.no-border {
    border-color: transparent !important;
}

.no-border.form-control {
    padding-left: 0;
    padding-right: 0;
}

.iconline {
    vertical-align: middle;
}

.round-check {
    color: #62b550;
}

.round-close {
    color: #f45959;
}

.round-info {
    color: #f29c4f;
}

.form-group .xi {
    color: #f00;
    margin: 0 4px;
}

.form-group .help-block {
    margin-top: 7px;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
    zoom: 1;
}

.media, .media-body {
    overflow: hidden;
}

.media-left {
    margin-right: 15px;
}

.media-left img {
    display: block;
}

.alert {
    padding: 7px;
    border: 1px solid transparent;
}

.alert.inline {
    display: inline-block;
}

.alert.dotted {
    border-style: dashed;
}

.alert-warning {
    background: #fcf8e3;
    border-color: #fdcf80;
    color: #c09853;
}

.alert-warning .iconfont, .iconline.warn, .help-block.warning {
    color: #f60;
}

.space-ate {
    display: block;
    margin-left: 10px;
}
/* 普通翻页器-默认居中 */
.m-page {
    text-align: center;
    line-height: 32px;
    font-size: 0;
    letter-spacing: -0.307em;
    *letter-spacing: normal;
    *word-spacing: -1px;
    word-wrap: normal;
    white-space: nowrap;
    color: #999;
}

.m-page a, .m-page i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0 12px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 12px;
    letter-spacing: normal;
    word-spacing: normal;
    background: #fff;
}

.m-page a, .m-page a:hover {
    text-decoration: none;
    color: #651c4d;
}

.m-page a.first {
    margin-left: 0;
}

.m-page a.last {
    margin-right: 0;
}

.m-page a .pagearr {
    font-weight: bold;
    font-family: \5b8b\4f53;
    vertical-align: top;
    *vertical-align: middle;
}

.m-page a.pageprv .pagearr {
    margin-right: 3px;
}

.m-page a.pagenxt .pagearr {
    margin-left: 3px;
}

.m-page a:hover {
    background: #f5f5f5;
}

.m-page a:active {
    background: #f0f0f0;
}

.m-page a.z-crt, .m-page a.z-crt:hover, .m-page a.z-crt:active {
    cursor: default;
    color: #999;
    background: #f5f5f5;
}

.m-page a.z-dis, .m-page a.z-dis:hover, .m-page a.z-dis:active {
    cursor: default;
    color: #ccc;
    background: #fff;
}
/* 居左 */
.m-page-lt {
    text-align: left;
}
/* 居右 */
.m-page-rt {
    text-align: right;
}
/* 较小 */
.m-page-sm {
    line-height: 22px;
}

.m-page-sm a, .m-page-sm i {
    padding: 0 8px;
}
/* 分离 */
.m-page-sr a, .m-page-sr i {
    margin: 0 3px;
}

.m-page-sr i {
    border: 0;
}


/***
Custom tables
***/
table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.datatable .form-control, .datatable .select2-container .select2-choice {
    border-radius: 0 !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
}

.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 {
}

.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 col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.fc.purple {
    color: #6e3a5e;
}

.bd-bottom.purple {
    border-bottom: solid 1px #6e3a5e;
}

.fc.black {
    color: #101010;
}

.fc.blue {
    color: #374670;
}

.red {
    color: #f00;
}
