﻿		html,
		body
		{
			height:100%;
			margin:0;
			padding:0;
			overflow:hidden;
		}

		#vertical,
		#horizontal
		{
			height:100%;
		}

		#vertical
		{
			border-width: 0;
		}

		.controllogo {
			line-height: 18px;
			color: #555;
		}
		.controllogo i {
			width: 18px;
			height: 18px;
			float: left;
			margin-right: 8px;
			opacity: 0.7;
		}

		.controltop {
			line-height: 18px;
			color: #555;
		}
		.controltop i {
			width: 18px;
			height: 18px;
			float: left;
			margin-right: 8px;
			opacity: 0.7;
		}

		.btnControlSichten {
			line-height: 18px;
			color: #555;
		}
		.btnControlSichten i {
			width: 18px;
			height: 18px;
			float: left;
			margin-right: 8px;
			opacity: 0.7;
		}

		.buttonLinkGis {
			cursor: pointer;
		}
		.buttonLinkGis:hover {
			cursor: pointer;
			opacity: 0.6;
		}

        .buttonIconGisNormal {
			margin-left: 5px;
			margin-right: 5px;
			width: 32px;
			height: 32px;
		}

        .inspire-tree .indeterminate>.wholerow {
            background: rgba(255, 0, 0, .2);
        }

        .label-hausnr:before {
            border-left-color: transparent !important;
            border-right-color: transparent !important;
        }
        .label-hausnr {
            color: red;
            font-weight: bold;
            font-size: 16px;
            background: none;
            background-color: transparent !important;
            box-shadow: none !important;
            border: none !important;
            display: block !important;
        }

.gebaeude-divIcon {
	width: 25px !important;
	height: 25px !important;
	margin-left: -13px !important;
	margin-top: -23px !important;
	color: red;
	background-color: aquamarine;
	border: solid black 2px;
	font-weight: bolder;
	font-size: small;
	text-align: center;
}

.gebaeudeAbonnenten-divIcon {
    width: 25px !important;
    height: 25px !important;
    margin-left: -13px !important;
    margin-top: -23px !important;
	color: red;
	background-color: aquamarine;
	border: solid black 4px;
	font-weight: bolder;
	font-size: small;
	text-align: center;
}

.gebaeudeAbonnenten-divIcon-bright {
    width: 25px !important;
    height: 25px !important;
    margin-left: -13px !important;
    margin-top: -23px !important;
	color: white;
	background-color: aquamarine;
	border: solid black 4px;
	font-weight: bolder;
	font-size: small;
	text-align: center;
}

.gebaeude-divIcon-bright {
    width: 25px !important;
    height: 25px !important;
    margin-left: -13px !important;
    margin-top: -23px !important;
	color: white;
	background-color: aquamarine;
	border: solid black 2px;
	font-weight: bolder;
	font-size: small;
	text-align: center;
}

        .g-color-0 {
            background-color: #516EFF;
        }

.g-color-1 {
            background-color: #00FF88;
        }

        .g-color-2 {
            background-color: #0088FF;
        }

        .g-color-3 {
            background-color: #FF0088;
        }

        .g-color-4 {
            background-color: #8800FF;
        }

        .g-color-5 {
            background-color: #FF8800;
        }

        .g-color-6 {
            background-color: #88FF00;
        }

        .g-color-7 {
            background-color: #880000;
        }

        .g-color-8 {
            background-color: #00FF00;
        }

        .g-color-9 {
            background-color: #008800;
        }

        .g-color-10 {
            background-color: #0000FF;
        }

        .g-color-11 {
            background-color: #000088;
        }

        .g-color-12 {
            background-color: #FFFF00;
        }

        .g-color-13 {
            background-color: #888800;
        }

        .g-color-14 {
            background-color: #008888;
        }

        .g-color-15 {
            background-color: #00FFFF;
        }

        .g-color-16 {
            background-color: #8888FF;
        }

        .g-color-17 {
            background-color: #CCFF00;
        }

        .g-color-18 {
            background-color: #9E3200;
        }

        .g-color-19 {
            background-color: #EFFF7C;
        }

.messwerkzeugPunkt {
	height: 25px !important;
	width: 25px !important;
	background-color: springgreen;
	border-radius: 50%;
	display: inline-block;
	font-size: medium;
	text-align: center;
}

        .leaflet-label-sabris {
            color: red;
            font-size: 12px;
            font-weight: bold;
        }

        .leaflet-label-sabris-folge {
            color: white;
            font-size: 12px;
            font-weight: bold;
        }

        .leaflet-label-sabris {
	/*background: rgb(235, 235, 235);
	background: rgba(235, 235, 235, 0.81);
	background-clip: padding-box;
	border-color: #777;
	border-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	border-style: solid;
	border-width: 4px;*/
	color: red;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
    pointer-events: none !important;
}

