/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	font: inherit;
	vertical-align: baseline;
	color: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset */

.clear {
	clear: both;
	height: 0px;
}
.dialog {
	color: #ffffff !important;
}
td {
	padding: 5px;
}
.fehler {
	color: red;
}
.hinweis {
	color: red;
	display: none;
}
.hidden {
	display: none !important;
}
.shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.15);
}
.gradient {
	/* background: rgb(197,207,214); */
	background: -moz-linear-gradient(top, rgba(197,207,214,1) 0%, rgba(255,255,255,1) 100%);
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,207,214,1)), color-stop(100%,rgba(255,255,255,1))); */
	/* background: -webkit-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%); */
	background: -o-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	/* background: linear-gradient(to bottom, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cfd6', endColorstr='#ffffff',GradientType=0 );
}
.borderRadius {
	border-radius: 6px;
}
.spaceBottom {
	margin-bottom: 35px;
}
input[type=text], input[type=password] {
	margin: 0px !important;
	width: 100%;
}
.givemesomespace_v {
	margin-top: 15px;
	margin-bottom: 15px;
}
.givemesomespace_h {
	margin-left: 15px;
	margin-right: 15px;
}
.ui-widget-header {
	border: none !important;
	background: none !important;
}
.ui-dialog .ui-dialog-title {
	white-space: normal !important;
    font-size: 1.1em;
    font-weight: 100;
    top: 25%;
    position: absolute;
    width: 89%;
    line-height: 120%;
}

.ui-dialog .ui-dialog-titlebar {
    /* display: inline-table !important; */
    line-height: 100% !important;
    width: 96% !important;
    background-color: #626262 !important;
    border-radius: 0px;
    color: white !important;
    padding: 15px 2% !important;
    display: block;
    position: relative;
    height: 40px;
    /* margin-top: 45px; */  
    padding: 0px 2% !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
    right: 2%;
    top: 50%;
    width: 20px;
    /* margin: -10px 0 0 0; */
    padding: 1px;
    height: 20px;
}

.ui-dialog {
	min-width: 320px;
	padding: 0px !important;
	z-index: 9999999 !important;	
    max-height: 100%;
	/*background-image: url('../img/form_bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-size: cover !important;
    background-color: white !important;
	*/
	background-image: none !important;
    background-color: #2d2d2d;
	/*width: 100%;*/
	/* left: 0px !important; */
	/* text-align: center; */
	/*background-color: black;
	background-image: none;
	color: white !important;*/
	font-size: 1em !important;
	color: #000000;
    /* background-color: #000000; */
    /* border: 7px solid #ffffff; */
    line-height: 1.3em;
    font-size: 1em;	
	/*min-width: 150px;*/
	border: 1px solid #bfbfbf;
	border-radius: 0px;
	display: block;
	max-width: 90%;
}

.ui-dialog.scrollable {	
    top: 7% !important;
    max-height: 86% !important;
    height: 86% !important;
    overflow-y: scroll;
}

.ui-dialog.dialog_camgps {

}

.dialog_errorLogin {
	width: 320px !important;
}

.dialogContent {
	font-weight: 500;
	height: 100%;
}
.dialogSection.camGPS {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
	padding: 0px;
	width: auto;
}
.ui-dialog.scrollable .dialogContent {
	/*
	overflow-y: scroll !important;
    height: 100%;
    max-height: 100%;
	margin-bottom: 40px;
	*/
}
.ui-resizable-n, .ui-resizable-s {
	height: 14px;
}
.ui-resizable-e, .ui-resizable-w {
	width: 14px;
}
.ui-resizable-sw, .ui-resizable-se, .ui-resizable-ne, .ui-resizable-nw {
	width: 14px;
	height: 14px;
}
a, a span {
	text-decoration: none !important;
}

.markerThumbImg .text {
	color: black;
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.markerThumbImg .img {
    width: 200px;
    height: auto;
}
.markerThumbImg .img img {
	width: 100%;
    height: auto;
}
.preview_multiple .preview_img, .dialog img {
	cursor: pointer;
}
.ui-dialog .ui-dialog-content {
	/*display: inline-table;*/
    /* padding-top: 20px !important; */
    /* width: 96% !important; */
    /* margin: 0px auto; */
    /*height: 100% !important;*/
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	min-width: 320px;
	min-height: auto !important;
    /* top: 50px; */
    /* margin-top: 45px; */
    /* padding: 15px 2% !important; */
    /* color: white !important; */
}
.marginTop {
	margin-top: 20px !important;
}
input[type=submit] *, input[type=button] *, button[type=button] *, .pressable * {
	color: white !important;
}
input[type=submit], input[type=button], button[type=button], .pressable, .nonPressable {
	cursor: pointer !important;
	padding: 4px 10px !important;
	background-color: #636363 !important;
	width: auto !important;
	border: none !important;
	color: white !important;
	/* border: 1px solid #865000; */
	/* background-image: url(../img/bg_pressable.jpg) !important; */
	background-repeat: repeat-x !important;
	background-size: contain !important;
	text-shadow: 0px 0px 3px #3E2500 !important;
	/* font-weight: bold; */
	-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
    box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
	border-radius: 0px !important;
	/*-webkit-transition: all ease-out 0.25s !important;
	-moz-transition: all ease-out 0.25s !important;
	-ms-transition: all ease-out 0.25s !important;
	-o-transition: all ease-out 0.25s !important;
	transition: all ease-out 0.25s !important;*/
	font-size: 1em !important;
}
input[type=submit]:hover, input[type=button]:hover, button[type=button]:hover, .pressable:hover, #nav_main a:hover {
	background-color: #3e3e3e !important;
}

#nav input[type=submit], #nav input[type=button], #nav button[type=button], #nav .pressable {
    background-color: inherit !important;
    background-image: none !important;
}

