/* ==========================================================================
 MISC Visual Styles
========================================================================== */
.header:not(.old-version .header) {
	padding: 12px 0 3px;
	position: relative;
	border-bottom: 0.5px solid #ccc;
	background: #ededed;
}
.old-version .header {
	padding: 12px 0 3px;
	position: relative;
	margin-bottom: 0;
}
.header h2 {
	margin: 0;
}
.header .dropdown a {
	margin: 0;
}
.cnt-logo img {
	max-height: 50px;
	width: 100%;
	object-fit: contain;
}
.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);
}
.btn-check + label.bmg_checked_background:hover {
	background-color: #1E77AE;
}
.btn-check:checked + label.bmg_checked_background {
	background-color: #1E77AE;
}
.bmg_background {
	background-color: #1E77AE;
}
.bmg_border {
	border-color: #1A6699;
}
.bmg_color {
	color: #1E77AE;
}
.bmg_color:hover {
	background-color: #1E77AE;
}
/* ==========================================================================
  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>
========================================================================== */
.offcanvas-start .info,
.offcanvas-start .lang-sel {
	text-align: center;
	opacity: 0;
	visibility: collapse;
	transition: .3s ease-out;
}
.offcanvas-start:hover .info,
.offcanvas-start:hover .lang-sel,
.open-offcanvas .info,
.open-offcanvas .lang-sel {
	opacity: 1;
	visibility: visible;
}
.info-header {
	border-top: 1px solid #bbb;
	padding-top: 3px;
}
.info-header .icon{
	font-size: 20px;
}
.info-header .lang-sel {
	border-left: 1px solid #bbb;
}
.info-header .dropdown a{
	color: #000;
	background: #fff;
	border: none;
}
.info-header .dropdown a:hover {
	color: #000;
	background: #fff;
}
.info {
	font-size: 0.875em;
	list-style: none;
	display: block;
}
.old-version .info {
	float: right;
}
.info .account, .info > a{
	display: inline-block;
	padding: 0 10px 0 10px;
}

.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;}

.dl-horiz dt.minw-40{
	min-width: 40%;
}

