/* perfect-scrollbar v0.6.11 */
.ps-container {
	-ms-touch-action: none;
	touch-action: none;
	overflow: hidden !important;
	-ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
	.ps-container {
		overflow: auto !important
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps-container {
		overflow: auto !important
	}
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
	display: block;
	background-color: transparent
}

.ps-container.ps-in-scrolling {
	pointer-events: none
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999
}

.ps-container > .ps-scrollbar-x-rail {
	display: none;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	bottom: 3px;
	height: 8px
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	bottom: 0;
	height: 8px
}

.ps-container > .ps-scrollbar-y-rail {
	display: none;
	position: absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	-moz-transition: background-color .2s linear, opacity .2s linear;
	-o-transition: background-color .2s linear, opacity .2s linear;
	transition: background-color .2s linear, opacity .2s linear;
	right: 3px;
	width: 8px;
	z-index: 500;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	position: absolute;
	background-color: #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
	right: 0;
	width: 8px
}

.ps-container:hover.ps-in-scrolling {
	pointer-events: none
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
	background-color: #999
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
	background-color: #eee;
	opacity: 0.9
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #999
}

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
	opacity: 0.6
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
	background-color: #eee;
	opacity: 0.9
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
	background-color: #999
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
	background-color: #eee;
	opacity: 0.9
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
	background-color: #999
}

.icon-form {
	font-size: 25px
}

.body-stop-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.error-logo {
	display: none;
}

.tolowercase {
	text-transform: lowercase !important;
}

.alert-msg {
	background-color: none;
	border-color: #EEE;
}

.form-control[readonly] {
	background-color: white;
}

.form-control[readonly][disabled] {
	background-color: #eee;
	cursor: not-allowed !important;
}

.popover {
	z-index: 10100;
	max-width: none;
}

@keyframes pulse {
	0% {
		transform: scale(2);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}

@keyframes repulse {
	0% {
		transform: scale(1);
		opacity: 0;
	}
	50% {
		transform: scale(1.5);
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}


.leaflet-contextmenu {
	display: none;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 0;
	background-color: #fff;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.leaflet-contextmenu a.leaflet-contextmenu-item {
	display: block;
	color: #222;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	padding: 0 12px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: default;
	outline: none;
}

.leaflet-contextmenu a.leaflet-contextmenu-item-disabled {
	opacity: 0.5;
}

.leaflet-contextmenu a.leaflet-contextmenu-item.over {
	background-color: #f4f4f4;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.leaflet-contextmenu a.leaflet-contextmenu-item-disabled.over {
	background-color: inherit;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.leaflet-contextmenu-icon {
	margin: 2px 8px 0 0;
	width: 16px;
	height: 16px;
	float: left;
	border: 0;
}

.leaflet-contextmenu-separator {
	border-bottom: 1px solid #ccc;
	margin: 5px 0;
}

.red {
	color: #dd5a43 !important;
}

.orange {
	color: #FFA500 !important;
}

.light-green {
	color: #b0d877 !important;
}

.light-grey {
	color: #d1d1d1 !important;
}

.green {
	color: #69aa46 !important;
}

.link {
	cursor: pointer;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.pageLoaded #page-loader {
	-webkit-animation: fadeOutLoader 250ms 1 ease-in-out forwards;
	animation: fadeOutLoader 250ms 1 ease-in-out forwards;
}

#page-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 10000000;
}

#page-loader logo {
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -150px;
}

#page-loader logo img {
	margin: auto;
	text-align: center;
	max-height: 100px;
	height: auto;
}

#page-loader .spinner {
	text-align: center;
	margin-top: 40px;
}

#page-loader .spinner > div {
	width: 12px;
	height: 12px;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#page-loader .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

#page-loader .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

@keyframes fadeOutLoader {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

logo {
	height: 60px;
	display: block;
	padding: 10px;
	float: left;
	margin-left: 60px;
}

logo img {
	height: 100%;
	display: block;
	width: auto;
}

.fullscreen logo {
	margin-left: 10px;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:focus,
button,
button:focus {
	outline: 0 !important;
}

html {
	height: 100%;
}

body {
	background: #f9f9f9;
	_overflow: hidden;
	height: 100%;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: 0;
	min-width: 960px;
}

.pageLoaded #wrapper {
	opacity: 1;

	-webkit-transition: 250ms opacity ease-in-out;
	transition: 250ms opacity ease-in-out;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #222;
	z-index: 500;
}

#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000;
	color: #fff;
	font-size: 8px;
	text-align: right;
	text-transform: uppercase;
	display: none;
}

#version {
	padding: 2px 20px;
	color: #aaa;
	display: block;
	font-size: 10px !important;
	height: auto;
	line-height: 1em;
	margin-top: 10px;
}

#main {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0px;

	transition: left 180ms ease-in;
	overflow: auto;
}

#main > .wrapper-content {
	position: relative;
	height: 100%;
}

.navigation-top {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 50px;
	z-index: 500;
	position: relative;
}

.fullscreen .navigation-toggle {
	display: none;
}

.navigation-top > li.account .user-info {
	float: left;
	text-align: left;
}

.navigation-top .icon-caret-down {
	margin-left: 5px;
}

.navigation-top > li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	height: 60px;
	line-height: 60px;
	min-width: 60px;
	text-align: center;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
}

.navigation-top > li:hover {
	background: rgba(0, 0, 0, 0.1);
}

.navigation-top > li a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.navigation-top > li i {
	margin-right: 5px;
}

.navigation-top > li i.icon main ion-android-car {
	margin-right: 10px;
}

.navigation-top > li li {
	text-align: left;
}

.navigation-top > li li a {
	color: #333;
}

.navigation-top .device-selector {
	padding: 0 15px;
}

.navigation-top .device-selector li {
	line-height: 1em;
}

.navigation-top .device-selector li div {
	padding: 2px 0;
}

.navigation-top .device-selector .img.main {
	height: 40px;
	width: 40px;
	background-size: cover;
	margin: 9px 10px 0 0;
	display: block;
	float: left;
}

.navigation-top > li i.icon.main.ion-android-car {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}

.navigation-top .device-selector .device-name {
	display: block;
	float: left;
	height: 60px;
	padding-top: 16px;
}

.navigation-top .device-selector .picture {
	width: 1px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.navigation-top .device-selector .label {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	font-size: 1em;
	padding-left: 10px;
	font-weight: normal;
}

.navigation-top .select2-results li.select2-result-with-children > .select2-result-label {
	padding-left: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
}

.navigation-top .select2-results .select2-highlighted {
	background: #eee;
}

.navigation-top .device-selector li .img {
	height: 30px;
	width: 30px;
	background-size: cover;
	padding: 0 !important;
}

.navigation-top .select2-search input {
	line-height: 1em;
	width: 80% !important;
}

.navigation-top > li.provalert-notification a.dropdown-toggle i {
	font-size: 20px;
	margin-right: 0;
}

.navigation-top > li.provalert-notification a.dropdown-toggle .notification-count {
	position: absolute;
	top: 12px;
	left: 32px;
	border-radius: 50%;
	min-width: 20px;
	height: 20px;
	background: #ff4834;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 2px;
}

.navigation-top > li.provalert-notification > ul {
	padding: 0;
	max-height: 350px;
	overflow: scroll;
}

.navigation-top > li.provalert-notification > ul > li {
	width: 350px;
	font-size: 12px;
	color: #000;
	cursor: default;
	padding: 10px 10px 0px 5px;
	line-height: 17px;
	border-bottom: 1px solid #e4e4e4;
}

.navigation-top > li.provalert-notification > ul > li.initial:hover {
	background-color: inherit;
}

.navigation-top > li.provalert-notification > ul > li.initial {
	text-align: right;
}

.navigation-top > li.provalert-notification > ul > li.initial a {
	padding: 0 10px 10px;
}

.navigation-top > li.provalert-notification > ul > li.initial a:hover {
	background-color: inherit;
	text-decoration: underline;
}

.navigation-top > li.provalert-notification > ul > li.initial .all-read-link {
	float: right;
	clear: none;
}

.navigation-top > li.provalert-notification > ul > li.initial .export-link {
	float: left;
	clear: none;
}

.navigation-top > li.provalert-notification > ul > li:hover {
	background-color: #f4f4f4;
}

.navigation-top > li.provalert-notification > ul > li .read {
	display: inline-block;
	width: 30px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	cursor: default;
}

.navigation-top > li.provalert-notification > ul > li .read button.active-btn {
	background: none;
	border: none;
	font-size: 20px;
	vertical-align: middle;
	margin: 0 0 0 4px;
	padding: 0;
	cursor: pointer;
	color: #337ab7;
}

.navigation-top > li.provalert-notification > ul > li .message {
	width: 302px;
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0;
	border: none;
	text-align: left;
	color: #000;
	cursor: pointer;
	word-break: break-word;
}

.navigation-top > li.provalert-notification > ul > li .message .date {
	padding: 5px 0;
	color: #6a6a6a;
	font-style: italic;
}

.navigation-top > li.provalert-notification > ul > li.final {
	text-align: center;
	cursor: pointer;
	padding: 8px 5px 6px 5px;
	color: #333;
}

.navigation-top > li.provalert-notification > ul > li.final a:hover {
	text-decoration: underline;
}

#navigation {
	float: left;
	z-index: 100;
	_position: relative;
}

.navigation-toggle {
	display: block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	color: #fff;
	transition: all 100ms ease-in;
	background: rgba(255, 255, 255, 0.4);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.navigation-toggle i {
	font-size: 20px;
}

.navigation-toggle:hover,
.menuOpen .navigation-toggle {
	background: #fff;
	color: #333;
}

#navigation .dropdown {
	width: 140px;
	background: #555;
	position: fixed;
	top: 60px;
	left: -140px;
	bottom: 0px;
	z-index: 100;
	line-height: 1em;
	text-align: left;

	overflow: auto;
	transition: left 180ms ease-in;
}

#navigation .dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation .dropdown li {
	margin-left: 0;
	margin-top: 0;
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.3;
	position: relative;
}

#navigation .dropdown li.grant {
	opacity: 1;
}

#navigation .dropdown li i {
	font-size: 18px;
	width: 50px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff !important;
}

#navigation .dropdown li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	transition: all 100ms ease-in;
}

#navigation .dropdown li.grant a:hover {
	background: rgba(255, 255, 255, 0.2);
}

#navigation .dropdown li.active a {
	background: rgba(0, 0, 0, 0.3);
}

#navigation .dropdown li.active:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border: 8px solid transparent;
	border-right-color: #fff;
	margin-top: -8px;
}

#navigation .dropdown li a > span {
	display: inline-block;
	font-size: 12px;
	padding: 5px;
	margin-left: -10px;
}