#mapDetail button, #mapOverview button, #mapGPS button {
	padding: 0px !important;
    background-color: inherit !important;
}
#mapGPS button {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
}
.nonPressable {
	background-image: url(../img/bg_notPressable.jpg) !important;
	padding: 5px 15px !important;
	box-shadow: none !important;
	cursor: default !important;
	text-shadow: 0px 0px 3px #3E2500 !important;
	color: white !important;
	background-image: none !important;
	background-color: transparent !important;
}
/*
button.ui-dialog-titlebar-close {	
	background-image: url(../img/button_bg_cancel.jpg) !important;	
}
*/
#loadingDiv {
	width: 50px;
	position: absolute;
	top: 50%;
	/* bottom: 60px; */
	z-index: 9999999999;
	/* background-color: #000000; */
	opacity: 0.8;
	/* right: 20px; */
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}
#loadingDiv img {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* margin-left: -35px; */
	/* margin-top: -35px; */
	width: 100%;
	height: auto;
	position: relative;
}
#couchModeOverlay {
	width: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	z-index: 999999999;
	background-color: #000000;
	/* display: none; */
	opacity: 0.6;
}
.imgDatetimeCaption .inner span {
	float: left;
}
.bg {
	/* background-image: url('../img/form_bg.jpg'); */
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}
.shadow {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.15);
}
#galery_controls {
	position: absolute;
    left: 50%;
    width: 650px;
    margin-left: -320px;
    top: 36px;
    height: 35px;
}
#galPrevFast {
	float: left;
	cursor: pointer;
	background-image: url(../img/prevFast.png);
	height: 35px;
	width: 40px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 15px;
}
#galNextFast {
	float: right;
	cursor: pointer;
	background-image: url(../img/nextFast.png);
	height: 35px;
	width: 40px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 15px;
}
#galPrev, #previewPrev, #previewPause {
	float: left;
	cursor: pointer;
	background-image: url(../img/prev.png);
	height: 35px;
	width: 35px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
}
#galNext, #previewNext {
	float: right;
	cursor: pointer;
	background-image: url(../img/next.png);
	height: 35px;
	width: 35px;
	background-size: contain;
	background-position: left top;
	background-repeat: no-repeat;
}
#previewPause {
	background-image: url(../img/pause.png);
}
#previewPrev, #previewPlayPause, #previewNext {
	float: left;	
}
#galPrev.disabled, #galNext.disabled, #galPrevFast.disabled, #galNextFast.disabled {
	opacity: 0.2;
	cursor: default;
}
.quickPreview .dialogContent {
    /* width: 105px; */
    /* margin: 0px auto; */
}
.prevImg, .nextImg {
	display: none;
}
#playerStartStop {    
    width: 30%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;   
	position: absolute;
    left: 2%;
    bottom: 0px;
    margin: 0px;
    float: none;
}
#playerFullscreen {
    background-image: url(../img/fullscreen.png);
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;   
    width: 7%;    
	cursor: pointer;
	position: absolute;
    right: 2%;
    bottom: 0px;    
    float: none;
}
#playerPrev.disabled, #playerNext.disabled, #playerPrevImg.disabled, #playerNextImg.disabled {
	opacity: 0.3;
}
#playerPrevImg, #playerNextImg, #playerNext, #playerPrev, #playerPlayPause {
	position: absolute;
    width: 15%;
    background-size: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    height: 100%;
    margin: 0px;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
}
#playerNextImg {	
    background-image: url(../img/next.png);
	left: 86%;
}
#playerPrevImg {	
    background-image: url(../img/prev.png);
	left: 0%;
}
#playerPrev {	
    background-image: url(../img/prev.png);
	left: 34%;
}
#playerPlayPause {
    background-image: url(../img/pause.png);
	left: 35%;
    width: 30%;
    background-size: 41%;
    background-position: center center;
	display: none;
}
#playerNext {
    background-image: url(../img/next.png);
	left: 50%;
}
#overlayTools > .inner {
    width: 96%;
    height: 240px;
    position: relative;
    margin: 5px 2%;
}
#overlayTools {
	/* float: left; */
	/* width: 35%; */
	/* height: 100%; */
	/* overflow-y: scroll; */
	position: absolute;
	z-index: 99999;
	height: 270px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	bottom: 0px;
	opacity: 0.2;
	-webkit-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-moz-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	-o-transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
	transition: opacity 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000);/* ease (default) */
	overflow: hidden;
	border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
}
#klammer {
    position: absolute;
    top: 77px;
    height: 50px;
    background-image: url(../img/klammer.png);
    background-repeat: no-repeat;
    width: 329px;
    background-size: 100%;
    left: 50%;
    margin-left: -162px;
}
.overlayTop {
	bottom: inherit;
	top: 0px;
}
.closeOverlay {
	background-image: url('../img/close.png');
	position: absolute;
	right: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#togglerPosition {
	background-image: url('../img/top.png');
	position: absolute;
	left: 5px;
	top: 5px;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.overlayTop #togglerPosition {
	background-image: url('../img/bottom.png');
	/*
	bottom: 5px;
	top: initial;
	*/
}
.cam.head {
	padding: 1%;
}
.cam .text {
    float: left;
    width: 48%;
	padding: 1%;
}
.cam .img {
    float: left;
    width: 48%;
	padding: 1%;
}
.cam .img img {
	width: 100% !important;
	height: auto !important;
}
.cam {
    margin-bottom: 20px;
	cursor: pointer;
	background-color: #626262;
	padding: 2%;
    background-color: #2d2d2d;
}
.cam:last-child {
	margin-bottom: 0px;
}
.cam.head {
	margin-bottom: 20px;
	margin-top: 20px;
	cursor: inherit;
	display: none;
}
.fastPreviewDialogSection {
	padding: 2%;
    background-color: #2d2d2d;
}
#singleCamWrapper {
	/*
    float: left;
    width: 100%;
	*/
}
.opaque {
	opacity: 1 !important;
}
.exclusive {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	background-color: #777777 !important;
}

#einzelbild_control_wrapper {
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 9999;
	-webkit-transition: all .250s ease-in-out;
	-moz-transition: all .250s ease-in-out;
	-o-transition: all .250s ease-in-out;
	transition: all .250s ease-in-out;
	opacity: 0.2;
}

#start_datetime, #end_datetime {
	width: 100%;
    display: block;
    text-align: center;
}
#dialog_fastPreview .xdsoft_datetimepicker {
	display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	float: none;
}
#dialog_fastPreview .xdsoft_datetimepicker .xdsoft_datepicker {
	width: 80%;    
    margin-left: 2%;
}
#dialog_fastPreview .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 16%;    
    margin-left: 2%;
}
.xdsoft_datetimepicker {	
	/*background-color: #ffffff !important;*/
	float: left;
    width: 65%;
    min-width: 308px;
	box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_label, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
	font-weight: normal !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	box-shadow: none !important;
	color: white !important;
}
/*
#dialog_fastPreview .xdsoft_datetimepicker, #dialog_fastPreview .xdsoft_datetimepicker .xdsoft_label, #dialog_fastPreview .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div, #dialog_fastPreview .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
	background: #2d2d2d !important;
	border: none !important;
}
#dialog_fastPreview .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div, #dialog_fastPreview .xdsoft_datetimepicker .xdsoft_label {
	color: white;
	font-weight: bold;
}
*/
.xdsoft_datetimepicker button {
	
	background-repeat: no-repeat !important;
    background-size: auto !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
    box-shadow: none !important;
	background-color: transparent !important;
	
}

