html, body {
	height: 100%;
	margin: 0;
}

body
{
	background-color: #ececec;
}

.wrapSiteContent
{
	min-height: 100%;
	margin-bottom: -150px;
}

.break-lines {
	white-space: pre-line;
}

.fit-parent {
	max-width: 100%;
}

.padding-regular {
	padding: 10px;
}

.floating-container > * {
	float: left;
}

/* Self clearing */
.floating-container:after {
	content: "";
	display: table;
	clear: both;
}

.size-border-box {
	box-sizing: border-box;
}

.text-regular {
	color: #666;
}

footer,
.push {
	height: 150px;
}

div.tooltip
{
	max-width: 400px;
}

.pos-rel
{
	position: relative !important;
}

.linethrough
{
	text-decoration: line-through;
}

.underline
{
	text-decoration: underline;
}

.vmiddle
{
	vertical-align: middle;
}

.w100
{
	width: 100%;
}

.mh900
{
	min-height: 900px;
}

.nlh
{
	line-height: 0;
}

.no-td
{
	text-indent: 0 !important;
}

.clear
{
	clear: both;
}

.hide
{
	display: none;
}

.bold
{
	font-weight: bold;
}

.uppercase
{
	text-transform: uppercase;
}

.hover,
tr.click-a:hover
{
	cursor: pointer;
}

.fs22
{
	font-size: 22px !important;
}

.npr
{
	padding-right: 0 !important;
}

.nml
{
	margin-left: 0 !important;
}

.nmr
{
	margin-right: 0 !important;
}

.nmt
{
	margin-top: 0 !important;
}

.nmb
{
	margin-bottom: 0 !important;
}

.pl10
{
	padding-left: 10px !important;
}
.pl20
{
	padding-left: 20px !important;
}

.m0
{
	margin-top: 0 !important;
}

.m10
{
	margin-top: 10px !important;
}

.ml10
{
	margin-left: 10px !important;
}

.ml15
{
	margin-left: 20px !important;
}

.ml20
{
	margin-left: 20px !important;
}

.mr10
{
	margin-right: 10px !important;
}

.mb10
{
	margin-bottom: 10px !important;
}

.mr15
{
	margin-right: 15px !important;
}

.mr20
{
	margin-right: 20px !important;
}

.m20
{
	margin-top: 20px !important;
}

.mb20
{
	margin-bottom: 20px !important;
}

.mb50
{
	margin-bottom: 50px !important;
}

.mb60
{
	margin-bottom: 60px !important;
}

.ml25
{
	margin-left: 25px !important;
}

.m50
{
	margin-top: 50px !important;
}

.ellipsis
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pull-right{ float: right;}
.pull-left{ float: left;}

a
{
	text-decoration: none;
    color: inherit;
}

h3
{
	font-size: 20px;
	margin: 0 0 20px 0;
	font-weight: lighter;
}

.error
{
	color: #ff0000;
	font-size: 14px;
}

.error-border
{
	border: 1px solid #ff0000;
}

.text-center
{
	text-align: center;
}
.text-right
{
	text-align: right;
}
.text-left
{
	text-align: left;
}

.savePopup
{
	position: fixed;
	top: 27%;
	right: 50px;
	z-index: 3;
	width: 250px;
	background-color: rgba(65, 64, 65, 0.9);
	color: #cdcdcf;
	font-size: 14px;
	cursor: pointer;
	line-height: 24px;
	padding: 10px;
}

.savePopup a
{
	color: #fff;
}

.overflow-inherit
{
	overflow:inherit !important;
}

#banner
{
	width: 100%;
	height: 560px;
	background-size: cover;
	background: no-repeat center;
}

#banner .round-button
{
	position: relative;
	top: 150px;
	display: table;
	min-width: 185px;
	height: 40px;
	margin: 0 auto;
	z-index: 5;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	padding: 0 15px;
}

#banner .content
{
	padding-top: 235px;
	text-align: center;
	z-index: 5;
	font-size: 70px;
	line-height: 80px;
	color: #ffffff;
}

#home-wrapper
{
	background-color: #ececec;
	min-width: 1000px;
}

#home-wrapper .notification
{
	margin: auto;
	padding: 50px;
	width: 900px;
	background: none;
}

#home-wrapper .triple-box
{
	z-index: 5;
	height: 240px;
	width: 1050px;
	margin: -60px auto 50px auto;
}