.menuOpen #navigation .dropdown {
	left: 0;
}

.menuOpen #main {
	left: 140px;
}

.loadData {
	background: rgba(0, 0, 0, 0.2);
}

.loadData i {
	color: #fff !important;
}

.ion-ios-loop-strong.rotate:before {
	animation: rotate 2s linear infinite;
	-webkit-animation: rotate 2s linear infinite;
	-moz-animation: rotate 2s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.itineraries .loader {
	margin: 10px;
}

.container-fluid {
	padding: 0 !important;
	height: 100%;
}

.header-content {
	background: #eee;
	height: 70px;
	display: table;
	width: 100%;
	position: relative;
}

.header-content:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	bottom: 0;
}

.header-content > div {
	vertical-align: middle;
	display: table-cell;
	float: none;
}

.header-content > div + div {
	width: 1px;
	padding-right: 20px;
}

.header-content .module-title {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 70px;
	padding-left: 20px;
	padding-top: 0;
	color: #555;
	font-weight: 100;
}

.header-content isteven-multi-select button {
	width: 250px;
}

.header-content isteven-multi-select .helperButton {
	width: auto;
}

.header-content input {
	min-width: 250px;
}

.container-fluid .body {
	padding: 20px;
	min-height: calc(100% - 70px);
	position: relative;
}

.container-fluid .body.without-header {
	padding: 20px;
	min-height: calc(100%);
	position: relative;
}

.container-fluid .nav-tabs + .body {
	min-height: calc(100% - 110px);
}

.container-fluid .body .tab-content {
	min-height: 100%;
}

.container-fluid .body .tab-content ng-include {
	position: inherit;
	min-height: 100%;
}

#content {
	height: 100%;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.rotate {
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.cursor,
.pointer {
	cursor: pointer;
}

/* NEW FILTERS */
filters {
	clear: both;
	display: block;
	margin: 0 -10px;
	display: flex;
	padding: 5px;
}

filters filter {
	margin: 5px;
	padding: 0;
	flex-grow: 1;
}

filters filter label {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}

filters filter .input {
	position: relative;
}

filters filter .input * {
	font-size: 12px;
}

filters filter .input > input {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 100%;
	min-width: 200px;
	border: 0;
	background: 0;
	min-height: 36px;
	text-indent: 10px;
}

filters filter .input input:focus {
	outline: 0;
}

filters filter .multiSelect > button {
	border-radius: 0;
	border-color: #ddd;
}

filters filter label i {
	font-size: 11px;
	margin-left: 5px;
}

filters filter.search .input {
	padding-right: 20px;
	border: 1px solid #ddd;
	background: none;
}

.global-search {
	border: 1px solid #eee;
	background: #fff;
	float: left;
	margin-right: 15px;
	clear: both;
	width: 40%;
	min-width: 240px;
	position: relative;
	border-radius: 5px;
}

.global-search.medium {
	width: 30%;
}

.global-search input {
	border: 0;
	padding: 10px;
	width: calc(100% - 40px);
	margin-left: 2px;
}

.global-search.medium input {
	padding: 8px;
}

.global-search input:focus {
	outline: 0;
}

.global-search .reset {
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 24px;
	color: #ccc;
}

.global-search i,
filters filter.search i {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 25px;
	margin: 2px 5px;
	color: #ccc;
}

.global-search.medium i {
	font-size: 22px;
}

.global-search i.reset, s
filters filter.search i.reset {
	margin: 2px;
}

filters filter isteven-multi-select > span > button {
	width: 100%;
	text-align: left !important;
}

.filters {
	padding: 20px;
	border-top: 0px;
	clear: both;
}

.filters:after {
	content: '';
	display: block;
	clear: both;
}

.filters .field {
	float: left;
	width: 25%;
	margin-right: 15px;
	margin-bottom: 10px;
}

.filters .field.required > label:after {
	content: "*";
	margin-left: 3px;
	font-size: 9px;
}

.filters .field > label {
	display: block;
	text-transform: uppercase;
	color: #333;
	font-size: 0.9em;
}

.filters .field > .input label {
	display: block;
	font-size: 11px;
	margin: 0;
}

.filters .stat {
	float: right;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 30px;
	text-align: center;
	margin-left: 15px;
	border-radius: 4px;
}

.filters .stat span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

.filters .stat i {
	opacity: 0.3;
	font-style: normal;
}

.filters .multiSelect > button {
	width: 100%;
	min-height: 34px !important;
	border-radius: 0 !important;
	background: #fff;
	text-align: left !important;
	white-space: nowrap;
}

.filters .multiSelect > button:focus {
	outline: none;
}

.filters .multiSelect .buttonLabel {
	font-size: 11px;
	padding: 2px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 2px;
}


/*
.toolbar{
	padding:0 20px;
	padding-bottom:10px;
}
.toolbar .title{
	text-transform:uppercase;
	font-size:1.4em;
	margin:0;
	padding:0;
	line-height:30px;
	font-weight:400;
}
.toolbar > div{
	float:left;
}
.toolbar > div.right{
	float:right;
}
.toolbar > div button{
	margin-left:10px;
}
.toolbar:after {
    content:'';
    display:block;
    clear: both;
}
*/

.btn-xs {
	padding: 1px 5px !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
	border-radius: 3px !important;
}

.btn-xxs {
	padding: 0px 0px !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	border-radius: 1px !important;
	min-height: 10px !important;
	min-width: 24px !important;
}

.btn-xxs i {
	font-size: 15px !important;
}

.btn {
	background: none;
	margin: 0;
	padding: 0;
	min-width: 28px;
	min-height: 28px;
	line-height: 28px;
	border-radius: 1px;
	margin-left: 2px;
	color: #333;
	padding: 0px 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	font-size: 12px;
}

.btn.btn-primary,
.btn.btn-primary:visited,
.btn.btn-primary:active {
	background: none;
	border-color: #B4CC55;
	color: #B4CC55;
}

.btn.btn-primary.active {
	background: #B4CC55;
	color: #fff;
}

.btn.btn-primary:hover {
	background: #B4CC55;
	border-color: #B4CC55;
	color: #fff;
}

.btn.btn-success {
	background: #B4CC55;
	border-color: #B4CC55;
	color: #fff;
}

.btn.btn-warning {
	background: #F9BF2A;
	border-color: #F9BF2A;
	color: #fff;
}

.btn.btn-danger {
	background: #DB2564;
	border-color: #DB2564;
	color: #fff;
}

.btn.back {
	margin-left: -10px;
	margin-right: 5px;
}

.btn i {
	font-size: 16px;
}

.btn:hover {
	_opacity: 0.8;
}

td .actions .btn {
	padding: 0px 5px;
}

td .actions .btn:hover {
	background: #eee;
}

.btn[disabled="disabled"] {
	opacity: 0.3;
}

.input-group .validation-label,
.input-group .error {
	color: #a94442;
	display: inline-block;
	padding: 4px;
	font-size: 0.9em;
	font-weight: 400;
	border-radius: 4px;
	margin: 2px;
}

.input-group.error .select2 .select2-choice,
.form-group.error .select2 .select2-choice {
	border-color: #a94442;
}

.error .form-control {
	border-color: #a94442;
}

.error .control-label {
	color: #a94442;
}

.no-data {
	text-align: center;
	padding: 20px;
	opacity: 0.5;
}

.no-data i {
	font-size: 40px;
	display: inline-block;
}

.no-data span {
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
	top: -10px;
	position: relative;
}

.schedule {
	width: 100%;
}

.schedule td {
	padding: 0;
}

.schedule thead td {
	background: #f7f7f7;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}

.schedule thead td:first-child {
	text-align: left;
}

.schedule tbody .school td {
	border-top: 1px solid #eee;
	font-weight: bold;
	padding: 10px 10px;
	padding-bottom: 3px;
}

.schedule tbody .level td:first-child {
	padding-left: 30px;
	width: 30%;
}

.schedule td.day {
	font-weight: 300;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	border-left: 1px solid #ddd;
	padding: 0 5px;
	color: #555;
}

.schedule td.day-data {
	border-left: 1px solid #ddd;
	padding: 0 5px;
}

.schedule td.weekend {
	font-weight: normal;
}

table.schedule tr.school th {
	padding: 5px;
	text-align: center;
	min-width: 135px;
}

table.schedule tr.school th:first-child {
	text-align: left;
}

table.schedule tbody {
	margin-top: 5px;
}

table.schedule tr.school {
	background: #f9f9f9;
	border: 3px solid #fff;
}

table.schedule tr.school:hover {
	background: #f4f4f4;
	cursor: pointer;
}

table.schedule tr.school th.show-school-schedules i.ion-chevron-down {
	float: right;
	font-size: 16px;
	margin-right: 10px;
}

table.schedule tr.school th i.ion-chevron-up {
	position: absolute;
	right: 5px;
	font-size: 16px;
}

.period {
	display: table;
	margin: 5px auto;
}

.period div {
	display: table-cell;
	padding: 1px;
	border-radius: 3px;
}

.period div span {
	display: block;
	font-size: 9px;
	background: #eee;
	min-width: 25px;
	text-align: center;
	color: #000;
	height: 14px;
	float: left;
	cursor: pointer;
	line-height: 14px;
	border-radius: 3px;
	transition: 100ms all ease-in-out;
}

.wrapper.week {
	min-width: 1350px;
}


.legends {
	text-align: right;
	padding: 15px 0;
}

.legends ul,
.legends li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.legends ul {
	overflow: hidden;
}

.legends li {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	font-size: 10px;
	margin-left: 10px;
	padding-left: 20px;
}

.legends li:before {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -6px;
}


.legend.amGo:before,
.period div span.amGo {
	background: #78ccff;
	color: #fff;
}

.legend.pmGo:before,
.period div span.pmGo {
	background: #ffbf54;
	color: #fff;
}

.legend.amBack:before,
.period div span.amBack {
	background: #468dda;
	color: #fff;
}

.legend.pmBack:before,
.period div span.pmBack {
	background: #fe8f27;
	color: #fff;
}

.period div span.hover {
	transform: scale(1.4);
	transition: 100ms all ease-in-out;
	background: #000;
	color: #fff;
}


widget {
	padding: 10px;
	background: #fff;
	display: block;
}

widget header {
	padding: 20px;
	background: #f7f7f7;
	margin: -10px;
	margin-bottom: 0;
	position: relative;
}

widget header .tabs {
	position: absolute;
	bottom: 0;
	right: 200px;
}

widget header .tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

widget header .tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	border-bottom: 0px;
	margin-right: 5px;
	opacity: 0.5;
	cursor: pointer;
}

widget header .tabs ul li.active {
	opacity: 1;
	font-weight: bold;
}

widget header .tabs ul li span {
	display: block;
	padding: 10px 30px;
}

widget header.plain {
	background: #fff;
	padding: 20px;
	margin: 0;
	padding-bottom: 80px;
	position: relative;
}

widget header + .actions,
#module-zone widget .actions,
#module-limit .limit-list widget .actions {
	background: rgba(0, 0, 0, 0.05);
	position: relative;
	margin-top: -52px;
	text-align: right;
	font-size: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

widget header + .actions button,
#module-zone widget .actions button,
#module-limit .limit-list widget .actions button {
	display: inline-block;
	padding: 0 16px;
	text-align: center;
	border: none;
	background: none;
	color: #000;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 13px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

widget header + .actions .popover-content,
#module-zone widget .actions .popover-content,
#module-limit .limit-list widget .actions .popover-content {
	font-size: 13px;
}

