﻿html, body, u1, o1, ul, li, h1, h2, h3, h4, h5, h6, form, fielset, a, href, label {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    color: #484848;
    text-align: left;
}

h1 {
    font: bold 2.3em/80px;
}

h2 {
    font-size: 1.5em;
    color: #0099cc;
}

h3 {
    font-size: 1.3em;
    color: #484848;
}

h4 {
    font-size: 1.2em;
}

select, input, textarea {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #484848;
    text-decoration: none;
}

a {
    text-decoration: underline;
    color: #484848;
}

    a:hover {
        color: #0099cc;
    }

    a img {
        border: none;
    }

.input {
    border: 1px solid #ccc;
}

.radio {
    border: 0px solid;
}

.select {
    border: 1px solid #ccc;
}

hr {
    border: 0.5px solid #ccc;
}

.error {
    color: #0099cc;
}

#dvLogin {
    padding: 10px;
}

#dvGestione {
    margin: 20px;
}

#dvScheda {
    margin: 30px;
}

.rosso {
    color: #ff0000;
}

.gray {
    color: #484848;
}

input[type=text], input[type=password], input[type=date], textarea, select, input[type=number] {
    display: inline-block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.button {
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 10px;
}

    .button:hover, .button:active {
        background-color: #eee;
    }

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .container input:checked ~ .checkmark {
        background-color: #0099cc;
    }

        .container input:checked ~ .checkmark:after {
            display: block;
        }

    .container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

#frmLogin .labelcontrol, .filtri .labelcontrol {
    text-transform: uppercase;
    line-height: 30px;
}

#frmLogin .control, .filtri .control {
    border-radius: 0;
    width: 200px;
}

#frmMain h3 {
    line-height: 30px;
}

#frmMain ul {
    list-style-position: inside;
}

    #frmMain ul li {
        font-size: 14px;
        line-height: 25px;
    }

#frmMain a {
    text-decoration: none;
}

.filtri select.control {
    width: 100%;
}

.gridViewHeader th {
    text-transform: uppercase;
}

.preload {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) center no-repeat #fff;
    opacity: 0.5;
    display: none;
}

.square-yellow {
    font-size: 12px;
    padding-left: 12px;
    background: Yellow;
    border: 1px solid #CCC;
    display: inline-block;
}

.square-antiquewhite {
    font-size: 12px;
    padding-left: 12px;
    background: AntiqueWhite;
    border: 1px solid #CCC;
    display: inline-block;
}

.action-box {
    padding: 15px 0;
    width: 100%;
}

    .action-box .labelcontrol {
        text-transform: uppercase;
        line-height: 30px;
    }

    .action-box .control {
        border-radius: 0;
        width: 250px;
    }

    .action-box .errore {
        font-size: 13px;
        color: #ff0000;
        line-height: 30px;
    }

a.whatsapp {
    margin-left: 5px;
    font-size: 20px;
    color: #25d366;
}

a.email {
    margin-left: 5px;
    font-size: 20px;
    color: #000;
}