.form_toolbar {
    padding-top: 20px;
}

.tabella {
    width: 100%;
}

.tabella > tbody > tr:first-child:not(.hidden) {
background-color: #2a5e92;
}

.tabella > tbody > tr:nth-child(even) {
    background-color: #ffffff;
}

.tabella > tbody > tr:nth-child(odd) {
    background-color: #f6fafe;
}

.tabella > tbody > tr > td:first-child:not(.hidden) {
border-left: 1px solid #d3d3d3;
}

.cellatable {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    color: #4d4d4d;
    padding: 3px 3px 3px 3px;
}

.edittableimg {
    cursor: pointer;
}
.newtableimg {
    cursor: pointer;
}
.copytableimg {
    cursor: pointer;
}
.deletetableimg {
    cursor: pointer;
}
.printtableimg {
    cursor: pointer;
}

.bottonitable {
    background-color: #dedee0 !important;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.testatatable {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    color: #FFF;
    padding: 3px 3px 3px 0;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

table. {
    padding: 0;
    margin: 0;
    vertical-align: top;
}
table.container {
    margin-top: -10px;
}

td {
    vertical-align: top;
}

label {
    font-size: 11px;
    font-weight: bold !important;
    color: #4d4d4d;
    padding: 0;
    margin: 0;
}

input {
    height: 19px;
    width: 120px;
}
input, textarea {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.datepicker_icon {
    width: 20px;
}
.datepicker_img {
    padding-top: 1px;
    padding-left: 1px;
    cursor: pointer;
}
td.datepicker_field {
    width: auto;
}
input.datepicker, input.datepicker_dis {
    text-align: center;
}
.datepicker-holiday > a.ui-state-default {
    border: 1px solid #F17A7A;
}
.datepicker-holiday > a.ui-state-default:not(.ui-state-active) {
background: #F0C0C0;
color: #5f3f3f;
}
select {
    width: 148px;
    height: 19px;
    margin-top: 2px;
}

textarea {
    resize: none;
}

.disabilitato {
    background-color: #ddd;
    border: 1px solid #bbb;
}

.abilitato {
    background-color: #fff;
    border: 1px solid #ccc;
}
.modificato {
    background-color: #feffee;
    border: 1px solid #ccc;
}
.numerico {
    text-align: right;
}
.leftspace {
    padding-left: 25px;
}
.fieldcontent {
    margin-top: 10px;
}
.fieldcontenttop {
    margin-top: -6px;
}
.fieldcontentmiddle {
    margin-top: 1px;
}
.fieldcontentcheck {
    margin-top: 0;
}

.titolo {
    width: 100%;
    border-bottom: 2px solid #369;
    height: 30px;
    background-color: #fff;
    color: #369;
    font-size: 17px !important;
    padding: 1px;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

.contenuto {
    background-color: #f6fafe !important;
    width: 100%;
}
label.fieldlabel {
    margin-left: 1px;
}
/* ricerca */
.search_desc {
    margin-left: 2px;
}
/* risultati della ricerca */
.searchresult {
    display: none;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px;
}
.searchresult_header {
    height: 20px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #2a5e92;
    margin: 0 2px;
}
.searchresult_header > span {
    margin: 0 5px;
    font-weight: bold;
    font-size: 1em;
    vertical-align: bottom;
    color: #2a5e92;
}
.searchresult_toolbar {
    margin: 3px 2px 2px 2px;
}
.searchresult_toolbar > img {
    width: 25px;
    cursor: pointer;
}
.searchresult_toolbar > img.disabled {
    cursor: auto;
    /* Firefox */
    filter: grayscale(100%);
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.searchresult_content {
    overflow: auto;
    max-height: 395px;
}
.searchresult_content > table {
    width: 100%;
    border: 1px solid #D3D3D3;
}
.searchresult_content > table tr > * {
    border-top: 1px solid #D3D3D3;
    font-weight: bold;
    font-size: 12px;
}
.searchresult_content > table tr > th {
    color: #FFFFFF;
    height: 22px;
}
.searchresult_content > table tr > td {
    color: #4D4D4D;
    height: 20px;
    cursor: pointer;
    vertical-align: bottom;
}
.searchresult_content > table tr > td > input[type="text"] {
    background-color: transparent;
    border: none;
    cursor: inherit;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: #4D4D4D;
}
.searchresult_content > table tr > td:visible:last-of-type {
}
.searchresult_content > table tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.searchresult_content > table tr:nth-child(even) {
    background-color: #F6FAFE;
}
.searchresult_content > table tr:first-of-type {
    background-color: #2a5e92;
}
.searchresult_header_close {
    background-image: url(../img/dialogclose.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    float: right;
}
.searchresult_header_close:hover {
    background-image: url(../img/dialogclose_hover.png);
    cursor: pointer;
}
td.searchfield_checktd label.fieldlabel {
    margin-left: 15px;
}
/* input */
.input_hidden {
    display: none;
}
.input_error {
    border: solid 1px red !important;
    background-color: #FFCCCC !important;
}
input:focus, textarea:focus {
    background: #FFFFBB none repeat scroll 0% 0%;
}
input[readonly]:focus, textarea[readonly]:focus {
    border: 1px solid #BBBBBB;
    background-color: #E0E0E0;
}
/* radio buttons */
input[type=radio] {
    border: 0px;
    height: 14px;
    width: 14px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    border-radius: 7px;
    background-color: #FFFFFF;
}
input[type=radio]:checked:after {
    content: '\2022';
    font-size: 18px;
    position: relative;
    top: -6px;
    left: 1px;
    color: #4D4D4D;
}
input[type=radio]:focus {
    background-color: #FFFFFF;
    outline: none;
}
input[type=radio]:disabled {
    background-color: #DDDDDD;
}
td.radiobutton_label {
    width: auto;
    /*text-align: right;*/
}
td.radiobutton_label > * {
    /*margin-right: 5px;*/
    padding-left: 4px;
}
td.radiobutton_input {
    width: 14px;
}
.float_left {
    float: left;
}
/* checkboxes
input[type=checkbox] {
    border: 0px;
    height: 15px;
    width: 15px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    background-color: #FFFFFF;
}
input[type=checkbox].searchfield_check {
    height: 11px;
    width: 11px;
    display: -webkit-inline-box;
    position: absolute;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 16px;
    position: relative;
    top: -4px;
    left: 0px;
    color: #4D4D4D;
}
input[type=checkbox].searchfield_check:checked:after {
    left: -1px;
    font-size: 14px;
}
input[type=checkbox]:focus {
    background-color: #FFFFFF;
    outline: none;
}
input[type=checkbox]:disabled {
    background-color: #DDDDDD;
}
td.checkbox_label {
    width: auto;
}
td.checkbox_label > * {
    padding-left: 4px;
}
td.checkbox_input {
    width: 15px;
    margin: 0;
}
td.searchfield_check {
    font-family: "Verdana";
    font-size: 11px;
    font-weight: bold;
    color: #4d4d4d;
}
 */
/* color picker */
div.colorpicker_preview, .colorpicker_filler {
    width: 30px;
    height: 17px;
    margin-right: 5px;
}
div.colorpicker_preview {
    border: 1px solid black;
}
img.colorpicker_button {
    margin-left: 2px;
    width: 18px;
}
/* file chooser */
div.filechooser_preview, .filechooser_filler {
    width: 30px;
    height: 17px;
    margin-right: 5px;
}
div.filechooser_preview {
    /*border: 1px solid black;*/
    /*background-color: #FFFFFF;*/
}
div.filechooser_preview > img {
    border: 1px solid black;
    height: 100%;
    display: block;
    margin: 0 auto;
}
img.filechooser_button {
    margin-left: 2px;
    width: 18px;
}
/* glasspane 
div.glasspane {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 97;
    background-color: gray;
    user-select: none;
    text-align: center;
    vertical-align: middle;
}
div.waitbar {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 99;
}
div.waiticon {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: transparent;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    background-image: url("/dialog/img/glasspane.gif");
    background-repeat: no-repeat;
    background-position: center;
}
*/
/* alertbox */
.alertbox {
    display: none;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    position: absolute;
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: auto;
    padding: 10px;
}
.alertbox_header {
    height: 25px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #2a5e92;
    margin: 5px 2px;
}
.alertbox_header > span {
    margin: 0 5px;
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: bottom;
    color: #2a5e92;
}
.alertbox_header_close {
    background-image: url(../img/dialogclose.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    float: right;
}
.alertbox_header_close:hover {
    background-image: url(../img/dialogclose_hover.png);
    cursor: pointer;
}
.alertbox > .alertbox_content {
    padding: 10px 5px 5px 5px;
}
.alertbox > .alertbox_content > * {
    font-size: 16px;
}
/* confirmbox */
.confirmbox {
    display: none;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    position: absolute;
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: auto;
    padding: 10px;
}
.confirmbox_header {
    height: 25px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #2a5e92;
    margin: 5px 2px;
}
.confirmbox_header > span {
    margin: 0 5px;
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: bottom;
    color: #2a5e92;
}
.confirmbox_header_close {
    background-image: url(../img/dialogclose.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    float: right;
}
.confirmbox_header_close:hover {
    background-image: url(../img/dialogclose_hover.png);
    cursor: pointer;
}
.confirmbox > .confirmbox_content {
    padding: 10px 5px 5px 5px;
    min-height: 70px;
}
.confirmbox > .confirmbox_content > * {
    font-size: 16px;
}
.confirmbox > .confirmbox_answers > .answer {
    float: right;
    padding: 2px 5px;
    margin: 2px 5px;
    cursor: pointer;
    border: 1px solid #2a5e92;
    color: #4D4D4D;
    font-weight: bold;
    background-color: transparent;
    min-width: 50px;
    min-height: 22px;
    text-align: center;
    vertical-align: bottom;
}
.confirmbox > .confirmbox_answers > .answer:focus {
    background-color: #F6FAFE;
}
.confirmbox > .confirmbox_answers > .answer:hover {
    border: 1px solid #F6FAFE;
    background-color: #2a5e92;
    color: white;
}
/* pagamenti */
div#pagamenti {
    margin-bottom: 10px;
}
/* GESTIONE TAB */
ul.tablabels {
    list-style-type: none;
    padding: 0;
    margin: 0 10px;
}
li.tablabel {
    float: left;
    color: #4d4d4d;
    min-width: 80px;
    font-size: 11px;
    font-weight: bold;
    border-top: 2px solid #2a5e92;
    border-left: 2px solid #2a5e92;
    border-right: 2px solid #2a5e92;
    background-color: #F6FAFE;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 2px 10px;
    margin-top: 6px;
}
li.tablabel.selectedtab {
    background-color: #2a5e92;
    color: #F6FAFE;
    padding: 5px 10px;
    margin-top: 0;
}
li.tablabel:hover {

}
div.tab_container {
    padding-top: 0;
}
ul.tablabels > li.tablabel:first-of-type {
}

.table_contenuto {
    padding-top: 2px;
}

.dati_OK {
    color: green;
}
.dati_KO {
    color: #B11313;
}
