


body {
	overflow: auto;
}
body.authenticated {
	background: #222222;
}
.navbar-fixed-top {
	border: 0px;
}
body.authenticated > .container-fluid {
	margin-top: 50px;
	padding: 0px;
}
body.authenticated #container {
	background: #FFFFFF;
	margin-left: 0px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
	padding-bottom: 20px;
}
body.authenticated #sidebar {
	position: fixed;
	overflow: hidden;
	width: 0px;
}

.maintenance-mode #content {
	font-size: 70px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}
.maintenance-mode #content small {
	font-size: 15px;
	display: block;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.sidebar-nav {
	overflow: hidden;
	position: relative;
	background: #222222;
}
.sidebar-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	background-image: -webkit-linear-gradient(left, color-stop(#333333 10px), color-stop(#222222 10px));
	background-image: linear-gradient(to right, #333333 10px, #222222 10px);
	background-repeat: repeat-x;
}
.sidebar-nav > ul {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sidebar-nav ul li, .sidebar-nav ul a {
	display: block;
	white-space: nowrap;
}
.sidebar-nav ul a {
	padding: 10px 20px;
	color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	position: relative;
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
  color: #eeeeee;
  text-decoration: none;
}
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav ul li.selected {
  color: #eeeeee;
  text-decoration: none;
  background-image: linear-gradient(to right, #C92325 10px, #333333 10px);
}
.sidebar-nav-item {
  padding-left: 5px;
}

.force-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.control-label.text-left {
	text-align: left !important;
}

.sidebar-nav .arrow {
	float: none;
	position: absolute;
	right: 20px;
	top: 0px;
	line-height: 42px;
}
.assigned-popover {
	min-width: 100px;
}



.pagination-xs > li > a,
.pagination-xs > li > span {
  padding: 3px 8px;
  font-size: 10px;
}
.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-xs li.disabled,
.pagination-xs li.active {
	padding: 2px 8px !important;
}


.pagination > li.disabled, .pagination > li.active {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #777;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	cursor: not-allowed;
}
.pagination > li.active {
	color: #FFF;
	border: 1px solid #23527c;
	border-left-width: 0px;
	border-right-width: 0px;
	background-color: #337ab7;
}


.pagination > li.disabled:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination > li.disabled:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}









.sidebar-collapsed.sidebar-nav ul a .sidebar-nav-item {
	display: none;
}
.sidebar-collapsed.sidebar-nav .arrow {
	display: none;
}


@media (max-width: 767px) {
	nav.pagination-container.pull-right {
		float: none !important;
	}
}

@media (min-width: 768px) { /* sm */
	body.authenticated #container {
		margin-left: 192px;
		padding-left: 15px;
		padding-right: 15px;
	}
	body.authenticated #sidebar, .sidebar-nav {
		width: 192px;
	}
	body.authenticated .sidebar-collapsed + #container {
		margin-left: 54px;
	}
	body.authenticated #sidebar.sidebar-collapsed {
		width: 54px;
	}
}
@media (min-width: 992px) { /* md */
	body.authenticated #container {
		margin-left: 242px;
		padding-left: 25px;
		padding-right: 25px;
	}
	body.authenticated #sidebar, .sidebar-nav {
		width: 242px;
	}
	body.authenticated .sidebar-collapsed + #container {
		margin-left: 54px;
	}
	body.authenticated #sidebar.sidebar-collapsed {
		width: 54px;
	}
}
@media (min-width: 1200px) { /* lg */
}


@media (min-width: 992px) { /* md */
	.equal, .equal > div[class*='col-'] {  
		display: -webkit-flex;
		display: flex;
		flex:1 1 auto;
	}

	.equal > div[class*='col-'] > .panel {
		width: 100%; 
	}
}


.breadcrumb {
	margin-top: 20px;
}



