﻿a {
    text-decoration: none;
    color: #3370b0;
}

    a:hover {
        color: #0f4a89;
    }

.EnableGreen {
    color: #28a745 !important;
}

.EnableRed {
    color: #f70909 !important;
}

.EnableYellow {
    color: #ffa500 !important;
}

.Disable {
    color: #A6A6A6 !important;
}

.fa_btn_IconOnlySW {
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: none;
    transition: color 0.6s ease-out 0s;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
    background-color: #f1f1f1;
    color: #3370b0;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    border-radius: 0.2rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.BottoniTabs {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #3370b0;
    padding: 0 0 0 0;
    margin-bottom: 30px;
}

.BtnTabDettaglio {
    font-weight: bold;
    color: #808080;
    border-bottom: 2px solid transparent !important;
    padding: 15px 20px;
    font-size: 15px;
    border: none;
    background-color: transparent;
}

    .BtnTabDettaglio:hover,
    .BtnTabDettaglioSelected:hover {
        color: #3370b0;
    }

.BtnTabDettaglioSelected {
    font-weight: bold;
    color: #3370b0;
    border-bottom: 2px solid #3370b0;
    padding: 15px 20px;
    font-size: 15px;
    border: none;
    background-color: transparent;
}

.Center {
    text-align: center;
    display: block;
}

.Right {
    text-align: right;
    display: block;
}

.Texture {
    background-image: url(media/bg/Texture.png);
    background-repeat: repeat;
    padding: 10px;
}

    .Texture .btn {
        padding-left: 20px !important;
        padding-right: 20px !important;
        float: right;
    }

    .Texture .BtnLeft .btn {
        float: none;
    }

    .Texture small {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

        .Texture small b {
            text-transform: none;
        }

h5 {
    padding: 0 0 10px 0;
    font-weight: bold;
}

    h5 a,
    h5 input {
        float: right;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

h6 {
    font-weight: bold;
}

.btn-Center {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 30px;
}

.ErrorSpan {
    position: absolute;
    right: 20px;
    color: #ff0000;
    top: 25px;
    width: 30px;
}



.Center {
    text-align: center;
    display: block;
}

.file {
    position: relative;
    background: linear-gradient(to right, lightblue 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1s ease;
}

    .file.done {
        background: #4e95e0;
    }

    .file a {
        display: block;
        position: relative;
        padding: 5px;
        color: black;
    }

.Right {
    text-align: right;
    display: block;
}

.EmptyList {
    /* padding: 30px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;*/
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    display: block;
    color: #808080;
    font-style: italic;
    font-size: 15px;
}

@media (max-width: 991px) {
    .Right, .Center {
        text-align: left;
    }

    h5 a,
    h5 input {
        float: inherit;
    }

    .BtnTabDettaglio {
        border-bottom: 2px solid #eaeaea !important;
        width: 100%;
        display: block;
        text-align: left;
    }

    .BtnTabDettaglioSelected {
        border-bottom: 2px solid #3370b0 !important;
        display: block;
        width: 100%;
        text-align: left;
    }
}

.Texture .Pagination {
    margin-top: 10px;
}

    .Texture .Pagination input {
        padding: 0px 6px;
        line-height: 20px;
        text-decoration: none;
        color: #0d3047;
        margin-left: -1px;
        cursor: pointer;
        font-size: 13px;
        border: none;
    }

    .Texture .Pagination > span > span {
        padding: 4px 14px;
        line-height: 20px;
        text-decoration: none;
        font-size: 12px;
        background-color: #36A9FF;
        color: #ffffff;
    }

    .Texture .Pagination input:hover,
    .Texture .Pagination input:focus {
        color: #ffffff;
        border-color: #7a7a7a;
        cursor: pointer;
        background-color: #3370b0;
        color: #ffffff;
        -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.35);
        -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.35);
        box-shadow: 0 -1px 5px 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;
    }

.BtnQuantita {
    display: inline-block;
}

    .BtnQuantita .BtnQnt {
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-weight: 900;
        font-display: block;
        src: url("media/fonts/@fortawesome/fa-solid-900.eot");
        src: url("media/fonts/@fortawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("media/fonts/@fortawesome/fa-solid-900.woff2") format("woff2"), url("media/fonts/@fortawesome/fa-solid-900.woff") format("woff"), url("media/fonts/@fortawesome/fa-solid-900.ttf") format("truetype"), url("media/fonts/@fortawesome/fa-solid-900.svg#fontawesome") format("svg");
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        border: none;
        transition: color 0.6s ease-out 0s;
        text-align: center;
        vertical-align: middle;
        text-shadow: 0 1px 0 #fff;
        background-color: #f1f1f1;
        color: #3370b0;
        padding: 0.25rem 0.5rem;
        font-size: 16px;
        border-radius: 0.2rem;
        text-align: center;
        margin: 0 auto;
    }

    .BtnQuantita input[type=text] {
        height: 30px;
        border: 1px solid #f1f1f1;
        border-radius: 0.2rem;
        background-color: transparent;
        width: 50px;
        text-align: center;
    }

.BoxListaPodotti .BtnQuantita {
    margin: 0 auto 20px auto;
    display: block;
    width: 130px;
}

.TextOK {
    color: #008000;
    font-weight: bold;
    text-transform: uppercase;
}

.TextKO {
    color: #FF0000;
    font-weight: bold;
    text-transform: uppercase;
}
