/* Masiode - Light */

@font-face {
	font-family: 'Masiode';
    src:url('font/masiode/Masiode-Light.eot');
	src:url('font/masiode/Masiode-Light.eot?#iefix') format('embedded-opentype'),
		url('font/masiode/Masiode-Light.ttf') format('truetype'),
		url('font/masiode/Masiode-Light.woff') format('woff'),
		url('font/masiode/Masiode-Light.svg') format('svg');
	font-weight: 200;
	font-style: normal;
}

/* icons8_win10 */
@font-face {
	font-family: 'icons8_win10';
	src:url('font/win10/icons8_win10.eot?n2dpxm');
	src:url('font/win10/icons8_win10.eot?n2dpxm#iefix') format('embedded-opentype'),
        url('font/win10/icons8_win10.eot?#iefix') format('embedded-opentype'),
		url('font/win10/icons8_win10.ttf?n2dpxm') format('truetype'),
		url('font/win10/icons8_win10.woff?n2dpxm') format('woff'),
		url('font/win10/icons8_win10.svg?n2dpxm#icons8_win10') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Open Sans - Light */
@font-face {
    font-family: 'Open Sans';
    src: url('font/open_sans/OpenSans-Light-webfont.eot');
    src: url('font/open_sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/open_sans/OpenSans-Light-webfont.woff') format('woff'),
         url('font/open_sans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/open_sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* Open Sans - Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('font/open_sans/OpenSans-Regular-webfont.eot');
    src: url('font/open_sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/open_sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/open_sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/open_sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}

/* Open Sans - Semibold */
@font-face {
    font-family: 'Open Sans';
    src: url('font/open_sans/OpenSans-Semibold-webfont.eot');
    src: url('font/open_sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/open_sans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('font/open_sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('font/open_sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* Open Sans - Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('font/open_sans/OpenSans-Bold-webfont.eot');
    src: url('font/open_sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/open_sans/OpenSans-Bold-webfont.woff') format('woff'),
         url('font/open_sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('font/open_sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;}

/* HTML5 tag */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

body {
	font-family: 'Open Sans', sans-serif;
	width:100%;
	margin-top:0;
	margin-left:0;
	font-size: 12px;
	font-weight: 300;
	color: #212121;
}
input {
	font-weight: 300;
	color: #212121;
	padding: 1px 5px;
	background-color: #f4f4f4;
	border: none;
	margin: 5px;
	vertical-align: middle;
}
input:focus {
	border-bottom: 2px solid #02a8f3;
	outline: 0;
	background-color: #fff;
}
input[type="file"] {
    background: none;
    border: 0px !important;
    padding: 15px 0px;
	height:25px;
}

form[name="report"] table:not(.alpha):not(.zoom) {
    border-bottom: 1px dotted #212121;
    border-color: #212121 !important;
    border-style: dotted !important;
}

form[name="report"] table table {
	float: left;
    position: relative;
    display: inline-block;
    border-bottom: 0px solid #212121;
    border-top: 0px solid #212121;
    width: auto;
    min-width: 10%;
    margin: 15px;
}

form[name="report"] table table.zoom td :last-child {
    border-right: 0px;
}
input.bigcheck {
	vertical-align:middle
	}
li {
	text-align:justify;
}
li.left {
	text-align:left;
	font-size:x-small
}

h3 {margin:0px; padding:5px; background-color:red; color:white;}

select {
    font-family: 'Open Sans' , sans-serif !important;
    font-size: 13px !important;
    font-weight: 300;
    color: #212121;
    margin: 0px 5px;
    background-color: #f4f4f4;
    border: none;
	border-bottom: 1px solid #d0d0d0;
	font-weight: 400;
}
select:focus {
	border-bottom: 2px solid #02a8f3;
	outline: 0;
	background-color: #fff;
}

.icon {
	font-family: 'icons8_win10';
}

/* --------- login --------- */

 #login {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url('css/img/bg-oltre-cloud.jpg');
	background-repeat: no-repeat;
	background-position: center;
 }
#login #box { position: relative; width: 440px; margin: 0 auto; top: 50%; margin-top: -300px; }
#login #box .title {
	width: 439px;
	height: 87px;
	background-image: url(css/img/logo_bg.png);
	background-repeat: no-repeat;
	font-family: 'Masiode', sans-serif;
	color: #FFF;
	font-size: 45px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}
#login #box .title .logo { position: relative; float: left; width: 83px; height: 75px; background-image: url('css/img/logo.png'); background-repeat: no-repeat; top: 6px; left: 100px;}
#login #box .title span { 
    position: absolute;
    float: left;
    left: 189px;
    top: 13px;
    color: #FFF;
    font-size: 65px;
	line-height: 64px;
}

#login #box .partners { position: relative; height: 125px; width: 100%; padding-top: 26px; background-color: #fff; }
#login #box .partners .column { position: relative; float: left; width: 220px; }
#login #box .partners .column div { width: 100%; position: relative; text-align: center; font-size: 25px; }
#login #box .partners .column img { position: relative; clear: both; display: block; margin: 0 auto; margin-top: 20px; }

#login #box .partners .columnsingle {  position: relative; float: left; width: 440px; }
#login #box .partners .columnsingle div { width: 100%; position: relative; text-align: center; font-size: 25px; }
#login #box .partners .columnsingle img { position: relative; display: block; margin: 0 auto; }

#login #box .form {     position: relative; height: 200px; clear: both; padding: 44px 68px; background-color: rgba(255, 255, 255, 0.53);}
#login #box .form select {
    border: none;
    height: 39px;
    font-size: 15px !important;
    padding: 10px 4px;
    width: 304px;
    margin-bottom: 18px;
}
#login #box .form input { border: none; height: 19px; font-size: 15px; padding: 10px; width: 284px; margin-bottom: 18px; }
#login #box .form button {
	position: absolute;
	right: 65px;
	top: 230px;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    float: right;
    color: #FFF;
    background-color: #46a0e1;
    text-transform: uppercase;
    height: 39px;
    font-size: 17px;
    width: auto;
	padding: 0px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	cursor: pointer;
	transition: background-color 0.5s ease;
}

#login #box .form button.btn-restart {
	position: absolute;
    left: 75px;
	top: 230px;
	width: 100px;
    background-color: #e14646;
	cursor: pointer;
}

#login #box .form button:hover {
    background-color: #212121;
}
#login #box .form .icon {
	position: relative;
    color: #212121;
    font-size: 28px !important;
}
#login #box .form .icon.empty_flag {
    top: -174px;
    left: 253px;
    float: left;
}
#login #box .form .icon.gender_neutral_user {
    top: -114px;
    left: 222px;
    float: left;
}
#login #box .form .icon.lock { top: -52px; left: 194px; float: left; }
#login #box .form .icon.user_male_circle {  top: -52px; left: 194px; float: left; }
#login #box .form .icon.home {  top: -52px; left: 194px; float: left; }


#login #box .errorMessage {
	background-color: #ff0000;
	width: calc(100% - 136px);
	height: auto;
	padding: 15px 68px;
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
}
#login #box .disclaimer { position: relative; color: rgba(0, 0, 0, 0.54); font-weight: 700; left: 44px; }
#login #box .disclaimer img { position: relative; top: 8px; margin-right: 20px; }

#login #box .xdisclaimer {
    font-size: 11px;
    font-weight: 400;
	position: relative;
	color: rgba(0, 0, 0, 0.54);
	text-align: center;
	margin: 10px auto;
}
#login #box .xdisclaimer img {
	position: relative;
	top: -3px;
}
#login #box .warnMessage {
	background-color: #ff5b00; /*#ff0000*/
    width: calc(100% - 136px);
    height: auto;
    padding: 15px 68px;
    font-size: 15px;
	line-height: 18px;
    color: #FFF;
    font-weight: 300;
	text-align: center;
}


/* --------- login_step2 --------- */

