* {
	-webkit-text-size-adjust: 100%; // Zodat iOS niet met je font kloot
	-webkit-tap-highlight-color: rgba(0,0,0,0); // Zodat iOS geen meuk om je link zet in de vorm van mooi hokje
	-webkit-font-smoothing: subpixel-antialiased !important;  // Zodat iOS niet met je font dikte prutst
	-webkit-touch-callout: none; // Doet ook iets wat je wil... Weet niet meer wat.
    background-clip: padding-box;
}

a{
	color: #ec008c;
}

a:hover, a:focus {
    color: #AE40BE;
}

.left {
    float: left;
}
.right {
    float: right;
}
.bottommargin {
    margin-bottom: 30px !important;
}
.topmargin {
    margin-top: 30px !important;
}
html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f7f7f7;
  color: #444;
}

.mapContainer{
	overflow: auto;
    position: relative;
    height: calc(100% - 60px);
    width: 100%;
    overflow: hidden;
}

#container{
	position: relative;
	float:left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: width 0.2s ease-in-out;
	box-shadow: 0 0 10px #333;
}

.modal{
	z-index: 1200;
}

.sidebarOpen #container{
	width: calc(100% - 250px);
}

.staticMessage{
	width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    background: #ec008c;
    color: #fff;
    display: none;
}

#container.hasStaticMessage .staticMessage{
	display: block;
}

#container.hasStaticMessage .staticMessage{
	display: block;
}

.mapHolder{
	height: 100%;
	position: relative;
}

#container.hasStaticMessage .mapHolder{
	height: calc(100% - 30px);
}

input[type="radio"], input[type="checkbox"] {
  margin: 0;
}
button:focus, 
select:focus, 
input:focus {
    outline: none !important;
}

.sidebars{
	float: left;
    height: 100%;
}

.sidebarOpen .sidebarControls{
	max-width: 250px;
}

.sidebarControls{
	height: 40px;
	width: 250px;
	max-width: 0;
	transition: max-width 0.2s ease-in-out;
}

.sidebarControls .closeSidebars{
	float: right;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
    padding: 5px 10px;
}

.sidebar {
  max-width: 0px;
  height: calc(100% - 40px);
  float: left;
  overflow: hidden;
  transition: max-width 0.2s ease-in-out;
}
.sidebar.open{
	max-width: 250px;
}

.sidebar-wrapper {
	width: 250px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	overflow-x: visible;
	
/*
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: visible;
*/
}

#cardlayers{
	height: 100%;
}

.sidebar-table {
	width: 100%;
	top: 65px;
	bottom: 0px;
	height: calc(100% - 100px);
	overflow-y: scroll;
}

#map {
  width: auto;
  height: 100%;
}

#map.mode-create {
    cursor: crosshair;
}

#map.mode-multi-click-select .leaflet-container.leaflet-clickable,
#map.mode-multi-click-select .leaflet-container.map-clickable,
#map.mode-multi-click-select .leaflet-marker-icon,
#map.mode-multi-click-select .leaflet-overlay-pane path{
    cursor: copy;
}

.loader{
	top: inherit !important;
    bottom: 30px;
    width: auto !important;
}

.loadingContent{
	padding-left: 10px;
}

#loading {
  position: absolute;
  width: 220px;
  height: 19px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -110px;
  z-index: 20001;
  display: none;
}
#features {
  margin: 0px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar-hide-btn {
  margin-top: -2px;
}
#aboutTabsContent {
  padding-top: 10px;
}
.progress-bar-full {
  width: 100%;
}
.white {
  color: #FFFFFF;
}
.feature-row {
  cursor: pointer;
}

