.stec-share {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 999999;
    left:0;
    top:0;
    font-family: Arial;

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    color:#4d4f53;
    font-size: 15px;
}

.stec-share-wrap {
    padding: 20px;
}

.stec-share-block {
    position: fixed;
    left: ~'calc(50% - 250px)';
    top:  ~'calc(50% - 150px)';
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: @borders-radius;
    width: 500px;
    overflow: hidden;

    .stec-share-block-top {
        background: #4d4f53;
        padding: 15px 15px;
        float: left;
        width: 100%;

        > div i {
            color:#fff;
            font-size: 14px;
        }
    }

    .stec-share-block-title {
        font-weight: bold;
        font-size: 18px;
        margin-top: 0 !important;
        color:#fff;
        margin-left: 5px;
    }

    .stec-share-close {
        position: absolute;
        right: 15px;
        top: 14px;
        cursor: pointer;
        font-size: 18px;
        color:#fff;

        &:hover {
            color:#fc6e51;
        }
    }

    .stec-share-fw {
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .stec-share-flex {
        .flexbox(space-between, flex-start);
        width: 100%;
        float: left;
        button {
            padding:0;
        }
        &:last-child {
            margin-bottom: 20px;
        }
    }

    .stec-share-text {
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
    }

    input, textarea {
        width: 100%;
        border: 1px solid @border-color;
        border-radius: @borders-radius;
        padding: 5px;
        background: #fff;
    }

    input {
        height: 35px;
    }
    textarea {
        height: 80px;
    }

    button {
        background: #fff;
        color:#bdc1c8;
        height: 35px;
        width: 35px;
        min-width: 35px;
        border: 1px solid @border-color;
        border-radius: @borders-radius;
        margin-left: 10px;
        cursor: pointer;

        i {
            font-size: 16px;
            text-align: center;
            line-height: 30px;
        }
    }

}

@media only screen and (max-width: 768px) {
    .stec-share-block {
        width: 100%;
        height: 100%;
        top:0;
        left:0;
    }

    .stec-share {
        z-index: 99999;
    }
}

.stec-email-event {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 999999;
    left:0;
    top:0;
    font-family: Arial;

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    color:#4d4f53;
    font-size: 15px;
}

.stec-email-event-wrap {
    padding: 20px;
    overflow: hidden;
}

.stec-email-event-block {
    position: fixed;
    left: ~'calc(50% - 250px)';
    top:  ~'calc(50% - 150px)';
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border-radius: @borders-radius;
    width: 500px;
    overflow: hidden;

    .stec-email-event-block-top {
        background: #ff950b;
        padding: 15px 15px;
        float: left;
        width: 100%;

        > div i {
            color:#fff;
            font-size: 14px;
        }
    }

    .stec-email-event-block-title {
        font-weight: bold;
        font-size: 18px;
        margin-top: 0 !important;
        color:#fff;
        margin-left: 5px;
    }

    .stec-email-event-close {
        position: absolute;
        right: 15px;
        top: 14px;
        cursor: pointer;
        font-size: 18px;
        color:#fff;

        &:hover {
            color:#fc6e51;
        }
    }

    .stec-email-event-fw {
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .stec-email-event-flex {
        .flexbox(space-between, flex-start);
        width: 100%;
        float: left;
        button {
            padding:0;
        }
    }

    .stec-email-event-text {
        font-family: Arial;
        font-weight: bold;
        font-size: 14px;
    }

    input, textarea {
        width: 100%;
        border: 1px solid @border-color;
        border-radius: @borders-radius;
        padding: 5px;
        background: #fff;
    }

    input {
        height: 35px;
    }
    textarea {
        height: 80px;
    }

    a {
        text-decoration: none;
        margin-top: 10px;
    }

}

@media only screen and (max-width: 768px) {
    .stec-email-event-block {
        width: 100%;
        height: 100%;
        top:0;
        left:0;
    }

    .stec-email-event {
        z-index: 99999;
    }
}
