.three-cols{
	width: 33%;
}

.three-cols > *{
	width: 100%;
	display: block;
}

.hori .two-cols{
	width: 48%;
	display: inline-block;
}

.hori .two-cols > *{
	width: 100%;
	display: block;
}

.importWrapper .box {
	min-width: 320px;
	margin: 0 auto;
	text-align: center;
}

.imageImportWrapper {
	margin: 0 auto;
	text-align: center;	
}

.centerText{
	text-align: -webkit-center;
	text-align: -moz-center;
    text-align: -o-center;
    text-align: center;
}

fieldset input[type='checkbox']:checked + label:before {
    color: black;
}

.bootstrap-select ul li.selected > a:before {
    color: black;
}

button, .button {
    color: white;
}

.loginWelcomeText{
	color: #F3972B;
}

.input-group-addon
{
    background-color: #F29528 !important;
    border-color: #F29528 !important;
    color: white!important;
    width: 3rem!important;
}

.ZebraDialog_Buttons a{
	background-color: #F29528 !important;
}

.throbbing:after {
	border:solid 8px #F29528; 
	border-left-color: transparent;
}

.loginBackgroundImage{
	background: url("https://tundhpro.de/assets/PIM-to-go_Wettlauf.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.homeWrapperBackgroundImage {
	width: 100%;
	height: 100%;
	position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
	background: url("https://tundhpro.de/assets/PIM_HOMESCREEN_HG.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.homeElements {
	height: 50%;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
}

.homePimToGoLogo, .supplierPortalLogo {
	float: right;
	height: 100%;
}

.homePimToGoLogo img {
	height: 50vh;	
}

.supplierPortalLogo img {
    height: 35vh;
}

.homePimToGoText {
	float: right;
	position: relative;
    right: 50px;
    top: 50%;
	transform: translateY(-50%);
}

.homePimToGoText img {
	height: 20vh;
}

.btn-primary {
	background-color: #F29528 !important;
	border-color: #cf7c00 !important;
}

.btn-primary:enabled:hover {
    color: #fff !important;
    background-color: #BF6700 !important;
	border-color: #BF6700 !important;
}
 
.sidebar-menu > li.active > a {
    border-left-color: rgba(218,124,13,1) !important;
}

.sidebar-menu > li:hover > a {
    border-left-color: white !important;
}
 
.sidebar-menu .treeview-menu > li.active > a {
    box-shadow: -2px 0px rgba(218,124,13,1);
}

.sidebar-menu .treeview-menu > li:hover > a {
    box-shadow: -2px 0px white;
}

/* Special for Safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
	    .homeElements {
			top: 20%;
		}

		.homePimToGoText {
		    top: 35%;
		}
	}
}

.box{
	border-top: 3px solid #F29528;
}

.tabs input[type='radio']:checked + label {
  border-top: 2px solid orange !important;
}

.hoverTab:hover svg{
	fill: rgb(243, 145, 33);
	cursor: pointer;
}

/* .imageImportWrapper{ */
/* 	text-align: center; */
/* 	padding: 10px 5px; */
/* } */

.uploadScreen{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.uploadDivFloat > button.iconButton {
    margin-top: 5px;
}

.dropzone {
    border: 2px dashed #CCC;
    color: #AAA;
    position: relative;
    height: 30rem;
    overflow: hidden;
}

.dropzoneBox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	opacity: 0;
}

.dropzone.dragover .dropzoneBox {
	display: block;
}

.imageImportWrapper .uploadDivFloat  {
	width: 47%;
	margin-top: 40px;
	margin-left: 30px;
	float: left;
}

.dragHereText {
	position: absolute;
	top: 50%;
	width: 100%;
	font-size: 1.5rem;
}

.dragover .dragHereText {
	color: white;
}

.dropzoneTitle{
	font-size: 2.0rem;
	text-align: center;
	height: 40px;
	margin-top: 5px;
}

input.fileUpload{
	background-color: green;
    font-size: 18px;
    cursor: pointer;
	height: 100%;
    width: 100%;
}

.mediaSelection .addFiles {
	position: absolute;
    right: 1rem;
    top: 1rem;
}

.mediaSelection .selectFilesForAdding {
	display: none;
}


.imageImportWrapper tr:first-child {
	font-weight: bold;
	background-color: #B3B3B3;
}

.imageImportWrapper .uploadOverview tr:last-child {
	font-weight: bold;
	background-color: #B3B3B3;
}

.resultsCompressedFilesOverview h3 {
	margin-top: 2rem;
	display: inline;
}

.resultsCompressedFilesOverview .fileNameCompressedFile {
    margin-left: 0.5rem;
}

.resultsCompressedFilesOverview .errorTableEmpty {
	display: none;
}

.resultsCompressedFilesOverview table {
	margin-top: 2rem
}

.infoBox{
	padding: 10px;
	height: 100%;
    overflow-y: scroll;
    color: #000;
    height: 26rem;
}

.infoBox td {
	max-width: 40vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.infoBox td:nth-child(2) {
	width: 50%;
}

.infoBox td:last-child {
	text-align: right;
	width: 20%;
}

.dragover {
    border: 2px solid #AAA;
	background-color: #AAA;
	box-shadow: 0px 0px 15px #000;
}

.dragover .dropzoneTitle{
	color: white;
}
.dragover .infoBox{
	color: #333;
}

.classificationDownload .downloadAction {
	margin-right: 1rem;
}

.classificationDownload .table {
    margin-top: 2rem;
}

.dragover table tr:first-child, .dragover table tr:last-child {
	background-color: #999;
}

.dragover table tr:nth-child(2n) {
	background-color: #CCC;
}

.dragover {
    cursor: copy;
}

.submitUpload, .cancelUpload {
	margin: 15px 30px;
}

.checkbox {
    color: orange;
}

.imageValidationCheckboxes {
	display: none;
	
    clear: both;	
    margin-top: 2rem;
}

.imageValidation {
	float: left;
}

.hyphenation{
	-moz-hyphens: auto;
   	-o-hyphens: auto;
  	 -webkit-hyphens: auto;
  	 -ms-hyphens: auto;
   	hyphens: auto; 
}

.suppressImageValidation {
	display: none;
    float: left;
    margin-left: 2rem;	
}

.importResultWrapper{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.uploadButtons {
	clear: both;
}

.uploadOverview {
	display: none;	
	margin-bottom: 20px;
}

.totalProgressPercantage, .cancelMsg {
    font-size: 1.2rem;
    position: relative;
    bottom: 6px;    
}

.cancelMsg {
    left: 10px;
}

.uploadOverview table {
	font-size: 1rem;
	margin-top: 1.5rem;
	margin-bottom: 5rem;	
}


.uploadOverview .fileRow td:first-child {
    max-width: 19vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uploadOverview .fileTypeCell {
    width: 4rem;
}

.uploadOverview td:nth-last-child(2) {
	text-align: right;
}

.uploadOverview tr:last-child td:nth-last-child(3) {
	text-align: right;
}

.progressCell{
	width: 20%;
}

.errorCell {
	background-color: #FF8080;
	white-space: pre-line;
}

.errorCell500 {
	background-color: red;
	white-space: pre;
}

.currentProgressBar{
	width: 70%;
}

.totalProgressBar {
	max-width: 500px;
    height: 30px;
    width: 100%;
}

.cutOverflow{
	overflow: inherit;
	margin-left: 10px;
	margin-right: 10px;
}

.xlsClassificationUpload input{
	margin: auto;
    margin-bottom: auto;
	margin-bottom: 1rem;
}

.passwordRBack {
	background: rgba(0, 0, 0, 0) url("https://tundhpro.de/assets/PIM_HOMESCREEN_HG.jpg") no-repeat fixed center center / cover;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

ul.subMenuLeft.list-group {
    position: relative;
    left: -10px;
    bottom: -11px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	border-radius: 0;
}

@media screen and (orientation: portrait) {
	.editWrapper .textEditors {
	    display: block;
	    width: 100%;
	}

	.editWrapper .mediaEditorPic {
	    float: none;
	    margin-top: 30px;
	    text-align: center;
	    width: 100%;
	}
}

@media screen and (max-width: 1400px) {
	.imageImportWrapper .uploadDivFloat {
		float: none;
		width: 100%;
    	margin-left: 0;		
	}
}


@media screen and (max-width: 1250px) {

	.homePimToGoLogo img {
		height: 50vh;
	}   

	.dataManagementWrapper {
		padding-right: 0;
	}

	.hori > * {
    	display: inline;
	}
}

@media screen and (min-height: 440px) and (orientation: portrait) {
	.homeElements {
	    height: auto;
	    position: relative;
	    right: 25px;
	    top: 30%;
	    transform: translateY(-50%);
	}

	.homePimToGoLogo img{
    	height: 50vw;
	}

	.homePimToGoText img {
    	height: 25vw;
	}
}

@media screen and (max-width: 650px) {	
	
	.homePimToGoLogo, .supplierPortalLogo {
	    position: absolute !important;
		top: 55% !important;
	}	
	
	.homePimToGoText {
	    position: absolute !important;
	    top: 0 !important;
	    right: 38% !important;
	}	
	
	body.sidebar-open .homePimToGoLogo, .supplierPortalLogo {
	    right: calc(51% - 19rem);
	} 	
	
	body.sidebar-open .homePimToGoText {
	    right: calc(52% - 18rem) !important;
	} 
	
	.homePimToGoLogo img {
    	height: 23vw;
	}	

	.homePimToGoText img {
    	height: 13vw;
	}		
}


@media screen and (max-width: 1501px) {
	
	.homeElements {
	    height: 50%;
	    float: none;
	    position: relative;
	    top: 0;
	    transform: none;
	    right: 0;
	}	
	
	.homePimToGoLogo, .supplierPortalLogo {
		float: none;
	    margin-left: 34vw;
	    position: relative;
    	top: 1rem;
	}
		
	.homePimToGoText {
		float: none;
	    margin-left: 45vw;
	    position: relative;
	    right: 0;
	    top: 2rem;
	    transform: none;
	}
		
}
@media screen and (min-width: 1501px) {

	.homePimToGoText {
		position: absolute;	    
	}	

}


@media screen and (max-width: 700px) {

	.homePimToGoText {
	    top: 25px;
	    transform: inherit;
	    display: block;
	}
}
 

@media screen and (max-height: 41rem), all and (orientation: portrait) {
	.homeElements > div {
		float: none;
		position: static;
		text-align: center;
    	height: auto;
	}

	.homePimToGoLogo {
    	max-height: 60%;
	}


}

@media screen and (max-width: 600px) {
	.dropzoneTitle{
		font-size: 1.0rem;
	}
}

.classificationTree {
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 1rem;
}

.classificationTree * {
	white-space: normal;
}

.classificationTree > div {
	display: inline-block;
	vertical-align: top;
}

.classificationDownload th {
	text-align: left;
}

.classificationTree .classificationDownload {
	display: block;
}

@media screen and (max-width: 78rem) {
	.classificationTree > div {
		display: table;
		margin-top: 1rem;
	}
}

.classificationTree .treeLevelItem {
	margin-right: 2rem;
}

.classificationTree .treeLevelItemComponent {
	padding: 0.5rem;
	vertical-align: top;
/*    font-size: 1rem;*/
}

.classificationTree .containerTitle {
    margin: 1.5rem 0;
}

.classificationTree .action {
	margin-bottom: 1.5rem;
}

.classificationDownload table {
    font-size: 1rem;
}

.classificationDownload .table td > div {
    max-height: 10rem;
    overflow: auto;
}

.togglableTabs .nav-tabs .dropdown-menu > .active > a {
    background-color: #F29528 !important;
}

/* @media screen and (max-width: 768px){
	.nav .textSearchItem .input-group{
	    background-image: linear-gradient(to right, #F39B34 , #FBDBA7);
	}
} */