.xdsoft_datetimepicker {
	/*
	z-index: 9999999 !important;
	float: left;
	width: 55%;
    margin-right: 5%;
	*/
	/*
	background: rgb(197,207,214);
	background: -moz-linear-gradient(top, rgba(197,207,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,207,214,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cfd6', endColorstr='#ffffff',GradientType=0 );
	box-shadow: -1px 1px 5px #475c6a;
	*/
}
#overlay_left {
	display: none;
	background-image: url('../img/nav_main_bg.png');
	background-repeat: repeat-y;
	background-size: 100%;
}
#nav_main {
    width: auto;
    margin: 0px auto;
    text-align: center;
    position: relative;
    display: table;
}
#nav_main a {
	float: left;
    color: #5A5A5A;
    padding: 10px;
    font-size: 1em;
    background-color: #636363;
    margin: 0px 10px;
	color: white;
	text-shadow: 0px 0px 3px #3E2500 !important;
	font-weight: 500;
}
#nav_main .menuItemText {
	display: none;
}
#nav_main .hasMenuItemImg {
    padding: 8px 10px !important;
}
#nav_main .menuItemImg img {
    height: 20px;
    width: auto;
	display: block !important;
}
#nav_main select {
    float: left;
    color: #5A5A5A;
    margin: 5px;
    font-size: 1em;
}
#nav_main select option {
    font-size: 1em;
}
#nav_main select option[disabled] {
   font-size: 1.5em;
}
#menuBottom {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 36px;
	/* border-bottom: 4px solid white; */
	border-top: 1px solid #868686;
	font-size: 1em;
	/* background: #e6e6e6 url("../img/bg_glass.png") 50% 50% repeat-x; */
	z-index: 9999;
	background-color: #2d2d2d;
	color: white;
}
#menuTop {
	position: absolute;
	top: 0px;
	width: 100%;	
	background-color: #2d2d2d;
	/*border-bottom: 4px solid white;
	border-top: 4px solid white;
	text-transform: uppercase; */
	font-size: 1.5em;
	color: #5A5A5A;
	/* background: #e6e6e6 url("../img/bg_glass.png") 50% 50% repeat-x; */
	z-index: 9999;
	border-bottom: 1px solid #868686;
	border-top: none;
	color: white;
}
body.single #menuTop {
	/*height: 80px;*/
}
body.multi #menuTop {
	/* height: 47px; */
}
#branding {
	color: #888888 !important;
}
body.multi #branding img {
    display: inline-block;
    height: 36px;
    width: auto;
    margin-top: 5px;
}
body.multi #branding {
	float: left;
	width: auto;
	height: 46px;
}
body.multi #projectInfo {
	float: right;
	width: auto;
	margin-top: 10px;
}
body.single #branding {
	float: none;
    display: block;
	height: 46px;
}
body.single #branding img {
    display: inline-block;
    height: 36px;
    width: auto;
    margin-top: 5px;
}
body.single #camDescription {
	float: left;
    display: block;
    text-align: left;
}
body.single #currentImgDateTime {
	float: right;
    display: block;
    text-align: right;
}

/*
body.desktop #projectInfo, body.tablet #projectInfo, body.tablet #camDescription {
	float: right !important;
	margin-top: 10px;
    width: auto;
}
*/

/*
body.single #currentImgDateTime {
	position: relative;
    width: auto;  
    float: right;
    text-align: right;
    padding: 0px 1%;
}
body.single #projectInfo {
	position: relative;
	width: auto;
	float: left;
    text-align: left;
    padding: 0px 1%;
}
body.multi #projectInfo {	
    width: 78%;
    word-break: break-word;
    display: block;
    text-align: left;
    float: none;
    padding: 0px 1%;
    position: relative;
}
*/
/*
body.single #camDescription, #branding {
	position: relative;
	width: auto;
	float: left;
    text-align: left;

    padding: 0px 1%;
}
body.multi #branding {
	float: left;
    width: auto;
}
*/
/*
.xdsoft_datetimepicker, .xdsoft_datetimepicker .xdsoft_label {
	background-color: #E1E1E2 !important;
	color: #5A5A5A !important;
	border: none !important;
	background-color: transparent !important;
}
*/
.xdsoft_date {
	background: #53B100 !important;
	color: white !important;
}
.xdsoft_current {
	background: #0F5000 !important;
}
.xdsoft_disabled {
    background: rgb(253, 0, 0) !important;
    color: white !important;
}
.ui-widget {
	/* position: relative !important; */
	font-size: 1em;
}
.pointer {
	cursor: pointer;
}
#camInfo {
	/* width: 850px; */
	width: 100%;	
	/* margin-right: 2.3%; */
}
#ois_dp {
    width: 440px;
    /* margin: 0px auto; */
    font-size: 1.3em;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    /* top: 10px; */
    z-index: 99;
    color: white;
}

