@charset "utf-8";
/* CSS Document */

/* =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-===== */
/* ----------------------------------------------------------------------- */
/* OVERRIDE BS */
/* ----------------------------------------------------------------------- */
/* =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-===== */
body { font-family: Arial, Helvetica, sans-serif; }

body.full-bg {
	background: #fff url( ./body_bg.gif ) repeat-x left top;
	background-attachment: fixed;
}

.navbar { margin-top: 0; margin-bottom: 0; border-radius: 0px; border: 0px; text-align: center; }
.navbar-inverse { background-color: #d6362e; border-bottom: 4px solid #000; } /*880404*/

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus { 
	background-color: #af1911;
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 15px;
	color: #fff;
	/*text-shadow: 1px 1px #000;*/
	text-transform: uppercase;
}

.btn-xxs { padding: 0 6px; font-size: 12px; line-height: 1.1; border-radius: 3px; }

/* =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-===== */



/* ^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^ */
/* ^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^ */
/* Utilities */
/* ^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^ */
.floatLeft { float: left; }
.floatRight { float: right; }

div.clearBoth { width: 100%; clear: both; font-size: 1px; z-index: 1; }
div.h1px { height: 1px; }
div.h5px { height: 5px; }
div.h10px { height: 10px; }
div.h20px { height: 20px; }
.bold { font-weight: bold; }
.strike  { text-decoration: line-through; font-weight: normal; }
img.align-center { margin: 0 auto; }
.separator-bot { border-bottom: 1px dotted #ccc; }
.separator-top { border-top: 1px dotted #ccc; }

div.relative-0 { width: 100%; height: 0px; position: relative; }

table td.mylightgray { background-color: #fafafa; } 
table td.mymidgray { background-color: #eee; } 
/* ^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^ */
/* ^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^-^^^^^ */


/* Admin */
div#adm-header { background: #fff; min-height: 140px; padding-top: 10px; }
div#adm-toolbar { background: #fff; }

div#adm-contents { background: #fff; min-height: 680px; }
div#adm-footer { }
div#adm-footer div#footer-inner { min-height: 50px; background: #fff url( ./body_bg.gif ) repeat-x left top; padding-top: 10px; }

div.alert-msg { margin: 20px 10%; }
td.drivertd  { height: 70px; }


/* Pages */
div#page-header { background: #fff; min-height: 190px; padding-top: 20px; }
div#page-toolbar { background: #fff;  padding-left: 0px; padding-right: 0px; }
div#page-contents { background: #fff; min-height: 680px; padding-left: 40px; padding-right: 40px; }
div#page-footer { min-height: 50px; background: #ccc; line-height: 50px; margin-top: 10px; }



/* ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ */
/* ^^^^^ ^^^^^ Checkbox styled ^^^^^ ^^^^^ ^^^^^ */
/* ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
}

/* Hide default HTML checkbox */
.switch input { opacity: 0; width: 0; height: 0; }

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cc0033;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: -3px;
	bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider { background-color: #339900; }
input:focus + .slider { box-shadow: 0 0 1px #339900; }

input:checked + .slider:before {
	-webkit-transform: translateX(22px);
	-ms-transform: translateX(22px);
	transform: translateX(22px);
}

/* Rounded sliders */
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; } 


div.onoff-success {
	position: absolute; 
	width: 150px; height: 50px; 
	top: -10px; left: 50px; 
	font-size: 0.9em; 
	background-color: #fefefe; border: 1px solid #555; 
	display: none; z-index: 1000;
}
/* ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ */
/* ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ ^^^^^ */


/* =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-===== */
/* ----------------------------------------------------------------------- */
/* OVERRIDE BUTS */
/*
#226341 verde (success) [disabled #9cbdac]
#b5050f rosso (success)
#464646 grigio scuro (primary) [disabled #dfdfdf]
#3a3a3a grigio scuro (primary)
#626262 grigio chiaro (info) [disabled #dfdfdf]
#a5a5a5 grigio + chiaro (info)
#005629 ? nom mi ricordo 
*/
/* ----------------------------------------------------------------------- */
/* =====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-===== */