.dl-horiz .grid6,
.dl-horiz .grid6 .grid3 {
	padding: 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:not(.bs-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;
}

/* ==========================================================================
  CENTER
========================================================================== */
.center {
	text-align: center;
}

/* ==========================================================================
  TABLES
========================================================================== */
/* table */
.myrow table {
	text-align: left;
	width: 100%;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid #ccc;
}
.myrow table:hover {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
/* table header */
.myrow table tr th {
	background: #E6E6E6;
	font-weight: bold;
}
/* table cells */
.myrow table tr th,
.myrow table tr td {
	padding: 7px 12px;
	font-size: 13px;
	display: table-cell;
	line-height: 18px;
}
/* use .even class for zebra effect on rows */
.myrow table tr.even {
	background: #F2F2F2;
}
/* borders */
.myrow table,
.myrow tr,
.myrow th,
.myrow td {
	border: 1px solid #D6D6D6;
}
/* rows transition */
.myrow 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 head */
.myrow table thead tr th {
	border: 1px solid #D6D6D6;
	padding: 12px;
	border-bottom-width: 2px;
}
/* form elements margin */
.myrow td p {
	margin: 0;
}
.myrow td input[type="text"],
.myrow td select,
.myrow td button,
.myrow td a {
	margin-bottom: 0;
}
/* small text */
.myrow table.small-text tr th,
.myrow table.small-text tr td {
	padding: 5px 10px;
	font-size: 12px;
	display: table-cell;
	line-height: 16px;
}

/* ==========================================================================
  TABLES - TODO MOVE IN ADMIN CSS AFTER UPDATING ALL OTHER STYLES
========================================================================== */
/* table */
.row table {
	text-align: left;
	width: 100%;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid #ccc;
}
.row table:hover {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
/* table header */
.row table tr th {
	background: #E6E6E6;
	font-weight: bold;
}
/* table cells */
.row table tr th,
.row table tr td {
	padding: 7px 12px;
	font-size: 13px;
	display: table-cell;
	line-height: 18px;
}
/* use .even class for zebra effect on rows */
.row table tr.even {
	background: #F2F2F2;
}
/* borders */
.row table,
.row tr,
.row th,
.row td {
	border: 1px solid #D6D6D6;
}
/* rows transition */
.row 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 head */
.row table thead tr th {
	border: 1px solid #D6D6D6;
	padding: 12px;
	border-bottom-width: 2px;
}
/* form elements margin */
.row td p {
	margin: 0;
}
.row td input[type="text"],
.row td select,
.row td button,
.row td a {
	margin-bottom: 0;
}
/* small text */
.row table.small-text tr th,
.row table.small-text tr td {
	padding: 5px 10px;
	font-size: 12px;
	display: table-cell;
	line-height: 16px;
}

/* ==========================================================================
   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;
}
/* badges */
.dataTable .badge {
	font-size: inherit;
}

/* --------------------------------------------------------------------------
  dataTable (html table sytles) - details-table
-------------------------------------------------------------------------- */
/* titles & switch */
.dataTable td.details {
	background: #f7f7f7;
	color: #122C47;
	padding: 6px;
}
.dataTable td.details > h4 {
	margin-bottom: 5px;
}
.dataTable .details-switch {
	display: inline-block;
	cursor: pointer;
	color: #27ae60;
}
/*  details-table */
.dataTable table.details-table {
	margin: 0;
	background: none;
}
.dataTable table.details-table:hover,
.dataTable table.details-table tr td:hover {
	box-shadow: none;
}
.dataTable table.details-table th {
	text-align: center;
	font-size: 12px;
}
.dataTable table.details-table tr:hover {
	background: none;
}
.dataTable table.details-table tr th,
.dataTable table.details-table tr td {
	padding: 4px 6px;
}
.dataTable table.details-table tr td:last-child {
	text-align: right;
}
.dataTable table.details-table tr td.empty{
	border: none;
}
.dataTable table.details-table tr td.details-diff,
.dataTable table.details-table tr td.details-total {
	text-align: right;
	font-weight: bold;
}

/* no-border */
.dataTable table.details-table.no-border,
.dataTable table.details-table.no-border tr,
.dataTable table.details-table.no-border th,
.dataTable table.details-table.no-border td {
	border: none;
}

/* =======================
table report by date
======================= */
.myrow table.report_by_date th,
.myrow table.report_by_date td {
	padding: 0;
	font-size: 9px;
}
.myrow table.report_by_date td {
	width: 33px;
}
.myrow table.report_by_date tr.totals th,
.myrow table.report_by_date tr.totals td {
	border-top-width: 2px;
}
.myrow table.report_inner {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}
.myrow table.report_inner:hover {
	box-shadow: none;
}
.myrow table.report_inner tr {
	border: none;
}
.myrow table.report_inner th,
.myrow table.report_inner td {
	padding-right: 0;
	padding-left: 0;
	border: none;
}
.myrow table.report_by_date tr.occ td {
	background-color: #FFFF95;
}
.myrow table.report_by_date tr.adr td {
	background-color: #DCDCDC;
}
.myrow table.report_by_date tr.revpar td {
	background-color: #00FF97;
}
.myrow table.report_by_date td.bigger {
	font-size: 11px!important;
}

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

/* =======================
table report room nights
======================= */
.myrow table.report_rnights {
	margin-bottom: 1.5em;
}
.myrow table.report_rnights th,
.myrow table.report_rnights td {
	padding: 0;
	font-size: 9px;
}
.myrow table.report_rnights th.link {
	cursor: pointer;
	color: #1E77AE;
}
.myrow table.report_rnights th.link.active {
	background-color: #F0F0F0;
	border: 2px solid #1E77AE;
}
.myrow table.report_rnights td {
	width: 46px;
}
.myrow table.report_rnights tr.totals th,
.myrow table.report_rnights tr.totals td {
	border-top-width: 2px;
}
.myrow table.report_rnights .lr1,
.myrow table.report_rnights .lr2,
.myrow table.report_rnights .lr3 {
	padding: 0 5px;
}
.myrow table.report_rnights .lr1 {
	font-weight: bold;
	text-align: left;
}
.myrow table.report_rnights .lr2,
.myrow table.report_rnights .lr3 {
	font-weight: normal;
	text-align: right;
}
.myrow table.report_rnights.det th,
.myrow table.report_rnights.det td {
	padding: 0 5px;
	font-size: 12px;
	white-space: nowrap;
}
.myrow 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;*/
}
.myrow table.report_rnights.det td.yb {
	background-color: #DEFFFC;
}
.myrow table.report_rnights.det h5.yb {
	background-color: #DEFFFC;
	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;
}
div.report_rnights_labels {
	float: left;
	margin: 0 0 1.5em 0;
	padding: 0;
	width: 12%;
	overflow-x: auto;
	overflow-y: hidden;
}
div.report_rnights_container {
	float: left;
	margin: -1px 0 1.5em 0;
	padding: 0;
	width: 88%;
	text-align: left;
	overflow-x: auto;
	overflow-y: hidden;
}
.myrow table.report_rnights {
	margin-bottom: 0!important;
}
div.report_rnights_container .myrow table.report_rnights th {
	width: 50px!important;
}
div.report_rnights_labels { max-width: 102px; }
div.report_rnights_container { max-width: 774px; }
@media all and (max-width: 1023px) and (min-width: 992px) {
	div.report_rnights_labels { max-width: 106px; }
	div.report_rnights_container { max-width: 802px; }
}
@media all and (max-width: 1055px) and (min-width: 1024px) {
	div.report_rnights_labels { max-width: 110px; }
	div.report_rnights_container { max-width: 830px; }
}
@media all and (max-width: 1087px) and (min-width: 1056px) {
	div.report_rnights_labels { max-width: 113px; }
	div.report_rnights_container { max-width: 858px; }
}
@media all and (max-width: 1119px) and (min-width: 1088px) {
	div.report_rnights_labels { max-width: 117px; }
	div.report_rnights_container { max-width: 886px; }
}
@media all and (max-width: 1151px) and (min-width: 1120px) {
	div.report_rnights_labels { max-width: 121px; }
	div.report_rnights_container { max-width: 914px; }
}
@media all and (max-width: 1183px) and (min-width: 1152px) {
	div.report_rnights_labels { max-width: 124px; }
	div.report_rnights_container { max-width: 943px; }
}
@media all and (max-width: 1215px) and (min-width: 1184px) {
	div.report_rnights_labels { max-width: 128px; }
	div.report_rnights_container { max-width: 971px; }
}
@media all and (max-width: 1247px) and (min-width: 1216px) {
	div.report_rnights_labels { max-width: 132px; }
	div.report_rnights_container { max-width: 999px; }
}
@media all and (max-width: 1279px) and (min-width: 1248px) {
	div.report_rnights_labels { max-width: 136px; }
	div.report_rnights_container { max-width: 1027px; }
}
@media all and (min-width: 1280px) {
	div.report_rnights_labels { max-width: 140px; }
	div.report_rnights_container { max-width: 1056px; }
}
.myrow table.report_rnights {
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
table.allotments_calendar:hover {
	box-shadow: none;
}
div.report_rnights_labels tr.dates,
div.report_rnights_container tr.dates {
	height: 40px;
}
div.report_rnights_labels tr.channels,
div.report_rnights_container tr.channels {
	height: 20px;
}
div.report_rnights_labels tr.totals,
div.report_rnights_container tr.totals {
	height: 40px;
}

/* =======================
table report room nights forecast
======================= */
.myrow table.report_rnf th,
.myrow table.report_rnf td {
	padding: 0;
	font-size: 13px;
}
.myrow table.report_rnf th.super {
	font-size: 18px;
}
.myrow table.report_rnf td {
	white-space: nowrap;
	width: 33px;
}
.myrow table.report_rnf td.highlight {
	background-color: #FFFF5D;
	font-weight: bold;
	width: 120px;
}
.myrow table.report_rnf td.bigger {
	font-size: 11px!important;
}
.myrow table.report_rnf tr.totals th,
.myrow table.report_rnf tr.totals td {
	border-top-width: 2px;
	font-weight: bold;
}
.myrow table.report_rnf th.sep-right,
.myrow table.report_rnf td.sep-right {
	border-right-width: 4px;
}

.rnf_popover_options {
	min-width: 350px;
}

/* =======================
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
======================= */
.old-version .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);
}
.old-version .header-rows .nav-outer {
	margin: 0;
}
.old-version .header-rows-spacer {
	width: 100%;
	height: 125px;
	margin: 0;
	padding: 0;
	background: transparent;
}
.old-version .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;
}
/* general tooltips icon */
span[data-hasqtip] {
	margin: 0 10px;
}