#ois_dp #hour, #ois_dp #day, #ois_dp #month, #ois_dp #year {
    float: left;
    /* display: inline-block; */
    width: 21%;
    /* text-align: center; */
    margin: 2%;
}
#ois_dp #minute, #ois_dp #second {
	display: none;
}
#ois_dp #hour div, #ois_dp #day div, #ois_dp #month div, #ois_dp #year div {
    /* float: left; */
    /* display: table; */
    width: 100%;
    padding: 5px 0px;
    /* border: 1px solid grey; */
    /* margin: 4px; */
    /* background-color: #000000; */
    /*cursor: pointer !important;*/
}
#ois_dp .list {
	color: white;
	overflow-y: scroll;
	max-height: 155px;
	display: none;
	opacity: 0.9;
	position: absolute;
	width: 85px !important;
	/* display: table; */
	background-color: #000000;
	top: 0;
	margin-top: 0px;
}
#ois_dp #hour div.current, #ois_dp #day div.current, #ois_dp #month div.current, #ois_dp #year div.current, #galery_container .thumb.active .imgDatetimeCaption {
	/* background-color: #1D2843; */
	color: #FF9E07;
}
#ois_dp #hour > div.current, #ois_dp #day > div.current, #ois_dp #month > div.current, #ois_dp #year > div.current {
    background-color: #4C4C4C;
    border: 1px solid #808080;
    background-image: url(../img/selectTogglerLike.png);
    background-position-x: 96%;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 20px;
}
/*
#galery_container .thumb.current .imgDatetimeCaption, #galery_container .thumb:hover .imgDatetimeCaption {
	color: #02E600 !important;
}
*/
#ois_dp #hour div.disabled, #ois_dp #day div.disabled, #ois_dp #month div.disabled, #ois_dp #year div.disabled {	    
    cursor: inherit;
    color: #6B6B6B;
}
#ois_dp div.noBG {
	background-color: inherit !important;
	color: #FFFFFF;
}
#ois_dp .list > div {
    display: inline-block;
    text-align: center;
	cursor: pointer !important;
	padding: 8px 0px;
}
#ois_dp .list > div:hover, #ois_dp .list > div.current:hover {
    background-color: #F39F1C;
	color: #000000 !important;
}
#ois_dp > div > div.current {
	cursor: pointer !important;
}
#ois_dp .list > div {
	cursor: inherit;
}
#ois_dp .list > div.disabled:hover {
    background-color: inherit;
	color: #6B6B6B !important;
	cursor: not-allowed !important;
}
#dp_legende {
	float: left;
    width: 40%;
    margin-top: 30px;
}
#dp_legende .dpNoPics:before, #dp_legende .dpHasPics:before, #dp_legende .dpCurPic:before {
	background-color: rgb(253, 0, 0);
    width: 1em;
    height: 1em;
    content: ' ';
    display: inline-block;
    line-height: 100%;
    margin-right: 10px;
}
#dp_legende .dpHasPics:before {
	background-color: #53B100;   
}
#dp_legende .dpCurPic:before {
	background-color: #0F5000;    
}



#menuBottom img, #menuTop img {
	display: none;
}
#doToggleCams img {
	display: block;
}
* {
	font-family: 'Prometo', 'Arial', 'Verdana', sans-serif !important;
}
html, body, #outer-wrap, #inner-wrap, .preview_single, #singleCamWrapper, #singleCamWrapper > .preview_img {
	height: 100%;
}
body {
	width: 100%;
	/*min-width: 1140px;*/
	height: 100%;
	min-width: 320px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	min-height: 550px;
	overflow-y: auto;
	background-color: #424242;
	color: #5A5A5A;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: 'Prometo', 'Arial', 'Verdana', sans-serif !important;
	
	/*
	background: #feffff;
	background: -moz-radial-gradient(center, ellipse cover,  #feffff 0%, #ddf1f9 35%, #d3daea 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#d3daea));
	background: -webkit-radial-gradient(center, ellipse cover,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	background: -o-radial-gradient(center, ellipse cover,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	background: radial-gradient(ellipse at center,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d3daea',GradientType=1 );
	*/
}
body.multi {
	min-height: initial !important;
}
#wrapper, #fullscreen {
	width: 100%;
	/*min-width: 1140px;*/
	height: 100%;
	position: relative;	
}
#overlay_top_wrapper {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;
	opacity: 0.2
}
#overlay_left_wrapper {
	width: 230px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99999;	
}
#overlay_right_wrapper {
	width: 5%;
	height: 60%;
	position: absolute;
	top: 20%;
	right: 0px;
	z-index: 99999;
}
#overlay_bottom_wrapper {
	width: 100%;
	height: 91px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999999;
	opacity:0.2;
}
#overlay_center {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 999999;
	display: none;
}
#overlay_left, #overlay_right{
	/*display: none;*/
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#overlay_bottom {
	/*display: none;*/
	width: 100%;
	height: 100%;		
	cursor: pointer;
}
#overlay_top {
	padding: 5px;
	height: 30px;
	width: 100%;
	background: rgb(197,207,214);
	background: -moz-linear-gradient(top, rgba(197,207,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(197,207,214,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(197,207,214,1) 0%,rgba(255,255,255,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cfd6', endColorstr='#ffffff',GradientType=0 );*/
	box-shadow: -1px 1px 5px #475c6a;
}
#overlay_bottom {	
	width: 100%;
	position: relative;	
}
#overlay_bottom_left {
	float: left;
	width: 26%;
	position: relative;
}
#overlay_bottom_galery {
	width: 1140px;
	margin: 0px auto;
	position: relative;
}
.overlay_toggler_bottom {
	width: 5%;
}
#overlay_toggler_show, #overlay_toggler_hide {
	width: 40px;
	height: 20px;
	margin: 0px auto;	
}
#overlay_toggler_hide {
	display: none;
}