.leaflet-control-layers {
  overflow: auto;
}
.leaflet-control-layers label {
  font-weight: normal;
  margin-bottom: 0px;
}
.leaflet-control-layers-list input[type="radio"], .leaflet-control-layers-list input[type="checkbox"] {
  margin: 16px 2px 2px 2px;
  float: left;
}
.table {
  margin-bottom: 0px;
}
.navbar .navbar-brand {
  font-weight: bold;
  font-size: 25px;
  color: #FFFFFF;
}
.navbar-collapse.in {
  overflow-y: hidden;
}
.navbar-header .navbar-icon-container {
  margin-right: 15px;
}
.navbar-header .navbar-icon {
  line-height: 50px;
  height: 50px;
}
.navbar-header a.navbar-icon {
  margin-left: 25px;
}
.typeahead {
  background-color: #FFFFFF;
}
.tt-dropdown-menu {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 4px;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.tt-suggestion {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 10px;
}
.tt-suggestion.tt-cursor {
  background-color: #0097CF;
  color: #FFFFFF;
  cursor: pointer;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion + .tt-suggestion {
  border-top: 1px solid #ccc;
}
.typeahead-header {
  margin: 0 5px 5px 5px;
  padding: 3px 0;
  border-bottom: 2px solid #333;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 992px) {
  .navbar .navbar-brand {
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .url-break {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
      hyphens: auto;
  }
  .dropdown-menu a i{
    color: #FFFFFF;
  }
}
/* Print Handling */
@media print {
  .navbar {
    display: none !important;
  }
  .leaflet-control-container {
    display: none !important;
  }
}

.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.nopadding {
	padding: 0;
}
.bottommargin {
	margin-bottom: 20px;
}
.smallbottommargin {
	margin-bottom: 10px;
}
.smalltopmargin {
	margin-top: 10px;
}
.nopaddingleftright {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
noborder {
	border: none;
}
.bgimage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.feature-name {
    line-height: 40px !important;
}
.progress-bar-info {
    background: #ec008c;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 75%, transparent 75%, transparent);
}

.leaflet-left.leaflet-left {
    top: 10px;
    left: 45px;
}
.leaflet-left.leaflet-left .leaflet-control-zoom {
    margin: 0;
    width: 50px;
    height: 32px;
}

.leaflet-control-zoom-in:before {
    content: "\e151";
    font-family: cordiplan;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9301a8;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.leaflet-control-zoom-out:before {
    content: "\e152";
    font-family: cordiplan;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9301a8;
    font-size: 28px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    left: 0;
}
.leaflet-control-zoom-in {
    position: absolute;
    top: 1px;
    left: 8px;
    width: 28px;
    height: 36px;
}
.leaflet-control-zoom-out {
    position: absolute;
    top: 1px;
    left: 46px;
    width: 28px;
    height: 36px;
}

.cordilogo {
    left: 15px;
    top: 15px;
}

.btn {
    border-radius: 0;
    border: 1px solid #fff;
    background: #9301a8;
    color: #fff;
    -webkit-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}
.btn:hover, 
.btn:active {
    background: #ec008c;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
}
.btn .fa:before{
    margin: 3px 0 0 2px;
    float: right;
}

.layover .btn {
    font-size: 19px;
    line-height: 20px;
}
.btn.light {
    border-radius: 0;
    border: 1px solid #ec008c !important;
    background: transparent;
    color: #ec008c;
    font-size: 12px;
    line-height: 15px;
    -webkit-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.6);
}
.editGeoTools .btn.light {
    font-size: 19px;
    line-height: 20px;
}
.btn.light:hover, 
.btn.light:active, 
.btn.light.active {
    background: #ec008c;
    color: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
}

.layover {
    z-index: 1100;
    right: 0;
    top: 20px;
    border-radius: 0 0 0 10px;
    background: rgba(0,0,0,0.75);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    color: #fff;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    will-change: transform;
}

.layover input, .layover select, .layover textarea{
	color: #333;
}

.layover.off {
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.layover h2 {
    background: #ec008c;
    line-height: 35px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
}
.inside {
    padding-top: 15px;
    padding-bottom: 15px;
}

.layover {
    width: 650px;
}
.layover.big {
    width: 1000px;
}

.layover .volg-detail{
	max-height: 500px;
    overflow: visible;
}

.layover img {
    left: 0;
    top: 0;
}
.cars-holder {
    height: 130px;
}
.car-holder {
    width: 155px;
    height: 95px;
    float: left;
    position: relative;
}
.car-holder > div {
    float: left;
    margin-left: 15px;
}
.car-holder > div input {
    color: #fff !important;
    font-size: 27px !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1) !important;
    width: 75px !important;
    margin-left: -25px !important;
    margin-top: 45px !important;
    text-align: left !important;
    position: relative;
    padding: 0;
}
.layover-out {
    height: 35px;
    border-radius: 0 0 0 10px;
    background: #ec008c;
    left: 0;
    top: 0;
    padding: 0 15px;
    display: none;
}
.fa-minus:before , 
.fa-plus:before  {
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 15px;
    z-index: 1500;
}
.fa-minus:before, 
.fa-plus:before {
    font-size: 19px;
    line-height: 32px;
}
.layover-out .fa-plus {
    margin-left: -5px;
}
.fa-minus {
    top: 0;
    right: 15px;
}
.fa-minus:hover, 
.fa-minus:active, 
.layover-out:hover .fa-plus, 
.layover-out:active .fa-plus {
    color: #9301a8;
    text-decoration: none;
}
.js_scroll-this .scrollbar {
    background: transparent url("../img/bg-scrollbar-track-x.png") no-repeat scroll 0 0;
    clear: both;
    height: 15px;
    margin: 0 0 5px;
    position: relative;
    border-radius: 5px;
}
.js_scroll-this .track {
/*    background: transparent url("../img/bg-scrollbar-trackend-x.png") no-repeat scroll 100% 0;*/
    height: 15px;
    position: relative;
    width: 100%;
}
.js_scroll-this .thumb {
    background: transparent url("../img/bg-scrollbar-thumb-x.png") no-repeat scroll 100% 50%;
    cursor: pointer;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -5px;
}
.js_scroll-this .thumb .end {
    background: transparent url("../img/bg-scrollbar-thumb-x.png") no-repeat scroll 0 50%;
    height: 25px;
    overflow: hidden;
    width: 5px;
}
.js_scroll-this .viewport, 
.js_scroll-this .overview {
    height: 80px;
}
.js_scroll-this .viewport {
    height: 95px;
    position: relative;
    overflow: hidden;
}
.js_scroll-this .overview {
    position: absolute;
    top: 0;
}
.vehicle-holder {
    margin-top: -50px;
    margin-right: -15px;
    z-index: 1001;
}
.info-holder {
    color: #fff;
    overflow: scroll;
    max-height: 450px;
}
.info-row {
    margin-bottom: 10px;
}
.layover table td, 
.layover table th {
    color: #fff;
}
.layover table td {
    font-weight: normal;
}
.layover table th {
    font-weight: bold;
}
.layover table .fa-times-circle {
    color: #cc0000;
}
.layover table tbody tr {
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.layover table tbody tr:hover, 
.layover table tbody tr:active,
.layover table tbody tr.selected {
    background: #ec008c;
}
.layover .slider-holder {
    margin-top: -15px;
    margin-right: -15px;
}
.layover .slider-holder .photo-slider {
    border: 10px solid #ec008c;
    height: 205px;
    border-radius: 50% 0 50% 50%;
    overflow: hidden;
}
.layover .slider-holder .photo-slider .photo-slide {
    height: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.layover a.link {
    color: #fff;
    text-decoration: underline;
}
.cycle-prev:before {
    float: left;
}
.cycle-next:before {
    float: right;
}
.cycle-prev {
    position: absolute;
    left: 60px;
    top: 140px;
    color: #ec008c;
    font-size: 36px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 1100;
}
.cycle-next {
    position: absolute;
    right: 60px;
    top: 140px;
    color: #ec008c;
    font-size: 36px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 1100;
}
.cycle-next:hover, 
.cycle-next:active, 
.cycle-prev:hover, 
.cycle-prev:active {
    color: #9301a8;
}
.amount-img {
    bottom: 44px;
    height: 30px;
    left: 141px;
    width: 95px;
    background: #00af25;
}
.amount-img.half {
    height: 60px;
    background: #ff8400;
}
.amount-img.threekwart {
    height: 90px;
    background: #cc0000;
}
.amount-img.full {
    height: 115px;
    background: #cc0000;
}
.amount {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    position: absolute;
    text-align: center;
    font-size: 27px !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1) !important;
    right: 0;
    top: 110px;
    width: 245px;
}

.login {
    border-radius: 0 0 10px 10px;
    right: auto !important;
    left: 50% !important;
    top: 50% !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 400px !important;
    transition: none !important;
}
.login label {
    line-height: 30px;
    color: #fff;
}
.login input {
    border: 1px solid #000;
    color: #000;
}

.loginerror{
	background: #EC008C;
    color: #fff;
    padding: 5px;
}
.layerslist, .layerslist ul{
	padding: 0;
	list-style: none;
}

.layerslist ul{
	background: #9E9E9E;
	color: #fff;
}

.layerslist ul li:nth-child(1) .subcatholder{
	box-shadow: inset 0 8px 8px -5px #444;
}

.layerslist ul li:nth-last-child(1) .subcatholder{
	box-shadow: inset 0 -8px 8px -5px #444;
}

.layerslist ul li:nth-child(1):nth-last-child(1) .subcatholder{
	box-shadow: inset 0 8px 8px -5px #444, inset 0 -8px 8px -5px #444;
}

.layerslist li {
	position: relative;
    line-height: 30px;
    border-bottom: 1px solid #868585;
}

.layerslist li > ul > li{
/* 	padding-left: 20px; */
}

.layerslist .maincatholder, .layerslist .subcatholder{
	padding-left: 10px;
    transition: background-position ease-in-out 0.2s;
	background-size: 200% 100% !important;
	background-position:right bottom !important;
}

.layerslist input:not(:checked) + .maincatholder, .layerslist input:not(:checked) + .subcatholder{
/* 	box-shadow: none !important; */
}

.layerslist input:checked + .maincatholder, .layerslist input:checked + .subcatholder{
	color: #f7f7f7;
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
	background-position:left bottom !important;
}

.layerslist .dropdownbutton{
	position: absolute;
    right: 10px;
    top: 0;
    height: 30px;
    line-height: 42px;
}

.layerslist label {
	cursor: pointer;
	margin: 0 0 0 10px !important;
	max-width: 80%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
}
.layerslist label .layer-holder {
	line-height: 42px;
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
}
.layerslist li:hover .maincatholder .layer-holder {
	-ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.layerslist .sublayeritem label .layer-holder{
	text-shadow: 1px 1px 2px #000, 1px 1px 2px #000;
    padding: 0;
}

.group-list, .sub-group-list, .sub-sub-group-list {
	height: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
}

.layerslist input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
	max-height: 1000px;
}

.group-group {
	border-top: 1px solid  #868585;
	margin: 0 0 15px 0;
	padding: 15px 0;
	width: 100%;
	float: left;
}

.group-group label {
	height: 30px;
	line-height: 42px;	
}

.group-group .showSelected {
	margin-top: 15px;
}

.group-group .item {
	position: relative;
	margin-bottom: 2px;
	width: 100%;
	float: left;
}

.group-group .item span {
    height: 30px;
    line-height: 42px;
}

.group-group .spectrumpicker{
	width: 10px;
    min-height: 40px;
    float: left;
    margin-right: 10px;
}

.bootstrap-datetimepicker-widget {
	width: 220px !important;
	left: 0 !important;
}
.irs-from, .irs-to, .irs-single {
	z-index: 1000;
}

.irs-from:after, .irs-to:after, .irs-single:after {
	background: #ec008c;
	border-color: #9301a8;
}
.inlayer-styled-select:before, 
.styled-select:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ec008c;
    content: "";
    height: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 10px;
    width: 0;
}
.inlayer-styled-select, 
.styled-select {
    background: #fff;
    border: 1px solid #ec008c;
    width: 250px;
    margin-right: 10px;
    float: left;
    height: 29px;
    overflow: hidden;
    position: relative;
    padding: 0 3px;
}
.styled-select {
    height: 25px;
    width: 100%;
    margin: 0;
}
.inlayer-styled-select select, 
.styled-select select {
    background: none;
    border: none;
    height: 29px;
    width: 100%;
    -webkit-appearance: none; 
    appearance: none;
}
.styled-select select {
    height: 25px;
}
.styled-input, .bootstrap-select .btn {
    background: #fff;
    border: 1px solid #ec008c;
    width: 100%;
    float: left;
    height: 29px;
    padding: 0 3px;
    color: #333;
    line-height: inherit;
    font-size: inherit;
}

.styled-input.one-button{
	width: calc(100% - 30px);
}

.styled-input.two-button{
	width: calc(100% - 60px);
}

.input-button{
	background: #fff;
	color: #333;
	border: 1px solid #ec008c;
	height: 29px;
    line-height: inherit;
    font-size: inherit;
    line-height: 29px;
    width: 30px;
    float: left;
}

@media (max-width: 1300px) {
    .layover.big {
        width: 800px;
    }
}

@media (max-width: 1090px) {
    .layover.big {
        width: 700px;
    }
}




@media (max-width: 990px) {
    .login-page header {
        height: 115px;
    }
    .cordilogo {
        left: auto;
        right: 15px;
        height: 80px;
    }
    nav {
        left: 0;
        top: 112px;
        width: 100%;
    }
    nav > ul > li {
        width: 16.6667%;
        max-width: 16.6667%;
        min-width: 60px;
    }
    nav > ul > li > a {
        width: 100%;
        max-width: 100%;
        text-align: center;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0);
    }
    nav > ul > li > a:hover, 
    nav > ul > li > a:hover {
        width: 100%;
        max-width: 100%;
    }
    nav > ul > li > a img {
        float: none;
        max-width: 100%;
        vertical-align: middle;
    }
}

@media (max-width: 767px) {
    header {
        height: 135px;
    }
    .login-page header {
        height: 75px;
    }
    .cordilogo {
        height: 40px;
    }
    nav {
        top: 73px;
    }
    .layover {
        width: 95% !important;
    }
    .login-page .login {
        width: 95% !important;
    }
}

.circular {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}

.circular.small{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.popupSelect select{
	display: none;
}

div.spectrumpicker{
	display: inline-block;
    height: 40px;
    width: 18px;
    background-color: #ec008c;
}

.timeIcon .iconcontent{
	min-width: 80px;
    background: #fff;
    padding: 5px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    margin: 5px 0 0 5px;
}

.route{
	border-bottom: 1px solid #333;
}

.route:hover{
	background: #ec008c;
}

.fixed-menu-head{
	width: 250px;
	height: 100px;
}

/*
.fixed-menu-head + .sidebar-table{
	margin-top: 100px;
}
*/

.customIcon{
	color: #EC008C;
	font-size: 20px;
	transform: translate(-44%,-25%);
}

.cursor.customIcon i{
	transform: translate(-50%,-50%);
}

.customPointMarker i{
	color: #EC008C;
    font-size: 40px;
    transform: translate(-16px,-32px);
    text-shadow: 3px 3px 5px #333;
    position: absolute;
}

.customPointMarker .sequanceMarkerHolder {
    position: absolute;
    top: -21px;
    left: -5px;
    border-radius: 50%;
    background: #EC008C;
    width: 19px;
    height: 15px;
    text-align: center;
    font-size: 11px;
}

.cursor.customIcon{
	position: absolute;
	pointer-events: none;
}

.noevents{
	pointer-events: none;
}

#map:not(.activeDraw) .leaflet-div-icon{
	border: none;
	background: none;
}

.slidemodal .inside{
	max-height: 50vh;
	overflow: auto;
}

.slidemodal .actionsCell{
    text-align: right;
}

#layerControl{
	background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 5px;
    border-radius: 10px 0 0 10px;
    min-height: 50px;
    min-width: 50px;
    width: 150px;
    margin-right: -10px;
}
#layerControl input[type="checkbox"] {
	margin-top: 2px;		
}
#layerControl .close-btn {
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: #ec008c;
	color: #fff;
	border-radius: 0 0 0 5px;
	text-align: center;
	z-index: 1100;
}
#layerControl .close-btn:hover, 
#layerControl .close-btn:active {
	color: #9301a8;
}
.leaflet-control-nea-layer-control{
	margin-bottom: 80px !important;
}

