@charset "utf-8";
/**************************
*  Overlay Stuff             
**************************/
.overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: rgba(0, 0, 0, 0.7)
}
#edit-container input:not([type="button"]) {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
}
/**************************
*  Update Overlay            
**************************/
#edit-container fieldset {
    color: #333333;
    border: 0px;
}
#edit-container label, .label {
    display: block;
    /*float: left;*/
    clear: both;
    text-align: left;
    width: 150px;
    height: 30px;
    line-height: 1.4em;
    font-weight: bold;
    margin-right: 20px;
}
.label {
    margin-bottom: 7px;
}
.overlay-action-button-box {
    margin: 20px 0px;
    text-align: left;
}
label#label-cancel-comments {
    display: inline-block;
}
textarea#cancel-comments {
    display: block;
    clear: both;
    width: 290px
}
.edit-wrapper span.lnk {
    display: block;
    padding: 10px 0px;
    text-align: center;
    max-width: 300px;   /* margin: auto;*/
}
.edit-wrapper span.lnkpo {
    display: block;
    padding: 2px 0px;
    text-align: center;
    max-width: 300px;
    margin: 0px 10px
}
@media screen and (max-width: 420px) {
    select#cancel-reason {
        max-width: 290px
    }
}
#edit-container input:not([type="button"]):not([type="radio"]) {
    display: block;
    width: 350px;
    height: 30px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0px 10px;
}
#edit-container select {
    margin-bottom: 10px;
    padding: .3em;
    font-size: 14px;
    line-height: 16px
}
#edit-container label.hidden {
    display: none;
}
.edit-wrapper {
    margin: auto;
    max-width: 650px;
    width: 80%;
    padding: 0px 10px 10px 10px;
    background-color: #000000;
    margin-top: 5%;
    height: 70%;
    max-height: 400px;
    background-image: url(https://www.playon.tv/sites/default/files/bg-pop-satellite.jpg);
    background-repeat: no-repeat;
    box-shadow: 10px 10px 5px #0c0c0c61;
}
#edit-wrapper-btn-close {
    position: relative;
    width: 100%;
    right: 10px;
    top: 10px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 15px;
    cursor: pointer;
}
.edit-wrapper-logo {
    position: absolute;
    left: 30px;
    width: 100px;
    top: 5px;
}
/*new*/
#popup-offer-bg {
    text-align: center;
}
#popup-offer-bg h2 {
    font-size: 2em;
    line-height: 1.2em;
    width: 80%;
    margin: auto;
    font-weight: bold;
    text-transform: uppercase;
}
#popup-offer-bg p {
    margin-bottom: 20px;
}
button.btn-blue {
    width: 240px !important;
    padding: 10px 15px !important;
    background-color: #0abff9;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    -margin-top: 20px;
    z-index: 10;
    position: relative;
    display: block;
    -webkit-appearance: unset;
    border: none;
    outline: none
}
button.btn-blue:hover { 
    background-color: #3ac3ef; 
}
@media screen and (max-width:450px) {
    #popup-offer-bg h2 {
        font-size: 1.6em;
        line-height: 1.2em;
        width: 95%;
    }
    .edit-wrapper {
        background-image: url(https://www.playon.tv/sites/default/files/bg-pop-satellite-s.jpg);
    }
}
@media screen and (max-width:370px) {
    .edit-wrapper {
        background-image: url(https://www.playon.tv/sites/default/files/bg-pop-satellite-ss.jpg);
        background-position: right;
    }
}
@media screen and (max-height: 420px) {
    .edit-wrapper {
        height: auto
    }
}
