html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #333333;
    border-top: 1px solid #333333;
    padding-top: 20px;
    color:#fff;
}
.footer a, .footer a:hover {
	color:#fff;
	text-decoration:none;
}
.pull-right {
	float:right;
	display: block;
}
.pull-left {
	float:left;
	display: block;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}



.header-logo {
	text-align:center;
	max-width:100%;
}
.backend-header-logo {
	max-height:51px;
}
/*
.navbar-brand {
	padding: 0;
	
}
*/
.wrap > .container {
	padding-top:50px;
}
.wrap > .header {
	border-bottom:1px solid #f6a013;
	height:161px;
	padding-top:20px;
}

.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
	text-align-last:center;
}
 .align-right {
	text-align:right;
}

.green {
	color: #75c77d;
}
.bold {
	font-weight: bold;
}
.form-label-big {
	font-weight: bold;
	font-size: 1.2em;
}

.btn-primary {
	color:#fff;
	background-color:#000;
	border-color:#000;
	border-radius:0;
}

.login-button {
	padding:20px 50px 20px 50px;
}

.form-control {
	border-radius:0;
}

#customservicecase-invoice_file, 
#warranty-infos,
#warranty-infos2,
#alternative_address,
#warranty_extension {
	display:none;
}

#preview {
	margin-bottom: 15px; 
}

#preview img {
	max-width: 100%;
	max-height: 100%;
}

.no-padding {
	padding:0;
}

.radio {
	border:1px solid #999;
	padding:8px;
	margin-bottom:25px !important;	
}
.radio input {
	margin-left: 0 !important;
}
.radio img {
	max-height:16px;	
	margin-top:0;
	margin-bottom:0;
}

.language {
	position:absolute;
	right:0;
	float:right;
	overflow:hidden;
	height:57px;
	font-size:1.4em;
	
}
.language:hover {
	height:auto;	
}

.language-item {
	display:block;
	width:300px;
	height:22px;
	padding:15px;
	padding-bottom:40px;
	border:1px solid #999;
	color:#000;
}
.language-item:hover {
	color:#000;
}
.language-item img, #retoure_possible img, #retoure_impossible img {
	max-height:30px;
}
.language-selected, .language-selected:hover {
	background-color:#ddd;	
}

#description-emote {
	margin-right: -40px;
	margin-top: -40px;
	float: right;
	max-width:30px;
}

 #retoure_possible, #retoure_impossible {
 	display: none;
 }

 #loginform-rma_type img {
 	margin-left:5px;
 	margin-right:5px;
 }
 
 .invoice-id-image {
 	text-align:center;
 }