/* ==========================================================================
  Dashboard boxes
========================================================================== */
.dash_box {
	height: 250px;
	/*padding-bottom: 100%;*/
	text-align: center;
}
.dash_box.twitter_box iframe {
	height: 200px !important;
	width: 100% !important;
}
.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;
}

/* ==========================================================================
   loading overlay - copied from Frontend
   ========================================================================== */
.bmg_loading:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.8) url(../img/ui-anim_basic_16x16.gif) 50% 50% no-repeat;
	z-index: 1;
}

/* Settings Buttons */
.btn-settings {
	box-shadow: 3px 3px 12px #9b9b9b!important;
	font-size: 15px!important;
	font-weight: bold!important;
	height: 210px!important;
	margin-bottom: 30px!important;
	white-space: normal!important;
	width: 100%!important;
}
.btn-settings > img {
	height: auto;
	margin-bottom: 20px;
	width: 140px;
}
.btn-settings .title {
	margin-top: 10px;
}
.btn-settings:hover > .hover-purple {
	color: #8c348b;
}
.btn-bmg-secondary {
	background: #fff !important;
	color: #782f9a;
	border: 1px solid #782f9a !important;
}
.btn-bmg-secondary:hover {
	background: #782f9a !important;
	color: #fff;
	border: 1px solid #782f9a !important;
}

