@media print {
	body { background-color:#fff; }
  .noprint, #form, #top-menu, #slider-vertical, #egrip, #linklist, 
  .leaflet-top, .leaflet-left, .leaflet-popup-close-button, 
  .leaflet-control-minZoomIndecator, .wiped, .toast-container { display:none; }
  #map { border:2px solid black;border-radius:10px; }
  #district-label { border-top-left-radius:10px; }
}

/* common classes */
.center {
	text-align:center;
}

fieldset {
	padding:9px;
  border-radius:5px;
  border:1px solid #aaa;
}

#default-style {
  float:right;
  width:573px;
}

#default-style > fieldset > div {
  display:inline-block;
  margin-right:10px;
}

#default-width,
.border-width,
.tgrp-border-width,
#default-width-unassigned {
  width: 33px;
  height: 30px;
  border: 1px solid;
  font-size: 1.1em;
  vertical-align: middle;
}

td[data-style=style] > span,
.style > span:first-child,
.style-settings > span {
	float:left;
	font-size:0.8em;
	margin:0 5px;
}

#select_cong {
	display: inline;
}

#amount-div,
.hidden {
  display:none !important;
}

#egrip {
	border:3px solid #999; 
	border-radius:0 7px 7px 0; 
	width:10px; 
	height:40px; 
	background-color:#ccc; 
	position:relative; 
	left:calc(100% + 1px); 
	top:44% !important;
}

#egrip:hover {
	border:3px solid #999 !important; 
	background-color:#ccc !important; 
}

#egrip.print-view {
	border-color:transparent;
	background-color:transparent;
}

/*#toggle-view-button {
	position:absolute;
	left:calc(100% + 10px);
	z-index:999;
	width:22px;
	height:22px;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:6px;
	background-image:url('./images/draw-circle.png');
	background-repeat:no-repeat;
	background-position:50% 50%;
}

#toggle-view-button:hover {
	background-color:#ddd;
	border:1px solid #bbb;
}

#slider-vertical {
  float:left;
  height:355px;
  margin-left:30px;
  position:relative;
  top:40px;
  left:-15px;
}

#amount-div {
  float:left;
  left:10px;
  position:relative;
  top:50px;
}*/

div.header {
  margin-bottom:10px;
}

/* leaflet custom styles */

.leaflet-bottom .leaflet-control-attribution {
	position:relative;
	padding-top:5px;
	margin-bottom:0;
	margin-right:0;
	border-top-left-radius:5px;
	background:rgba(238,238,238,0.7) !important;
	}

.leaflet-bottom .leaflet-control-attribution:hover {
	top:0;
	background:rgba(238,238,238,0.7);
	}
  @media print {
    .leaflet-bottom .leaflet-control-attribution { top:0;background:transparent; }
  }

.leaflet-top.leaflet-left {
	top:7%;
}

.print-view .leaflet-control,
.leaflet-bar-part {
	background-color:transparent;
	box-shadow:none;
}

.print-view .leaflet-bar,
.print-view .leaflet-control-zoom a,
.print-view .leaflet-control-layers {
	border:none !important;
	color:transparent !important;
}

.print-view .leaflet-control a,
.print-view .leaflet-control-custom {
	background-color:transparent !important;
	background-image:none !important;
}

#linklist.print-view,
#form.print-view,
.print-view header {
	display:none;
}

body.print-view {
	background-color:#fff;
}

img.rotate.print-view {
	display:block !important;
}

.leaflet-popup-content-wrapper {
	border-radius:8px;
}

.leaflet-popup-content {
	margin:0;
	padding:0 3px;
}

.popup-heading {
	font-size:1.5em;
	display: block;
	text-align:center;
}
/* END leaflet custom styles */

#district-label {
	z-index:600;
	position:absolute;
	top:2px;
	left:2px;
	white-space:nowrap;
	background-color:#fff;
	min-width:30%;
	width:auto;
	font-family: Ubuntu, Verdana, Arial;
	color:#000;
	padding:0 1%;
	border-top-left-radius:calc(10% + 5px);
}

.tname {
	font-size: 1.5em;
	font-weight: bold;
	margin-right: 20px;
	vertical-align: sub;
}
.tdes {
	font-size: 1.1em;
}

.leaflet-popup-close-button {
	color:#fefefe !important;
}
.leaflet-popup-close-button:hover {
	color:#999 !important;
}



/* styledLayerControl */

.group-header {
	background-color:#DDD;
}

.styled-layer-control-button {
	background-color:#eee !important;
	border:1px solid #ccc !important;
	font-size:0.7em !important;
}

.ac-container label {
	white-space: nowrap;
}
.ac-container article {
	margin: -1px 5px 5px;
}
.menu-item-checkbox {
	display:inline-flex;
}
.ac-container {
	max-width: 300px;
}

/*
.ac-container input.menu:checked ~ article.ac-large {
	max-height:1000px !important;
}
*/

.leaflet-control-layers {
  max-height: 90%;
  overflow: auto;
}




body { 
  background-color:#4F4343;
  color:silver;
  margin:0;
  font-size:100%;
}

table {
  border-collapse:collapse !important;
}
td, th {
  border:1px solid silver !important;
}
/*
tr:hover {
  background-color:#99786F;
  background-color:#6B534E;
	o/pacity: 0.5;
}
*/
tr.header:hover,
tfoot tr:hover {
  background-color:transparent;
}

td {
  padding:2px;
  vertical-align:top;
}

.btn-container {
  display:inline;
}

.btn-container a {
  float:right;
  /*p/adding: 3px 6px;*/
  /*m/argin:0;*/
}