#home-wrapper .triple-box table
{
	width: 100%;
}

#home-wrapper .triple-box table td
{
	padding: 0 25px;
}

#home-wrapper .triple-box.multiple-items table td:first-child .box
{
	margin-right: 0;
}

#home-wrapper .triple-box.multiple-items table td:last-child .box
{
	margin-left: 0;
}

#home-wrapper .triple-box .box
{
	background-color: #3a4144;
	width: 300px;
	height: 240px;
	margin: 0 auto;
}

#home-wrapper .triple-box .box .column
{
	height: 60px;
	width: 300px;
	text-indent: 40px;
	line-height: 64px;
}

#home-wrapper .triple-box .box .column a
{
	display: block;
	color: #9c9b9b;
	text-decoration: none;
}

#home-wrapper .triple-box .box .top
{
	color: #ffffff
}

#home-wrapper .triple-box .box .odd
{
	background-color: #30373a
}

#home-wrapper .triple-box .box .even
{
	background-color: #3a4144
}

/**
 * Content boxes
 */
.content-full
{
	min-width: 1000px;
	background-color: #ececec;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	overflow: hidden;
	position: relative;
}

.content-menu-wrapper a
{
	font-size: 14px;
	float: right;
	padding: 10px;
	color: #fff;
}

.download-phases a
{
	color: #fff;
	line-height: 60px;
	height: 60px;
	width: 300px;
	display: inline-block;
	text-indent: 20px;
}

.download-phases a i
{
	float: right;
	line-height: 60px;
	margin-right: 20px;
}

a.download-button
{
	color: #fff;
	line-height: 30px;
	height: 30px;
	width: 160px;
	display: inline-block;
	text-indent: 20px;
}

.showParent .showParentButton i.fa
{
	margin-right: 2px;
}

#content-wrapper
{
	position: relative;
	width: 960px;
	margin: 0 auto 100px auto;
	padding: 20px;
	background-color: #ffffff;
}

#content-wrapper .content {
	line-height: 24px;
}

#content-wrapper .info-widget-big
{
	width: 680px;
	line-height: 24px;
}

#content-wrapper .info-widget-small
{
	width: 230px;
	margin-bottom: 20px;
}

#content-wrapper .info-widget-small .title {
	color: #fff;
	padding: 10px;
}

#content-wrapper .info-widget-small .text {
	padding: 10px;
	line-height: 28px;
}

#content-wrapper .image-collection
{
	width: 100%;
	margin-bottom: 20px;
}

#content-wrapper .image-wrapper {
	float: left;
	width: 310px;
	overflow: hidden;
	height:310px;
	padding-left: 15px;
	position: relative;
}

#content-wrapper .image-wrapper a
{
	display: block;
	height:100%;
}

#content-wrapper .image-wrapper:first-child {
	padding-left: 0 !important;
}

.image-wrapper .frame {
	height: 260px;
	width: 310px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	background-color: #E2E0E0;
	overflow: hidden;
}
.image-wrapper .frame img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.image-wrapper span {
	height:50px;
	line-height:50px;
	text-indent: 20px;
	color: #fff;
	display: block;
}

#content-wrapper .floormap-collection
{
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}

#content-wrapper .floormap-collection:last-child
{
	margin-bottom: 0 !important;
}

#content-wrapper .floormap-small-wrapper
{
	float: left;
	width: 330px;
	background: #E2E0E0;
}


#content-wrapper .floormap-small-wrapper:first-child
{
	margin-right: 20px;
}

#content-wrapper .floormap-small-wrapper .floormap-image
{
	margin: auto;
	width: 320px;
	height: 320px;
}

#content-wrapper .floormap-small-wrapper .floormap-name
{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.floormap-small-wrapper img {
	max-width: 100% !important;
	height: 100% !important;
	margin: auto;
	display: block;
}

#imageModal img.floormap-popup
{
	max-width: 600px;
	max-height: 800px;
}

/**
 * Title Bar
 */
.title-bar
{
	height: 60px;
	color: #ffffff;
	line-height: 60px;
	text-indent: 20px;
	font-size: 17px;
	margin-bottom: 20px;
}
.title-bar .close,
.title-bar .create
{
	float: right;
	color: white !important;
	padding-right: 20px;
}

.title-bar .close a,
.title-bar .create a {
    color: white !important;
}

.title-bar .info-index-button
{
	color: white;
	cursor: pointer;
	position: absolute;
	width: 34px;
	height: 34px;
	right: 20px;
	top: 12px;
	text-indent: 0;
	line-height: 34px;
	text-align: center;
}

#infoIndex {
	position: absolute;
	width: 230px;
	background-color: #fff;
	border: 1px solid #30373A;
	right: 74px;
	top: 12px;
	padding: 10px;
}

