﻿.mail-form-main {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 240px;
}

    .mail-form-main input[name="txtTo"] {
        padding-right: 34px;
        width: 90% !important;
    }

    .mail-form-main input[type="text"] {
        width: 98%;
    }

#form_customer .form-editor {
    top: 234px;
}

.mail-form-main .form-column:first-child {
    padding-right: 0px;
    margin-right: 8px;
}

.mail-attachments-label {
    font-family: ClearSans-Italic;
    color: #B3B3B3 !important;
    font-size: 12px;
}

.mail-attachments input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 890;
}

.mail-attachments > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}

.mail-attachments .add-file {
    color: #F5846F;
    text-decoration: underline;
    font-size: 12px;
    font-family: ClearSans-Bold;
    color: #F5846F;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    text-indent: 0px;
}

.mail-attachments .RadUploadTable {
    background: transparent;
    border: none;
}

.mail-detail-config {
    background: #fff;
    border: 1px solid #ccc;
    border-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    display: none;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 27px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    width: 352px;
    padding: 10px 20px;
}

.mail-arrow-with-shadow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    right: 50px;
    top: 157px;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0,0,0,0.1);
    display: none;
}

.mail-detail-config .form-row-label {
    width: 90px;
    display: inline-block;
}

.mail-detail-config .form-row-field {
    width: 180px;
    display: inline-block;
}

    .mail-detail-config .form-row-field span {
        color: #333333;
    }

.mail-go-configuration {
    float: right;
    color: #333333;
}

.form-row.mail-send-button {
    text-align: right;
    position: absolute;
    top: 572px;
}

    .form-row.mail-send-button div {
        display: inline-block;
    }

        .form-row.mail-send-button div .button-content {
            width: auto;
            min-width: 100px;
        }

        .form-row.mail-send-button div:nth-child(1) {
            width: 50%;
            text-align: left;
        }

        .form-row.mail-send-button div:nth-child(2) {
            width: 49%;
        }

        .form-row.mail-send-button div .button-content.disabled {
            pointer-events: none;
            opacity: 0.6;
            cursor: not-allowed;
        }

#RadUploadFileListContainer tr:nth-child(1) td:nth-child(1) div div {
    display: none;
}


#form_customer .icon-edit {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-image: url(../../Images/Actions/edit.png);
    text-align: right;
    color: #333333;
}


#form_customer .icon-empty {
    background-image: none;
    right: 28px;
    top: 0px;
}

.sendmail__content-attachments {
    position: absolute;
    width: calc(100% - 3px);
    z-index: 9999;
    bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #ccc;
    min-height: 105px;
    height: 111px;
    display: none;
    border: 1px #ccc solid;
}

    .sendmail__content-attachments > div {
        height: 80px;
        max-height: 80px;
        min-height: 85px;
        overflow: auto;
        top: 25px;
        position: relative;
        border-top: 1px #ccc solid;
    }

    .sendmail__content-attachments ul {
        list-style-type: none;
        margin-top: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 2px;
    }

        .sendmail__content-attachments ul li {
            width: 400px;
            height: 20px;
            position: relative;
        }

            .sendmail__content-attachments ul li span {
                margin: 33px;
            }


.sendmail__content-attachments-close {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../../../../app/ui/Images/Actions/close.png);
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    height: 9px;
    position: absolute;
    top: 6px;
    width: 9px;
    right: 4px;
    z-index: 1;
    padding: 4px;
}

.view__attachments {
    z-index: 890;
    position: absolute;
    right: 22px;
    cursor: pointer;
    text-decoration: underline;
    color: #333 !important;
}

.view__attachments_Count {
    z-index: 890;
    right: 0px;
    color: #333 !important;
    position: absolute;
}

.sendmail__content-attachments-delete {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(../../../../app/ui/img/icons/remove.png);
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    cursor: pointer;
    height: 9px;
    position: absolute;
    top: 5px;
    width: 9px;
    left: 5px;
    z-index: 1;
    padding: 4px;
}

.content-survey-advanced {
    display: none;
    height: 180px;
    width: 270px;
    text-align: center;
}

    .content-survey-advanced > div {
        padding: 10px;
        height: 100px
    }

        .content-survey-advanced > div > div {
            margin-top: 10px
        }

#list-control-search {
    display: none;
    position: relative;
    height: 554px;
    z-index: 4000;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
}

button.i-search {
    border: none;
    right: 0px;
}
