#page-content > div#agent-detail-content{
    background-color: transparent !important;
}

#agent-detail-content .tab-content{
    background-color: #fff;
    padding: 20px 30px;
}

#agent-detail-content .tab-content .table-head{
    border: none;
}

#agent-detail-content .basic-info{
    padding-top: 30px;
}

#agent-detail-content .table thead tr th:nth-child(2),
#agent-detail-content .table tbody tr td:nth-child(2){
    text-align: center;
}

/*NAV*/
#agent-detail-content > ul.nav,
#agent-detail-content > ul.nav > li.active > a{
    border: none;
}

#agent-detail-content > ul.nav > li.active > a{
    color: #333;
}

#agent-detail-content > ul.nav > li{
    background-color: #ebebeb;
    border-right: 1px solid #fff;
}

#agent-detail-content > ul.nav > li > a{
    border: none;
    margin-right: 0;
    color: #bbb;
}
/*NAV END*/

/*OPERATE BAR*/
#agent-detail-content .operate-bar{
    float: left;
    line-height: 50px;
}

/*#agent-detail-content .operate-bar button{*/
/*    background-color: #ebebeb;*/
/*    color: #bbb;*/
/*    !*height: auto;*!*/
/*    padding: 2px 15px;*/
/*}*/

/*#agent-detail-content .operate-bar button:hover,*/
/*#agent-detail-content .operate-bar button.active{*/
/*    background-color: #0ea0ff;*/
/*    color: #fff;*/
/*}*/

#agent-detail-content .operate-bar .filter{
    position: relative;
    top: 9px;
    margin-right: 20px;
}
/*OPERATE BAR END*/

/*TABLE STATUS*/
#agent-detail-content .table-auto-renew label{
    border: 1px solid #1ca5fe;
    border-radius: 5px;
    color: #1ca5fe;
    width: 60px;
}
#agent-detail-content .table-host-status label{
    border: 1px solid #6ac22d;
    color: #6ac22d;
    text-align: center;
    padding: 0 6px;
    height: auto;
}

#agent-detail-content table label.shutdown,
#agent-detail-content table label.closed{
    padding: 0 6px;
    color: #8f9ea6;
    border: 1px solid #8f9ea6;
}

#agent-detail-content table label.normal{
    padding: 0 6px;
    color: #6ac22d;
    border: 1px solid #6ac22d;
}

#agent-detail-content table label.warning{
    padding: 0 6px;
    color: #efb239;
    border: 1px solid #efb239;
}

#agent-detail-content table label.danger{
    padding: 0 6px;
    color: #d9534f;
    border: 1px solid #d9534f;
}
/*TABLE STATUS END*/

/*BASIC INFO*/
#agent-detail-content .basic-info .block-content{
    margin-bottom: 30px;
}

#agent-detail-content .basic-info .block-title{
    border-left: 3px solid #00c1de;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

#agent-detail-content .basic-info .block-detail input{
    width: 100%;
}

#agent-detail-content .basic-info .block-detail .title{
    width: 80px;
    float: left;
    height: 30px;
    line-height: 30px;
}

#agent-detail-content .basic-info .block-detail .content{
    margin-left: 80px;
}

#agent-detail-content .basic-info .block-detail .content a,
#agent-detail-content .basic-info .block-detail .content span,
#agent-detail-content .basic-info .block-detail .content input{
    height: 30px;
    line-height: 30px;
}

#agent-detail-content .basic-info .block-detail .content input{
    padding: 0 6px;
}

#agent-detail-content .basic-info .block-detail .content button{
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}

#agent-detail-content .basic-info .block-detail .content button span{
    height: auto;
}

#agent-detail-content .basic-info .block-detail .content .customer-ico{
    position: relative;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url("../../common/img/ident-ico.png");
    background-repeat: no-repeat;
}

#agent-detail-content .basic-info .block-detail .content .person-ico{
    background-position: 1px 0;
}

#agent-detail-content .basic-info .block-detail .content .nobusiness-ico{
    background-position: -15px -15px;
}

#agent-detail-content .basic-info .block-detail .content .business-ico{
    background-position: -15px 0;
}

