/*
	colors: #3ec9f0 - blue; #3bc2e7 - dark blue; #dfdfdf - background light gray; #c8c8c8 - background border gray; #aabfdb - light gray; #969595 - gray; #787878 - dark gray #2e2e2e - bottom dark gray
*/


@import url(fonts/fonts.css);


/* 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: middle;
	}

img { -ms-interpolation-mode: bicubic; }	
	
*:focus {
outline:none;
}	

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {	
    background: rgba(255,255,255,.5);
}
	
body {
    background: url(/img/ss-pattern_light.png);
	width: 100%;
	/*min-height: 100%;*/
	margin: 0;
	padding: 0;
	font-family: 'DINPro-Cond', sans-serif;
	font-weight: normal;
	/* margin-bottom: 150px; */
	height: 100%;
}

a{
	text-decoration: none;
}

ul {
	list-style: none;
}

h1{
	width: 100%;
	font-family: 'Luxury-Gold', sans-serif;
	font-size: 19pt;
	line-height: 1.2em;
}

h2{
	font-family: 'Luxury-Gold', sans-serif;
	font-size: 12pt;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin: 20px 0;
}

p{
	font-size: 12pt;
	line-height: 1.3em;
	margin-bottom: 10px;
}

input, textarea, keygen, select, button {   
	font-family: 'DINPro-Cond', sans-serif;
	font-size: 11pt;
	letter-spacing: 0.02em;
}

input:focus {
	outline: none;
}


input[type='submit'] {
	margin: 10px 0px;
	float: left;
	padding: 4px;
	line-height: 1em;
	width: 140px;
	background: #3ec9f0;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
}

input[type='submit']:hover {
	background: #3bc2e7;
}

table {
	border-spacing: 0px;
	
}


table.links th::after, th.links_sorted::after, th.links_sorted_reverse::after {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;

}
table.sorttable th {
	cursor:pointer;
}
th.links_sorted::after {
  background: url(../img/sortUp.png);
  background-size: contain;
}
th.links_sorted_reverse::after {
  background: url(../img/sortDown.png);
  background-size: cover;
}

hr {
	width: 100%;
	margin: 30px 0;
	height: 1px;
	color: #c8c8c8;
	background-color: #c8c8c8;
	border: none;
	
}

.right{	
	display: block;
	float: right;
}

.left{	
	display: block;
	float: right;
}

.clear {
     clear: both;
}

.blue.bgr {
	background: #3ec9f0!important;
	color: #fff!important;
}

.blue.txt {
	color: #3ec9f0!important;
}

.red.bgr {
	background: red!important;
	color: #fff!important;
}
.light.txt {
	color: #969595!important;
}

.bold {
	font-family: 'DINPro-CondBold'!important;
}

.space {
	height: 30px;
}

.container {
	padding-bottom: 20px;
}

#list .container.white {
	background: #fff;
}

/* Main container */

#main{
	/* margin-bottom: 150px; */
	min-height: calc(100vh - 155px);
	overflow-x: hidden;
}
#main#blue {
	background: url(/img/ss-pattern_blue.png);
}

/* Navigation (Top bar - fixed) */

#navigation {
    display: block;
    width: 100%;
	min-width: 650px;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 105;
    background: url(/img/ss-pattern_light.png);
	box-shadow: 0px 0px 20px rgba(0,0,0,.4);
}

	#navigation img {
		width: 50px;
	}

	.logo {
		width: 260px;
		height: 20px;
		float: left;
		padding: 15px;
		text-align: center;
		border-right: 1px solid #969595;
		color: #969595;
		font-family: 'Luxury-Gold', sans-serif;
		font-size: 14pt;
	}

	#title {
		width: auto;	
		float: center;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
		font-size: 20pt;
		font-family: 'Luxury-Gold', sans-serif;
		color: #3ec9f0;
	}
	
		#title img {			
			margin-top: -10px;
		}

	#navigation ul {
		display: block;
		width: 290px;
		float: right;
		margin: 0;
		padding: 0;
	}

		#navigation ul li {	
			display: block;
			width: 50px;
			height: 50px;
			float: right;
			border-left: 1px solid #969595;
		}

		#navigation ul li.selected {
			background: url(/img/ss-pattern_blue.png);
		}