#screen {
	height: 100%;
	width: 100%;
	/*
	top: 0px;
	bottom: 0px;
	position: absolute;
	*/
	/*
	text-align: center;
	*/
}
#overview_screen {
	/*margin-top*/
}
#screen > .inner {
	position: absolute;	
	width: 100%;
	overflow-y: hidden;
	/* overflow-x: hidden; */
}
body.single #screen > .inner {
	/*top: 74px;
	bottom: 37px;*/
}
body.multi #screen > .inner {
	/*top: 65px;
	bottom: 55px;*/
}
/*
.preview_single #singleCamWrapper img {
	height: 100%;
	margin:auto;
    position:absolute;
    left:0;
    right:0;
    top:0;   
}
*/
#overlay_top ul li {
	color: #000000;
	float: left;
}
#overlay_top ul li span {
	margin-left: 33px;
	font-size: 13px;
}
#overlay_top > div {
	height: 100%;
	margin: 8px 0px 8px;
	padding: 0px 8px 0px;
}
#overlay_top img {
	width: auto;
	height: 23px;
	position: absolute;
	top: 3px;

}
#overlay_top #menu_left {
	float: left;	
	width: 38%;
}
#overlay_top #menu_middle {
	width: 19%;	
	text-align: center;
	float: left;
}
#overlay_top #menu_right {
	float: right;
	text-align: right;
	width: 38%;
}
#overlay_top #menu_right ul {
	float: right;
}
ul {
	margin: 0px;
	padding: 0px;
}
.datepicker {
	color: grey;
}
.rp_step {
	margin-bottom: 10px;
}
#player_timecode {
    width: auto;
    float: none;
    text-align: left;
    /* height: 30px; */
    /* margin-right: 10px; */
    /* position: absolute; */
    /* bottom: 50px; */
    /* width: 100%; */
    background-color: #424242;
    /* outline: 1px solid white; */
    /* outline-offset: 0px; */
    margin-left: 5%;
    margin-top: 10px;
}
#fastPreview_output_player {
	opacity: 0;
	outline: 1px solid white;
	/*visibility: hidden;*/
	transition: all .5s linear 0s, opacity 500ms;
}
#fastPreview_output_player.isVisible {
	/*visibility: visible;*/
    opacity: 1;	
}
#fastPreview_output_player.fullscreen {
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    BOTTOM: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;	
    background-color: #171717;
	min-width: 320px;
}
#fastPreview_output_player.fullscreen #player {
    position: absolute;
    top: 0px;
    width: 100%;
	height: auto;
    bottom: 56px;
}
#fastPreview_output_player.fullscreen #playerStartStop {
	width: 170px;
}
#fastPreview_output_player.fullscreen #player #current {
    width: 100%;
    height: auto;
	position: absolute;
    top: 0px;
    bottom: 0px;
}
#fastPreview_output_player.fullscreen #player_timecode {
	text-align: center;
	position: absolute;
    bottom: 10px;
    margin-top: 0px;
    height: 25px;
    padding-top: 5px;
    width: 20%;
    left: 45%;
    z-index: 9;
    background-color: #424242;
    margin-left: -5%;
}
#fastPreview_output_player.fullscreen #progressbar_fastPreview_wrapper {
    position: absolute;
    bottom: 50px;
    left: 0px;
    z-index: 9;
    width: 100%;
	margin: 0px;
}
#fastPreview_output_player.fullscreen #player #current img {
    position: absolute;  
    /*width: auto;
    height: 100%;*/
}
#fastPreview_output_player.fullscreen #player_controls {
    position: absolute;
    bottom: 0px;
    width: 98%;
    height: 30px;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 10px;
    padding-top: 10px;
}
#fastPreview_output_player.fullscreen #player_controls #playerPrev,
#fastPreview_output_player.fullscreen #player_controls #playerNext,
#fastPreview_output_player.fullscreen #player_controls #playerPrevImg,
#fastPreview_output_player.fullscreen #player_controls #playerNextImg {
    width: 12%;
    height: 100%;
    margin: 0px 0%;
}
#fastPreview_output_player.fullscreen #player_controls #playerFullscreen {
	right: 2%;
    width: 50px;
}
#fastPreview_output_player.fullscreen #player_controls #playerPlayPause {
	width: 27%;
	left: 35%;   
    background-size: 37%;
}
#ui-datepicker-div {
	position: relative;
}
.overview_img{
	width: 200px;
	height: 140px;
	float: left;
	position: relative;
}
.overview_img img {
	width: 100%;
	height: 100%;
}
.preview_multiple {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: scroll;
	/* overflow-x: hidden; */
}
.preview_multiple .preview_img {
	float: left;
	/* margin: 3%; */
	height: auto;
	width: 18%;
	height: 230px;
	overflow: hidden;
	position: relative;
	background-color: #5a5a5a;
	/* border-top-left-radius: 0px; */
	/* border-radius: 30px; */
	/* border-top-left-radius: 0px; */
	/* border-top-right-radius: 0px; */
	/* background-image: url('../img/form_bg.jpg'); */
	/* background: #e6e6e6 url("../img/bg_glass.png") 50% 50% repeat-x; */
	padding: 2%;
	margin: 20px 1.5%;
	
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.preview_multiple .imgDatetimeCaption {
	position: absolute;
	top: 0px;
	width: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.46);
	padding: 8px 0px;
	color: #FFFFFF;
	left: 0%;
	text-align: center;
}
.imgDatetimeCaption .inner {
	/* display: inline-block; */
	/* background-color: rgba(99, 42, 40, 0.58); */
	/* padding: 0px 2%; */
	/* color: white; */
}
#galery_container .imgDatetimeCaption {
	height: auto;
	font-size: 1em;
	text-align: center;
	color: white;
	padding: 5px;
	position: absolute;
    bottom: -40px;
	word-break: break-word;
    word-spacing: 100px;
	font-weight: 300;
}
#showTools {
	width: 100%;
	height: 100%;
	position: absolute;
	/* left: 50%; */
	z-index: 99999;
	/* top: 50%; */
	/* margin-left: -250px; */
	/* margin-top: -250px; */
	display: none;
	
	background-color: rgba(0, 0, 0, 0.25);
	display: none;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	
}
#showTools .inner {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	background-image: url('../img/zahnrad.png');
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#singleCamWrapper .preview_img:hover #showTools {
	display: block;
}
.preview_multiple img {
	width: 100%;
	height: auto;
}
.ui-accordion .ui-accordion-content {
	height: auto !important;
}
.infoBg {
	/* background-color: rgb(225, 225, 226); */
	/* border-radius: 25px; */
}
#galery {
width: 100%;
height: 100%;
}
#galery_container {
-webkit-transition-duration: 0.1s;
-moz-transition-duration: 0.1s;
-ms-transition-duration: 0.1s;
-o-transition-duration: 0.1s;
transition-duration: 0.1s;

width: 100%;
/* margin: 0px auto; */
/* height: 100%; */
/* overflow-y: scroll; */
top: 130px;
position: absolute;
/* left: 2%; */
/* right: 2%; */
text-align: left;
}
#galery_container #controls {
	padding: 15px;
}
#galery_container #controls .button {
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}
#galery_container #controls .button:first {
	margin-right: 20px;
}
/*
#galery_container {
	-webkit-transition-property: transform;
}
*/
#galery_container .thumb {
	transition: all .1s ease;
	width: 4.5%;
	min-height: 25px;
	padding: 0.131%;
	cursor: pointer;
	display: inline-block;
	position: relative;
	/*
	background-image: url(../../template/img/loading.gif);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
	*/
	/*
	background-image: url(../img/loading.gif);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	*/
	
}
#galery_container .thumb.noThumb {
    background-image: none !important;
}
#galery_container .thumb.loading {
	text-align: center;
}
#galery_container .thumb.loading img {
	width: 95% !important;
}
#galery_container .thumb.active, #galery_container .thumb:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#galery_container .thumb img {
	width: 100%;
	height: auto;
}
#galery_navigator_left, #galery_navigator_right {
	float: left;
	height: 100%;
	font-size: 100px;
}
#galery_container .galery_thumb {
width: 8%;
float: left;
margin-top: 31px;
}
#galery_container .galery_thumb img {
width: 100%;
height: auto;
}
#galery_container .galery_thumb.current {
width: 17% !important;
margin-top: 0px !important;
}
#firstImg, #lastImg {
	display: none;
}

