/* Minification failed. Returning unminified contents.
(405,82): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(688,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(689,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(690,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(691,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(712,123): run-time error CSS1039: Token not allowed after unary operator: '-color1'
(712,141): run-time error CSS1039: Token not allowed after unary operator: '-color2'
(719,30): run-time error CSS1039: Token not allowed after unary operator: '-anim-dur'
(778,28): run-time error CSS1039: Token not allowed after unary operator: '-anim-dur'
 */
/* font ecat */
@font-face {
    font-family: ecat;
    src: url(/Content/ECAT.woff);
}

/* font ecat end */


.btn-ecat-img-nav {
    position: relative;
    top: -14px;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-ecat-img-grid {
    margin-top: -10px;
    padding: 10px;
}

.btn-ecat-img .img {
    display: block;
    font-size: 60px;
    font-family: ecat;
    text-align: center;
    text-decoration: none;
    color: rgb(42, 88, 165);
}

.btn-ecat-img .img-small {
    font-size: 40px;
}

.btn-ecat-img .lbl {
    display: block;
    margin-top: -13px;
    min-height: 23px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: rgb(42, 88, 165);
}

.btn-ecat-img .lbl-small {
    margin-top: -9px;
    font-size: 8px;
}
/* button ecat img end*/

/* button ecat */
.btn-ecat {
    border: none;
    border-radius: 4px;
    display: inline-block;
    padding-top: 3px;
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(42, 88, 165);
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
/* button ecat end*/





/* generici */
.pointer {
    cursor: pointer;
}

/* allinea al centro verticalmente (fonte: "https://www.w3schools.com/howto/howto_css_center-vertical.asp") */
.vertical-center {
    position: absolute;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* allinea al centro verticalmente e orizzontalmente (fonte: "https://www.w3schools.com/howto/howto_css_center-vertical.asp") */
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nodisplay {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

/* semafori */
div.containerdisc {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}

div.discgeneral {
    width: 100%;
    position: relative;
    width: 50%;
    padding: 25% 0;
    margin: auto;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
}

div.disc1 {
    background-color: lightgreen;
}

div.disc0 {
    background-color: lightsalmon;
}
/* semafori end */
/* generici end */

/* image 3D */
.image3D-close {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0px;
    padding: 8px;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #A4B2BD;
}

.image3D-container {
    margin: 0 auto;
    max-width: 960px;
    margin-top: 50px;
}

.image3D-spinner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

    .image3D-spinner .spinner {
        height: 500px;
    }

.image3D-load {
    text-align: center;
}

    .image3D-load .wating,
    .image3D-load .loading {
        font-size: 20px;
        font-weight: bold;
        color: #A4B2BD;
    }
/* image 3D end */

/* prod search col multimedia */
.prod-search-col-multimedia {
    position: relative;
}

    .prod-search-col-multimedia .has-multimedia {
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
    }
/* prod search col multimedia end*/

/* inizio box index*/
#boxIndex h1 {
    font-size: 28px;
}

#boxIndex h2 {
    font-size: 26px;
}

#boxIndex h3 {
    font-size: 18px;
}

#boxIndex h4 {
    font-size: 16px;
}

#boxIndex h5 {
    font-size: 14px;
}

#boxIndex h6 {
    font-size: 12px;
}

#boxIndex h1, #boxIndex h2, #boxIndex h3, #boxIndex h4, #boxIndex h5, #boxIndex h6 {
    color: #563D64;
}

#boxIndex small {
    font-size: 10px;
}

#boxIndex b, #boxIndex strong {
    font-weight: bold;
}

#boxIndex a {
    text-decoration: none;
}

    #boxIndex a:hover {
        text-decoration: underline;
    }

#boxIndex .left {
    float: left;
}

#boxIndex .right {
    float: right;
}

#boxIndex .alignleft {
    float: left;
    margin-right: 15px;
}

#boxIndex .alignright {
    float: right;
    margin-left: 15px;
}

