html,
.help-block-error{color: #a94442;}
.nav{margin-bottom: 20px;margin-top: 20px;}
.table td {font-size: 12px;}
a{color: #1abc9c;}
a:hover, a:focus { color: #1dd2af;text-decoration: underline;}
.form-actions {padding: 19px 20px 20px;margin-top: 20px;margin-bottom: 20px;background-color: #f5f5f5;border-top: 1px solid #e5e5e5;}
.site-signup{margin-left: 20px;margin-right: 20px;}
.form-required{float: left;padding-top: 6px;padding-left: 4px;font-size: 18px;color: #e74c3c;}
.text{float: left;width: 300px;}
.span-text{float: left;padding-top: 9px;padding-left: 10px;padding-right: 10px;}
.split_line{border-right: 1px solid #ddd;float: left; padding-right:10px;min-height: 34px;}
.width1{width: 100px}
.width2{width: 200px}
.width3{width: 300px}
.radio-inline{height: 34px;    margin-left: 3px;}
.cf{height: 68px;}
.fl {float: left !important;}
.fr {float: right !important;}
.listOrder{height: 20px; border: 1px solid rgb(203, 208, 212); text-align: center; width: 40px; background-color: rgb(241, 241, 241);}
.listOrder:checked{background-color: red ;color:#fff }
.img-content{text-align: center;padding: 10px;}
.img-content .img{max-width:-moz-available;}
.laydate_box, .laydate_box * {box-sizing:content-box;} /*laydate兼容bootstrap*/
.content-height{min-height: 500px}
.toggle {text-align: center;}
.toggle img{cursor: pointer	}


/*开关*/
input[type="checkbox"].iswitch-lg.iswitch-info:checked {
    box-shadow: inset 0 0 0 16px #40bbea !important;
}
input[type="checkbox"].iswitch-lg:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 16px #eeeeee !important;
    padding-left: 22px;
}
input[type="checkbox"].iswitch-xlg:before {
    display: inline-block;
    height: 34px;
    width: 34px;
    margin: 2px 0 0 2px;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}
input[type="checkbox"].iswitch-lg {
    font-size: 10px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    margin: 0;
    padding: 0;
    box-shadow: inset 0 0 0 2px #eeeeee;
    outline: 1px solid transparent !important;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 4px;
    margin-bottom: 7px;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: .1s, 0s;
}
input[type="checkbox"].iswitch-lg:before, input[type="checkbox"].iswitch-lg:after {
    content: "";
}
input[type="checkbox"].iswitch-lg:before {
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 2px 0 0 2px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}
input[type="checkbox"].iswitch-lg:after {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.label.label-info{
    background-color: #40bbea;
    color: #fff;
}
.label.label-secondary{
    background-color: #68b828;
    color: #fff;
}
.label.label-default{
    background-color: #777777;
    color: #fff;
}
.label.label-blue{
    background-color: #0e62c7;
    color: #fff;
}
.label.label-warning{
    background-color: #ffba00;
    color: #fff;
}
.label.label-purple{
    background-color: #7c38bc;
    color: #fff;
}