widget header + .actions .popover-content form {
	text-align: center;
}

widget header + .actions .popover-content button,
#module-zone widget .actions .popover-content button,
#module-limit .limit-list widget .actions .popover-content button {
	line-height: 28px;
	margin-top: 10px;
}

widget header + .actions .popover-content button.btn-success:hover,
#module-zone widget .actions .popover-content button.btn-success:hover,
#module-limit .limit-list widget .actions .popover-content button.btn-success:hover {
	background: #B4CC55;
}

widget header + .actions button:hover,
#module-zone widget .actions button:hover,
#module-limit .limit-list widget .actions button:hover {
	background: #fff;
}

widget header + .actions button:hover i,
#module-zone widget .actions button:hover i,
#module-limit .limit-list widget .actions button:hover i {
	opacity: 1;
}

widget header + .actions button i,
#module-zone widget .actions button i,
#module-limit .limit-list widget .actions button i {
	font-size: 18px;
	opacity: 0.5;
	margin: 0 5px;
}

widget header.plain h1 {
	color: #333;
	line-height: 1em;
	padding: 10px 0;
	font-size: 2em;
}

widget header.plain h1 i + span {
	display: block;
	padding-left: 40px;
}

widget header.plain h1 i {
	opacity: 0.2;
	font-size: 60px;
	position: absolute;
	top: 15px;
	left: 15px;
}

widget .stats {
	margin: 0 -10px;
}

widget header:after {
	content: ".";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

widget header h1 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: 100;
	line-height: 30px;
}

widget header .actions {
	float: right;
}

widget footer {
	padding: 20px;
	background: #fdfdfd;
	overflow: hidden;
	text-align: center;
}

widget header .filters-group {
	overflow: hidden;
	display: table;
	clear: both;
	float: left;
	margin-top: 10px;
}

widget header .filters-group > div {
	display: table-cell;
	border-right: 1px solid #eee;
	padding: 0 20px;
	vertical-align: middle;
}

widget header .filters-group > div:first-child {
	padding-left: 0;
}

widget header .filters-group > div:last-child {
	padding-right: 0;
	border: 0;
}

widget header .filters-group > div > label {
	display: block;
	margin-bottom: 10px;
}

widget header .form-group {
	border: 1px solid #eee;
	background: #fff;
	display: inline-block;
	clear: both;
	position: relative;
	padding: 4px;
}

/* OVERIDE BOOTSTRAP */
.form-group {
	margin: 0 !important;
	margin-bottom: 5px !important;
}

.form-control {
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 0;
}

.input-group {
	width: 100%;
}

.form-group .input-group > .input-group {
	width: auto;
	float: none;
}

.input-group select {
	border-radius: 0;
}

.leaflet-container {
	background: #fff;
}

#selectDeviceTop .ui-select-container .ui-select-match {
	height: 58px;
	padding: 0;
	border: 0;
	background: none;
	color: #fff;
	box-shadow: none;
}

#selectDeviceTop .ui-select-container .ui-select-match span {
	margin: 0;
}

#selectDeviceTop .ui-select-container .ui-select-match .select2-arrow {
	display: none;
}

#selectDeviceTop .select2-drop {
	min-width: 300px;
}

.nav-tabs {
	z-index: 100;
	border: none;
	display: block;
	background: rgba(255, 255, 255, 1);
	position: relative;
}

.nav-tabs.disabled {
	opacity: 0.5;
}

.nav-tabs.disabled > li a {
	color: #ccc;
}

.nav-tabs:before {
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	content: "";
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
}

.nav-tabs i.bullet {
	background: #D35B6D;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	position: absolute;
	right: 0;
	top: 4px;
}

.nav-tabs > li,
.nav-tabs > li a,
.nav-tabs > li.active > a {
	border-radius: 0;
	border: 0 !important;
	margin: 0;
	font-size: 12px;
}

.nav-tabs > li a {
	padding: 0 20px;
	line-height: 40px;
	text-transform: uppercase;
}

.nav-tabs > li.active > a {
	font-weight: 400;
}

.nav-tabs > li.active > a:before {
	content: "";
	bottom: 0px;
	left: 0;
	right: 0;
	height: 2px;
	background: #333;
	position: absolute;
	z-index: 500;
}


.vehicle-header,
.all-vehicle-header {
	background: #fff;
	color: #333;
	padding: 20px;
	padding-left: 180px;
	position: relative;
	overflow: hidden;
}

.all-vehicle-header {
	padding: 20px;
	display: none;
}

.vehicle-header .thumbs {
	position: absolute;
	top: 10px;
	left: 80px;
	overflow: hidden;
	margin-right: 40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	xbox-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	_border: 4px solid rgba(255, 255, 255, 0.4);
}

.all-vehicle-header .stat,
.vehicle-header .stat {
	float: right;
	background: none;
	padding-right: 20px;
}

.vehicle-header .stat {
	margin-right: 100px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.all-vehicle-header .stat i,
.vehicle-header .stat i {
	font-size: 30px;
}

.all-vehicle-header .stat strong,
.vehicle-header .stat strong {
	font-size: 30px;
}

.vehicle-header .btn.edit {
	position: absolute;
	top: 50%;
	right: 40px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #333;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	margin-top: -25px;
	color: #333;
}

.vehicle-header .btn.edit:hover {
	background: rgba(0, 0, 0, 0.1);
}

.vehicle-header .title,
.all-vehicle-header .title {
	margin: 0;
}

.vehicle-header .back,
.all-vehicle-header .back {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.05);
	left: 0px;
	height: 100%;
	font-size: 26px;
	text-align: center;
	color: #111;
	line-height: 100px;
	width: 60px;
	cursor: pointer;
}

.vehicle-header .back:hover,
.all-vehicle-header .back:hover {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}


.error > isteven-multi-select > span > button {
	border-color: #a94442;
}

isteven-multi-select.full {
	margin-bottom: 20px;
	display: block;
}

isteven-multi-select.full > span {
	display: block;
}

isteven-multi-select.full > span > button {
	display: block;
	width: 100%;
}


.poi-search .dropdown-menu .item {
	display: block;
	position: relative;
	padding-left: 38px;
	border-bottom: 1px solid #eee;
}