.closeThisSlideModal{
	cursor: pointer;
	float: left;
	margin-top: 2px;
}

button.fa{
	background: none;
    border: none;
    font-size: 20px;
    width: auto;
}

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

.fullWidth{
	width: 100% !important;
}

.mapTool{
	color: #ec008c;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.mapTool.active{
	background: #ec008c;
	color: #f7f7f7;
}

.ui-sortable-helper {
    display: table;
}

.noPointerEvents{
	pointer-events: none !important;
}

.slidemodal .content_holder{
	position: relative;
	overflow-y: auto;
    overflow-x: hidden;
}

.slideLoader{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1900;
    background: rgba(0,0,0,0.5);
    text-align: center;
    display: none;
}

.slideLoader .spinner{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slideLoader .spinner > span{
	width: 20px;
	height: 20px;
}

.slidemodal .slideIn {
	max-height: 0;
    width: 100%;
    transition: max-height 0.2s ease-in;
    overflow: hidden;
}

.slidemodal.slideTop .slideIn {
    max-height: 1000px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow: visible;
}

.slidemodal.slideTop .slideIn:after{
	content: "";
	display: table;
	clear: both;
}

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

.mapQuickChoice {
    box-shadow: 3px 3px 15px #333;
    width: auto !important;
    height: auto !important;
    padding: 10px;
    border: 1px solid #dadada;
    display: block;
    background: #fff;
}

.mapQuickChoice .btn{
	width: 100%;
	margin-bottom: 5px;
}

.allColumns{
	overflow: hidden;
    max-height: 0;
    transition: max-height 0.25s ease-in;
    padding-top: 1px;
}

.showAllColumns{
	cursor: pointer;
	color: #ec008c;
}

.showAll .allColumns{
	max-height: 5000px;
}

.originalColumns{
	overflow: hidden;
    border-right: 1px solid #fff;
}

.columnHolder{
	margin-bottom: 5px;
}

.slidemodal .showSelected .item {
    width: 20%;
    padding: 0 15px 15px 15px;
    float: left;
}
.slidemodal .showSelected .item .inside-showSelected {
    padding: 10px;
    background: #ec008c;
    border-radius: 3px; 
}
.slidemodal .showSelected .item span {
    width: 100%;
}
.slidemodal .showSelected .item .inside-showSelected .circular {
    background-color: #fff;
    float: none;
    border: 1px solid #ec008c;
}
.modal-body .show {
    float: left;
    width: 20%;
    padding: 0 15px 15px 15px;
    cursor: pointer;
    position: relative;
}
.modal-body .show .item {
    width: 100%;
    padding: 10px;
    background: #ec008c;
    border-radius: 3px;
    text-align: center;
    float: left;
}
.modal-body .show .item .circular {
    background-color: #fff;
    float: none;
    border: 1px solid #ec008c;
}
.modal-body .show .item span {
    width: 100%;
    float: left;
    color: #fff;
}
.modal-body .show input {
    position: absolute;
    left: 23px;
    top: 10px;
    margin: 0;
}
.modal-content, 
.modal-body {
    float: left;
    width: 900px;
}
.drawRoute {
    margin-right: 5px;
}
@media (max-width: 990px) {
    .showSelected .item {
        width: 25%;    
    }
    .modal-body .show {
        width: 25%;
    }
    .modal-content, 
    .modal-body {
        width: 600px;
    }
}
@media (max-width: 768px) {
    .showSelected .item {
        width: 20%;    
    }
    .showSelected .item .inside-showSelected {
        padding: 0;
        background: none;    
    }
    .modal-body .show {
        width: 50%;
    }
    .modal-content, 
    .modal-body {
        width: 100%;
    }
}

.timeBlock label{
	height: auto;
    line-height: 12px;
}

.timeBlock .spectrumpicker{
	min-height: 70px;
}

.deviceMarker{
	width: 50px;
    height: 50px;
    border-radius: 50% 50% 50% 0;
    background: #ec008c;
    position: relative;
    transform: rotate(-45deg);
    top: -53px;
    left: -20px;
    box-shadow: 0px 5px 7px #333;
}

.deviceMarker .markerContent{
	width: 40px;
    height: 40px;
    margin: 5px 0 0 5px;
    background: #2F2F2F;
    position: absolute;
    border-radius: 50%;
    background-size: cover;
    transform: rotate(45deg);
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
}

.deviceMarkerHolder .markerName{
	white-space: nowrap;
    background: #ec008c;
    left: 50%;
    position: absolute;
    top: 0;
    top: -42px;
    box-shadow: 0px 5px 7px #333;
    overflow: hidden;
    transition: width 0.25s ease-out,padding 0.25s ease-out;
    width: 0;
    padding: 5px 0;
}

.deviceMarkerHolder.showname .markerName{
	width: auto;
	padding: 5px 10px 5px 35px;
}

.fileurl{
	white-space: nowrap;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}

.bootstrap-select .dropdown-menu{
	width: 100%;
}


.stocktakingphoto {
    height: 0;
    padding-bottom: calc(33% - 20px);
    width: calc(33% - 20px);
    float: left;
    margin: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 768px) {
	.stocktakingphoto {
	    padding-bottom: calc(50% - 20px);
	    width: calc(50% - 20px);
	}
}

.legendaIndicatorRow td{
	height: 1px;
    overflow: hidden;
    padding: 0 !important;
    line-height: 0.8 !important;
}

.greyed{
	color: #737373;
}

.colorSelectorBackground{
	width: 50px;
    height: calc(100% - 55px);
    border-right: 1px solid #dadada;
    position: absolute;
    z-index: -1;
}

.filterColorHolder{
	float: left;
    width: 50px;
    text-align: center;
    min-height: 1px;
}

.triStateToggle{
	background: #dadada;
    border: 0;
    color: #fff;
    text-align: center;
    width: 35px;
    display: inline-block;
    height: 22px;
    transition: background 0.2s ease-out;
    position: relative;
    cursor: pointer;
}

.triStateToggle.pri{
	background: #ec008c;
}

.triStateToggle.sec{
	background: #007aec;
}

.triStateToggle .toggleText{
	position: absolute;
	line-height: 22px;
	display: none;
}

.triStateToggle .toggleText > span{
	display: none;
}

.triStateToggle.pri .toggleText{
	left: 12px;
	display: block;
}

.triStateToggle.pri .toggleText > span.priText{
	display: block;
}

.triStateToggle.sec .toggleText{
	left: 4px;
	display: block;
}

.triStateToggle.sec .toggleText > span.secText{
	display: block;
}

.filterBlock{
	padding: 5px 0;
    border-bottom: 1px solid #dadada;
    overflow: auto;
}

.filterLabel{
	overflow: auto;
}

.filterLabelText{
	font-size: 18px;
    display: block;
}

.filterContentHolder{
	max-width: 170px;
	float: left;
    padding-left: 10px;
}

.filterRow, .filterHolder .item{
	padding: 5px 0;
	display: table;
	width: 100%;
}

.sendHolder{
	text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}

.filterHolder{
	padding-top: 10px;
}

.toggleHolder{
	height: 100%;
    width: 100%;
    position: relative;
}

.toggleHandle{
	height: 100%;
    width: 8px;
    background: #fff;
    border: 1px solid #bdbdbd;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    transition: transform 0.2s ease-out, left 0.2s ease-out;
    will-change: transform, left;
}

.triStateToggle.pri .toggleHandle{
	transform: translateX(0%);
    left: 0;
}

.triStateToggle.sec .toggleHandle{
	transform: translateX(-100%);
    left: 100%;
}

.filterContentHolder .circular{
	float: left;
}

.filterContentHolder .objectName{
	height: 40px;
    line-height: 40px;
    display: block;
    margin-left: 10px;
    float: left;
}

.filterContentHolder .bootstrap-select{
	width: 165px !important;
}

.deleteTimeBlock{
	position: absolute;
    right: 5px;
    padding: 0 5px;
    line-height: 18px !important;
}

.mapSettingsWrapper h3{
	font-size: 20px;
	margin: 0 0 10px 0;
}

.mapSettingsWrapper .listGroup{
	overflow: auto;
    border-bottom: 1px solid #444;
    padding: 10px 0px;
}

.mapSettingsWrapper .input-row{
	padding: 5px;
	border-top: 1px solid #eee;
}

.mapSettingsWrapper input:checked + .input-row{
	background: #ec008c;
    color: #f7f7f7;
}

.mapSettingsWrapper label {
    display: block;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
}

.tilesControllHolder .tilePreview{
	vertical-align: middle;
	margin-right: 10px;
}

.logout{
	font-size: 20px;
}

.leaflet-routing-container{
	display: none;
}

header{
	height: 60px;
	width: 100%;
    margin: 0;
    padding: 0;
    line-height: 60px;
    background-color: #fff;
    color: #666;
    text-align: center;
    border-bottom: 1px solid #c6d0da;
    z-index: 10000;
}

header .menuHolder .headerButton{
	width: 60px;
    height: 60px;
    border-right: 1px solid #c6d0da;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    cursor: pointer;
    float: left;
}

header .menuHolder.pull-right .headerButton{
	border-right: none;
	border-left: 1px solid #c6d0da;
}

header .menuButton .prevButtonIcon{
	display: none;
}

header .menuButton.prev .prevButtonIcon{
	display: block;
}

header .menuButton.prev .menuButtonIcon{
	display: none;
}

header .menuHolder{
	text-align: left;
}

header .menuHolder.open .menuButton{
	background: #ae40be;
	color: #fff;
}

header .menuHolder .menuWrapper{
	background: rgba(255,255,255,0.9);
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 320px;
	z-index: 1800;
    transform: translateX(-110%);
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0px 3px 5px 1px #666;
}

header .menuHolder.pull-right .menuWrapper{
	right: 0px;
	left: auto;
	transform: translateX(110%);
}

@media screen and (max-width: 422px){
	header .menuHolder .menuWrapper {
	    width: 100%;
	}
}

header .menuHolder.open .menuWrapper{
	transform: translateX(0);
}

header .menuHolder .menuWrapper .menuScroller{
	overflow: auto;
    width: 100%;
    height: 100%;
}

header .menuHolder .menuWrapper .menuSlider{
	width: 100%;
}

header .menuScroller ul{
	line-height: 60px;
	padding: 0;
	margin: 0;
	list-style: none;
    text-transform: none;
    font-size: 18px;
    width: 100%;
    color: #666;
}

header .menuScroller ul li{
	cursor: pointer;
}

header .menuScroller ul li:not(.headerbtn):after{
	content: "\e020";
	font-family: "cordiplan" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

header .menuScroller ul > li.active{
	color: #ae40be;
}

header .menuScroller ul > li:hover{
	background-color: #ae40be;
	color: #fff;
}

header .menuScroller ul li:not(:first-child){
    box-shadow: inset 0 1px #c6d0da;
}

header .menuIcon{
	float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
}

header .menu-title{
	display: inline-block;
	height: 100%;
	margin-left: 15px;
}

header .menuIcon + .menu-title{
	margin-left: 0;
}

header .menuScroller ul li ul{
	position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    display: none;
    transition: transform 0.3s;
}

header .menuScroller ul li.open > ul, header .menuScroller ul li.transition > ul{
	display: block;
}

header .menuSlider{
	transition: transform 0.3s;
}

header .neaMapSettingsControl .mapSettingsWrapper{
	padding: 10px;
	line-height: 1.42857143;
}

.logoHolder{
	z-index: 750;
    position: absolute;
}

.logoHolder .backgroundholder{
	background: url(../img/bg.png) left top no-repeat;
	width: 540px;
	height: 540px;
	pointer-events: none;
	left: 0;
	top: 0;
	position: absolute;
}

.logoHolder .cordilogo {
    left: 15px;
    top: 15px;
    position: absolute;
}

.headerLogo{
	display: inline-block;
    height: 40px;
    display: none;
}

.headerLogo img{
	height: 100%;
}

.headerControl{
	height: 59px;
    position: absolute;
    left: 60px;
    top: 0;
    right: 60px;
    background: #ec008c;
    text-align: center;
    color: #fff;
}

@media (max-width: 990px) {
	.logoHolder{
		display: none;
	}
	
	.headerLogo{
		display: inline-block;
	}
}

.geo-object-tabs {
    overflow: auto;
    border: 1px solid #eee;
    white-space: nowrap;
}

.geo-object-tab {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border-right: 1px solid #eee;
    display: inline-block;
    margin-right: -4px;
    cursor: pointer;
}

.geo-object-tab.active{
	background: #ec008c;
}

.geo-object-info-blocks, .geo-object-info-block{
	overflow: auto;
}

.updatePlanningStatus{
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.updatePlanningStatus h3{
	margin-top: 0;
}