.leaflet-label-sabris-black {
	color: black;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
    pointer-events: none !important;
}

.leaflet-label-sabris-plz {
	color: #BF008F;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
    pointer-events: none !important;
}

.leaflet-label-sabris-gemeinde {
	color: #FF6200;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
    pointer-events: none !important;
}

.leaflet-label-sabris-verlag {
	color: blue;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
    pointer-events: none !important;
}

.leaflet-label-sabris-verlagueber {
	color: #FF6200;
	display: block;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
    pointer-events: none !important;
}

.leaflet-label-sabris.leaflet-clickable {
	cursor: pointer;
}

.leaflet-label-sabris:before,
.leaflet-label-sabris:after {
	/*
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;*/
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-label-sabris:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}

.leaflet-label-sabris:after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}

.leaflet-label-gebaeude {
	color: blue;
	display: block;
	font: 10px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 6px;
	position: absolute;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-label-right:before,
.leaflet-label-left:after {
	content: "";
}

.leaflet-label-gebaeude:before,
.leaflet-label-sabris:after {
	/*
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;*/
	content: none;
	position: absolute;
	top: 5px;
}

.leaflet-label-gebaeude:before {
	border-right: 6px solid black;
	border-right-color: inherit;
	left: -10px;
}

.leaflet-label-gebaeude:after {
	border-left: 6px solid black;
	border-left-color: inherit;
	right: -10px;
}
@media screen and (min-height: 770px) and (min-width: 995px) {
    .buttonLayerleisteLinkGis:hover {
        cursor: pointer;
        opacity: 1.0;
        /*border-style: dashed;
			border-width: 2px;*/
        /*box-shadow: 0 0 5px rgba(0,255,0, 0.6);*/
        border-bottom: 1px solid red;
    }

    .buttonLayerleisteLinkGis {
        cursor: pointer;
        /*opacity: 1.0;*/
        /*border-style: hidden;
			border-width: 2px;*/
    }

    .buttonIconGis:hover {
        margin-left: 5px;
        margin-right: 5px;
        width: 32px;
        height: 32px;
    }
}
		.buttonIconGis {
			margin-left: 5px;
			margin-right: 5px;
			width: 32px;
			height: 32px;
		}
		

		.buttonIconMediumGis {
			margin-left: 5px;
			margin-right: 5px;
			width: 24px;
			height: 24px;
		}

		.buttonIconLargeGis {
			margin-left: 5px;
			margin-right: 5px;
			width: 50px;
			height: 50px;
		}

		.buttonIconSmallGis {
			margin-left: 2px;
			margin-right: 2px;
			width: 16px;
			height: 16px;
		}
		.buttonIconSmallGis:hover {
			margin-left: 2px;
			margin-right: 2px;
			width: 16px;
			height: 16px;
		}

		.iconSlash {
			margin-left: 0px;
			margin-right: 0px;
			width: 18px;
			height: 32px;
		}
		.iconGis {
			margin-left: 5px;
			margin-right: 5px;
			width: 32px;
			height: 32px;
		}
		.iconLargeGis {
			margin-left: 5px;
			margin-right: 5px;
			width: 32px;
			height: 32px;
		}

		.windowsForm > ul, .windowsForm > div > ul  {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .windowsForm > ul > li {
            margin: 10px 0 0 0;
        }

		.windowsFormUl  {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
        .windowsFormUl > li {
            margin: 10px 0 0 0;
        }
        
		
		.leaflet-left .controltop {
			margin-left: 10px;
			margin-top: 110px;
		}


		/*
		.sabrisLogo {
			position: absolute;
			top: 0px;
			left: 0px;
			height: 80px;
			width: 80px;
			background-color: transparent;
			opacity: 0.5;
			background-image: url('/Content/images/icons/sabris.png');
			background-repeat: no-repeat;
		}
			*/

		.sabrisSearchbox {
			position: absolute;
			top: 60px;
			left: 10px;
			height: 50px;
			width: 280px;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
            z-index: 900;
			border-radius: 5px; /* abgerundete Ecken */
		}

		.sabrisPlanungToolbox {
			position: absolute;
			top: 60px;
			left: 10px;
			height: 50px;
			width: 280px;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
            z-index: 1900;
			border-radius: 5px; /* abgerundete Ecken */
		}

        .sabrisCustomizingLayersBox {
	        position: absolute;
	        top: -80px;
	        right: 0;
	        height: auto;
	        width: 225px;
	        padding: 6px 8px;
	        font: 14px/16px Arial, Helvetica, sans-serif;
	        background: rgba(255,255,255,0.8);
	        white-space: normal;
	        z-index: 900;
	        border-radius: 5px; /* abgerundete Ecken */
        }

		.sabrisMoreFunctionsBox {
			position: absolute;
			top: 60px;
			left: 10px;
			height: auto;
			width: 250px;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
			white-space: normal;
            z-index: 900;

			border-radius: 5px; /* abgerundete Ecken */
		}

		.sabrisMoreFunctionsBoxVuM{
			position: absolute;
			top: 155px;
			left: 20px;
			height: auto;
			width: 225px;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
			white-space: normal;

			border-radius: 5px; /* abgerundete Ecken */
		}

		.sabrisChooseLayerBox {
			position: absolute;
			top: 60px;
			right: 10px;
			width: 250px;
			text-align: right;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
			white-space: normal;
			overflow: auto;
			/*min-height:200px;*/
			height:auto !important;
			height:200px;

		}

		.divHide {
			display: none;
		}

		.divsabrisExtendedUIGesamtmenge {
			position: absolute;
			bottom: 88px;
			right: 45px;
			width: 253px;
			padding: 6px 8px;
			font: 20px/22px Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: rgba(237,28,36, 1.0);
            /*color: darkslateblue;*/
			text-align: right;
            z-index: 900;
		}

        .divsabrisExtendedUIGesamtpreis {
			position: absolute;
			bottom: 108px;
			right: 45px;
			width: 253px;
			padding: 6px 8px;
			font: 20px/22px Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: darkslateblue;
			text-align: right;
		}

        .divsabrisExtendedUIGesamtpreisButton {
            position: absolute;
			bottom: 138px;
			right: 45px;
			width: 253px;
			padding: 6px 8px;
			font: 20px/22px Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: darkslateblue;
			text-align: right;
        }

		.divsabrisExtendedUITreeviewPane {
			/*
			position: absolute;
			bottom: 120px;
			right: 10px;
			height: 80%;
			width: 250px;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
			overflow: auto;*/
		}

		#treeview {
			background: rgba(255,255,255,0.8);
		}

		.divsabrisExtendedUIDataviewPane {
			/*
			position: absolute;
			bottom: 30px;
			height: 250px;
			width: 400px;
			margin-left: 100px;
			margin-right: 280px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
			overflow: auto;
			*/
			font-size: 8pt;
		}

		.infoSmallForZoomControl {
			padding: 3px 4px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: white;
			background: rgba(255,255,255,0.5);
			/*box-shadow: 0 0 5px rgba(0,0,0,0.2);*/
			border-radius: 5px;
			text-align: right;
		}
		
		.info {
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: white;
			background: rgba(255,255,255,0.8);
			box-shadow: 0 0 15px rgba(0,0,0,0.2);
			border-radius: 5px;
			text-align: right;

		}

        .infoAppLarge {
			padding: 6px 8px;
			font: 20px/16px Arial, Helvetica, sans-serif;
            line-height: 30px;
			background: white;
			background: rgba(255,255,255,0.8);
			box-shadow: 0 0 15px rgba(0,0,0,0.2);
			border-radius: 5px;
			text-align: left;
            width: 300px;
		}

        .infoApp {
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
            line-height: 22px;
			background: white;
			background: rgba(255,255,255,0.8);
			box-shadow: 0 0 15px rgba(0,0,0,0.2);
			border-radius: 5px;
			text-align: left;
            /*width: 210px;*/
		}

		.info h4 {
			margin: 0 0 5px;
			color: #777;
		}

			
		.k-treeview .k-in {
			margin: 0px 0px 0px 2px;
			padding: 4px 4px 4px 4px;
			line-height: 14px;
			-webkit-user-select: none; /* webkit (safari, chrome) browsers */
			-moz-user-select: none; /* mozilla browsers */
			-khtml-user-select: none; /* webkit (konqueror) browsers */
			-ms-user-select: none; /* IE10+ */
		}

		.leaflet-bottom {
			margin-bottom: 15px;
		}

		.leaflet-control {
			clear: none;
		}

		.clearControl {
			clear: both;
		}

		.sabrisCopyright {
			background: rgba(255, 255, 255, 0.7);
			margin: 0;
			bottom: 0;
			right: 0;
			position: absolute;
			z-index: 1000;
			/*pointer-events: none;*/
			font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
		}

		input.inputbox_deactive, input.inputbox_deactive:hover {
			background-color: #d1d1d1; 
		}


.fieldsetSabris:after {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #F5F5F5;
    border: 1px solid #DDD;
    color: #9DA0A4;
    border-radius: 4px 0px;
}

.fieldsetSabris {
    position: relative;
    margin: 5px 0px 0px 0px;
    padding: 30px 5px 5px;
    /*background-color: #FFF;*/
    border: 1px solid #DDD;
    border-radius: 4px;
}


.sabrisGuMZustellungBoxCol1 {
	width: 60%;
	text-align: right;
	font-weight: bold;
}

.sabrisGuMZustellungBoxCol2 {
	width: 50%;
	text-align: right;
	font-weight: bold;
}

.sabrisGuMZustellungBoxTable {
	font-size: 14px;
	width: 236px;
}




.sabrisGuMBezirksdatenBoxCol1 {
	width: 60%;
	text-align: right;
}

.sabrisGuMBezirksdatenBoxCol2 {
	width: 50%;
	text-align: right;
}


.sabrisGuMBezirksdatenBoxColFull {
	width: 100%;
	text-align: left;
}

.sabrisGuMBezirksdatenBoxTable {
	font-size: 14px;
	width: 236px;
}

@media only screen and (max-device-width: 480px) {
    .sabrisGuMZustellungBoxCol1 {
	    width: 80%;
	    text-align: right;
	    font-weight: bold;
        float: left;
    }

    .sabrisGuMZustellungBoxCol2 {
	    width: 20%;
	    text-align: right;
	    font-weight: bold;
    }

    .sabrisGuMZustellungBoxTable {
	    font-size: 14px;
	    width: 196px;
    }

    .sabrisGuMBezirksdatenBoxCol1 {
	    width: 80%;
	    text-align: right;
        float: left;
    }

    .sabrisGuMBezirksdatenBoxCol2 {
	    width: 20%;
	    text-align: right;
    }


    .sabrisGuMBezirksdatenBoxColFull {
	    width: 100%;
	    text-align: left;
    }

    .sabrisGuMBezirksdatenBoxTable {
	    font-size: 14px;
	    width: 196px;
    }

    .divInfofenster {
        margin-right: 10px;
        /*width: 232px;*/
        padding: 14px;
    }

    .head1 {
        font-size: 14px !important;
    }
}

.divInfofenster {
        margin-right: 10px;
        width: 278px;
        padding: 14px;
    }

.btnDeactived {
	opacity: 0.4;
}

#infoOpen {
    background: rgba(255, 255, 255, 0.8);
    z-index: 900;
    position: absolute;
    left: 5px;
    bottom: 10px;
}

.infoPlanung {
    display: none;
    width: 278px;
    padding: 14px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
    margin: 10px;
    margin-bottom: 25px;
    z-index: 900;
}

.fieldsetSabrisPlanung:after {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #F5F5F5;
    border: 1px solid #DDD;
    color: #9DA0A4;
    border-radius: 4px 0px;
}

.fieldsetSabrisPlanung {
    position: relative;
    margin: 5px 0px 0px 0px;
    padding: 30px 5px 5px;
    /*background-color: #FFF;*/
    border: 1px solid #DDD;
    border-radius: 4px;
}

#projektInfos:after {
    content: 'Projektinformationen';
}