/* Language Menu */		
	
#languageMenu {
	display: none;
	position: absolute;
	top: 50px;
	right: 50px;
	min-width: 130px;
    color: #fff;
    z-index: 1000;
	color: #fff;
	z-index: 1000;
}	
	#languageMenu li{
		margin: 0;
		margin-top: 13px;
		padding: 10px;
		background: rgba(255,255,255,0.6);
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		cursor: pointer;
		line-height: 0.7em;
		font-size: 11pt;
		letter-spacing: 0.04em;
	}

	#languageMenu li:hover{
		background: #3ec9f0;
	}	
	#languageMenu li.select{
		background: #3ec9f0;
	}
		
/* Quick Login */

#quickLogin {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	width: 145px;
	height: 200px;
	color: #fff;
	z-index: 1000;
}	

	#quickLogin input[type='submit'], 
	#quickLogin input[type='password'],
	#quickLogin input[type='text'] {
		width: 134px;
		height: 30px;
		margin: 5px 0;
		padding: 4px 12px;
		font-family: 'DINPro-Cond', sans-serif;
		font-size: 11pt;
		color: #787878;
		background: rgba(255,255,255,0.5);
		border: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		cursor: pointer;
	}	
		
	#quickLogin input[type='checkbox'] {
		width: 0px;
		margin: 0;
		opacity: 0;
		display: none;
	}	
	
	#quickLogin label.checkbox {
			display: block;			
			float: none;
			height: 30px;	
			width: 100%;
			background: none;
			margin: 5px 0;
			padding: 0;			
		}
		
		#quickLogin label.checkbox span {
			display: block;
			float: left;
			width: initial;
			padding: 0;
			margin: 5px 8px;
			height: 20px;
			color: #fff;
			line-height: 1.2em;
		}
		
		#quickLogin label.checkbox span:hover {
			cursor: hand;		
		}
		
		#quickLogin label.checkbox span.check-img {
			display: block;
			float: left;
			width: 30px;
			height: 30px;
			padding: 0;
			margin: 0;		
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;	
			border: none;		
			background: #f0f0f0;
		}
		
		#quickLogin label.checkbox img  { 
				display: none;
				float: left;
				margin: 4px 0 0 4px;	
				width: 22px;
			}
	
	
	
		#quickLogin input[name='submit']:hover {
			background: #3bc2e7;
		}	
		
	#quickLogin label {
		display: block;
		margin: 12px 8px;
		line-height: 0.8em;
	}	
	
		#quickLogin label span {
			margin: 4px 17px 0 0;
			display: block;
			float: right;
		}
	
	#quickLogin a{
		display: block;
		margin: 10px 0px 8px 18px;
		color: #fff;
	}	
	
	
/* Main Slider */

.slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	background: url(/img/ss-pattern_blue.png);
}

	.slide.landing {
		background: url(/img/photo.jpg) no-repeat 0 0;
	}
	
	.slide.landing.bgw100 {
		background-size: 100% auto;
	}
	
	.slide.landing.bgh100 {
		background-size: auto 100%;
		margin-top:  50px;
	}
	
	.slide.BCD {
		/*border-bottom: 1px solid #aabfde;*/
	}

		.slide.landing .content{
			position: absolute;
			top: 50%;   
			left: 50%; 
			transform: translate(-50%, -50%);
			width: 330px;
			height: 240px;
			margin: auto;
			padding: 30px 65px 50px 65px;
			background: rgba(255,255,255,0.4);
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			border: 1px solid #fff;
			color: #fff;
		}


		.slide.landing  .content  div{	
			position: relative;
			transform: none;
			display: block;
			top: initial;
			left: initial;
			float: left;
			width: 130px;
			height: 60px;
			margin: 10px 0px 0 0;
			font-size: 12pt;
			color: #fff;
			padding: 0;
			background: none;
			border: none;
		}

		.slide.landing  .content  div.left{		
			width: 150px;
		}

		.slide.landing  .content div.right{	
			float: right;
		}

		.slide.landing  .content  div a.button{
			display: block;
			float: left;
			width: 123px;
			height: 18px;
			margin: 10px 20px 0 0;
			padding: 6px;
			font-family: 'DINPro-CondBold';
			font-size: 10pt;
			letter-spacing: 0.03em;
			text-transform: uppercase;
			color: #fff;
			background: #3ec9f0;
			border: none;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			text-align: center;
		}

		.slide.landing  .content  div a.button:hover{
			background: none;
			color: #3ec9f0;
			background: #fff;
			border: 2px solid #3ec9f0;	
			padding: 4px;	
		}

	.slide.BCD .content{
		position: relative;
		top: 50%;  
		left: 0;
		transform: translate(0, -50%);
		width: 460px;
		height: 350px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background: none;
		color: #fff;
	}
	
		.slide.BCD#D .content{
			margin-top: -50px;
		}
		.slide.BCD .content img{
			display: block;
			width: 13em;
			margin-bottom: 30px; 
			margin-left: auto;
			margin-right: auto;
			padding: 0;
			background: none;
			color: #fff;
		}

