﻿.dropdownlist-height {
    height: 25px;
}

.input-type-text {
    padding-left: 5px;
    height: 25px;
    width: 300px;
}

.input-type-textarea {
    padding-left: 5px;
    height: 150px;
    width: 300px;
}

.ui-widget-header-custom {
    background: orange;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}

#uploadPublicationTable > tbody > tr > th {
    text-align: left;
    width: 200px;
    font-weight: normal;
}

.statusPanel {
    width: 500px;
    padding: 5px;
    margin: 15px auto 0 auto;
    font-weight: bold;
    display: none;
    font-weight: normal;
}

.fileUpload span {
    position: relative;
    top: 2px;
}

.fileList {
    display: none;
    color: #83131A;
    margin-top: 3px;
}

    .fileList span {
        display: block;
        margin-bottom: 2px;
    }

.removeFileBtn {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.required-text {
    color: #d70000 !important;
    font-size: 11px;
    margin: 0;
    display: block;
    text-transform: none;
    font-weight: lighter;
    margin-bottom: 5px;
    margin-top: 3px;
}

.right {
    overflow: hidden;
    width: 400px;
    margin-top: 10px;
}

    .right > img.previewImage {
        float: right;
        height: 220px;
        width: 320px;
    }

    .right > img.loading_image_preview {
        float: right;
    }

.left {
    float: left;
}

.uploadImageSection {
    display: none;
}

#addCustomers {
    width: 309px;
    margin-top: 3px;
}

    #addCustomers > option {
        margin: 5px;
        padding: 5px;
    }

#select_all {
    float: right;
}

#unselect_all {
    float: right;
    margin-left: 3px;
}

.publicationPrice {
    width: 102px;
    height: 21px;
}

.publicationLanguage {
    width: 111px;
}