#top-menu { 
  width:100%;
  height:20px;
  background-color:#51002E;
  background-color:#3D2D2D;
  text-align:right;
  font-size:0.8em;
  font-family:Helvetica;
  margin-bottom:5px;
  padding-top:3px;
}

#top-menu a { 
  font-size:1em;
  text-shadow:none;
  /*margin:0 0 0 10px;*/
  padding: 3px 5px;
}

.menu-item,
.submenu-item {
  text-decoration: none;
}

.menu-item:hover {
	background-color:#665757;
}

#menu {
  float:left;
}

#logout,
#act_cong {
  margin-right:10px;
  padding-bottom:5px;
  display:inline-block;
  float:right;
  font-size:75%;
}

#logout #logout-menu {
  position:absolute;
  top:30px;
  background-color:#FFF;
  opacity:0.9;
  border:1px solid #CCC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index:999;
  display:none;
}

#logout:hover #logout-menu {
  display:block;
}

#logout-menu a {
  display:block;
  padding:5px 10px;
  margin:0;
}

#logout-menu a:hover {
  background-color:#777777;
}

#ticker {
	background-color:red;
	color:#FFF;
	font-weight:bold;
	border-radius:5px;
	display:inline;
	position:absolute;
	top:5px;
	padding:4px;
}

#oops, .unavailable {
	color:#fff;
	background-color:red;
	font:1.5em bold;
	padding:20px;
	border:3px dashed #fff;
	border-radius:10px;
	z-index:9999;
	opacity: 0.9;
	position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#menu span .submenu {
  position:relative;
  right:90px;
  top:20px;
  background-color:#FFF;
  opacity:0.9;
  border:1px solid #CCC;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index:999;
  display:none;
}

#menu span:hover .submenu {
  display:inline;
}

.submenu {
  background-color:#777777;
}

#content {
  padding:10px;
}

#mapcontainer { 
  float:left;
  margin-right:15px;
}

#mapsection #map {
	z-index:500;
  /*w/idth:740px;*/
  /*h/eight:525px;*/
  border:2px solid black;
  border-radius:2%;
}

#map {
  color:#000;
  width:100%;
  height:100%;
}

#form { 
  width:573px;
  float:right;
  padding:5px;
  border:1px solid silver;
  background-color:#594C4C;
  margin-bottom:5px;
  border-radius:10px;
}

.form,
.district-form { 
  width:500px;
  color:#FFF;
  border-radius:5px;
}

.label-grp {
  font-size:smaller;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:5px;
}

#terr_data, #loadnew { 
  width:550px;
  padding:10px;
  border:1px solid silver;
  float:left;
  background-color:#4F4343; 
}

#loadnew { 
  margin-top:10px; 
}

label {
  display:inline-block;
  color:#B2A2A2; 
  margin:0 2px 0 0;
  padding-right:5px;
}

.warning {
	color: #fff;
	background-color: #ff7500;
	padding: 3px;
	border-radius: 4px;
}
/*
#center {
  position:absolute;
  top:50%;
  left:50%;
  width:1px;
  height:1px;
}

#login {
  position:relative;
  top:-100px;
  left:-250px;
}
*/
.center {
  margin-left:auto;
  margin-right:auto;
  margin-top:15%;
}

select {
  background-color: transparent;
  border: 1px solid transparent;
  /*c/olor: #B2A2A2;*/
  /*m/argin-left: -15px;*/
  /*t/ext-indent: 15px;*/
  font-size:1em;
}

select,
input[type=text],
input[type=search],
input[type=password],
input[type=checkbox],
.chosen-container-multi .chosen-choices,
.edit-table tr.edit input,
.choice-elem,
textarea {
	background-image:none;
  background-color:#917171;
  margin:1px;
  padding-left:3px;
  border:1px solid #B2A2A2;
  vertical-align:middle;
}

/* jQuery UI custom styles */

.ui-dialog {
	background-color:#cbb9b9;
}
.ui-widget-content {
	background-image:none;
}
.ui-widget-header {
	background-image:none;
	background-color:#8a7777;
}

/* jquery dialog */
#submit_terr2cong,
#set_terr_unassigned,
#set_terr_assigned {
	float:right;
}
.ui-dialog hr {
	clear:both;
	margin-bottom:10px;
}

/* chosen jQuery plugin */
.chosen-container-multi .chosen-choices li.search-choice {
	border:1px solid #624545;
	background-color:#775a5a;
	background-image:none;
	-webkit-box-shadow:none;
	color:silver;
}

/* select jQuery plugin */
.select-checkbox::before,
.select-checkbox::after {
	display:none !important;
}

.chosen-disabled {
	opacity:1 !important;
}

.chosen-disabled .chosen-choices {
	border:none;
	background-color:transparent;
}

.chosen-disabled .chosen-choices li.search-choice {
	border-color:#a78989;
}

.chosen-disabled .search-choice-close {
	display:none !important;
}

.table-input td input[type=text] {
  margin:0;
}

input[type=checkbox] {
  margin:3px 3px 5px 10px !important;
}

input.login { 
  font:1.5em normal Verdana;
  height:30px;
  width:300px;
  padding-left:10px;
  color:#DDD;
  margin:10px;
}

input[type=submit], 
input[type=button],
.button,
.dt-buttons button { 
  font:1em normal Verdana;
  color:#4F4343 !important;
  background-color:#B2A2A2;
  border:2px solid #917171;
  border-radius:5px;
  padding:5px;
  margin:5px;
  cursor:pointer;
}
.button { 
  padding:6px;
  text-decoration:none;
}

input[type=submit]:hover, 
input[type=button]:hover,
.button:hover,
.dt-buttons button:hover { 
  color:#605555;
  background-color:#E5CECE;
  cursor:pointer; 
}