#infoIndex table
{
	width: 90%;
	color: #000;
	line-height: 30px;
	margin: auto;
	text-indent: 0;
}

/**
 * Side Menu items
 */
.side-menu
{
	width: 300px;
	float: left;
	background-color: #e2e2e2;
}

.side-menu .side-item
{
	height: 60px;
	line-height: 60px;
	text-indent: 20px;
	font-size: 16px;
	position: relative;
}

.side-menu .side-item a
{
	color: #30373a;
	display: block;
}

.side-menu .side-item.odd
{
	background-color: #f7f7f7;
}

.side-menu .cat-item
{
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	font-size: 16px;
	background-color: #454b4e;
	position: relative;
}

.side-menu .cat-item a
{
	color: #a5a5a5;
	display: block;
}

.side-menu .cat-item.odd
{
	background-color: #30373a;
}

.side-menu .side-item i.fa
{
	position: absolute;
	right: 20px;
	top: 22px;
}

.side-block-right
{
	float: left;
	margin-left: 30px;
	width: 630px;
}

.side-block-right ul
{
	font-size: 14px;
	line-height: 24px;
}

.side-block-right .title
{
	font-size: 22px;
}

.side-block-right .intro-content
{
	font-size: 16px;
	margin-top: 32px;
	color: #30373a;
	line-height: 22px;
}

.mail-ticket-body
{
	background-color: #ececec;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding-top: 0;
	overflow: hidden;
	position: relative;
}

.mail-ticket-body.first
{
	padding-top: 60px !important;
}

.mail-ticket-wrapper
{
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 20px;
	background-color: #ffffff;
}

