﻿*{padding:0;margin:0;}
label{display:inline;}

.alert{position:fixed;top:5%;left:50%;z-index:99999;display:none;padding:15px;max-width:600px;min-width:300px;border-radius:3px;text-align:center;transform:translate(-50%,-50%);}
.alert-success{border-color:#d6e9c6;background-color:#dff0d8;color:#3c763d;}
.alert-info{border-color:#bce8f1;background-color:#d9edf7;color:#31708f;}
.alert-warning{border-color:#faebcc;background-color:#fcf8e3;color:#8a6d3b;}
.alert-danger{border-color:#ebccd1;background-color:#f2dede;color:#a94442;}

.mouselock-drag{position:relative;margin:0 auto;width:300px;height:40px;background-color:#e8e8e8;line-height:40px;}
.mouselock-bg{position:absolute;width:40px;height:100%;background-color:#75cdf9;}
.mouselock-text{position:absolute;width:100%;height:100%;text-align:center;user-select:none;}
.mouselock-btn{position:absolute;width:40px;height:38px;border:1px solid #ccc;background-color:#fff;color:#666;text-align:center;font-family:"宋体";cursor:move;user-select:none;}

.radio_label{display:inline-block;width:auto;height:22px;background:url(/Content/images/radiobutton.png) no-repeat;background-position:-13px -16px;text-indent:22px;line-height:22px;}
.radio_label:hover{background-position:-13px -116px;}
.checkbox_label{display:inline-block;width:auto;height:22px;background:url(/Content/images/checkboxbutton.png) no-repeat;background-position:-13px -16px;text-indent:22px;line-height:22px;}
.checkbox_label:hover{background-position:-13px -116px;}
.checked{background-position:-13px -216px;}
.checked:hover{background-position:-13px -216px;}
input[type=radio]{width:0;}
input[type=checkbox]{width:0;}
.radio_label i {float:none;height:24px;line-height:24px;}
.checkbox_label i{float:none;height:24px;line-height:24px;}