#login_step2 { position: fixed; width: 100%; height: 100%;
               background-image: url('css/img/clouds.png'), -ms-radial-gradient(42% 35%, ellipse farthest-corner, #e5e9ee 0%, #92a5bd 45%, #3c75cb 100%);
               background-image: url('css/img/clouds.png'), -moz-radial-gradient(42% 35%, ellipse farthest-corner, #e5e9ee 0%, #92a5bd 45%, #3c75cb 100%);
               background-image: url('css/img/clouds.png'), -o-radial-gradient(42% 35%, ellipse farthest-corner, #e5e9ee 0%, #92a5bd 45%, #3c75cb 100%);
               background-image: url('css/img/clouds.png'), -webkit-gradient(radial, 42% 35%, 0, left center, NaN, color-stop(0, #e5e9ee), color-stop(45, #92a5bd), color-stop(100, #3c75cb));
               background-image: url('css/img/clouds.png'), -webkit-radial-gradient(42% 35%, ellipse farthest-corner, #e5e9ee 0%, #92a5bd 45%, #3c75cb 100%); background-repeat: no-repeat; background-position: 50% 10%;
}
#login_step2 #box { position: relative; width: 440px; margin: 0 auto; top: 50%; margin-top: -260px; }
#login_step2 #box .title { position: relative; clear: both; height: 44px; font-size: 24px; font-weight: 700; background-color: rgba(255, 255, 255, 0.98); text-align: center; padding-top: 18px; }
#login_step2 #box .form { position: relative; clear: both; padding: 44px 68px; background-color: rgba(255, 255, 255, 0.53); }
#login_step2 #box .form select { border: none; height: 39px; font-size: 15px; padding: 8px; width: 304px; margin-bottom: 18px; }
#login_step2 #box .form .icon { position: relative; color: rgba(0, 0, 0, 0.22); font-size: 28px !important; }
#login_step2 #box .form input { border: none; height: 19px; font-size: 15px; padding: 10px; width: 284px; margin-bottom: 18px; }
#login_step2 #box .form button { border: none; font-family: 'Open Sans', sans-serif; font-weight: 300; float: right; color: rgba(255, 255, 255, 0.92); background-color: #46a0e1; text-transform: uppercase; height: 39px; font-size: 14px; padding: 10px; width: 125px; border-radius: 8px; }
#login_step2 #box .form .icon.gender_neutral_user { top: -109px; left: 248px; }
#login_step2 #box .form .icon.home { top: -52px; left: 216px; }
#login_step2 #box .disclaimer { position: relative; color: rgba(0, 0, 0, 0.54); font-weight: 700; left: 44px; }
#login_step2 #box .disclaimer img { position: relative; top: 8px; margin-right: 20px; }



/* --------- menu --------- */

#menu {
	position:relative; /* corregge l'altezza del bg del menu  */
	display: inline-block;  /* corregge l'altezza del bg del menu  */
    z-index: 10;
    width: 100%;
	height: auto;
    background-color: #404040; /* rgba(0, 0, 0, 0.75) */
    border-bottom: 3px solid #46a0e1; /*2a70c6*/
    color: #fff;
	margin: 0;
    padding: 0 0 5px 0;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-transform: rotateZ(0deg);
}

#menu #applicationName {
	position: relative;
    float: left;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 5px 5px 0px 14px;
}
#menu .separator { position: relative; float: left; width: 1px; height: 26px; background-color: #636363; margin: 0 11px 0 11px; }
#menu .ambientSwitcher { position: relative; float: left; }
#menu .ambientSwitcher .z-factory { position: relative; top: -2px; }

#menu .ambientSwitcher .icon {
	font-size: 28px !important;
	margin-right: 12px;
	color: #848484;
	cursor: pointer;
	transition: color 0.5s ease;
}
#menu .ambientSwitcher .icon:hover {
    color: #46a0e1;
}
#menu .ambientSwitcher .icon.active { color: #46a0e1; }
#menu .ambientSwitcher .icon:last-child { font-size: 24px !important; margin-right: 0; }
#menu .voices {
	display: block;
    height: 56px;
    position: relative;
    clear: both;
    left: -14px;
    top: -6px;
    margin-bottom: -20px;
}
#menu .voices ul li {
	float: left;
    padding: 11px 14px;
    font-size: 13px;
	transition: background-color 0.5s ease;
}
#menu .voices ul li a {
	text-decoration: none;
    color: #212121;
    display: block;
    padding: 7px 15px;
    text-align: left;
    line-height: 12px;
}
#menu .voices ul li a:hover {
    background-color: #f4f4f4;
}
#menu .voices ul li.ambients {
	position: relative;
	color: #429bdc;
	transition: color 0.5s ease;
}
#menu .voices ul li:hover { color: #fff; background-color: #2a70c6; }
#menu .voices ul li.hovered { color: #fff; background-color: #2a70c6; }
#menu .userArea {
	position: absolute;
    float: right;
	right: 0px; /*-24px*/
    top: 0px;
}
#menu .userArea div {
    position: relative;
    float: left;
    right: 0px;  /*22px*/
    margin: 10px 0px 0px 12px;
}
#menu .userArea span {
	font-size: 18px !important;
	transition: color 0.5s ease;
}
#menu .userArea span:hover {
    color: #46a0e1;
}
#menu .userArea .user_male_circle { position: relative; font-size: 30px !important; top: -6px; }
#menu .userArea .user_male_circle + span { position: relative; top: -13px; }
#menu .userArea .language {
    position: relative;
    float: left;
    margin: 0;
    top: 0px;
    padding: 9px 10px;
    font-size: 13px;
    transition: all 0.5s ease;
}
#menu .userArea #language.hovered {
    background-color: #fff;
    color: #646464;
}
#menu .userArea .language:hover {
    color: #46a0e1;
}
#menu .userArea .language span { position: relative; font-size: 14px !important; top: 1px; }
#menu .userArea .angle_down { font-size: 14px !important; margin-left: 6px; }
#menu .userArea .sito {
	position: relative;
	top: 1px;
	float: left;
	font-size: 13px;
}
#menu .user { top: -12px; padding: 12px 12px 0 6px; }
#menu .user.hovered { background-color: #fff; color: rgba(0, 0, 0, 0.87); }

ul#menuPrimoLivello {
    position: relative;
    top: 12px;
    height: 30px;
    margin: 0 0 0 14px;
}


.menuContent ul li a {
	text-decoration: none;
	color: #212121;
}
.shortcut span {
    float: right;
	color: #2a70c6;
}

/* --------- megaMenu --------- */

.megaMenu {
	display:none;
	background-color: #fff;
    position: absolute;
    z-index: 1000;
    -webkit-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    padding-bottom: 14px;
    min-width: 260px;
    width: 260px;
    margin-top: 18px;
    margin-left: 14px;
}
.megaMenu .menuHeader {
	position: absolute;
    height: 40px;
    background-color: #2a70c6;
    width: 100%;
    top: 0px;
}


/*------------ subMenuOption -------------*/

.subMenuOption {
	top: 48px !important;
}
.subMenuOption ul {
	list-style: none; margin: 0 0 15px 0;
}
.subMenuOption ul li {
	float: left;
	position: absolute;
	top: 0px;
	padding: 10px !important;
}
.subMenuOption ul li:hover { background-color: #6a9bd7 !important; height: 20px; }
.subMenuOption ul li.hovered { background-color: #6a9bd7 !important; height: 20px; }
.subMenuOption span { position: relative; font-size: 14px !important; top: 2px !important; }
li#subMenuOption { float: left; position: absolute; list-style: none; top: 0px !important; margin: 0 0 15px 0; }

.megaMenu .menuContent {
	color: #212121;
    width: auto;
    top: 0px;
    position: relative;
    height: auto;
    margin: 50px 0 14px 0;
}
.megaMenu .menuContent ul li {
    width: 100%;
    line-height: 25px !important;
    padding: 0px !important;
}

/*.megaMenu .menuContent ul li:first-child {
	font-weight: 700;
    font-size: 14px !important;
    text-transform: uppercase;
    margin: 0px;
    padding: 8px 10px 10px 15px !important;
    line-height: 20px !important;
}*/

.megaMenu .menuContent ul li:hover {
	position: relative;
	clear: both;
	background-color: transparent !important;
	color: rgba(0, 0, 0, 0.87) !important;
}





/* --------- userMenu --------- */
#userMenu {
    position: absolute;
    z-index: 11;
    top: 40px !important;
    right: 0;
    width: 148px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    font-size: 14px;
    display: none;
    margin-right: 0px;
    padding-bottom: 10px;
}
#userMenu ul li {
	margin: 0;
}
#userMenu ul li a {
	color: #212121;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
#userMenu ul li a:hover {
    background-color: #f4f4f4;
}

/* --------- oltremare --------- */
#userMenu ul li:first-child {
	margin: 12px 16px 7px 16px;
    color: #a5a5a5;
    font-size: 12px;
}
#userMenu ul li:first-child strong {
    font-weight: 600;
    color: #575757;
    line-height: 20px;
	text-transform: uppercase;
}
#userMenu ul li:last-child {
	color: #2a70c6;
	font-weight:700;
	padding: 10px 0px 10px 15px;
	text-align: left;
}
#userMenu ul li:last-child:hover {
    background-color: #f4f4f4;
}



/* --------- languageMenu --------- */
#languageMenu {
    position: absolute !important;
    margin: 0 !important;
    z-index: 12;
    top: 33px !important;
    right: 120px !important;
    min-width: 83px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    font-size: 12px;
    display: none;
}
#languageMenu ul li {
	margin: 0;
}
#languageMenu ul li a {
    color: #212121;
    text-decoration: none;
    padding: 10px;
    display: block;
	cursor: ;
}
#languageMenu ul li a:hover {
    background-color: #f4f4f4;
}




/* --------- End languageMenu --------- */

#ambients {
	display:none;
    left: 0px;
	margin-top: -7px;
    z-index: 11;
    position: absolute;
    background-color: #fff;
    width: 320px;
    -webkit-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 4px 8px -1px rgba(50, 50, 50, 0.3);
}
#ambients ul {
	clear: both;
	margin: 24px 10px 40px 14px;
}
#ambients ul li {
	margin: 0;
	padding: 6px 0 6px 0;
	clear: both;
	text-align:left;
	text-transform:capitalize;
}
#ambients .icon {
	font-size: 26px !important;
	padding: 0px 4px;
}
#ambients ul li span { position: relative; float: left; top: -5px; }
#ambients ul li div {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	position: relative;
	float: left;
	margin-left: 0px;
	letter-spacing: -0.8px;
}
#ambients .toggle_on, #ambients .toggle_off { position: relative; float: right; cursor: pointer; }
#ambients .toggle_on { color: #2a70c6; font-size: 26px !important; }
#ambients .addFeatures { height: 30px; color: #fff; clear: both; background-color: #2a70c6; font-size: 16px; text-align: center; padding-top: 10px; }
#ambients .addFeatures + ul { margin: 12px 24px 30px 24px; }



/* --------- box ambienti --------- */
#dashboard {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url('css/img/bg-oltre-cloud.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
#dashboard #box_ambienti {
	position: relative;
	z-index: 9;
	width: 440px;
	margin: 0 auto;
	top: 50%;
	margin-top: -300px;
	}
/*
#dashboard #box_ambienti .errors { background-color: #ff5b00; color: rgba(255, 255, 255, 0.87); text-align: center; font-size: 14px; padding: 14px 0; }
*/
#dashboard #box_ambienti .errors {
	background-color: #ff5b00;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 15px;
    font-weight: 300;
}
#dashboard #box_ambienti .warn {
	background-color: #2faf2f;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 15px;
    font-weight: 300;
}
#dashboard #box_ambienti .info {
	background-color: #2a70c6;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 6px 15px;
    font-weight: 300;
}
#dashboard #box_ambienti #ambientsCenter {
	padding: 15px 0 15px 0;
	background-color: #fff;
}
#dashboard #box_ambienti #ambientsCenter ul { clear: both; margin: 0 24px 0 24px; }

#dashboard #box_ambienti #ambientsCenter ul li {
	margin: 0;
	clear: both;
	height: 40px;
}
#dashboard #box_ambienti #ambientsCenter .icon {
	width:35px;
	font-size: 35px !important;
	color: #178ed8;
	
}
#dashboard #box_ambienti #ambientsCenter .icon.big {
	position: relative;
	top: -14px;
	border-right: 1px solid #cacaca;
}
#dashboard #box_ambienti #ambientsCenter .icon.big:first-child {
	padding: 5px 10px;
}
#dashboard #box_ambienti #ambientsCenter .icon.big:last-child { padding: 16px 0 0 0; }
#dashboard #box_ambienti #ambientsCenter ul li span { position: relative; float: left; top: -5px; }