input[type=submit]:hover.disabled, 
input[type=button]:hover.disabled,
.button:hover.disabled,
.dt-buttons button:hover.disabled { 
  background-color:#B2A2A2;
}

.edit td,
.edit select, 
.edit input {
  color:#3D3D3D !important;
  background-color:#897A7A;
}

/*
.edit-table tr input {
  background-color:transparent;
  border:none;
  color:silver;
  font-size:1em;
  padding:0;
}
*/

.info {
  cursor:help;
}

a { 
  color:#003554;
  color:#498AAF; 
}

a:hover { 
  color:#B3D2E5; 
}

#linklist {
	z-index:100;
  border:1px solid silver;
  padding:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px; 
  position:relative;
  bottom:3px;
  left:2px;
}

#linklist a { 
  margin-top:10px;
  padding:2px; 
}

#linklist a:hover { 
  background-color:#665757; 
}

.margin-top {
	margin-top:20px;
}

.err {
  color:red;
  border:2px dashed red;
}

.warn {
	color:orange;
  border:2px dashed orange;
}

.msg {
  color:#AACDFF;
  border:2px dashed #AACDFF;
}

.err, .warn, .msg {
	margin-bottom:10px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 5px #000;
}

/* Map rotation *//*
.leaflet-tile-pane {
  width:592px;
  height:420px;
}*/
  
/************** Icon Font ****************/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		  url('fonts/icomoon.woff') format('woff'),
		  url('fonts/icomoon.ttf') format('truetype'),
		  url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: 1;
	font-size: 1.2em;
	opacity: 0.5;
  /*t/ext-shadow: 2px 2px 4px rgba(150, 150, 150, 1);*/
  vertical-align:middle;

	/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
}

[class^="icon-"]:hover, [class*=" icon-"]:hover,
.icon-checkmark, .icon-checkmark2 {
	opacity: 1;
}