.poi-search .dropdown-menu .item img {
	width: 18px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.poi-search .dropdown-menu .item strong {
	display: block;
	margin-bottom: -2px;
}

.poi-search .dropdown-menu .item span {
	font-size: 0.8em;
}


.nav-tabs.vehicle {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs.vehicle > li a {
	color: #333;
}

.nav-tabs.vehicle > li.active a {
	font-weight: 600;
	font-size: 1.4;
	color: #333;
}

.protektaModalPlayer .modal-dialog {
	width: 1040px;
	margin: 30px auto;
}

.modal-backdrop.in {
	opacity: 0.7;
}

.modal-content {
	border-radius: 12px;
	box-shadow: none;
	border: none;
}

.modal-size2 .modal-dialog {
	width: 800px;
}

.modal-size3 .modal-dialog {
	width: 1000px;
}

.modal-size-full {
	overflow: hidden;
}

.modal-size-full .modal-dialog {
	width: 100%;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

.modal.edit-dialog-poi .modal-dialog {
	width: 740px;
}

.modal-size-full .modal-dialog .modal-content {
	height: 100%;
	overflow: hidden;
	border-radius: 0;
}

.pagination {
	text-transform: uppercase;
	margin: auto;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #333 !important;
	border: 0;
	background: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #333;
	border-color: #333;
	color: #fff !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	opacity: 0.3;
	background: none;
}

.dropdown-menu {
	z-index: 2000;
}

.page-login .btn {
	text-transform: uppercase;
	padding: 8px 16px;
}

.page-login .navigation-toggle {
	display: none;
}

.row {
	padding: 0;
	margin: 0;
}

table .group > tr:first-child {
	background: #806f60;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.8em;
	color: #fff;
}

table .group > tr:first-child td {
	padding: 2px;
}

table .group > tr:first-child td i {
	font-size: 16px;
	margin-right: 5px;
	top: 2px;
	position: relative;
	display: none;
}

table .group {
	border-left: 4px solid #806f60;
	border-top: 4px solid #fff !important;
}

table .group:nth-child(odd) {
	border-left: 4px solid #ffcc00;
}

table .group:nth-child(odd) > tr:first-child {
	background: #ffcc00;
}

table.tree-grid {
	border: 0;
}

table.tree-grid td i {
	color: #aaa;
}

table td,
table td a {
	color: #111;
}

table td a {
	display: inline-block;
	text-decoration: underline;
}

.table th {
	background: none;
	border: 0 !important;
	color: #555;
	border-bottom: 1px solid #ddd !important;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.8em;
	vertical-align: middle !important;
}

.table td,
.table th {
	padding: 6px 10px !important;
}

#module-payd .table td,
#module-payd .table th,
#module-limit .table td,
#module-limit .table th {
	padding: 2px 6px !important;
}

.table tr:first-child td {
	border-top: 0 !important;
}

.table tr td:first-child,
.table tr th:first-child {
	padding-left: 20px !important;
}

.table tr td:last-child,
.table tr th:last-child {
	padding-right: 20px !important;
	width: 1px;
	white-space: nowrap;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 0, 0, 0.02);
}

.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td,
.table > tfoot > tr > td {
	border-color: rgba(0, 0, 0, 0.02);
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active,
.table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active,
.table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td,
.table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: rgba(0, 0, 0, 0.02);
	border-color: rgba(0, 0, 0, 0.02);
}

.leaflet-popup-content-wrapper {
	border-radius: 4px !important;
}


fieldset {
	border: 1px solid #eee;
}

fieldset legend {
	border: 0;
	padding: 10px;
	display: inline;
	width: auto;
	font-size: 16px;
	margin-bottom: 0;
}

fieldset legend input {
	margin-right: 10px !important;
}

fieldset.with-radio > div {
	padding: 20px;
	padding-top: 10px;
}


/* DIV TABLE */
.table {
	display: table;
}

.table-row-group,
.table-header-group,
.table-footer-group {
	display: table-row-group;
}

.table-row {
	display: table-row;
}

.table-row-group .table-row:hover {
	background: #f7f7f7;
}

.table-row .cell-thumbnail figure {
	background: #eee;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	text-align: center;
}

.table-row .cell-thumbnail figure i {
	font-size: 18px;
}

.table-row.danger .cell-thumbnail figure {
	background: #D35B6D;
	color: #fff;
}

.table-row.warning .cell-thumbnail figure {
	background: #F9B940;
	color: #fff;
}

.table-row-group .table-row.active {
	background: #888;
	color: #fff;
}

.table-header-group .table-row {
	background: #f7f7f7;
}

.table-header-group .table-row .table-cell {
	text-transform: uppercase;
	font-size: 0.8em;
	border: 0;
	font-weight: 400;
	padding: 10px;
	white-space: wrap;
}

.table.wide .table-row .table-cell {
	padding: 8px 5px;
}

.table.wide .table-row .table-cell:last-child {
	padding-right: 10px;
}

.table-row .table-cell.align-right {
	text-align: right;
}

.table-row .table-cell.align-center {
	text-align: center;
}

.table-cell {
	display: table-cell;
	border-top: 1px solid #eee;
	vertical-align: middle;
	padding: 8px 10px;
}

.table-cell strong {
	font-size: 1em;
	display: block;
}

.table-cell span {
	display: block;
}

.table-row.danger {
	background-color: #f2dede;
}

.table-row.danger:hover {
	background-color: #ebcccc;
}

.table-row.success {
	background-color: #dff2e1;
}

.table-row.success:hover {
	background-color: #c9f2ca;
}

.table.provabus-school .table-cell span {
	display: inline;
}

.table-cell .icon {
	font-size: 16px;
}

.table-cell .ion-paperclip {
	font-size: 20px;
}

.table-cell.cell-main {
	width: 80%;
}

.table-cell.cell-thumbnail,
.table-cell.cell-actions {
	width: 1px;
	padding: 0;
}

.table-cell.cell-actions {
	padding-right: 10px;
	white-space: nowrap;
}

.table-cell figure.circle,
.table-cell.cell-thumbnail figure {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	margin: 5px;
	padding: 0;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}

.table-cell figure.circle {
	display: inline-block;
}

.table-cell.no-padding {
	padding: 0;
}

section header .info .title {
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

section header .info .results {
	font-size: 14px;
	color: #666;
	display: block;
}

.information-list {
	margin: 0;
	padding: 0;
}

.information-list dt,
.information-list dd {
	float: left;
	width: 60%;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 8px 6px;
	font-weight: bold;
	font-size: 1.2em;
}

.information-list dt {
	clear: left;
	width: 40%;
	text-align: right;
	font-weight: normal;
	font-size: 1em;
	padding-top: 10px;
	color: #888;
}


.column {
	display: table;
	width: 100%;
}

.column > section {
	padding: 20px;
	position: relative;
	vertical-align: top;
}

.column > section > i {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.1;
	margin: 20px;
	font-size: 60px;
}

.column > section > header {
	background: none;
	padding-left: 0;
}

.empty-info {
	text-align: center;
	padding: 40px;
	color: #ccc;
	font-size: 20px;
}

.empty-info i,
.empty-info span {
	display: block;
	padding: 10px 0;
}


/* LOGIN */
.menuOpen .page-login #main {
	left: 0;
}

.page-login #header {
	height: 45%;
	min-height: 260px;
	position: relative;
}

.page-login #header:after {
	content: "";
	position: absolute;
	height: 40px;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0.6;
}

.page-login #header logo {
	height: 100px;
	position: relative;
	top: 30%;
}

.page-login #navigation-top .wrapper-content {
	position: relative;
}

.page-login .navigation-top {
	position: absolute;
	right: 20px;
	top: -200px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px !important;
	height: auto;
	z-index: 800;
}

.page-login .navigation-top > li {
	border: 0;
	text-transform: uppercase;
	padding: 8px 16px;
	line-height: 1em;
	height: auto;
}

.page-login #main {
	position: relative;
	margin-top: 40px;
	background: #f7f7f7;
	overflow: inherit; /* A AJOUTER */
}

.page-login .wrapper-content {
	max-width: 1000px;
	margin: auto;
	height: 100%;
	padding: 0 20px;
}

.page-login .login,
.page-login .warning-browser {
	background: rgba(255, 255, 255, 0.95);
	z-index: 600;
	position: relative;
	width: 100%;
	max-width: 400px;
	float: right;
	top: -196px;
	padding: 40px;
	border-radius: 4px !important;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.page-login .warning-browser {
	max-width: 100%;
	padding: 40px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
}

.page-login .warning-browser > strong {
	font-size: 1.3em;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

.page-login .warning-browser ul,
.page-login .warning-browser ul li {
	list-style: none;
}

.page-login .warning-browser ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.page-login .warning-browser ul li {
	display: inline-block;
	width: 33%;
	padding: 10px;
}

.page-login .warning-browser ul li a {
	display: block;
	position: relative;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 20px;
	text-decoration: none;
	color: #555;
	border: 1px solid transparent;
}

.page-login .warning-browser ul li strong {
	display: block;
	font-size: 1.2em;
	margin-top: 10px;
	color: #111;
}

.page-login .warning-browser ul li a img {
	display: block;
	width: 60px;
	margin: auto;
}

.page-login .warning-browser ul li a:hover {
	border: 1px solid #eee;
}

.page-login .warning-browser .continue {
	display: inline-block;
	padding: 10px 20px;
	margin: auto;
	margin-top: 10px;
	color: #555;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #eee;
	cursor: pointer;
	border-radius: 4px;
}

.page-login .warning-browser .continue:hover {
	border: 1px solid #aaa;
}


.page-login h1 {
	z-index: 1100;
	font-weight: 100;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	top: -80px;
	position: relative;
	color: #fff;
	opacity: 1;
}

.page-login .login .forgot {
	float: left;
	width: 50%;
	padding-top: 8px;
}

.page-login .login .form-actions {
	float: right;
	width: 50%;
}

.page-login .login .form-actions button {
	display: block;
	border: 0;
}

.page-login .login .title {
	font-weight: 400;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 20px;
}

/* EO LOGIN */


.notice.priceTax {
	display: block;
	padding: 8px 0;
	text-align: right;
	font-size: 11px;
	color: #aaa;
	text-transform: uppercase;
}

.stat {
	padding: 5px 10px;
	margin-bottom: 0;
	background: #a82d5e;
	text-align: center;
	position: relative;
	color: #fff;
	flex-grow: 1;
	justify-content: space-around;
	margin: 5px;
	border-radius: 3px;
}

.stat.info {
	background: #53ACBC;
}

.stat.total {
	background: #fff !important;
	color: #D35B6D;
	border: 1px solid #eee;
}

.stat.total.success {
	color: #a5c956;
}

.stat.total strong {
	color: #D35B6D;
}

.stat.total.success strong {
	color: #a5c956 !important;
}

.stat.success {
	background: #a5c956;
}

.stat.warning {
	background: #F9B940;
}

.stat.danger {
	background: #D35B6D;
}

.stat:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.09+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#17000000', GradientType=0); /* IE6-9 */

}

.stat .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	text-align: center;
	opacity: 0.5;
	font-size: 20px;
}

.stat .info {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 30px;
	text-align: center;
	font-size: 20px;
}

.stat .popover {
	transform: translateX(-48%);
}

.stat .popover-content {
	color: #000;
	white-space: nowrap;
}

.stat .popover .arrow {
	display: none !important;
}

.stat strong {
	font-size: 20px;
	display: block;
	padding-left: 30px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.stat strong i {
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	line-height: 9px;
	text-align: left;
}

.stat strong i i {
	font-size: 8px;
	display: block;
	opacity: 0.6;
}

.stat span {
	text-transform: uppercase;
	display: block;
	padding-left: 30px;
/ / text-shadow: 0 px 0 px 2 px rgba(0, 0, 0, 0.2);
	font-size: 10px;
}

.full .stat {
	height: 200px;
	padding-top: 90px;
}

.full .stat .icon {
	left: 50%;
	margin-left: -40px;
	font-size: 80px;
	width: 80px;
	top: 20px;
}

.full .stat strong {
	font-size: 26px;
}

.full .stat strong,
.full .stat span {
	padding-left: 0;
}

.full .stat span {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.full .stat span i {
	font-size: 11px;
	opacity: 0.7;
	display: block;
	font-style: normal;
}


.tag-group {
	display: inline-block !important;
	padding: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-right: 2px;
	border-radius: 2px;
	font-size: 0.8em;
	border: 1px solid #ddd;
}

.groups label {
	border-bottom: 1px solid #eee;
	padding: 10px;
	display: block;
	margin: 0;
	position: relative;
	padding-left: 30px;
}

.groups label:hover {
	background: #f7f7f7;
}

.groups label i {
	color: #ddd;
	font-size: 24px;
	position: absolute;
	left: 10px;
	top: 3px;
}

.groups label span {
	font-weight: 100;
}

.groups label input {
	visibility: hidden;
}

.groups label input + .tick {
	display: none;
}

.groups label input:checked + .tick {
	color: green;
	left: 22px;
	top: 10px;
	font-size: 18px;
	display: block;
}

.groups label input:checked + i + span {
	font-weight: 400;
}

/* MODULE POI */

#module-poi #poiMap {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 50%;
	right: 0px;
}

#module-poi #poiMap.leaflet-fullscreen-on {
	left: 0;
}

#module-poi filters .search-text .ion-android-close {
	cursor: pointer;
}

#module-poi filters {
	margin: 0;
	padding: 5px;
}

#module-poi .table-cell.cell-main {
	width: 50%;
}

#module-poi .poi-list-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 200;
	overflow: auto;
	overflow-y: hidden;
}

/* END POI */

.group-add {
	background: rgba(0, 0, 0, 0.05);
	padding: 10px 20px;
}

.input-group-addon .btn {
	margin: -5px 0;
	border: none;
}

.group-add .title {
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-weight: 400;
}

.group-add input {
	width: 100%;
	background: #fff;
	border: 0;
}

.map-search {
	border-bottom: 1px solid #ccc;
	background: #fff;
	position: relative;
}

.map-search input {
	padding: 0;
	margin: 0;
	background: none;
	width: calc(100% - 40px);
	line-height: 30px;
	padding: 4px;
	border: 0;
	text-indent: 4px;
}