#dashboard #box_ambienti #ambientsCenter ul li div {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
   /* position: relative; */
   /* top: 50%; */
	padding:0;
   /* transform: translateY(-50%); */
    float: left;
    text-align: left;
    letter-spacing: -0.5px;
    width: 285px;
	min-height: 35px;
    text-transform: capitalize;
    line-height: 21px;
    margin: 0 0 0 15px;
}

}
#dashboard #box_ambienti #ambientsCenter .toggle_on, #dashboard #box_ambienti #ambientsCenter .toggle_off {
	position: relative;
	float: right;
	color: #9a9a9a;
	font-size: 35px !important;
	width: 35px;
	min-height: 35px;
}
#dashboard #box_ambienti #ambientsCenter .icon.toggle_on, #dashboard #box_ambienti #ambientsCenter .icon.toggle_off {
    cursor: pointer;
}
#dashboard #box_ambienti #ambientsCenter .toggle_on {
	color: #2a70c6;
}
#dashboard #box_ambienti #ambientsCenter .addFeatures { position: relative; height: 30px; color: #fff; clear: both; background-color: #2a70c6; font-size: 20px; text-align: center; padding-top: 10px; top: -14px; }
#dashboard #box_ambienti #ambientsCenter .addFeatures + ul {
	margin: 0 24px;
}
#dashboard #box_ambienti #ambientsCenter .addFeatures + ul .icon.big { padding: 9px 0 9px 0; top: -18px; }
#dashboard #box_ambienti #ambientsCenter .addFeatures + ul li:first-child { padding: 6px 0 0 0; }
#dashboard #box_ambienti #ambientsCenter .addFeatures + ul li div {
	position: relative;
}
#dashboard #box_ambienti .disclaimer { position: relative; clear: both; color: rgba(0, 0, 0, 0.54); font-weight: 700; left: 44px; }
#dashboard #box_ambienti .disclaimer img { position: relative; clear: both; top: 8px; margin-right: 20px; }

#dashboard #box_ambienti .xdisclaimer {
	position: relative;
	top: 10px;
	clear: both;
	color: rgba(0, 0, 0, 0.54);
	text-align: center;
}
#dashboard #box_ambienti .xdisclaimer img {
	position: relative;
	top: -3px;
}


