/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-mar-2016, 11.40.53
    Author     : nineoclick
*/
* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #5b5b5b url('img/images/default_background.jpg');
  background-attachment: fixed;
  font-family: 'Duru Sans', sans-serif;
  color: #000;
}
body#testbody,
body#checkuserdatebody {
  color: #f6f6f6 !important;
  padding: 10px;
}
body#bodyForPrint {
  background: #f6f6f6;
  color: #000;
}
div.loginBox {
  margin: 0px;
  padding: 0px;
  width: 300px;
  min-height: 180px;
  background: #104000;
  color: #f6f6f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  margin-top: -100px;
  padding: 10px;
}
div.backgroundLoginBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #698C00 url('img/images/default_background.jpg');
}
div.loginBoxTitle {
  display: block;
  padding: 3px;
  margin: 3px;
  background: #D9D900;
  color: #2d2d2d;
  font-weight: 700;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #fff;
}
div.loginBoxForm {
  display: block;
  padding: 3px;
  margin: 3px;
  background: #D9D900;
  color: #2d2d2d;
  font-weight: 400;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #fff;
}
div.loginBoxFormSet {
  display: block;
  margin-top: 5px;
}
span.label {
  width: 80px;
  display: block;
  margin-bottom: 2px;
}
div.loginBoxFormSet input.btn_login {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #2d2d2d;
  width: 100px;
  height: 25px;
  cursor: pointer;
  margin-left: 90px;
  background: #104000;
  color: #f6f6f6;
  text-transform: uppercase;
  font-family: 'Duru Sans', sans-serif;
  font-size: 14px;
}
div.loginBoxFormSet input.btn_login:hover {
  background: #196600;
}
/* ENDS LOGIN */
/* MAIN LOADER */
div.mainBigLoader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
div.mainBigLoader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
/* ends MAIN LOADER */
/* GENERAL STRUCTURE */
div[id="generalHeader"] {
  position: fixed;
  /*float: left;*/
  width: 100%;
  min-height: 20px;
  background: #3b3c45;
  border-bottom: 1px solid #2d2d2d;
  z-index: 99;
}
div[id="generalMenu"] {
  position: fixed;
  top: 0px;
  left: 10px;
  /*width: 33%;*/
  margin: 35px 0.5% 0px 0px;
  padding: 0.5%;
  background: transparent;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  z-index: 900;
}
div[id="generalMenu_starter"] {
  position: fixed;
  width: 72px;
  height: 22px;
  background: #D96C00;
  top: 4px;
  left: -10px;
  z-index: 1000;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #CACAD9;
}
div[id="generalMenu_starter"] p {
  font-weight: bold;
  color: #f6f6f6;
  font-size: 12px;
  float: right;
  margin-right: 5px;
  margin-top: 3px;
}
div[id="generalMenu_starter"]:hover {
  background: #D93600;
  top: 4px;
  left: -5px;
  z-index: 1000;
  cursor: pointer;
}
div[id="generalMenu_starter"]:hover p {
  margin-right: 5px;
}
div[id="generalContent"] {
  float: right;
  width: 98%;
  /*width: 62%;*/
  margin: 30px 0.5% 0px;
  padding: 0.5%;
  border: 1px solid #2d2d2d;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  /*display: none;*/
}
div[id="generalFooter"] {
  float: right;
  width: 98%;
  height: 25px;
  margin: 10px 0.5% 0px;
  padding: 0.5%;
  border: 1px solid #2d2d2d;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* ENDS GENERAL STRUCTURE */
/* CONTENT GENERAL */
/* ENDS CONTENT_GENERAL */
/* HOME CONTENT */
div.home_generical_header {
  float: left;
  width: 100%;
  min-height: 30px;
  position: relative;
}
div.home_generical_header_adj {
  float: left;
  width: 98%;
  border: 0px solid transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #004040;
  padding: 1%;
  color: #DBDBEA;
}
div.home_generical_header_adj A {
  text-decoration: underline;
  color: #DBDBEA;
}
div.home_generical_header_adj A:hover {
  text-decoration: underline;
  color: #DBDBEA;
}
/* BUTTON SWITCH TRA CALENDARIO E GRID */
/*div.switchBetweenCalendarAndGrid
	{
		position: absolute;
		top: 12px;
		right: 20px;
	}
	
	div.switchBetweenCalendarAndGrid A
	{
		text-decoration: none;
		padding: 3px;
		border: 1px solid #ff6619;
		background: #ff884c;
		color: #8C0000;
		margin: 3px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		cursor: pointer;
	}

	div.switchBetweenCalendarAndGrid A:hover
	{
		text-decoration: none;
		padding: 3px;
		border: 1px solid #00A3D9;
		background: #007ba0;
		color: #f6f6f6;
		margin: 3px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		cursor: pointer;
	}
	
	div.switchBetweenCalendarAndGrid A.selected
	{
		text-decoration: none;
		padding: 3px;
		border: 1px solid #00A3D9;
		background: #007ba0;
		color: #f6f6f6;
		margin: 3px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		cursor: pointer;
	}
	
	div.switchBetweenCalendarAndGrid A.selected:hover
	{
		text-decoration: none;
		padding: 3px;
		border: 1px solid #00A3D9;
		background: #0063a0;
		color: #f6f6f6;
		margin: 3px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		cursor: pointer;
	}*/
/* ENDS BUTTON SWITCH TRA CALENDARIO E GRID */
/* Tentativo menù su nuovo livello flottante */
div.header_informazioniDiBevenuto {
  float: left;
  width: 49.5%;
  background: transparent;
  padding: 0.25%;
  font-size: 90%;
  margin-bottom: 5px;
}
div.header_upperMenu {
  float: right;
  width: 49.5%;
  background: transparent;
  padding: 0.25%;
  font-size: 90%;
  text-transform: lowercase;
  color: #2d2d2d;
  margin-bottom: 5px;
}
div.header_upperMenu ul {
  list-style: none;
  list-style-position: inside;
  float: right;
}
div.header_upperMenu ul li {
  display: inline-block;
}
div.header_upperMenu ul li A {
  text-decoration: none;
  color: #00a6a7;
  background: #002627;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #00595A;
  padding: 3px 3px;
  font-size: 90%;
  cursor: pointer;
}
div.header_upperMenu ul li A:hover {
  color: #5A3D00;
  text-decoration: none;
  background: #F2AD00;
  border: 1px solid #A67400;
}
div.header_upperMenu ul li A.selected {
  text-decoration: none;
  border: 1px solid #00A3D9;
  background: #007ba0;
  color: #f6f6f6;
}
div.header_upperMenu ul li A.selected:hover {
  text-decoration: none;
  padding: 3px;
  border: 1px solid #00A3D9;
  background: #0063a0;
  color: #f6f6f6;
}
/* FINE Tentativo menù su nuovo livello flottante */
/* INSERISCE UN EVENTO INDIPENDENTEMENTE DA UNA DATA */
div.HLGenericDiv {
  float: left;
  width: -webkit-calc(99% - 0.25% -  20px);
  width: -moz-calc(99% - 0.25% -  20px);
  width: -o-calc(99% - 0.25% -  20px);
  width: calc(99% - 0.25% -  20px);
  margin: 0.25%;
  padding: 0.25%;
  padding-left: 20px;
  margin-bottom: 3px;
  font-size: 0.9em;
  background: transparent url('img/fatcow/16x16/bullet_orange.png') no-repeat 0px 0px;
}
div[class~="HLGenericDiv"][class~="new"] {
  background: transparent url('img/fatcow/16x16/bullet_star.png') no-repeat 0px 0px;
}
div.HLGenericDiv:hover {
  padding-left: 22px;
  background: transparent url('img/fatcow/16x16/bullet_green.png') no-repeat 2px 0px;
}
div[class~="HLGenericDiv"][class~="new"]:hover {
  background: transparent url('img/fatcow/16x16/bullet_star_red.png') no-repeat 2px 0px;
}
div.HLGenericDiv A {
  text-decoration: none;
  color: #868695;
  display: block;
  border-bottom: 1px solid transparent;
}
div.HLGenericDiv A:hover {
  text-decoration: none;
  color: #f6f6f6;
  border-bottom: 1px solid #757584;
}
/* ENDS INSERISCE UN EVENTO INDIPENDENTEMENTE DA UNA DATA */
/* FESTE FISSE ANNO CORRENTE */
div.dayAndFixedHolidayTitle {
  float: left;
  width: 98% !important;
  font-size: 90%;
  border-bottom: 1px solid #000;
  padding: 1% !important;
  background: #868695;
  color: #f6f6f6;
}
div.dayAndFixedHolidayTitle p {
  font-size: 90%;
}
div.listExistantEvents {
  float: left;
  width: 98%;
  padding: 1%;
  background: #bacd63;
  background: transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0px solid transparent;
  margin-top: 2px;
  font-weight: normal !important;
}
div.squarevents {
  width: 98%;
  min-height: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0px solid transparent;
  background: #606060;
  text-align: left;
  float: left;
  margin: 0.5%;
  padding: 0.5%;
}
div.squarevents p {
  /*	font-size: 11px;*/
  margin-top: 2px;
}
div#_fixedHolidays {
  /*display: block;*/
  margin-left: 0px;
  width: 90%;
  margin: 0 0 0 5%;
  background: transparent;
  max-height: 340px;
  overflow: auto;
  float: left;
}
div#_fixedHolidays ul {
  list-style: none inside;
}
div#_fixedHolidays ul li {
  display: block;
  margin: 2px;
  padding: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #dde6b0;
  cursor: pointer;
  font-size: 70%;
}
div#_fixedHolidays ul li p {
  font-size: 70%;
}
/* ENDS FESTE FISSE ANNO CORRENTE */
/* EVENTI UTENTE */
div.day_dates {
  float: left;
  width: 100%;
  height: 15px;
  background: transparent;
  color: #f6f6f6;
  margin-bottom: 3px;
}
div.day_dates p {
  float: left;
  width: 100%;
  color: #f6f6f6;
  font-size: 80%;
}
div.day_dates_oneEvent {
  float: left;
  width: 100%;
  height: 15px;
  color: #f6f6f6;
}
div.day_dates_oneEvent p {
  color: #f6f6f6;
}
/* ENDS EVENTI UTENTE */
div.home_right {
  float: right;
  width: 100%;
  min-height: 150px;
  background: #fff;
}
div.home_right_header {
  float: left;
  width: 100%;
  height: 5px;
  background: #345353;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 5px 0px 0px;
}
div.home_right_content {
  float: left;
  width: 100%;
  min-height: 5px;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 10px;
}
/* ENDS HOME CONTENT */
/* USER CALENDAR */
div.year_switch {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  height: 36px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #004040;
  color: #dbdbea !important;
}
div.year_switch h3 {
  color: #dbdbea !important;
}
/* 15:31 13/10/2014 deprecated 
div#year_switch_referenceDiv
{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	height: 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #004D66;
	margin-bottom: 10px;
}

div#year_switch_referenceDiv p
{
	font-size: 70%;
	color: #dbdbea;
	padding-top: 1px;
}
*/
div.year_switch h3 {
  color: #000;
  padding-top: 6px;
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 0.04em;
}
div.year_switch div.year_switch_left {
  position: absolute;
  top: 2px;
  left: 0px;
  cursor: pointer;
}
div.year_switch div.year_switch_right {
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
}
table#main_calendar {
  width: 100%;
  font-size: 95%;
  /*background: #EEEEEE;*/
}
table#main_calendar td,
table#main_calendar th {
  /*text-align: left;*/
  cursor: pointer;
  border: 1px solid #DBDBEA;
  font-size: 90%;
  vertical-align: top;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #F2F2FF;
}
table#main_calendar th {
  text-transform: uppercase;
}
table#main_calendar td.td_today {
  background: #FFBF00 !important;
}
table#main_calendar td[id^="uniqueDate_"] {
  width: 13% !important;
}
table#main_calendar td:hover:not(.td_week) {
  background: #e5ff99 !important;
}
/* 19/09/15 7.11 - table#main_calendar td.td_sunday p:not(.day_dates p) ma netbeans mi da problemi così..., spero che continui a funzionare tutto! */
table#main_calendar td.td_sunday p:not(.day_dates) {
  color: #c10c10 !important;
  /*font-weight: bold;*/
}
td.th_month_color,
th.th_month_color {
  border: 0px solid transparent !important;
}
th.th_week {
  width: 4% !important;
}
th.th_week p {
  font-size: 80%;
}
/*table#main_calendar td.td_week:hover
{
	background: #b3b300 !important;
}*/
span.fixed_holiday {
  color: #c10;
  font-style: italic;
}
p.alignFixedHolidayClassHeight {
  display: block;
  line-height: 0;
  height: 15px;
  background: transparent;
}
div.genBlockDiv {
  display: block;
  margin-top: 10px;
  background: transparent;
  overflow: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #CACAD9;
}
div.genBlockDiv h4 {
  margin-bottom: 5px;
}
label.standard_floating_label {
  display: inline-block;
  margin-right: 5px;
}
/* ENDS USER CALENDAR */
/* USER GRID VIEW */
div.singleGridEvent {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  background: transparent;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1px solid #A8A8B7;
}
div.singleGridEvent:hover {
  background: #eef2d7;
}
div.singleGridEvent p {
  font-size: 90%;
}
div.singleGridEvent_modifyOrDeleteThisEvent {
  float: left;
  width: 5%;
  background: transparent;
}
div.singleGridEvent_mainInfos {
  float: right;
  width: 93%;
  padding: 0.5%;
  margin: 0.5%;
  background: transparent;
}
div.singleGridEvent_squaredColoredEvent {
  float: left;
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
div.singleGridEvent_secondaryInfos {
  float: left;
  width: 98%;
  padding: 0.5%;
  margin: 0.5%;
  background: transparent;
}
/* ENDS USER GRID VIEW */
/* PANNELLO GESTIONE UTENTI */
div#pguser {
  float: left;
  width: 100%;
  background: #bacd63;
}
div#pguser_header {
  float: left;
  width: 100%;
  min-height: 20px;
  border: none;
  background: #fff;
}
div#pguser_header_adj {
  float: left;
  width: 99%;
  margin: 0.5%;
  border: none;
  background: #fff;
}
div#pguser_content {
  float: left;
  width: 100%;
  min-height: 80px;
  border: none;
  background: #fff;
}
div#pguser_content_adj {
  float: left;
  width: 98%;
  margin: 0.5%;
  padding: 0.5%;
  border: none;
  background: #fff;
  border-top: 1px solid #666666;
}
/* ELEMENTI INSERIMENTO/MODIFICA UTENTI */
div#pguser_userDetails {
  float: left;
  width: 100%;
  padding: 0.0%;
  background: #fff;
}
div.pguser_infoBlocks {
  float: left;
  width: 48%;
  padding: 0.5%;
  border: 1px solid #ccc;
  background: #ececfb;
  margin: 0.35%;
  height: 130px;
  overflow: auto;
}
div.pguser_infoBlocks_alllength {
  float: left;
  width: 98%;
  padding: 0.5%;
  border: 1px solid #ccc;
  background: #ececfb;
  margin: 0.35%;
  height: 110px;
  overflow: auto;
}
div.infoBlock_autoHeight {
  height: auto !important;
}
div.pguser_infoBlocks_controls {
  height: auto !important;
}
div.pguser_infoBlocks img.mainIkon {
  vertical-align: middle;
}
div.pguser_infoBlocks button {
  min-width: 70px;
  padding: 2px;
  border: 1px solid #999999;
  cursor: pointer;
  background: #B9B9C8;
}
div.pguser_infoBlocks button:hover {
  background: #ccc;
}
div.pguser_infoBlocks h3,
div.pguser_infoBlocks h4,
div.pguser_infoBlocks_alllength h3,
div.pguser_infoBlocks_alllength h4 {
  float: left;
  width: 99%;
  color: #917F39;
  padding: 0.5%;
}
div.pguser_infoBlocks h3.fadeToggleTitle {
  cursor: pointer !important;
}
div.pguser_infoBlocks h3.fadeToggleTitle:hover {
  cursor: pointer !important;
  background: #E1D8B5;
}
div.pguser_floatingDivs {
  float: left;
  width: 48%;
  margin: 0.5%;
  padding: 0.5%;
  background: transparent;
}
div.doubleAdiv_floatingDivs {
  width: 98%;
}
div.halfAdiv_floatingDivs {
  width: 24%;
}
div.halfAdiv_025marginsAndPaddins {
  margin: 0.25%;
  padding: 0.25%;
}
div.thirdOfAdiv_floatingDivs {
  width: 31.3%;
}
div.pguser_floatingDivs label {
  cursor: pointer;
  font-size: 80%;
}
div.pguser_floatingDivs input[type="text"],
div.pguser_floatingDivs input[type="password"] {
  width: 98%;
  height: 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  padding: 0.5%;
  color: #2d2d2d;
  border: 1px solid #698C00;
}
div#pguser_userControllers {
  float: left;
  width: 100%;
  min-height: 80px;
  border: none;
  background: #fff;
}
div#pguser_attendanceControl {
  float: left;
  width: 100%;
  min-height: 80px;
  border: none;
  background: #fff;
}
div#pguser_formFooter {
  float: left;
  width: 100%;
  min-height: 80px;
  border: none;
  background: #fff;
}
table.usersList {
  border-collapse: collapse;
  width: 98%;
  margin: 1%;
}
table label {
  cursor: pointer;
}
table.uelist p {
  font-size: 65% !important;
}
table.uelist p {
  font-size: 65% !important;
}
table.usersList td {
  border: 0px solid #474747;
  padding: 0.15%;
}
table.usersList tr td.percent10 {
  width: 10% !important;
  background: transparent;
}
td.generic_td_border {
  /*border: 1px solid #2d2d2d !important;*/
}
table.usersList tr td.percent4 {
  width: 4% !important;
  background: transparent;
  text-align: left;
  border: 1px solid #2d2d2d;
}
table.usersList tr td.percent8 {
  width: 8% !important;
  background: transparent;
  text-align: left;
  border: 1px solid #2d2d2d;
}
table.usersList tr td.percent6 {
  width: 6% !important;
  background: transparent;
  text-align: left;
  border: 1px solid #2d2d2d;
}
table.usersList tr td.percent16 {
  width: 16% !important;
  background: transparent;
  text-align: left;
  border: 1px solid #2d2d2d;
}
.percent4 p {
  padding: 2px !important;
}
.percent16 p {
  padding: 2px !important;
}
.percent6 p {
  padding: 2px !important;
}
.percent8 p {
  padding: 2px !important;
}
table.usersList tr td.percent68 {
  width: 68% !important;
  background: #EFF2D7;
  text-align: left;
  border: 1px solid #2d2d2d;
}
table.usersList tr td.borderbottom {
  border-bottom: 1px solid #474747;
}
.color_red {
  color: #c10 !important;
}
table.uelist {
  /*border-collapse: collapse;*/
  width: 100%;
}
table.uelist td {
  border: 1px solid #2d2d2d;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
table.uelist tr td.percent8 {
  width: 8% !important;
  background: transparent;
  text-align: left;
}
table.uelist tr td.eventTD {
  text-align: center;
  cursor: pointer;
}
table.uelist tr td.eventTD_attendance {
  text-align: center;
  cursor: pointer;
  background: #FFA64C;
}
span.eventTD_attendance {
  text-align: center;
  cursor: pointer;
  background: #FFA64C;
  color: #f6f6f6;
  padding: 1px;
}
table.uelist tr td.uelist_calendarDays {
  background: #F2D58D;
}
table.uelist tr td.noBorder {
  border: 0px solid transparent !important;
}
table.uelist tr td.todayTD {
  background: #FF4000 !important;
  font-weight: bold;
  color: #f6f6f6 !important;
}
div.monthsexplorer {
  width: 98%;
  background: transparent;
  float: left;
  cursor: pointer;
  padding: 1%;
}
div.monthsexplorer_previousMonth {
  float: left;
  width: 18%;
  text-align: left;
}
div.monthsexplorer_previousMonth button {
  float: left;
  border: none;
  background: transparent;
  cursor: pointer;
}
div.monthsexplorer_actualMonth {
  float: left;
  width: 58%;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
}
div.monthsexplorer_actualMonth p {
  font-size: 130% !important;
}
div.monthsexplorer_nextMonth {
  float: right;
  width: 18%;
  text-align: right;
}
div.monthsexplorer_nextMonth button {
  float: right;
  border: none;
  background: transparent;
  cursor: pointer;
}
/* dialogs specifici scrivi utente e divieto evento */
input.genericInputText {
  width: 95%;
  padding: 0.5%;
  margin: 0.5%;
  border: 1px solid #2d2d2d;
}
textarea.genericTextarea {
  width: 95%;
  padding: 0.5%;
  margin: 0.5%;
  border: 1px solid #2d2d2d;
  height: 150px;
}
/* ends dialogs specifici scrivi utente e divieto evento */
/* ENDS ELEMENTI INSERIMENTO/MODIFICA UTENTI */
/* ENDS PANNELLO GESTIONE UTENTI */
/* MODIFICHE AL VOLO SU SOFTWARE QUASI FINITO */
.fixedspace {
  display: inline-block;
  width: 120px;
}
#allWidth_textarea {
  width: 99%;
  height: 90%;
}
td.weekdayclass_1,
td.weekdayclass_2,
td.weekdayclass_3,
td.weekdayclass_4,
td.weekdayclass_5,
td.weekdayclass_6,
td.weekdayclass_0 {
  background: #E8E8FF !important;
  border: 1px solid #DBDBEA !important;
}
td.weekdayclass_1:hover,
td.weekdayclass_2:hover,
td.weekdayclass_3:hover,
td.weekdayclass_4:hover,
td.weekdayclass_5:hover,
td.weekdayclass_6:hover,
td.weekdayclass_0:hover {
  background: #E8E8FF !important;
  border: 1px solid #DBDBEA !important;
}
/* VISTE GERARCHICHE */
ul.vg_links {
  list-style: none inside;
  margin-left: 10px;
}
ul.vg_links A {
  text-decoration: none;
  color: #c10;
}
ul.vg_links A:hover {
  text-decoration: underline;
}
table.tblvge {
  float: left;
  width: 98%;
  margin: 1%;
}
table.tblvge td,
table.tblvge th {
  padding: 2px;
  background: #e8e8ff;
  border: 1px solid #dbdbea;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #2d2d2d;
}
table.tblvge th {
  background: #B5B5FF;
  border: 1px solid #dbdbea;
  color: #2d2d2d;
  text-transform: uppercase;
}
table.tblvge td.vge_td_supervisore {
  background: #6E93C1;
  border: 1px solid #dbdbea;
  color: #f6f6f6;
  text-transform: uppercase;
}
/* END VISTE GERARCHICHE */
/* CLASSE DEI TOOLTIPS */
.infoTooltip {
  margin: 0px;
  padding: 0px;
  padding: 1px;
  font-size: 80% !important;
  background: #2d2d2d;
  color: #f6f6f6;
}
.miniAdvancedTooltip {
  max-width: 300px;
  min-height: 150px;
  background: transparent;
}
.graseto {
  font-weight: bold;
}
.megaSize {
  font-size: 220%;
}
.upercase {
  text-transform: uppercase;
}
.blanketo {
  color: #dbdbea !important;
}
.picolo {
  font-size: 75% !important;
}
.lowercase {
  text-transform: lowercase !important;
}
/* PIANO FERIE DIALOG */
table#pianoFerie {
  border: 0px solid transparent;
}
table#pianoFerie td {
  font-size: 80%;
  text-align: center;
  cursor: pointer;
  padding: 2px;
}
table#pianoFerie td.nonEmpty {
  border: 1px solid #2d2d2d;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
