/* tabella resettata */
table.cleartable,
table.cleartable thead,
table.cleartable th,
table.cleartable tbody,
table.cleartable tr,
table.cleartable tr:hover,
table.cleartable td,
table.cleartable tfoot
{
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: none;
	height: auto;
	text-shadow: none;
	color: black;
}

table.custsat td
{
    font-size: 1.2rem;
}

table.orari
{
	width: 100%;
	margin-top: 8px
}

table.orari th
{
	border: 1px solid #999;
	width: 14%;
	background-color: #ddd;
	padding: 4px
}

table.orari th.alt
{
	background-color: #ccc;
}

table.orari td
{
	border-bottom: 1px solid #ccc;
	background-color: #fff;
    overflow: hidden;
    position: relative;
}

table.orari td.alt
{
	background-color: #eee;
}

/*table.orari td*/ .prenotato
{
	background-color: #ffa;
}

/*table.orari td*/ .confermato
{
	background-color: #fcc !important;
}

/*table.orari td*/ .alt.prenotato
{
	background-color: #ee7 !important;
}

/*table.orari td*/ .alt.confermato {
    background-color: #fbb !important;
}

i.lefticon {
    position: absolute;
    left: 2px;
    cursor: pointer;
}

i.righticon {
    position: absolute;
    right: 2px;
    cursor: pointer;
}

input.orari
{
	margin: 0;
	padding: 2px 6px 2px 6px;
	width: 95%;
	border: none;
	background-color: transparent;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
}

.valerr
{
	background-color: rgb(250, 238, 76) !important;
    color: #a22;
}

input.presenza
{
    color: #a62;
}

input.remoto
{
    color: #27f;
}

div.legenda
{
    font-size: .7em;
    padding: 4px 0px 4px 0px;
    /*text-align: right;*/
}

i.legenda
{
    border: 1px solid #999;
    margin-left: 20px;
}

div.iPhoneCheckContainer
{
    float: left;
}

div.autosave
{
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
    font-size: .8em;
    font-weight: bold;
    color: #239;
}

.form-item span {
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}

.form-item span a {
    text-decoration: underline;
    color: #44a;
}

.silk, .fugue-1, .fugue-2, .fugue-3, .fugue-4, .fugue-5, .fugue-6 {
	display: inline-block;
	vertical-align: middle;
}

/* autocomplete tabellare */
.ac-table {
	max-height: 300px;
	overflow-y: auto;
}
.ui-menu .ui-menu-item .ac-row {
	line-height: auto;
	padding: 2px 0;
	border-bottom: 1px solid #ccc;
}
.ac-col {
	font-size: 12px;
	padding: 0 4px;
	float: left;
}


.cellinfo {
	color: white;
	background-color: red;
	font-weight: bold;
	/* display: inline-block; */
	display: none;
	margin-left: 6px;
	padding: 1px 2px;
	position: relative !important;
}

th .cellinfo {
	display: none;
	line-height: 1.5em;
	margin: 0 !important;
}



.container_12, .container_16 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.content > .box {
	margin-top: 58px;
	border-radius: 3px;
}



table.dataTable thead th {padding: 1px 2px;}
table.dataTable td {padding: 1px 2px;}

.ui-tabs .ui-tabs-panel {padding: 0}


.toolbutton 
{
	display: inline-block;
	cursor: pointer;
}

.minitoolbutton {
    display: inline-block;
    cursor: pointer;
    font-size: .8em !important;
}

input.valueerror
{
	background-color: #ffb0b0;
}

.move-up, .move-down {
	cursor: pointer;
}

div.editufficio input, div.editufficio  textarea {
	font-family: Arial, sans-serif !important;
}

div.assuffici {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

div.assuffici input {
    width: auto !important;
}