.icon-home:before {
	content: "\e602";
}
.icon-home2:before {
	content: "\e603";
}
.icon-home3:before {
	content: "\e604";
}
.icon-office:before {
	content: "\e605";
}
.icon-newspaper:before {
	content: "\e606";
}
.icon-pencil:before {
	content: "\e607";
	color:orange;
}
.icon-pencil2:before {
	content: "\e608";
	color:orange;
}
.icon-quill:before {
	content: "\e609";
}
.icon-pen:before {
	content: "\e60a";
}
.icon-blog:before {
	content: "\e60b";
}
.icon-droplet:before {
	content: "\e60c";
}
.icon-paint-format:before {
	content: "\e60d";
}
.icon-image:before {
	content: "\e60e";
}
.icon-image2:before {
	content: "\e60f";
}
.icon-images:before {
	content: "\e610";
}
.icon-camera:before {
	content: "\e611";
}
.icon-music:before {
	content: "\e612";
}
.icon-headphones:before {
	content: "\e613";
}
.icon-play:before {
	content: "\e614";
}
.icon-film:before {
	content: "\e615";
}
.icon-camera2:before {
	content: "\e616";
}
.icon-dice:before {
	content: "\e617";
}
.icon-pacman:before {
	content: "\e618";
}
.icon-spades:before {
	content: "\e619";
}
.icon-clubs:before {
	content: "\e61a";
}
.icon-diamonds:before {
	content: "\e61b";
}
.icon-pawn:before {
	content: "\e61c";
}
.icon-bullhorn:before {
	content: "\e61d";
}
.icon-connection:before {
	content: "\e61e";
}
.icon-podcast:before {
	content: "\e61f";
}
.icon-feed:before {
	content: "\e620";
}
.icon-book:before {
	content: "\e621";
}
.icon-books:before {
	content: "\e622";
}
.icon-library:before {
	content: "\e623";
}
.icon-file:before {
	content: "\e624";
}
.icon-profile:before {
	content: "\e625";
}
.icon-file2:before {
	content: "\e626";
}
.icon-file3:before {
	content: "\e627";
}
.icon-file4:before {
	content: "\e628";
}
.icon-copy:before {
	content: "\e629";
}
.icon-copy2:before {
	content: "\e62a";
}
.icon-copy3:before {
	content: "\e62b";
}
.icon-paste:before {
	content: "\e62c";
}
.icon-paste2:before {
	content: "\e62d";
}
.icon-paste3:before {
	content: "\e62e";
}
.icon-stack:before {
	content: "\e62f";
}
.icon-folder:before {
	content: "\e630";
}
.icon-folder-open:before {
	content: "\e631";
}
.icon-tag:before {
	content: "\e632";
}
.icon-tags:before {
	content: "\e633";
}
.icon-barcode:before {
	content: "\e634";
}
.icon-qrcode:before {
	content: "\e635";
}
.icon-ticket:before {
	content: "\e636";
}
.icon-cart:before {
	content: "\e637";
}
.icon-cart2:before {
	content: "\e638";
}
.icon-cart3:before {
	content: "\e639";
}
.icon-coin:before {
	content: "\e63a";
}
.icon-credit:before {
	content: "\e63b";
}
.icon-calculate:before {
	content: "\e63c";
}
.icon-support:before {
	content: "\e63d";
}
.icon-phone:before {
	content: "\e63e";
}
.icon-phone-hang-up:before {
	content: "\e63f";
}
.icon-address-book:before {
	content: "\e640";
}
.icon-notebook:before {
	content: "\e641";
}
.icon-envelope:before {
	content: "\e642";
}
.icon-pushpin:before {
	content: "\e643";
}
.icon-location:before {
	content: "\e644";
}
.icon-location2:before {
	content: "\e645";
}
.icon-compass:before {
	content: "\e646";
}
.icon-map:before {
	content: "\e647";
}
.icon-map2:before {
	content: "\e648";
}
.icon-history:before {
	content: "\e649";
}
.icon-clock:before {
	content: "\e64a";
}
.icon-clock2:before {
	content: "\e64b";
}
.icon-alarm:before {
	content: "\e64c";
}
.icon-alarm2:before {
	content: "\e64d";
}
.icon-bell:before {
	content: "\e64e";
}
.icon-stopwatch:before {
	content: "\e64f";
}
.icon-calendar:before {
	content: "\e650";
}
.icon-calendar2:before {
	content: "\e651";
}
.icon-print:before {
	content: "\e652";
}
.icon-keyboard:before {
	content: "\e653";
}
.icon-screen:before {
	content: "\e654";
}
.icon-laptop:before {
	content: "\e655";
}
.icon-mobile:before {
	content: "\e656";
}
.icon-mobile2:before {
	content: "\e657";
}
.icon-tablet:before {
	content: "\e658";
}
.icon-tv:before {
	content: "\e659";
}
.icon-cabinet:before {
	content: "\e65a";
}
.icon-drawer:before {
	content: "\e65b";
}
.icon-drawer2:before {
	content: "\e65c";
}
.icon-drawer3:before {
	content: "\e65d";
}
.icon-box-add:before {
	content: "\e65e";
}
.icon-box-remove:before {
	content: "\e65f";
}
.icon-checkin2:before {
	content: "\e660";
	color:maroon;
}
.icon-checkout2:before {
	content: "\e661";
	color:green;
}
.icon-disk:before {
	content: "\e662";
	color:#4886F9;
}
.icon-storage:before {
	content: "\e663";
}
.icon-undo:before {
	content: "\e664";
}
.icon-redo:before {
	content: "\e665";
}
.icon-flip:before {
	content: "\e666";
}
.icon-flip2:before {
	content: "\e667";
}
.icon-undo2:before {
	content: "\e668";
}
.icon-redo2:before {
	content: "\e669";
}
.icon-forward:before {
	content: "\e66a";
}
.icon-reply:before {
	content: "\e66b";
}
.icon-bubble:before {
	content: "\e66c";
}
.icon-bubbles:before {
	content: "\e66d";
}
.icon-bubbles2:before {
	content: "\e66e";
}
.icon-bubble2:before {
	content: "\e66f";
}
.icon-bubbles3:before {
	content: "\e670";
}
.icon-bubbles4:before {
	content: "\e671";
}
.icon-user:before {
	content: "\e672";
}
.icon-users:before {
	content: "\e673";
}
.icon-user2:before {
	content: "\e674";
}
.icon-users2:before {
	content: "\e675";
}
.icon-user3:before {
	content: "\e676";
}
.icon-user4:before {
	content: "\e677";
}
.icon-quotes-left:before {
	content: "\e678";
}
.icon-busy:before {
	content: "\e679";
}
.icon-spinner:before {
	content: "\e67a";
}
.icon-spinner2:before {
	content: "\e67b";
}
.icon-spinner3:before {
	content: "\e67c";
}
.icon-spinner4:before {
	content: "\e67d";
}
.icon-spinner5:before {
	content: "\e67e";
}
.icon-spinner6:before {
	content: "\e67f";
}
.icon-binoculars:before {
	content: "\e680";
}
.icon-search:before {
	content: "\e681";
}
.icon-zoomin:before {
	content: "\e682";
}
.icon-zoomout:before {
	content: "\e683";
}
.icon-expand:before {
	content: "\e684";
}
.icon-contract:before {
	content: "\e685";
}
.icon-expand2:before {
	content: "\e686";
}
.icon-contract2:before {
	content: "\e687";
}
.icon-key:before {
	content: "\e688";
}
.icon-key2:before {
	content: "\e689";
}
.icon-lock:before {
	content: "\e68a";
}
.icon-lock2:before {
	content: "\e68b";
}
.icon-unlocked:before {
	content: "\e68c";
}
.icon-wrench:before {
	content: "\e68d";
}
.icon-settings:before {
	content: "\e68e";
}
.icon-equalizer:before {
	content: "\e68f";
}
.icon-cog:before {
	content: "\e690";
}
.icon-cogs:before {
	content: "\e691";
}
.icon-cog2:before {
	content: "\e692";
}
.icon-hammer:before {
	content: "\e693";
}
.icon-wand:before {
	content: "\e694";
}
.icon-aid:before {
	content: "\e695";
}
.icon-bug:before {
	content: "\e696";
}
.icon-pie:before {
	content: "\e697";
}
.icon-stats:before {
	content: "\e698";
}
.icon-bars:before {
	content: "\e699";
}
.icon-bars2:before {
	content: "\e69a";
}
.icon-gift:before {
	content: "\e69b";
}
.icon-trophy:before {
	content: "\e69c";
}
.icon-glass:before {
	content: "\e69d";
}
.icon-mug:before {
	content: "\e69e";
}
.icon-food:before {
	content: "\e69f";
}
.icon-leaf:before {
	content: "\e6a0";
}
.icon-rocket:before {
	content: "\e6a1";
}
.icon-meter:before {
	content: "\e6a2";
}
.icon-meter2:before {
	content: "\e6a3";
}
.icon-dashboard:before {
	content: "\e6a4";
}
.icon-hammer2:before {
	content: "\e6a5";
}
.icon-fire:before {
	content: "\e6a6";
}
.icon-lab:before {
	content: "\e6a7";
}
.icon-magnet:before {
	content: "\e6a8";
}
.icon-remove2:before {
	content: "\e6a9";
	color:silver;
}
.icon-remove2:hover {
  /*t/ext-shadow: 2px 2px 3px rgba(255, 150, 150, 1);*/
}
.icon-remove:before {
	content: "\e6aa";
	color:silver;
}
.icon-briefcase:before {
	content: "\e6ab";
}
.icon-airplane:before {
	content: "\e6ac";
}
.icon-truck:before {
	content: "\e6ad";
}
.icon-road:before {
	content: "\e6ae";
}
.icon-accessibility:before {
	content: "\e6af";
}
.icon-target:before {
	content: "\e6b0";
}
.icon-shield:before {
	content: "\e6b1";
}
.icon-lightning:before {
	content: "\e6b2";
}
.icon-switch:before {
	content: "\e6b3";
}
.icon-powercord:before {
	content: "\e6b4";
}
.icon-signup:before {
	content: "\e6b5";
}
.icon-list:before {
	content: "\e6b6";
}
.icon-list2:before {
	content: "\e6b7";
}
.icon-numbered-list:before {
	content: "\e6b8";
}
.icon-menu:before {
	content: "\e6b9";
}
.icon-menu2:before {
	content: "\e6ba";
}
.icon-tree:before {
	content: "\e6bb";
}
.icon-cloud:before {
	content: "\e6bc";
}
.icon-cloud-download:before {
	content: "\e6bd";
}
.icon-cloud-upload:before {
	content: "\e6be";
}
.icon-download2:before {
	content: "\e6bf";
}
.icon-upload2:before {
	content: "\e6c0";
}
.icon-globe:before {
	content: "\e6c1";
}
.icon-earth:before {
	content: "\e6c2";
}
.icon-link:before {
	content: "\e6c3";
}
.icon-flag:before {
	content: "\e6c4";
}
.icon-attachment:before {
	content: "\e6c5";
}
.icon-eye:before {
	content: "\e6c6";
}
.icon-eye-blocked:before {
	content: "\e6c7";
}
.icon-eye2:before {
	content: "\e6c8";
}
.icon-bookmark:before {
	content: "\e6c9";
}
.icon-bookmarks:before {
	content: "\e6ca";
}
.icon-brightness-medium:before {
	content: "\e6cb";
}
.icon-brightness-contrast:before {
	content: "\e6cc";
}
.icon-contrast:before {
	content: "\e6cd";
}
.icon-star:before {
	content: "\e6ce";
}
.icon-star2:before {
	content: "\e6cf";
}
.icon-star3:before {
	content: "\e6d0";
}
.icon-heart:before {
	content: "\e6d1";
}
.icon-heart2:before {
	content: "\e6d2";
}
.icon-heart-broken:before {
	content: "\e6d3";
}
.icon-thumbs-up:before {
	content: "\e6d4";
}
.icon-thumbs-up2:before {
	content: "\e6d5";
}
.icon-happy:before {
	content: "\e6d6";
}
.icon-happy2:before {
	content: "\e6d7";
}
.icon-smiley:before {
	content: "\e6d8";
}
.icon-smiley2:before {
	content: "\e6d9";
}
.icon-tongue:before {
	content: "\e6da";
}
.icon-tongue2:before {
	content: "\e6db";
}
.icon-sad:before {
	content: "\e6dc";
}
.icon-sad2:before {
	content: "\e6dd";
}
.icon-wink:before {
	content: "\e6de";
}
.icon-wink2:before {
	content: "\e6df";
}
.icon-grin:before {
	content: "\e6e0";
}
.icon-grin2:before {
	content: "\e6e1";
}
.icon-cool:before {
	content: "\e6e2";
}
.icon-cool2:before {
	content: "\e6e3";
}
.icon-angry:before {
	content: "\e6e4";
}
.icon-angry2:before {
	content: "\e6e5";
}
.icon-shocked:before {
	content: "\e6e6";
}
.icon-shocked2:before {
	content: "\e6e7";
}
.icon-confused:before {
	content: "\e6e8";
}
.icon-confused2:before {
	content: "\e6e9";
}
.icon-neutral:before {
	content: "\e6ea";
}
.icon-neutral2:before {
	content: "\e6eb";
}
.icon-wondering:before {
	content: "\e6ec";
}
.icon-wondering2:before {
	content: "\e6ed";
}
.icon-point-up:before {
	content: "\e6ee";
}
.icon-point-right:before {
	content: "\e6ef";
}
.icon-point-down:before {
	content: "\e6f0";
}
.icon-point-left:before {
	content: "\e6f1";
}
.icon-warning:before {
	content: "\e6f2";
}
.icon-notification:before {
	content: "\e6f3";
}
.icon-question:before {
	content: "\e6f4";
}
.icon-info:before {
	content: "\e6f5";
}
.icon-info2:before {
	content: "\e6f6";
}
.icon-blocked:before {
	content: "\e6f7";
}
.icon-cancel-circle:before {
	content: "\e6f8";
	color:#FF3B38;
}
.icon-checkmark-circle:before {
	content: "\e6f9";
}
.icon-spam:before {
	content: "\e6fa";
}
.icon-close:before {
	content: "\e6fb";
}
.icon-checkmark:before {
	content: "\e6fc";
	color:#9DF495;
}
.icon-checkmark2:before {
	content: "\e6fd";
	color:#9DF495;
}
.icon-spell-check:before {
	content: "\e6fe";
}
.icon-minus:before {
	content: "\e6ff";
}
.icon-plus:before {
	content: "\e700";
	color:#9DF495;
}
.icon-enter:before {
	content: "\e701";
}
.icon-exit:before {
	content: "\e702";
}
.icon-play2:before {
	content: "\e703";
}
.icon-pause:before {
	content: "\e704";
}
.icon-stop:before {
	content: "\e705";
}
.icon-backward:before {
	content: "\e706";
}
.icon-forward2:before {
	content: "\e707";
}
.icon-play3:before {
	content: "\e708";
}
.icon-pause2:before {
	content: "\e709";
}
.icon-stop2:before {
	content: "\e70a";
}
.icon-backward2:before {
	content: "\e70b";
}
.icon-forward3:before {
	content: "\e70c";
}
.icon-first:before {
	content: "\e70d";
}
.icon-last:before {
	content: "\e70e";
}
.icon-previous:before {
	content: "\e70f";
}
.icon-next:before {
	content: "\e710";
}
.icon-eject:before {
	content: "\e711";
}
.icon-volume-high:before {
	content: "\e712";
}
.icon-volume-medium:before {
	content: "\e713";
}
.icon-volume-low:before {
	content: "\e714";
}
.icon-volume-mute:before {
	content: "\e715";
}
.icon-volume-mute2:before {
	content: "\e716";
}
.icon-volume-increase:before {
	content: "\e717";
}
.icon-volume-decrease:before {
	content: "\e718";
}
.icon-loop:before {
	content: "\e719";
}
.icon-loop2:before {
	content: "\e71a";
}
.icon-loop3:before {
	content: "\e71b";
}
.icon-shuffle:before {
	content: "\e71c";
}
.icon-arrow-up-left:before {
	content: "\e71d";
}
.icon-arrow-up:before {
	content: "\e71e";
}
.icon-arrow-up-right:before {
	content: "\e71f";
}
.icon-arrow-right:before {
	content: "\e720";
}
.icon-arrow-down-right:before {
	content: "\e721";
}
.icon-arrow-down:before {
	content: "\e722";
}
.icon-arrow-down-left:before {
	content: "\e723";
}
.icon-arrow-left:before {
	content: "\e724";
}
.icon-arrow-up-left2:before {
	content: "\e725";
}
.icon-arrow-up2:before {
	content: "\e726";
}
.icon-arrow-up-right2:before {
	content: "\e727";
}
.icon-arrow-right2:before {
	content: "\e728";
}
.icon-checkout:before {
	content: "\e600";
	color:green;
	color:#61D370;
}
.icon-checkin:before {
	content: "\e601";
	color:#F75151;
}
.icon-arrow-down-right2:before {
	content: "\e729";
}
.icon-arrow-down2:before {
	content: "\e72a";
}
.icon-arrow-down-left2:before {
	content: "\e72b";
}
.icon-arrow-left2:before {
	content: "\e72c";
}
.icon-arrow-up-left3:before {
	content: "\e72d";
}
.icon-arrow-up3:before {
	content: "\e72e";
}
.icon-arrow-up-right3:before {
	content: "\e72f";
}
.icon-arrow-right3:before {
	content: "\e730";
}
.icon-arrow-down-right3:before {
	content: "\e731";
}
.icon-arrow-down3:before {
	content: "\e732";
}
.icon-arrow-down-left3:before {
	content: "\e733";
}
.icon-arrow-left3:before {
	content: "\e734";
}
.icon-tab:before {
	content: "\e735";
}
.icon-checkbox-checked:before {
	content: "\e736";
}
.icon-checkbox-unchecked:before {
	content: "\e737";
}
.icon-checkbox-partial:before {
	content: "\e738";
}
.icon-radio-checked:before {
	content: "\e739";
}
.icon-radio-unchecked:before {
	content: "\e73a";
}
.icon-crop:before {
	content: "\e73b";
}
.icon-scissors:before {
	content: "\e73c";
}
.icon-filter:before {
	content: "\e73d";
}
.icon-filter2:before {
	content: "\e73e";
}
.icon-font:before {
	content: "\e73f";
}
.icon-text-height:before {
	content: "\e740";
}
.icon-text-width:before {
	content: "\e741";
}
.icon-bold:before {
	content: "\e742";
}
.icon-underline:before {
	content: "\e743";
}
.icon-italic:before {
	content: "\e744";
}
.icon-strikethrough:before {
	content: "\e745";
}
.icon-omega:before {
	content: "\e746";
}
.icon-sigma:before {
	content: "\e747";
}
.icon-table:before {
	content: "\e748";
}
.icon-table2:before {
	content: "\e749";
}
.icon-insert-template:before {
	content: "\e74a";
}
.icon-pilcrow:before {
	content: "\e74b";
}
.icon-lefttoright:before {
	content: "\e74c";
}
.icon-righttoleft:before {
	content: "\e74d";
}
.icon-paragraph-left:before {
	content: "\e74e";
}
.icon-paragraph-center:before {
	content: "\e74f";
}
.icon-paragraph-right:before {
	content: "\e750";
}
.icon-paragraph-justify:before {
	content: "\e751";
}
.icon-paragraph-left2:before {
	content: "\e752";
}
.icon-paragraph-center2:before {
	content: "\e753";
}
.icon-paragraph-right2:before {
	content: "\e754";
}
.icon-paragraph-justify2:before {
	content: "\e755";
}
.icon-indent-increase:before {
	content: "\e756";
}
.icon-indent-decrease:before {
	content: "\e757";
}
.icon-newtab:before {
	content: "\e758";
}
.icon-embed:before {
	content: "\e759";
}
.icon-code:before {
	content: "\e75a";
}
.icon-console:before {
	content: "\e75b";
}
.icon-share:before {
	content: "\e75c";
}
.icon-mail:before {
	content: "\e75d";
}
.icon-mail2:before {
	content: "\e75e";
}
.icon-mail3:before {
	content: "\e75f";
}
.icon-mail4:before {
	content: "\e760";
}
.icon-googleplus:before {
	content: "\e761";
}
.icon-google-drive:before {
	content: "\e762";
}
.icon-instagram:before {
	content: "\e763";
}
.icon-feed2:before {
	content: "\e764";
}
.icon-feed3:before {
	content: "\e765";
}
.icon-feed4:before {
	content: "\e766";
}
.icon-youtube:before {
	content: "\e767";
}
.icon-youtube2:before {
	content: "\e768";
}
.icon-lanyrd:before {
	content: "\e769";
}
.icon-flickr:before {
	content: "\e76a";
}
.icon-flickr2:before {
	content: "\e76b";
}
.icon-flickr3:before {
	content: "\e76c";
}
.icon-flickr4:before {
	content: "\e76d";
}
.icon-picassa:before {
	content: "\e76e";
}
.icon-picassa2:before {
	content: "\e76f";
}
.icon-dribbble:before {
	content: "\e770";
}
.icon-dribbble2:before {
	content: "\e771";
}
.icon-dribbble3:before {
	content: "\e772";
}
.icon-forrst:before {
	content: "\e773";
}
.icon-forrst2:before {
	content: "\e774";
}
.icon-deviantart:before {
	content: "\e775";
}
.icon-deviantart2:before {
	content: "\e776";
}
.icon-steam:before {
	content: "\e777";
}
.icon-steam2:before {
	content: "\e778";
}
.icon-tumblr:before {
	content: "\e779";
}
.icon-tux:before {
	content: "\e77a";
}
.icon-apple:before {
	content: "\e77b";
}
.icon-finder:before {
	content: "\e77c";
}
.icon-android:before {
	content: "\e77d";
}
.icon-windows:before {
	content: "\e77e";
}
.icon-windows8:before {
	content: "\e77f";
}
.icon-soundcloud:before {
	content: "\e780";
}
.icon-soundcloud2:before {
	content: "\e781";
}
.icon-skype:before {
	content: "\e782";
}
.icon-reddit:before {
	content: "\e783";
}
.icon-delicious:before {
	content: "\e784";
}
.icon-stumbleupon:before {
	content: "\e785";
}
.icon-stumbleupon2:before {
	content: "\e786";
}
.icon-stackoverflow:before {
	content: "\e787";
}
.icon-foursquare:before {
	content: "\e788";
}
.icon-foursquare2:before {
	content: "\e789";
}
.icon-yelp:before {
	content: "\e78a";
}
.icon-libreoffice:before {
	content: "\e78b";
}
.icon-file-pdf:before {
	content: "\e78c";
}
.icon-file-openoffice:before {
	content: "\e78d";
}
.icon-file-word:before {
	content: "\e78e";
}
.icon-file-excel:before {
	content: "\e78f";
}
.icon-file-zip:before {
	content: "\e790";
}
.icon-file-powerpoint:before {
	content: "\e791";
}
.icon-file-xml:before {
	content: "\e792";
}
.icon-file-css:before {
	content: "\e793";
}
.icon-safari:before {
	content: "\e794";
}
.icon-IcoMoon:before {
	content: "\e795";
}
.icon-heart3:before {
	content: "\e796";
}
.icon-cloud2:before {
	content: "\e797";
}
.icon-star4:before {
	content: "\e798";
}
.icon-tv2:before {
	content: "\e799";
}
.icon-sound:before {
	content: "\e79a";
}
.icon-video:before {
	content: "\e79b";
}
.icon-trash:before {
	content: "\e79c";
}
.icon-user5:before {
	content: "\e79d";
}
.icon-key3:before {
	content: "\e79e";
}
.icon-search2:before {
	content: "\e79f";
}
.icon-settings2:before {
	content: "\e7a0";
}
.icon-camera3:before {
	content: "\e7a1";
}
.icon-tag2:before {
	content: "\e7a2";
}
.icon-lock3:before {
	content: "\e7a3";
}
.icon-bulb:before {
	content: "\e7a4";
}
.icon-pen2:before {
	content: "\e7a5";
}
.icon-diamond:before {
	content: "\e7a6";
}
.icon-display:before {
	content: "\e7a7";
}
.icon-location3:before {
	content: "\e7a8";
}
.icon-eye3:before {
	content: "\e7a9";
}
.icon-bubble3:before {
	content: "\e7aa";
}
.icon-stack2:before {
	content: "\e7ab";
}
.icon-cup:before {
	content: "\e7ac";
}
.icon-phone2:before {
	content: "\e7ad";
}
.icon-news:before {
	content: "\e7ae";
}
.icon-mail5:before {
	content: "\e7af";
}
.icon-like:before {
	content: "\e7b0";
}
.icon-photo:before {
	content: "\e7b1";
}
.icon-note:before {
	content: "\e7b2";
}
.icon-clock3:before {
	content: "\e7b3";
}
.icon-paperplane:before {
	content: "\e7b4";
}
.icon-params:before {
	content: "\e7b5";
}
.icon-banknote:before {
	content: "\e7b6";
}
.icon-data:before {
	content: "\e7b7";
}
.icon-music2:before {
	content: "\e7b8";
}
.icon-megaphone:before {
	content: "\e7b9";
}
.icon-study:before {
	content: "\e7ba";
}
.icon-lab2:before {
	content: "\e7bb";
}
.icon-food2:before {
	content: "\e7bc";
}
.icon-t-shirt:before {
	content: "\e7bd";
}
.icon-fire2:before {
	content: "\e7be";
}
.icon-clip:before {
	content: "\e7bf";
}
.icon-shop:before {
	content: "\e7c0";
}
.icon-calendar3:before {
	content: "\e7c1";
}
.icon-wallet:before {
	content: "\e7c2";
}
.icon-vynil:before {
	content: "\e7c3";
}
.icon-truck2:before {
	content: "\e7c4";
}
.icon-world:before {
	content: "\e7c5";
}