#infoOpenPlanung {
    background: rgba(255, 255, 255, 0.8);
    z-index: 900;
    position: absolute;
    left: 5px;
    bottom: 10px;
}

#infoClosePlanung {
    margin-left: -27px;
    margin-bottom: 5px;
}

#infoClose {
    margin-left: -27px;
    margin-bottom: 5px;
}

.closeRow {
    margin-bottom: 23px;
}

#tabstrip .k-state-active {
    border-color: #9f9f9f;
}

#tabstrip .k-state-hover {
    border-color: #ccc;
    color: #7f7f7f;
    background-color: #999;
}

#projektGuMSelektionNeuesProjekt, #projektGuMSelektionProjektLoeschen {
    margin-left: 0px;
    margin-right: 0px;
}

.leaflet-popup {
    z-index: 7;
}

.button-disabled {
    pointer-events: none;
    filter: saturate(10%);
    -webkit-filter: saturate(10%);
    -moz-filter: saturate(10%);
    -ms-filter: saturate(10%);
}

#polygons {
    width: 45px;
    height: 78px;
    position: absolute;
    right: 0px;
    top: 50px;
    display:none;
}

#polygons div {
    margin-bottom: 5px;
}

.polygon-dropdown-icon {
    margin-left: -1px !important;
    margin-bottom: 7px;
}

