.treeViewWrapper .btn-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

.treeViewWrapper .btn-group-vertical button{
	width: calc(100% - 2.5rem) !important;
}

.treeViewWrapper .fa-chevron-right{
	position: absolute;
	right: 5px;
	top: 10px;
}

.treeViewWrapper .actionWrapper{
	display: block;
}

.treeViewWrapper .actionWrapper{
	overflow: hidden;
	display: block;
	margin-bottom: 2rem;
}

.treeViewWrapper .actionWrapper .openCreatePublicationForm{
	float: right;
}

.tree hr{
	margin-top: 1px;
	margin-bottom: 1px;
}

.tree .dropdown-menu i{
	float: left;
    margin-top: 4px;
}

.tree .spanHeading:hover {
    background-color: #e5e5e5;
}

.catalogTreeDropDownButton{
	border-radius: 0 !important;
}

.searchedWrapperTree{
	display: none;
}

.redCatalogButton{
	background-color: #d9534f !important;
}

.openCreateChapterForm{
	height: 1.95rem !important;
}


.createChapterChildButton{
	width: 1.1rem !important;
	height: 2rem !important;
}

.treeViewWrapper .invisiblePublication{
	display: none !important;
}

.treeViewWrapper .listWrapper{
	width: 100%;
}

.treeViewWrapper .searchWrapper input{
	border-radius: 0;
}

.treeViewWrapper .searchWrapper{
	display: none;
	margin-top: 2rem;
	margin-bottom: 1rem;
	float: right;
}

.filePreviewInputWrapper {
	position: relative;
	overflow: hidden;
}