.footer-nav {
	overflow: hidden;
	position: relative;
	background: #222222;
}
.footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.footer-nav > ul {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.footer-nav ul li, .footer-nav ul a {
	display: block;
	white-space: nowrap;
}
.footer-nav ul a {
	padding: 10px 15px;
	color: #9d9d9d;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	position: relative;
}
.footer-nav ul a:hover, .footer-nav ul a:focus, .footer-nav ul a:active, .footer-nav ul a.active {
  color: #fff;
  text-decoration: none;
}
.footer-nav-item {
  padding-left: 5px;
}




.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	z-index: 1100;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.in.modal .modal-dialog {
	transform: none;
}
.modal-dialog {
	z-index: 1200;
}
.modal-dialog .modal-body .alert {
	margin-bottom: 0px;
}



a[href]:after {
	content: "";
}



.pagination-results {
	margin-top: -15px;
}


.page-header {
	margin-top: 20px;
}


body.blur .container-fluid {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}



.input-xs {
	height: 28px;
	font-size: 10px;
	line-height: 1.5;
}


.label {
	cursor: default;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}


.form-group.has-feedback input::-ms-clear {
    display: none;
}
.form-group .form-control-feedback.fa {
	display: block;
	line-height: 34px;
	cursor: pointer;
	pointer-events: inherit;
}
.form-group .input-sm + .form-control-feedback.fa {
	line-height: 30px;
}
.form-group .input-lg + .form-control-feedback.fa {
	line-height: 46px;
	font-ssize: 1.5em;
}
.form-control-feedback.fa.clearer {
	color: #999;
}





@media (min-width: 1200px) {
	.table.visible-lg {
		display: table !important;
	}
}










#notification-navbar .dropdown-toggle.has-notification .nav-icon {
	position: relative;
	left: 0px;
}
.navbar .nav-icon-btn > a .badge, .navbar .nav-icon-btn > a .label {
	font-size: 11px;
	padding: 2px 4px;
	line-height: 10px;
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
}
#notification-navbar .dropdown-menu {
	float: right;
	left: auto;
	right: 0px;
	border: 2px solid #ccc;
	border-top-width: 0px;
	background: #fff;
}
.widget-notifications .notifications-list {
	overflow: hidden;
	position: relative;
	max-height: 350px;
}
#notification-navbar .widget-notifications { 
	width: 400px;
	padding: 0px;
}
#notification-navbar .widget-notifications .notification, #notification-navbar .widget-notifications .notifications-link {
	border-color: #f1f1f1;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05) inset;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.05);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.widget-notifications .notification {
	position: relative;
	padding: 7px 12px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.widget-notifications .notification:hover {
	background: #faf9f9;
}
.widget-notifications .notification + .notification {
	border-top: 1px solid #e4e4e4;
}
.widget-notifications .notification-title {
	font-size: 15px;
	font-weight: 700;
	padding-bottom: 1px;
}
.widget-notifications .notification-ago, .widget-notifications .notification-description, .widget-notifications .notification-title {
	display: block;
	margin-right: 35px;
}
#notification-navbar .widget-notifications .notification-description {
	color: #999;
}
#notification-navbar .widget-notifications .notification-description p {
	margin-bottom: 0px;
}
.widget-notifications .notification-description {
	font-size: 13px;
}
#notification-navbar .widget-notifications .notification-ago {
	color: #bbb;
	font-size: 12px;
	font-style: italic;
}
.widget-notifications .notification-icon {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin: -13px 12px 0 0;
}
.widget-notifications .notifications-link {
	text-align: center;
	padding: 8px 0 !important;
	border-top: 1px solid #e4e4e4;
	display: block;
	text-decoration: none !important;
	font-size: 10px;
	font-weight: 800;
	color: #999;
	line-height: 18px !important;
	height: auto !important;
}
.widget-notifications .notification-icon.dismissable {
	cursor: pointer;
}
#notification-navbar .widget-notifications .notifications-link:hover {
	background: #f1f1f1;
}
.widget-notifications .notifications-link:hover {
	color: #555;
}
.notification-tooltip + .tooltip > .tooltip-inner {
	background-color: #C92325;
}
.notification-tooltip + .tooltip > .tooltip-arrow {
	border-left-color: #C92325;
}



