﻿body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background-color: #ccc;
    background-image: linear-gradient(to top right, #eee 0%, #ccc 100%);
    background-image: -ms-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -moz-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -o-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #eee), color-stop(1, #ccc));
    background-image: -webkit-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-y: scroll;
}

html, input, textarea, select {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

select {
    background-color: White;
    border: solid 1px White;
    color: Black;
    margin-right: 2px;
    padding-bottom: 2px;
}

* {
    padding: 0px;
    margin: 0px;
}

.corpo {
    padding: 0px;
    padding-top: 30px;
}

.header {
    background-color: #ede9e2;
    width: 960px;
    height: 200px;
    border: 1px solid #727272;
    color: #212121;
}

.banner {
    height: 401px;
    vertical-align: top;
}

.box_info {
    vertical-align: top;
    width: 280px;
    padding: 15px;
    border-right: 1px solid #eaeaea;
    background-image: linear-gradient(to top right, #eee 0%, #ccc 100%);
    background-image: -ms-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -moz-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -o-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #eee), color-stop(1, #ccc));
    background-image: -webkit-linear-gradient(top right, #eee 0%, #ccc 100%);
}

.box_info_clienti {
    vertical-align: top;
    padding: 15px;
}

.bacheca {
    text-align: left;
    vertical-align: top;
    width: 400px;
    padding: 15px;
    border-right: 1px solid #eaeaea;
    background-image: linear-gradient(to top right, #eee 0%, #ccc 100%);
    background-image: -ms-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -moz-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -o-linear-gradient(top right, #eee 0%, #ccc 100%);
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #eee), color-stop(1, #ccc));
    background-image: -webkit-linear-gradient(top right, #eee 0%, #ccc 100%);
}

.barra_evidenza {
    padding-left: 10px;
    border-left: 10px solid #fbbd1e;
}

.box_content {
    background: url(../../grf/bcg_content.gif) no-repeat top;
    vertical-align: top;
    height: 155px;
    width: 280px;
    padding: 10px;
}

.sub_menu {
    background: url(../../grf/bcg_sub_menu.gif) no-repeat top;
    padding-bottom: 3px;
    width: 300px;
    height: 83px;
}

.content_banner {
    background-color: White;
    text-align: left;
    padding: 10px;
    height: 360px;
    vertical-align: top;
    border: 1px solid #727272;
    border-top: none;
}

.footer {
    background-color: #eaeaea;
    height: 100px;
}

.image {
    padding-left: 10px;
    width: 75px;
}

.filtro {
    background: #ddd;
    padding: 10px;
    border-top: 1px solid #9f9f9f;
    border-bottom: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
}

.txtcampo {
    margin-top: 2px;
}

.CheckBoxList
{
    text-align: left; 

}

.CheckBoxList td
{
    padding-top: 0px !Important;
    padding-bottom: 0px !Important;
}

.CheckBoxList input[type=checkbox]
{
    height: 18px;
}

.CheckBoxList label
{
    padding-left: 3px;
    vertical-align: top;
}

.Link_Testata {
    color: #212121;
}

.Link_Testata:hover {
    color: #212121;
}

/*-------------------VISUAL CHECKBOX------------------*/

.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: transparent;
    --colore-box: #525659;
    --colore-box-spuntato: #525659;
    --colore-spunta: #000;
    --checkbox-height: 26px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid var(--colore-box);
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: var(--colore-spunta);
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
    border-color: var(--colore-box-spuntato);
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}