/*
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 1 !important;
	display: none !important;
}
.slick-next {
	background-image: url('../img/galery_next.png') !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}
.slick-prev {
	background-image: url('../img/galery_prev.png') !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}
.slick-next {
	right: -60px !important;
}
.slick-prev{
	left: -57px !important;
}
.slick-prev, .slick-next {

	display: block !important;
	visibility: visible !important;
	position: absolute !important;
	display: block !important;
	height: 70px !important;
	width: 69px !important;
	line-height: 0 !important;
	font-size: 0 !important;
	cursor: pointer !important;	
	color: transparent !important;
	top: 11px !important;	
	padding: 0 !important;
	border: none !important;
	outline: none !important;
}
*/
.slick-slide.active {
	/*width: 74px !important;*/
	/*margin-top: -8px;*/
	/*margin-left: -10px;*/
	/**border: 4px solid white;*/
	/*height: auto;*/
}
/*
.slick-slide {
	width: 93px !important;
}
.slick-slide img { display: block; width: 100%;}
.slick-track {
	margin-top: 30px;
	width: 100% !important;
	//margin: 0px auto !important;
}
*/
#overlay_bottom_wrapper:hover {
	opacity: 1;    
}
#overlay_top_wrapper:hover, #einzelbild_control_wrapper:hover {
	opacity: 1;
}
#overlay_bottom_wrapper, #overlay_top_wrapper {
	-webkit-transition: all .250s ease-in-out;
	-moz-transition: all .250s ease-in-out;
	-o-transition: all .250s ease-in-out;
	transition: all .250s ease-in-out;
}

#wrapper_bg {
	opacity: 0.4;
	height: 100%;
	width: 100%;
	position: absolute;
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}	

table.altCol tr:nth-child(even)		{ background-color: lightgray; }
/*tr.altCol:nth-child(even)	{ background-color:#fff; }*/

.ui-tooltip {
	z-index: 999999999 !important;
}
.previewInfo, .noClick {
	cursor: default !important;
}
#previewOverview table {
	margin-bottom: 20px;
	width: 100%;
}
.imgBigger {
	width: 32px !important;
	height: auto;	
}
.dialog img, #previewOverview img {
	width: 16px;
	height: auto;
}
#notifyPopup {
	display: none; 
	position: absolute;
    top: 10px;
    left: 50%;
    /* right: 0px; */
    /* height: 72px; */
    /* right: 0px; */
    /* height: 100%; */
    /* bottom: 0px; */
    background-color: #424242;
    /* border: 1px solid black; */
    /* height: 30px; */
    /* padding: 20px; */
    z-index: 99999999;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 1);
    color: white;
    /* margin-left: -100px; */
    /* margin-top: -50px; */
    /* opacity: 0.9; */
    border: 4px solid #ffffff;
    /* width: auto; */
    margin-left: -173px;
    width: 300px;
    padding: 20px;
}
#notifyPopup .inner {
	width: 98%;
    margin: 0px auto;
    margin: 1%;
    text-align: center;
}
#notifyPopup .pressable {
	padding: 8px 0px !important;
}
#notify_reloadFull #submit, #notify_reloadFull #cancel {
    margin-top: 15px;   
    /*padding: 0px !important;*/
}
#notify_reloadFull img {
	width: 100%;
	height: auto;
}
/*#notify_reloadFull #submit {   
    width: 30% !important;    
    
    margin-left: 5%;
}
#notify_reloadFull #cancel {	
    width: 30% !important;    
   
    margin-right: 5%;
}*/
#loginWrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	/*
	background: #feffff;
	background: -moz-radial-gradient(center, ellipse cover,  #feffff 0%, #ddf1f9 35%, #d3daea 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#d3daea));
	background: -webkit-radial-gradient(center, ellipse cover,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	background: -o-radial-gradient(center, ellipse cover,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	background: -ms-radial-gradient(center, ellipse cover,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	background: radial-gradient(ellipse at center,  #feffff 0%,#ddf1f9 35%,#d3daea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d3daea',GradientType=1 );
	*/
}
#logoWrapper {
	width: 100%;
	margin-bottom: 30px;
    /* max-height: 70px; */
    text-align: center;
}
#logoWrapper img {
	width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
#loginMask {
	display: none;
    padding: 20px;
    position: absolute;
    /* width: 270px; */
    /* height: 180px; */
    margin: 0px auto;
    top: 50%;
    left: 50%;
    /* border-radius: 30px; */
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
	border: 1px solid #868686;
    background-color: #2d2d2d;
    color: white;
    margin-bottom: 60px;
    width: 247px;
}
#menu_mobile {
	display: none;
}
#overlay_top ul li {				
	margin-right: 10px;
	position: relative;
}
.showMobile {
	display: none;
}
.preview_multiple .preview_img img {
	position: absolute;
	width: auto !important;
	left: 0px;
	top: 31px;
	right: 0px;
	bottom: 0px;
	/* max-width: 91% !important; */
	/* max-height: 251px; */
	padding: 0px !important;
	border: none !important;
	height: 77% !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
	/* width: 100% !important; */
	/* padding: 2% !important; */
	/* width: 100%; */
	/* height: auto; */
	/* width: 70% !important; */
	/* top: 0px; */
	/* margin-top: 7%; */
}

#singleCamWrapper .preview_img img.singleImg {
	
	width: auto;
	height: 100%;
	/*
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0; 
	*/
	cursor: pointer;
	/*
    -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	*/
}

#singleCamWrapper .preview_img img.singleImg.resizeImgGPS {
	width: 100% !important;
	height: auto !important;
}

