html, body, input, button { /* height: 100%; */ margin: 0; padding: 0; font-family: Arial, Sans-Serif; font-size: 12px; }
input[type='checkbox'] { padding: 12px; }
html.page_with_map #map-canvas {
	/* height: 86%; */
	position: absolute;
	bottom: 0px;
	top: 82px;

	margin: 0;
	padding: 0;
	width:80%;
}
html.page_with_map #sidebar-wrapper {
	/* height: 86%; */
	position: absolute;
	bottom: 0px;
	top: 82px;
	right:0px;

	margin: 0;
	padding: 0;
	width:20%;
	float:right;
	font-size: 12px;
}
html.page_with_map #sidebar{ padding: 10px; }
html.page_with_map #sidebar_bottom{
	background-color:white;
	border-top: 2px solid #333;
	height:50px;
	position: fixed;
	bottom: 0;
	width: 100%;
}
html.page_with_map #sidebar_bottom > div {
	width:69px;
	float:left;
}
html.page_with_map #sidebar_bottom > div > div:not(.onoffswitch){
	text-align:center;
}
html.page_with_map #project-items {
	background-color: #eee;
	border-radius:3px;
	min-height: 100px; }

html.page_with_map #project-items li.highlight{
	background-color:#fdf569;
	padding:4px;
	border:1px solid black;
	border-radius:3px;
	height:auto;
}


html.page_with_map #project-items li:not(.highlight).hascomment { 
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYICCMyHSWuTAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAmklEQVQY052Qqw0CYRCEvyVbCxJBEZCgMQia+JPda4G76wMEVHAWTwHUssmgIIAijJxXJgP/oOs6fXMzgMw8ttYW70JrbZGZx5cJmNx9iogtQERs3X0CJgB7JjNzbmYnYAncJO2GYbi/N1FVkiQASaoqfWyKiL27XyUdAMysd/drROxfJjPbVNVqHMcLQN/3Z0lrM9v8fMFPeABdfkAC2lPVJwAAAABJRU5ErkJggg==) no-repeat right center;
	margin-right:1px;
 }


html.page_with_map #project-items li:not(.highlight):hover{
	background-color:#fd6969;
	padding:4px;
	border:1px solid black;
	border-radius:3px;
	color:white;
}
html.page_with_map #project-items li:not(.highlight).hascomment:hover{ 
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYICCUnJqLtIQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAdklEQVQY052QwQ2EUAhEyRbj0W3GPZpYnVZjH7YAgTde/EY9mSUhIQPhDZj9E5L01D5mZsAcEf21ERE9MJ9CVU3AlpmDJGXmAGxVNd1WunsHrJIErO7e3XDNzpHP+sSNV1xV/Q7ceA4BSzPerouIL7C8fsGr2AGC0m6Og9uNyQAAAABJRU5ErkJggg==) no-repeat right center #555;
	margin-right:0px;
}



html.page_with_map #project-items li:not(.highlight) div.markerdetails { display:none; }
html.page_with_map #project-items li { list-style-type: none; padding:5px; margin:1px; overflow:hidden; cursor:pointer; }
html.page_with_map #project-items li textarea { width:96%; font-family: Arial, Sans-Serif; font-size: 12px; }
html.page_with_map #project-items { padding: 5px; }

html.zentral_accept{
	background-color: #ffefef;
}

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


#menu {
	overflow: hidden;
	/*
	background-color: #333;
	*/
}

#menu a, #menu span {
	float: left;
	font-size: 16px;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 16px;
	border: none;
	outline: none;
	color: black;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

#menu a:hover, .dropdown:hover .dropbtn {
	background-color: #1360cc;
	color:white;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

#menu .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

#menu .dropdown-content span.group {
	float: none;
	background-color: #1360cc;
	color: white;
	padding: 2px 16px;
	text-decoration: none;
	display: block;
	text-align: center;
}


#menu .dropdown-content a:hover {
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}


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





table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #555555;
}

table.noborder, table.noborder th, table.noborder td {
    border: none;

}
table.valigntop, table.valigntop th, table.valigntop td {
	vertical-align: top;
}
table.highlighthover tr:hover{
    background-color: lightsteelblue;
}

td {
    padding: 4px;
}

td.nobr{
	white-space: nowrap;
}

a, a:link, a:active, a:visited {
	color: #1360cc;
	text-decoration: none;
	font-weight: 120%;
}

div.error {
	border: 3px solid #C71C1F;
	background: #ffafaf;
	padding: 4px;
	margin: 5px 0;
}

.warning {
	background: #ffffcf;
}

.warning2 {
	background: rgba(255, 165, 0, 0.62);
}

