#teghin-volume-manage #tool-bar button:disabled{
    color: #bbb;
    background-color: #ebebeb;
    opacity: 1;
}

#teghin-volume-manage #tool-bar label{
    height: 34px;
    line-height: 34px;
    margin: 0 30px 0 20px;
}

#teghin-volume-manage table td.disabled,
#teghin-volume-manage table td.disabled a{
    color: #bbb;
    text-decoration: none;
    cursor: default;
}

#teghin-volume-manage #userDetailModal .modal-body{
    height: 500px;
    overflow-y: auto;
}

/*LOSEEFFICACYMODAL*/
#teghin-volume-manage #loseEfficacyModal .modal-body .description{
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 12px;
    color: #f73d3d;
    border-bottom: 1px solid #f0f0f0;
}

#teghin-volume-manage #loseEfficacyModal .modal-body .ask{
    padding: 35px 0 20px 0;
    text-align: center;
    font-size: 16px;
}
/*LOSEEFFICACYMODAL END*/

/*NEW TEGHIN VOLUME MODAL*/
#teghin-volume-manage #newTeghinVolumeModal .modal-dialog{
    width: 530px;
}

#teghin-volume-manage #newTeghinVolumeModal .content input[type="radio"]{
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
}

#teghin-volume-manage #newTeghinVolumeModal .content input[type="text"]{
    height: 20px;
    width: 60px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}

#teghin-volume-manage #newTeghinVolumeModal .title{
    height: 30px;
    text-align: left;
    padding: 0 10px;
}

#teghin-volume-manage #newTeghinVolumeModal .title > div{
    position: absolute;
    width: 17.9%;
    height: 100%;
}

#teghin-volume-manage #newTeghinVolumeModal .teghin-volume-rule{
    margin-bottom: 0;
}

#teghin-volume-manage #newTeghinVolumeModal .basic-info-detail > div{
    position: relative;
    min-height: 30px;
    height: auto;
}

#teghin-volume-manage #newTeghinVolumeModal .basic-info-detail .content{
    display: inline-block;
    width: 82.1%;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #e7f7ff;
}

#teghin-volume-manage #newTeghinVolumeModal .content{
    min-height: 30px;
    height: auto;
    padding: 0 10px;
    margin-left: 17.9%;
}

#teghin-volume-manage #newTeghinVolumeModal .content label{
    height: 30px;
    line-height: 30px;
    margin-right: 25px;
}

#teghin-volume-manage #newTeghinVolumeModal .content input[type="checkbox"]{
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
}

#teghin-volume-manage #newTeghinVolumeModal .notice-content .title{
    height: 70px;
    line-height: 70px;
}

#teghin-volume-manage #newTeghinVolumeModal .notice-content textarea{
    height: 70px;
    resize: none;
    width: 82.1%;
    background-color: #e7f7ff;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    padding: 0 6px;
}

#teghin-volume-manage #newTeghinVolumeModal .basic-info-detail .content:hover,
#teghin-volume-manage #newTeghinVolumeModal .notice-content textarea:hover{
    background-color: #d4eefd;
}

#teghin-volume-manage #newTeghinVolumeModal .notice-content textarea:focus{
    outline: none;
}

#teghin-volume-manage #newTeghinVolumeModal .fixDate{
    padding-left: 17px;
}

#teghin-volume-manage #newTeghinVolumeModal #periodOfValidity .title,
#teghin-volume-manage #newTeghinVolumeModal #memberLevel .title,
#teghin-volume-manage #newTeghinVolumeModal #endDateNotice .title {
    position: absolute;
    height: 100%;
}

#teghin-volume-manage #newTeghinVolumeModal .content.disabled,
#teghin-volume-manage #newTeghinVolumeModal .content:hover.disabled,
#teghin-volume-manage #newTeghinVolumeModal .notice-content textarea:disabled{
    background-color: transparent;
}

#teghin-volume-manage #newTeghinVolumeModal #memberLevel label.disabled,
#teghin-volume-manage #newTeghinVolumeModal .notice-content textarea:disabled{
    color: #777;
}
/*NEW TEGHIN VOLUME MODAL END*/