.mail-inbox,
.mail-ticket-subject
{
	line-height: 24px;
	margin-left: 20px;
	font-size: 16px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.mail-ticket-attachments {
	margin-top: 20px;
}

.full-image img
{
	max-width: 100%;
}

.questions
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.questions a
{
    text-decoration: underline;
}

.questions .question
{
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
}

.faq-question:hover
{
	color: #e5332a;
}

.questions .answer
{
	font-size: 14px;
}

.questions .answer img
{
	max-width: 100%;
}

.canvas-hover {
    position: absolute;
    background-color: #fff;
    color: #000;
    z-index: 10;
    left: 50%;
    top: 25%;
    width: 230px;
    margin-left: -115px;
    border-radius: 5px;
}

.canvas-hover p {
    padding: 20px;
    margin: 0;
}

.simple-title {
	font-size: 20px;
	margin-top: 60px;
}

.simple-title.title-inline {
	font-size: 20px;
	margin-top: 30px;
}

.simple-text {
	color: #30373a;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 20px;
}

.simple-text h1
{
	font-weight: normal;
}

.simple-text2 {
	color: #30373a;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}

.simple-text-field {
	position: relative;
	top: -5px;
	color: #30373a;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
}

.text-warning {
	color: #30373a;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	border: 1px solid #d0d0cf;
	border-radius: 6px;
	line-height: 40px;
	text-indent: 20px;
}

.header-image img {
	width: 100%;
}

.back {
    float: right;
    padding-right: 20px;
    cursor: pointer;
}

.floormap
{
	max-width: 960px;
	position: relative;
}

.floormap .floor-wrapper
{
	position: relative;
	display: inline-block;
}

.floormap img
{
	max-width: 100%;
}

.fm-marker {
	position: absolute;
	left: 0;
	top: 0;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
}

.fm-marker-dot {
	width: 26px;
	height: 26px;
	background-color: #f00;
	border-radius: 50%;
	position: absolute;
	left: 12px;
	top: 12px;
}

.bar
{
	color: #ffffff;
	width: 100%;
}

.bar.color1
{
	background-color: #9C9E9F;
}

.bar.color2
{
	border: 1px solid #d0d0cf;
	color: #3D3D3D;
}

.bar.border
{
	border: 1px solid #d0d0cf;
	border-radius: 5px;
}

.bar.border .sub:first-of-type{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.bar.border .sub:last-of-type{
	border:none;

	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.bar.border .sub{
	border-bottom: 1px solid #d0d0cf;
}

.bar.round
{
	border-radius: 5px;
}

.bar .sub
{
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
}

.bar .sub.color1
{
	color: #3D3D3D;
	background-color: #d0d0cf;
}

.bar .sub.color2
{
	color: #3D3D3D;
	background-color: #fff;
}

.bar .sub.round
{
	border-radius: 5px 5px 0 0;
}

.bar .sub.round-full
{
	border-radius: 5px;
}

.bar .sub.round-last
{
	border-radius: 0 0 5px 5px;
}

.bar .sub-info
{
	background-color: #ECECEC;
	position: relative;
	min-height: 200px;
}

.bar .sub-info .product-info
{
	min-height: 100px;
	padding: 20px 20px 40px 131px;
	width: 455px;
	float: left;
}

.product-info.no-image, .document-info
{
	padding: 20px 20px 40px 20px !important;
	width: 565px !important;
}

.document-info
{
	width: initial !important;
}

.document-info .pull-right
{
	padding-top: 4px;
	padding-right: 40px;
}

.product-info.with-image
{
	padding: 20px 20px 40px 20px !important;
	width: 565px !important;
}

.product-info.with-image .text
{
	width: 320px !important;
	float: left;
}

.product-info.with-image .image
{
	float: left;
	max-width: 225px;
	margin-right: 20px;
}

.bar .sub-info .price
{
	position: absolute;
	bottom: 150px;
	right: 40px;
	color: #3D3D3D;
	font-size: 14px;
	height: 25px;
}

.bar .sub-info .max-limit
{
	font-size: 14px;
	width: 200px;
	text-align: left;
	padding: 20px 0px 20px 0px !important;
}

.bar .sub-info .max-limit .count
{
	color: #3D3D3D;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
}

.bar .sub-info .max-limit .count span.counter
{
	width: 20px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}

.bar .sub-info .max-limit .count i
{
	color: #CDCCCC;
	cursor: pointer;
}

.bar .sub-info .max-limit .count i:hover
{
	color: #3D3D3D;
}

.bar .sub-info .price span
{
	font-size: 25px;
}

.bar .sub-info .cart-buttons
{
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 42px;
	font-size: 14px;
}

.bar .sub-info .cart-buttons .more-info,
.bar .sub-info .cart-buttons .order-button,
.bar .sub-info .cart-buttons .reject-button,
.bar .sub-info .cart-buttons .floormap-button,
.floormap-order-button
{
	height: 40px;
	width: 145px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	float: left;
}

.bar .sub-info .cart-buttons .reject-button {
	background-color: #9C9E9F;
	color: #fff;
}

.bar .sub-info .cart-buttons .floormap-button
{
	line-height: 30px;
}

.bar .sub-info .cart-buttons .more-info a,
.bar .sub-info .cart-buttons .order-button a,
.bar .sub-info .cart-buttons .reject-button a,
.bar .sub-info .cart-buttons .floormap-button a
{
	display: block;
}

.bar .sub-info .product-info .text
{
	font-size: 14px;
	line-height: 24px;
}

.bar .sub-info .product-info .image img
{
	max-width: 100%;
	height: auto;
}

.bar .sub.bt
{
	border-top: 1px solid #d0d0cf;
}

.bar .sub.warning
{
	height: 40px !important;
	line-height: 40px !important;
	font-size: 16px;
}

.bar .sub.deleted
{
	background-color: #353535 !important;
	color: #fff !important;
}

.bar.product .sub
{
	height: 80px;
}

.bar.product .sub .column
{
	padding: 10px 0;
	height: 60px;
	line-height: 60px;
}

.bar .sub .column
{
	float: left;
	font-size: 14px;
	height: 40px;
}

.bar .sub .column.fixed_line_height
{
	line-height: 24px;
}

.bar .sub .column.cropped
{
	line-height: 0 !important;
}

.bar .sub .column.cropped img
{
	max-height: 60px;
	max-width: 95px;
}

.bar .sub .column.toggle {
	font-size: 18px;
	text-align: right;
}

.bar .sub.flexible-height
{
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 30px;
	height: auto;
}
.bar .sub.flexible-height .column
{
	min-height: 30px;
	height: auto;
	line-height: 30px;
}

.bar .sub .column a
{
    color: inherit;
}

/* fancy upload */
.fancyUpload .smallUploadButton
{
	width: 50px;
	border-radius: 5px;
	height: 50px;
	text-align: center;
	background: #E2E0E0 url(../images/addButton.png) no-repeat center center;
	background-size: 25px;
	cursor: pointer;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	position: relative;
}

.fancyUpload .smallUploadButton label
{
	width: 50px;
	height: 50px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.fancyUpload .smallUploadButton label input
{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.fancyUpload .smallUploadButton:hover
{
	background-color: #666666;
}

.fancyUpload .smallFileIcon
{
	padding: 0 10px;
	border-radius: 5px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	background-color: #E2E0E0;
	cursor: pointer;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	position: relative;
}

.fancyUpload .smallFileIcon i
{
	margin-right: 5px;
}

.fancyUpload .smallFileIcon:hover
{
	background-color: #ff0000;
	color: #fff;
}

.fancyUpload .smallFileIcon input
{
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

/* dashboard */
.dashboard.has-date .block
{
	height: 60px;
	width: 300px;
}
.dashboard.has-date .block a
{
	display: block;
}

.dashboard.has-date .block.timeline .line-type
{
	height: 60px;
	width: 42px;
	float: left;
	position: relative;
}

.dashboard.has-date .block.timeline .line-type.first {
	height: 42px !important;
	overflow: hidden;
	padding-top: 18px;
}

.dashboard.has-date .block.timeline .line-type.last {
	height: 42px !important;
	overflow: hidden;
}

.dashboard.has-date .block.timeline .line-type .line
{
	border-right: 4px solid #9c9b9b;
	width: 28px;
	height:60px;
}

.dashboard.has-date .block.timeline .line-type .circle-icon
{
	margin: 18px 0 18px 18px;
	background-color: #3a4144;
	border: 4px solid #9c9b9b;
	border-radius: 50%;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top:0;
}

.dashboard.has-date .block.timeline .line-type .triangle {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #9c9b9b;
	position: absolute;
	top: 15px;
	left: 15px;
}

.dashboard.has-date .block.timeline.odd .line-type .circle-icon
{
	background-color: #30373a;
}

.dashboard.has-date .text
{
	text-indent: 40px;
	color: #9c9b9b;
	float: left;
	width: 300px;
	height: 60px;
}

.dashboard.has-date .block.timeline .text
{
	text-indent: 14px;
	width: 240px;
}

.dashboard.has-date .warning
{
	width: 220px;
	color: #9c9b9b;
	line-height: 30px;
	font-size: 16px;
	padding: 20px 40px 0;
}

.dashboard.has-date .text .date
{
	font-size: 12px;
	margin-top: 13px;
	color: #fff;
}

.dashboard.has-date .text .subject
{
	font-size: 16px;
	margin-top: 2px;
	height:25px;
	line-height:25px;
	overflow: hidden;
}
.dashboard.has-date .text .subject a
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* repair workflow */
.tracker-bar
{
	position: relative;
	width: 960px;
	height: 85px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.tracker-bar .circle-icon
{
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
}

.tracker-bar .time-line
{
	position: absolute;
	height: 4px;
	width: 850px;
	z-index: 1;
	top: 28px;
	left: 55px;
}

.tracker-bar .ci-popop {
	position: absolute;
	width: 250px;
	background-color: #fff;
	border: 1px solid #30373A;
	padding: 10px;
	z-index: 3;
}

.tracker-bar .ci-popop.ci1 {

	left: 120px;
}

.tracker-bar .ci-popop.ci2 {

	left: 280px;
}

.tracker-bar .ci-popop.ci3 {

	left: 440px;
}

.tracker-bar .ci-popop.ci4 {

	right: 440px;
 }

.tracker-bar .ci-popop.ci5 {

	right: 280px;
}

.tracker-bar .ci-popop.ci6 {

	right: 120px;
}

.tracker-bar .circle-icon.ci1
{
	left: 50px;
	top: 0;
}

.tracker-bar .ci1-text {
	font-size: 14px;
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 0;
	left: 5px;
}

.tracker-bar .circle-icon.ci2
{
	left: 210px;
	top: 0;
}

.tracker-bar .ci2-text {
	font-size: 14px;
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 0;
	left: 165px;
}

.tracker-bar .circle-icon.ci3
{
	left: 370px;
	top: 0;
}

.tracker-bar .ci3-text {
	font-size: 14px;
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 0;
	left: 325px;
}

.tracker-bar .circle-icon.ci4
{
	left: 530px;
	top: 0;
}

.tracker-bar .ci4-text {
	font-size: 14px;
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 0;
	left: 485px;
}

.tracker-bar .circle-icon.ci5
{
	left: 690px;
	top: 0;
}

.tracker-bar .ci5-text {
	font-size: 14px;
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 0;
	left: 645px;
}

.tracker-bar .circle-icon.ci6
{
	left: 850px;
	top: 0;
}

.tracker-bar .ci6-text {
	font-size: 14px;
	position: absolute;
	width: 150px;
	text-align: center;
	bottom: 0;
	left: 805px;
}

/* tracker issues */
.tracker-bar.issues .circle-icon.ci3 {

	left: 450px;
}
.tracker-bar.issues .ci3-text
{
	left: 405px;
}

.tracker-bar.issues .ci-popop.ci3 {
	left: 520px;
}

/* floormap issues */
.floor-maps
{
	padding-top: 30px;
}

.floor-maps .image-menu
{
	width: 17%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	float: left;
	padding: 10px 10px 0;
}
.floor-maps .image-menu .image
{
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	position: relative;
}

.floor-maps .image-menu .image span.counter {
	position: absolute;
	color: #fff;
	right: -5px;
	top: -5px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
}

.floor-maps .image.first {
	margin-right: 2%;
	width: 78%;
	margin-bottom: 20px;
	float: left;
}


.floor-maps .image .keep-width {
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
}

.floor-maps .image.full .keep-width span.label {
	position: absolute;
	right: 0;
	top: -25px;
}

.floor-maps .image img {
	width: 100%;
	box-sizing: border-box;
	border-width: 2px;
}
.floor-maps .image a.marker
{
	position: absolute;
	z-index: 2;
	width: 40px;
	color: #fff;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	margin-left: -25px;
	margin-top: -15px;
	font-size: 11px;
}

.issue-circle-icon
{
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.w1 {width: 1%;}
.w2 {width: 2%;}
.w3 {width: 3%;}
.w5 {width: 5%;}
.w7 {width: 7%;}
.w8 {width: 8%;}
.w9 {width: 9%;}
.w10 {width: 10%;}
.w11 {width: 11%;}
.w12 {width: 12%;}
.w13 {width: 13%;}
.w14 {width: 14%;}
.w15 {width: 15%;}
.w17 {width: 17%;}
.w18 {width: 18%;}
.w20 {width: 20%;}
.w22 {width: 22%;}
.w25 {width: 25%;}
.w27 {width: 27%;}
.w28 {width: 28%;}
.w30 {width: 30%;}
.w33 {width: 33%;}
.w35 {width: 35%;}
.w37 {width: 37%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}

.lineHeight24 {
	line-height:24px;
}

/* Ranking table */
table.ranking
{
	width: 100%;
	margin-top: 10px;
}

table.ranking thead tr
{
	background-color: #CC3333;
	color: white;
	height: 30px;
}
table.ranking td.td_center
{
	text-align: center;
}

table.ranking td
{
	height: 30px;
}

.progress-wrapper
{
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	position: relative;

	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	background-color: #9C9E9F;
	text-indent: 20px;
}

.progress-bar
{
	z-index:3;
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:-100%;
}

.progress-text
{
	z-index: 4;
	position: relative;
}

.profile-data 		.sub,
.profile-data 		.sub .column {
	height: auto;
}

svg.hdCanvas polygon:hover {
	cursor: pointer;
}

.parcelmap-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(10,10,10, 0.5);
}

.parcelmap-wrapper .parcelmap-information {
	position: absolute;
	min-width: 250px;
	max-width: 500px;
	min-height: 250px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFF;
	padding: 20px;
}

.parcelmap-wrapper .parcelmap-information h2 {
	text-align: center;
}
.parcelmap-wrapper .parcelmap-information img {
	max-width: 100%;
	max-height: 130px;
	margin: auto;
	display: block;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius:50%;
}

.parcelmap-wrapper .parcelmap-information .close {
	position: absolute;;
	right: 0;
	top: -20px;
	color: #FFF;
	cursor: pointer;
}
