.sidebar .item{
	padding: 10px 10px;
}

.sidebar .item .submenu{
	/*
	width: auto;
	max-width: 880px;
	width: 880px;
	*/
	width: calc(100vw - 150px);
	max-width: calc(100vw - 150px);
}

.sidebar .item .submenu .subGroup{
	float: left;
}

.sidebar .item .submenu .subGroup .subHeader{
	clear: both;
	float: none;
	display: block;
	width: 100%;
	/*height: auto;*/
	height: 3rem;
}

.sidebar .item .submenu .subGroup .subHeader .label{
	margin-top: 0;
	-moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    height: 32px;
    width: 100%;
    position: relative;
    top:0;
    left: 0;
    line-height: 32px;
    background: #515D6B;
    color: #D1D1D1;
}

.sidebar .item .submenu .item,
.sidebar .subGroup .item{
	display: block;
	min-width: 220px;
	width: auto;
	float: none;
	overflow: hidden;
	height: 3rem;
}


.sidebar .subGroup .item label{
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
}

.sidebar .subGroup .item .icon{
	font-size: 16px;
	float: left;
	width: 40px;
}





table thead {
    background: #e5e5e5; 
}

table tr.dossiers.even{
	background: #e5e5e5;
}

table tr.dossiers.odd{
	background: inherit;
}

table tr.dossiers.last-leg{
	border-bottom: 1px solid #ddd;
}

table tr.dossiers.storno{
	/*border: 1px solid red;*/
}
table tr.dossiers.storno td *{
	color: red;
}




/********* REPORTS *********/

table.report{
	width: auto;
}
table.report.scoringProduct{
	width: 100%;
}

table.report tr th,
table.report tr td{
	padding: 2px 8px;
	font-size: 0.75rem;
	
}

table.report.scoringProduct tr td{
	white-space: nowrap;
}

table.report tr.small td{
	font-size: 0.6em;
	font-style: italic;
	padding-left: 20px;
}
table.report tr.collapsed{
	display: none;
}

table.report tr.header th,
table.report tr.header td{

	background: #ddd;
	background: #414B56;
	//background: #93A9C1;
	color: #D1D1D1;
	font-weight: normal;
}

table.report tr.finance td{
	background: #ddd;
}

table.report tr.finance.sum td{
	background: #ccc;
	font-weight: normal;
	
	background: #414B56;
	color: #D1D1D1;
}

table.report tr.product.empty td{
	color: #aaa;
}

/*
table.report tr.subtitle td{
	background: #F5F5F5;
}

table.report tr.subtitle.zeile2 td{
	background: #E5E4F3;
}
*/


table.report tr td{
	border-bottom: 1px solid #ddd;
	/*background: white;*/
}

.alignLeft{
	text-align: left;
}
.alignRight{
	text-align: right;
}
.alignCenter{
	text-align: center;
}
.bold{
	font-style: bold;
}

.link{
	text-decoration: underline;
	cursor: pointer;
}

.showDetails{
	cursor: pointer;
}

.productCards > div{
	margin: 10px;
	min-height: 200px;
}

/********* REPORTS *********/


select{
	height: 2.3125rem;
}






/****************** POCKET CALCULATOR *****************/
#pocketCalculator .airportRow{
	margin-top: 10px; height: 190px;
	width: 1050px;
}


#pocketCalculator .airportRow .icao{
	clear: left; float:left; height: 190px; width: 60px; border: 1px solid black; padding:10px; margin-right: 20px;
}

#pocketCalculator .airportRow .icao > div{
	font-size: 30px; text-align: left; text-align: center; margin-top: 95px; transform:rotate(-90deg);
}

#pocketCalculator .airportRow .container.price{
	float: left;
	width: 150px;
	margin-top: 110px;
	font-size: 1em;
	white-space: nowrap;
	color: #999;
}

#pocketCalculator .airportRow .configContainer{
	float:left;
}

#pocketCalculator .airportRow .configContainer .tabs-content{
	margin-bottom: 0;
}

#pocketCalculator .airportRow .configContainer .container.suppliers{
	float: left; width: 620px; overflow-x: auto;
}

#pocketCalculator .airportRow .configContainer .container.suppliers .scrollContent{
	height: 110px; max-height:110px; 
}

#pocketCalculator .airportRow .configContainer .container.suppliers .scrollContent .box{
	float:left; height: 100px; width: 300px; border: 1px solid black; padding: 10px; margin-right: 5px;
	cursor: pointer;
}

#pocketCalculator .airportRow .configContainer .container.suppliers .scrollContent .box.selected{
	border: 1px solid green;
	background: #c9ffc1;
}

#pocketCalculator .airportRow .configContainer .container.suppliers .scrollContent .box .title{
	font-weight: bold; font-size: 15px; text-align: left; overflow-x: hidden; white-space: nowrap;
}
#pocketCalculator .airportRow .configContainer .container.suppliers .scrollContent .box .price{
	font-size: 12px;
}
#pocketCalculator .airportRow .configContainer .container.suppliers .scrollContent .box .info{
	font-size: 10px; line-height: 14px;
}

#pocketCalculator .airportRow .configContainer .container.options{
	float:left; height: 100px; width: 180px; border: 1px solid transparent; padding: 10px;
}





.searchParams{
	font-size:0.8em;
}




/**************** PRINT ***********************/
@media print {
	
	
	
	.report.scoring.scoringPerProduct ul li{
		page-break-inside: avoid;
    }
}





.firstLetterUpper{
	text-transform:capitalize;
}



.chosen-container{
	margin-bottom: 21px;
}

.hiddensearchfield{
	display: none !important;
}