.map-search .icon {
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 20px;
}

.map-container-list {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	background: #fff;
}

.map-container-list .list {
	max-height: 200px;
	overflow: auto;
}

.list {
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
}

.list, .list li, .list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li .content,
.list li {
	position: relative;
}

.list li .content:hover {
	background: rgba(0, 0, 0, 0.025);
}

.list li.active .content {
	background: #F0FFF0;
}

.list li .icon {
	position: absolute;
	top: 4px;
	right: 8px;
	font-size: 20px;
	z-index: 100;
}

.list li > .collapse i.collapse {
	display: block;
}

.list li > .collapse i.expand {
	display: none;
}

.list li.collapsed > ul {
	display: none;
}

.list li.collapsed > .collapse .expand {
	display: block;
}

.list li.collapsed > .collapse .collapse {
	display: none;
}

.list li .content {
	padding: 4px 34px;
	border-top: 1px solid #eee;
	cursor: pointer;
}

.list li > input {
	position: absolute;
	left: 9px;
	top: 11px;
}

.list li > .collapse {
	position: absolute;
	left: 4px;
	top: 9px;
	border: 0;
	display: block;
	width: 24px;
	height: 24px;
	text-align: center;
	background: none;
	border: 1px solid #eee;
	padding: 0;
}

.list li > .collapse i {
	border: 0;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
}

.list ul li .content {
	padding-left: 56px;
}

.list ul li .icon {
	left: 34px;
}

.list li .content span {
	display: block;
}

.list li .content span.name {
	font-weight: 400;
}

.list li .content span.info {
	font-size: 0.9em;
	opacity: 0.6;
}


.options {
	background: #f9f9f9;
	margin-top: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	padding: 10px;
}

.options .option {
	position: relative;
	padding: 8px;
	border-top: 1px solid #eee;
	padding-left: 35px;
	display: block;
	font-weight: 400;
	margin: 0;
}

.options .option:first-child {
	border: 0;
}

.options .option input {
	position: absolute;
	left: 9px;
	top: 5px;
}

.options .option .icon {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 16px;
}


.input-group-addon {
	padding: 6px;
	font-size: 12px;
	border-radius: 0;
}

#poiEditMap {
	height: 240px;
	width: 100%;
}

#module-poi .poi-auto-update {
	padding: 10px;
	background: #eee;
	display: block;
	width: auto;
}

.btn-switch {
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	font-size: 18px;
}

.leaflet-poi-icon {
	background: transparent;
	border: none;
	z-index: 1000 !important;
	display: block !important;
}

.leaflet-poi-icon.selectedMarker > .img path {
	fill: #000000;
}

.leaflet-poi-icon.mouseover > .img path {
	stroke: #000000;
}

.leaflet-poi-icon > .img {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-align: center;
	font-size: 14px;
	width: 100%;
}

.leaflet-poi-icon > .img path {
	fill: url(#poi);
	stroke: #FFFFFF;
	stroke-width: 2px;
}

.leaflet-container .leaflet-poi-icon > .icon > img {
	width: 18px;
}

.leaflet-poi-icon > .icon {
	display: block;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	font-size: 22px;
	width: 100%;
}

.leaflet-poi-icon .label {
	position: absolute;
	left: 32px;
	z-index: 100;
	text-align: center;
	font-size: 13px;
	background: #fff;
	border-radius: 4px;
	padding: 4px 8px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	display: block;
}


/* MODULE WHERE */
#module-where {

}

#module-where #whereMap {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

/* MODULE TRACE */
#module-trace .map {
	position: relative;
}

#module-trace .traceLine {
	position: absolute;
	right: 50px;
	top: 0;
	background: #fff;
	border-radius: 4px;
	padding: 8px;
	height: 37px;
	z-index: 500;
	margin: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

#module-trace .map .leaflet-control-container .leaflet-top.leaflet-left {
	right: 10px;
	left: inherit;
	top: 60px;
	z-index: 510;
}

#module-trace .leaflet-search-icon .img path {
	stroke: #FFFFFF;
	stroke-width: 2px;
	fill-opacity: 0.7;
}

/* MODULE USER */
#module-user .map-popup-user {
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#module-user .map-popup-user b {
	display: inline-block;
	line-height: 20px;
}

#module-user .map-popup-user i {
	font-size: 12px !important;
}

#module-user .switch {
	color: #333;
	display: block;
	padding: 4px 0px;
	cursor: pointer;
}

.skin-provatis .infobox:not(.infobox-dark) {
	border-style: solid;
	background-color: transparent;
}

.skin-provatis .nav-list > li {
	border-color: #f2f2f2;
	border-bottom-width: 0;
	position: relative;
}

.skin-provatis .nav-list > li:before {
	display: inline-block;
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: 0;
	overflow: hidden;
	border-left: 3px solid #444;
}

.skin-provatis .nav-list > li.active:before {
	border-left-color: #4d96cb
}

.skin-provatis .nav-list > li:first-child {
	border-top: 1px solid #f2f2f2
}

.skin-provatis .nav-list > li:last-child {
	border-bottom-width: 1px
}

.skin-provatis .nav-list > li:hover {
	border-left-color: #1963aa;
	border-top-color: #EEE;
}

.skin-provatis .nav-list > li:hover + li {
	border-top-color: #EEE
}

.skin-provatis .nav-list > li:last-child:hover {
	border-bottom-color: #EEE
}

.skin-provatis .nav-list > li.active {
	border-left-color: #1a67bd;
	border-top-color: #a4c6dd !important;
}

.skin-provatis .nav-list > li.active + li {
	border-top-color: #a4c6dd
}

.skin-provatis .nav-list > li.active:last-child {
	border-bottom-color: #a4c6dd
}

.skin-provatis .nav-list > li > a:hover:before {
	display: none
}

.skin-provatis .nav-list > li > a {
	background-color: rgb(57, 57, 57);
	color: #5a5a5a;
}

.skin-provatis .nav-list > li.open > a {
	background-color: #f3f3f3;
	color: #1963aa;
}

.skin-provatis .menu-min .nav-list > li.disconnected > a {
	background-color: #e0e0e0;
	color: #5a5a5a;
}

.skin-provatis .menu-min .nav-list > li > a.disable {
	cursor: default;
}

.skin-provatis .menu-min .nav-list > li.open > a > .menu-text {
	color: #1963aa
}

.skin-provatis .menu-min .nav-list > li.active > a > .menu-text {
	border-left-color: #EEE
}

.skin-provatis .nav-list > li.active > a {
	background-color: black;
	color: white;
}

.skin-provatis .nav-list li.active > a:after {
	border-right-color: #FFF;
	right: -1px;
	top: 0;
	z-index: 12;
	border-width: 18px 12px;
}

.skin-provatis .nav-list li.active > a:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
	left: auto;
	bottom: auto;
	width: auto;
	max-width: auto;
	background-color: transparent;
	border-style: solid;
	border-width: 18px 12px;
	border-color: transparent;
	border-right-color: #a4c6dd;
}

.skin-provatis .nav-list > li.active.open > .submenu li.active > a:before,
.skin-provatis .nav-list > li.active.open > .submenu li.active > a:after {
	border-width: 14px 10px;
	top: 2px;
}

.skin-provatis .nav-list > li.active.open > .submenu .submenu li.active > a:before,
.skin-provatis .nav-list > li.active.open > .submenu .submenu li.active > a:after {
	top: 0
}

.skin-provatis .nav-list li.active.open > a:after,
.skin-provatis .nav-list li.active.open > a:before {
	display: none
}

.skin-provatis .nav-list > li.active:after {
	display: none
}

.skin-provatis .nav-list li.active.open > .submenu > li.active.open > a.dropdown-toggle:before {
	display: none
}

.skin-provatis .nav-list li.active > .submenu > li.active > a:before {
	display: none
}

.skin-provatis .nav-list li.active.open > .submenu > li.active > a:before {
	display: block
}

.skin-provatis .menu-min .nav-list li.active.open > .submenu > li.active > a:before {
	display: none
}

.skin-provatis .menu-min .nav-list > li.active > a {
	background-color: grey;
	color: #FFF !important;
}

.skin-provatis .menu-min .nav-list > li.active > a > .menu-text {
	color: #4d96cb
}

.skin-provatis .menu-min .nav-list li.active > a:after {
	display: none
}

.skin-provatis .menu-min .nav-list li.active > a:before {
	display: none
}

.skin-provatis .menu-min .nav-list > li.active > a:after {
	display: block;
	border-width: 12px 7px;
	top: 5px;
}

.skin-provatis .menu-min .sidebar-shortcuts {
	border-left: none
}

.skin-provatis .sidebar.menu-min > .nav-search {
	border-left: none
}

.skin-provatis .menu-min .nav-list > li > .submenu,
.skin-provatis .menu-min .nav-list > li.active > .submenu {
	border-left-color: #CCC
}

.skin-provatis .nav-list > li > a > .arrow {
	right: 10px
}

.skin-provatis .sidebar-collapse {
	background-color: #d0d0d0;
	border-color: #FFF;
}

.skin-provatis .sidebar-collapse:before {
	border-color: #FFF
}

.skin-provatis .sidebar-collapse > [class*="icon-"] {
	background-color: #FFF;
	border-color: #999;
	color: #999;
}

.skin-provatis .sidebar-shortcuts {
	background-color: #e0e0e0;
	border-bottom: 0;
	border-color: #FFF;
	min-height: 40px;
	border-left: 3px solid #444;
}

.skin-provatis .sidebar > .nav-search {
	background-color: #e0e0e0;
	border-bottom: 0;
	border-color: #FFF;
	border-left: 3px solid #444;
}

.skin-provatis .sidebar-shortcuts-mini {
	background-color: #e0e0e0
}

.skin-provatis .sidebar-shortcuts-mini > .btn {
	opacity: 1
}

.skin-provatis .menu-min .sidebar-shortcuts-large {
	background-color: #f5f5f5;
	top: -1px;
}

.skin-provatis .breadcrumbs {
	border: 0;
	border-radius: 4px;
	background-color: #e7f2f8;
	margin: 0 8px 0;
}

.skin-provatis .nav-search-input {
	border-radius: 4px
}

.skin-provatis .page-content > .page-header:first-child {
	border-bottom-color: #c9c9c9
}

.skin-provatis .page-content > .page-header {
	margin: 0;
}

.skin-provatis .page-header .col-md-12 {
	padding: 0;
}

.skin-provatis .hr {
	border-color: #d5d5d5
}

