﻿body {
    font-family: Tahoma;
    font-size: 13px;
    margin: 5px;
}

.innerDiv, .gridTitle, .footerDiv {
    font-family: Tahoma;
    font-size: 13px;
}

.bodyTable > tbody > tr {
    background-color: gainsboro;
    font-family: Tahoma;
    font-size: 13px;
}

.headerTable > thead {
    background: linear-gradient(to bottom, #ffd3f4 0%,#f7aaf2 100%);
    font-family: Tahoma;
    font-size: 13px;
}

    .headerTable > thead > th {
        padding: 3px;
        color: black;
    }

input, textarea {
    border: 1px solid #bebebe;
    border-radius: 2px;
}

.sezione {
    font-size: 13px;
    /*text-align: center;*/
    /*background-color: rgb(155, 192, 221);*/
    background-color: #efefef;
}

    .sezione input {
        float: left;
        border-width: 0px;
    }


.box3d {
    box-shadow: 0px 2px 5px #000000;
    border: 1px solid white;
    border-radius: 3px;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset {
    border: 1px solid #D3D3D3;
    margin: 4px 0px;
    border-radius: 3px;
}

legend {
    background-color: #DADFE0;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #666666;
    font-size: 90%;
    padding: 0.2em 0.5em;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
}

.loginbkg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

    .loginbkg div {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .loginbkg img {
        position: absolute;
        top: 0px;
        left: 0px;
        min-width: 100%;
        min-height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.login {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#controlLogin {
    margin: 200px auto 0px auto;
    border: solid 1px #dedede;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    padding: 20px 0px;
    text-align: center;
    background-color: #fbfbfb;
}

    #controlLogin table {
        width: 280px;
        margin: auto;
    }

    #controlLogin input[type=text], #controlLogin input[type=password] {
        border: solid 1px #cecece;
    }

    #controlLogin input[type=button] {
        border: solid 1px #144568;
        background-color: #144568;
        border-radius: 3px;
        box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
        color: #ffffff;
        font-size: 8pt;
        text-transform: uppercase;
        padding: 3px 25px;
        transition: all 0.3s #c04b92;
        -moz-transition: all 0.3s #c04b92;
        -webkit-transition: all 0.3s #c04b92;
        -o-transition: all 0.3s #c04b92;
    }

        #controlLogin input[type=button]:hover {
            background-color: #c04b92;
            border: solid 1px #c04b92;
        }

.login .link {
    background-color: #144568;
    box-shadow: none;
    border: none;
    margin-top: 20px;
}

    .login .link a {
        color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

        .login .link a:hover {
            color: #c04b92;
        }

.intestazione {
    padding: 8px 20px;
    background-color: #fbfbfb;
}

    .intestazione .logo {
        float: left;
    }

    .intestazione #printers {
        float: right;
        margin: 10px;
    }

button, input[type=button] {
    background-color: #D5DDDF;
    border: 1px solid #BABABA;
    border-radius: 3px;
    color: #555555;
    font-size: 9pt;
    padding: 2px 15px;
    /*text-shadow: 0px 1px 0px #ffffff;*/
}

.clear {
    clear: both;
}

.attesa {
    background-color: #144568;
    border: solid 1px #144568;
    moz-box-shadow: inset 0px 1px 0px 0px #1e6aa0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #1e6aa0;
    box-shadow: inset 0px 1px 0px 0px #1e6aa0;
}

th {
    color: #444444;
    font-size: 8pt;
}

.toolbar {
    border-radius: 2px;
    background-color: gainsboro;
    padding-bottom: 5px;
    clear: both;
}

    .toolbar button {
        padding: 6px;
        background-color: rgb(251, 207, 234);
        cursor: pointer;
        box-shadow: 3px 3px 4px #858585;
    }

        .toolbar button:active {
            padding: 6px;
            background-color: rgb(251, 207, 234);
            cursor: pointer;
            box-shadow: 1px 1px 4px #858585;
            left: 2px;
            top: 2px;
            position: relative;
        }

        .toolbar button:disabled {
            padding: 6px;
            background-color: gainsboro;
            cursor: auto;
            opacity: 0.5;
            box-shadow: 0px 0px 0px #858585;
        }

        .toolbar button img {
            vertical-align: top;
        }


.textcomplete-wrapper {
    width: 100%;
}


.ui-datepicker-trigger {
    vertical-align: sub;
}

input[type=button] {
    padding: 6px;
    background-color: rgb(251, 207, 234);
    cursor: pointer;
    box-shadow: 3px 3px 4px #858585;
}

    input[type=button]:active {
        padding: 6px;
        background-color: rgb(251, 207, 234);
        cursor: pointer;
        box-shadow: 1px 1px 4px #858585;
        left: 2px;
        top: 2px;
        position: relative;
    }

    input[type=button]:disabled {
        padding: 6px;
        background-color: gainsboro;
        cursor: auto;
        opacity: 0.5;
        box-shadow: 0px 0px 0px #858585;
    }


    input[type=button] img {
        vertical-align: top;
    }

.fieldsetHidden {
    border: 0px;
    margin: -7px;
}

.editor {
    /*font-family: 'Roboto', sans-serif;
    border: 1px solid gainsboro;
    font-size: 15px;*/
    /*padding: 0 0 0 8px; */
    font-family: 'Roboto', sans-serif;
    border: 1px solid gainsboro;
    font-size: 13px !important;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    padding: 4px;
    box-sizing: border-box;
}

    .editor:disabled {
        color: #4e4e4e;
        background-color: #d2d2d2;
        background-image: none;
    }

    .editor.editorText {
        width: 100%;
    }

    .editor.editorLongText {
        width: 100%;
    }

    .editor.editorDate {
        width: 120px;
        background-image: url(/img/calendar.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

        .editor.editorDate:disabled {
            width: 100px;
            background-image: url(/img/calendar-disabled.svg);
            background-repeat: no-repeat;
            background-position: right;
        }

    .editor.editorTime {
        width: 65px;
        background-image: url(/img/clock.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

    .editor.editorNumber {
        width: 100px;
        text-align: right;
    }

    .editor.editorCurrency {
        width: 100px;
        text-align: right;
        padding-right: 23px;
        background-image: url(/img/euro.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

    .editor.editorPercent {
        width: 100px;
        text-align: right;
        padding-right: 23px;
        background-image: url(/img/percent2.svg);
        background-repeat: no-repeat;
        background-position: right;
    }

    .editor.err {
        background: none !important;
        background-color: red !important;
        color: white !important;
    }

select {
    padding: 3px;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}