#bullets {
	position: fixed;
	top: 50%;  
	right: 15px;
	transform: translate(0, -50%);
	width: 15px;
	height: 80px;
}
	a.bullet {
		display: block;
		background: #fff;
		width: 15px;
		height: 15px;
		margin: 18px 0;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		opacity: 0.5;
	}
	
	/*
	a.bullet:hover {
		opacity: 0.8;
	}
	*/
	
    a.bullet.bullet-hover {
        opacity: 0.8;
    }
	
		a.bullet span {
			display: none;
		}
		
		/*
		a.bullet:hover span {
			display: inline;
			content: attr(title);
			position: relative;
			width: 90px;
			height: 10px;
			left: -110px;
			top: 0;
			z-index: 20;
			padding: 5px 20px;
			background: rgba(255,255,255,0.8);
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			color: #3ec9f0;
			border: none;
			font-size: 12pt;
			text-align: center;
			text-transform: uppercase;
			letter-spacing: 0.05em;
		}
		*/
		
        a.bullet.bullet-hover span.bullet-hover-span {
            display: inline;
            content: attr(title);
            position: relative;
            width: 90px;
            height: 10px;
            left: -110px;
            top: 0;
            z-index: 20;
            padding: 5px 20px;
            background: rgba(255,255,255,0.8);
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            color: #3ec9f0;
            border: none;
            font-size: 12pt;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }


/* Footer (fixed)*/

#footer {
    display: block;
    width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0;
	z-index: 104;
	box-shadow: 0px 0px 20px rgba(0,0,0,.8);
    background: url(/img/ss-pattern_dark.png);
}

	#footer .logo a{
		color: #969595;
	}

	#cursor-top {
		float: right;
		width: 100px;
		height: 50px;
		border-left: 1px solid #969595;	
	}

		#cursor-top img{
			float: right;
			width: 50px;
			height: 50px;
		}

		#cursor-top span {
			display: block;
			float: left;
			width: 32px;
			height: 50px;
			font-family: 'DINPro-CondBold';
			font-size: 11pt;
			padding: 16px 0 0 18px;	
			color: #969595;
		}

	#links {
		width: auto;	
		float: center;
		margin: 0 auto;
		text-align: center;
	}

		#links ul{
			display: block;
			float: center;
			width: auto;	
			margin: 0 auto;
			text-align: center;
			list-style-type: none;
		}

			#links li {	
				display: block;
				margin: 16px auto;
				padding-left: 8px;
				font-size: 11pt;
				font-family: 'DINPro-CondBold';
				float: left;
				/*border-left: 1px solid #969595;*/
				color: #969595;
				background: url(/img/bullet_gray.png) no-repeat 3px 7px;
			}

			#links li:first-child {	
				border-left: none;
				background: none;
			}

				#links li  a{	
					color: #969595;
					text-decoration: none;
					padding: 15px;
				}
				
				
/* Footer bottom (Bottom bar - fixed) */

