﻿
.msg-container .msg-block1 header {
    border-radius: 4px 4px 0 0;
    position: relative;
    color: #fff;
    padding: 15px 35px 15px 67px;
}

    .msg-container .msg-block1 header:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 15px;
        margin: -16px 0 0;
        width: 33px;
        height: 33px;
        background: url('../../Images/GUI/ico-40.png') no-repeat;
    }

    .msg-container .msg-block1 header .btn-close {
        position: absolute;
        top: 10px;
        right: 13px;
        font: 18px/1em 'LatoRegular', sans-serif;
        text-transform: uppercase;
        color: inherit;
        text-indent: 0;
        width: auto;
        height: auto;
        overflow: visible;
    }

        .msg-container .msg-block1 header .btn-close:before,
        .msg-container .msg-block1 header .btn-close:after {
            display: none;
        }

        .msg-container .msg-block1 header .btn-close:hover {
            text-decoration: none;
            opacity: 0.8;
        }

.msg-container .msg-block1 h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
}

.msg-container .msg-block1 p {
    margin: 0 0 20px;
}

.msg-container .msg-block1 .entity {
    background: #f6f6f8;
    border-radius: 0 0 4px 4px;
    padding: 24px 30px 25px;
}

.msg-container .msg-block1 footer {
    text-align: right;
    padding: 0px 0 0;
}

    .msg-container .msg-block1 footer .btn {
        margin-left: 14px;
        min-width: 162px;
    }

.msg-container .msg-block1 .btn {
    border-width: 1px;
    border-style: solid;
    line-height: 21px;
    border-radius: 6px;
}

    .msg-container .msg-block1 .btn:hover {
        opacity: 0.8;
    }

.msg-container .msg-block1 .btn-ok {
    text-transform: uppercase;
    color: #fff;
}

.msg-container .msg-block1 .btn-success {
    border-color: #8bc34a;
}

    .msg-container .msg-block1 .btn-success.disabled {
        border-color: transparent;
    }

.msg-container .msg-block1.type1 header {
    background-color: #df5640;
}

.msg-container .msg-block1.type2 header {
    background-color: #f6bb42;
}

.msg-container .msg-block1.type3 header {
    background-color: #3bafda;
}

.msg-container .msg-block1.type1 .btn-ok {
    border-color: #df5640;
    background-color: #df5640;
}

.msg-container .msg-block1.type1 .btn-cancel {
    border-color: #df5640;
    color: #df5640;
}

.msg-container .msg-block1.type2 .btn-ok {
    border-color: #f6bb42;
    background-color: #f6bb42;
}

.msg-container .msg-block1.type2 .btn-cancel {
    border-color: #f6bb42;
    color: #f6bb42;
}

.msg-container .msg-block1.type3 .btn-ok {
    border-color: #3bafda;
    background-color: #3bafda;
}

.msg-container .msg-block1.type3 .btn-cancel {
    border-color: #3bafda;
    color: #3bafda;
}

.msg-container .msg-block1.type1 header:before {
    width: 34px;
    height: 34px;
    background-position: -91px 0;
}

.msg-container .msg-block1.type2 header:before {
    width: 38px;
    background-position: -43px 0;
    margin-left: -2px;
}

/* attach-block */
.msg-container .attach-block {
    width: 968px;
}

    .msg-container .attach-block header {
        padding-left: 75px;
    }

    .msg-container .attach-block.type1 header:before,
    .msg-container .attach-block.type2 header:before,
    .msg-container .attach-block.type3 header:before,
    .msg-container .attach-block.type4 header:before {
        width: 25px;
        height: 27px;
        margin-top: -13px;
        margin-left: 12px;
        background: url('../../Images/GUI/ico-41.png') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        opacity: 0.85;
    }

.msg-container .msg-block1.type4 header {
    background-color: #3bafda;
}

.msg-container .msg-block1.type4 .btn-ok {
    border-color: #3bafda;
    background-color: #3bafda;
}

.msg-container .attach-block .entity {
    padding: 44px 33px 18px 23px;
}

.msg-container .attach-block .top {
    padding-bottom: 17px;
}

    .msg-container .attach-block .top:after {
        content: '';
        display: block;
        clear: both;
    }

    .msg-container .attach-block .top .col-l {
        float: left;
        width: 280px;
    }

    .msg-container .attach-block .top .col-r {
        float: right;
        width: 605px;
    }

    .msg-container .attach-block .top .col-01 {
        float: left;
        width: 480px;
    }

    .msg-container .attach-block .top .col-02 {
        float: right;
        width: 102px;
    }

    .msg-container .attach-block .top .btn {
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 1px;
        font-size: 16px;
    }

.msg-container .attach-block .btn-upload {
    min-width: 182px;
    overflow: hidden;
}

.msg-container .attach-block .btn-block {
    min-width: 10px;
    display: block;
    text-align: center;
}

.msg-container .attach-block .loading-status {
    padding: 0 0 17px;
    font-size: 15px;
    line-height: 18px;
}

.msg-container .attach-block .str {
    display: block;
    padding: 0 0 14px;
}

.msg-container .attach-block .note {
    font-size: 14px;
    line-height: 17px;
    color: #282834;
    padding: 0 4px;
}

    .msg-container .attach-block .note .marked {
        color: #ff9800;
    }

    .msg-container .attach-block .note strong {
        font-weight: normal;
        font-family: 'LatoBold', sans-serif;
    }

    .msg-container .attach-block .note p {
        margin: 0;
    }

/* mail-block */
.msg-container .mail-block {
    width: 900px;
    height: 500px;
}

    .msg-container .mail-block header {
        padding-left: 76px;
    }

    .msg-container .mail-block.type1 header:before,
    .msg-container .mail-block.type2 header:before,
    .msg-container .mail-block.type3 header:before {
        width: 35px;
        height: 24px;
        margin-top: -12px;
        margin-left: 7px;
        background-position: -135px 0;
    }

    .msg-container .mail-block .entity {
        padding: 27px 24px 18px;
    }

    .msg-container .mail-block .separator {
        border-top: 1px solid #ccc;
        padding-top: 21px;
    }

    .msg-container .mail-block .line-holder {
        margin-bottom: 20px;
        padding: 0 0 0 66px;
    }

        .msg-container .mail-block .line-holder:after {
            content: '';
            display: block;
            clear: both;
        }

        .msg-container .mail-block .line-holder label {
            float: left;
            width: 63px;
            margin: 0 3px 0 -66px;
            line-height: 40px;
        }

    .msg-container .mail-block .attachment-box {
        line-height: 31px;
    }

        .msg-container .mail-block .attachment-box:after {
            content: '';
            display: block;
            clear: both;
        }

        .msg-container .mail-block .attachment-box .lbl {
            float: left;
            padding: 0 24px 0 0;
        }

        .msg-container .mail-block .attachment-box .btn {
            float: left;
            margin-right: 12px;
        }

        .msg-container .mail-block .attachment-box .file-name {
            float: left;
            font-size: 14px;
            color: #919196;
        }

        .msg-container .mail-block .attachment-box .btn-add-file {
            font-size: 16px;
            border-color: #70ca63;
            color: #70ca63;
            padding-top: 4px;
            padding-bottom: 4px;
            min-width: 102px;
        }
