.modal-header{
    border:none;
}
.group-modal{
    width: 400px;
}
.group-input-text{
    float: left;
    width: 47%;
    margin-left: 105px;
}
.group-new{
    text-align: center;
    height: 30px;
    width: 90px;
    float: right;
    padding-top: 4px;
}

.group-new img{
    width:16px;
    height: 16px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fffdfd;
}
.group-add{
    margin:4px 5px 10px 5px;
    color:#1296db

}
.group-tab tr{
    height:40px;
}
.group-tab tr label{
    display: block;
}
.group-name{
    font-size:14px;
    margin-left: 15px;
    curlor:pointer;
}
.group-tab tr:hover{
    color:#1296db;
    background: #F5F9FF;
}
.group-tab input{
    float:right;
    margin-right:10px;
}

.modal-footer{
    text-align:center;
    border: none;
}
.group-btn{
    width:100px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: 8px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #2096f4;
    border-radius: 4px;
    border: 1px solid #b0b0b0;
}


.modal .modal-mask {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
}
.modal .modal-dialog {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 6% auto;
    z-index: 501;
}
.modal-dialog.-w400 {
    width: 360px;
    margin-left: -200px;
}
.modal.-transform .modal-dialog {
    margin: 0 auto;
    top: 50%;
    transform: translate(-50%, -50%);
}
.modal .modal-content {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal .header {
    border-bottom: 1px solid #f3f3f3;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.modal .header .close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.modal .header .title {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.modal-confirm-box {
    padding: 15px;
    text-align: center;
}
.modal .body {
    padding: 16px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.modal-content .msg {
    padding-top: 15px;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
}

.modal-confirm-box {
    padding: 15px;
    text-align: center;
}
.modal-confirm-box .btn-tool {
    padding-bottom: 15px;
}
.button.-normal {
    color: #0084ff;
    background-color: #fff;
    border-color: #0084ff;
}
.button {
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 29px;
    font-weight: normal;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    min-width: 62px;
    color: #333;
    background-color: #fff;
    border-color: #e0e0e0;
}
.modal-confirm-box .btn-tool .btn, .modal-confirm-box .btn-tool .button {
    width: 91px;
    margin-right: 16px;
}
.button.-active {
    color: #fff;
    background-color: #0084ff;
    border-color: #0084ff;
}