#agent-detail-content .basic-info .block-detail .content .agent-icon{
    background-position: -30px 0;
}
#content-container #setAgentGradeModal .basic-info-detail .area-type > table{
    width: 100%;
}
#content-container #setAgentGradeModal .basic-info-detail .area-type > table > tbody > tr >td:first-child{
    width: 17.7%;
    text-align: center;
    border-top: none;
}
#content-container #setAgentGradeModal .basic-info-detail .area-type > table > tbody > tr >td:last-child{
    width: 82.3%;
    text-align: left;
    padding: 4px 5px;
    border-top: none;
}
#content-container #setAgentGradeModal .basic-info-detail .area-type > table > tbody > tr >td input{
    width: auto;
    height: auto;
}
#content-container #setAgentGradeModal .basic-info-detail .area-type > table > tbody > tr >td label{
    margin-right: 5px;
}
#content-container #setAgentGradeModal .basic-info-detail .area-type > table > tbody > tr >td label >label{
    position: relative;
    top: -2px;
}
/*BASIC INFO END*/

/*FINANCE INFO*/
#agent-detail-content .finance-info .remake{
    height:70px;
    padding-left: 10px;
    padding-right: 10px;
    width: 82.1%;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #e7f7ff;
    resize: none;
    outline: none;
}
#agent-detail-content .finance-info .remake-title{
    height: 70px;
    line-height: 70px;
}
/*FINANCE INFO END*/

/*CONTRACT INFO*/
#agent-detail-content .contract-info #editContractModal .modal-body{
    max-height: 500px;
    overflow-y: auto;
}

#agent-detail-content .contract-info #editContractModal .basic-info-detail.hide{
    display: none;
}

#agent-detail-content .contract-info #editContractModal .basic-info{
    padding: 0;
}

#agent-detail-content .contract-info #editContractModal table{
    width: 100%;
}

#agent-detail-content .contract-info #editContractModal table th{
    padding: 5px 0;
    border: 1px solid #ddd;
    border-top: none;
}

#agent-detail-content .contract-info #editContractModal table tr:hover td input{
    background-color: #d4eefd;
}

#agent-detail-content .contract-info #editContractModal table td{
    border: 1px solid #ddd;
    text-align: center;
}

#agent-detail-content .contract-info #editContractModal table td input{
    height: 28px;
    width: 100%;
    border-bottom: none;
    border-right: none;
}

#agent-detail-content .contract-info #editContractModal table td:last-child{
    position: relative;
}

#agent-detail-content .contract-info #editContractModal table td:last-child .fa-times-circle{
    position: absolute;
    right: -9px;
    top: 5px;
    color: #0ea0ff;
    cursor: pointer;
    font-size: 1.4em;
    opacity: 0.5;
    display: none;
}

#agent-detail-content .contract-info #editContractModal table tr:hover td:last-child .fa-times-circle{
    display: block;
}

#agent-detail-content .contract-info #editContractModal table tr.add-item{
    height: 29px;
    line-height: 29px;
    border: 1px solid #e3e3e3;
    border-top: none;
    color: #088bfa;
    text-align: center;
}

#agent-detail-content .contract-info #editContractModal table tr.add-item td{
    border: none;
    background-color: transparent;
}

#agent-detail-content .contract-info #editContractModal .remarkMsg{
    width: 100%;
    height: 70px;
    border: 1px solid #e3e3e3;
    border-top: none;
    resize:none;
    outline: none;
    background-color: #e7f7ff;
    padding: 5px;
}

#agent-detail-content .contract-info #uploadScanningFile input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 80px;
}

#agent-detail-content .contract-info #uploadScanningFile .upload-btn{
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
}

#agent-detail-content .contract-info #uploadScanningFile .upload-btn:hover{
    color: #8f9ea6;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

#agent-detail-content .contract-info #uploadScanningFile .upload-btn span{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../../common/img/upload-file.png');
}

#agent-detail-content .contract-info #uploadScanningFile .thumb-list,
#agent-detail-content .contract-info #downloadScanningFile .thumb-list{
    position: relative;
    margin-right: 15px;
}

#agent-detail-content .contract-info #uploadScanningFile .thumb-list > div:hover .delete{
    display: block;
}

#agent-detail-content .contract-info #uploadScanningFile .delete{
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    width: 100%;
    background-color: #fff;
    opacity: 0.7;
    cursor: pointer;
    text-align: center;
    display: none;
}
/*CONTRACT INFO END*/

#activationCodeModal .company-name{
    display: flex;
    width: 100%;
}
#activationCodeModal .company-name label{
    width: 15%;
}
#activationCodeModal .company-name span{
    width: 85%;
}
#agent-detail-content .back-page-box{
    padding: 10px 0;
}
