
.colouredBack {
	background-image: linear-gradient(to right, #F29528, #FBDBA7);
	background-attachment: fixed;
}

.navbar-inverse{
	background-image: linear-gradient(to right, #F29528, #FBDBA7);
	box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
}


.loginButton input:hover {
    background-color: #F9CA88;
}

.loginButton input:active {
    background-color: orange;
}

.button, button, .actions-btn {
	background-color: #F29528;
    color: #FFF;	
}

.logo[data-img-src="assets/pimtogo-webapp_de.png"] > img {
	height: 175%;
    position: relative;
    right: 1.1rem;
    bottom: 1.4rem;
}

.logo[data-img-src="assets/supplierportal-webapp_de.png"] > img {
    position: relative;
    right: 1.2rem;
}

.button:hover:enabled, button:hover:enabled, .actions-btn:hover:enabled {
	box-shadow: 0 0 10px #aaa;
}

.button:active:enabled, button:active:enabled, .actions-btn:active:enabled {
	background-color: #e58d26;
}

.projectLanguageSel > .bootstrap-select > .dropdown-toggle {
    border-color: #f2952882;
}


/*########## START ########## niceCheckbox Color Settings ########## START ##########*/
input.niceCheckbox[type="checkbox"]:not(:checked) + span::after,
input.niceCheckbox[type="checkbox"]:checked + span::after {
    color: #F29528 !important;
}

span.checkboxSpan:hover::before {
    border: 1px solid #F29528 !important;
}
/*########### END ########### niceCheckbox Color Settings ########### END ###########*/


/*########## START ########## Configuration ########## START ##########*/

.importSetupWrapper > * {
	margin-top: 2rem;
}

/*########### END ########### Configuration ########### END ###########*/

.facetContainer {
    background-color: #f29528;
}


.searchClassificationClassInput {
	width: 30rem !important;
    display: inline-block !important;
    margin-right: -0.4rem;
    border-radius: 0 !important;
}

.searchClassificationClassButton {
    line-height: 1.6 !important;
    position: relative;
    bottom: 0.1rem;
}

.searchClassificationClassResult {
    position: relative;
    margin-top: 1.5rem;
}

.classificationItemContext .bootstrap-select > .dropdown-toggle {
    width: initial;
}

.classificationClassOpener {
    text-align: left;
    width: calc(100% - 3rem) !important;
}

.searchClassificationBack {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 2rem !important;
    z-index: 5;
    display: none;
}

.classificationClassOpener.lastActiveResult {
    background-color: #49a1bc;
}

.searchClassificationBack:hover {
    color: #7e7e7e;
}

.searchClassificationBack:active {
    color: black;
}

.classificationResultContext {
    border: 1px solid lightgray;
    margin-top: 0.3rem;
    padding-bottom: 1rem;
    border-radius: 4px;
    position: relative;
}

.manualClassificationClassSelect {
    margin-top: 5rem;
    border-top: 1px solid black;
}