#singleCamWrapper .preview_img {
	/*-webkit-transition: all .250s ease; /* Firefox */
	/*-moz-transition: all .250s ease; /* WebKit */
	/*-o-transition: all .250s ease; /* Opera */
	/*transition: all .250s ease; /* Standard */
	/*position: absolute;
	top: 0px;
	left: 0px;
	*/
	/*z-index: 9999;*/
	
	width: 100%;
	text-align: center;
	overflow: hidden;
	
	/*
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	*/
}
textarea, select {
	padding: 0px;
	border: 0px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
    box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
}
#nav {
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
}
#nav-open-btn {
	display: none;
}
#nav .close-btn {
    background-image: url("../../lib/js/mobilemenu/img/close-btn.svg");
    background-position: left center;
    background-repeat: no-repeat;
}
body.multi #currentImgDateTime {
	display: none !important;
}
body.multi .showSingle {
	display: none !important;
}
body.single .showMulti {
	display: none !important;
}
body.login {
    overflow-y: scroll;
}
.favorites {
	overflow: hidden;
}
.favoriteItem img {
    width: 100% !important;
    height: auto;
}
.favoriteItem .img {
	width: 100% !important;
    height: auto;
    float: left;
    padding: 0%;
}
.favoriteItem .text {
    width: 20% !important;
    height: auto;
	float: left;
	padding: 2%;
}
.favoriteItems .favoriteItem {
    width: 23%;
    float: left;
    position: relative;
    margin: 1%;
    margin-top: 30px !important;
    /* border: 1px solid #656565; */
    padding: 0%;
    background-color: #2d2d2d;
}
.favoriteItem.addFavorite img {
   cursor: inherit;
}
.marginBottom-m {
	margin-bottom: 20px !important;
}
.dialogSection {
	float: none;
    width: 92%;
    margin: 0px;
    background-color: #424242;
    padding: 4%;
	/*
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	*/
}
.dialog .headline {
	color: white;
    margin-bottom: 40px;
    display: block;
    padding: 4px 1%;
    text-align: center;
    border: 1px solid white;
    margin-top: 10px;
    width: 97.5%;
    margin-left: 0%;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
    box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 1);
}
.dialog .headline.innerSection {
	margin: 0px;
	margin-bottom: 10px;
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
}
.dialog #fastPreview_output_inner_left, .dialog #fastPreview_output_inner_center {
	width: 31%;
}
#rp_movie_details, #fastPreview_controls {
	width: 50%;
    float: left;
}
.cancelGenerate {
	display: none;
}
#fastPreview_controls_generate {
	text-align: right;
}
#fastPreview_controls_generate img {
	width: 55px;
    height: auto;
	cursor: pointer;
}
.favoriteItem.addFavorite .img, .favoriteItem.addFavorite .datum {
   width: 100% !important;
   float: none;
   padding: 0px;
}
.favoriteItem.addFavorite .text {
    width: 100% !important;
    height: auto;
    float: left;
    padding: 0%;
	margin-top: 20px;
}
.favoriteItem .edit {
    background-image: url(../img/edit.png);
	background-position: center;
    background-repeat: no-repeat !important;
    background-size: 34% !important;
    width: 50% !important;
    height: auto;
    padding: 10% !important;
    float: left;
    margin-top: 10px;
    cursor: pointer !important;
}
.favoriteItem .delete {
    background-image: url(../img/delete.png);
	background-position: center;
    background-repeat: no-repeat !important;
    background-size: 34% !important;
    width: 50% !important;
    float: left;
    height: auto;
    padding: 10% !important;
    margin-top: 10px;
    cursor: pointer !important;
}

#dialog_editFavorite {
	width: 300px;
}
#favoriteItemNewDescription {
	width: 100%;
	margin-top: 10px;
}
.left {
	float: left;
}
.right {
	float: right; 
}
.favorites #sortierung .active, .favorites #reihenfolge .active {
	color: #8ed802;
}
.favorites #sortierung div, .favorites #reihenfolge div {
	cursor: pointer;
}
.favoriteItem .datum {
	color: white;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}
.floatLeftMarginRight {
	margin-right: 2%;
}
/*#dialog_showFavorites {
	width: 600px;
}*/

#progressbar {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
}

#progressbar_inner {
	height: 100%;
    width: 0px;
    background-color: #FF9E07;
}

body.multi #progressbar {
	display: none;
}

.dialog_einstellungen {
	width: 400px !important;
}
.dialog_showFavorites {
	width: 600px !important;
}
.dialog_downloadCurrentImg {
	width: 320px !important;
}
.dialog_camdetailinfo {
	width: 674px !important;
}
.dialog_switchCam {
	width: 600px !important;
}
.editFavorite {
	width: 400px !important;
}
.dialog_loadBigImagesConnSlow {
	width: 674px !important;
}
.dialog_hint_bigImagesMobile {
	width: 400px !important;
}
#mapGPS {
	height: 100%;
	width: 100%;
}
#mapGPS.warning {
	padding: 4%;
	height: 92%;
    width: 92%;
}
.gpsRegler {
    height: auto;
    min-height: 100px;
	padding: 4%;
}
.gpsRegler .left {
	width: 50%;
}
.gpsRegler .left.floatLeftMarginRight {
	width: 48%;
}

#custom-handle {
    width: 1.8em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

/* schnelle vorschau im browser */

#fastPreview_output_inner_left, #fastPreview_output_inner_center, #fastPreview_output_inner_right {
	min-width: 321px;
	float: left;
	width: 33%;
	
}

#fastPreview_output_player #player #current img {
	height: auto;
    width: 90%;
	cursor: auto;
}
#fastPreview_output_player #player #current {
	height: auto;
    width: 100%;    
    text-align: center;
}
#fastPreview_output_player #player {
	height: auto;
	width: auto;
	padding-top: 18px;
}

#player_controls {
	background-color: #2d2d2d;
    padding: 10px;
    height: auto;
    /* outline: 1px solid white; */
    height: 30px;
    /* width: 90%; */
	position: relative;
}
#player_controls.deactivated {
	opacity: 0.2;
	pointer-events: none;
}
#progressbar_fastPreview_wrapper {
    width: 90%;
    float: none;
    margin-top: 15px;
    background-color: #ffffff;
    height: 5px;
    margin-left: 5%;
    margin-bottom: 15px;
}
#progressbar_fastPreview {
	height: 5px;
    background-color: #fa7f07;
}
#fastPreview_output_player #player img.previewMovie_centerByHeight {
	height: 100% !important;
	width: auto !important;
}
@media only screen and (max-width: 1280px) {

	.preview_multiple .preview_img {
		height: 250px;
		width: 27.3%;
		margin: 10px 1%;
	}
	.dialog #fastPreview_output_inner_left, .dialog #fastPreview_output_inner_center {
		width: 48%;
	}
	#fastPreview_output_inner_right {
	    width: 100%;
		margin-top: 30px;
	}
	#playerFullscreen  {
		width: 5%;
	}
	#playerStartStop {
		width: 15%;
	}
	
}