.action-field {
  /*b/ackground-color:#DBD0CE;*/
}


/************** DataTables ****************/

table.dataTable tbody tr {
  background-color:transparent;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td {
  padding:2px;
}
.hover {
  background-color:whitesmoke;
}

table.dataTable tbody tr.even {
	background-color:#473B3B;
}
/*tr:hover,*/
tr.odd:hover,
tr.even:hover {
  background-color:#685959 !important;
}

tr.selected {
  background-color:#6f6363 !important;
}

div.dataTables_paginate.paging_simple_numbers span a.paginate_button,
div.dataTables_paginate.paging_simple_numbers a.paginate_button {
	color:#b2a2a2 !important;
}
.dataTables_info,
.dataTables_paginate {
	font-size:0.8em;
	color:#b2a2a2 !important;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-position: right top;
}

/***** Special DataTable Element Styles ******/
td[data-sel="lang"] select,
td[data-sel="street"] select {
	width:150px;
}

/***** DataTable Plugins Custom Styles ******/
.dt-buttons button {
	margin:5px 0 0 5px;
	font-size:0.8em;
	padding:3px;
}

/************** Faked Checkbox Styling ****************/
i.check {
  border:1px solid silver;
  width:10px;
  height:10px;
  display:inline-block;
  margin:0 5px 00 10px;
  border-radius:2px;
}

i.checked:before {
  content: 'L';
  position:absolute;
  transform:rotate(45deg) scale(-1, 1) translate(5px, -6px);
  font-family: Helvetica;
  font-weight:bold;
  color:#36C953;
}

.cb-itm {
	display: inline-block;
  white-space: nowrap;
  width: 60px;
}

/* tmp */

/* faked icons */
.add {
  font-size:1.5em;
  font-weight:bold;
  color:green;
  text-decoration:none;
  vertical-align:middle;
  text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
}

.add:hover {
  color:#15BF20;
  text-shadow: 2px 2px 3px rgba(150, 250, 250, 1);
  /*p/osition:relative; top:1px;left:1px;*/
}


.delete {
  font-size:1.5em;
  font-weight:bold;
  color:red;
  text-decoration:none;
  vertical-align:middle;
  text-shadow: 3px 3px 5px rgba(150, 150, 150, 1);
}

.delete:hover {
  /*f/ont-size:1.6em;*/
  color:#FF0022;
  text-shadow: 2px 2px 3px rgba(250, 150, 150, 1);
  /*p/osition:relative; top:1px;left:1px;*/
}

td input.clear-input {
  position: absolute;
  margin-left: -20px !important;
  margin-top: -4px !important;
  background: none !important;
  border: none !important;
  font-family: Arial !important;
  color: #a8a5a5 !important;
}

td input.clear-input:hover {
  color: #e3e3e3 !important;
}

/************** Table Data Style ****************/

.campaign-date,
.checked_out,
.checked_in,
.finished {
	/*t/ext-shadow: #64A2AF 0px 0px 3px;*/
	color:#64a2af;
}

.info {
	cursor:help;
}

.campaign-Normal {
	text-shadow: none;
	color:silver;
}

tr.current {
	background-color:#FFF07F !important;
}

.csv-table {
	background-color:#FFF;
	font-size:smaller;
	color:#000;
}

.csv-table td {
	padding:1px 2px;
	border-color:#999 !important;
}

.csv-table .header {
	background-color:#CCC;
	text-align:center;
}

/************** yadcf Style ****************/
.yadcf-filter-wrapper button,
.yadcf-filter-wrapper select,
.yadcf-filter-wrapper input {
	border:1px solid grey;
	border-radius:4px;
	border-color:#ccc;
	color:#aaa;
	max-width: 400px;
}
.yadcf-filter-wrapper button {
	height:25px;
	width:25px;
	font-size:1em;
}
.yadcf-filter-wrapper-inner {
	border:none;
}
.yadcf-filter-range-date-seperator {
	margin-left:5px;
	margin-right:5px;
}
.yadcf-filter {
    padding:0;
    margin-top:10px;
}

.inuse {
	background-color: #ffe2ad !important;
}
/************************/

/************** card-container ****************/


/************************/

/************ css menu ************/
*{margin:0;padding:0;text-decoration:none}
/*body{background:#555;}*/
header{position:relative;width:100%;background:#333;}
.logo{position:relative;z-index:123;padding:10px;font:18px verdana;color:silver;float:left;width:15%}
.logo a{color:#498aaf;}
nav{position:relative;width:980px;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif;background:#333}
#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#473b3b!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:700px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.xbutton{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
/* custom */
#cssmenu ul ul li{z-index:9999;}
nav{width:auto;}
#cssmenu > ul > li > a{padding:10px;}
#cssmenu::after, #cssmenu > ul::after{display:inline;}
.logo{padding:5px 10px;width:auto;}
.logo a{text-shadow: 2px 3px 2px rgba(150, 150, 150, 1);}

/************************/
/*
body,
#terr_data,
#form,
#top-menu,
input,
select,
.dt-buttons button,
#cssmenu,
#cssmenu ul li.active,
.choice-elem,
.button,
textarea,
tbody tr {
  background-color:white !important;
  color:#bbb !important;
}
*/
.leaflet-tile-pane, #map {
  /*visibility:hidden;*/
}
