@CHARSET "UTF-8";
.modal-content
{
    background:white;
}
.modal-header {
    background-color:#dddddd!important;
    color: #666!important;
    font-size: 22px!important;
    font-weight: 600!important;
    letter-spacing: 2px!important;
    font-family: 微软雅黑!important;
}
.modal-footer{
    height:60px;
    clear:left;
}
.modal-backdrop.show {
    display: none !important;
}
label.control-label {
    white-space: nowrap!important;
    text-align: right;
    margin-top: 5px;
}
div.modal-body .title {
    background-color: rgb(76,102, 158) !important;
    text-align: right;
    padding: 5px;
    padding-right: 10px;
    color: white;
}

div.modal-body .content {
    padding-left: 5px;
    text-align: left;
}

div.modal-body table {
    width: 100%;
}

div.modal-body table td {
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    width: 25%;
}

div.modal-body li {
    list-style-type: none;
}
.error{
    color:red;
    font-weight:bold;
}
.success{
    color:blue;
    font-weight:bold;
}
div.modal .btn{
    line-height:initial;
}
div.modal .btn,.btn:hover,.btn:focus{
    color: white;
    height:40px;
}
div.modal .btn,div.modal .btn:active,div.modal .btn.active,div.modal .btn-default,div.modal .btn-default:active, div.modal .btn-default.active,div.modal .btn:hover,div.modal .btn:focus {
    background:linear-gradient(180deg,rgba(88,121,194,1),rgba(61,86,142,1));
    width: 100px;
    border: none;
}
div.modal .btn-info,div.modal .btn-info:active,div.modal .btn-info.active,div.modal .btn-info:hover,div.modal .btn-info:focus {
    background:linear-gradient(180deg,rgba(88,121,194,1),rgba(61,86,142,1))!important;
}
div.modal .btnMedium,div.modal .btnMedium:active,div.modal .btnMedium:focus, div.modal .btnMedium:hover {
    background: #7095AD;
    width: 98px !important;
    border: none;
}
div.modal .btnBlue, div.modal .btnBlue:active,div.modal .btnBlue:hover,div.modal .btnBlue:focus {
    background:rgb(45, 140, 240);
}