/* ==========================================================================
 MISC Visual Styles
========================================================================== */
.header {
	padding: 12px 0 3px;
	position: relative;
	margin-bottom: 0;
}

.sitetitle {
	margin: 0;
	color: #5A636D;
	font-weight: normal;
}

.container {
	padding: 20px;
	background: #fafafa;
	border: 1px solid #e6e6e6;
	margin: 10px auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* ==========================================================================
  Panels
========================================================================== */

.module {
	padding: 10px 12px;
	background: #FAFAFA;
	border: 1px solid #d6d6d6;
	margin:0 0 14px;
}

.module.no-bottom {
	padding: 10px 12px 0 12px;
}

.module:hover{
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.panel {
	overflow: hidden;
	padding: 15px 15px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-width: 2px;
	margin: 0 0 14px;
}

.panel-list {
	/*overflow: hidden;*/ /* commentato il 13/12/2013 */
	padding: 15px 15px 0;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 0 14px;
}

.paneltitle {
	color: #476380;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 15px;
	background: #F8F8F8;
	margin: -14px -15px 14px;
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
}

.paneltitle-list {
	color: #476380;
	font-size: 18px;
	font-weight: 400;
	padding: 14px 15px;
	background: #F8F8F8;
	margin: -14px -15px 0;
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
}

.innertitle{
	display:block;
	padding:0 140px 0 0px;
}

.back-btn + .innertitle{
	padding:0 140px 0 50px;
}
.innertitle strong{
	display: inline-block;
}
.heading-box {
	color: #476380;
	overflow: hidden;
	background: #F8F8F8;
	padding: 5px 15px;
	border: 1px solid #DADADA;
	margin: 0 10px 10px;
}

.pageheading {
	font-size: 22px;
	line-height: 34px;
	margin: 0;
	padding: 0 5px 0 0;
	font-weight: normal;
	float: left;
}

.section {
	background: #E7E7E7;
	border: 1px solid #c2c2c2;
	padding: 10px;
	border-bottom-width: 2px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
}

.breadcrumb{
	float:none;
}

.breadcrumb select{
	margin: 0 0 0 10px;
}
.breadcrumb .icon{
	vertical-align: text-bottom;
}
.breadcrumb .selection {
	margin: 0;
	font-size: 18px;
	line-height: 36px;
	display: inline-block;
	float: left;
}
/* ==========================================================================
  Account-box info & links
  Code example:
  <div class="info">
	<span class="account">
		<span>Welcome</span>
		<a href="">name</a>
	</span>	
	<a href="">docs</a>
	<a href="">exit</a>
  </div>
========================================================================== */

.info {
	font-size: 0.875em;
	list-style: none;
	float: right;
	display: block;
}

.info .account, .info > a{
	display: inline-block;
	padding: 0 10px 0 5px;
}

.info > a {
	padding: 0 12px;
	border-left: 1px solid #bebebe;
}

.time {
  margin: 2px 0 0 0;
	padding: 0 12px;
	text-align: right;
	display: block;
	line-height: 1.3;
}

/* ==========================================================================
  Grourp of items - list view
  Code example:
  <div class="itemgroup">
	<a class="item">1</a>
	<a class="item">2</a>
	...
  </div>
========================================================================== */

.itemgroup {
	margin: 0 0 20px;
}

.item {
	display: block;
	padding: 3px 12px;
	background: #F2F2F2;
	border: 1px solid #d6d6d6;
	border-bottom-width: 2px;
	border-radius: 3px;
	margin: 0 0 10px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.item:hover {
	margin: 0 0.3em 10px;
	background: #E0E0E0;
	border-color: #c1c1c1;
}

.item-header {
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	padding: 8px 15px;
	color: #FFF;
	background-color: #5A636D;
	border: 1px solid #49545A;
	margin: 0 0 14px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
	Alternative list-view (description lists)
========================================================================== */

.module .dl-horiz, .module .dl-full-horiz{
	margin:0;
}

.dl-horiz dt, .dl-horiz dd, .dl-full-horiz dt, .dl-full-horiz dd{
	display:inline-block;
	float: left;
	margin:0;
	padding:1px;
}

.dl-horiz dt{
	clear: left;
	white-space: nowrap;
	margin: 0;
	min-width: 20%;
}

.dl-horiz dd, .dl-full-horiz dd {
	min-width: 15%;
	padding: 1px 10px 1px;
}

.dl-full-horiz dd + dt {
	margin-left: 15px!important;
}

.module dl{margin: 0;}
.module dd{margin: 0 0 2px 0;}
/* ==========================================================================
  Notifications
  Code example:
  <div class="*-box">
	<strong>title</strong> message
	<a href="#" class="myclose">×</a>
  </div>
========================================================================== */

.alert-box, .error-box, .success-box, .note-box {
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 2px;
	display: block;
	font-weight: bold;
	position: relative;
	padding: 10px 15px 9px;
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.alert-box ul, .error-box ul, .success-box ul, .note-box ul{
	margin: 10px 0 0px 26px;
}
.alert-box li, .error-box li, .success-box li, .note-box li{
	list-style: none;
	font-size:14px;
}
.alert-box {
	background-color: #ffd88a;
	border-color: #ffcc66;
}
.alert-bg {
	background-color: #ffd88a!important;
}
.alert{
	color:#F58900!important
}

.error-box {
	background-color: #E53C2A;
	border-color: #C32918;
	color: #FFF;
}
.error-bg {
	background-color: #E53C2A!important;
}
.error{
	color:#E53C2A!important;
}

.success-box {
	background-color: #27AE60;
	border-color: #295;
	color: #FFF;
}
.success-bg {
	background-color: #27AE60!important;
}
.success{
	color:#27AE60!important;
}

.note-box {
	background: #DBDBDB;
	border-color: #c2c2c2;
	color: #424242;
}
.note{
	color: #666 !important;
}

.alert-box strong, .error-box strong, .success-box strong, .note-box strong {
	font-size: 1.375em;
}

.star {
	color: red;
	font-weight:bold;
	padding:4px;
}

.myclose, .myclose:hover {
	padding: 12px 7px;
	line-height: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: #333;
	opacity: 0.45;
	text-decoration: none;
}

.gold{
	color: #FF9C24 !important;
}

/* ==========================================================================
  TABLES
========================================================================== */

table {
	text-align: left;
	width: 100%;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid #ccc;
}
.dataTable{margin-bottom: 0;}
table:hover {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

table tr th {
	background: #E6E6E6;
	font-weight: bold;
}

table tr th,
table tr td {
	padding: 7px 12px;
	font-size: 13px;
	display: table-cell;
	line-height: 18px;
}
/* use .even class for zebra effect on rows */
table tr.even {
	background: #F2F2F2;
}
table, tr, th, td
{
border: 1px solid #D6D6D6;
}
td {
	border: 1px solid #D6D6D6;
}

table tr {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	border: 1px solid #D6D6D6;
}

table thead tr th {
	border: 1px solid #D6D6D6;
	padding: 12px;
	border-bottom-width: 2px;
}

.center {
	text-align: center;
}
td p{margin:0;}

td input[type="text"], td select, td button, td a{margin-bottom: 0;}



/* ==========================================================================
   DataTables
========================================================================== */

/* --------------------------------------------------------------------------
  DataTables - Wrapper
-------------------------------------------------------------------------- */
.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}

/* --------------------------------------------------------------------------
  DataTables - Processing indicator
-------------------------------------------------------------------------- */
.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 50px;
	margin-left: -125px;
	margin-top: -50px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #666;
	font-size: 14px;
	background-color: white;
}

/* --------------------------------------------------------------------------
  DataTables - Pagination
-------------------------------------------------------------------------- */
.dataTables_paginate {
	display: inline-block;
	overflow: hidden;
	margin: 0 0 10px;
	vertical-align: middle;
}
.dataTables_paginate ul,
.dataTables_paginate ol {
	margin: 0;
	padding: 0;
}
.dataTables_paginate li.page-item > a.page-link  {
	color: #1e77ae;
	text-decoration: none;
}
.dataTables_paginate li.page-item > a.page-link:hover  {
	color: #1e77ae;
	background: #f2f2f2;
}
.dataTables_paginate li.page-item.active > a.page-link:focus {
	box-shadow: none;
}
.dataTables_paginate li.page-item.active > a.page-link {
	font-weight: bold;
	color: #fff;
	background: #1e77ae;
	border-color: #186290;
	border-width: 1px;
}
.dataTables_paginate li.page-item.active > a.page-link:hover {
	background: #2ba6cb;
}
.dataTables_paginate li.page-item.disabled > a.page-link,
.dataTables_paginate li.page-item.disabled > a.page-link:hover,
.dataTables_paginate li.page-item.disabled > a.page-link:active {
	color: #999;
	background: #ebebeb;
	cursor: default;
}
/* icon-font for pagination controls */
.dataTables_paginate .first,
.dataTables_paginate .next,
.dataTables_paginate .previous,
.dataTables_paginate .last {
	font-family: 'entypo';
	font-weight: normal;
}

/* --------------------------------------------------------------------------
  DataTables - Information
-------------------------------------------------------------------------- */
.dataTables_info {
	float: right;
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 14px;
	vertical-align: middle;
	outline: none;
	line-height: 36px;
	border-right: 1px solid #b3b3b3;
}

/* --------------------------------------------------------------------------
  DataTables - Page length menu
-------------------------------------------------------------------------- */
.dataTables_length {
	float: right;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	outline: none;
}
.dataTables_length label {
	margin: 0;
	font-size: 13px!important;
	line-height: 36px!important;
}
.dataTables_length select {
	display: inline-block;
	width: initial;
	margin: 0!important;
}
.dataTables_length select:focus {
	box-shadow: none;
}

/* --------------------------------------------------------------------------
  dataTable (html table sytles)
-------------------------------------------------------------------------- */
/* table */
.dataTable {
	margin-bottom: 0;
}
/* table head */
.dataTable thead th,
.dataTable thead td {
	background-color: #e6e6e6;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
}
.dataTable thead th:active,
.dataTable thead td:active {
	outline: none;
}
/* table head - align */
.dataTable .center,
.dataTable .tcenter {
	text-align: center;
}
.dataTable .tright {
	text-align: right;
}
.dataTable .vtop {
	vertical-align: top;
}
/* table body - hover */
.dataTable tbody tr:hover {
	background: #dedede;
}
.dataTable tbody td:hover {
	box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.9);
}
/* table body - link */
.dataTable tbody td .full-link {
	display: block;
	width: 100%;
	height: 100%;
}
/* arrows */
.dataTable .arrow-up,
.dataTable .arrow-down {
	float: left;
	display: block;
	width: 14px;
	line-height: 28px;
	margin-left: 5px;
}
.dataTable span.arrow-up,
.dataTable span.arrow-down {
	color: #999;
}
/* sorting */
.dataTable .sorting_disabled {
	outline: none;
}
.dataTable .sorting,
.dataTable .sorting_asc,
.dataTable .sorting_desc {
	cursor: pointer;
	background-color: #ededed;
	padding-right: 20px;
}
.dataTable .sorting:hover,
.dataTable .sorting_asc:hover,
.dataTable .sorting_desc:hover {
	color:#1e77ae;
	background-color: #ededed;
}
.dataTable .sorting:focus,
.dataTable .sorting_asc:focus,
.dataTable .sorting_desc:focus {
	outline: 1px solid #1e77ae;
}
.dataTable thead th.sorting_asc,
.dataTable thead th.sorting_desc {
	background-color: #F2F2F2;
}
.dataTable .sorting {
	background-image: url('../pic/sort_both.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.dataTable .sorting_asc {
	background-image: url('../pic/sort_asc.png');
	background-repeat: no-repeat;
	background-position: center right;
 }
.dataTable .sorting_desc {
	background-image: url('../pic/sort_desc.png');
	background-repeat: no-repeat;
	background-position: center right;
}
/* save order */
.dataTable span#save_order,
.dataTable span#save_order:hover {
	color: #666;
}
/* order cell */
.dataTable input[type="text"].order_cell {
	float: left;
	margin: 0!important;
	padding: 5px;
	width: 46px;
}
.dataTable .order_cell + .arrow-down {
	margin-left: 24px;
}
/* icon */
.dataTable td .icon.in {
	color: #476380;
}
.dataTable td .icon.out {
	color: #db7900;
}
/* unseen */
.dataTable td.unseen,
.dataTable td.unseen a {
	font-weight: bold;
}
/* flagged */
.dataTable td.flagged,
.dataTable td.flagged a {
	/*color: #ff0000 !important;*/
}
.dataTable th .icon.flagged,
.dataTable td.flagged .icon.flagged {
	color: #ff0000;
}
/* note */
.dataTable th .icon.note,
.dataTable td.note .icon.note {
	color: #f93 !important;
}
/* unprocessed */
.dataTable td.unprocessed {
	background-color: #ffff99;
}



/* =======================
table row details
======================= */
td.details {
	background: #f7f7f7;
	color: #122C47;
	padding: 6px;
}
td.details > h4{
	margin-bottom: 5px;
}
.details-switch{
	display: inline-block;
	cursor: pointer;
	color:#27ae60;
}

table.details-table {
	margin: 0;
	background: none;
}
table.details-table:hover,
table.details-table tr td:hover{
	box-shadow: none;
}
table.details-table th{
	text-align:center;
	font-size: 12px;
}
table.details-table tr:hover{
	background: none;
}
table.details-table tr th,
table.details-table tr td {
	padding: 4px 6px;
}
table.details-table tr td:last-child{
	text-align: right;
}
table.details-table tr td.empty{
	border: none;
}
table.details-table tr td.details-diff, table.details-table tr td.details-total {
	text-align: right;
	font-weight: bold;
}
table td .icon.in {
	color: #476380;
}
table td .icon.out {
	color: #db7900;
}
table td.unseen,
table td.unseen a {
	font-weight: bold;
}
table td.flagged,
table td.flagged a {
	/*color: #ff0000 !important;*/
}
table th .icon.flagged,
table td.flagged .icon.flagged {
	color: #ff0000;
}
table th .icon.note,
table td.note .icon.note {
	color: #f93 !important;
}
table td.unprocessed {
	background-color: #ffff99;
}

/* =======================
table report by date
======================= */
table.report_by_date th,
table.report_by_date td {
	padding: 0;
	font-size: 9px;
}
table.report_by_date td {
	width: 33px;
}
table.report_by_date tr.totals th,
table.report_by_date tr.totals td {
	border-top-width: 2px;
}
table.report_inner {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
table.report_inner:hover {
	box-shadow: none;
}
table.report_inner tr {
	border: none;
}
table.report_inner th,
table.report_inner td {
	padding-right: 0;
	padding-left: 0;
	border: none;
}

/* =======================
table report forecast
======================= */
table.report_forecast {
	margin-bottom: 1.5em;
}
table.report_forecast th,
table.report_forecast td {
	padding: 0;
	font-size: 9px;
}
table.report_forecast td {
	width: 46px;
}
table.report_forecast tr.totals th,
table.report_forecast tr.totals td {
	border-top-width: 2px;
}
table.report_forecast .lr1,
table.report_forecast .lr2,
table.report_forecast .lr3 {
	padding: 0 5px;
}
table.report_forecast .lr1 {
	font-weight: bold;
	text-align: left;
}
table.report_forecast .lr2,
table.report_forecast .lr3 {
	font-weight: normal;
	text-align: right;
}

/* =======================
table report room nights
======================= */
table.report_rnights {
	margin-bottom: 1.5em;
}
table.report_rnights th,
table.report_rnights td {
	padding: 0;
	font-size: 9px;
}
table.report_rnights th.link {
	cursor: pointer;
	color: #1E77AE;
}
table.report_rnights th.link.active {
	background-color: #F0F0F0;
	border: 2px solid #1E77AE;
}
table.report_rnights td {
	width: 46px;
}
table.report_rnights tr.totals th,
table.report_rnights tr.totals td {
	border-top-width: 2px;
}
table.report_rnights .lr1,
table.report_rnights .lr2,
table.report_rnights .lr3 {
	padding: 0 5px;
}
table.report_rnights .lr1 {
	font-weight: bold;
	text-align: left;
}
table.report_rnights .lr2,
table.report_rnights .lr3 {
	font-weight: normal;
	text-align: right;
}
table.report_rnights.det th,
table.report_rnights.det td {
	padding: 0 5px;
	font-size: 12px;
	white-space: nowrap;
}
table.report_rnights.det h5 {
	display: inline-block;
	margin: .5em;
	padding: .5em;
	background-color: #F0F0F0;
	border: 2px solid #1E77AE;
	color: #1E77AE;
	font-size: 1.2em;
}
div.report_rnights {
	margin-bottom: 10px !important;
}
div.report_rnights .inline {
	margin: 0;
}
div.report_rnights .bootstrap-switch {
	margin: 0;
	font-weight: bold;
}

/* =======================
old tables
======================= */
table.ol_tbl td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	white-space: nowrap;
}
table.ol_tbl_inner {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
table.ol_tbl_inner:hover {
	box-shadow: none;
}
table.ol_tbl_inner tr {
	border: none;
}
table.ol_tbl_inner th,
table.ol_tbl_inner td {
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
	white-space: nowrap;
	border: none;
}
table.ol_tbl_inner span {
	white-space: nowrap;
}
table.ol_tbl_inner div {
	display: inline-block;
}

/* =======================
  Fixed Header
======================= */
.header-rows {
	width: 100%;
	position: fixed;
	top: 0;
	margin: 0 0 16px 0;
	padding: 0;
	z-index: 100;
	background: #ededed;
	box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, .2);
}
.header-rows .nav-outer {
	margin: 0;
}
.header-rows-spacer {
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	background: transparent;
}
.header-rows-spacer.two-rows {
	height: 170px;
}

/* =======================
  Notification area
======================= */
.n-area {
	width: 1200px;
	max-width: 100%;
	min-width: 768px;
	max-height: 50%;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	background: transparent;
	/*
	border-right: 3px solid #476380;
	border-left: 3px solid #476380;
	overflow-y: auto;
	*/
	z-index: 20;
}
.n-area-inner {
	width: 1200px;
	max-width: 100%;
	min-width: 768px;
	height: 0;
	position: fixed;
	margin: 0;
}
/*
.n-area {
	width: 100%;
	max-height: 50%;
	position: fixed;
	bottom: 0;
	background: transparent;
	z-index: 2;

}
.n-area-inner {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	border-right: 3px solid #476380;
	border-left: 3px solid #476380;
}
*/
.n-label {
	width: 100px;
	height: 28px;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -50px;
	background: #476380;
	text-align: center;
	color: #ecf0f1;
	border-radius: 5px 5px 0 0;
	border-top: 3px solid #8298B0;
	border-left: 3px solid #8298B0;
	border-right: 3px solid #8298B0;
}
.n-label:hover {
	background: #2C3E50;
	border-color: #adbfd2;
}
.n-label a {
	display: block;
	color: #ecf0f1;
}
.n-label a:hover {
	color: #fff;
}
.n-bar {
	height: 28px;
	position: absolute;
	top: -28px;
	right: 0;
	left: 0;
	background: #476380;
	border-top: 3px solid #8298B0;
}
.n-content {
	height: 100%;
	overflow-y: auto;
	border-right: 3px solid #476380;
	border-left: 3px solid #476380;
	background: #ededed;
}
.n-bar ul, .n-bar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.n-btns > li {
	height: 28px;
	margin-top: -3px;
	font-size: 0.875em;
	display: block;
	float: right;
	position: relative;
	border-left: 1px solid #adbfd2;
	z-index: 10000;
}
.n-btns li:first-child{
	border-left: 1px solid #adbfd2;
}
.n-btns li a {
	line-height: 25px;
	display: block;
	color: #ecf0f1;
	position: relative;
	text-decoration: none;
	padding: 0 14px;
	background: #476380;
	border-top: 3px solid #8298B0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.n-btns li a:hover {
	background: #2C3E50;
	color: #fff;
	border-top: 3px solid #adbfd2;
}
.n-btns li a:active {
	background: #243342;
	box-shadow: inset 0 0 7px 0 #000;
}

/* =======================
  Dashboard
======================= */
.boxes-row {
	position: relative;
	min-height: inherit;
	overflow: hidden;
}
.calendar-box {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.calendar-box-inner {
	position: relative;
	height: 100%;
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid #D6D6D6;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	overflow: hidden;
}
.calendar-box-inner .calendar-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 60px;
	background: #E6E6E6;
	font-size: 14px;
	border: 1px solid #CCC;
	padding: 10px 15px 0;
	margin: 0 -10px;
	border-bottom-width: 2px;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
}
.calendar-box-inner .calendar-rows {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.calendar-box-inner .calendar-qname {
	color: #476380;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
}
#calendar-sel_status {
	float: right;
	margin-right: 10px;
	max-width: 220px;
}
.calendar-box-inner .calendar-box-close {
	float: right;
	font-size: 20px;
	line-height: 36px;
}
.calendar-box-inner .calendar-row {
	position: relative;
	width: 100%;
	padding: 5px 10px;
	background: #fefefe;
	overflow: hidden;
}
.calendar-box-inner .calendar-row:nth-child(odd) {
	background: #efefef;
}
.calendar-box-inner .calendar-label {
	float: left;
	width: 80%;
}
.calendar-box-inner .calendar-num {
	float: right;
	width: 20%;
}
.calendar-box-inner .calendar-loadmore {
	position: relative;
}
.calendar-box-inner .calendar-loader {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .5;
	background: #FFFFFF url(../img/ui-anim_basic_16x16.gif) no-repeat 50% 50%;
}
.calendar-box-inner .calendar-loadmore-btn {
}
.queues-box {
	float: right;
}
.queues-box-inner {
	max-height: 30%;
	clear: both;
}
.queues-box .grid1h {
	min-width: 252px;
}
.queues-box .queue {
	overflow: hidden;
	margin: 0 0 14px 0;
	padding: 15px 15px;
	max-height: 152px;
	background: #FAFAFA;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
}
.queues-box .queue:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.queue-info {
	position: relative;
	float: left;
	width: 60%;
	height: 100%;
	overflow: hidden;
}
.queue-info img {
	max-height: 50px;
	margin: 0 0 5px 0;
}
.counters {
	position: relative;
	float: right;
	width: 40%;
	overflow: hidden;
}
.counters .counter {
	position: relative;
	float: right;
	height: 30px;
	margin-top: 10px;
}
.counters .counter:first-child {
	margin-top: 0;
}
.counters span.msg-icon {
	display: block;
	position: relative;
	float: left;
	clear: left;
	margin: 0 10px 3px 0;
	font-family: 'entypo';
	font-weight: normal;
	font-size: 36px;
	line-height: 30px;
	color: #476380;
}
.counters span.msg-icon-bullet {
	display: block;
	position: absolute;
	right: -5px;
	bottom: -5px;
	font-family: 'entypo';
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 5px #000;
}
.counters span.bullet {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	clear: right;
	margin: 0 0 3px 0;
	background-color: #ccc;
	color: #fff;
	border-radius: 100%;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.counters span.bullet.lb1 {
	background-color: #6cbfee;
}
.counters span.bullet.lb2 {
	background-color: #3594cb;
}
.counters span.bullet.lb3 {
	background-color: #476380;
}

/* =======================
  Dashboard tooptips
======================= */
.assigned_detail {
	width: 180px;
}
.assigned_row {
	position: relative;
	clear: both;
	overflow: hidden;
	padding: 2px 1px;
}
.assigned_row:hover {
	background-color: #3594cb;
	color: #fff;
}
.assigned_row .asssigned_user {
	float: left;
	width: 70%;
}
.assigned_row .asssigned_values {
	float: right;
	width: 30%;
	text-align: right;
}
.assigned_row .asssigned_values span.num {
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #444;
	border-radius: 50%;
	display: inline-block;
}

.qtip-bootstrap .qtip-content {
	padding: 9px 10px !important;
}


/* ==========================================================================
  Dashboard boxes
========================================================================== */
.dash_box {
	height: 0;
	padding-bottom: 100%;
	text-align: center;
}
.dash_box .py_row {
	width: 100%;
	margin: 6px 0 0 0;
	font-size: 12px;
	text-align: left;
}
.dash_box .py_label {
	float: left;
}
.dash_box .py_value {
	float: right;
	font-weight: bold;
}
.dash_box .py_gauge {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	margin-left: -50%;
}
.dash_box .cy_gauge {
	position: absolute;
	bottom: 4px;
	left: 50%;
	width: 88%;
	margin-left: -44%;
}

/* ==========================================================================
  Loading box
========================================================================== */

.loading-row {
	height: 0;
	margin: 40px 0;
	text-align: center;
	z-index: 1000;
	overflow: visible;
}
.loading-box {
	margin: 0 auto;
	padding: 10px 10px 10px 36px;
	background: #FAFAFA url(../img/ui-anim_basic_16x16.gif) no-repeat 10px 50%;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
}
.loading-box:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.module .loading-box:hover {
	box-shadow: none;
}

/* ==========================================================================
  jqPlot legend reset
========================================================================== */

table.jqplot-table-legend {
	width: initial;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: .75em;
	margin: 12px;
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
}
tr.jqplot-table-legend {
	border: none;
}
td.jqplot-table-legend {
	padding: initial;
	border: none;
}

/* ==========================================================================
  jqPlot labels
========================================================================== */

.jqplot-point-label {
	padding: 0;
	font-size: 9px !important;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 3px;
}

.jqplot-highlighter-tooltip {
	background: rgba(255, 255, 255, 0.8) !important;
	z-index: 99;
}

/* ==========================================================================
  Custom Scrollbar (webkit only) -should prevent Scrollbar disappearing in OSX-lion and other issues
========================================================================== */

/* Scrollbars */
::-webkit-scrollbar {
	width: 17px;
	height: 17px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	margin-left: 10px;
}

/* Background */
::-webkit-scrollbar-track-piece {
	background: transparent none;
	border: solid 4px transparent;
	border-right-width: 8px;
	margin: 4px;
}

/* Bottom bar background */
::-webkit-scrollbar-track-piece:horizontal {
	border-right-width: 4px;
	border-bottom-width: 8px;
}

/* Bar element (thumb) */
::-webkit-scrollbar-thumb {
	border: solid 0 transparent;
	border-right-width: 5px;
	border-left-width: 5px;
	-webkit-border-radius: 9px 6px;
	-webkit-box-shadow: inset 0 0 0 1px #476380, inset 0 0 0 6px #476380;
}

/* Darken rollover */
::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 0 1px #a1a1a1, inset 0 0 0 6px #a1a1a1;
}

/* Horizontal thumb */
::-webkit-scrollbar-thumb:horizontal {
	border-right-width: 0;
	border-left-width: 0;
	border-top-width: 5px;
	border-bottom-width: 5px;
	-webkit-border-radius: 6px 9px;
}


/* ==========================================================================
  footer
========================================================================== */

#datiazienda .datitle,
#datiazienda .datext {
	overflow: hidden;
	display: inline-flex;
	white-space: nowrap;
}
#datiazienda .datitle {
	max-width: 100px;
	transition: max-width 1s, margin 1.5s;
	margin-right:5px;
}
#datiazienda .datext {
	max-width: 0;
	transition: max-width 1.5s;
}
#datiazienda:hover .datitle {
	max-width: 0px;
	margin-right: 0px;
}
#datiazienda:hover .datext {
	max-width: 1280px;
}
.footer-spacer {
	width: 100%;
	height: 80px;
}
.footer1 {
	font-size: 0.7em;
	display: flex;
	align-items: center;
	width: 100%;
	height: 80px;
	position: fixed;
	bottom: 0;
	padding: 1.5em;
	border-top: 1px solid;
	background: #ededed;
}
.footer1 .logo {
	display: flex;
	position: absolute;
	right: 0px;
}
.logo-cont {
	display: flex;
	align-items: center;
}
.logo-cont + .logo-cont {
	margin-left: 15px;
}
.logos a {
	display: flex;
}
.footer1 svg,
.footer1 svg #bmgText,
.footer1 svg #bmgSym {
	height:25px;
}
.footer1 .logo-cont span:first-child {
	width: auto;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	transition: all 1.5s;
}
.footer1 .logo-cont:hover span:first-child {
	width: auto;
	max-width: 500px;
}

