.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;
}
.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;
}

.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% - 5rem);
    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;
}

.spanHeading{
	cursor: pointer;
}

.popupContent .uploadFileButton{
	margin-top: 1rem;
	margin-bottom: 1rem;
	width: calc(100% - 2.55rem);
}

.popupContent .visibilityHidden{
	display: none;
}

.uploadProductsWrapper .uploadThrobber{
	display: none;
}

.filePreviewInput {
    position: relative;
    overflow: hidden;
    margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.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);
}

.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 li{
	display: none;
}

.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% - 5rem);
    height: 3.35rem;
    float: left;
}

.tree li .publicationHeadingSpan span:first-child {   
	width: calc(100% - 10rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .chapterPageHeadingDiv {   
	display: flex;
}

.tree li .chapterProductHeadingDiv .truncatedTextProduct {   
	width: calc(100% - 10rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .chapterProductArticleHeadingDiv .truncatedTextArticle {   
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tree li .spanHeading span{
   float: left;
   line-height: 2.5rem;
}

.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 .hr{
	border-top: 2px solid black;
}
	
.animated{
	-webkit-animation-duration: 1s;
   	animation-duration: 10s;
   	-webkit-animation-fill-mode: both;
   	animation-fill-mode: both;
}
   
@-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;
}

.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 */