﻿#imgListDiv {
    display: none;
}

.popup {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: 1001;
}

.window {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: center;
    margin: 5% auto;
    overflow: hidden;
    width: 30%;
    -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.55);
}

.share_area {
    border: none;
    font-size: 1em;
    outline: none;
    width: 95%;
    padding-bottom: 0.4em;
    height: 9em;
    resize: none;
}

.title_fields {
    padding: 1em;
    background-color: #e8e7e1;
}

.content_fields {
    padding: 0.5em 0 0.5em 0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffffff;
    color: black;
    -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.25);
}

.share_h1 {
    padding: 0 0 0.5em 0;
    color: black;
    font-size: 1.5em;
}

.share_close {
    background-image: url(Images/c.png);
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0.7em;
    cursor: pointer;
}

.share_list {
    text-align: center;
    padding-top: 0.7em;
}

.share_btn {
    margin-top: 0.3em;
    padding: 0.2em 1em;
    -moz-user-select: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#777777+0,484848+50,020101+51,000000+100 */
    background: #777777;
    background: -moz-linear-gradient(top, #777777 0%, #484848 50%, #020101 80%, black 100%);
    background: -webkit-linear-gradient(top, #777777 0%, #484848 50%, #020101 80%, black 100%);
    background: linear-gradient(to bottom, #777777 0%, #484848 50%, #020101 80%, black 100%);
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}

.share_btnActive {
    background: -moz-linear-gradient(top, black 0%, #020101 20%, #484848 80%, #777777 100%);
    background: -webkit-linear-gradient(top, black 0%, #020101 20%, #484848 80%, #777777 100%);
    background: linear-gradient(to bottom, black 0%, #020101 20%, #484848 80%, #777777 100%);
}

.ballLine {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.shareDiv {
    display: inline-block;
    width: 87%;
}

.shareImg {
    opacity: 0.5;
}

.shareImg:hover,
.shareImgActive {
    opacity: 1;
    cursor: pointer;
}

.load-3 .ballLine:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite;
}

.load-3 .ballLine:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite;
}

.load-3 .ballLine:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite;
}

.pass_h1 {
    padding: 0 0 0.5em 0;
    color: black;
    font-size: 1.5em;
}

.pass_area {
    border: none;
    font-size: 1em;
    outline: none;
    width: 95%;
    padding-bottom: 0.4em;
    height: 2em;
    resize: none;
}

.pass_list {
    text-align: center;
    padding-top: 0.7em;
}

.pass_btn {
    margin-top: 0.3em;
    padding: 0.2em 1em;
    -moz-user-select: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#777777+0,484848+50,020101+51,000000+100 */
    background: #777777;
    background: -moz-linear-gradient(top, #777777 0%, #484848 50%, #020101 80%, black 100%);
    background: -webkit-linear-gradient(top, #777777 0%, #484848 50%, #020101 80%, black 100%);
    background: linear-gradient(to bottom, #777777 0%, #484848 50%, #020101 80%, black 100%);
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
}

@keyframes loadingC {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}



@media only screen and (max-width: 1025px) {
    .window {
        width: 70%
    }
    .share_area {
        height: 3.5em;
    }
}

@media only screen and (max-width: 565px) {
    .share_btn {
        margin: 1em auto;
        display: block;
        width: 90%;
    }
    .window {
        width: 80%
    }
    .share_area {
        height: 3em;
    }
    .shareDiv {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (orientation: portrait) {
    .share_area {
        height: 7em;
    }
}
