#images-content #images-tool-bar button:disabled {
    background-color: #ebebeb;
    opacity: 1;
}

#images-content .table td.disabled {
    color: #bbb;
}

/*IMAGE PRODUCT*/
#images-content th ul li a{
    padding: 3px 6px;
    text-align: center;
}

#images-content th.data-center-os ul,
#images-content th.data-center-area ul,
#images-content th.data-center-status ul{
    margin-left: 30%;
}

#images-content th.data-center-area ul{
    width: 72px;
}
/*IMAGE PRODUCT END*/

/*IMAGE INFO MODAL*/
#images-content #imagesInfoModel .imagesName{
    width: 148px;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

#images-content #imagesInfoModel .imagesSource{
    width: 240px;
    border-bottom: 1px solid #e3e3e3;
}

#images-content #imagesInfoModel .imagesPrice{
    width: 70px;
    border: 1px solid #e3e3e3;
    border-top: 0;
}

#images-content #imagesInfoModel .imagesNameValue{
    width: 148px;
}

#images-content #imagesInfoModel .imagesSourceValue{
    width: 240px;
    border-left: 0;
}

#images-content #imagesInfoModel .imagesPriceValue{
    width: 70px;
}

#images-content #imagesInfoModel table th{
    padding: 6px;
}

#images-content #imagesInfoModel table td{
    padding: 4px;
}
/*IMAGE INFO MODAL END*/

/*OS SOURCE SETTING MODAL*/
#images-content #osSourceSetting .os-category{
    margin-bottom: 10px;
}

#images-content #osSourceSetting .os-category > div{
    display:inline-block;
    margin-right: 15px;
}
/*OS SOURCE SETTING MODAL END*/