.filePreviewInputWrapper input[type=file] {
    font-size: 320px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.treeViewWrapper .listWrapper span{
	position: absolute;
	right: 25px;
    top: 7px;
}

.treeViewWrapper .tree {
	clear: both;
    min-height:20px;
    margin-bottom: 2rem;
    background-color:#fbfbfb;
    border:1px solid #ccc;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.badge.badge-success.spanHeading {
    width: calc(100% - 13rem);
    font-size: 14px;	
    font-weight: normal;
    color: #000 !important;
    line-height: 20px !important;
}

.treeViewWrapper .badge{
	float: left;
	background-color: transparent;
	text-align: left;
}

.treeViewWrapper .badge-success{
	border-radius: 0;
}
	
.treeViewWrapper .badge:hover{
	background: transparent !important;
	color: black !important;
}

.treeViewWrapper .openDetailView, .treeViewWrapper .showAllPublication, .treeViewWrapper .showClearPublication{
	border-radius: 0;
	height: 1.99rem;
}

.treeViewWrapper .catalogActionButtons{
	margin-top: -0.1rem;
	float: right;
}

.catalogSearch{
	float: left;
	width: 35rem !important;
	margin-right: 0.5rem;
}

.publicationIcon, .chapterIcon, .pageIcon{
	float: left;
	margin-top: 0.6rem;
	margin-right: 1.5rem;
}

.publicationHeadingDiv, .chapterHeadingDiv, .chapterProductHeadingDiv, .chapterProductArticleHeadingDiv{
	display: flex;
}

.chapterProductHeadingLi{
	display: none;
}

.spanHeading{
	cursor: pointer;
}

.publicationHeading ul .chapterHeading:first-of-type .catalogChapterRankingUp{
	pointer-events: none;
	opacity: 0.2;
}

.publicationHeading ul .chapterHeading:last-of-type .catalogChapterRankingDown{
	pointer-events: none;
	opacity: 0.2;
}

.publicationHeading ul .chapterHeading:first-of-type > .chapterHeadingDiv  .catalogChapterRankingUp{
	pointer-events: none;
	opacity: 0.2;
}

.publicationHeading ul .chapterHeading:last-of-type > .chapterHeadingDiv  .catalogChapterRankingDown{
	pointer-events: none;
	opacity: 0.2;
}

.publicationHeading ul .chapterChild:first-of-type > .chapterHeadingDiv .catalogChapterChildrenRankingUp{
	pointer-events: none;
	opacity: 0.2;
}

.publicationHeading ul .chapterChild:last-of-type > .chapterHeadingDiv .catalogChapterChildrenRankingDown{
	pointer-events: none;
	opacity: 0.2;
}

.chapterHeading ul .chapterProductHeadingLi:first-of-type .catalogProductRankingUp{
	pointer-events: none;
	opacity: 0.2;
}

.chapterHeading ul .chapterProductHeadingLi:last-of-type .catalogProductRankingDown{
	pointer-events: none;
	opacity: 0.2;
}

.chapterHeading ul .articlesUl li:first-of-type .catalogArticleRankingUp{
	pointer-events: none;
	opacity: 0.2;
}

.chapterHeading ul .articlesUl li:last-of-type .catalogArticleRankingDown{
	pointer-events: none;
	opacity: 0.2;
}

.chapterHeading ul .articlesUl li:first-of-type .catalogArticleRankingUp{
	pointer-events: none;
	opacity: 0.2;
}

.chapterHeading ul .articlesUl li:last-of-type .catalogArticleRankingDown{
	pointer-events: none;
	opacity: 0.2;
}

.addCatalogProductFormDiv .searchLinkedInstanceResult .overviewListing {
	height: calc(100vh - 29rem) !important;
}

.popupContent .uploadFileButton, .updatePrices, .updateTemplates, .uploadPageFile{
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: calc(100% - 2.55rem);
}

.popupContent .visibilityHidden{
	display: none;
}

.uploadProductsWrapper .uploadThrobber{
	display: none;
}

.selectTemplateWrapper.popupContentWrapper {
	min-width: 25rem;
}

.importCloseButton {
	margin: 0 auto;
	width: 170px !important;
}

.importCloseButton:hover:enabled {
    box-shadow: 0 0 18px #aaa;
}

.filePreviewInput {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #ddd;
    border-color: #ccc !important;  
}

.filePreviewInput input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.dotFirstOnPage {
	height: 8px;
	width: 8px;
	background-color: #ff4949;
	border-radius: 50%;
	float: right !important;
	margin-top: 0.7rem;
}

.dotFirstInColumn {
	height: 8px;
	width: 8px;
	background-color: #2d85f0;
	border-radius: 50%;
	float: right !important;
	margin-top: 0.7rem;
}

.tree .catalogActionButtons button{
	height: 1.5rem !important;
	padding: 0.3rem 1.5rem 0.6rem 1.5rem;
}

.tree li{
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 5px;
    position: relative;
}

.tree .dropdown-menu button{
	border-radius: 0 !important;
	margin: 0 !important;
	width: 193px !important;
	border: 0;
	border-left: 0;
}

.tree .dropdown{
	height: 3.35rem;
}

.tree .dropdown-menu button:hover{
	color: #262626 !important;
	text-decoration: none !important;
	background-color: #f5f5f5 !important;
	box-shadow: none !important;
}

.publicationHeading{
	display: block !important;
}

.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}

.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top: 22px;
    width:25px
}

.tree li .spanHeading {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.4rem 1rem;
    text-decoration: none;
    width: calc(100% - 13rem);
    height: 3.35rem;
}