multiplepublayers {
    width: 45px;
    height: 198px;
    position: absolute;
    right: 0px;
    top: 50px;
    display:none;
}

multiplepublayers div {
    margin-bottom: 5px;
}

.stickyNotification {
    width: 400px;
}

.stickyNotification p {
    font-size: 1.25em;
    padding-left: 10px;
    padding-top: 11px;
    margin-top: 5px;
}
.stickyNotification a {
    position: absolute;
    top: 15%;
    right: 10px;
    float: right;
}

.stickyNotification p {
    width: 70%;
}

.k-notification-sticky.k-group {
    background: rgba(0%,60%,10%,.9) !important;
    color: #fff;
    border: 0;
}

#karteExportVorlageWindow {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.k-widget {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

@media screen and (max-width: 995px) , screen and (max-height: 768px) {
    .buttonIconGis {
        margin-left: 0px;
        width: 40px;
        height: 40px;
    }

    .sabrisSearchbox {
			position: absolute;
			top: 70px;
			left: 10px;
			height: 50px;
			width: 280px;
			padding: 6px 8px;
			font: 14px/16px Arial, Helvetica, sans-serif;
			background: rgba(255,255,255,0.8);
            z-index: 900;
			border-radius: 5px; /* abgerundete Ecken */
		}

    #divMoreFunctions {
        top: 70px;
    }

    #divlayerMehr {
        width: auto;
    }

    #polygons {
    width: 52px;
    height: 98px;
    position: absolute;
    right: 0px;
    top: 60px;
    display:none;
}
}