/*
.btn.multiselect {
	background-image: none;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
}
*/
select.form-control + .btn-group > .btn {
	text-align: left;
	width: 100%;
	color: #999;
}
.multiselect-container.dropdown-menu label {
	color: #333 !important;
}


/*
select.form-control[multiple] + .btn-group > .btn-default:hover, 
select.form-control[multiple] + .btn-group > .btn-default:focus, 
select.form-control[multiple] + .btn-group > .focus.btn-default, 
select.form-control[multiple] + .btn-group > .btn-default:active, 
select.form-control[multiple] + .btn-group > .active.btn-default, 
select.form-control[multiple] + .btn-group.open > .btn-default.dropdown-toggle {
	background-color: #fff !important;
}
*/
select.form-control + .btn-group > .btn .caret {
	position: absolute;
	right: 12px;
	top: 49%;
}
select.form-control + .btn-group > .dropdown-menu {
	z-index: 1001;
}
.btn.multiselect {
	overflow: hidden;
}

button.multiselect + ul.dropdown-menu {
	min-width: 200px;
}









.action {
    position: relative;
    width: 70px;
}








body.debug-enabled {
	background-color: #fff !important;
}
body.debug-enabled #container {
	border-top: 40px solid rgba(255,249,80,0.3) !important;
}
body.debug-enabled #container:before {
	content: "Device Width :: Extra Small";
}
@media (min-width: 768px) {
	body.debug-enabled #container {
		border-top: 40px solid rgba(244,183,235,0.3) !important;
	}
	body.debug-enabled #container:before {
		content: "Device Width :: Small";
	}
}
@media (min-width: 992px) {
	body.debug-enabled #container {
		border-top: 40px solid rgba(80,80,255,0.3) !important;
	}
	body.debug-enabled #container:before {
		content: "Device Width :: Medium";
	}
}
@media (min-width: 1200px) {
	body.debug-enabled #container {
		border-top: 40px solid rgba(186,244,183,0.3) !important;
	}
	body.debug-enabled #container:before {
		content: "Device Width :: Large";
	}
}


.modal-header {
	font-weight: 600;
}
.modal-header-primary {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	border-color: #337ab7;
	background-color: #337ab7;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.modal-header-primary a {
	color: #fff;
}
.modal-header-success {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	border-color: #3e8f3e;
	background-color: #5cb85c;
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.modal-header-success a {
	color: #fff;
}
.modal-header-warning {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	border-color: #e38d13;
	background-color: #f0ad4e;
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.modal-header-warning a {
	color: #fff;
}
.modal-header-danger {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	border-color: #b92c28;
	background-color: #d9534f;
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
	background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.modal-header-danger a {
	color: #fff;
}
.modal-header-info {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	border-color: #28a4c9;
	background-color: #5bc0de;
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
	background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.modal-header-info a {
	color: #fff;
}
.modal-header-default {
	text-shadow: 0 1px 0 #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	border-color: #dbdbdb;
	border-color: #ccc;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.modal-header-default a {
	color: #333;
}


.twitter-typeahead {
	display: block !important;
}
.tt-query,
.tt-hint {
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}


.tt-suggestion, .tt-footer {
    padding: 10px 20px;
    line-height: normal;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
}

.tt-suggestion small, .tt-footer small {
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.75em;
}

.tt-suggestion strong {
    font-weight: 700;
    color: red;
}
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
    cursor: pointer;
}
.tt-suggestion.tt-cursor strong {
    color: black;
}
.tt-suggestion.tt-empty {
    color: #222;
    background-color: #fff;
    cursor: default;
    text-align: center;
}

.tt-suggestion p, .tt-footer p {
    margin: 0;
}

.tt-footer {
    cursor: pointer;
}
.tt-footer:hover {
    color: #fff;
    background-color: #C92325;
    cursor: pointer;
}


.label-30 {
	font-size: 30%;
}
.label-35 {
	font-size: 35%;
}
.label-40 {
	font-size: 40%;
}
.label-45 {
	font-size: 45%;
}
.label-50 {
	font-size: 50%;
}
.label-55 {
	font-size: 55%;
}
.label-60 {
	font-size: 60%;
}
.label-65 {
	font-size: 65%;
}
.label-70 {
	font-size: 70%;
}
.label-75 {
	font-size: 75%;
}
.label-80 {
	font-size: 80%;
}
.label-85 {
	font-size: 85%;
}
.label-90 {
	font-size: 90%;
}
.label-95 {
	font-size: 95%;
}
.label-100 {
	font-size: 100%;
}
.label-105 {
	font-size: 105%;
}
.label-110 {
	font-size: 110%;
}

.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}

@media print {
	body > .container-fluid {
		margin-top: 0px !important;
	}
	body > .container-fluid .page-header, body > .container-fluid button {
        display: none !important;
	}
	#sidebar, .footer {
        display: none !important;
	}
	#container {
		margin-left: 0px !important;
	}
    .no-print, .no-print * {
        display: none !important;
    }
}


