div.table{
	display: table;
	overflow:hidden;
}
div.block{
	display:table-cell;
 	width:35%;
}
div.tablerow{
	display:table-row;
}
/* Bootstrap Override */
.navbar {margin-bottom:0px;}

/* Theme Override */
.portlet {
    margin:0 15px 4px;
}
.portlet .portlet-body {
	padding: 20px;
	background: #fff;
}

.loading {width:100%;}
	.loading-inner {width:220px; margin:0 auto;}

.btn_fix {width:inherit; float:left; margin-right:10px;}
.btn_wrap_single {margin:2px 8px 0 0;}
.btn_wrap {margin:6px 8px 0 0;}
.chkbox {margin-top:6px;}

.col-sm-text {padding:6px 14px;}

.col-sm-7 .btn_fix input, .col-sm-7 .btn_fix select {margin-top:4px;}

/* Names List */
.name_list {margin-top:6px;}
.name_list a span {color:#999; cursor:pointer;}
	.name_list a span:hover {color:#cc0000;}

/* Homepage Panels */
.home_content {max-width:900px; margin-left:10px;}
.panel_bg {
	background:#fff;
	border-radius:9px;
	-moz-box-shadow: 2px 2px 5px 1px #aeb1b2;
	-webkit-box-shadow: 2px 2px 5px 1px #aeb1b2;
	box-shadow: 2px 2px 5px 1px #aeb1b2;
	float:left;
	margin:10px;
	padding:2px;
  	width:200px;
}
.panel_fg {
	height:70px;
	background: #ecf3f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecf3f4 0%, #e0e7e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf3f4), color-stop(100%,#e0e7e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecf3f4 0%,#e0e7e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecf3f4 0%,#e0e7e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecf3f4 0%,#e0e7e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecf3f4 0%,#e0e7e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3f4', endColorstr='#e0e7e8',GradientType=0 ); /* IE6-9 */
	border-radius:7px 7px 0 0;
	cursor: pointer;
	margin-bottom:48px;
	position:relative;
}
.panel_circle {
	background:#fff; 
	border:4px solid #fff;
	border-radius:48px;
	-moz-box-shadow: inset 0 0 10px #aeb1b2;
	-webkit-box-shadow: inset 0 0 10px #aeb1b2;
	box-shadow: inset 0 0 10px #aeb1b2; 
	height:94px; 
	position:absolute;
	left:51px;
	top:18px;
	width:94px;
}
.panel_icon_ticket {
	width:56px; 
	margin: 18px auto 0;
}
.panel_icon_building {
	width:44px; 
	margin: 16px auto 0;
}
.panel_icon_tenant {
	width:60px; 
	margin: 16px auto 0;
}
.panel_icon_contact {
	width:56px; 
	margin: 14px auto 0;
}
.panel_icon_photos {
	width:60px; 
	margin: 16px auto 0;
}
.panel_icon_hotspots {
	width:32px; 
	margin: 16px auto 0;
}
.panel_icon_reports {
	width:56px; 
	margin: 16px auto 0;
}
.panel_icon_overview {
	width:56px; 
	margin: 14px auto 0;
}

.panel_bottom {
	border-bottom:1px solid #c8d5d6;
	border-top:1px solid #c8d5d6; 
	margin:10px;
	padding:6px 0; 
	text-align:center;
}

.panel_bottom button {
	width:160px;
}

.panel_bottom_button {margin-bottom:4px;}

/* Table for tickets */
.tickets-title {width:98%; margin-left:20px;}
	.tickets-title th {padding:10px;}
		.tickets-title th:nth-child(1) {width:10%;}
		.tickets-title th:nth-child(2) {width:15%;}			
		.tickets-title th:nth-child(3) {width:15%;}
		.tickets-title th:nth-child(4) {width:10%;}
		.tickets-title th:nth-child(5) {width:10%;}
		.tickets-title th:nth-child(6) {width:40%;}		
.tickets-subtitle {width:100%;}	
	.tickets-subtitle td {padding:0px 10px; font-size:.8em;}
		.tickets-subtitle td:nth-child(1) {width:10%;}
		.tickets-subtitle td:nth-child(2) {width:15%;}			
		.tickets-subtitle td:nth-child(3) {width:15%;}
		.tickets-subtitle td:nth-child(4) {width:10%;}
		.tickets-subtitle td:nth-child(5) {width:10%;}
		.tickets-subtitle td:nth-child(6) {width:40%;}		
.tickets_details {
	margin: 0 0 20px 0;
	padding: 10px 20px;	
}
.ticket-history-table th:nth-child(1), .ticket-history-table td:nth-child(1) {padding-left:20px;}

.row_head {font-weight:bold;}
.row_head20 {font-weight:bold; margin-top:20px;}

/* Table for buildings */
.buildings-title {width:98%; margin-left:20px;}
	.buildings-title th {padding:10px;}
		.buildings-title th:nth-child(1) {width:50%;}
		.buildings-title th:nth-child(2) {width:20%;}			
		.buildings-title th:nth-child(3) {width:15%;}
		.buildings-title th:nth-child(4) {width:15%;}
.buildings-subtitle {width:100%;}	
	.buildings-subtitle td {padding:0px 10px;}
		.buildings-subtitle td:nth-child(1) {width:51%;}
		.buildings-subtitle td:nth-child(2) {width:20%;}			
		.buildings-subtitle td:nth-child(3) {width:19%;}
		.buildings-subtitle td:nth-child(4) {width:20%;}	

.ticket-description {padding:10px 0; border-bottom:1px solid #ccc;}		

/* Table for contacts */
.contacts-title {width:98%; margin-left:20px;}
	.contacts-title th {padding:10px;}
		.contacts-title th:nth-child(1) {width:25%;}
		.contacts-title th:nth-child(2) {width:30%;}			
		.contacts-title th:nth-child(3) {width:25%;}
		.contacts-title th:nth-child(4) {width:20%;}
.contacts-subtitle {width:100%;}	
	.contacts-subtitle td {padding:0px 10px;}
		.contacts-subtitle td:nth-child(1) {width:25%;}
		.contacts-subtitle td:nth-child(2) {width:30%;}			
		.contacts-subtitle td:nth-child(3) {width:26%;}
		.contacts-subtitle td:nth-child(4) {width:19%;}	

/* Table for tenants */
.tenants-title {width:98%; margin-left:20px;}
	.tenants-title th {padding:10px;}
		.tenants-title th:nth-child(1) {width:20%;}
		.tenants-title th:nth-child(2) {width:30%;}			
		.tenants-title th:nth-child(3) {width:10%;}
		.tenants-title th:nth-child(4) {width:25%;}
		.tenants-title th:nth-child(5) {width:5%;}
		.tenants-title th:nth-child(6) {width:10%;}		
.tenants-subtitle {width:100%;}	
	.tenants-subtitle td {padding:0px 10px;}
		.tenants-subtitle td:nth-child(1) {width:20%;}
		.tenants-subtitle td:nth-child(2) {width:30%;}			
		.tenants-subtitle td:nth-child(3) {width:10%;}
		.tenants-subtitle td:nth-child(4) {width:25%;}	
		.tenants-subtitle td:nth-child(5) {width:5%; text-align:center;}
		.tenants-subtitle td:nth-child(6) {width:15%;}			
/* Table for users */
.users-title {width:98%; margin-left:20px;}
	.users-title th {padding:10px;}
		.users-title th:nth-child(1) {width:20%;}
		.users-title th:nth-child(2) {width:30%;}			
		.users-title th:nth-child(3) {width:10%;}
		.users-title th:nth-child(4) {width:25%;}
		.users-title th:nth-child(5) {width:5%;}
		.users-title th:nth-child(6) {width:10%;}		
.users-subtitle {width:100%;}	
	.users-subtitle td {padding:0px 10px;}
		.users-subtitle td:nth-child(1) {width:20%;}
		.users-subtitle td:nth-child(2) {width:30%;}			
		.users-subtitle td:nth-child(3) {width:10%;}
		.users-subtitle td:nth-child(4) {width:25%;}	
		.users-subtitle td:nth-child(5) {width:5%; text-align:center;}
		.users-subtitle td:nth-child(6) {width:15%;}		
.portlet-heading div {padding:6px 0px;}	
	
.buttons {margin:10px 0;}
.edit-buttons {margin:10px 0;}

.portlet-gray > .portlet-heading {
    background-color: #ccc;
    color: #333;
}	
.portlet-gray, .portlet-gray > .portlet-heading {
    border-color: #ccc;
}	

/* Photos Page */

	.bldg-bar {margin:0 30px;}
		.bldg-bar-left {float:left; width:50%;}
		.bldg-bar-mid {float:left; width:20%;}
		.bldg-bar-right {float:left; width:30%;}
		
	.photostopselector {
		border:0;
		margin:0px;
		color:#fff;
		padding:0px 0px 0px 0px !important;
	}
	.photostopselector .left-icon {margin-right:10px;}
	.photostopselector .right-icon {float:right; margin-top:4px;}
		
	.photodropdown {	
		background-color: #546B82;
		border: 4px solid #546B82;
		max-height: 200px;
		overflow-y: auto;
		padding: 0 10px;
		position: absolute;
		z-index: 9999;
		overflow-x: hidden;
		width: 40%;
	}
	
	.bldg-list {width:100%; z-index:110;}
	.floor-list {width:90%; z-index:115;}
	.closet-list {width:90%; z-index:120;}
			
	.photodropdownrow {
		border-bottom: 1px solid #76899b !important;
		color:#ffffff;
		cursor:pointer;
		padding:6px;
		z-index:9999;
	}
	.photodropdownrow:hover {background-color:#16a085;}
	
	.photounselected {
		background-color:#34495e;
		border-bottom:1px solid #142638;		
		border-left:1px solid #54677a;
		border-right:1px solid #142638;		
		border-top:1px solid #54677a;
		cursor:pointer;
		display:block;
		height:100%;
		padding:15px 16px;
		width:100%;
	}
	.photoselected {
		background-color:#16a085;
		border-bottom:1px solid #068068;		
		border-left:1px solid #2fbda1;
		border-right:1px solid #068068;		
		border-top:1px solid #2fbda1;
		cursor:pointer;
		display:block;
		font-weight:bold;
		height:100%;
		padding:15px 16px;
		width:100%;
	}

	.photoallocationtable {font-size:8pt;}
		.photoallocationtable td {border:0 !important;}
	
	.photo-container {float:left; width:528px;}
		.photo-border {background:#fff; border:1px solid #ccc; margin-top:10px; padding:20px; width:488px;}	
	.photo-inner {margin: 0 auto; padding: 0; width: 448px;}
	.photo {width:448px;    margin:0 auto; text-align:left; position:relative;overflow:hidden}
	.photo-gallery {width:378px; margin:10px auto; text-align:center; color:#3D566E;}	
		.photo-gallery button {background:#3D566E; border:0; border-radius:4px; padding:3px 8px 2px; margin-top:13px; color:#fff;}
			.photo-gallery button:active {background:#16A085;}		
		.photo-gallery .disabled {background:#cccccc;}		
	.gallery-container {float:left; margin:0 4px;}
	.gallery-count {width:378px; margin:0 auto; text-align:center; color:#3D566E; font-size:.8em;}	
	
	.photo-upload {white-space:nowrap; display:inline-block; width:445px;}
	.photo-upload-top {width:420px;}
		.photo-upload-top p {font-weight:bold; font-size:18px; margin:0 0 16px;}	
	

		
	.hotspotTypeDropdown {	
		background-color: #546B82;
		border: 4px solid #546B82;
		max-height: 200px;
		overflow-y: auto;
		padding: 0 10px;
		position: absolute;
		z-index: 3001;
		overflow-x: hidden;
		width: 100%;
	}
	



	.closet-container {overflow:hidden;}
	.closet-left {float: left; width: 518px; margin-left: 30px;}
	.closet-right {width: auto; overflow: hidden; min-width: 400px; margin: 0px 30px;}
	.infogrid {float: right; margin: 10px 0; width: 100%;}
	.infogrid-title {background:#2c3e50; color:#fff; font-size:16px; padding:6px 10px;}
	.infogrid-table {width:100%; border:1px; border-style:solid; border-color:#cccccc;}
	.infogrid-titlerow {background-color:#cccccc !important;}
		.infogrid-titlerow td {background-color:#cccccc !important; color:#666; padding:2px 10px; font-size:13px; border-right: 1px solid #FFFFFF;}
		.infogrid-titlerow td:first-child {width:60px;}
		.infogrid-titlerow td:last-child {border-right:0;}	
		.infogrid-pie {padding:4px 0 4px 6px !important; vertical-align:middle;}
			.svg-pie {height:55px; width:55px;}
	.infogrid-row {background-color:#cccccc;}
		.infogrid-row td {padding:2px 10px; font-size:13px; border-right: 1px solid #ccc; background:#fff;}
		.infogrid-row td:last-child {border-right:0;}	
	.infogrid-cell {padding:10px; font-size:13px; border:1px solid #ccc; border-top:0; background:#fff;}


		
.error{
	color:#ff0000;
}
.new-hotspot-table td {vertical-align:top;}
.new-hotspot-table label {margin-bottom:6px;}

.new-hotspot-table .photounselected {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #333333;
	cursor:pointer;
    display: block;
    height: 100%;
    padding: 6px 10px;
    width: 90%;
}

.new-hotspot-table .photoselected {
    background-color: #eee;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #333333;
	cursor:pointer;
    display: block;
    height: 100%;
	min-width: 190px;
    padding: 6px 10px;
    width: 90%;
}
.new-hotspot-table .photoselected img {margin-right:10px;}

.type-dropdown-container {margin-right:10px;}

.new-hotspot-table .hotspotTypeDropdown {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
	cursor:pointer;
    float: left;
    margin-top: -1px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
	min-width: 190px;
    position: absolute;
    width: 220px;
    z-index: 3001;
}

.new-hotspot-table .photodropdownrow {
    border-bottom: 1px solid #ccc !important;
    color: #333;
    padding: 6px;
    z-index: 9999;
}

.new-hotspot-table .photodropdownrow:hover {background-color:#ccc;}

.drag-info-box {
	background-color:#FEEEAA;
    margin: 10px 0;
    padding: 10px 20px 20px;	
}
.drag-info-box h3 {margin-top:0;}

#newhotspot, .hotspot {cursor:move !important;}

/* overview page */
.dropdown-only {margin: 0px 16px 10px;}
	.dropdown-only label {margin-top: 7px;}
	
	
/* Hotspot Icons
.icon-circle {text-shadow: 1px 1px 0 #666666, 4px 4px 0 rgba(0, 0, 0, 0.15);}
.icon-fg {text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25); font-size:1.2em;}
.up-one {margin-top:-1px;}
.up-two {margin-top:-2px;}
.down-one {margin-top:1px;}
.icon-red {color:#fb0000;}
.icon-yellow {color:#f5c001;}
.icon-yellow2 {color:#f5ed13;}
.icon-blue {color:#0000ff;}
.icon-orange {color:#fe6407;}
.icon-green {color:#72e731;}
 */

.overdue{color:red; font-weight:bold}

/* Login Page */
.login_body {background:#ecf0f1;}
.login_panel_bg {
background: none repeat scroll 0 0 #fff;
border-radius: 9px;
box-shadow: 2px 2px 5px 1px #aeb1b2;
margin: 120px auto 0;
padding: 2px;
width: 260px;
text-align:center;
}
.controls input {width:210px; background-color:#ecf0f1; border:1px solid #cccccc; margin-bottom:8px; padding:4px;}
.login_button {width:160px; margin:2px 0 20px;}

/* Logout Page */
.img-logout {
    display: none;
}

.logout-message {
    padding: 25px;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}