﻿/* Bottone Standard */
.Btn_Standard {
    font-family: FontAwesome, 'Open Sans';
    font-size: 13px;
    word-spacing: 2px;
    text-align: center;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    color: #313534;
    background-color: #efefef;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 97%;
    margin: 0 0 5px 0;
}

    .Btn_Standard:hover,
    .Btn_Standard_Orange:hover {
        background-color: #efefef;
        border-color: #313534;
        color: #D1540B;
        -moz-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        text-decoration: none;
    }

.Btn_Standard_Orange {
    font-family: FontAwesome, 'Open Sans';
    font-size: 13px;
    word-spacing: 2px;
    text-align: center;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    background-color: #ebbb56;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-transform: capitalize;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 97%;
    margin: 0 0 5px 0;
}


/* Bottone con Dropdownlist x Filtri con gestione da codice */
.Btn_Standard_List {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 97%;
}

    .Btn_Standard_List li {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .Btn_Standard_List li.dropdown a {
            font-family: FontAwesome, 'Open Sans';
            font-size: 12px;
            word-spacing: 2px;
            color: #313534;
            text-align: left;
            border-radius: 3px;
            background-color: #313534;
            border: none;
            cursor: pointer;
            -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
            -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
            height: 40px;
            display: block;
            line-height: 40px;
            padding: 0 15px;
            background-color: #efefef;
            letter-spacing: 0.02em;
            font-weight: bold;
            text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
        }


            .Btn_Standard_List li.dropdown a:hover {
                background-color: #313534;
                border-color: #313534;
                color: #ffffff;
                -moz-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
                -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
                box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
                -webkit-transition: all 0.15s ease-in-out;
                -o-transition: all 0.15s ease-in-out;
                transition: all 0.15s ease-in-out;
                text-decoration: none;
                text-shadow: 0px 1px 1px #313534;
            }

    .Btn_Standard_List ul.dropdown-menu {
        margin: 0;
        padding: 0;
        top: 45px;
        left: 0px;
        position: absolute;
        min-width: 100%;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
    }

        .Btn_Standard_List ul.dropdown-menu li {
            padding: 0;
            margin: 0;
        }

            .Btn_Standard_List ul.dropdown-menu li input, .Btn_Standard_List ul.dropdown-menu li a {
                background-color: #fff;
                text-decoration: none;
                word-spacing: 2px;
                text-align: left;
                width: 100%;
                font-family: FontAwesome, 'Open Sans';
                font-size: 12px;
                word-spacing: 2px;
                text-align: left;
                border-radius: 0px;
                border: none;
                cursor: pointer;
                -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
                -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
                box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
                height: 40px;
                display: block;
                line-height: 40px;
                padding: 0 15px;
                color: #5e5e5e;
                letter-spacing: 0.02em;
                font-weight: bold;
                text-transform: capitalize;
                text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
            }

                .Btn_Standard_List ul.dropdown-menu li input.select, .Btn_Standard_List ul.dropdown-menu li a.select {
                    background-color: #313534;
                    border-color: #313534;
                    color: #ffffff;
                    text-shadow: 0px 1px 1px #313534;
                }

                .Btn_Standard_List ul.dropdown-menu li input:hover, .Btn_Standard_List ul.dropdown-menu li a:hover {
                    background-color: rgba(0, 0, 0, 0.10);
                    border-left: solid 2px rgba(0, 0, 0, 0.35);
                    color: #7a7a7a;
                    -webkit-transition: all 0.15s ease-in-out;
                    -o-transition: all 0.15s ease-in-out;
                    transition: all 0.15s ease-in-out;
                    text-decoration: none;
                    text-shadow: 0px 1px 1px #fff;
                }


/****  Da verificare  ******/

/* Button Con Lista */
.List_Btn {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

    .List_Btn li {
        margin-bottom: 1px;
    }

        .List_Btn li a, .List_Btn li input {
            color: #FFF;
            background-color: #8f8f8f;
            border-radius: 2px;
            width: 100%;
            display: block;
            padding: 8px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            line-height: 20px;
        }

            .List_Btn li a:hover, .List_Btn li a.selected,
            .List_Btn li input:hover, .List_Btn li input.selected {
                background-color: #313534;
                box-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
                color: #ffffff;
                text-decoration: none;
            }

        .List_Btn li small {
            float: right !important;
        }


/*.Div_Content_Head div:first-child h4:first-child {
    color: #313534;
}*/

/* Bottone Standard Mini */
.Btn_StandardMini {
    font-family: FontAwesome, 'Open Sans';
    font-size: 12px;
    word-spacing: 2px;
    text-align: center;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30);
    height: 30px;
    display: block;
    line-height: 30px;
    padding: 0 10px;
    color: #313534;
    background-color: #efefef;
    letter-spacing: 0.02em;
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 97%;
    margin: 5px 0 0 0;
}

    .Btn_StandardMini:hover {
        background-color: #313534;
        border-color: #313534;
        color: #ffffff;
        -moz-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.35);
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        text-decoration: none;
        text-shadow: 0px 1px 1px #313534;
    }

/*************************************************Nuovi bottoni Azione*/
.Bottoni_Azione {
    display: block;
    position: absolute !important;
    right: 15px;
}

    .Bottoni_Azione a {
        float: left;
        display: inline-block;
        font-size: 13px !important;
        line-height: 30px !important;
        height: 52px;
        background-color: #313534;
        border-bottom: 3px solid #ebbb56 !important;
        color: #efefef !important;
        text-shadow: none !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .Bottoni_Azione a i {
            font-size: 13px
        }

        .Bottoni_Azione a:focus,
        .Bottoni_Azione a:hover,
        .Bottoni_Azione a.selected {
            background-color: #ebbb56 !important;
            border-bottom-color: #313534 !important;
        }