.badge-primary {
	color: #fff;
	border-color: #337ab7;
	background-color: #337ab7;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-repeat: repeat-x;
}
.badge-info {
	color: #fff;
	border-color: #28a4c9;
	background-color: #5bc0de;
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
	background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}



















/*
.curtain-preview {
	background:#E73132;
	width:100%;
	position: relative;
	border-left:2px solid black;
	border-right:2px solid black;
	border-top:2px solid black;
	overflow: hidden;
}
.reinforcement-strip {
	background: grey;
	width: 2.5%;
	height: 100%;
	position: absolute;
	border-left:1px solid #616161;
	border-right:1px solid #616161;
	box-shadow: 1px 0 15px -4px rgba(31, 73, 125, 0.4), -1px 0 8px -4px rgba(31, 73, 125, 0.4);
}
.average-height-adult {
	position: absolute;
	border-top: 3px dashed #000000;
	width: 100%;
	height: 100px;
	background: url('/image/data/person.png') no-repeat 80%;
	background-size: contain;
	bottom: 0px;
	opacity: 0.3;
}
.average-heights-adult:before {
	content: "Average Adult Height: 5ft 9in";
	font-weight: bold;
	color: #000000;
}
.average-heights-child:before {
	content: "Average Child Height: 4ft 5in";
	font-weight: bold;
	color: #000000;
}
.average-height-child {
	position: absolute;
	border-top: 3px dashed #000000;
	width: 100%;
	height: 100px;
	background: url('/image/data/child.png') no-repeat 60%;
	background-size: contain;
	bottom: 0px;
	padding-left: 22%;
	opacity: 0.3;
}


 
.curtain-preview:hover .average-height-adult, .curtain-preview:hover .average-height-child {
	display: none;
}
.curtain-bottom {
	background: repeating-linear-gradient(
	  45deg,
	  rgba(0, 0, 0, 0.0),
	  rgba(0, 0, 0, 0.0) 10px,
	  rgba(0, 0, 0, 0.05) 10px,
	  rgba(0, 0, 0, 0.05) 20px
	), repeating-linear-gradient(
	  -45deg,
	  rgba(0, 0, 0, 0.0),
	  rgba(0, 0, 0, 0.0) 10px,
	  rgba(0, 0, 0, 0.05) 10px,
	  rgba(0, 0, 0, 0.05) 20px
	);
}
.window-section {
	position: absolute;
	cursor: pointer;
	backgsround: url("/image/data/window.png") no-repeat 50%;
	backgsround-size: contain;
	backgsround: yellow;
}
.window-section:hover {
	background: url("/image/data/window.png") no-repeat 50%;
	background-size: contain;
	opacity: 0.3;
}
.window-section.has-window:hover {
	opacity: 1;
}

.window-row {
	background: blue;
	width: 100%;
	position: absolute;
}
.window-row:nth-child(odd) {
	background: yellow;
}
*/