.zbFensterRadios {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: -1px;
}

.modal {
    z-index: 11500;
}

.position-marker {
    z-index: 12000;
}

/* !important is needed sometimes */
 ::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
 ::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #DDD !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
 ::-webkit-scrollbar-thumb:window-inactive {
   background: #DDD !important; 
 }


#spinner {
    top: 5px;
    left: 50%;
    position: absolute;
    display: none;
    z-index: 900;
}

.sabrisLink {
    color:darkblue !important;
    cursor: pointer;
    cursor: hand;
}

.img18x18 {
    width: 18px;
    height: 18px;
}

.adresseInDropdown {
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
}
.zustellerVerkehrsmittelDropdown {
	padding-left: 10px;
	text-align: left;
	font-size: 10px;
	line-height: 0.4;
}

.mvs-thin-border {
    border: #bbb;
    border-style: solid;
    border-radius: 2px;
    border-width: thin;
    padding: 10px;
}

#farbenLegendeButtonContainer {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
}
.centered-axis-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.hideBerechtigungen {
    display: none;
}

#farbenLegende {
    position: absolute;
    top: 5px;
    right: 5px;
	width: 200px;
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: rgba(255,255,255,0.8);
	white-space: normal;
    z-index: 900;
    display:none;

	border-radius: 5px;
}

@media (min-width:768px) and (max-width: 991px) {
  /*.row > div:nth-child(2n+3) {
    clear: left;
  }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row > div:nth-child(3n+4) {
    clear: left;
  }  
}
@media (min-width: 1200px) {
  .row > div:nth-child(4n+5) {
    clear: left;
  }  
}

.sk-circle {
  margin: 1px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.sabrisAutragFPDPanel
.k-link.k-state-selected,
.k-link.k-header,
.k-link.k-header.k-state-hover,
.k-panelbar.k-state-focused.k-state-selected,
.k-state-selected,
.k-panelbar>li>.k-link.k-state-selected{
    background-color: lightgray;
    color: black;
    box-shadow: 0 0 7px 0 transparent; 
}
.sabrisAutragFPDPanelInner
.k-link.k-state-selected,
.k-link.k-state-hover{
	background-color: transparent;
}

        a:hover {
            cursor: pointer;
        }

.leaflet-editing-icon {
	width: 20px !important;
	height: 20px !important;
	margin-left: -10px !important;
	margin-top: -10px !important;
}

.btnZustellbucherstellungWindowGridDownload:hover {
	cursor: pointer
}