#footer-bottom {
    display: none;
    width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	z-index: 105;
	margin-top: -3px;
    background: #2e2e2e;
}

	#logo {
		width: 190px;
		height: 50px;
		float: left;
		margin: 40px 0 0 15px;
		text-align: center;
	}
	
		#logo img {
			width: 190px;
			height: 50px;
		}

	#gesheftsfelder {
		width: 50%;	
		float: center;
		margin: 5px auto;
		text-align: center;
		padding: 0px;
	}
	
		#gesheftsfelder img {
			width: 150px;
		}
	
	#contact {
		width: 190px;
		height: 60px;
		padding-top: 45px;
		float: right;
		right: 20px;
		bottom: 10px;
		color: #585857;
		font-size: 9pt;
		line-height: 1.2em;
	}
		#contact p{
			display: block;
			width: 80px;
			height: 40px;
			margin: 0px;
			float: left;
			font-size: 9pt;
			line-height: 1.2em;
			letter-spacing: 0.02em;
		}
		
		#contact a{
			color: #585857;
		}
		
/* Errors */

label.error {
	color: #ba0639;
}

#registration-error,
#login-error {
	display: none!important;
}

#page-top {
	position: absolute;
	top: -67px;
}

.popup-overlay {
    z-index: 1000;
    background-color: rgba(0,0,0,0.4);
    opacity: .60;
    width: 100%;
    height: 1200px;
    position: fixed;
    top: 0;
    left: 0;
}

#list label.error {
	background: #ba0639;
}

#list label.error,
#list label.warning ,
#list label.information  {
	margin: 5px 0; 
    width: 100%;
}

#lightBox label.error,
#lightBox label.warning ,
#lightBox label.information {
	margin-top: 25px;
    padding: 3px 10px;
    width: 460px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
    background: #fff;
}

#lightBox label.warning ,
#lightBox label.information {
	border: 1px solid #3ec9f0; 
	color: #3ec9f0;
}

#lightBox label.error {
	border: 1px solid #ba0639; 
	color: #ba0639;
	text-transform: uppercase;
}




table.iCashPopup {
    z-index: 1001;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
    border-spacing: 0;
    background-color: #fff;
    min-width: 800px;
    font: 14px Open Sans,Arial;
}

table.iCashPopup td.popup-wrapper {
    padding: 10px;
}

.popup-title {
    cursor: move;
    position: relative;
    z-index: 1;
    background-color: #568fc8;
    padding: 10px 50px 10px 18px;
    color: #fff;
    font-weight: 400;
    font: 14px Open Sans,Arial;
}

.float-left {
	float: left;
}

.report_date_type label {
	margin: 0px!important;
	display: initial!important;
}

.export-buttons-wrapper {
    padding:0px 10px;
}

.text-align-right {
    text-align: right!important;
}

.text-align-left {
    text-align: left!important;
}

.text-align-center {
    text-align: center!important;
}

#spinnerDiv {
	background:url(../img/load_tel-bubble.gif ) no-repeat center center;
	width :100% ;
	height: 150px;

}

.hidden{
	display:none;
}

.modalSpinner
    {
        position: fixed;
        z-index: 999;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(46,46,46,0.9);
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.8;
    }
    .centerSpinner
    {
        z-index: 1000;
        margin: 300px auto;
        padding: 10px;
        width: 100%;
        background-color: White;
        border-radius: 10px;
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
    }
 
table tr[data-href] {
    cursor: pointer;
}


.hide{
	display:none;
}

.grid {
    overflow:auto;
	width: 100%;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-flow: row wrap;
	flex-direction: row ;
  	justify-content: flex-start;
	flex-flow: row wrap;

}

	.itemImg {
	    width: 25%;
		padding: 2% 0;
		overflow: hidden;

  		display: flex;
		justify-content: center;
      	align-items: center;
	}
