﻿#scriptingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1131;
    /*background-color: rgba(227, 228, 245, 0.65);*/
    background-color: rgba(1, 1, 10, 0.65);
    width: 100%;
    height: 100%;
}
    /*z-index: 1131*/
    #scriptingOverlay div {
        width: 350px;
        height: 80px;
        margin: 0 auto;
        position: relative;
        top: 35%;
        background-color: #000;
        border-radius: 5px;
        opacity: .7;
        padding: 10px;
    }

        #scriptingOverlay div p {
            text-align: center;
            font-size: 14px;
            color: #fff;
        }



section.form-section {
    margin-top: 15px;
}

    section.form-section h6 {
        border-bottom: 1px solid #828282;
    }

.form-layout h6 {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(1, 1, 10, 0.65);
}

.form-layout p.desc {
    font-size: 0.9em;
    font-style: italic;
}

.form-layout .form-control-label {
    color: rgba(1, 1, 10, 0.65);
    font-weight: bold;
}

.form-layout .form-control-desc {
    /*display: block;*/
    font-weight: normal;
    font-size: 0.85em;
}

/*th.sorting {
    text-decoration: underline;
    cursor: pointer;
}

th.sorting_asc::after {
    content: "\2191";
}

th.sorting_desc::after {
    content: "\2193";
}*/

.validation-error,
.validationMessage {
    color: #dc3545;
    font-size: 12px;
}

table tbody tr.selected td {
    background-color: #b8ecee;
}