.tree li .publicationHeadingSpan span:first-child {   
	width: calc(100% - 10rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.disableButton{   
	pointer-events: none;
	opacity: 0.2;
}

.tree li .chapterHeadingDiv .spanHeading span:first-child {   
	width: calc(100% - 15rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .chapterPageHeadingDiv .spanHeading span:first-child {   
	width: calc(100% - 5rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .chapterPageHeadingDiv {   
	display: flex;
}

.tree li .chapterPageHeading {   
	display: block;
}

.tree li .chapterProductHeadingDiv .truncatedTextProduct {   
	width: calc(100% - 15rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .spanHeading span.templatenameWrap {
	float: right;
	text-align: right;
    width: 20rem;
}

.tree li .chapterProductArticleHeadingDiv .truncatedTextArticle {   
	width: calc(100% - 10rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .spanHeading span {
   float: left;
   line-height: 2.5rem;
}

.tree li .spanHeading span.priceWrap {
	float: right;
	text-align: right;
    width: 10rem;
}

.tree li .spanHeading span.priceIndividualWrap {
	float: right;
	text-align: right;
    width: 10rem;
}

.dopdownSymbolSpan{
	float: left;
	width: 1.5rem;
	margin-right: 0.5rem;
}

.errorMsgColor{
	color: red;
}

.chapterInfoIcon{
	float: left;
	margin-right: 0.7rem;
	line-height: 2.5rem !important;
}

.publicationHeadingSpan {
    cursor: pointer;
}

.publicationHeadingSpan span{
	line-height: 2.5rem;
}

.tree>ul>li::before, .tree>ul>li::after {
    border: 0;
}

.tree li:last-child::before {
    height: 22px;
}

.tree li.parent_li>span:hover {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}

.popupContent .filePreviewFilename{
	visibility: hidden;
}

.popupContent .fileName{
	margin-top: 1rem;
}

.popupContent .importedFieldsHeader{
	font-weight: bold;
}

.popupContent .hr{
	border-top: 2px solid black;
}

.popupContent .catalogUploadFormAlert{
	display: none;
	width: 100%;	
}

.catalogUploadFormAlert .contentWrapper {
	padding-right: 20px !important;
	overflow: auto;
	max-height: 28vw;
	min-width: 30vw;
}

.popupContent .addCatalogProductFormDiv .overviewListing{
	width: 600px;
}

.editCatalogClassificationGroupWrapper .classificationGroupItem {
	margin-bottom: 2rem;
}

.animated{
	-webkit-animation-duration: 1s;
   	animation-duration: 10s;
   	-webkit-animation-fill-mode: both;
   	animation-fill-mode: both;
}

.tree .ui-state-highlight {
	height: 3.4rem !important; 
	width: calc(100% - 6rem) !important;
	line-height: 4.4rem !important; 
	margin-top: 0.5rem !important;
	margin-left: 0.5rem !important;
	margin-bottom: 0rem !important;
	color: #f29528 !important;
	background:  rgba(242, 149, 40, 0.3);
	border: #f29528 !important;
}
   
.createCatalogClassificationGroupWrap {
	margin: 2rem 0;
}

.createCatalogPublicationNameWrap {
    margin-bottom: 2rem;
}

.createCatalogClassificationGroupWrap > p,
.createCatalogPublicationNameWrap > p {
    margin-bottom: 0;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
      	-webkit-transform: translateX(0);
   	}
   100% {
		opacity: 0;
      	-webkit-transform: translateX(-20px);
   }
}

@keyframes fadeOutLeft {
	0% {
   		opacity: 1;
	    transform: translateX(0);
	}
   	100% {
      	opacity: 0;
      	transform: translateX(-1000px);
   	}
}

.fadeOutLeft {
   	-webkit-animation-name: fadeOutLeft;
   	animation-name: fadeOutLeft;
}

/* Progressbar START */

.popupContent .progress{
    height: 20px;
    background: #333;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}

.popupContent .progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    background: #d65444;
	width: 100%;
}

.popupContent .progress .progress-value{
    display: block;
	font-size: 2rem;
	font-weight: 500;
	color: #000;
	position: absolute;
	top: 30px;
	right: -25px;
}
.catalogDropdwon{
	min-width: 213px!important
}
.popupContent .progress .progress-bar:after{
    content: "";
    display: inline-block;
    width: 12px;
    background: #fff;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -6px;
    z-index: 1;
    transform: rotate(35deg);
}


/* Progressbar ENDE */