#image-content #imageProductInfo table th{
    height: 30px;
    padding: 6px;
}

#image-content #imageProductInfo table tr{
    background-color: #e7f7ff;
}

#image-content #imageProductInfo table tr:hover{
    background-color: #d4eefd;
}

#image-content #imageProductInfo table tr td{
    height: 28px;
    text-align: center;
}

/*#image-content #imageProductInfo table tr td:first-child{*/
    /*padding: 0 9px;*/
/*}*/

/*#image-content #imageProductInfo table tr td:first-child input:first-child{*/
    /*height: 22px;*/
    /*margin-right: 7px;*/
/*}*/

/*#image-content #imageProductInfo table tr td:first-child input:nth-child(2){*/
    /*height: 22px;*/
    /*margin-left: 7px;*/
/*}*/

#image-content #imageProductInfo table>tr>td>input{
    /*width: 35%;*/
    /*background-color: #e7f7ff;*/
    /*border: 1px solid #e6e6e6;*/
    border: 1px solid #ddd;
    height: 22px;
    padding: 0 6px;
}
#image-content #imageProductInfo table tr td:last-child button{
    /*border: 1px solid #ddd;*/
    height: 22px;
    line-height: 9px;
}
#image-content #imageProductInfo table tr td:last-child{
    position: relative;
    padding: 0;
}

/*#image-content #imageProductInfo table tr td:last-child input{*/
    /*width: 100%;*/
    /*height: inherit;*/
    /*border: none;*/
    /*padding: 0 10px;*/
    /*background-color: #e7f7ff;*/
/*}*/

/*#image-content #imageProductInfo table tr:hover td:last-child input{*/
    /*background-color: #d4eefd;*/
/*}*/

#image-content #imageProductInfo table tr td .fa-times-circle{
    display: none;
    position: absolute;
    right: -10px;
    top: 6px;
    font-size: 1.7em;
    cursor: pointer;
    color: #0ea0ff;
    opacity: 0.5;
}

#image-content #imageProductInfo table tr:hover .fa-times-circle{
    display: block;
}

#image-content #imageProductInfo table .add-new td{
    height: 30px;
    color: #088bfa;
    background-color: #fff!important;
    border-top: none;
}

#image-content #imageProductInfo .error-bg{
    background-color: #ffebf1 !important;
}


/*table*/
#image-content #imageProductInfo .basic-info table{
    border: 1px solid #dddddd;
    width: 100%;
}
#image-content #imageProductInfo .basic-info table tr th{
    padding: 5px 10px;
    text-align: center;
}
#image-content #imageProductInfo .basic-info table tr td{
    /*min-height: 30px;*/
    text-align: center;
    background-color: #e7f7ff;
}
#image-content #imageProductInfo .basic-info table tr td:first-child{
    width: 18%;
    background-color: #ffffff;
}
#image-content #imageProductInfo .basic-info table tr td:last-child{
    width: 82%;
}
#image-content #imageProductInfo .basic-info table tr td:last-child .input-text{
    width: 100%;
    padding-left: 15px;
    height: 29px;
    background-color: #e7f7ff;
    border: none;
}
#image-content #imageProductInfo .basic-info table tr td:last-child .input-text:hover,
#image-content #imageProductInfo .basic-info table .dropdown >button:hover{
    background-color: #d4eefd;
}

#image-content #imageProductInfo .basic-info table .td-label{
    margin: 4px 15px 4px 0px;
}
#image-content #imageProductInfo .basic-info table .label-no{
    margin: 6px 0;
}
#image-content #imageProductInfo .basic-info table .dropdown{
    width: 100%;
    background-color: #e7f7ff;
}
#image-content #imageProductInfo .basic-info table .dropdown > .dropdown-menu{
    width: 100%;
}
#image-content #imageProductInfo .basic-info table .dropdown >button{
    width: 100%;
    height: 29px;
    text-align: left;
    color: #000000;
    font-size: 12px;
    background-color: #e7f7ff;
}
#image-content #imageProductInfo .basic-info table .dropdown >button> .caret{
    position: absolute;
    right: 5px;
    top: 12px;
}
#image-content #imageProductInfo .basic-info table .second-cols td:nth-child(2){
    width: 50%;
}
#image-content #imageProductInfo .basic-info-detail table tr>td:first-child{
    background-color: #e7f7ff;
}
#image-content #imageProductInfo .basic-info-detail table tr>td input{
    border: 1px solid #dddddd;
    height: 29px;
}
#image-content #imageProductInfo .basic-info-detail table tr>td .dropdown >button{
    border: 1px solid #dddddd;
}
/*table end*/

/* UPLOAD FILE*/
.upload-file{
    text-align: left;
    padding: 10px 5px 10px 30px;
}
.upload-file input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 80px;
}

.upload-file .upload-btn{
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.upload-file .upload-btn:hover{
    color: #8f9ea6;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
}

.upload-file .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');
}

.upload-file .thumb-list{
    position: relative;
    margin-right: 15px;
}

.upload-file .thumb-list > div:hover .delete{
    display: block;
}

.upload-file .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;
}
#imageProductInfo .upload-file .editorImg{
    width: 100%;
    height: 100%;
}
#imageProductInfo .upload-file .editorImgBox{
    position: relative;
    left: -83px;
}
#imageProductInfo .upload-file .editorImgBox:hover .delete{
    display: block;
}
/* UPLOAD FILE END*/