﻿.GenPreviewImageSpan {
    float: left;
    margin-left: 10px;
    margin-right: 7px;
    border: 1px dotted silver;
}

.GenUploadLabelSpan {
    margin-top: 1px;
    padding-bottom: 6px;
    background-color: #f3f3f3;
    border: 1px solid #b8b8b8;
    width: 200px;
    overflow: hidden;
    height: 15px;
    float: left;
    clear: left;
    height: 30px;
    border: none;
}

::-webkit-input-placeholder { /* Edge */
    text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-align: center;
}


::placeholder {
    text-align: center !important;
}

body .CpContent table#TablePage {
    margin: auto;
}



.tglHelp {
    display: none !important;
}

.GenericFormTable {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

    .GenericFormTable > tbody > tr > td:nth-of-type(1) {
        width: 50%;
    }

    .GenericFormTable > tbody > tr > td:nth-of-type(2) {
        width: 0;
    }

label.GenDescription {
    margin-bottom: 5px;
    display: inline-block;
}


.GenDescription *, .GenDescription p, .GenDescription li, .GenDescription span, .DescriptionCell {
    font-size: 12px;
    color: black;
}

span.GenDownloadButtonSpan {
    position: static;
    float: left;
}

Label.GenLabelHeader {
    width: 500px;
    display: block;
}

Label.GenReadOnly {
    background-color: #f3f3f3;
    border: 1px solid #b8b8b8;
    padding: 4px;
    white-space: normal;
    min-height: 15px;
    width: 490px;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

.GenUploadLabel {
    margin-top: 0px;
    padding: 2px;
}

.GenDownloadButton {
    background-image: url(combo_grad_grey_25px.png);
    float: left;
    margin-left: 2px;
}

.GenUploadSpan {
    clear: left;
    float: left;
    padding-left: 10px;
}

.GenEditCell {
    white-space: nowrap;
}

.GenLabel {
    max-width: 500px;
    display: inline-block;
    white-space: normal;
    margin-top: 7px;
}

td.RegionHeaderCell {
    padding-top: 30pt;
}

    td.RegionHeaderCell label {
        font-weight: bold;
        font-size: 12pt;
    }

div.DivHistoryHeader {
    width: 117px;
    text-align: center;
    position: relative;
    padding-right: 4px;
    padding-left: 4px;
    left: 375px;
    background-color: #ccad6b;
    color: White;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

div.DivHistory {
    float: left;
    clear: left;
}

div.DivHistoryBody {
    background-color: #f3f3f3;
    border-top: 1px solid #ccad6b;
    border-left: 1px solid #ccad6b;
    border-right: 1px solid #ccad6b;
    padding: 4px;
    width: 490px;
    color: #3c4862;
    white-space: normal;
}

div.HistoryThread {
    display: inline-block;
    padding-right: 0px;
    width: 500px;
}

div.DivLastEntry {
    background-color: #f3f3f3;
    border: 1px solid #b8b8b8;
    display: inline-block;
    width: 490px;
    padding: 4px;
    white-space: normal;
}

.DivBodyBox span {
    word-wrap: break-word;
    white-space: normal;
}

Span.LabelCommentBox {
}

table.CommentBox {
    position: relative;
    left: 200px;
}

div.DivCommentBox {
    -border-top: 1px dotted black;
    -border-bottom: 1px dotted black;
    padding-left: 10px;
    font-style: italic;
}

div.DivHeaderBox {
    -border-top: 1px dotted black;
    -border-bottom: 1px dotted black;
    font-weight: bold;
    color: #555555;
    -padding-left: 10px;
}

.GenEditCell .hasMaxLength {
    float: left;
}

textarea.GenMemo {
    border: 1px solid #AAAAAA;
}

.GenFormMarginTop {
    margin-top: 20px;
}

.GenEditCell .dxeRadioButtonList, .GenEditCell .dxeCheckBoxList {
    border: none;
}

.GenRegionHeader {
    font-weight: bold;
    font-size: 15px;
}

span.GenHeader2 {
    padding-top: 16px;
    display: block;
    font-weight: bold;
}

table.GenCheckBox {
    margin-left: 12px;
}

span.GenAsterix {
    color: red;
    padding-left: 3px;
    vertical-align: top;
}

span.GenControlLabel.GenLabelHeader.speHeader {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 7px;
}


.dxeTextBoxSys.GenUploadLabel {
    padding: 10px 2px 2px 10px;
    text-overflow: ellipsis;
}

td.RegionHeaderCell span {
    /*    background: var(--tile-bg-color);
    color: white;*/
    color: black;
    /*  padding: 4px 4px 4px 8px;*/
    margin-top: 0px;
    /* width: 503px; */
    display: block;
}

.BtToogleHelp {
    position: absolute;
    right: 23px;
}


table .GenCheckBox label {
    font-size: 12px;
    font-family: var(--font);
}

.GenTranslation td.GenEditCell {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
    padding-right: 20px;
}

.GenTranslation .GenEditCell {
    width: 1000px;
}