@media only screen and (min-width: 1025px) and (max-width: 1309px) {

	#galery_container .thumb {
		width: 5.66%;
		padding: 0.5%;
	}

}


@media only screen and (max-width: 1024px) {
	
	.dialog #fastPreview_output_inner_left, .dialog #fastPreview_output_inner_center, .dialog #fastPreview_output_inner_right {		
		width: 100%;
	}	
	#fastPreview_output_inner_center {		
		margin-top: 30px;
	}
	#playerFullscreen {
		width: 7%;
	}
	#playerStartStop {
		width: 20%;
	}
	
	/*.ui-dialog {
		width: 90% !important;
		left: 5% !important;		
	}*/
	
	body.single #camDescription, #branding, body.multi #projectInfo {
		margin-left: 4%;
	}

	body.multi #screen > .inner {
		/*top: 65px;
		bottom: 0px;*/
	}
	
	#galery_container .imgDatetimeCaption {
		bottom: -15px;
	}
	
	body.single #screen > .inner {
		/*bottom: 0px;*/
	}

	.preview_multiple .preview_img {
		height: 320px;
		width: 44%;
	}
	#nav {
		display: block;
		overflow-y: scroll;
	}
	#nav-open-btn {
		position: absolute;
		left: 0px;
		background-size: cover;
		/* top: 8px; */
		width: 35px;
		height: 100%;
		display: inline-block;
		background-color: transparent;
		background-size: 100%;
		background-position: left center;
	}
	#menuTop #projectInfo, #galery_controls, #menuBottom {
		/*display: none !important;*/
	}
	#menuTop {
		position: relative;
		/*background-size: initial;*/
	}
	.preview_single .preview_img {
		/* margin-top: 25%; */
		position: relative;
	}
	/*
	#singleCamWrapper .preview_img img.singleImg {
		width: 100%;
		height: auto;
	}
	*/
	#wrapper_bg {
		background-size: cover;		
	}
	#overlayTools {
		opacity: 1 !important;
	}
	#galery_container .thumb {
	    width: 11%;		
		padding: 1.6%;
	}
	#galery_container {
	    top: 115px;
	}
	#menuBottom {
		display: none;
	}
	/*
	body.single #currentImgDateTime {
		width: 90%;
		display: inline-block;
		word-break: break-word;
		text-align: center;
		padding: 0px 1%;		
		float: none;
		position: relative;
	}
	*/
	body.single #projectInfo {	
		margin-left: 3%;
	}	
}

@media only screen and (max-width: 768px) {
	
	#fastPreview_output_player.fullscreen #player_timecode {
		width: 100%;
		left: 0%;		
		margin-left: 0%;
		bottom: 55px;
	}
	#playerFullscreen {
		width: 9%;
	}
	#playerStartStop {
		width: 25%;
	}	
	.gpsRegler .left {
		width: 100% !important;
		float: none;
		margin-bottom: 7px;
	}
	.gpsRegler, .dialogSection.camGPS {
		position: relative !important;	
	}
	#dialog_camgps {
		height: auto !important;
	}
	#camMaps {
		width: 100%;
	}
	.ui-dialog.dialog_camgps {
		top: 7% !important;
		max-height: 86% !important;
		height: 86% !important;
		overflow-y: scroll;
	}
	
	.markerThumbImg .img {
	    width: 120px;
	}
	
	.favoriteItem .text, .favoriteItem .img {
	    width: 100% !important;
		float: none;
		padding: 0%;
	}
	
	.favoriteItems .favoriteItem {
		width: 48%;
	}

	#camMaps > div {
		width: 100% !important;
		float: none !important;
		margin-right: 0% !important;		
	}
	#camMaps #mapDetail {
		margin-bottom: 20px;
	}
	
	body.multi #branding {
	    float: none;
	}
	body.multi #branding img {
	    display: block;
	}
	body.multi #projectInfo {
		float: none;
		text-align: left;
		margin-top: 0px;
	}
	body.single #camDescription, #branding, body.multi #projectInfo {
		margin-left: 6%;
	}
	body.multi #screen > .inner {
		/*top: 90px;
		bottom: 0px;*/
	}
	.preview_multiple .preview_img {
		padding: 2% 0px !important;
		width: 90%;
		margin: 15px 5%;
	}
	#galery_container .imgDatetimeCaption {
		font-size: 0.8em;
		bottom: -30px;
	}
	#overlayTools #klammer {
		display: none;
	}
	#overlayTools {
	    bottom: 0px;
		height: 190px;
	}
	#overlayTools > .inner {
		height: 100%;
	}
	#galery_container {
		top: 60px;
	}
	#galery_controls {
		display: none;
	}
	#ois_dp {
	    margin-top: -9px;
	}
	.cam .text, .cam .img {
		float: none;
		width: 98%;
		padding: 1%;
	}	
}

@media only screen and (max-width: 480px) {
	
	.ui-dialog, .ui-dialog.scrollable, .ui-dialog.dialog_camgps {
		top: 0px !important;
		max-height: none !important;
		height: 100% !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0px !important;
		left: 0px !important;
	}

	.favoriteItems .favoriteItem {
		width: 100%;
		margin: 0px;
	}
	
	.left, .right {
		float: none;		
	}
	
	.floatAlways.left {
		float: left;
	}
	
	.floatAlways.right {
		float: right;
	}
	
	.floatLeftMarginRight {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	#ois_dp #hour > div.current, #ois_dp #day > div.current, #ois_dp #month > div.current, #ois_dp #year > div.current {
		background-size: 13px;
	}
	body.single #screen > .inner {
		/*top: 109px;*/
	}
	body.multi #branding img {
		display: inline-block;
	}
	body.single #branding img {
		display: inline-block;
	}
	body.single #camDescription, #branding, body.multi #projectInfo {
		margin-left: 10%;
	}
	#galery_container .imgDatetimeCaption {
		bottom: -30px;
		font-size: 0.7em;
	}
	.preview_multiple .preview_img {
		height: 270px;
	}
	#overlayTools {
	    height: 190px;
	}
	#ois_dp {
	    bottom: 95px;
		width: 330px;
		margin-left: -165px;
	}
	#galery_container {
	    bottom: 45px;
		top: auto;
	}
	#menuTop #branding, #menuTop #camDescription, #menuTop #currentImgDateTime, #menuTop #projectInfo {
		margin-left: 10%;
		float: none;
		text-align: center;
		margin-right: 10%;
	}
	

}



.scale1 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);			
}