@media only screen and (max-width: 991px) {
	.skin-provatis .sidebar,
	.skin-provatis .nav-list > li,
	.skin-provatis .sidebar-shortcuts {
		border-left: none
	}

	.skin-provatis .sidebar {
		border-color: #a4c6dd
	}

	body.skin-provatis .main-content {
		padding-top: 0
	}

	.skin-provatis .breadcrumbs {
		border-radius: 0;
		margin: 0;
	}

	.skin-provatis .menu-toggler {
		color: #FFF;
		width: auto;
		border: 0;
		position: relative;
		height: 20px;
	}

	.skin-provatis .menu-toggler:after,
	.skin-provatis .menu-toggler:before {
		border-color: #FFF;
		margin-left: 5px;
		margin-top: -4px;
	}

	.skin-provatis .menu-toggler > .menu-text {
	}

	.skin-provatis .menu-toggler > .menu-text:after {
		color: #FFF
	}

	.skin-provatis .nav-list li.active > a:before,
	.skin-provatis .nav-list li.active > a:after {
		display: none
	}

	.skin-provatis .menu-min .nav-list li.active > a:before,
	.skin-provatis .menu-min .nav-list li.active > a:after {
		display: none
	}

	.skin-provatis .nav-list li.active.open > .submenu > li.active > a:before {
		display: none
	}

	.skin-provatis .menu-min .nav-list > li.active.open:hover > a:after {
		display: block !important
	}

	.skin-provatis .main-content {
		float: none !important;
		height: 100%;
		width: auto !important;
		margin: 0 !important;
	}
}

.rtl.skin-1 .sidebar,
.rtl.skin-1 .sidebar:before {
	border-left: none
}

.rtl.skin-1 .nav-list li.active > a:after {
	border-right-color: transparent;
	border-left-color: #FFF;
}

.rtl.skin-1 .menu-min .nav-list > li.active:hover > a:after {
	border-left-color: #242a2b;
	border-right-color: transparent;
}

.rtl.skin-1 .menu-min .nav-list > li > a > .menu-text,
.rtl.skin-1 .menu-min .nav-list > li > ul.submenu {
	border-left-color: #3f4e54;
	border-right-color: #242a2b;
}

.rtl.skin-2 .sidebar,
.rtl.skin-2 .sidebar:before {
	border-left: none
}

.rtl.skin-2 .nav-list li.active > a:after {
	border-right-color: transparent;
	border-left-color: #FFF;
}

.rtl.skin-2 .nav-list > li.active > a:after,
.rtl.skin-2 .nav-list > li.active > .submenu > li.active > a:after {
	right: auto;
	left: 0;
}

.rtl.skin-2 .menu-min .nav-list > li.active:hover > a:after {
	border-right-color: transparent;
	border-left-color: #292929;
}

.rtl.skin-2 .nav-list > li.active.open > .submenu > li.active > a:after {
	border-right-color: transparent;
	border-left-color: #FFF;
	right: auto;
	left: 0;
}

.rtl.skin-2 .menu-min .nav-list > li > a > .menu-text {
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5)
}

.rtl.skin-2 .menu-min .nav-list > li > ul.submenu {
	margin-left: auto;
	margin-right: 1px;
	border-left: none;
	border-right: 1px solid #FFF;
}

.rtl.skin-2 .nav-list > li > ul.submenu > li > a {
	padding-left: 0;
	padding-right: 28px;
}

.rtl.skin-2 .nav-list > li > .submenu > li > .submenu > li > a {
	margin-left: auto;
	padding-left: 0;
	margin-right: 0;
	padding-right: 38px;
}

.rtl.skin-2 .nav-list > li > .submenu > li > .submenu > li > .submenu > li > a {
	margin-left: auto;
	padding-left: 0;
	margin-right: 0;
	padding-right: 54px;
}

.rtl.skin-provatis .sidebar,
.rtl.skin-provatis .sidebar:before {
	border-right: 0;
	border-left: 1px solid #a4c6dd;
}

.rtl.skin-provatis .nav-list > li:before {
	left: auto;
	right: 0;
	border-left: none;
	border-right: 3px solid #444;
}

.rtl.skin-provatis .nav-list > li.active:before {
	border-left: none;
	border-right-color: #4d96cb;
}

.rtl.skin-provatis .nav-list > li:hover {
	border-left-color: #f2f2f2;
	border-right-color: #1963aa;
}

.rtl.skin-provatis .nav-list > li.active {
	border-left-color: #f2f2f2;
	border-right-color: #1a67bd;
}

.rtl.skin-provatis .menu-min .nav-list > li.active > a > .menu-text {
	border-left-color: #CCC;
	border-right-color: #EEE;
}

.rtl.skin-provatis .nav-list li.active > a:after {
	border-right-color: transparent;
	border-left-color: #FFF;
	left: -1px;
	right: auto;
}

.rtl.skin-provatis .nav-list li.active > a:before {
	right: auto;
	left: 0;
	border-right-color: transparent;
	border-left-color: #a4c6dd;
}

.rtl.skin-provatis .menu-min .sidebar-shortcuts {
	border-right: 0
}

.rtl.skin-provatis .sidebar.menu-min > .nav-search {
	border-right: 0
}

.rtl.skin-provatis .menu-min .nav-list > li > .submenu,
.rtl.skin-provatis .menu-min .nav-list > li.active > .submenu {
	border-right-color: #CCC
}

.rtl.skin-provatis .nav-list > li > a > .arrow {
	right: auto;
	left: 10px;
}

.rtl.skin-provatis .sidebar-shortcuts {
	border-left: none;
	border-right: 3px solid #444;
}

.rtl.skin-provatis .sidebar > .nav-search {
	border-left: none;
	border-right: 3px solid #444;
}

@media only screen and (max-width: 991px) {
	.rtl.skin-provatis .sidebar,
	.rtl.skin-provatis .nav-list > li,
	.rtl.skin-provatis .sidebar-shortcuts {
		border-right: 0
	}
}

.skin-provatis .nav-list > li.grant:not(.active):hover > a > [class*="icon-"] {
	color: #FFF !important
}

.skin-provatis .nav-list > li.purple.grant:not(.active) > a:hover {
	color: black;
	background-color: #a069c3;
}

.skin-provatis .nav-list > li.orange.grant:not(.active) > a:hover {
	color: black;
	background-color: rgb(230, 126, 34);
}

.skin-provatis .nav-list > li.red.grant:not(.active) > a:hover {
	color: black;
	background-color: rgb(231, 76, 60);
}

.skin-provatis .nav-list > li.black.grant:not(.active) > a:hover {
	color: white;
	background-color: black;
}

.skin-provatis .nav-list > li.blue.grant:not(.active) > a:hover {
	color: black;
	background-color: rgb(52, 152, 219);
}

.skin-provatis .nav-list > li.red.grant:not(.active) > a:hover {
	color: black;
	background-color: rgb(221, 90, 67);
}

.skin-provatis .nav-list > li.green.grant:not(.active) > a:hover {
	color: black;
	background-color: rgb(46, 204, 113);
}

.skin-provatis .nav-list > li.white.grant:not(.active) > a:hover {
	color: black;
	background-color: #ecf3e8;
}

.skin-provatis .menu-min .nav-list > li.black.grant:not(.active) > a .menu-text {
	color: black;
}

.skin-provatis .nav-list > li:not(.grant):not(.active) > a > [class*="icon-"] {
	color: #5a5a5a !important
}

.skin-provatis .nav-list > li.grant:not(.active) > a {
	background-color: rgb(57, 57, 57);
	color: #FFF
}

.skin-provatis .module-title-orange {
	border-color: rgb(230, 126, 34);
}

.skin-provatis .module-title-blue {
	border-color: #478fca;
}

.skin-provatis .module-title-green {
	border-color: #69aa46;
}

.skin-provatis .module-title-white {
	border-color: #fff;
}

.skin-provatis .module-title-black {
	border-color: #706f70
}

.skin-provatis .module-title-red {
	border-color: rgba(221, 90, 67);
}

.skin-provatis .module-title-purple {
	border-color: #a069c3;
}


.icon-rotate360 {
	-webkit-animation: iconrotation 1s infinite linear;
	-moz-animation: iconrotation 1s infinite linear;
}

@-moz-keyframes iconrotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes iconrotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}


.detail-trace .modal-dialog {
	min-width: 900px;
	width: 90%;
}

.skin-provatis .fleetMaintenanceModal .modal-dialog {
	width: 90%;
	overflow: auto;
}

.skin-provatis .feedBackModal input, .skin-provatis .feedBackModal select,
.skin-provatis .feedBackModal textarea {
	margin-bottom: 0px;
}

.skin-provatis .feedBackModal div.alert-info {
	line-height: 100px;
	margin: 50px;
	text-align: center;
	vertical-align: middle;
}


.skin-provatis span.requiredStar {
	color: #7e3939;
	font-size: 10px;
	vertical-align: top;
	line-height: 15px;
}

.skin-provatis .nav-list > li.active:before {
	border-left-color: #b0d877;
}

.skin-provatis .nav-list > li:first-child, .skin-provatis .nav-list > li:last-child,
.skin-provatis .nav-list > li {
	border-top: 0;
	border-bottom: 0;
}

.skin-provatis .navbar-brand {
	padding-left: 0;
}

.skin-provatis .noPadding {
	padding: 0;
}

.skin-provatis .navbar-header .ace-nav > li.active a {
	background-color: #555 !important;
	border-bottom: 2px solid #9abc32;
}

.skin-provatis .navbar-header .ace-nav > li.active a i {
	color: #9abc32;
}

.skin-provatis .main-container {
	height: calc(100% - 45px);
}

.skin-provatis .main-content {
	float: right;
	height: 100%;
	width: calc(100% - 190px);
	margin: 0;
	padding: 0;
}

.skin-provatis .sidebar {
	width: 190px;
}

.skin-provatis .sidebar.menu-min {
	width: 43px;
}

.skin-provatis .sidebar.menu-min + .main-content {
	width: calc(100% - 43px);
	margin: 0;
}

.skin-provatis .multiSelect > button:focus {
	outline: 0;
}

.multiSelect .acol {
	min-width: 0px;
}

.multiSelect .checkBoxContainer {
	padding: 0;
}

.mapfilters .multiSelect .checkBoxContainer {
	max-height: 200px;
	overflow: scroll;
}

.multiSelect .multiSelectItem {
	min-width: 100%;
	max-width: 250px;
}

.multiSelect .checkboxLayer {
	min-width: 300px;
	z-index: 2100;
}

.multiSelect .checkboxLayer .checkBoxContainer {
	max-height: 300px;
	overflow: auto;
}

.multiSelect .multiSelectItem .acol label {
	padding: 0;
}

.btn-size-default {
	border: 0;
}