#boxIndex .clearfix:after,
#boxIndex form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#contentBox {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    -ms-box-shadow: 0 1px 0 #fff inset;
    -o-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border: 1px solid #c4c6ca;
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 400px;
}

    #contentBox h1 {
        color: #7E7E7E;
        font: bold 25px Helvetica, Arial, sans-serif;
        letter-spacing: -0.05em;
        line-height: 20px;
        margin: 10px 0 30px;
    }

        #contentBox h1:before,
        #contentBox h1:after {
            content: "";
            height: 1px;
            position: absolute;
            top: 10px;
            width: 27%;
        }

    #contentBox:after,
    #contentBox:before {
        background: #f9f9f9;
        background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
        background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
        border: 1px solid #c4c6ca;
        content: "";
        display: block;
        height: 100%;
        left: -1px;
        position: absolute;
        width: 100%;
    }

    #contentBox:after {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
        top: 0;
        z-index: -1;
    }

    #contentBox:before {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg);
        top: 0;
        z-index: -2;
    }

    #contentBox form {
        margin: 0 20px;
        position: relative
    }

#txt_login {
    background-position: 10px 10px !important
}

#txt_password {
    background-position: 10px -53px !important
}

#contentBox form input[type="text"],
#contentBox form input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eae7e7 url(/img/login.png) no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 15px 10px 15px 40px;
    width: 80%;
}

    #contentBox form input[type="text"]:focus,
    #contentBox form input[type="password"]:focus {
        -webkit-box-shadow: 0 0 2px #ed1c24 inset;
        -moz-box-shadow: 0 0 2px #ed1c24 inset;
        -ms-box-shadow: 0 0 2px #ed1c24 inset;
        -o-box-shadow: 0 0 2px #ed1c24 inset;
        box-shadow: 0 0 2px #ed1c24 inset;
        background-color: #fff;
        border: 1px solid #ed1c24;
        outline: none;
    }


#contentBox form input[type="submit"] {
    background: rgb(254,231,154);
    background: -moz-linear-gradient(top, rgba(0,91,146,1) 0%, rgba(33,156,233,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
    background: -o-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
    background: linear-gradient(top, rgba(0,91,146,1)) 0%,rgba(33,156,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    border: 1px solid #005b92;
    color: #ffffff;
    cursor: pointer;
    float: left;
    height: 35px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    width: 120px;
}

    #contentBox form input[type="submit"]:hover {
        background: rgb(33,156,233);
        background: -moz-linear-gradient(top, rgba(33,156,233,1) 0%, rgba(0,91,146,1) 100%);
        background: -webkit-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
        background: -o-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
        background: -ms-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
        background: linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#005b92',GradientType=0 );
    }

#contentBox form div label {
    color: #004a80;
    float: right;
    font-size: 12px;
    margin: 30px 15px 0 0;
    text-decoration: underline;
}

#boxIndex .bottonEntracss {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
    background: -webkit-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
    border-radius: 30px;
    border: 1px solid #005b92;
    color: #ffffff;
    cursor: pointer;
    font: bold 15px Helvetica, Arial, sans-serif;
    height: 35px;
    margin: 15px 0 15px 15px;
    position: relative;
}

    #boxIndex .bottonEntracss:hover {
        background: -webkit-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
    }

#boxIndex .bottoncss {
    color: black !important;
    cursor: pointer !important;
    height: 30px !important;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
    border: none !important;
    background: none !important;
}

    #boxIndex .bottoncss:hover {
        text-decoration: underline;
    }
/* fine box index*/

