/* +++ Reset */

/*html,
body,
.full-height {
	height: 100%;
}*/

body {
	font-family: "Roboto", sans-serif, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.container {
	padding: 0;
}

h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
	font-weight: 700;
}

ul,
ol {
	padding-left: 16px;
}

ol {
	list-style-position: inside;
	padding-left: 0;
}


/* +++ Interface */

#base {
	overflow: hidden;
	padding-right: 60px;
	width: 100%;
	min-height: 100%;
}

#base > .backdrop {
	position: fixed;
	z-index: 1031;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

#base.hide-backdrop > .backdrop {
	display: none;
	position: relative;
}

#content {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* +++ Menu Lateral Direito */

#menubar {
	position: fixed;
	z-index: 1033;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
}

#menubar .nano:focus,
#menubar .nano-content:focus {
	outline: none;
}

#menubar .nano-pane {
	z-index: 2;
	width: 5px;
	background: transparent;
}

#menubar .menubar-scroll-panel {
	position: relative;
	z-index: 2;
	min-height: 100%;
}

#menubar .menubar-foot-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.map-controls {
	font-size: 12px;
	padding: 0;
	margin-bottom: 0;
}

.map-controls li {
	list-style: none;
}

.map-controls > li {
	position: relative;
}

.map-controls li.divider {
	position: relative;
}

.map-controls li.divider:after,
.map-controls.divider li:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	height: 1px;
}

.map-controls li.divider:after,
.map-controls.divider li:after {
	left: 0;
}

.map-controls > li > a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	border-radius: 0;
	padding-left: 0;
	height: 60px;
	width: 60px;
	z-index: 1;
}

.map-controls > li > a:hover,
.map-controls > li > a:focus {
	outline: none;
}

.map-controls > li > a.btn-flat {
	padding: 12px 0px;
}

.menu-icon {
	position: absolute;
	left: 0px;
	top: 0;
	width: 60px;
	height: 60px;
	font-size: 24px;
	overflow: hidden;
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-align: center;
}

.menu-icon .zmdi:first-child,
.menu-icon .glyphicon:first-child,
.menu-icon .gpi:first-child {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 60px;
	width: 1em;
}


/* +++ Dashboard */

.dashboard-map {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 100%;
}

.map-search {
    z-index: 100;
    position: absolute;
    bottom: auto;
    left: -320px;
    top: 20px;
    width: 320px;
	height: auto;
	-webkit-transition: -webkit-transform 0.33s ease-in;
    -moz-transition: -moz-transform 0.33s ease-in;
    -o-transition: -o-transform 0.33s ease-in;
    transition: transform 0.33s ease-in;
}

.map-search.active {
	transform: translate(340px, 0px);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
    -o-transition: -o-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
    transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
}

.map-search .nav-tabs > li.style-accent > a {
	color: #fff;
}

.dashboard-content {
	height: 100vh;
}




/* + BTN Floating */

.floating-action {
	width: 44px;
	height: 44px;
	border-radius: 999px !important;
	padding: 0;
	font-size: 17px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	-webkit-transition: -webkit-box-shadow 0.15s ease-out;
	-moz-transition: -moz-box-shadow 0.15s ease-out;
	-o-transition: -o-box-shadow 0.15s ease-out;
	transition: box-shadow 0.15s ease-out;
}

.floating-action .zmdi,
.floating-action .glyphicon,
[class^="geoportal-icon-"],
[class*=" geoportal-icon-"] {
	top: 0;
	margin: 0;
	line-height: 42px !important;
}

.floating-action + .floating-action {
	margin-left: 6px;
}

/* +++ Link default */
.link-default {
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
}

.link-default:hover {
	opacity: 1;
}

.link-default .zmdi,
.link-default .glyphicon {
	margin-right: 12px;
}


/* +++ TABS */

/* +++ Nav Tabs */
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.846153846;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: none;
	background-color: transparent;
	cursor: default;
	opacity: 1;
}

.nav-tabs.nav-justified {
	padding: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid
}

.nav-tabs.tabs-center > li {
	float: none;
	display: inline-block;
}

.nav-tabs.tabs-center {
	text-align: center;
}

.nav-tabs a small {
	color: inherit;
	text-transform: initial;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}


/* +++ Cards */

.card {
	position: relative;
	margin-bottom: 24px;
}

.card:before,
.card:after {
	content: " ";
	display: table;
}

.card:after {
	clear: both;
}

.card > .nano:last-child {
	border-radius: 0 0 2px 2px;
}

