﻿body {
    font-family: Verdana,Arial;
    font-size: 10pt;
    background-color: #ffffff;
}

div {
    border-radius: 6px;
}

panel {
    border-radius: 6px;
}

.main_menu {
}
/*[menu FC] */


/* [ menu original DB]
.main_menu, .main_menu:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff));
    background: -moz-linear-gradient(top, #ffffff 5%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 5%, #ffffff 100%);
    background: -o-linear-gradient(top, #ffffff 5%, #ffffff 100%);
    background: -ms-linear-gradient(top, #ffffff 5%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 5%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0);
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 24px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
}

    .main_menu:hover {
        background-color: #ffffff;
    }

.level_menu, .level_menu:hover {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 0px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 24px;
    text-decoration: none;
    text-shadow: 0px 0px 0px #ffffff;
}

    .level_menu:hover {
        background-color: #ffffff;
    }

.selected, .selected:hover {
    background-color: #A6A6A6 !important;
    color: #000000;
}

.level2 {
    background-color: #ccccCC;
}

.myLabelMenu {
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: inline-block;
    color: #666666;
    font-family: Verdana;
    font-size: 15px;
    padding: 6px 24px;
    text-decoration: none;
}
*/
/* FC */
Label, TextBox{
    color: #000000; /* Colore del testo */
    float: left; /* Float a sinistra */
    font-family: Verdana, sans-serif; /* Tipo di carattere per il testo */
    margin: 20px 20px; /* Margini */
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    display: inline-block;
}


label { /* Stili per la label */
    display: block; /* Impostiamo la label come elemento blocco */
    line-height: 20px; /* Altezza di riga */
    width: 150px; /* Larghezza */
}


.LabelSmall { /* Stili per la label */
    font-family: Verdana, sans-serif; /* Tipo di carattere per il testo */
    font-size: 9px;
    resize: none;
}

.LabelMedium { /* Stili per la label */
    font-family: Verdana, sans-serif; /* Tipo di carattere per il testo */
    font-size: 11px;
    resize: none;
}
:root {
    --gv-border-radius: 7px;
}

.rcgv {
    border-radius: var(--gv-border-radius);
    border-width: 0 !important;
    
}

    .rcgv th:first-child {
        border-top-left-radius: var(--gv-border-radius);
    }

    .rcgv th:last-child {
        border-top-right-radius: var(--gv-border-radius);
    }

    .rcgv tr:last-child td:first-child {
        border-bottom-left-radius: var(--gv-border-radius);
    }

    .rcgv tr:last-child td:last-child {
        border-bottom-right-radius: var(--gv-border-radius);
    }

.gridround {

    border: 0px solid;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
}

.Round {
    color: #000000; /* Colore del testo */
    float: left; /* Float a sinistra */
    font-family: Verdana, sans-serif; /* Tipo di carattere per il testo */
    margin: 20px 20px; /* Margini */
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    display: inline-block;
}


.LabelRound {
    background-color: #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-family: Verdana;
    font-size: 11px;
    padding: 1px 6px;
    text-decoration: none;
    resize: none;
}

#form {
    width: 500px;
    margin: 50px auto;
    background: #222;
    padding: 25px;
    overflow: hidden;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

h1 {
    font-size: 16px;
    color: #FCCC69;
    margin-bottom: 20px;
}

input { /* Stili per il campo di testo e per la textarea */
    background: #f9f9f9; /* Colore di sfondo */
    border: 1px solid #dcdcdc; /* Bordo */
    color: #000000; /* Colore del testo */
    /* Altezza */
    line-height: 20px; /* Altezza di riga */
    /*width: 300px; */ /* Larghezza */
    padding: 0 10px; /* Padding */
    border-radius: 6px;
    margin-left: 5px;
    margin-top: 18px;
}

/* Pulsanti */
.PulsanteStd {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}

    .PulsanteStd:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
        background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        background-color: #dfdfdf;
    }

    .PulsanteStd:active {
        position: relative;
        top: 1px;
    }



.PulsanteMenu {
    box-shadow: inset 1px 1px 1px 1px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
    background-color: #ededed;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #777777;
    font-family: Arial;
    font-size: 18px;
    font-weight:lighter;
    padding: 6px 6px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}
.PulsanteMenu:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
        background-color: #dfdfdf;
    }

/* End Pulsanti */
/*//////////////////////////////////////////////////////////////////
[ Table former]*/
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    border-color: #ccc;
}

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 3px 3px;
        border-style: solid;
        border-width: 0px;
        overflow: hidden;
        word-break: normal;
        border-color: #ccc;
        color: #333;
    }

    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 3px 3px;
        border-style: solid;
        border-width: 0px;
        overflow: hidden;
        word-break: normal;
        border-color: #ccc;
        color: #333;
    }

    .tg .tg-0lax {
        text-align: left;
        vertical-align: top;
    }

    .tg .tg-0rax {
        text-align: right;
        vertical-align: top;
    }
/* end */

/* [TableView] */
.grdContent {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: #646464;
    font-family: Verdana;
    color: White;
    border: none 0px transparent;
    height: 18px;
    text-align: center;
    font-size: 12px;
}

.rows {
    background-color: #fff;
    font-family: Verdana;
    font-size: 11px;
    color: #000;
    min-height: 14px;
    text-align: left;
    border: none 0px transparent;
}

    .rows:hover {
        background-color: #357ff4;
        font-family: Verdana;
        color: #fff;
        text-align: left;
    }

.selectedrow {
    background-color: #357ff4;
    font-family: Verdana;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.mygrdContent a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
    background-color: #000;
    color: #fff;
}

.mygrdContent span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.mygrdContent td {
    padding: 5px;
}

.mygrdContent th {
    padding: 5px;
}
/* [ end table  ]*/

.radioButtonList input[type="radio"] {
    width: auto;
    float: left;
}

.radioButtonList label {
    width: auto;
    display: inline;
    float: left;
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}
.ts td:first-child {
    text-align: right !important;

}
.ts td {
    margin-left: 30px;
    margin-top: 30px;
    height:30px;
}
.ts {
    margin-left: 50px;
    margin-top: 10px;
}
.calendar_default {
    Color: #646464;
}
/* Customize the label (the container) */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.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);
}

.checkboxlist_nowrap label {
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    padding-left: 3px;
}