/* prodotti alternativi*/
.AlternativeProducts .link:link {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.AlternativeProducts .link:visited {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.AlternativeProducts .link:active {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.AlternativeProducts .link:hover {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.AlternativeProducts .link {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}
/* fine prodotti alternativi*/

/* prodotti correlati*/
.CorrelatedProducts .link:link {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.CorrelatedProducts .link:visited {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.CorrelatedProducts .link:active {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.CorrelatedProducts .link:hover {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}

.CorrelatedProducts .link {
    color: #A4B2BD;
    text-decoration: none;
    cursor: pointer;
}


/* fine prodotti correlati*/

/* VisibleForDestinationTipologies */
.VisibleForDestinationTipologies {
    border-width: 1px;
    border-style: solid;
}

    .VisibleForDestinationTipologies input[type="checkbox"] {
        vertical-align: middle;
    }

    .VisibleForDestinationTipologies label {
        margin-right: 4px;
    }

    .VisibleForDestinationTipologies .deactivated {
        display: block;
        background-color: lightgray;
        color: red;
    }
/* VisibleForDestinationTipologies end*/

/* inizio modale per la news sulla index*/

.newsindex {
    border: solid 1px #808080;
    background-color: #FFFFFF;
    padding: 25px 50px;
    color: black;
}

    .newsindex .close {
        float: none !important;
        margin-left: 0 !important;
        width: 100% !important;
        background: -webkit-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
        border-radius: 30px;
        border: 1px solid #005b92;
        color: #ffffff;
        cursor: pointer;
        font: bold 15px Helvetica, Arial, sans-serif;
        height: 35px;
        margin: 15px 0 15px 15px;
        position: relative;
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-decoration: none;
    }

    .newsindex .newsfooter {
        text-align: center;
        margin-top: 15px;
    }

/*fine modale*/
/* inizio editor news */
.news_editor {
    color: black;
}
/* fine editor*/

/* inizio descrizione checkbox */
.lb_nome_check {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #005b92;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px !important;
}
/* fine descrizione checkbox */

/* macrochar */
.macrochar-img-upload-container {
    border-collapse: collapse;
    width: 100%;
}

    .macrochar-img-upload-container .btnbar {
        padding: 0;
        text-align: right;
        white-space: nowrap;
    }
/* macrochar end */
/*inizio gestione chat*/
.chatbutton {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 1000;
    opacity: 0.4;
    width: 100px;
    height: 100px;
    background-color: lightblue;
    cursor: pointer !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
}

    .chatbutton:hover {
        -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.91);
        box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.91);
        background-color: #1597E5;
    }

#hl_OpenChat img {
    display: none;
}

.iconchat {
    font-size: 40px;
    margin-top: 27px;
    display: block !important;
}

/*fine gestione chat*/

/* inizio messaggio in login */
.txt_usermessageLogin, .txt_usermessageLogin a {
    font-size: 12px;
    color: Red;
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 8px;
    position: relative;
}

/* fine messaggio in login */

/* inizio errore del controllo validator */
.errorvalidator {
    Font-Size: 8px;
    color: Red;
    font-weight: bold;
}

/* fine erore del controllo validator */
/*INIZIO CHAT*/
.main-wrapper * {
    box-sizing: border-box;
}

:root {
    --color1: hsl(197, 100%, 70%);
    --color2: hsl(197, 100%, 20%);
    --color3: hsl(65, 100%, 50%): --color4: hsl(65, 100%, 50%);
    --anim-dur: 0.7s 1 forwards;
}

body {
    padding: 0;
    margin: 0;
}

.main-wrapper {
    position: absolute;
    bottom: 327px;
    right: 25px;
    border: 5px solid black;
    opacity: .8;
}

.ball {
    position: absolute;
    top: 25vmin;
    /*top: 25vmin;*/
    /*margin: 0vmin auto;*/
    background: radial-gradient(circle at center, transparent 0% 90%, black 100%), radial-gradient(circle at center, var(--color1) 0%, var(--color2) 100%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.ballstart {
    animation: bouncing var(--anim-dur) ease-in-out 0.7s;
}

.num {
    position: absolute;
    display: block;
    top: 13px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    width: 25px;
    left: 13px;
    text-align: center;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-weight: bolder;
}



@keyframes bouncing {
    0% {
        top: 25vmin;
    }

    25% {
        width: 20vmin;
        height: 20vmin;
    }

    40% {
        top: 56vmin;
        width: calc(20vmin * 1.5);
        height: calc(20vmin * 0.7);
    }

    75% {
        width: calc(20vmin * 0.5);
        height: calc(20vmin * 1.2);
    }

    100% {
        top: 25vmin;
    }
}

.ball-shadow {
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    top: 71vmin;
    width: 12vmin;
    height: 2vmin;
    background-color: hsla(0, 0%, 0%, 0.1);
    box-shadow: 0vmin 0vmin 1vmin hsla(0, 0%, 0%, 0.1), 0vmin 0vmin 2vmin hsla(0, 0%, 0%, 0.1), 0vmin 0vmin 4vmin hsla(0, 0%, 0%, 0.1), 0vmin 0vmin 16vmin hsla(0, 0%, 0%, 0.1);
}

.ballsstart {
    animation: shadow var(--anim-dur) ease-in-out 0.7s;
}

@keyframes shadow {
    0% {
        width: 12vmin;
        height: 2vmin;
    }

    40% {
        width: calc(20vmin * 1.3);
        height: calc(2vmin * 0.7);
    }

    75% {
        width: calc(12vmin * 0.5);
        height: calc(2vmin * 1.2);
    }

    100% {
        width: 12vmin;
        height: 2vmin;
    }
}


/*FINE CHAT*/

/* web user control LabelType6 */
.c_LabelType6_Results td.c_LabelType6_Results_name span {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0D3F96;
}

.c_LabelType6_Results td.c_LabelType6_Results_value span {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.c_LabelType6_Results tr:nth-child(odd) td.c_LabelType6_Results_name, .c_LabelType6_Results tr:nth-child(even) td.c_LabelType6_Results_name {
    background-color: #ffffff;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    height: 18px;
    width: 238px;
    vertical-align: middle;
    border: 1px solid #D2D2D2;
    border-right: 1px solid #ffffff;
}

.c_LabelType6_Results tr:nth-child(odd) td.c_LabelType6_Results_value, .c_LabelType6_Results tr:nth-child(even) td.c_LabelType6_Results_value {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #0D3F96;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 2px;
    height: 18px;
    width: 800px;
    vertical-align: middle;
    border: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    background-color: #ffffff;
}

.c_LabelType6_Results tr:nth-child(even) td.c_LabelType6_Results_name {
    background-color: #D2D2D2;
    border-right: 1px solid #D2D2D2;
}

.c_LabelType6_Results tr:nth-child(even) td.c_LabelType6_Results_value {
    background-color: #D2D2D2;
}
/* web user control LabelType6 fine */
/* Count ricerca prodotti */

.dg_prodottisearch td {
    position: relative;
}

.count {
    position: absolute;
    background-color: #fff;
    font-size: 9px;
    font-weight: normal;
    right: 2px;
    top: 2px;
    line-height: 13px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 12px;
    z-index: 1000;
}

.count-red {
    background-color: red;
}

.count-green {
    background-color: green;
}

.count-orange {
    background-color: orange;
    cursor: pointer;
}

.semaphore {
    position: relative;
}

.cursorpointer {
    cursor: pointer;
}
/* Fine Count ricerca prodotti */

/* INIZIO ProductInsertRequest.aspx */
/* RQPR_Link_Header */
.rqpr-btn a {
    display: block;
    width: 100%;
    color: white;
    background-color: #337ab7;
    padding: 2px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
    text-decoration: none;
    font-size: 12px;
}
/* FINE ProductInsertRequest.aspx */

/* INIZIO ScrollUp */

#scrollUp {
    bottom: 20px;
    right: 20px;
    background-color: #428bca;
    color: #fff;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    opacity: .9;
    padding: 10px 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    -webkit-backface-visibility: hidden;
}

    #scrollUp:hover {
        background-color: #000;
    }

/* FINE ScrollUp */

a.downloadAttachment {
    color: #0000EE;
}

.img-preview {
    width: 100%;
    height: auto;
}

.color-img-alert {
    color: red !important;
}

.edit_popup_body_link {
    padding-bottom: 15px;
}

.input_link {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    width: 98%;
}

.display {
    display: block;
}

.margin {
    margin-bottom: 5px;
}

.imgSlider-preview {
    max-width: 190px;
    max-height: 190px;
}

.imgImmagineScheda-preview {
    max-width: 200px;
    max-height: 300px;
}
