/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 oct. 2020, 07:32:58
    Author     : macpro
*/

html {
    background-image: url(/img/sitelogo.png),linear-gradient(to top left,black,darkblue);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px auto, auto auto;
    font-family: arial, sans-serif;
}

#mainwin {
    width: 350px;
    height: auto;
    background-color: white;
    border: black solid 10px;
    padding: 15px;
    box-shadow: 15px 15px rgba(0,0,0,0.5);
    position: absolute;
    left: calc(50% - 200px);
    top: 150px;
}

.fullsize {
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px;
    float: right;
}

.icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    display: block;
    background-size: 64px 64px;
}

.midsize {
    border: black dotted 1px;
    float: right;
    width: 210px;
    height: 30px;
    margin: 10px;
    padding: 15px;
    display: block;
}
.midsize input {
    width: 100%;
}
.midsizebtn:hover {
    cursor: pointer;
    background-color: #ffde00;
}
#mess {
    width: 350px;
    height: auto;
    border: black solid 10px;
    padding: 15px;
    box-shadow: 15px 15px rgba(0,0,0,0.5);
    position: absolute;
    left: calc(50% - 200px);
    top: 0px;
}
#pay_win {
    position: absolute;
    width: 350px;
    max-height: calc(100% - 250px); 
    top: 80px;
    left: calc(50% - 200px);
    background-color: white;
    border: black solid 10px;
    padding: 15px;
    z-index: 150;
    box-shadow: 15px 15px rgba(0,0,0,0.5);
    overflow-y: scroll;
}


#pay_wall {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#payments {
    width: 350px;
    height: 100px;
    background-color: white;
    border: black solid 10px;
    padding: 15px;
    box-shadow: 15px 15px rgba(0,0,0,0.5);
    position: absolute;
    left: calc(50% - 200px);
    bottom: 25px;
    background-image: url(/img/payments.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}