table#pianoFerie td.feriale {
  color: #000 !important;
  background: rgba(255, 121, 76, 0.5) !important;
}
table#pianoFerie td.td_today {
  color: #f6f6f6 !important;
  background: #FF2626 !important;
  border: 1px solid #c10 !important;
}
table#pianoFerie td.fixedHoliday {
  color: #f6f6f6 !important;
  background: rgba(0, 68, 91, 0.3) !important;
}
table#pianoFerie td.td_thereIsAnEvent {
  color: #f6f6f6 !important;
  background: rgba(102, 26, 0, 0.3) !important;
}
table#pianoFerie td.td_pianoFerieSelected {
  background: #698C00 !important;
  color: #f6f6f6 !important;
}
td.pianoferie_meseDellaSettimana {
  background: #FFBF00;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
/* ENDS PIANO FERIE DIALOG */
/* DISPONIBILITA' ORARIA AUTO AZIENDALI */
table.tableAutoDisponibili {
  border: none;
  font-size: 80%;
  width: 100%;
  border-top: 2px solid #2d2d2d;
  padding-top: 3px;
  margin-top: 5px;
}
table.tableAutoDisponibili td {
  border: 0px solid transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
table.tableAutoDisponibili tr.tableAutoDisponibili_dettaglioRangeOrari td {
  border: none;
  padding: 0px;
}
table.tableAutoDisponibili tr.tableAutoDisponibili_dettaglioAuto td {
  border: none;
  padding: 0px;
  background: #FFDC73;
  color: #000;
  padding: 3px;
  font-weight: bold;
}
/* ENDS DISPONIBILITA' ORARIA AUTO AZIENDALI */
/* RIMBORSI */
/* MENU VALIDAZIONE RIMBORSI */
div.menuValidazioneRimborsi_leftContent {
  float: left;
  width: 96%;
  background: transparent;
}
/* sistema di pulsanti e bottoni relativi con captions */
/* SEZIONE STAMPE */
div.menuValidazioneRimborsi_contenitoreOpzioni {
  float: left;
  width: 33%;
  padding: 0.15%;
  background: transparent;
}
div.menuValidazioneRimborsi_contenitoreOpzioni_porzione {
  float: left;
  width: 100%;
  background: transparent;
}
div.menuValidazioneRimborsi_contenitoreOpzioni_porzione_number {
  float: left;
  width: 30px;
  height: 30px;
  background: #2D2D2D;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 16px;
  margin-top: 3px;
  padding: 2px;
}
div.menuValidazioneRimborsi_contenitoreOpzioni_porzione_number h1 {
  font-size: 140%;
  color: #F6F6F6;
}
div.menuValidazioneRimborsi_contenitoreOpzioni_porzione_button {
  float: left;
  width: 50px;
  height: 60px;
  background: transparent;
}
div.menuValidazioneRimborsi_contenitoreOpzioni_porzione_text {
  float: left;
  width: -webkit-calc(100% -  104px);
  width: -moz-calc(100% -  104px);
  width: -o-calc(100% -  104px);
  width: calc(100% -  104px);
  padding: 2px;
  background: transparent;
}
/* ENDS sistema di pulsanti e bottoni relativi con captions */
div.menuValidazioneRimborsi_rightContent {
  float: right;
  width: 3%;
  background: transparent;
}
div.menuValidazioneRimborsi_rightContent div.menuValidazioneRimborsi_buttons {
  float: right;
}
div.menuValidazioneRimborsi_buttons {
  float: left;
  width: 30px;
  height: 30px;
  margin: 3px;
  background: #f2f6f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f8), color-stop(50%, #d8e1e7), color-stop(51%, #b5c6d0), color-stop(100%, #e0eff9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #868695;
  cursor: pointer;
}
div.menuValidazioneRimborsi_buttons:hover {
  background: #f2f6f8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #85acbf 51%, #e0eff9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f8), color-stop(50%, #d8e1e7), color-stop(51%, #85acbf), color-stop(100%, #e0eff9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #85acbf 51%, #e0eff9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #85acbf 51%, #e0eff9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #85acbf 51%, #e0eff9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #85acbf 51%, #e0eff9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
  /* IE6-9 */
  border: 1px solid #424251;
}
div.menuValidazioneRimborsi_button_disabled {
  background: #ffffff !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f3f3f3), color-stop(51%, #ededed), color-stop(100%, #ffffff)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0) !important;
  /* IE6-9 */
  cursor: no-drop;
}
div.menuValidazioneRimborsi_buttons img {
  width: 24px;
  height: 24px;
}
div.menuValidazioneRimborsi_button_disabled img.menuValidazioneRimborsi_imgInsideButton {
  /*-webkit-opacity: 0.4;
		-moz-opacity: 0.4;
		-o-opacity: 0.4;
		opacity: 0.4;*/
  /*filter: alpha(opacity=40); /* For IE8 and earlier */
  cursor: no-drop;
}
div.menuValidazioneRimborsi_buttons img.menuValidazioneRimborsi_imgInsideButton {
  float: left;
  margin: 3px;
}
div.menuValidazioneRimborsi_refreshPercentualeRimborso {
  background: #fceabb !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0) !important;
  /* IE6-9 */
}
/* SPAZIO UPLOAD RIMBORSI */
div.rimborsi_gestioneUpload_box {
  float: left;
  width: 99%;
  height: 99%;
  background: #313140;
  padding: 0.5%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f6f6f6;
  font-family: 'Duru Sans', sans-serif;
  font-size: 0.8em;
}
div.rimborsi_gestioneUpload_box A,
div.rimborsi_gestioneUpload_box A:hover {
  color: #FFFF26;
}
div.rimborsi_gestioneUpload_header {
  float: left;
  width: 99%;
  padding: 0.5%;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #5D5D7A;
  color: #f6f6f6;
  margin-bottom: 3px;
}
div.rimborsi_gestioneUpload_left {
  float: left;
  width: 49%;
  padding: 0.5%;
  font-size: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #5D5D7A;
  height: -webkit-calc(92% -  28px);
  height: -moz-calc(92% -  28px);
  height: -o-calc(92% -  28px);
  height: calc(92% -  28px);
  overflow: auto;
}
div.rimborsi_gestioneUpload_left div#drop {
  float: left;
  width: 98%;
  padding: -webkit-calc(1% -  2px);
  padding: -moz-calc(1% -  2px);
  padding: -o-calc(1% -  2px);
  padding: calc(1% -  2px);
  background: #47475D;
  color: #f6f6f6;
  border: 1px solid #f6f6f6;
  cursor: pointer;
}
div.rimborsi_gestioneUpload_left div#drop:hover {
  background: #FF4000;
}
div.rimborsi_gestioneUpload_left ul.uploadedFileList {
  list-style: none;
  list-style-position: inside;
}
div.rimborsi_gestioneUpload_left ul.uploadedFileList li {
  float: left;
  width: 95%;
  text-wrap: none;
  padding: 0% 2.5%;
  background: #5D5D7A;
  margin-bottom: 4px;
}
div.rimborsi_gestioneUpload_right {
  float: right;
  width: 48.5%;
  padding: 0.5%;
  font-size: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #757595;
  color: #2d2d2d;
  height: -webkit-calc(91% -  28px);
  height: -moz-calc(91% -  28px);
  height: -o-calc(91% -  28px);
  height: calc(91% -  28px);
  overflow: auto;
  margin-left: 0.5%;
}
div.rimborsi_gestioneUpload_right p[data-pot="documentoPresenteInCartella"] {
  float: left;
  width: 99%;
  padding: 0.5%;
  margin-bottom: 4px;
}
div.rimborsi_gestioneUpload_right p[data-pot="documentoPresenteInCartella"] a {
  text-decoration: none;
}
div.rimborsi_gestioneUpload_right p[data-pot="documentoPresenteInCartella"] a:hover {
  text-decoration: underline;
}
div.rimborsi_gestioneUpload_right p[data-pot="documentoPresenteInCartella"] button[data-exec="cancellaDocumentoSelezionato"] {
  background: transparent;
  border: 0px solid transparent;
  position: relative;
  top: 4px;
}
/* FINE SPAZIO UPLOAD RIMBORSI */
/* SPAZIO VALIDAZIONE RIMBORSI - MODALE */
div.validazioneSpace_box {
  float: left;
  width: 100%;
  background: transparent;
}
/* ENDS SPAZIO VALIDAZIONE RIMBORSI - MODALE */
/* SPAZIO CONTROLLO RIMBORSI */
table.controlloValidazioneRimborsi {
  border-collapse: separate !important;
  /* separate con border-spacing per avere celle separate con margine */
  border-spacing: 3px !important;
}
table.controlloValidazioneRimborsi thead,
table.controlloValidazioneRimborsi tr.thead {
  font-weight: bold !important;
  text-transform: uppercase;
}
table.controlloValidazioneRimborsi td {
  padding: 2px !important;
  -webkit-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #2d2d2d !important;
}
table.controlloValidazioneRimborsi td.nobordera {
  border: 0px solid transparent !important;
}
.rimborsi_td_bgError {
  background: #FFFF26;
}
.rimborsi_td_bgOK {
  background: #D2DC95;
}
.rimborsi_td_bgNO {
  background: #ECECFB;
}
.action_buttons60 {
  float: left ;
  width: 60px ;
  position: relative;
  left: 50% ;
  margin-left: -30px;
}
.action_buttons70 {
  float: left ;
  width: 70px ;
  position: relative;
  left: 50% ;
  margin-left: -40px;
}
.action_buttons80 {
  float: left ;
  width: 80px ;
  position: relative ;
  left: 50% ;
  margin-left: -40px;
}
.action_buttons60 A,
.action_buttons80 A {
  text-decoration: none;
  color: #f6f6f6;
  display: inline-block;
}
/* ENDS SPAZIO CONTROLLO RIMBORSI */
/* SPAZIO COMPILAZIONE RIMBORSI */
div.spazioGestioneRimborso_singolaTrasferta {
  float: left;
  width: 48%;
  min-height: 200px;
  padding: 0.5%;
  margin: 0.25%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #FFC926;
  background: #FFE599;
  color: #403000;
}
ul.rimborsiTrasferte_ulOpzioni li {
  border-bottom: 1px solid #B38600;
  margin-bottom: 4px;
  font-size: 90%;
}
/* ENDS RIMBORSI */
/* SPAZIO STAMPE E REPORT */
div#sec_tabs {
  float: left;
  width: -webkit-calc(100% -  10px);
  width: -moz-calc(100% -  10px);
  width: -o-calc(100% -  10px);
  width: calc(100% -  10px);
  margin-top: 10px;
}
table.stampe_e_configurazioni {
  width: 60%;
  float: left;
  margin-left: 20%;
  border-collapse: separate;
  border-spacing: 3px !important;
}
table.stampe_e_configurazioni thead {
  text-transform: uppercase;
  font-weight: bold;
}
table.stampe_e_configurazioni tbody tr:not(.nobgr):nth-child(odd) {
  background: #ECECFB;
}
table.stampe_e_configurazioni tbody tr:not(.nobgr):nth-child(even) {
  background: #BFCFFF;
}
table.stampe_e_configurazioni tbody tr:nth-child(odd) td,
table.stampe_e_configurazioni tbody tr:nth-child(odd) th {
  border: 1px solid #B9B9C8;
}
table.stampe_e_configurazioni tbody tr:nth-child(even) td,
table.stampe_e_configurazioni tbody tr:nth-child(even) th {
  border: 1px solid #7396FF;
}
table.stampe_e_configurazioni td,
table.stampe_e_configurazioni th {
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
table.stampe_e_configurazioni td:nth-child(3),
table.stampe_e_configurazioni th:nth-child(3) {
  width: 50px;
}
/* ENDS SPAZIO STAMPE E REPORT */
/* SPAZIO REPORT FERIE E PERMESSI */
table.prospetto_fep {
  border-collapse: separate !important;
  /* separate con border-spacing per avere celle separate con margine */
  border-spacing: 3px !important;
  font-size: 90%;
  width: 100% !important;
}
table.prospetto_fep p {
  font-size: 80%;
}
table.prospetto_fep td,
table.prospetto_fep th {
  border: 1px solid #C2C2F2;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
table.prospetto_fep tbody tr.bgr1,
table.prospetto_fep tbody tr.bgr3 {
  background: #ECECFB;
}
table.prospetto_fep tbody tr.bgr2 {
  background: #E3EAFF;
}
table.prospetto_fep tbody td.bgr1_infoUtente {
  background: #FFF1CC;
  font-weight: bold;
}
td.theadstyle,
th.theadstyle {
  border: 1px solid #C2C2F2;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #fff !important;
}
/* ENDS SPAZIO REPORT FERIE E PERMESSI */
/* SPAZIO GESTIONE AUTO */
table.table_gestioneParcoAuto {
  border-collapse: separate !important;
  /* separate con border-spacing per avere celle separate con margine */
  border-spacing: 4px !important;
  font-size: 90%;
  width: 100%;
}
table.table_gestioneParcoAuto thead,
table.table_gestioneParcoAuto tfoot {
  background: #FFA64C;
  text-transform: uppercase;
}
table.table_gestioneParcoAuto tbody {
  background: #fff !important;
}
table.table_gestioneParcoAuto td,
table.table_gestioneParcoAuto th {
  border: 1px solid #C2C2F2;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
table.table_gestioneParcoAuto td input[type="text"] {
  border: none;
  font-size: 110%;
  width: 100%;
  height: 100%;
}
/* ENDS SPAZIO GESTIONE AUTO */
/*# sourceMappingURL=default.css.map */