.date-picker .btn, .date-picker .btn-default, .date-picker .btn:focus, .date-picker .btn-default:focus, .date-picker .btn.active, .date-picker .btn-default.active {
	background-color: white !important;
	border-color: white ! important;
	color: black !important;
}

.date-picker .btn.active .text-info {
	color: white !important;
}

.date-picker .btn.active {
	border: 4px solid #2283c5 !important;
	_font-weight: bold;
	background-color: #2283c5 !important;
	color: white !important;
}

.date-picker .btn.active:after {
	border-bottom: 0 !important;

}

.date-picker .dropdown-menu {
	_font-size: 13px;
	margin-left: -15px;
}

#content-sidebar .date-picker div {
	display: inline;
}

#content-sidebar .datetime-picker input {
	text-align: center;
}

#content-sidebar .datetime-picker .input-group-addon {
	min-width: 35px;
}

#content-sidebar .datetime-picker .input-group-addon i {
	font-size: 20px;
}

.date-picker table, .date-picker div, .date-picker ul {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[readonly] {
	__background: none !important;
	cursor: pointer !important;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.icon-callcenter-validate {
	opacity: 0.5
}

.icon-animated-blinking {
	display: inline-block;
	-moz-animation: blinking 1s infinite linear;
	-webkit-animation: blinking 1s infinite linear;
	-o-animation: blinking 1s infinite linear;
	-ms-animation: blinking 1s infinite linear;
	animation: blinking 1s infinite linear;
}

@-moz-keyframes blinking {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
}

@-webkit-keyframes blinking {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
}

@-ms-keyframes blinking {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
}

@keyframes blinking {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
}

.table tr td {
	vertical-align: middle !important;
}

.btn-xs > .badge {
	position: absolute !important;
	top: -5px;
	right: -5px;
	padding: 1px 3px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}

.nav-list .badge {
	margin-right: 10px;
}

.skin-provatis .page-header {
	border-bottom: 0;
}

.skin-provatis .page-header h1 {
	margin-bottom: 10px;
	margin-top: 20px;
}

.skin-provatis .message {
	padding: 40px;
	border: 1px dashed #ddd;
	text-align: center;
}

.skin-provatis .message .icon i {
	font-size: 40px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 15px auto;
	border-radius: 50%;
	background: #f7f7f7;
	color: #fff;
	display: block;
}

.skin-provatis .message.no-results .icon i {
	background: orange;
}

.skin-provatis .register .page-header h1 {
	color: #333;
}

.skin-provatis .filters .select2-container {
	display: block;
}

.skin-provatis .filters .select2-container .select2-choice {
	height: 34px;
}

.leaflet-control-container .leaflet-top {
	z-index: 510;
}

.dropdown-menu > li > span.disable-link {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #8d8d8d;
	white-space: nowrap;
	cursor: not-allowed;
}

.form-group .input-group input[type=checkbox] {
	margin-top: 10px;
	width: auto;
}

.poi-edit .poi-search {
	margin-bottom: 20px !important;
}

.poi-edit fieldset {
	padding: 20px;
}

.poi-edit fieldset legend {
	margin-bottom: -10px;
}

.poi-edit .form-group {
	clear: both;
	margin-bottom: 5px;
}

.poi-edit .form-group .input-group {
	width: auto;
}

.poi-edit .form-group label {
	float: left;
	width: 40%;
	font-size: 12px;
	padding-top: 8px;
}

.poi-edit .form-group .input-group,
.poi-edit .form-group > .form-control {
	float: left;
	width: 60%;
}

.poi-edit .form-group:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

#module-poi .poi-list-panel .actions button .caret {
	margin-left: 4px;
	margin-bottom: 2px;
}

#module-poi .poi-list-panel .actions .btn-group.left {
	float: left;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-left: none;
}

#module-poi .leaflet-control-fullscreen {
	position: absolute;
	right: 50px;
	z-index: 100;
}

#module-poi .leaflet-control-center-all {
	position: absolute;
	right: 100px;
	z-index: 100;
}

#module-poi filter button.emptyRelation {
	margin-top: 21px;
	height: 39px;
	float: right;
}

.ui-select-dropdown .poi-tree {
	color: #4f4f4f;
	font-style: italic;
	font-size: 11px;
}

#module-poi .table .poi-tree {
	color: #4f4f4f;
	font-style: italic;
	font-size: 11px;
}

#module-poi filter .select2-container .select2-choice {
	height: 38px;
	line-height: 38px;
	border-radius: 0px;
	border: 1px solid #ddd;
}

#module-poi filter .select2-container .select2-choice .select2-arrow {
	border-radius: 0;
	background: none;
	border: none;
	width: 23px;
}

#module-poi filter .select2-container .select2-choice .select2-arrow b {
	background: url('select2.png') no-repeat 0 6px
}

#module-poi filter .select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
}

#module-poi filter .select2-container-active .select2-choice {
	border: 1px solid #5897fb;
}

#module-poi filter .select2-container .select2-choice abbr {
	right: 33px;
	top: 13px;
}

table.table.global-harsh {
	margin-top: 15px;
}

table.table.global-harsh th.harsh-type {
	text-align: center;
	font-weight: bold;
}

table.table.global-harsh th.harsh-level {
	text-align: center;
}

table.table.global-harsh td.harsh-value {
	text-align: right;
}

table.table.global-harsh > thead > tr > th.left-border,
table.table.global-harsh > tbody > tr > td.left-border {
	border-left: 1px solid #ddd !important;
}

table.table.global-harsh td.harsh-sum {
	text-align: right;
	font-weight: bold;
}

.user-create fieldset {
	border: 0;
}

div.container.register {
	width: 100%;
}

.help-popover .help-button {
	cursor: pointer;
	font-size: 1.2em;
}

div.help-popover .wrap-popover {
	_position: absolute;
	top: -0.5em;
	left: 0.2em;
	display: inline;
}

div.help-popover {
	position: relative;
	display: inline;

}

.popover .popover-content {
	text-transform: none;
}

.help-popover-open {
	max-width: 250px;
}

th.align-center {
	text-align: center;
}

td.align-center {
	text-align: center;
}

.select2-results .desc {
	font-size: 10px;
	color: grey
}

.select2-results .select2-highlighted .desc {
	color: white;
}

.select2-results .select2-disabled,
.navigation-top .device-selector .select2-results .select2-disabled .label {
	color: #ccc;
	background: #fff;
}

.imageSelector .file-selector {
	padding-top: 10px;
}

.edit-user .imageSelector .list {
	background-color: transparent;
	float: none;
}

.edit-user .imageSelector .list li {
	border: none;
}

.edit-user .imageSelector .list .icon-trash {
	float: none;
	position: relative;
}


.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 20px;
	padding: 3px;
	background-color: white;
	border-radius: 2px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	font-family: arial;
}

.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}

.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.switch-label:before {
	content: attr(data-off);
	right: 8px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}

.switch-input:checked ~ .switch-label {
	background: #88b224;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}

.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 2px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}

.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 2px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: -webkit-linear-gradient(top, #eeeeee, white);
	background-image: -moz-linear-gradient(top, #eeeeee, white);
	background-image: -o-linear-gradient(top, #eeeeee, white);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
	left: 38px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.map-icons {
	font-size: 35px;
}

input[type="checkbox"].form-control:focus {
	box-shadow: none;
}

.angular-leaflet-map.leaflet-touch .leaflet-control-layers-toggle {
	width: 36px;
	height: 36px;
}

.leaflet-bar.leaflet-control-center-all a.leaflet-control-center-all-button,
.leaflet-bar.leaflet-custom-control a.leaflet-custom-control-button {
	width: 37px;
	height: 37px;
	padding-top: 4px;
	font-size: 25px;
	cursor: pointer;
}

.leaflet-bar.leaflet-control-fullscreen a.leaflet-control-fullscreen-button {
	width: 37px;
	height: 37px;
}

.leaflet-bar.leaflet-control-fullscreen a.leaflet-control-fullscreen-button i {
	line-height: 37px;
	font-size: 26px;
}

.admin-sms .multiSelect .checkboxLayer {
	right: 0;
}

.modal.payd-detail .leaflet-control-fullscreen {
	position: absolute;
	right: 50px;
	z-index: 100;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > ng-confirm-delete,
.dropdown-menu > li > ng-confirm {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	background-color: inherit;
	border-color: inherit;
}

fieldset.contact-fields button.add-contact {
	float: right;
}

fieldset.contact-fields button.edit-contact {
	float: right;
}

fieldset.contact-fields button.add-contact-parent-user {
	float: left;
}

fieldset.contact-fields button.remove-contact {
	float: right;
}

fieldset.contact-fields .panel-title {
	font-size: 13px;
	font-weight: bold;
	min-height: 14px;
}

fieldset.contact-fields .panel-title span.contact-post {
	font-weight: normal;
	color: #555;
}

fieldset.contact-fields .phone-item .phone-type {
	float: left;
	width: 40%;
	font-size: 12px;
	padding-top: 6px;
}

fieldset.contact-fields .phone-item .phone-type .select2 {
	width: 60%;
}

fieldset.contact-fields fieldset.phone-fields {
	margin-bottom: 10px;
}

fieldset.contact-fields fieldset.phone-fields i.add-phone,
fieldset.contact-fields fieldset.phone-fields i.remove-phone {
	position: relative;
	bottom: 11px;
	display: inline-block;
	left: 10px;

}

fieldset.contact-fields fieldset.phone-fields i.add-phone {
	color: #696969;
}

.input-group .intl-tel-input .form-control:focus {
	z-index: 0;
}

#module-user-group .table .nb-users {
	font-weight: bold;
}

#module-user-group .table .nb-users .users-popover {
	cursor: pointer;
}

ul.users-groups-popover {
	list-style: none;
	padding: 0;
	margin: 0;
}

.user-form .select2-container-multi .select2-choices .select2-search-field input {
	width: 230px !important;
}

#navigation .dropdown li i.icon-connect {
	height: 21px;
	background: url(../images/icon-provaconnect.svg);
	background-repeat: no-repeat;
	background-position: top 0px left 12px;
	margin: -6px 0;
}

#navigation .dropdown li.connect a {
	line-height: 19px;
}

.login .remember-me {
	text-align: right;
	margin-top: 10px;
}

.login .remember-me label {
	font-weight: normal;
	height: 28px;
	vertical-align: middle;
	padding-left: 5px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-weight: 300;
}

.remember-me .form-control {
	height: 22px;
}

.login .remember-me input.form-control {
	display: inline-block;
	width: auto;
}

.register .form-actions {
	margin: 20px 15px 40px 15px;
}

.register fieldset {
	border: none;
}

