/** Standard buttons */
.button-simple, .button-simple-off, .button-red, .button-green
{
    padding: 12px;
    border: 0;
    border-radius: 43px;
    background: #1E80FE;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
}


.button-red
{
    background: #F03322;
}

.button-green
{
    background: #22C044;
}

.button-simple:hover, .button-simple-off:hover {
    transform: scale(1.05, 1.05)
}

.button-simple:disabled, .button-simple-off
{
    background: #d1d5d9;
    color: black;
}

.icon, .icon24, .icon32
{
    display: inline-block;
    height: 20px;
}

.icon24
{
    height: 24px;
}

.icon32
{
    height: 32px;
}