/*@-moz-document url-prefix() {
    .itemImg {
	   padding:10px 0px;
       display: inline;
	
    }
    .grid .grid-details{
		top:-201px;
    }
}*/
	
	.h-100 {
	    min-height:110px;
	}
	
		.grid .grid-details{
			opacity: 0;
			display: table;
			width: 201px;
			height: 201px;
			text-align: center;
			border-collapse: collapse;
			margin:auto;
	        position:relative;
		
		}
			.grid .grid-details > div.row {
				display: table-row; 
				background: #3ec9f0;  
			}

			

				.grid .grid-details> div:first-child >p {
					-webkit-border-radius:  6px 6px 0 0;
					-moz-border-radius:    6px 6px 0 0;
					border-radius:         6px 6px 0 0 ;
				 	
				}

				.grid .grid-details> div:last-child >p {
					-webkit-border-radius:  0 0 6px 6px;
					-moz-border-radius:     0 0 6px 6px;
					border-radius:         0 0 6px 6px;
					
				}

				.grid .grid-details > div.transparent {
					height: 100px;
					background-color: Transparent;
				}
				.grid .grid-details > div.blue {
					height: 75px;
					background-color: #3ec9f0;
				}
				
				.grid .grid-details > div.white {
					background-color:  #fff;
					border:1px solid  #3ec9f0;
				}
			
					.grid .grid-details > div > p {
					  display: table-cell; 
					  vertical-align: middle; 
					  text-align: center; 
					  color: white;
					  font-size: 20px;
					}

					.grid .grid-details > div > p > span.black {
						font-size: 18px;
						padding-left:5px;
					    color: #000;
					}
					.grid .grid-details > div > p> span.blue {
						font-size: 18px;
					   	color: #3ec9f0;
					}
					
					.grid .grid-details > div > p> span.border {
						border-right:1pt solid  #3ec9f0;
					}
		

		.grid img, .grid .divImage {
			display: block;
			width: 200px;
			height:200px;
			margin:auto;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;	
			border: 1px solid #3ec9f0;
		    text-align: center;
			
		
   		}
.grid img:not(*:root) {position:absolute;}
.grid .divImage:not(*:root) {position:absolute;}

			.grid .divImage > .center {
				  line-height: 200px;
			}

@media all and (max-width: 1500px) {
 
	.itemImg{
		width:33%;
	}

}

@media all and (max-width: 1200px) {
 
	.itemImg{
		width:50%;
	}
	
}

@media all and (max-width: 800px) {
  .grid{
       flex-direction: column;
  }
 
}


#left-menu{
	overflow-y: auto;
	height: 100%;
}


/* Marseco */
.inputLabel{
    background: #fff!important;
}
.inputSpan{

}
.inputProperty{
    width: 200px!important;
    background-color: aqua!important;
}

.dropdownCriteriaType{
    margin-right: 40px!important;
}
.distributionCriteriaDropdown{

}
.buttonClassAdd{
	float: right;
}
.counterAfterItem{
	display: block;
	float: right;
	margin: -25px 0 0 0;
	padding: 0;
	width: 30px;
	overflow: hidden;
	text-align: left;
	background: none;
	border: none;
}

.counterAfterItem.red {
	color: red;
}

.currency {
    padding-left:25px!important;
}

.currency-symbol {
    position:absolute;
    margin-top: -1px;
    padding-left: 2px;
}
    /* END Marseco */
/*TODO remove before deployment */
/*#footer{*/
	/*display: none!important;*/
/*}*/
/*#footer-bottom{*/
	/*display: none!important;*/
/*}*/
.hideResetPasswordForm{
	display: none;
}
.PasswordResetFillEmailMessage{
	margin-top: 10px;
	color: red;
}
.passwordResetEmailBorder{
	border: red!important;
	border-style: solid!important;
}
.PasswordResetFillEmailMessageHide{
	visibility:hidden;
}
.buttonStyle {
	margin-top: 10px;
	padding: 4px;
	line-height: 1.5em;
	width: 140px;
	background: #3ec9f0;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
}
.disabledCheckbox{
	opacity: 0.5;
}
.tellSomeoneContainer{
	width: 60%!important;
}
.requestMessage{
	
	margin-top: 12px;
}

#transactions
{
	overflow:auto;
}
#transactions tr,thead,td,th
{
	text-align:right!important;
}