.error {
	background: #ffafaf;
}

/******************************************************************************************************
 * ??
 */

fieldset {
	border: none;
}

.page_users ul li {
	list-style: none;
}

.page_users ul li a {
	display: inline-block;
	min-width: 100px;
}
.page_users ul li div { display:inline-block; margin-left:10px; min-width:100px; }

.page_with_map #choose_markerset_primary:empty { display:none; }
.page_with_map.finalized #action_save_markers { display:none; }
.page_with_map.finalized div.markerdetails button{ display:none; }
.page_with_map .marker_layer_secondary button{ display:none; }

div.main { padding: 10px; }

/******************************************************************************************************
 * Mobile
 */
html.mobile_worker #map-canvas {
	height: 80%;
	position: absolute;
	bottom: 200px;
	top: 0px;
	margin: 0;
	padding: 0;
	width:100%;
}
html.mobile_worker #project-items {
	height: 20%;
	position: absolute;
	bottom: 0px;
	/*top: 0px;*/
	margin: 0;
	padding: 0;
	width:100%;
	overflow:hidden;
}
html.mobile_worker #project-items li:not(.highlight){
	display:none;
}
html.mobile_worker #project-items li{
	height:100%;
	padding:10px;
}
html.mobile_worker div.markerdetails button{
	display:none;
}

html.mobile_worker .prevnext_index{
	position: absolute;
	bottom: 25px;
	right: 10px;
	margin: 0;
	padding: 0;
	width:120px;
	height:60px;
	text-align:center;
}
html.mobile_worker .prevnext{
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	width:120px;
	height:60px;
}

html.mobile_worker .prevnext button{
	float:right;
	width: 40px;
	height: 40px;
	margin:10px;
}

html.mobile_worker .marker_layer_primary{
	background-color:#ff7f7f;
}
html.mobile_worker .marker_layer_secondary{
	background-color:#00cf00;
}

html.mobile_worker a.chooseview{
 font: bold 14px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
padding: 30px 10px;
border-radius: 5px;
	display:block;
margin: 50px;

}

/******************************************************************************************************
 * Menu
 */

.main_block{
	width:25%;
	min-width:400px;
	border: 1px solid #aaa;
	border-radius: 3px;
	margin:10px;
}

.main_blockheader{
	border: 1px solid #aaa;
	background: #cccccc url(/resources/jquery-ui-1.11.4.custom/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color:#222222;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	padding: 5px;
	margin:5px;
}
.main_blockfooter{
	border: 1px solid #aaa;
	background: #cccccc url(/resources/jquery-ui-1.11.4.custom/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color:white;
	padding: 5px;
	margin:5px;
}
.main_blockbody{
	padding:10px;
	width:100%;
	font-size:1.1em;
}

.main_block li{
	list-style: none;
}

/******************************************************************************************************
 * Menu
 */

#menu, .navbar {
	border-bottom: 4px solid #1360cc;
	background-image: url(/resources/logo.jpg);
	background-repeat:no-repeat;
	background-position: 0px -10px;
	height:70px;
	padding-left: 320px;
	padding-top:10px;
	vertical-align:middle;
	margin-bottom: 10px;
}

#menu li{
	list-style:none;
	margin-top:22px;
	margin-right:10px;
	float:left;
}

/******************************************************************************************************
 * OnOffSwitch by https://proto.io/freebies/onoff/
 */
.onoffswitch {
    position: relative; width: 69px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #C71C1F; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #CCCCCC; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 11px; margin: 6.5px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 41px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

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

#sshkeys_table_user { margin-top: 20px;}
#sshkeys_table_user td { vertical-align: top; }
table#sshkeys_table_user, #sshkeys_table_user th, #sshkeys_table_user td{
    border: 1px solid #ddd;
}

.pubkey{
	min-width: 450px;
    width:98%;
}

.instanceauth{
    display: inline-block;
    padding:3px;
    margin:3px;
}
a.auth_yes{
    background-color:#cfffdf;
    color:black;
    border-radius: 5px;
}
a.auth_no{
    background-color:#ffbfbf;
    color:black;
    border-radius: 5px;
}

.button_big{ margin: 10px; padding: 5px 10px;  }

[v-cloak] {
	display: none;
}

.audit_entry {
	margin: 10px;
	padding: 0px 10px;
}

.audit_report td {
	vertical-align: top;
}

html.privacyEnhance .auditlog_command {
	filter: blur(3px);
}

html.privacyEnhance .blur_when_privacy_enhanced {
	filter: blur(3px);
}

span[title] {
	border-bottom: 1px dotted red;
}

.hoverhighlight tr:hover {
	background-color: #CCCCCC;
}