.clickable {
	cursor: pointer;
}

.btn {
	
}

.login .page_footer {
	width: 360px;
}

.page-footer {
	background-color: #1ffffff;
}

.disabled-link {
	pointer-events: none;
	cursor: default;
}

.border-top.blue {
	border: 1px solid #4b8df8 !important;
	border-style: solid !important;
}

.dropdown-fullscreen a {
	padding-right: 10px !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-fullscreen .dropdown-toggle>i {
	display: inline-block;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-fullscreen .dropdown-toggle {
	padding: 14px 6px 12px 8px;
}

.gmaps {
	height: 400px;
	width: auto;
	z-index: 100;
}

#map_popup {
	z-index: 101;
	top: 46px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: fixed;
	z-index: 101;
	display: none;
}

#map_popup .popup-body {
	width: 80%;
	padding: 10px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}

#map_popup .popup-header {
	background-color: #ffffff;
	float: left;
	width: 100%;
	padding: 5px;
}

#map_popup .popup-header h4 {
	float: left
}

#map_popup .popup-header i {
	float: right;
}

#map_popup .popup-content {
	
}

#map_popup .popup-footer {
	background-color: #ffffff;
	height: 10px;
}

.form-actions .center {
	position: relative;
	width: 100%;
	height: 34px;
}

.form-actions .center div {
	margin: 0 auto;
	max-width: 90px;
	position: relative;
}

.table {
	vertical-align: middle;
}

table .right {
	text-align: right;
}

table .center {
	text-align: center;
}

.dataTable .details td,.dataTable .details th {
	border: 1px solid #ddd;
}

table .progress {
	margin: 0 auto;
	position: relative;
	width: 30%;
}

.sub-table {
	max-width: 100%;
	width: 100%;
}

.sub-table>tbody>tr>td {
	/* 	border: 1px solid #ddd; */
	
}

.color-line {
	vertical-align: middle !important;
}

.color-line hr {
	width: 80%;
	height: 8px;
	margin: 0 !important;
}

#report #tooltip {
	background-color: white;
	padding: 5px;
	display: none;
	position: absolute;
	z-index: 102;
	position: absolute;
}

#report hr {
	border-color: black;
	border-width: 3px;
}

#devices .form {
	padding: 10px !important;
}

#devices td {
	vertical-align: middle;
}

#devices .input-group-btn {
	width: auto;
}

#devices .loading {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(51, 51, 51, 0.5) !important;
	height: 100%;
}

#devices .loading .spinner {
	position: fixed;
	margin: auto;
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background-image: url("/data/images/loading.gif") !important;
	background-repeat: no-repeat;
}

.icon_preview {
	max-width: 60px;
	margin: 5px;
	float: left;
}

.icon_preview div {
	width: 60px;
	height: 60px;
	border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
}

.icon_preview i {
	font-size: 30px !important;
	line-height: 60px !important;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

.icon_preview .fa-location-arrow {
	transform: rotate(-45deg);
}

#history .loading {
	margin: 0 auto;
	background-image: url("/data/images/loading.gif");
	width: 50px;
	height: 50px;
}