﻿.Btn_Standard
{
    background-color: #016831;
    border-radius: 10px;
    font: 13px 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(76, 75, 75, 1);
    padding: 5px 8px 5px 10px;
    height: 20px;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 1);
    text-align: center;
}

    .Btn_Standard:hover
    {
        background-color: #005427;
    }

.Btn_Edit
{
    background-image: url("Images/Buttons/pencil5.png");
    padding-right: 30px;
    border-style: none;
}

.Btn_Check
{
    background-image: url("Images/Buttons/checkmark.png");
    padding-right: 30px;
    border-style: none;
}

.Icons
{
    margin: 0 0 0 10px;
    padding: 0;
}

.Menu_Sx_Link
{
    display: block;
    width: 90%;
    height: 40px;
    margin: 0 0 7px 0;
    background-color: #e6e6e6;
    color: #4c4b4b;
    line-height: 40px;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald';
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-radius: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    position: relative;
}

    .Menu_Sx_Link i
    {
        font-size: 22px;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .Menu_Sx_Link:hover
    {
        color: #016831;
    }

.Menu_Sx_selected
{
    display: block;
    width: 90%;
    height: 40px;
    margin: 0 0 7px 0;
    background-color: #e6e6e6;
    color: #016831;
    line-height: 40px;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald';
    -webkit-border-radius: 10px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius: 10px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-radius: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    position: relative;
}

    .Menu_Sx_selected i
    {
        font-size: 22px;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .Menu_Sx_selected:hover
    {
        color: #016831;
    }

.Btn_Notifiche_MyHome
{
    cursor: pointer;
    display: block;
    background-image: url('Images/Buttons/Btn_Link_MyHome.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 14px;
    color: #2680c1;
    line-height: 10px;
    margin-top: 3px;
    border: none;
    background-color: transparent;
    float: left;
}

    .Btn_Notifiche_MyHome:hover
    {
        text-decoration: underline;
    }

#DivDataPager
{
    margin:30px 0;
    float:right;

}

#DivDataPager input{
    width: 30px;
    background-color:#016831;
    color:#fff;
}

#DivDataPagerWallet {
    
    float: right;
}

    #DivDataPagerWallet input {
        width: 30px;
        background-color: #016831;
        color: #fff;
    }