/* ==========================================================================
   XENIA
   ========================================================================== */
.xenia_matching table tr td:nth-child(1), .xenia_matching table tr td:nth-child(2) {
	width:15%;
}
/* ==========================================================================
   2021 THEME DATATABLES
   ========================================================================== */
.theme-2021 .dataTable {
	border:none;
	font-size:14px;
}
.theme-2021 .dataTable thead tr {
	border:none;
	border-bottom: 1px solid #eee;
}
.theme-2021 .dataTable thead th.sorting_asc, .theme-2021.dataTable thead th.sorting_desc {
	background-color: #eee;
	color:#000;
}
.theme-2021 .dataTable thead th {
	background-color: #eee;
	padding:15px;
	padding-top:15px;
	text-align:left;
	font-size:14px;
	border:none;
}
.theme-2021 .dataTable thead th:hover {
	color:#000;
}
/*Both*/
.theme-2021 .dataTable .sorting {
	background-position: right center;
}
.theme-2021 .dataTable .sorting_asc {
	background-position: right center;
}
.theme-2021 .dataTable .sorting_desc {
	background-position: right center;
}
.theme-2021 .dataTable .even {
	border: none;
	background:#eee;
}
.theme-2021 .dataTable tr {
	border:none;
}
.theme-2021 .dataTable tr td {
	padding:13px;
	font-size:14px;
	text-align:left;
	border:none;
}
.theme-2021 .toolbar {
	background:#fff;
	border:none;
	padding:0;
	padding-top:10px;
}
.theme-2021 .toolbar .dataTables_info {
	display:none;
}
.theme-2021 .toolbar .paginate_button {
	display:none;
}
.theme-2021 .toolbar .paginate_button.previous, .theme-2021 .toolbar .paginate_button.next {
	display:block;
}
.theme-2021 .toolbar .paginate_button.previous {
	background: transparent;
	border: none;
	color: transparent;
	border-left: 2px solid #5e5e5e;
	border-bottom: 2px solid #5e5e5e;
	width: 26px;
	height: 25px;
	padding: 0;
	transform: rotate(45deg);
	min-width: unset;
	margin-left: 10px;
	cursor: pointer;
}
.theme-2021 .toolbar .paginate_button.next {
	background: transparent;
	border: none;
	color: transparent;
	border-right: 2px solid #5e5e5e;
	border-bottom: 2px solid #5e5e5e;
	width: 26px;
	height: 25px;
	padding: 0;
	transform: rotate(-45deg);
	min-width: unset;
	margin-right: 10px;
	cursor: pointer;
}
.theme-2021 .toolbar .paginate_button.previous.disabled {
	border-left: 2px solid #eee;
	border-bottom: 2px solid #eee;
	cursor:default;
}
.theme-2021 .toolbar .paginate_button.next.disabled {
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	cursor:default;
}
.theme-2021 .toolbar .dataTables_paginate {
	float:right;
	margin-left:10px;
}
.theme-2021 .toolbar select {
	background: transparent;
	color: #000;
	border: none;
	border-bottom: 1px solid #000;
	appearance: none;
	position: relative;
	box-shadow:none;
}
.theme-2021 .dropdown {
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	appearance: none;
	position: relative;
	cursor: pointer;
}
/* ==========================================================================
	DROPDOWN
   ========================================================================== */