/* --------- off canvas --------- */
#canvasToggle { cursor: pointer; }
#canvasToggle.hovered { color: #2a70c6; }
.offCanvas {
    position: absolute;
    z-index: 999;
    float: right;
    /*margin-left: 100%;*/
    top: 37px;
	right:0px;
    height: auto;
    min-height: 400px;
    background-color: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 0.87);
    width: 0;
    overflow: hidden;
    -webkit-box-shadow: -2px 2px 15px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: -2px 2px 15px 0px rgba(50, 50, 50, 0.25);
    box-shadow: -2px 2px 15px 0px rgba(50, 50, 50, 0.25);
}
.offCanvas .header { position: relative; clear: both; width: 344px; background-color: #2a70c6; height: 72px; color: #fff; font-size: 14px; }
.offCanvas .header ul { width: 344px; }
.offCanvas .header ul li { position: relative; float: left; height: 39px; padding: 30px 12px 0 12px; text-align: center; }
.offCanvas .header ul li span.star { position: relative; font-size: 16px !important; left: -5px; line-height: 0; }
.offCanvas .header ul li:hover { border-bottom: 3px solid #6a9bd7; }
.offCanvas .header ul li.hovered { border-bottom: 3px solid #6a9bd7; }
.offCanvas a { color: rgba(0, 0, 0, 0.87); text-decoration: none; }

.offCanvasContent {
    /*padding-left: 12px;*/
    padding-top: 12px;
    font-size: 14px;
    background-color: #fff;
    position: relative;
    height: 100%;
    min-height: 330px;
}
.offCanvasContent span { font-weight: 700; }

.offCanvasContent ul li:first-child {
    margin-bottom: 15px;
    padding-left: 12px;
    line-height: inherit;
    background-color: #fff !important;
}
.offCanvasContent ul li {
    line-height: 30px;
    padding: 0 12px;
    display: block;
}
.offCanvasContent ul li:hover {
    background-color: #f3f3f3;
}
.offCanvasContent ul li a {
    display: block;
}
.visible { display: block; }




/* --------- help contestuale ------------ */
#help {
	/*cursor: pointer;*/
	margin: 10px 10px 0 10px !important;
}
#help a {
    text-decoration: none;
    /*color: #ffffff;*/
}




/* --------- content --------- */
.content {
	margin: 20px auto !important;
	vertical-align: top;
	width: 800px;
}

.menuCloser { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; }

.ddown{font-size:x-large;}


.help {text-align:justify}
.help_center {text-align:center}
.notype {list-style-type: none; padding:0; margin:0;}
.small_ckbx {width:2ex; height:2ex;}

/* .title {
    font-family: 'Open Sans', sans-serif;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    padding-left: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    background-image: url(css/img/bg-oltre-cloud.jpg);
    background-position: right;
    height: auto;
    padding-top: 15px;
    padding-bottom: 17px;
}
*/
.title {
    font-family: 'Open Sans', sans-serif;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
	line-height: 20px;
    text-align: left;
    padding-left: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    background-image: url(css/img/bg-title.jpg);
    background-position: left top;
    height: auto;
    padding-top: 15px;
    padding-bottom: 17px;
}

p.title {
    line-height: 25px;
}

.title small {
    font-family: 'Open Sans', sans-serif;
	font-size: small;
    font-weight: 400;
    top: -3px;
    position: relative;
    display: inline-block;
    /*margin: 5px;*/
}
.title_punch {
	font-family: monospace;
	color:white;
	font-weight:700;
	font-size:xx-large;
	text-align:center;
}
.title_white {
	color:white;
	font-size:small;
	text-align:center;
}
.title_white2 {
	color:white;
	font-size:medium;
	text-align:center;
}
.title_white2b {
	color:white;
	font-weight:700;
	font-size:medium;
	text-align:center;
}
.title_2 {
    font-family: 'Open Sans', sans-serif;
    color: #212121;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    padding-left: 12px;
    margin-top: -8px;
	margin-bottom: 10px;
    background-color: #f3f3f3;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title_left {
	color:#0078ff;
	font-size:small;
	text-align:left;
}
.title_purple {
	color:#880000;
	font-size:small;
	text-align:center;
}
.title_x {
	color:#0078ff;
	font-size:x-small;
	text-align:center;
}
.title_gray_xx {
	color:#808080;
	font-size: 12px;
    text-align: center;
    margin: 10px 0 5px 0;
}
.warn {
	color:#006400;
	font-size:small;
	text-align:center;
}
.warn_1 {
    font-size: 15px;
    color: white;
    padding: 15px 280px 19px 14px;
    line-height: 18px;
    text-align: left;
    position: static;
    display: block;
    background-color:#006400;
    text-transform: uppercase;	
}
.error {
    font-size: 15px;
    color: #fff;
    padding: 15px 280px 19px 14px;
    line-height: 18px;
    text-align: left;
    position: static;
    display: block;
    /*background-color: rgba(221,37,37,.8);*/ /* non va con Explorer !!!*/
    background-color:#E45050;
    text-transform: uppercase;
}
.error2 {
	color:red;
	font-size:large;
	text-align:center;
	margin: 50px auto;
}
.error_punch {
	font-family: monospace;
	color:#ff4400;
	font-weight:700;
	font-size:xx-large;
	text-align:center;
}
.error_2 {
	color:#ff4400;
	font-size:small;
	text-align:center;
}
.error_1 {
	color:white;
	background-color:red;
	font-weight:700;
	font-size:small;
	text-align:center;
}
.parqty {}
.smaller {
	font-size:smaller
}
.verysmall {
	font-size:xx-small;
}
.floatl {
	float:left;
	font-size:xx-small;
	width:130px;
	height:25px;
	text-align:right;
	margin:1px 3px;
	border:1px solid gray;
	white-space:normal;
}
.floatleft {
	float:left;
	font-size:xx-small;
	white-space:normal;
}
.tree {
	width:30%;
	float:left;
	font-size:xx-small;
	white-space:normal;
	margin:1ex;
	padding:1ex;
	border:1px solid #888888;
}
.clearb {
	clear:both;
}
.centered {
	text-align: center;
	margin:0 auto;
}
.centered.switch {
    white-space: nowrap;
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 0px 0px 20px 0px;
}
.centered_nob {
	text-align:center;
	border:0;
}
.center_large_green {
	text-align:center;
	color:#46c500;
	font-size:large;
}
.center_large_green2 {
	text-align:center;
	color:lightgreen;
	font-weight:normal;
	font-size:large;
}
.center_small {
	text-align:center;
	font-size:small;
}
.center_small_blue {
	text-align:center;
	color:#0078ff;
	font-size:small;
}
.center_small_gray {
	text-align:center;
	color:#808080;
	font-size:small;
}
.center_small_white {
	text-align:center;
	font-size:small;
	color:white;
}
.center_small_fucsia {
	text-align:center;
	font-size:small;
	color:#F000AA;
}
.center_small_violet {
	text-align:center;
	font-size:small;
	color:#8a2cfe;
}
.center_small_green {
	/*text-align:center;
	font-size:small;
	color:#009B00;*/		
    font-size: 15px;
    color: #009B00;
    padding: 15px 0 25px 0;
    line-height: 18px;
    text-align: center;
    position: static;
    display: block;
    width: 100%;
    background-color:#BCF5A9;
    text-transform: uppercase;	
}
.center_small_white {
	text-align:center;
	font-size:small;
	color:white;
}
.center_small_bold_blue {
	text-align:center;
	font-size:small;
	color:#0078ff;
	font-weight:700;
}
.center_xsmall_gray {
	text-align: center;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: 400;
    padding: 5px 0px;
    letter-spacing: 0.5px;
}
.center_xsmall_red {
	text-align:center;
	font-size:x-small;
	color:#ff4400;
}
.center_xsmall_fucsia {
	text-align:center;
	font-size:x-small;
	color:#F000AA;
}
.center_xsmall_violet {
	text-align:center;
	font-size:x-small;
	color:#8a2cfe;
}
.center_xsmall_blue {
	color: #2a70c6;
    margin-top: 10px;
    text-align: center;
}
.center_xsmall_blue a {
    text-decoration: none;
    color: #2a70c6;
    font-weight: 600;
	padding: 0 2px;
}
.center_xsmall_green {
	text-align:center;
	font-size:x-small;
	color:#009B00;
}
.center_xsmall_green_2 {
	text-align:center;
	font-size:x-small;
	color:#009B00;
}
.center_xsmall_bold_green {
	text-align:center;
	font-size:x-small;
	color:#009B00;
	font-weight:700;
}
.centre {
	text-align:center
}
.lefted_bottom {
	text-align:left;
	vertical-align:bottom;
}
.lefted_top {
	text-align:left;
	vertical-align:top;
}
.righted {
	text-align:right;
}
.righted_bottom {
	/*text-align:right;
	vertical-align:bottom;*/
    position: relative;
    float: right;
    display: inline-block;
    margin: 0;
    text-align: right;	
}
.righted_top {
	text-align:right;
	vertical-align:top;
}
.right_xsmall_gray {
	text-align:right;
	font-size:x-small;
	color:#808080;
	font-weight:normal;
}
.right_xxsmall_gray {
	text-align:right;
	font-size:x-small;
	color:#808080;
}
.spaced {
	height:160px;
}
.spaced1 {
	height:110px;
}
.spaced2 {
	height:50px;
}
.titolare {
	font-size:20.0pt;
	color:#EFFEFF;
	font-weight:700;
}
.cpyright {
	font-size:11.0pt;
	color:#EFFEFF;
	font-weight:700;
}
.bluest {
	color:#0078ff;
	line-height: 14px;
}
.grayed {
	background-color:#EFFEFF;
	/*line-height: 14px;*/
}
.redcol {
	color:#ff4400;
	/*line-height: 14px;*/
}
.redcol_2 {
	color:#ff4400;
	/*line-height: 14px;*/
}
.redcol_lrg {
	color:#ff4400;
	font-size:large;
	font-weight:700;
	/*line-height: 14px;*/
	line-height: 26px;
}
.blackcol {
	color:#000;
	/*line-height: 14px;*/
}
.greycol {
	color:#808080;
	/*line-height: 23px;*/
}
.greycol_2 {
	color:#808080;
	/*line-height: 14px;*/
}
.greycol_3 {
	color:#808080;
	/*line-height: 14px;*/
}
.par_tot {
	text-align:right;
	color:red;
	font-size:large;
	font-weight:bold;
}
.greycol_xxsmall_left {
	color:#808080;
	font-size:x-small;
	text-align:left;
}
.greycol_xxsmall_it {
	color:#808080;
	font-style:italic;
	line-height: 14px;
	font-size:x-small;
}
.greycol_u {
	color:#808080;
	text-decoration:underline;
}
.greycol_uit {
	color:#808080;
	text-decoration:underline;
	font-style:italic;
}
.greencol {
	color:#46c500;
	line-height: 14px;
}
.purplecol {
	color:#ff00ac;
	line-height: 14px;
}
.purplecol_xxsmall {
	color:#ff00ac;
	line-height: 14px;
	font-size:x-small;
}
.greencol_it {
	color:#46c500;
	line-height: 14px;
	font-style:italic;
}
.darkgreencol {
	color:#009a00;
	line-height: 14px;
}
.whiteongreen {
	color: #212121;
}
.whiteongrey {
	color: #212121;
	/*background-color:grey;*/
}
.whiteonblack {
	color:white;
	background-color:black;
}
.orangecol {
	color:#FF6D24;
	line-height: 14px;
    padding: 1px;
    display: inline-block;
}
.orangecol:not(.title) small span, .orangecol:not(table) td span {
	border: 1px dotted #212121;
}

.orangecol_xxsmall {
	color:#FF6D24;
	line-height: 14px;
	font-size:x-small;
}
.fucsiacol {
	color:#F000AA;
	line-height: 14px;
}
.fucsiacol_xxsmall {
	color:#F000AA;
	line-height: 14px;
	font-size:x-small;
}
.fucsiacol_it {
	color:#F000AA;
	line-height: 14px;
	font-style:italic;
}
.browncol {
	color:#9e733b;
	line-height: 14px;
}
.navycol {
	color:#0048ab;
	line-height: 14px;
}
.footer {
	color:#808080;
	font-size:small;
}
.footer_prt {
	color:#808080;
	font-size:x-small;
	text-align:center;
}
.dual_left {
	color:#808080;
	font-size:xx-small;
	width:500px;
}
.dual_right {
	color:#009B00;
	font-size:xx-small;
	width:500px;
}
.dimgraycol {
	text-align:center;
	color:#696969;
	line-height: 14px;
}
.dimgraycol_r {
	text-align:right;
	color:#696969;
	/*line-height: 14px;*/
}
.dimgraycol_l {
	text-align:left;
	color:#696969;
	line-height: 14px;
}
.ruota-90 {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

table, tr, td {
    margin: 0 auto;
}
table img {
	cursor: pointer;
}

td.neutral {
    border: none !important;
	background-color: #f3f3f3;
}

table.header {width:100%; border-style:solid; border-width:0 0 1px 0; color: white; font-size:small;}
table.header th {background-color:#EEEEEE; text-align:right; font-weight:bold; white-space:nowrap;}
table.header td {color: #000080; border:0 none white; white-space:nowrap;}
table.header a {color: #880000}
table.header b {color: #009B00}

table.punch {font-family: monospace; width:100%; border-style:solid; border-width:0;}
table.punch td {font-family: monospace; color: white; border:0 none black; text-align:center; white-space:nowrap; font-size:xx-large;}

table.main {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 10px;
}
table.main th {background-color:#EEEEEE; text-align:right; border-style:solid; border-width:1px; color: #000080; 
	font-size:small; font-weight:bold;white-space:nowrap;}
table.main th.centered {text-align:center;}
table.main td {color: #000080; border:0 none white; text-align:left;white-space:nowrap;}
table.main td.noborder {color: #000080; border:none}
table.main td.botborder {color: #000080; border-bottom:1px solid #888888;}
table.main caption{text-align:left; padding: 0.2em; font-size:xx-small; font-family:small-fonts; border-bottom:1px solid #AA0000; color: #800000;}

table.main2 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	margin-top: 10px;
}

table.main2 th {
    background-color: #ece2ff;
    color: #7d31ff;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
    padding: 5px;
	text-align: right;
}
table .main2 table .main2 table.main2 {
    border: 0;
    margin: 0;
}
table .main2 table .main2 {
    margin: 15px 0;
    background-color: #f3f3f3;
}

table .main2  table .main2  .orangecol {
    border: 0px;
}

table.main2 th.center {background-color:#EEEEEE; text-align:center; border-style:solid; border-width:1px; color: #8a2cfe; 
	font-size:small;}
table.main2 th.left {background-color:#EEEEEE; text-align:left; border-style:solid; border-width:1px; color: #8a2cfe; 
	font-size:small;}
	
table.main2 th.inv {
    background-color: #d8ffc5;
    color: #428223;
	text-align: right;
}

table.main2 th.inv_left {background-color:#d8ffc5; text-align:left; border-style:solid; border-width:1px; color: #8a2cfe;}

table.main2 th.addon {
    background-color: #ffff75;
    text-align: right;
    color: #706c00;
    border: none;
    white-space: nowrap;
    font-weight: 300;
}

table.main2 th.medium {background-color:#EEEEEE; text-align:right; border-style:solid; border-width:1px; color: #8a2cfe; font-size:medium; font-weight:normal;}
table.main2 th.info{background-color:white; text-align:center; border-bottom:1px solid #808080; color: #8a2cfe; font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px; font-style:italic;}

table.main2 td {
	text-align:left;
}
table.main2 td.hdr {
	color: #9B3200;
	border-bottom:1px solid #9B3200;
	text-align:left;
	font-size:xx-small;
}
table.main2 td.idx {
	color: #0048ab;
	border:1px solid silver;
	text-align:left;
	font-size:xx-small;
	vertical-align:top;
}
table.main2 td.space {
	color: #0048ab;
	border:0px solid silver;
	text-align:left;
	font-size:xx-small;
	vertical-align:top;
}
table.main2 td.big {
	color: #0048ab;
	border:1px solid #808080;
	text-align:center;
	font-size:large;
}
table.main2 td.big2 {
	color: #0048ab;
	border:0px solid #808080;
	text-align:center;
	font-size:large;
}
table.main2 td.canc {
	color: #0048ab;
	border: 1px solid #808080;
	text-align:left;
}
table.main2 caption {
	float: left;
	text-align:left;
	white-space: nowrap;
    padding: 5px 10px;
    margin: 3px 25px;
    font-size: 15px;
    font-weight: 400;
}
table.main2 caption img {
    float: left;
}
form[name="Typeusers"] table.main2 caption {
    text-transform: uppercase;
    letter-spacing: -0.5px;
    /* background-color: #f3f3f3; */
    border: none !important;
    height: 35px;
    line-height: 35px;
    color: #212121 !important;
    text-align: left;
    padding: 0;
    margin: 0;
}
form[name="Typeusers"] table.main2 caption img {
    margin: 9px 5px 9px 10px;
}
table.main2 input {
	vertical-align:middle;
	height: 25px;
    margin: 3px 5px;
    border-bottom: 1px solid #d0d0d0;
}
table.main2 input:focus {
    border-bottom: 2px solid #02a8f3;
}
table.main2 input.big {
	color: #0048ab;
	vertical-align:middle;
	font-size:large;
}
table.main2 input_red {
	color: #ff4400;
	vertical-align:middle;
	font-size:x-small;
}
table.main2 select {
	vertical-align:middle;
}
table.main2 select.big {
	color: #0048ab;
	vertical-align:middle;
	font-size:large;
}


table.main2 table.main2 td {
    border: none !important;
}

table.main2 table.main2 table td {
	white-space: nowrap;
    width: 100%;
}

table.main2 table.main2 table.main2 td {
    /*border-bottom: 1px dotted #c1c1c1 !important;*/
}

table.main2 table.main2 table.main2 table.main2 {
    margin: 0px;
}

table.main2 table.main2 table.main2 table.main2 td.darkgreen_left {
    margin: 0px !important;
    padding: 0px 4px !important;
}

table.main2 table {
    margin: 0;
}


table.canc {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 10px;
}
table.canc th {background-color:#EEEEEE; text-align:right; border-style:solid; border-width:1px; color: #8a2cfe; 
	white-space:nowrap; font-weight:normal;}
table.canc td {color: #0048ab; border:1px solid #D2D2D2; text-align:left;white-space:nowrap;}

table.brw {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
	width: 95%;
	/*text-align: left;*/
}
@media (min-width:860px){
	table.brw {
	min-width: 30%;
	}
}
table.brw tr {
    border-bottom: 1px solid #ededed;
}
table.brw th {
	text-align: center;
    border-bottom: 1px solid #ededed;
    padding: 8px 4px;
	background-color: #f3f3f3;
}
table.brw th a {
	text-decoration: none;
    color: #212121;
}
table.brw th a:hover { 
	/*background-color: #f4f4f4;*/
    color: #212121;
}
table.brw th.info {
	background-color: #f3f3f3;
    border-bottom: 1px solid #d0d0d0;
    padding: 4px 2px;
}
table.brw th.limit {
    background-color: #FFFFB4;
    border-bottom: 1px solid #d0d0d0;
    padding: 4px 2px;
}
table.brw th.option {
    background-color: #CDFFB4;
    border-bottom: 1px solid #d0d0d0;
    padding: 4px 2px;
}
table.brw th.inv {
	background-color:#CDFFB4;
	text-align:center;
	border-bottom:1px solid #d0d0d0;
	color: #8a2cfe; 
	padding: 4px 2px;
}
table.brw th.r2 { background-color:#EEEEEE; text-align:left; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px;}
table.brw th.r2r { background-color:#EEEEEE; text-align:right; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px;}
table.brw th.r2c { background-color:#EEEEEE; text-align:center; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px;}
table.brw th.xnw { display:block;text-decoration:none; width:500px;}
table.brw th.xnw3 { display:block;text-decoration:none; width:850px;}

table.brw td {
	padding: 4px 2px;
	color: #212121;
    line-height: 11px;
	border-right: 1px dotted #b5b5b5;
    border-bottom: 1px solid #d0d0d0;
}
table.brw td:last-child {
    border-right: none;
}
table.brw td:last-child img {
    /*width: 90%;
    min-width: 200px;
    max-width: 400px;
    top: 50%;*/
	display: block;
    margin: 0 auto;
    position: relative;
}



table.brw td.center {
	text-align:center;
}

table.brw td.left {
	text-align:left;
}

table.brw td.nwr {
	text-align:center;
	width:500px;
}

table.brwa {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
}
table.brwa caption{ text-align:left; padding: 0.2em; font-size:xx-small; font-family:small-fonts; border-bottom:1px solid #AA0000; color: #800000;}
table.brwa th{ background-color:#EEEEEE; text-align:center; border-bottom:1px solid #000080; color: #000080; 
	font-size:small; font-weight:bold;white-space:nowrap;
	}
table.brwa th a{ display:block;text-decoration:none; 
	}
table.brwa th a:hover{ background-color:#333333; color:white;
	}
table.brwa td { color: #000080; border:0 none white; text-align:center;white-space:nowrap;}
table.brwa td.noborder { color: #000080; border:none}

table.brww {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
 }
table.brww th{
	text-align:center;
	border-right: 1px dotted #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding: 2px 1px;
}
table.brww th.gtot{ border-bottom:1px solid #ff4400; color: #ff4400;
	}
table.brww th.gtotlab{
	border-bottom:1px solid #ff4400;
	color: #b9b9b9;
	text-align:right;
}
table.brww th.totlab{ text-align:right;}
table.brww th.legenda {
	border: 1px solid  #d0d0d0;
	text-align:left;
	vertical-align:top;
}
table.brww th.header {
	border: none;
	text-align:left;
	text-decoration: underline;
	vertical-align:top;
}
table.brww th a{ display:block;text-decoration:none;}
table.brww th a:hover{ background-color:#333333; color:white;
	}
table.brww td {
    text-align: center;
	border: 1px solid #d0d0d0;
}
table.brww td a {
    text-decoration: none;
	display: block;
	padding: 5px 2px;
}
table.brww td a:hover {
    background-color: #46a0e1;
    color: #fff;
}
table.brww td.noborder {
	border: none;
	text-align:center;
}
table.brww td.legenda {
	border: thin solid  #d0d0d0;
	text-align:left;
	vertical-align:top;
}
table.brww td.spacer { background-color:transparent; height:0.5em}
table.brww td.righted { border:0px solid white; text-align:right}
table.brww td.total { color: darkgreen; border:1px solid #EBEBEB; text-align:right; font-style:italic;}
table.brww td.bckcol { background-color:#CCFFCC}
table.brww td.bckhco { background-color:whitesmoke}

table.brww td.bcktco {
	background-color: #d4d4d4;
}
table.brww td.bcktco a {
    color: #fff;
}

table.brww td a.holiday {
	background-color: #f3f3f3;
    color: #a7a7a7 !important;
}

table.brww td a.my_holidays {
	background-color: #2fb15b;
    color: #fff !important;
    font-weight: 700 !important;
}
table.brww td a.my_holidays_corr {
	background-color: #b30101;
	color: #fff !important;
}

table.brww table.brww td {
    border: none;
}
table.brww table.brww td a {
	color: #212121;
    padding: 5px 3px;
	font-weight: 400;
	transition: background-color 0.5s ease;
}
table.brww table.brww td a:hover {
    background-color: #46a0e1;
    color: #fff !important;
}
table.brww table.brww th {
	border: none;
    padding: 6px 2px;
}
table.brww table.brww tr:first-child {
    font-size: 18px;
    font-weight: 600;
}
table.brww table.brww tr:nth-child(2) {
    text-transform: uppercase;
}

table.brw td.no-border-right {
	border-right: none;
}


table.alpha {
	margin: 10px auto;
}
table.alpha th{
	padding-left: 0;
	text-align:center;
}
table.alpha th a {
    text-decoration: none;
    color: #2a70c6;
	padding: 3px 5px;
	display: block;
    text-transform: uppercase;
	font-weight: 400;
	transition: all 0.3s ease;
}
table.alpha th a:hover {
    background-color: #2a70c6;
    text-decoration: none;
    color: #fff;
}

table.beds {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
	width: 95%;
}
table.beds td { margin:0.3ex; border:0px solid #AAAAAA; width:30px; height:45px; background-image:url(images/letto.gif); background-repeat:no-repeat; background-position:top center}
table.beds td.sfatto { margin:0.3ex; border:0px solid #AAAAAA; width:30px; height:45px; background-image:url(images/lettosfatto.gif); background-repeat:no-repeat; background-position:top center}
table.beds a { color: #FFFFFF; background-color:#CC0000; font-size:xx-small; font-weight:normal}
table.beds a.dinner { background-color: #0000CC}


table.brwp {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
	width: 95%;
}
table.brwp th{ background-color:#EEEEEE; text-align:center; border-bottom:1px solid #000080; color: #000080; 
	font-size:7pt; font-weight:bold; padding:0 0.5px 0 0.5px; 
	}
table.brwp th a{ display:block;text-decoration:none; 
	}
table.brwp th a:hover{ background-color:#333333; color:white; 
	}
table.brwp th.r2{ background-color:#EEEEEE; text-align:left; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px; 
	}
table.brwp th.r2r{ background-color:#EEEEEE; text-align:right; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px; 
	}
table.brwp th.r2c{ background-color:#EEEEEE; text-align:center; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px; 
	}
table.brwp td {
	text-align:center;
	border-right: 1px dotted #b5b5b5;
    border-bottom: 1px solid #d0d0d0;
}


table.cart, .title table.cart {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
}
table.cart img {
    margin: 0px 2px;
	vertical-align: middle;
    cursor: pointer;
	/*float: left;*/
}

table.cart tr {

}
table.cart th {
    font-size: 13px;
    border-bottom: 1px solid #ffffff !important;
    white-space: nowrap;
	padding: 4px 2px;
	background-color: #f3f3f3;
}
table.cart th.mob {
	background-color:white;
	text-align:center;
	font-size:medium; 
	 
	padding:0 2.5px 0 2.5px;
	}	
table.cart th.left { background-color:#EEEEEE; text-align:left; border:1px solid #EBEBEB; color: #000080; 
	font-size:small; font-weight:normal; padding:0 2.5px 0 2.5px;
	}
table.cart th.leftmap { background-color:Gainsboro; text-align:left; border:1px solid #EBEBEB; color: #000080; 
	font-size:small; font-weight:normal; padding:0 2.5px 0 2.5px;
	}	
table.cart th.rightmap {
	text-align:right;
	color: #8a2cfe;  
}		
table.cart th.tot {
    font-weight: 600;
    font-size: 13px;
    border-right: 1px dotted #d0d0d0;
    padding: 2px 2.5px 2px 2.5px;
}
table.cart th.gtot {
	background-color:#f3f3f3;
	text-align:right;
	color: #483D8B;
	font-size:x-small;
	font-weight:700;
	border-right: 1px dotted #d0d0d0;
}
table.cart th.riep{
	background-color:white;
	text-align:center;
	color: #ac05ff;
    border-bottom: 1px solid #e4e4e4 !important;
	font-size:small;
	border-right: 1px dotted #d0d0d0;
	padding: 2px 2.5px 2px 2.5px;
	}
table.cart th.riep_r{
	background-color:white;
	text-align:right;
	color: #ac05ff;
    border-bottom: 1px solid #e4e4e4 !important;	
	font-size:small;
	border-right: 1px dotted #d0d0d0;
	padding: 2px 2.5px 2px 2.5px;
}
table.cart th.riep_l{
	background-color:white;
	text-align:left;
	color: #ac05ff;
	border-bottom: 1px solid #e4e4e4 !important;
	font-size:small;
	border-right: 1px dotted #d0d0d0;
	padding: 2px 2.5px 2px 2.5px;
}
table.cart th a{ display:block;text-decoration:none; 
	}
table.cart th a:hover{ background-color:#333333; color:white;
	}
table.cart th.r2{ background-color:#EEEEEE; text-align:left; border:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px;
	}
table.cart th.r2r{ background-color:#EEEEEE; text-align:right; border:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px;
	}
table.cart th.r2c{ background-color:#EEEEEE; text-align:center; border:1px solid #000080; color: #0078ff; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px;
	}
table.cart th.xnw{ display:block;text-decoration:none; width:500px;
	}
table.cart td {
	padding: 0 3px;
	color: #212121;
    line-height: 10px;
	vertical-align: middle;
	white-space: nowrap;
	border-right: 1px dotted #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
table.cart td:last-child, table.cart td:nth-last-child (2){
	padding: 0 3px;
	color: #212121;
    line-height: 10px;
	white-space: nowrap;
	border-right: none;
    border-bottom: 1px solid #d0d0d0;
}

table.cart td.left { color: #000080; text-align:left;}
table.cart td.cart_dom_err { background-color:red; color: #EEEEEE; text-align:left; }
table.cart td.cart_dom_err_set { background-color:red; color: #EEEEEE; text-align:left; font-style:italic;}

table.cart td.cart_dom {
    color: gray;
    text-align: left;
    padding: 4px 2px;
}
table.cart span {
    /*float: left;*/
    /*margin: 5px 1px;*/
    font-weight: 400;
}
table.cart td.cart_dom_set {
	background-color:#EEEEEE;
	color: gray;
	text-align:left;
	font-style:italic;
	padding: 4px 2px;
}
table.cart td.cart_sab_err {
	background-color:red;
	color: #EEEEEE;
	text-align:left;
	padding: 4px 2px;
}
table.cart td.cart_sab_err_set {
	background-color:red;
	color: #fff;
	text-align:left;
	font-style:italic;
	padding: 4px 2px;
}
table.cart td.cart_sab {
    color: gray;
    text-align: left;
    /*padding: 5px;*/
    padding: 4px 2px;
}

table.cart td.cart_sab_set { background-color:#EEEEEE; color: gray; text-align:left; font-style:italic;}
table.cart td.cart_fes_err { background-color:red; color: #EEEEEE; text-align:left; text-decoration:underline;}
table.cart td.cart_fes_err_set { background-color:red; color: #EEEEEE; text-align:left; font-style:italic;text-decoration:underline;}
table.cart td.cart_fes {
	background-color: #46a0e1;
	color: #fff;
	text-align:left;
	padding: 4px 2px;
}
table.cart td.cart_fes_set {
	background-color: #46a0e1;
	color: #fff;
	text-align:left;
	font-style:italic;
	padding: 4px 2px;
}
table.cart td.cart_wk_err {
	background-color: #ff4400;
	color: #fff;
	text-align:left;
	padding: 4px 2px;
}
table.cart td.cart_wk_err_set {
	background-color: #ff4400;
	color: #fff;
	text-align:left;
	font-style:italic;
	padding: 4px 2px;
}
table.cart td.cart_wk {
    font-weight: 400;
    padding: 5px;
    text-align: left;
	padding: 4px 2px;
}
table.cart td.cart_wk_set {
	color: gray; 
	background-color: #fff;
	text-align:left;
	font-style:italic;
	padding: 4px 2px;
}
table.cart td.purple_left_x {
	text-align:left;
	padding: 4px 2px;
}

table.cart td.nwr {
	text-align:center;
	width:500px;
}


/* --------- Table zoom ----------*/

table.zoom { 
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
	width: 95%;
}
@media (min-width:860px){
	table.zoom {
	min-width: 30%;
	width:auto;
	}
}
table.zoom th {
	padding: 3px 2px;
    color: #8a2cfe;
    border-bottom: 1px solid #f3f3f3; /*#d0d0d0*/
	background-color: #f3f3f3;
}	
table.zoom th.center {
	text-align:center;
	color: #8a2cfe; 
	font-size:small;
}
table.zoom th.left {
	text-align: left;
}
table.zoom th.inv {
	text-align:right;
	color: #8a2cfe; 
	font-size:small;
}
table.zoom th.info{
	text-align:center;
	color: #8a2cfe; 
	font-size:x-small;
	font-weight:normal;
	padding:0 0.5px 0 0.5px;
	font-style:italic;
}

table.zoom td { 
	color: #212121;
	border-right: 1px dotted #b5b5b5;
    border-bottom: 1px solid #d0d0d0;
	white-space: nowrap;
	padding: 4px 2px;
}
table.zoom td:last-child { 
	border-right: none;
}

table.zoom td.hdr {
	color: #9B3200;
	text-align:left;
	font-size:xx-small;
}
table.zoom td.idx {
	color: #0048ab;
	text-align:left;
	font-size:xx-small;
}
table.zoom td.space {
	color: #0048ab;
	text-align:left;
	font-size:xx-small;
	vertical-align:top
}
table.zoom td.big {
	color: #0048ab;
	text-align:center;
	font-size:large;
}
table.zoom td.big2 {
	color: #0048ab;
	text-align:center;
	font-size:large;
}
table.zoom td.canc {
	color: #0048ab;
	text-align:left;
}
table.zoom caption {
    text-align: left;
    white-space: nowrap;
    background-color: #f3f3f3;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.5px;
}
table.zoom input {
	color: #0048ab;
	vertical-align:middle;
	font-size:x-small;
}
table.zoom input.big {
	color: #0048ab;
	vertical-align:middle;
	font-size:large;
}
table.zoom input.red {
	color: #ff4400;
	vertical-align:middle;
	font-size:x-small;
}
table.zoom select {
	color: #0048ab;
	vertical-align:middle;
	font-size:x-small;
}
table.zoom select.big {
	color: #0048ab;
	vertical-align:middle;
	font-size:large;
}



/*----------  Table mob ---------*/

table.mob {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
	width: 95%;
}
table.mob th.left{ background-color:#EEEEEE; text-align:left; border:1px solid #EBEBEB; color: #000080; 
	font-size:large; font-weight:normal; padding:0 2.5px 0 2.5px;
	}
table.mob th.leftmap{ background-color:Gainsboro; text-align:left; border:1px solid #EBEBEB; color: #000080; 
	font-size:large; font-weight:normal; padding:0 2.5px 0 2.5px;
	}	
table.mob td { color: #000080; border:0 none white; text-align:center;vertical-align:top; white-space:nowrap; font-size:large;}
table.mob td.green_center { color: #46c500; text-align:center; font-size:large;}
table.mob td.fucsia_left { color: #F000AA; text-align:left; font-size:large;}

table.rpt {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
table.rpt th{
	background-color: #ece2ff;
    color: #7d31ff;
    font-size: 13px;
    white-space: nowrap;
    font-weight: 400;
    padding: 5px;
    text-align: right;
}
table.rpt th a{ display:block;text-decoration:none;
	}
table.rpt th a:hover{ background-color:#333333; color:white;
	}
table.rpt th.info{ background-color:#EEEEEE; text-align:center; border-bottom:1px solid #808080; color: #8a2cfe; 
	font-size:large; font-weight:normal; padding:5px 10px 2px 10px;
	}
table.rpt th.limit{ background-color:#FFFFB4; text-align:center; border-bottom:1px solid #808080; color: #8a2cfe; 
	font-size:large; font-weight:normal; padding:5px 10px 2px 10px;
	}
table.rpt th.option{ background-color:#CDFFB4; text-align:center; border-bottom:1px solid #808080; color: #8a2cfe; 
	font-size:large; font-weight:normal; padding:5px 10px 2px 10px;
	}
table.rpt th.inv{
	background-color: #d8ffc5;
    color: #428223;
    text-align: right;
}
table.rpt th.r2{ background-color:#EEEEEE; text-align:left; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:large; font-weight:normal; padding:5px 10px 2px 10px;
	}
table.rpt th.r2r{ background-color:#EEEEEE; text-align:right; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:large; font-weight:normal; padding:5px 10px 2px 10px;
	}
table.rpt th.r2c{ background-color:#EEEEEE; text-align:center; border-bottom:1px solid #000080; color: #0078ff; 
	font-size:large; font-weight:normal; padding:5px 10px 2px 10px;
	}
table.rpt th.xnw{ display:block;text-decoration:none; width:500px;
	}
table.rpt td {
	text-align:left;
}
table.rpt td.top { color: #000080; text-align:center;vertical-align:top}
table.rpt td.nwr {text-align:center; width:500px;}

table.rpt table {
    float: left;
}


table.zoom1 {
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px auto;
    padding: 5px 0;
	width: 95%;
}
table.zoom1 th {
	background-color:#f3f3f3;
	color: #212121;
	white-space:nowrap;
}
table.zoom1 th.x{ background-color:#EEEEEE; text-align:center; border:1px solid #EBEBEB; color: #000080; font-size:small; 
	font-weight:normal;  padding:0 2.5px 0 2.5px;
	}	
table.zoom1 th.center { background-color:#EEEEEE; text-align:center; border-style:solid; border-width:1px; color: #8a2cfe; 
	font-size:small;   font-weight:normal;
	}
table.zoom1 th.left { background-color:#EEEEEE; text-align:left; border-style:solid; border-width:1px; color: #8a2cfe; 
	font-size:small;   font-weight:normal;
	}
table.zoom1 th.inv { background-color:#CDFFB4; text-align:right; border-style:solid; border-width:1px; color: #8a2cfe; 
	font-size:small;   font-weight:normal;
	}
table.zoom1 th.info{ background-color:white; text-align:center; border-bottom:1px solid #808080; color: #8a2cfe; 
	font-size:x-small; font-weight:normal; padding:0 0.5px 0 0.5px; font-style:italic;
	}
table.zoom1 td { color: #0048ab; border:0 none white; text-align:left; white-space:nowrap; font-size:x-small;}
table.zoom1 td.hdr { color: #9B3200; border-style:solid; border-bottom:1px solid #9B3200; text-align:left; font-size:xx-small;}
table.zoom1 td.idx { color: #0048ab; border-style:solid; border:1px solid silver; text-align:left; font-size:xx-small;vertical-align:top}
table.zoom1 td.space { color: #0048ab; border-style:solid; border:0px solid silver; text-align:left; font-size:xx-small;vertical-align:top}
table.zoom1 td.big { color: #0048ab; border:1px solid #808080; text-align:center; font-size:large;}
table.zoom1 td.big2 { color: #0048ab; border:0px solid #808080; text-align:center; font-size:large;}
table.zoom1 td.canc { color: #0048ab; border: 1px solid #808080; text-align:left; }
table.zoom1 caption { text-align:left; padding: 0.2em; font-size:x-small; border-bottom:1px solid #800000; color: #800000;}
table.zoom1 input { color: #0048ab; vertical-align:middle; font-size:x-small;}
table.zoom1 input.big { color: #0048ab; vertical-align:middle; font-size:large;}
table.zoom1 input_red { color: #ff4400; vertical-align:middle; font-size:x-small;}
table.zoom1 select { color: #0048ab; vertical-align:middle; font-size:x-small;}
table.zoom1 select.big { color: #0048ab; vertical-align:middle; font-size:large;}

table.zoom table.zoom1 td {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px dotted #d0d0d0;
}
table.zoom table.zoom1 td:last-child {
    border-right: none;
}
table.zoom table.zoom td span span {
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px dotted #d0d0d0;
    padding: 5px;
    display: inline-block;
}
table.zoom table.zoom td span span:last-child {
    border: none;
    padding: 0;
}
table.zoom table.zoom td span span:nth-last-child(2) {
    border-right: none;
}
table.zoom table.zoom1 caption {
    text-align: left;
    white-space: nowrap;
    background-color: #f3f3f3;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #212121;
    border: none;
}
table.zoom table.main2 td span {
    border-right: 1px dotted #d0d0d0;
    padding: 5px;
    display: inline-block;
}
table.zoom table.main2 td span:last-child {
    border-right: none;
}


/* ------ Pulsanti -------*/

input.butt {
    color: #FFF;
    background-color: #212121;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0px 3px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border:none;
	transition: background-color 0.5s ease;
}
input.butt:active {
	position:relative;
	top:1px;
}
input.butt:hover {
	background-color: #46a0e1;
}
input.butt_y {
    color: #FFF;
    background-color: #212121;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0px 3px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    transition: all 0.5s ease;
}
input.butt_y:active {position:relative;top:1px;}
input.butt_y:hover {
	background-color: #46a0e1;
}	
input.resbutt {
	color: #FFF;
    background-color: #212121;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0px 5px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	border:none;
	transition: background-color 0.5s ease;
}
input.resbutt:active {position:relative;top:1px;}
input.resbutt:hover {
	background-color: #46a0e1;
}	
input.bigbutt{
	color: #FFF;
    background-color: #212121;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0px 3px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    transition: background-color 0.5s ease;
}
input.bigbutt:active {position:relative;top:1px;}
input.bigbutt:hover {background-color: #46a0e1;}		
input.bigbutt_ok{
	color: #FFF;
    background-color: #212121;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0px 3px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    transition: background-color 0.5s ease;
}
input.bigbutt_ok:active {position:relative;top:1px;}
input.bigbutt_ok:hover {background-color: #46a0e1;}	
input.bigbutt_ko{
	color: #FFF;
    background-color: #212121;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0px 3px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    transition: background-color 0.5s ease;
}
input.bigbutt_ko:active {position:relative;top:1px;}
input.bigbutt_ko:hover {background-color: #46a0e1;}
input.buttmob{color: #000080; background-color: rgb(160,255,255); vertical-align: middle;font-variant: normal; font-size:large;
	cursor:pointer;-moz-border-radius:3px;-webkit-border-radius:3px; border-radius:3px; border:solid 1px grey;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5);}
input.buttmob:active {position:relative;top:1px;}
input.buttmob:hover {background-color: #46a0e1;}

.headmenu {float:left; border: 1px solid silver; background: #EEEEEE; padding: 0px 5px;
    font-weight: normal; color: navy; font-size:small; white-space:nowrap; font-style:italic;letter-spacing:2px;
    } 
.headmenu_new {float:left; border: 1px solid silver; background: #444444; padding: 0px 5px;
    font-weight: normal; color: navy; font-size:small; white-space:nowrap; font-style:italic;letter-spacing:2px;
    }                      
.sonmenu {position: absolute; visibility: hidden; background: #EEEEEE; white-space:nowrap;
	}
a.menuel {font-size:small;display: block; padding: 0px 5px; text-decoration: none; 
	font-weight: normal; color: #444444; border-bottom: 1px solid silver;z-index:1; font-style:italic;
	}
a.menuel:hover { font-weight: normal; color: blue; background-color:#ADD8E6;
	}
.intmenu {
    position: absolute;
    /*display: inline-block;*/
	float: right;
    margin: 0;
    right: 0;
    height: 34px;
    white-space: nowrap;
    text-align: left;
    padding: 0px 0px 0px 13px;
	/*background-color: #e1e6ec;*/
}
.intmenu img {
    width: 16px;
    margin: 0 0 0 10px;
    height: 16px;
    /* float: left !important; */
}
.intmenu a {
    display: inline-block;
    /*float: left;*/
    top: 0px;
    position: relative;
    font-size: 13px;
    color: #212121;
    text-decoration: none;
    padding: 18px 10px;
    margin: 0 1px 0 0;
    background-color: rgb(193, 201, 210); /* rgb(219, 219, 219) rgba(0,0,0,.10) */
}
.intmenu a:hover {
    background-color: rgb(164, 172, 181); /* rgb(207, 207, 207) rgba(0,0,0,.15) */
}
.intmenu a img {
    margin: 0;
}

.intmenu_disable {
	display: none; /* hide button */
    position: absolute;
    margin: 0;
    right: 0;
    white-space: nowrap;
    float: left;
    font-size: 13px;
    color: #212121;
    text-decoration: none;
    padding: 16px 10px;
    background-color: rgba(0,0,0,.10);
}
#foldheader {cursor:pointer; font-family: 'Open Sans', sans-serif; font-weight:normal; color:#0048ab;list-style-image:url(images/fold.png)}
#foldinglist {}            
#puntatori a {font-size:small}
li.nosym {float:left;list-style-type:none;list-style-image:none}
li.nosymend {clear:both;list-style-type:none;list-style-image:none}

div#navigation {
    position: relative;
    float: right;
    display: inline-block;
    margin: 0;
    text-align: right;
    /*width: 100%;*/
}
div#navigation img {
    margin: 0px 3px;
}
div#navigation ul {
	white-space: nowrap
}
div#navigation li { display: inline; margin: 0; padding: 0;}
div#navigation li a {
    display: inline-block;
    margin: 0 1px 0 0;
    padding: 10px 10px;
	background-color: rgb(193, 199, 208);  /* rgba(0,0,0,0.10) */
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: -0.5px;
    color: #212121;
    line-height: 15px;
    text-decoration: none;
} 
div#navigation li a:hover {
	background-color: rgb(168, 173, 181);   /* rgba(0,0,0,0.15) */
}  

.sidebar, #map {float:left;}

.sidebar {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
    background-color: #f3f3f3;
}
.sidebar li {
    float: left;
    display: block;
    position: relative;
    margin: 5px 15px;
}
#sbar {
    width: 10%;
    float: right;
    position: absolute;
    right: 0;
    background-color: #f3f3f3;
}
#sbar h3 {
	margin-top:0;
    font-size: 15px;
    color: #fff;
}
#sbar li a {
    font-size: 13px;
	color:#46a0e1;
}

@media print {
	body {
		margin:10px;
		padding:10px;
		width:95%; /* !! */
	}
	#print_butt {
		display:none;
	}
	tr.page-break  {
		display: block;
		page-break-before: always;
	}
}

/* -------- Calendar Fix ---------*/

input.calendarDateInput {
	font-family: 'Open Sans', sans-serif !important;
    font-size: 13px !important;
    letter-spacing: normal !important;
}

td.calendarDateInput {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	font-weight: 400 !important;
    text-align: center !important;
    padding: 1px 3px;
}
/*#date_dal_ID {
	font-family: 'Open Sans', sans-serif;
    border: 1px solid rgb(214, 214, 214) !important;
	-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
#date_dal_Current_ID {
    background-color: #fff;
    text-align: center;
	font-size: 15px;
    font-weight: 400;
}
#date_dal_Previous_ID {
    background-color: #fff;
    border: none !important;
}
#date_dal_Next_ID {
    background-color: #fff;
    border: none !important;
}*/




/* ---------- Nota Cartellino Mensile ------------*/

#DIPNOTA, #DIPNOTA2 {
	float: left;
	width: 90%;
    margin: 0px 15px;
    border-bottom: 1px dotted #d0d0d0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: -0.3px;
}
#DIPNOTA small:hover, #DIPNOTA2 small:hover {
    background-color: #f3f3f3;
}
#DIPNOTA small, #DIPNOTA2 small {
	padding: 10px 0px;
	width: auto;
	max-width: 500px;
    text-align: left;
}
#DIPNOTA small  span:first-child, #DIPNOTA2 small  span:first-child  {
    text-transform: capitalize;
	font-size: 11px;
}
#DIPNOTA small  span:last-child, #DIPNOTA2 small  span:last-child {
	min-width: 150px;
    float: none;
	display: block;
}
#DIPNOTA small span:last-child:before, #DIPNOTA2 small span:last-child:before {
    font-family: 'icons8_win10';
    content: "\f0ba";
    color: #212121;
    /*font-size: 20px;*/ 
    font-size: 16px;
}
/*#DIPNOTA3 small span:last-child:before{
    font-family: 'icons8_win10';
    content: "\ee04";
    color: #212121;
    font-size: 20px;
}
*/
#DIPNOTA small  span, #DIPNOTA2 small  span {
    font-size: 12px;
	line-height: 15px;
    float: left;
}

/* ---------- Nota Cartellino Anagrafica ------------*/

#DIPNOTA3 {
    float: left;
	width: 90%;
    margin: 5px 15px;
}
#DIPNOTA3 small span:first-child {
	text-transform: capitalize;
    font-size: 11px;
}
#DIPNOTA3 small {
    font-size: 12px;
	margin: 2px 0 3px 0;
    line-height: 15px;
    float: left;
    display: block;
}
#DIPNOTA3 small  span:last-child {
	min-width: 150px;
    float: none;
    max-width: 250px;
}




/* -----------  Nuove Classi --------------*/

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  /*margin-top: 1px \9;*/
  margin-top: 1px;
  line-height: normal;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.small {
	font-size:small;
}
.xsmall {
	font-size:x-small;
}
.xxsmall {
	font-size:xx-small;
}
.large {
	font-size:large;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #2a70c6;
}
a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}
.blue_left {
	color: #0078ff;
	text-align:left;
	padding: 4px 2px !important;
}
.blue_left_it {
	color: #0078ff;
	text-align:left;
	font-style:italic;
	padding: 4px 2px !important;
}
.blue_center {
	color: #0078ff;
	text-align:center;
	padding: 4px 2px !important;
}
.blue_right {
	color: #0078ff;
	text-align:right;
	padding: 4px 2px !important;
}
.fucsia_left {
	color: #F000AA;
	text-align:left;
	padding: 4px 2px !important;
}
.fucsia_center {
	color: #F000AA;
	text-align:center;
	padding: 4px 2px !important;
}
.fucsia_right {
	color: #F000AA;
	text-align:right;
	padding: 4px 2px !important;
}
.red_left {
	color: #ff4400;
	text-align:left;
	padding: 4px 2px !important;
}
.red_left_x {
	color: #ff4400;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.red_center {
	color: #ff4400;
	text-align:center;
	padding: 4px 2px !important;
}
.red_right {
	color: #ff4400;
	text-align:right;
	padding: 4px 2px !important;
}
.brown_left { 
	color: #9e733b;
	text-align:left;
	padding: 4px 2px !important;
}
.brown_center {
	color: #9e733b;
	text-align:center;
	padding: 4px 2px !important;
}
.brown_right {
	color: #9e733b;
	text-align:right;
	padding: 4px 2px !important;
}
.violet_left {
	color: #8a2cfe;
	text-align:left;
	padding: 4px 2px !important;
}
.violet_left_x {
	color: #8a2cfe;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.violet_center {
	color: #8a2cfe;
	text-align:center;
	padding: 4px 2px !important;
}
.violet_right {
	color: #8a2cfe;
	text-align:right;
	padding: 4px 2px !important;
}
.green_left {
	color: #46c500;
	text-align:left;
	padding: 4px 2px !important;
}
.green_left_x {
	color: #46c500;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.green_center {
	color: #46c500;
	text-align:center;
	padding: 4px 2px !important;
}
.green_right {
	color: #46c500;
	text-align:right;
	padding: 4px 2px !important;
}
.orange_left {
	color: #FF6D24;
	text-align:left;
	padding: 4px 2px !important;
}
.orange_left_x {
	color: #FF6D24;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.orange_center {
	color: #FF6D24;
	text-align:center;
	padding: 4px 2px !important;
}
.orange_right {
	color: #FF6D24;
	text-align:right;
	padding: 4px 2px !important;
}
.navy_left {
	color: #0048ab;
	text-align:left;
	padding: 4px 2px !important;
}
.navy_left_it {
	color: #0048ab;
	text-align:left;
	font-style:italic;
	padding: 4px 2px !important;
}
.navy_center {
	color: #0048ab;
	text-align:center;
	padding: 4px 2px !important;
}
.navy_right {
	color: #0048ab;
	text-align:right;
	padding: 4px 2px !important;
}
.purple_left {
	color: #ff00ac;
	text-align:left;
	padding: 4px 2px !important;
}
.purple_center {
	color: #ff00ac;
	text-align:center;
	padding: 4px 2px !important;
}
.purple_right {
	color: #ff00ac;
	text-align:right;
	padding: 4px 2px !important;
}
.gray_left {
	color: #808080;
	text-align:left;
	padding: 4px 2px !important;
}
.gray_left_x {
	color: #808080;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.gray_center {
	color: #808080;
	text-align:center;
	padding: 4px 2px !important;
}
.gray_right {
	color: #808080;
	text-align:right;
	padding: 4px 2px !important;
}
.pink_left {
	color: #ffa1a1;
	text-align:left;
	padding: 4px 2px !important;
}
.pink_center {
	color: #ffa1a1;
	text-align:center;
	padding: 4px 2px !important;
}
.pink_right {
	color: #ffa1a1;
	text-align:right;
	padding: 4px 2px !important;
}
.darkgreen_left {
	color: #009a00;
	text-align:left;
	padding: 4px 2px !important;
}
.darkgreen_left_x {
	color: #009a00;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.darkgreen_left_xnw {
	/*width:500px;*/
	color: #009a00;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px;
}
.darkgreen_left_xnw0 {
	color: #009a00;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.darkgreen_left_xnw1 {
	width:200px;
	color: #009a00;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px !important;
}
.darkgreen_left_xnw3 {
	color: #009a00;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px;
}
.darkgreen_left_xnw4 {
	width:200px;
	color: #009a00;
	text-align:left;
	font-size:xx-small;
	padding: 4px 2px;
}
.darkgreen_center {
	color: #009a00;
	text-align:center;
	padding: 4px 2px !important;
}
.darkgreen_right {
	color: #009a00;
	text-align:right;
	padding: 4px 2px !important;
}
.nwr {
	text-align:center;
	width:500px;
	padding: 4px 2px !important;
}



.blue {
	color: #0078ff;
}
.blue  a {
	color: #0078ff;
	text-decoration: none;
}
span.icon.blue.small {
	color: #2a70c6;
	float: right;
}
.dark-blue {
	color:#2a70c6;
}
.dark-blue a {
	color:#2a70c6;
	text-decoration: none;
}
.red {
	color: #ff4400;
}
.red a {
	color: #ff4400;
	text-decoration: none;
}
.fucsia {
	color: #F000AA;
}
.fucsia a {
	color: #F000AA;
	text-decoration: none;
}
.brown {
	color: #9e733b;
}
.brown  a {
	color: #9e733b;
	text-decoration: none;
}
.violet {
	color: #8a2cfe;
}
.violet a {
	color: #8a2cfe;
	text-decoration: none;
}
.green {
	color: #46c500;
}
.green {
	color: #46c500;
	text-decoration: none;
}
.orange {
	color: #FF6D24;
}
.orange a {
	color: #FF6D24;
	text-decoration: none;
}
.navy {
	color: #0048ab;
}
.navy a {
	color: #0048ab;
	text-decoration: none;
}
.purple {
	color: #ff00ac;
}
.purple  a {
	color: #ff00ac;
	text-decoration: none;
}
.gray {
	color: #808080;
}
.gray a {
	color: #808080;
	text-decoration: none;
}
.pink {
	color: #ffa1a1;
}
.pink a {
	color: #ffa1a1;
	text-decoration: none;
}
.darkgreen {
	color: #009a00;
}
.darkgreen  a {
	color: #009a00;
	text-decoration: none;
}

.border-solid {
	border: 1px;
	border-style: solid;
}
.border-dotted {
	border:1px;
	border-style: dotted;
}
.noborder {
	border:none;
}
.border-bottom-solid {
	border-bottom:1px solid;
}
.width-60 {
	width:60%;
}

/* <span class="current-page"> </span> */
.current-page {
	background-color:#2a70c6;
	color:#fff;
    margin: 0px 3px;
    padding: 0px 6px;
}



/*   <div class="clock">12:35 &nbsp;&nbsp;&nbsp; 27-06-16</div>   */

.clock {
	line-height: 17px;
    font-size: 13px;
    font-weight: 600;
    padding-right: 10px;
    /*color: #838383;*/
    color: #bfbfbf;
    letter-spacing: -0.5px;
}
#login .form .clock {
    float: right;
    position: relative;
    top: -24px;
    color: #212121;
    font-size: 14px;
    line-height: 10px;
    height: 10px;
    font-weight: 600;
}


/*------------- help ------------*/

body#help {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    line-height: 18px;
    width: 90%;
    margin: 25px auto;
}
body#help  p {
    font-family: 'Open Sans', sans-serif !important;
    margin: 20px 0px;
    float: left;
    width: 100%;
    text-align: left;
}
body#help p.help a {
    display: inline-block;
}
body#help b {
    font-weight: 700;
}
body#help big {
    font-weight: 700;
    font-size: 18px;
}
body#help u {
    font-size: 16px;
}
body#help font {
    font-family: 'Open Sans', sans-serif;
}
body#help  .main2 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}
body#help table.main2 td.hdr {
	font-size: 17px;
    line-height: 30px;
    border: none;
    font-weight: 700;
    color: #212121;
}
body#help table.main2 td.idx {
    border: none;
    color: #212121;
    font-size: 16px;
    line-height: 14px;
    padding: 2px 5px;
    border-left: 1px solid #d0d0d0;
}
body#help table.main2 td.idx a {
    text-decoration: none;
    font-size: 14px;
    color: #2a70c6;
    padding: 5px;
    display: block;
	text-transform: capitalize;
}
body#help table.main2 td.idx a:hover {
    background-color: #f3f3f3;
}
body#help .icon {
    font-size: 100px !important;
    line-height: 150px;
    color: #ffffff;
    text-align: center;
    float: left;
    background-color: #2a70c6;
    width: 150px;
    height: 150px;
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}
body#help img {
    max-width: 100%;
}
body#help span.icon:after {
    color: #212121;
    height: 150px;
    /*content: "Oltre";*/	/* per via del nome...*/
    font-size: 50px;
    float: left;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 260px;
    top: 0px;
    left: 150px;
    margin-left: 20px;
}
body#help ul {
    margin: 15px 35px;
}
body#help ul li {
    list-style: initial;
    clear: left;
}


/* Icons Status */

.ico-correct {
    background-color: #00c965;
}
.ico-correct img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.ico-neutral {
    background-color: #ffc500;
}
.ico-neutral img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.ico-alert {
    background-color: #ff4400;
}
.ico-alert img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.ico-badge {
    background-color: LightGray;
}
/*   End Icons Status  */


form[name="Ana"] table table.main2 {
    position: relative;
    display: block;
    clear: both !important;
    border-bottom: 1px dotted #000;
    padding: 0 0 20px 0;
    width: 100%;
    margin: 0px auto 20px auto;
}

form[name="f_ut"] table table.main2 th {	/*17.03.19 */
    border-bottom: 1px solid White;
}

.int-stamp {
	height: auto;
    width: auto;
    padding: 20px 0 15px 0;
    margin: 0 20px;
    text-align: left;
}


/* Media Query Top Menu */

@media screen and (max-width: 800px) {
    #menu .userArea {
        position: relative;
        float: right;
        width: 456px;
    }
    .megaMenu {
        position: absolute;
        margin-top: -34px;
    }
    #userMenu {
        position: absolute;
        top:68px !important;
    }
    #languageMenu {
        position: absolute !important;
        width:35px;
        top: 60px !important;
    }
    #menu #applicationName {
        position: absolute;
        float: left;
    }
    #menu .separator {
        position: absolute;
        float: left;
        left:71px;
    }
    #menu .ambientSwitcher {
        position: relative;
        float: left;
        left:94px;
        width:370px;
        display:block;
        white-space:nowrap;
    }
    .offCanvas {
        position: absolute;
        top: 67px;
    }
}

i {
  font-style: italic;
}

/* chrome auto filled input background */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* ----------------------------------- */