.card.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card.no-border {
	border: 0;
}

.card-head {
	position: relative;
	line-height: 52px;
	min-height: 56px;
	vertical-align: middle;
}

.card-head:before,
.card-head:after {
	content: " ";
	display: table;
}

.card-head:after {
	clear: both;
}

.card-head header {
	display: inline-block;
	margin: 12px;
	vertical-align: middle;
	line-height: 18px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}

.card-head header > h1,
.card-head header > h2,
.card-head header > h3,
.card-head header > h4,
.card-head header > h5,
.card-head header > h6 {
	vertical-align: middle;
	margin: 0;
	line-height: 1;
}

.card-head header small {
    color: inherit;
    opacity: 0.5;
    font-size: 80%;
    display: block;
    margin-top: 6px;
}

.card-head > div {
	display: inline-block;
}

.card-head .tools {
	padding-right: 16px;
	float: right;
}

.card-head .tools form {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 24px;
	line-height: normal;
	vertical-align: middle;
}

.card-head .tools .floating-action {
	margin-left: 8px;
}

.card-head .tools > .btn-group {
	margin-right: 4px;
}

.card-head .tools > .btn-group-xs {
	margin-right: 10px;
}

.card-head .tools > .btn-group-sm {
	margin-right: 4px;
}

.card-head .tools > .btn-group-lg {
	margin-right: 0;
}

.card-head .tools.pull-left > .btn-group {
	margin-left: 4px;
}

.card-head .tools.pull-left > .btn-group-xs {
	margin-left: 10px;
}

.card-head .tools.pull-left > .btn-group-sm {
	margin-left: 4px;
}

.card-head .tools.pull-left > .btn-group-lg {
	margin-left: 0;
}

.card-head.nav-tabs > li > a,
.card-head > .nav-tabs > li > a {
	line-height: 54px;
	padding-top: 0;
	padding-bottom: 0;
}

.card-head .floating-action {
	position: absolute;
	right: 16px;
	bottom: -23px;
	z-index: 1;
}

.card-body {
	padding: 12px;
	position: relative;
}

.card-body:before,
.card-body:after {
	content: " ";
	display: table;
}

.card-body:after {
	clear: both;
}

.card-body:last-child {
	border-radius: 0 0 2px 2px;
}

.card-body .row {
	margin-left: 0;
	margin-right: 0;
}


/* + Card Services */
.card-services {
	-webkit-transition: -webkit-box-shadow 0.15s ease-out;
    -moz-transition: -moz-box-shadow 0.15s ease-out;
    -o-transition: -o-box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
}