.dropdown-menu a:hover {
	background: #eee;
}
/* ==========================================================================
	MAIN CONTENT 
   ========================================================================== */
#body-cnt {
	transition: .3s ease-out;
}

/* ==========================================================================
	module
   ========================================================================== */
.module.module-small {
	font-size: .9em;
	line-height: 1.5em;
}
.module.module-smaller {
	font-size: .8em;
	line-height: 1.4em;
}

/* ==========================================================================
	Booking ID Badge
   ========================================================================== */
.booking-id-badge {
	font-size: 1em;
	line-height: 1.6em;
}
.booking-id.booking-id-small {
	font-size: .9em;
	line-height: 1.5em;
}
.booking-id.booking-id-smaller {
	font-size: .8em;
	line-height: 1.4em;
}
.booking-id-badge dl {
	display: flex;
	flex-flow: column wrap;
}
.booking-id-badge dl div {
	display: flex;
	flex-flow: row nowrap;
}
.booking-id-badge dl div.full-w {
	width: 100%;
}
.booking-id-badge dt {
	/*flex-basis: 30%;*/
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.booking-id-badge dd {
	/*flex-basis: 70%;*/
	flex-grow: 1;
	margin: 0;
	padding: 0 0 0 .2rem;
	white-space: nowrap;
}
.booking-id-badge.booking-id-badge-h dl {
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 0 .8rem;
}
.booking-id-badge.module {
	margin: 0;
	padding: .2rem .4rem;
	background: #fafafa;
	border: 1px solid #d6d6d6;
}
.booking-id-badge.module:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

/* ==========================================================================
	UA Badge
   ========================================================================== */
.ua-badge {
	font-size: 1em;
	line-height: 1.6em;
}
.ua-badge.ua-badge-small {
	font-size: .9em;
	line-height: 1.5em;
}
.ua-badge.ua-badge-smaller {
	font-size: .8em;
	line-height: 1.4em;
}
.ua-badge dl {
	display: flex;
	flex-flow: column wrap;
}
.ua-badge.ua-badge-h dl {
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 0 .8rem;
}
.ua-badge dl div {
	display: flex;
	flex-flow: row nowrap;
}
.ua-badge dl div.full-w {
	width: 100%;
}
.ua-badge dt {
	/*flex-basis: 40%;*/
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.ua-badge dd {
	/*flex-basis: 60%;*/
	flex-grow: 1;
	margin: 0;
	padding: 0 0 0 .2rem;
	white-space: nowrap;
}
.ua-badge.module {
	margin: 0;
	padding: .2rem .4rem;
	background: #fafafa;
	border: 1px solid #d6d6d6;
}
.ua-badge.module:hover {
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
