/*
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 : 23-Dec-2016, 14:20:25
    Author     : Efthymios
*/


.skash-img-container {
        text-align: center;
}
    
      
.skash-loading {
    position: absolute;
    width:20%;
    height: 20%;
    left: 40%;
    top:40%;
    background: transparent url('../../images/online/skash/loading.gif') center center no-repeat;
}

.skash-loading-opacity {
    opacity: 0.2;
}

.hide {
   visibility: hidden;
}

.show {
   visibility: visible;
}

.withdraw-skash {
    width: 70px
}

.paymentbutton-skash {
    left: 160px;
    background: #ff8806 linear-gradient(#edb63f, #ff8806);
    color: #212121;
    height: 30px;
    width: 160px;
    font: bold 16px/19px arial,helvetica,clean,sans-serif;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    margin-top: 1rem;
}

.input-skash {
    padding-left: 5px;
    width: 85px;
    height: 20px;
    background-color: #363636;
    border: 1px solid #474747;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
}

.input-email-skash {
    padding-left: 5px;
    width: 150px;
    height: 20px;
    background-color: #363636;
    border: 1px solid #474747;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
}

.button-skash {
    left: 160px;
    background: #ff8806 linear-gradient(#edb63f, #ff8806);
    color: #212121;
    height: 30px;
    width: 160px;
    font: bold 16px/19px arial,helvetica,clean,sans-serif;
    letter-spacing: 1px;
    border-radius: 20px;
    border: none;
    margin-top: 1rem;
}
