﻿
.popup .container {
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    border: 1px solid #c1c1c1;
    background: #fff;
    color: #3d3c3c;
    border-radius: 6px;
    font-size: 16px;
    line-height: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 8px;
}

    .popup .container header {
        border-radius: 4px 4px 0 0;
        position: relative;
        color: #fff;
        padding: 15px 35px 15px 67px;
    }

        .popup .container 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;
        }

        .popup .container 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;
            cursor: pointer;
        }

            .popup .container header .btn-close:before,
            .popup .container header .btn-close:after {
                display: none;
            }

            .popup .container header .btn-close:hover {
                text-decoration: none;
                opacity: 0.8;
            }

    .popup .container h4 {
        font-size: 22px;
        line-height: 25px;
        font-weight: normal;
        margin: 0;
    }

    .popup .container p {
        margin: 0 0 20px;
    }

    .popup .container .entity {
        background: #f6f6f8;
        border-radius: 0 0 4px 4px;
        padding: 24px 30px 25px;
    }

    .popup .container footer {
        text-align: right;
        padding: 0px 0 0;
    }

        .popup .container footer .btn {
            margin-left: 14px;
            min-width: 162px;
        }

    .popup .container .btn {
        border-width: 1px;
        border-style: solid;
        line-height: 21px;
        border-radius: 6px;
    }

        .popup .container .btn:hover {
            opacity: 0.8;
        }

    .popup .container .btn-ok {
        text-transform: uppercase;
        color: #fff;
    }

    .popup .container .btn-success {
        border-color: #8bc34a;
    }

        .popup .container .btn-success.disabled {
            border-color: transparent;
        }

    .popup .container.type1 header {
        background-color: #df5640;
    }

    .popup .container.type2 header {
        background-color: #f6bb42;
    }

    .popup .container.type3 header {
        background-color: #3bafda;
    }

    .popup .container.type1 .btn-ok {
        border-color: #df5640;
        background-color: #df5640;
    }

    .popup .container.type1 .btn-cancel {
        border-color: #df5640;
        color: #df5640;
    }

    .popup .container.type2 .btn-ok {
        border-color: #f6bb42;
        background-color: #f6bb42;
    }

    .popup .container.type2 .btn-cancel {
        border-color: #f6bb42;
        color: #f6bb42;
    }

    .popup .container.type3 .btn-ok {
       // border-color: #3bafda;
       // background-color: #3bafda;
    }

    .popup .container.type3 .btn-cancel {
      //  border-color: #3bafda;
       // color: #3bafda;
    }

    .popup .container.type1 header:before {
        width: 34px;
        height: 34px;
        background-position: -91px 0;
    }

    .popup .container.type2 header:before {
        width: 38px;
        background-position: -43px 0;
        margin-left: -2px;
    }

/* attach-block */
.popup .attach-block {
    width: 968px;
}

    .popup .attach-block header {
        padding-left: 75px;
    }

    .popup .attach-block.type1 header:before,
    .popup .attach-block.type2 header:before,
    .popup .attach-block.type3 header:before,
    .popup .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;
    }

.popup .container.type4 header {
    background-color: #3bafda;
}

.popup .container.type4 .btn-ok {
    border-color: #3bafda;
    background-color: #3bafda;
}

.popup .attach-block .entity {
    padding: 44px 33px 18px 23px;
}

.popup .attach-block .top {
    padding-bottom: 17px;
}

    .popup .attach-block .top:after {
        content: '';
        display: block;
        clear: both;
    }

    .popup .attach-block .top .col-l {
        float: left;
        width: 280px;
    }

    .popup .attach-block .top .col-r {
        float: right;
        width: 605px;
    }

    .popup .attach-block .top .col-01 {
        float: left;
        width: 480px;
    }

    .popup .attach-block .top .col-02 {
        float: right;
        width: 102px;
    }

    .popup .attach-block .top .btn {
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 1px;
        font-size: 16px;
    }

.popup .attach-block .btn-upload {
    min-width: 182px;
    overflow: hidden;
}

.popup .attach-block .btn-block {
    min-width: 10px;
    display: block;
    text-align: center;
}

.popup .attach-block .loading-status {
    padding: 0 0 17px;
    font-size: 15px;
    line-height: 18px;
}

.popup .attach-block .str {
    display: block;
    padding: 0 0 14px;
}

.popup .attach-block .note {
    font-size: 14px;
    line-height: 17px;
    color: #282834;
    padding: 0 4px;
}

    .popup .attach-block .note .marked {
        color: #ff9800;
    }

    .popup .attach-block .note strong {
        font-weight: normal;
        font-family: 'LatoBold', sans-serif;
    }

    .popup .attach-block .note p {
        margin: 0;
    }

/* mail-block */
.popup .mail-block {
    width: 900px;
    height: 500px;
}

    .popup .mail-block header {
        padding-left: 76px;
    }

    .popup .mail-block.type1 header:before,
    .popup .mail-block.type2 header:before,
    .popup .mail-block.type3 header:before {
        width: 35px;
        height: 24px;
        margin-top: -12px;
        margin-left: 7px;
        background-position: -135px 0;
    }

    .popup .mail-block .entity {
        padding: 27px 24px 18px;
    }

    .popup .mail-block .separator {
        border-top: 1px solid #ccc;
        padding-top: 21px;
    }

    .popup .mail-block .line-holder {
        margin-bottom: 20px;
        padding: 0 0 0 66px;
    }

        .popup .mail-block .line-holder:after {
            content: '';
            display: block;
            clear: both;
        }

        .popup .mail-block .line-holder label {
            float: left;
            width: 63px;
            margin: 0 3px 0 -66px;
            line-height: 40px;
        }

    .popup .mail-block .attachment-box {
        line-height: 31px;
    }

        .popup .mail-block .attachment-box:after {
            content: '';
            display: block;
            clear: both;
        }

        .popup .mail-block .attachment-box .lbl {
            float: left;
            padding: 0 24px 0 0;
        }

        .popup .mail-block .attachment-box .btn {
            float: left;
            margin-right: 12px;
        }

        .popup .mail-block .attachment-box .file-name {
            float: left;
            font-size: 14px;
            color: #919196;
        }

        .popup .mail-block .attachment-box .btn-add-file {
            font-size: 16px;
            border-color: #70ca63;
            color: #70ca63;
            padding-top: 4px;
            padding-bottom: 4px;
            min-width: 102px;
        }