.card-services:hover {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

.card-services .card-head {
	border-left: 2px solid #ff3d00;
}

.card-services .card-head .floating-action {
	display: none
}

.card-services:hover .card-head .floating-action {
	display: inline-block;
}


.card-services .card-body {
	-webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}



/* + Card Access */
.card-access {
	box-shadow: none;
	transition: border-width 0.05s linear;
}

.card-access.is-focus {
	border-left-width: 10px;
}

.card-access .form-control {
	padding-top: 22px;
	padding-bottom: 22px;
	border: none;
	box-shadow: none;
	background: transparent;
	font-size: 16px;
}

.card-access .card-body label {
	font-size: 18px;
	font-weight: 400;
	margin: 12px 12px 0 12px;
}

.card-access + .card-access {
	border-top: 0
}

.card-access .card-body .form-group {
	margin-bottom: 0
}



/* +++ Styles */
.card.style-transparent,
.card .style-transparent,
.card-transparent,
.floating-action.style-transparent {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
}

.card-transparent .card-head header,
.card-transparent .card-head .tools {
	padding-left: 4px;
	padding-right: 4px;
}

.card-transparent .card-body {
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}


.card .btn-collapse {
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.card-collapsed .btn-collapse {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 768px) {
	.card {
		margin-bottom: 16px;
	}
	.card-head header {
		padding: 11px 16px;
	}
	.card-body {
		padding: 16px;
	}
}


/* +++ Offcanvas */

.offcanvas {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 60px;
	z-index: 1032;
}

body.offcanvas-expanded {
	overflow: hidden;
}

.offcanvas:first-child {
	left: 0;
	right: auto;
}

.offcanvas-pane {
	position: absolute;
	top: 0;
	bottom: 0;
	min-width: 8px;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-transform 0.33s ease-in;
	-moz-transition: -moz-transform 0.33s ease-in;
	-o-transition: -o-transform 0.33s ease-in;
	transition: transform 0.33s ease-in;
}

.offcanvas-pane.active {
	display: block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	-o-transition: -o-transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
	transition: transform 0.5s cubic-bezier(0.22, 0.99, 0.68, 0.98);
}

.offcanvas:first-child .offcanvas-pane {
	right: 0;
}

.offcanvas-body {
	padding: 16px;
}

.offcanvas-head {
	position: relative;
	padding: 10px 16px;
}

.offcanvas-head header {
	font-size: 24px;
	font-weight: 500;
	margin-top: 30px;
}

.offcanvas-head .offcanvas-tools {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 10px;
}

.offcanvas-head .offcanvas-tools .link-default {
	font-size: 26px;
}


/* +++ Nano Scrollers JS */

.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.nano > .nano-content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.nano > .nano-content:focus {
	outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
	display: none;
}

.nano > .nano-pane {
	position: absolute;
	width: 10px;
	right: 0;
	top: 0;
	bottom: 0;
	/* Target only IE7 and IE8 with this hack */
	visibility: hidden\9;
	opacity: .01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.nano > .nano-pane > .nano-slider {
	position: relative;
	margin: 0 1px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
	/* Target only IE7 and IE8 with this hack */
	visibility: visible\9;
	opacity: 0.99;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
	display: block;
}

.holder {
	position: relative;
}


/* +++ Helper Classes */

.nowrap {
	white-space: nowrap;
}

/* + Vertical Align */

.v-top,
.v-inline-top {
	float: none!important;
	display: table-cell;
	vertical-align: top;
}

.v-middle,
.v-inline-middle {
	float: none!important;
	display: table-cell;
	vertical-align: middle;
}

.v-bottom,
.v-inline-bottom {
	float: none!important;
	display: table-cell;
	vertical-align: bottom;
}

.v-inline-top,
.v-inline-middle,
.v-inline-bottom {
	display: inline-block;
}

/* + Text */

.text-xs {
	font-size: 75%;
}

.text-sm {
	font-size: 85%;
}

.text-lg {
	font-size: 115%;
}

.text-xl {
	font-size: 125%;
}

.text-light {
	font-weight: 300;
}

.text-regular {
	font-weight: 400;
}

.text-medium,
strong {
	font-weight: 500;
}

.text-bold {
	font-weight: 700;
}

.text-extra-bold {
	font-weight: 800;
}

.text-black {
	font-weight: 900;
}


/* + Textarea */

textarea.control-2-rows {
	height: 64px;
}

textarea.control-3-rows {
	height: 96px;
}

textarea.control-4-rows {
	height: 128px;
}

textarea.control-5-rows {
	height: 160px;
}

textarea.control-6-rows {
	height: 192px;
}

textarea.control-7-rows {
	height: 224px;
}

textarea.control-8-rows {
	height: 256px;
}

textarea.control-9-rows {
	height: 288px;
}

textarea.control-10-rows {
	height: 320px;
}

textarea.control-11-rows {
	height: 352px;
}

textarea.control-12-rows {
	height: 384px;
}

textarea.no-resize {
	resize: none;
}


/* + Separators */

hr.ruler-sm {
	margin: 8px 0;
}

hr.ruler-lg {
	margin: 16px 0;
}

hr.ruler-xl {
	margin: 32px 0;
}

hr.ruler-xxl {
	margin: 64px 0;
}

/* + Opacity */

.opacity-25 {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.opacity-50 {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.opacity-75 {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.opacity-100 {
	opacity: 1;
	filter: alpha(opacity=100);
}


/* + Margin */

.no-margin {
	margin: 0;
}

.margin-sm {
	margin: 10px;
}

.margin-lg {
	margin: 15px;
}

.margin-xl {
	margin: 20px;
}

.margin-xxl {
	margin: 30px;
}

.margin-left-sm {
	margin-left: 10px;
}
.margin-left-lg {
	margin-left: 15px;
}

.margin-left-xl {
	margin-left: 20px;
}

.margin-left-xxl {
	margin-left: 30px;
}

.margin-right-sm {
	margin-right: 10px;
}

.margin-right-lg {
	margin-right: 15px;
}

.margin-right-xl {
	margin-right: 20px;
}

.margin-right-xxl {
	margin-right: 30px;
}

.margin-bottom-sm {
	margin-bottom: 10px;
}

.margin-bottom-lg {
	margin-bottom: 15px;
}

.margin-bottom-xl {
	margin-bottom: 10px;
}

.margin-bottom-xxl {
	margin-bottom: 20px;
}

.margin-top-sm {
	margin-top: 10px;
}

.margin-top-lg {
	margin-top: 15px;
}

.margin-top-xl {
	margin-top: 20px;
}

.margin-top-xxl {
	margin-top: 30px;
}


/* + Padding */
.no-padding {
	padding: 0;
}

.padding-sm {
	padding: 10px;
}

.padding-lg {
	padding: 15px;
}

.padding-xl {
	padding: 20px;
}

.padding-xxl {
	padding: 30px;
}

.padding-left-sm {
	padding-left: 10px;
}
.padding-left-lg {
	padding-left: 15px;
}

.padding-left-xl {
	padding-left: 20px;
}

.padding-left-xxl {
	padding-left: 30px;
}

.padding-right-sm {
	padding-right: 10px;
}

.padding-right-lg {
	padding-right: 15px;
}

.padding-right-xl {
	padding-right: 20px;
}

.padding-right-xxl {
	padding-right: 30px;
}

.padding-bottom-sm {
	padding-bottom: 10px;
}

.padding-bottom-lg {
	padding-bottom: 15px;
}

.padding-bottom-xl {
	padding-bottom: 10px;
}

.padding-bottom-xxl {
	padding-bottom: 20px;
}

.padding-top-sm {
	padding-top: 10px;
}

.padding-top-lg {
	padding-top: 15px;
}

.padding-top-xl {
	padding-top: 20px;
}

.padding-top-xxl {
	padding-top: 30px;
}



/* + Border */

.no-radius {
	border-radius: 0;
}

.border-transparent {
	border-color: transparent;
}

.border-dashed {
	border-style: dashed;
}


/* + Position */
.stick-top-left,
.stick-top-right,
.stick-top-left-right {
	position: absolute;
	top: 0;
}

.stick-bottom-left,
.stick-bottom-right,
.stick-bottom-left-right {
	position: absolute;
	bottom: 0;
}

.stick-top-left,
.stick-bottom-left,
.stick-top-left-right,
.stick-bottom-left-right {
	left: 0;
}

.stick-top-right,
.stick-bottom-right,
.stick-top-left-right,
.stick-bottom-left-right {
	right: 0;
}


/* + Heights */
.height-1 {
	height: 40px;
}

.height-2 {
	height: 80px;
}

.height-3 {
	height: 120px;
}

.height-4 {
	height: 160px;
}

.height-5 {
	height: 200px;
}

.height-6 {
	height: 240px;
}

.height-7 {
	height: 280px;
}

.height-8 {
	height: 320px;
}

.height-9 {
	height: 360px;
}

.height-10 {
	height: 400px;
}

.height-11 {
	height: 440px;
}

.height-12 {
	height: 480px;
}

.width-1 {
	width: 40px;
}

.width-2 {
	width: 80px;
}

.width-3 {
	width: 120px;
}

.width-4 {
	width: 160px;
}

.width-5,
.size-5 {
	width: 200px;
}

.width-6 {
	width: 240px;
}

.width-7 {
	width: 280px;
}

.width-8 {
	width: 320px;
}

.width-9 {
	width: 360px;
}

.width-10 {
	width: 400px;
}

.width-11 {
	width: 440px;
}

.width-12 {
	width: 480px;
}


@media (min-width: 769px) {
	.scroll-xs {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	.scroll-sm {
		height: auto !important;
	}
}

@media (min-width: 1200px) {
	.scroll-md {
		height: auto !important;
	}
}



/* +++ Checkbox Switch */
.switch {
	opacity: 0;
	position: absolute;
	z-index: 1;
	width: 18px;
	height: 18px;
	cursor: pointer;
  }
  .switch + .status {
	position: relative;
	display: inline-block;
	margin: 0;
	line-height: 20px;
	min-height: 18px;
	min-width: 18px;
	font-weight: normal;
	cursor: pointer;
	margin-left: 6px;
	min-height: 24px;
	top: 6px;
  }
 
  .switch + .status::before {
	content: " ";	  
	overflow: hidden;
	border-radius: 12px;
	float: left;
	width: 44px;
	height: 24px;
	-webkit-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
  }

  .switch + .status::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 4px;
	border-radius: 12px;
	width: 18px;
	height: 18px;
	text-align: center;
	-webkit-transition: left 0.2s ease;
	-o-transition: left 0.2s ease;
	transition: left 0.2s ease;
  }

  .switch:checked + .status::before {
	display: inline-block;
	content: " ";
  }
  
  .switch:checked + .status::after {
	left: 22px;
  }
  


/* +++ Service List */

.split {
	height: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	overflow-x: hidden;
  }
  
.split-list.left {
	width: 40%;
}
.split-list.right {
	width: 60%;
}

.split-login.left {
	 width: 60%;
	}

.split-login.right {
	width: 40%;
}  

.left {
	left: 0;
	background-size: cover;
	overflow: hidden;
}

.left-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
  
.right {
	right: 0;
	padding: 30px;
}
  
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
  
.left .info,
.left .info-wrap,
.right .info,
.right .info-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

 .left .info-wrap,
 .right .info-wrap {
	display: table;	
	z-index: 2;
}

.left .info-wrap {
	padding: 60px 40px 40px 40px;
}

.left .info-wrap .top-wrap,
.right .info-wrap .middle-wrap,
.left .info-wrap .top-wrap .info,
.left .info-wrap .bottom-wrap {
	display: table-row;
	text-align: left;
	height: 100px;
}
  
.left .info-wrap .top-wrap,
.left .info-wrap .top-wrap .info {
	vertical-align: top;
  }

.left .info-wrap .bottom-wrap {
	vertical-align: bottom;
}

.left .info-wrap .bottom-wrap .info {
	text-align: left;	
}

.left .info-wrap .bottom-wrap .info,
.right .info-wrap .middle-wrap .info {
	display: table-cell;
	height: 100px;
}

.left .info-wrap .bottom-wrap .info {
	vertical-align: bottom;
}

.right .info-wrap .middle-wrap .info {
  vertical-align: middle;
}


.left .info-wrap .top-wrap .info,
.left .info-wrap .bottom-wrap .info,
.right .info-wrap .middle-wrap .info {
	font-size: 16px;
	font-weight: 500;
}

.right .info .header {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	text-align: center
}

.right .info .header h1 {
	font-size: 16px;
}

.right .info .footer {
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}



/* +++ Lists */

.list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    line-height: 24px;
}

.list .tile {
    position: relative;
    display: table;
    width: 100%;
    min-height: 48px;
}

.list .tile .tile-content {
    display: table-cell;
}

.list .tile > a {
    text-decoration: none;
}

.list .tile > .btn {
    display: table-cell;
    vertical-align: middle;
    min-width: 56px;
    width: 56px;
    text-align: center;
}

.list .tile .tile-content > div {
    display: table-cell;
    vertical-align: middle;
}
.list .tile .tile-text {
    padding: 8px 0;
    font-size: 14px;
    width: 100%;
}

.list .tile .tile-text small {
    display: block;
    font-size: 11px;
    opacity: 0.6;
    line-height: 14px;
}

.list li.divider {
	position: relative;
}

.list li.divider:after,
.list.divider li:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	height: 1px;
}

.list li.divider:after,
.list.divider li:after {
	left: 0;
}


.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 12px 0px;
}

    .hr-sect::before,
    .hr-sect::after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 8px;
    }



#layer-tree-statistic-zone.ol-hidden {
    display: none;
}



/* +++ GIJGO Reset */

.gj-checkbox-md input[type=checkbox]:checked + span:after {
    color: #FFF;
    background-color: #ff3d00;
    position: absolute;
    left: 1px;
    top: 1px;
}

.gj-checkbox-md input[type="checkbox"]:checked + span {
    border: 2px solid #ff3d00;
}

.gj-checkbox-md input[type="checkbox"]:indeterminate + span:after {
    color: #616161; /*color: rgba(0, 0, 0, 1);*/
    position: absolute;
    left: 1px;
    top: 1px;
}

/* -- Start CSS Backoffice LayerTree -------------------------------------------------------------- */

.modal-CheckBox-style {
    float: right;
    margin-top: 10px !important;
    margin-left: 20px;
}

.required-field {
    font-weight: normal;
    color: #aaa;
}

#spinner-layertree-details.ol-hidden {
    display: none;
}

#spinner-layertree-details {
    z-index: 999;
    position: absolute;
    left: 45%;
    margin-top: 20px;
    top:45%;
}

/* ---- CSS Creation Map Roles -------------------------------------------------------------------- */

#id-roles-separator.ol-hidden {
    display: none !important;
}

/* ---- CSS Layer Backoffice ---------------------------------------------------------------------- */

/*#layer-tree-backoffice-zone .btn-circle i {
    position: unset;
}*/

.list-map-all-screen {

    margin:0px;
    margin-top: 5%;

}