.register fieldset .alert {
	margin: 15px;
}

.register h3.register-title {
	margin: 0 0 30px 15px;
}

.register .captcha input {
	width: 40%;
	display: inline-block;
}

.register .captcha img {
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.register .alert-danger ul {
	margin: 10px 0 0 0;
}

.ui-select-dropdown span.details {
	color: #4b4b4b;
	font-style: italic;
	font-size: 12px;
}

.ui-select-dropdown .select2-highlighted span.details {
	font-style: italic;
	font-size: 12px;
	color: #fff;
}

#module-doc h4 {
	padding: 15px 0 5px 0;
}

#module-doc .body widget > div:first-child h4 {
	padding-top: 0;
}

#module-doc .single-doc {
	padding: 3px 0;
}

.success-color {
	color: #B4CC55;
}

.fail-color {
	color: #DD5A43;
}

.modal.ephemeral .modal-dialog {
	top: 40%;
}

.sp-container {
	background-color: #ffffff;
	border: solid 1px #ccc;
}

.sp-container button:hover,
.sp-container button {
	background-color: #B4CC55;
	background-image: none;
	color: #fff;
	border-radius: 1px;
	padding: 0px 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	font-size: 12px;
	min-width: 28px;
	min-height: 28px;
	line-height: 28px;
}

.sp-replacer {
	background-color: #ffffff;
	border: solid 1px #ccc;
}

.sp-replacer:hover {
	border: solid 1px #ccc;
}

.modal-content .modal-footer .btn {
	margin-bottom: 10px;
}

.multiSelect > button:disabled .caret {
	border-top: 4px solid #999;
}

.user-roles-form-container {
	overflow: scroll;
	height: 400px;
	margin: 20px 10px;
}

.user-roles-form-tab {
	width: 100%;
	position: relative;
}

.user-roles-form-container .disable {
	color: #7a7a7a;
}

.user-roles-form-container .detail {
	margin-left: 15px;
}

.user-roles-form-container .module {
	margin-bottom: 10px;
}

.user-roles-form-container label.role-app {
	font-size: 18px;
}

.user-roles-form-container .module-role-group .allow-all {
	display: none;
	padding: 0px 10px;
	color: #B4CC55;
	cursor: pointer;
}

.user-roles-form-container .module-role-group .allow-all:hover {
	font-size: 1.1em;
	line-height: 17px;
}

.user-roles-form-container .module-role-group:hover .allow-all {
	display: inline-block;
}

.user-roles-form-container .btn-group label.btn i {
	font-size: 12px;
}

.user-roles-form-container label.final-role {
	font-weight: 300;
}

.user-roles-form-container .btn-group label.btn {
	min-height: auto;
	min-width: auto;
	height: 24px;
	width: 26px;
	line-height: 23px;
	margin-right: 5px;
	padding: 0px 5px;
}

.user-roles-form-container .module-role-group,
.user-roles-form-container .final-role-group {
	margin-top: 5px;
}

.user-roles-form-container .btn.btn-primary:hover {
	background: #fff;
	border-color: #B4CC55;
	color: #B4CC55;
}

.user-roles-form-container .btn.btn-primary.active:hover {
	background: #B4CC55;
	color: #fff;
}

.user-roles-form-container .btn.btn-primary:hover i {
	font-size: 14px;
}

.user-roles-form-container .btn.btn-primary[disabled="disabled"]:hover i {
	font-size: 12px;
}

.user-roles-form-container .btn.btn-primary[disabled="disabled"]:hover {
	background: #fff;
	border-color: #B4CC55;
	color: #B4CC55;
}

.user-roles-form-container.user-edit .disable {
	color: #000
}

.user-roles-form-container.user-edit .btn[disabled="disabled"] {
	opacity: 1;
}

.user-roles-form-container.user-edit .btn.btn-primary:hover i {
	font-size: 12px;
}

.user-roles-form-container.user-edit .btn[disabled="disabled"]:hover i {
	color: #fff
}

.user-roles-form-container.user-edit .btn {
	cursor: default;
}

.user-roles-form-container.user-edit .btn[disabled="disabled"]:hover {
	background: #B4CC55;
	border-color: #B4CC55;
	color: #fff;
}

.user-roles-form-container.user-edit .btn.ng-empty[disabled="disabled"]:hover {
	background: #fff;
	border-color: #B4CC55;
	color: #B4CC55;
}

.user-roles-form-container.user-edit .btn.ng-empty[disabled="disabled"]:hover i {
	color: #B4CC55;
}

.user-roles-form-tab .select2-container-multi .select2-choices {
	min-height: 60px;
}

.edit-dialog-user-group .modal-dialog {
	width: 90%;
	max-width: 900px;
	min-width: 600px;
}

.edit-user-modal .form-group {
	clear: both;
	margin-bottom: 8px;
}

.edit-user-modal .form-group label {
	float: left;
	width: 40%;
	font-size: 12px;
	padding-top: 8px;
}

.edit-user-modal .form-group .input-group,
.edit-user-modal .form-group > .form-control {
	float: left;
	width: 60%;
}

.edit-user-modal .form-group:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.edit-user-modal .form-actions {
	padding: 0;
	background: none;
	text-align: right;
	border: 0;
}

.edit-user-modal.edit-dialog .modal-dialog {
	width: 90%;
	max-width: 900px;
	min-width: 600px;
}

.edit-dialog-user-group .form,
.edit-user-modal .form {
	padding: 20px;
	float: left;
	width: 50%;
}

.edit-user-modal .output {
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #d15b47;
	font-weight: bold;
}

.edit-user-modal .form legend {
	font-size: 16px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 20px;
}

.edit-user-modal .form-map {
	padding: 20px;
	float: right;
	width: 50%;
}

.edit-user-modal .form-map .mapPickingDefault {
	height: 300px;
	min-height: 300px;
}

.edit-user-modal .form-map button {
	margin: 10px auto;
	width: 100%;
}

.edit-dialog-user-group .form-group {
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}

.selection-table .form {
	max-height: 400px;
}

.selection-table .form {
	padding-top: 0;
	padding-bottom: 5px;
}

.selection-table .form table thead th.title {
	width: 353px;
}

.selection-table .form table {
	margin-bottom: 0px;
	width: 395px;
	border-collapse: collapse;
	table-layout: fixed;
}

.selection-table .form table thead tr {
	display: block;
}

.selection-table .form table tbody td.name {
	width: 352px;
}

.selection-table .form table.device-affected tbody td.name {
	width: 298px;
}

.selection-table .form table tbody tr.empty {
	background-color: #fff;
}

.selection-table .form table tbody td.arrow {
	width: 42px;
	text-align: right;
	margin-right: 5px;
}

.selection-table .form table tbody {
	display: block;
	max-height: 380px;
	overflow: auto;
	width: 100%;
}

.selection-table .form table th.arrow {
	font-size: 13px;
	color: #000;
	line-height: 15px;
	width: 42px;
}

#module-myuser .row > div {
	padding: 0;
}

.edit-user-modal table.device-affected td.from {
	text-align: right;
	width: 58px;
}

.edit-user-modal table.device-affected td.from i.ion-android-people {
	font-size: 14px;
}

.edit-user-modal table.device-affected td.from i {
	color: #666;
}

.modal-header .name-reminder {
	font-style: italic;
	position: absolute;
	right: 15px;
	bottom: 25px;
}

.edit-user-modal .modal-header,
.edit-dialog-user-group .modal-header {
	position: relative;
}

#module-trace .sortorder:after {
	content: '\25b2';
}

#module-trace .sortorder.reverse:after {
	content: '\25bc';
}

#module-trace widget.map {
	position: inherit;
	min-height: 100%;
}

#module-trace #traceMap {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#module-trace .map-list {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 260px;
	z-index: 600;
}

#module-trace .map-list .options button.apply-filter {
	width: 100%;
	margin-left: 0;
}

#module-trace .map-container-list .list {
	max-height: 300px;
}

#module-trace .map-container-list .list > li {
	cursor: pointer;
}

.leaflet-container .leaflet-popup-content {
	font-size: 12px;
}

.leaflet-container .leaflet-control-layers label {
	font-size: 12px;
}

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.edit-user-modal .intl-tel-input .country-list {
	z-index: 3;
}

#adminLicence .filters .row {
	margin-bottom: 10px;
}

#adminLicence .filters {
	padding: 0px;
	clear: none;
}

#adminLicence .filters .actions .device-count .filter-on {
	color: #a94442;
}

#adminLicence .filters .actions .device-count {
	text-align: left;
	font-size: 1.4em;
}

#adminLicence .filters .actions .bulk {
	text-align: right;
}

#adminLicence .filters .actions {
	float: none;
}

#adminLicence .filters .display {
	background-color: #fff;
}

#adminLicence .filters .display > div {
	text-align: left
}

#adminLicence .checkbox-filter {
	padding: 5px 0 0 0;
}

#adminLicence .filters .select2-container .select2-choice {
	height: auto;
}

#adminLicence td.device-licences {
	width: 500px;
}

#adminLicence td.device-licences .licence {
	padding-left: 0;
}

#adminLicence td.device-licences .date {

}

#adminLicence td.device-licences .remove-licence {
	padding-left: 0;
}

#adminLicence tr.device-row {
	background: #fff;
}

#adminLicence tr.device-row.odd {
	background: #f9f9f9;
}

#adminLicence td.device-licences > div.row {
	padding: 5px;
	background: transparent;
	transition: background-color 1s ease-in-out;
}

#adminLicence td.device-licences .saved {
	background: #B4CC55 !important;
}

#adminLicence widget header .tabs {
	right: auto;
}

#adminLicence widget.licence-list .global-search,
#adminLicence widget.licence-list .ui-select-container {
	width: 100%;
}

#adminLicence widget.device-list header .dropdown-menu {
	right: 0;
	left: auto;
}

#adminLicence widget.device-list header,
#adminLicence widget.licence-list header {
	background-color: #fff;
}

#adminLicence widget header {
	padding: 20px 0px;
}

label.radio-label {
	font-weight: normal;
	margin: 0 15px 0 5px
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover,
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover, .btn-primary.active, .btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background: #B4CC55;
	border-color: #B4CC55;
	color: #fff;
}

.row-header {
	background: #f7f7f7;
}

.row.line {
	border-bottom: 1px solid #e8e8e8;
}

.help-inline-right {
	font-size: large;
	display: inline-flex;
	padding-left: 5px;
	color: black;
}

.modal-header .close {
	font-size: 35px;
}

.admin-panel {
	background-color: lavenderblush;
}

fieldset.full-row {
	float: none;
	width: 100%;
	padding: 20px;
	border-top: 0;
}