.drawer, .accordion, .tree {
	margin: 0.0625rem 0.0625rem 0.5rem 0;
	box-shadow: 0.125rem 0.125rem 0.25rem #CCC;
	border: 0.0625rem solid #CCC;
	transition: box-shadow 100ms;
}

.drawer:hover, .accordion:hover, .tree:hover {
	box-shadow: 0.125rem 0.125rem 0.25rem #AAA;
}

.drawerTitle, .accordionTitle, .treeNodeTop {
	cursor: pointer;
	padding: 0.25rem;
	font-weight: bold;
	font-size: 120%;
}

.drawerTitle:after, .accordionTitle:after, .treeNodeTop:after {
	content: "+";
	display: block;
	float: right;
}

.drawerTitle.open:after, .accordionTitle.open:after, .treeNodeTop.open:after {
	content: "-";
}

.throbbing .homeWrapper * {
    display: none;
}

.accordionContent, .drawerContent, .treeNodeChildren {
	padding: 0.5rem 0 0 0;
	display: none;
	width: 100% !important;
}

.togglableTabs {
    padding: 1.5rem;
}

.togglableTabs .nav-tabs {
    border-bottom: 1px solid #bebebe;
}

.togglableTabs .nav-tabs>li.active>a, 
.togglableTabs .nav-tabs>li.active>a:focus,
.togglableTabs .nav-tabs>li.active>a:hover {
    border: 1px solid #bebebe;
    border-bottom-color: transparent;
}

.togglableTabs .nav-tabs li a {
    color: black;
}

.togglableTabs .nav-tabs > li.active {
    text-decoration: underline;
    font-weight: bold;
}

.togglableTabs .nav-tabs .dropdown-menu > .active > a {
    background-color: #7c7c7c;
    color: white;
    font-weight: bold;
}

.togglableTabs .nav-tabs .dropdown {
    cursor: pointer;
}

.togglableTabs .tab-pane {
    margin-top: 2rem;
}

.popupContent .togglableTabs .nav-tabs {
    border-bottom: 1px solid #7c7c7c;
}

.popupContent .togglableTabs .nav-tabs>li.active>a, 
.popupContent .togglableTabs .nav-tabs>li.active>a:focus,
.popupContent .togglableTabs .nav-tabs>li.active>a:hover {
    border: 1px solid #7c7c7c;
    border-bottom-color: transparent;
}

.popupContent .togglableTabs .nav-tabs > li {
    top: 0.2rem;
}

.popupContent .togglableTabs .nav-tabs {
    border-bottom: 1px solid #7c7c7c;
    padding-bottom: 0.1rem;
}


.treeNodeChildren.open {
	display: block;
}

span.svg{
	display: block;
}

header .svg{
	display: inline-block;
}

.iconButton {
	position: relative;
	padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

div.iconButton {
    background-color: rgba(0, 0, 0, 0);
}

.faButton {
    width: 15.7px;
    height: 22.4px;
}

.faButton i.fa {
	font-size: 2.3rem;
	position: relative;
	right: 0.2rem;	
}

.responsiveImage {
    position: relative;
}

.responsiveImage > img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.iconButton > img {
    width: 1.7rem;
    height: 1.7rem;
    padding: 0.1rem;
    position: relative;
    top: 0.2rem;
}

a.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 0.0625rem solid #CCC;
/*	padding: 0.25rem 0.75rem;  */
	margin: 0.25rem 0;
	cursor: pointer;
	transition: box-shadow 100ms;
	height: inherit;
}

a.button:hover {
	box-shadow: 0 0 0.25rem #CCC;
}

.productContentWrapper{
	position: relative;
}

.categoryWrapper{
	border: solid 1px grey;
	width: 20rem;
}

.instancesWrapper{
	position: absolute;
	left: 20rem;
	top: 0;
	overflow: auto;
	bottom: 0;
	width: calc(100% - 21rem);
}

.registerHead {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 20rem;
	margin-right: 1rem;
}

.register > ul {
	vertical-align: top;
}

.registerHead li {
	display: inline-block;
	background-color: #FFF;
	border: 0.0625rem solid #CCC;
	cursor: pointer;
	padding: 0.25rem 0.75rem;
	transition: box-shadow 100ms;
	font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
}

.registerHead li:hover {
	box-shadow: inset 0 0 1rem #CCC;
}

.registerBody {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: calc(100% - 21rem);
}

.registerBody > li {
	display: none;
}

.createText {
	display: inline-block;
	margin: 0.25rem 0.25rem 0.25rem 0;
}

.create .button {
	width: 12rem;
	height: 1.625rem;
	padding: 0.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.create .button .svg {
	display: inline-block;
	width: 1rem;
	height: 1rem;
}

.openAction, .openAction * {
	vertical-align: middle;
}

.openAction > div {
	display: inline-block;
}

.openAction .svg, .saveAction .svg, .deleteAction .svg, 
.renameAction .svg, .specialAction .svg, 
button .svg img, td .iconButton .svg, .allImages .iconButton .svg {
	width: 2.6875rem;
	height: 2.6875rem;
	padding: 0.0625rem;
}

.standardPrompt .buttonWrap {
	margin-bottom: 10px;
	margin-right: 10px;
}

.standardPrompt .noButton {
	float: right;
}

body > .tooltip {
	z-index: 999999999999999999;
}

.carouselContent .tooltip {
	z-index: 999999999999999999;
}

.carouselContent .tooltip-inner {
    max-width: none;
}


/******************* hover tooltips for action buttons *********************/

.iconButton .buttonHoverText, 
.hasHoverText .buttonHoverText,
img ~ .buttonHoverText {
	width: 150px;
    background-color: black;
    border-radius: 6px;
    color: #FFF;
    font-size: 1rem !important;
    font-weight: normal !important;
    padding: 5px;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    display: block;
    word-wrap: break-word;
    white-space: normal;
    z-index: 3;
	pointer-events: none;
	hyphens: initial;
}

.iconButton:not(.no-tooltip):hover .buttonHoverText,
.iconButton:not(.no-tooltip):focus .buttonHoverText,
.hasHoverText:not(.no-tooltip):hover .buttonHoverText,
.hasHoverText:not(.no-tooltip):focus .buttonHoverText,
img:hover ~ .buttonHoverText,
img:focus ~ .buttonHoverText,
.pictureWrap:hover .buttonHoverText,
.pictureWrap:focus .buttonHoverText {
    visibility: visible;
    opacity: 1 !important;
}

.iconButton:active .buttonHoverText, .iconButton.throbbing .buttonHoverText {
    visibility: hidden;
}

.iconButton:disabled .buttonHoverText {
	display: none;
}

.iconButton .buttonHoverText::after,
.hasHoverText .buttonHoverText::after,
img ~ .buttonHoverText::after {
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
}

.iconButton .buttonHoverText.tooltipBottom,
.hasHoverText .buttonHoverText.tooltipBottom,
img ~ .buttonHoverText.tooltipBottom {
    left: 50%;
    margin-left: -75px;
    top: 125%;
}

.iconButton .buttonHoverText.tooltipBottom::after,
.hasHoverText .buttonHoverText.tooltipBottom::after,
img ~ .buttonHoverText.tooltipBottom::after {
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border-color: transparent transparent black transparent;
}

.iconButton .buttonHoverText.tooltipTop,
.hasHoverText .buttonHoverText.tooltipTop {
    left: 50%;
    margin-left: -75px;
    bottom: 135%;
}

.iconButton .buttonHoverText.tooltipTop::after,
.hasHoverText .buttonHoverText.tooltipTop::after {
    left: 50%;
    margin-left: -5px;
    top: 100%;
 	border-color: black transparent transparent transparent;
}

.iconButton .buttonHoverText.tooltipRight, 
.hasHoverText .buttonHoverText.tooltipRight{
    left: 117%;
    top: 13%;
}

.iconButton .buttonHoverText.tooltipRight::after,
.hasHoverText .buttonHoverText.tooltipRight::after {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-color: transparent black transparent transparent;
}

.iconButton .buttonHoverText.tooltipLeft,
.hasHoverText .buttonHoverText.tooltipLeft {
    right: 117%;
    top: -8px;
}

.iconButton .buttonHoverText.tooltipLeft::after,
.hasHoverText .buttonHoverText.tooltipLeft::after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-color: transparent transparent transparent black;
}
/******************* end hover tooltips for action buttons *******************/


.treeLevelItemComponent {
	height: auto;
	display: block;
	margin-top: 1rem;
}

.pictureEditorWrapper input[type='file'] {
	display: none;
}

.pictureEditorWrapper span.button {
	padding-top: 0.5rem;
}

.pictureEditor{
	overflow: auto;
}

.showOnePicture {
	cursor: default;
}

.expandImage {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: grey;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-right: 4px;
	margin-top: 3px;
}

.articlePicContent .expandImage {
	position: relative !important;
    /* top: 0px; */
    /* right: 0px; */
    background-color: inherit;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    /* margin-right: 4px; */
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 3rem);
    display: inline-block;
}

.articlePicContent .notFound {
	width: calc(100% - 3rem);
    display: inline-block;
}


.expandImage .fa {
	color: white;
}

.borderContainer{
	float:left;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}

input[type="checkbox"] {
    height: auto;
    width: auto;
}

.table th {
	text-align: center;
}

.sortableColumn {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.sortableColumn:hover {
    background: gray !important;
    color: white;
}

.sortableColumn:not(.ascendingOrder), .sortableColumn:not(.descendingOrder) {
    background: #999999;
    color: white;
}

.sortableColumn, .sortableRow{
	padding: 0.9rem !important;
}

.sortableColumn.ascendingOrder:before, .sortableColumn:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 8px;
}

.sortableColumn.descendingOrder:after, .sortableColumn:hover:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid black;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 5px;
    top: 20px;
}


.sortableColumn:hover:after, .sortableColumn:not(.ascendingOrder):after {
    border-top: 5px solid white;
}

.sortableColumn:hover:before, .sortableColumn:not(.descendingOrder):before {
    border-bottom: 5px solid white;
}


/* ##### START - niceCheckbox - START ##### */
/* Base for label styling */
span.checkboxSpan {
	height: 1.8125rem;
	line-height: 2.813rem;
	display: inline-block;
}

input.niceCheckbox[type="checkbox"]:not(:checked),
input.niceCheckbox[type="checkbox"]:checked {
	display: none;
}

input.niceCheckbox[type="checkbox"]:not(:checked) + span,
input.niceCheckbox[type="checkbox"]:checked + span {
	position: relative;
	padding-left: 40px;
	cursor: pointer;
}

input.niceCheckbox[type="checkbox"]:not(:checked) + span.empty,
input.niceCheckbox[type="checkbox"]:checked + span.empty {
	padding-left: 28px;
}

input.niceCheckbox[type="checkbox"]:not(:checked) + span.marginRight,
input.niceCheckbox[type="checkbox"]:checked + span.marginRight {
	margin-right: 1rem;
}


/* checkbox aspect */
input.niceCheckbox[type="checkbox"]:not(:checked) + span:before,
input.niceCheckbox[type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 2.813rem;
	height: 2.813rem;
	border: 1px solid #aaa;
	background: #f8f8f8;
	border-radius: 1px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}


/* checked mark aspect */
input.niceCheckbox[type="checkbox"]:not(:checked) + span:after,
input.niceCheckbox[type="checkbox"]:checked + span:after {
	content: '✔';
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 33px;
	line-height: 0.8;
	color: #4778d9;
	transition: all .2s;
	font-weight: 800;
}

.popupContent input.niceCheckbox[type="checkbox"]:not(:checked) + span:after, 
.popupContent input.niceCheckbox[type="checkbox"]:checked + span:after {
    transition: none
}


/* checked mark aspect changes */
input.niceCheckbox[type="checkbox"]:not(:checked) + span:after {
	opacity: 0;
	transform: scale(0);
}

input.niceCheckbox[type="checkbox"]:checked + span:after {
	opacity: 1;
	transform: scale(0.8);
}


/* disabled checkbox */
input.niceCheckbox[type="checkbox"]:disabled:not(:checked) + span:before,
input.niceCheckbox[type="checkbox"]:disabled:checked + span:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

input.niceCheckbox[type="checkbox"]:disabled:checked + span:after {
	color: #999 !important;
}

input.niceCheckbox[type="checkbox"]:disabled + span {
	color: #aaa;
}


/* accessibility */
input.niceCheckbox[type="checkbox"]:checked:focus + span:before,
input.niceCheckbox[type="checkbox"]:not(:checked):focus + span:before {
	border: 1px dotted blue;
}


/* hover style for information */
span.checkboxSpan:hover:before {
	border: 1px solid #4778d9 !important;
}

/* ##### END - niceCheckbox - END ##### */


.deselectIcon {
	display: none;
}


.ZebraDialog_Body {
    white-space: pre-wrap;
}

.ZebraDialog .ZebraDialog_Buttons a + a:last-child {
    float: left;
}

.ZebraDialog .ZebraDialog_Buttons a:only-child {
	float: none;
    margin: 0 auto;
    width: 60px;
    display: inherit;
}



.standardDialog .ZebraDialog_Buttons a {
	background-color: #555 !important;
}

.checkboxHiddenWrapper {
    position: relative;
    overflow: hidden;
}

.checkboxHiddenWrapper .input.checked, 
.checkboxHiddenWrapper .input.showCheckbox,
tr:hover .checkboxHiddenWrapper .input {
    bottom: 1.5rem !important;
}

.checkboxHiddenWrapper .input {
    position: absolute;
	bottom: 1.5rem;
    right: 0.3125rem;
/*     -webkit-transition: bottom 0.2s ease-out; */
/*     -moz-transition: bottom 0.2s ease-out; */
/*     -o-transition: bottom 0.2s ease-out; */
/*     transition: bottom 0.2s ease-out; */
}


.customStyleSelect {   
    min-width: 40px;    
    height: 3rem;
}

/*
.customStyleSelect {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
	padding-left: 8px;
    padding-right: 0;   
    background: url(https://tundhpro.de/assets/icon-png/caret-triangle.png) no-repeat 1.7rem 0.43rem;
    background-size: 1rem;
    width: 3rem;  
    height: 1.4rem;
    font-size: 13px;
    font-family: arial;    
}

.customStyleSelect.big {    
	background: url(https://tundhpro.de/assets/icon-png/caret-triangle.png) no-repeat 2.4rem 0.43rem;
	background-size: 1rem;
    width: 3.7rem;  
}

.customStyleSelect.bigger {    
	background: url(https://tundhpro.de/assets/icon-png/caret-triangle.png) no-repeat 3.4rem 0.43rem;
	background-size: 1rem;
    width: 4.7rem;  
}
*/

/*#######################################*/

ul.selectListLong li {
	margin: 0;
	cursor: pointer;
	padding-left: 0.3125rem; /*5px;*/
	border: 0.0625rem solid #EBEBEB;
	border-radius: 0.1875rem; /* 3px; */
	/*height: 1.375rem;*/
	/*line-height: 1.375rem;*/
	margin: 0;
	margin-bottom: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-user-select: none;  /*Chrome all / Safari all*/
	-moz-user-select: none;     /*Firefox all*/
	-ms-user-select: none;      /*IE 10+*/
	user-select: none;
}

.selectListShortWrapper {
	overflow: hidden;
	border: 0.0625rem #AAAAAA solid;
	border-radius: 0.1875rem;
	margin-bottom: 0.5rem;
	height: 2.25rem;
	position: relative;
	text-align: left;
	background: url(https://tundhpro.de/assets/icon-png/caret-triangle.png) no-repeat;
    background-size: 1.5rem;
    background-position: top 50% right 0.5rem;
    cursor: pointer;
}

.selectListShortWrapper.activeSelect {
	overflow: visible;
}

.selectListShortWrapper .selectListShortSelected {
	height: 2.25rem;
}

.selectListShortWrapper .selectListShort {
	border: 0.0625rem #AAAAAA solid;
	border-radius: 0.1875rem;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	top: 2.25rem;
	list-style-type: none;
	z-index: 100;
}

.selectListShortWrapper .selectEntry {
	height: 2.25rem;
	vertical-align: middle;
	
}

/* li {	
	border: 1px #FFFFFF solid;
} */

.selectListShortWrapper .selectEntry button {
	padding: 0.125rem 0.25rem;
	margin-right: 0.25rem;
	height: 1.75rem;
}

.selectListShortWrapper .selectEntry button img {
	height: 1.5rem;
}

/* ##### START - pagination - START ##### */

.paginationPageTurner {
    display: inline-block;
    width: 100%;
    position: relative;
/*     margin-right: 2rem; */
    vertical-align: top;
}

.pagination {
    padding-bottom: 1rem;
	font-weight: 400;
	font-size: 1.3rem;
	color: rgba(0,0,0,.54);
}

.pagination div {
    display: inline-block;    
}

.pagination .elementsPerPage {
	float: right;
	margin-left: 2rem;
}

.pagination .span {
	display: inline;
}
.pagination .form-control {
	display: inline;
	width: auto;
	border-radius: 0px;
}
.pagination .pager {
	margin: 0px;
}

.pagination .paginationSelectBox {
    border: 0;
    border-bottom: 2px solid rgba(0,0,0,0.5);
    position: relative;
}

.pagination select{       
	padding: 5px;
	padding-right: 15px;
	height: 33px;
    border: 0;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pagination select::-ms-expand {
    display: none;
}


.pagination .paginationSelectBox:hover {
	border-color: #adadad;
}

.pagination .paginationSelectBox select:hover {
	cursor: pointer;
}

.pagination .paginationSelectBox:before {
    content:"\f0d7";
    font-family: FontAwesome;
    color: #000;
    padding: 8px 12px;
    position: absolute; right: 0; top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}

.paginationContent {
	clear: both;
	position: relative;
}

.pager .fa{
	font-size: 1.5rem;
}

.pager .fa{
	font-size: 1.5rem;
}

.pager .disabled .fa{
	color: #ccc;
}

.pager a:hover .fa{
	font-weight: 800;	
}

.pager .disabled a:hover .fa{
	font-weight: 400;	
}

.pager li>a, .pager li>span {
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0 !important;
	border-radius: 0px !important; 
	cursor: pointer;
}


/*

.topPagination .elementsPerPage, .topPagination .pageSelection {
	float: right;
	margin-left: 2rem;
}

.bottomPagination .pagination {
    display: flex;
    flex-wrap: wrap;
}

.bottomPagination .elementsPerPage {
	flex: 1 0 0;
}

.bottomPagination .pageSelection {
	flex: 1;
}




.pagination .customStyleSelect {   
    background: url(https://tundhpro.de/assets/icon-png/caret-triangle.png);
    background-repeat: no-repeat;
    background-position: 1.9rem 0.75rem;
	background-size: 0.65rem 0.4rem;     
    height: 2rem;    
}
*/

.pagination button { 
	border: none;
    -webkit-box-shadow: 0 0 1px black;
    -moz-box-shadow: 0 0 1px black;
    box-shadow: 0 0 1px black;
}

.pagination button:disabled {
	-webkit-box-shadow: 0 0 1px silver;
    -moz-box-shadow: 0 0 1px silver;
    box-shadow: 0 0 1px silver;
}

.pagination button:enabled:hover {
	-moz-box-shadow: 0 0 5px #aaa;
   	-webkit-box-shadow: 0 0 5px #aaa;
   	box-shadow: 0 0 5px #aaa;
}

.prevPageButton, .nextPageButton {
    height: 3rem !important;
    width: 3rem;
}

.pagination .nextPage {
    margin-right: 0.5rem;
}


/* ##### END - pagination - END ##### */

.forwardArrow, .backwardArrow {   
	width: 0;
	height: 0;
	border-style: solid;   
	position: relative;
    bottom: 0.1rem;	
}

.backwardArrow {
	border-width: 7.5px 10px 7.5px 0;
	border-color: transparent black transparent transparent;    
}

.forwardArrow {
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent black;   
}

.countItemBasket {
	margin-top: 2rem;
}

a[data-toggle="popover"] {
	color: #00c600;
	cursor: help;
	font-size: 1.5rem;	
}

a[data-toggle="popover"]:focus {
	outline: none;
}

.twoThirdWidth {
	width: 66% !important;
}

.popupPic {
    height: auto;
    width: auto;	
    max-height: 90vh;
    max-width: 90vw;
    margin: auto;
    display: block;
}

.showMorePictures {
	position: relative;
	cursor: zoom-in;
}

.showMorePicturesButton {
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: initial !important;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    padding: 0 0.75rem;
    cursor: -webkit-zoom-in;
    box-shadow: none !important; 
    text-shadow: 3px 3px 10px rgba(255, 255, 255, 1),
    			-3px -3px 10px rgba(255, 255, 255, 1),
   				 3px -3px 10px rgba(255, 255, 255, 1),
   				-3px 3px 10px rgba(255, 255, 255, 1);   
}

.allImages {
    margin-bottom: 2.3rem;
    border: 1px solid #aeaeae;
	padding-top: 3.8rem;
	padding-bottom: 2rem;
	overflow: hidden;
}

.allImages .notFound {
    margin: auto;
    width: 20vw;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 1rem; 
}

.allImages .notFound .svg {
    margin: 1rem auto;
}

.allImages .noPreviewSymbol {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

span.symbolwrap {
    position: relative;
}

.noPreviewSymbol .fa-file-image-o {
    font-size: 12rem;
}

.noPreviewSymbol .symbolwrap > span {
    font-family: monospace;
    position: absolute;
    left: -2rem;
    bottom: 6rem;
    border: solid 2px #5b5b5b;
    border-radius: 5px;
    padding: 0 7px;
    background-color: grey;
    font-size: 2rem;
    font-weight: bold;
    width: 7rem;
}

.noPreviewSymbol .tiff {   
    color: #cba610;   
}

.noPreviewSymbol .tiff > span {
    color: #af8f0d;
    border-color: #af8f0d;
    background-color: #f4ce38;
}

.noPreviewSymbol .eps, .noPreviewSymbol .ai {   
    color: #d17012;   
}

.noPreviewSymbol .eps > span, .noPreviewSymbol .ai > span {
    color: #a95603;
    border-color: #a95603;
    background-color: #f4a559;
}

.noPreviewSymbol .psd {   
    color: #003c4a;   
}

.noPreviewSymbol .psd > span {
    color: #038bac;
    border-color: #062531;
    background-color: #062531;
}

#slickThumbs .noPreviewSymbol .symbolwrap > span {
    top: -4rem;
    left: -1.2rem;
    bottom: initial;
    font-size: 1.5rem;
    width: 4.3rem;
}

#slickThumbs .noPreviewSymbol .fa-file-image-o {
    font-size: 7rem;
}

.overviewListing .noPreviewSymbol .fa-file-image-o {
    font-size: 6rem;
}

.overviewListing .noPreviewSymbol  .symbolwrap > span {
    font-size: 1.5rem;
    width: 4.5rem;
    left: -1.7rem;
    top: -3.5rem;
    bottom: inherit;
}


.bigPopup {
	width: 90vw;
	height: 90vh;
}

/* ##### START - jquery slick slider - START ##### */

/*
.slick-slider {
    background: url(loader.gif);
}
*/

.carousel {
	background: #fff url("https://tundhpro.de/frameworks/slick-1.8.0/ajax-loader.gif") center center no-repeat;	
	height: 250px;
	overflow: hidden;    
}

.carousel > * {
    visibility: hidden;  
}

.carousel.slick-initialized {
    height: initial;
    background: none;
    overflow: initial;     
}

.carousel.slick-initialized > * {
    visibility: visible;    
}

img.slick-loading { 
	background: #fff url("https://tundhpro.de/frameworks/slick-1.8.0/ajax-loader.gif") center center no-repeat;
	
}

.slick-slider .slick-list { 
    opacity: 0; 
    position: absolute; 
}

.slick-slider.slick-initialized .slick-list { 
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}

.slick-slider {
    padding: 0.5rem 0;
}

.slick-list {
    overflow: visible;
}

#slickPics .slick-slide{
    height: calc(70vh - 4rem);
    width: 90vw;
}

.slick-dots button:active, .slick-dots button:focus:active {
    box-shadow: none !important;
    background-color: transparent;
}

.slick-dots button:hover, .slick-dots button:focus:hover {
    box-shadow: none !important;
}

#slickSearchResultPics .slick-slide{
    height: calc(100vh - 53rem);
    width: 90vw;
}

#slickPics .slick-current img ~ .buttonHoverText.tooltipBottom {
    left: 50%;
    margin-left: -75px;
    top: initial;
    bottom: 3%;
}


#slickThumbs, .slickThumbs {
    padding: 0 1rem;
}

#slickThumbs .notFound, .slickThumbs .notFound  {
	width: 8rem;
	height: 85%;
	border: 2px solid #aaa;  
}

#slickThumbs .notFound .svg, .slickThumbs .notFound .svg {
    margin: auto;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#slickThumbs .slick-slide {
	width: 10rem;
    height: 20vh;
	margin-left: 1rem;
}

.slickThumbs .slick-slide {
	height: 15rem;
}

#slickThumbs .slick-slide img, .slickThumbs .slick-slide img {
	max-height: 90%;
	z-index: -2;
}


#slickThumbs .slick-current > img, #slickThumbs .slick-current .notFound {
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.7) !important;
}

#slickThumbs .slick-list, #slickPics .slick-list {
    overflow: hidden;
}


.slick-slide {
    margin: auto;
    position: relative;
    outline: none;
}

.slick-slide img {
	border: 2px solid #aaa;
	max-width: 100%;
	max-height: 100%;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.carouselContent .showOnePicture .pictureWrap img {
	border: 2px solid #aaa;
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/*
.slick-slide:not(.slick-active) {
    opacity: 0;
    pointer-events: none;
}
*/

.slick-prev:before, .slick-next:before {
    color: black;
    
}

.slick-prev:active, .slick-prev:focus, .slick-next:active, .slick-next:focus {
    box-shadow: none !important;
}

/* ##### END - jquery slick slider - END ##### */

.fa-inverted {
	color: white;
    background-color: black;
}

.fa-times-circle {
	color: #ce0000;
}

.fa-times-circle:hover {
	color: #570000;
}

.badge {
    display: block;
    line-height: 0.8 !important;
    height: 16px;
    padding: 0 5px;
    font-family: Arial, sans-serif;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    border: 1px solid;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

.badge.green {
    background: #77cc51;
    border-color: #59ad33;
    background-image: -webkit-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: -moz-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: -o-linear-gradient(top, #a5dd8c, #77cc51);
    background-image: linear-gradient(to bottom, #a5dd8c, #77cc51);
}

.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput input {
    display: block;
    margin-top: 1rem;
    width: 100%;
}

.bootstrap-tagsinput .label-info {
    background-color: #1e2832;
    font-size: 80%;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    padding: 0.5rem;
    display: table;
    margin-bottom: 0.5rem;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.7rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ce0000;
    position: relative;
    z-index: 0;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    color: #cb4646;
}

.bootstrap-tagsinput .tag [data-role="remove"]:before {
    content: "\f057";
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 0px 2px rgba(0,0,0,1);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:before {
    background-color: black;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "";
    padding: 0;
}


.bootstrap-select > button {
	color: #333 !important;
}

.bootstrap-select .dropdown-menu li.selected a {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.bootstrap-select .dropdown-menu li:not(.dropdown-header):not(.divider):hover a:not(.addItem) {
    background-color: #dedede;
}

.bootstrap-select .dropdown-menu li.selected:hover a {
    background-color: #2b618f !important;
}

.bootstrap-select .dropdown-menu > .active > a {
    color: #262626 !important;
    text-decoration: none;
    background-color: transparent;
    outline-color: rgb(77, 144, 254);
    outline-offset: -1.6px;
    outline-style: auto;
    outline-width: 4.8px;
}

.bootstrap-select .dropdown-menu > .selected.active > a {
    color: #ddd !important;
}

.bootstrap-select .dropdown-menu li.disabled {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #c1c1c1 !important;
}

.bootstrap-select .dropdown-menu small.text-muted {
    display: block;
}

/*
.nav .btn-group{
	
}

.btn-dropDownLanguages{
	width: 24.4px !important;
	height: 36px !important;
	background-color: transparent !important;
	color: white !important;
}

.nav .keep-open{
	background-color: #282828;
	color: white;
	width: 300px;
	left: -250px;
	margin: 0 !important;
}

.interfaceLanguageSel, .contentLanguageSel{
	color: black;
}

.btn-dropDownLanguages:hover{
	background-color: rgb(0, 0, 0) !important;
	box-shadow: inset 0px 0px 15px #888888;
}
*/

#wrapper > .navbar-inverse {
    background-color: #848484 !important;
    border-color: transparent !important;
}


img.langImg {
    margin-left: 0.7rem;
    height: 1.7rem;
    position: relative;
    bottom: 0.1rem;
}

.projectLanguageSel > .bootstrap-select {
    position: relative;
    top: 1rem;
    left: 2rem;
}

.projectLanguageSel > .bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    border-color: #aaa;
}

.defaultLangHintWrap {
	margin-bottom: -0.8rem;
    margin-left: 2.5rem;
    float: left;
    margin-top: 2rem;
}

.contentLanguageSel button img.langImg {
	pointer-events: none;
}

.contentLanguageSel.bootstrap-select, 
.contentLanguageSel.bootstrap-select > .dropdown-toggle {
    width: auto !important;
    padding: 0.2rem 0;
    padding-left: 0;
    padding-right: 3rem;
}

.contentLanguageSel.bootstrap-select > button .langTitle {
    display: none;
}


.errorFlare {
	animation: blub 1s;
}

.font-green {
	color: green;
}

.font-red {
	color: red;
}

@keyframes blub {
 	0% {
 		background: #bc0000;
 		
 	}
 	100% {
 		background: #1e2832;
 	}
}

.dropdown-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
 
.dropdown-menu a {
   overflow: hidden;
   outline: none;
}
 
.bss-input
{
   border:0;
   margin:-3px;
   padding:3px;
   outline: none;
   color: #000;
   width: 99%;
}
 
.bss-input:hover
{
   background-color: #f5f5f5;
}

input.bss-input {
    border: solid 1px black;
    position: relative;
    right: 1rem;
    bottom: 0.1rem;
}

.additem .check-mark
{
   opacity: 0;
   z-index: -1000;
}
 
.addnewicon {
   position: relative;
   padding: 4px;
   padding-right: 50px;
   color: #aaa;
}
 
.addnewicon:hover {
   color: #222;
}

input[type=file].uploadFileInput {
	display: none;
}

button.btn-xs.uploadFileButton {
    font-size: 1.4rem !important;
    min-width: 13rem !important;
}

.uploadFileForm .uploadFileButton i.fa {
    margin-right: 0.5rem;
}
.customImportWrapper .btn-xs {
    font-size: 1.4rem;
    min-width: 13rem !important;
}

.tablesaw-modeswitch .tablesaw-btn-select {
    margin-top: -0.2em !important; 
}

.bootstrap-select > select {
    pointer-events: none;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    z-index: 10;
}


.treeNavigation .treeNavigationItem {
	margin-top: 10px;
	padding-left: 40px;
	position: relative;
}

.treeNavigation .treeNavigationItem:before, .treeNavigation .treeNavigationItem:after {
    content: '';
    left: 15px;
    position: absolute;
    right: auto
}

.treeNavigation .treeNavigationItem:before {
    border-left: 1px solid #999;
    height: 28px;
    top: -10px;
    width: 1px
}

.treeNavigation .treeNavigationItem:after {
    border-top: 1px solid #999;
    height: 20px;
    top: 18px;
    width: 25px
}

.treeNavigationStart > .treeNavigationItem:before,
.treeNavigationStart > .treeNavigationItem:after {
	border: none;
}

.popupContent input[type="text"] {
    border: solid 1px #c3c3c3;
}


.configurationBoxContainer {
	border: 1px solid #AAA;
	border-radius: 0.1875rem;
}

.configurationBoxListGrab {
    overflow-x: hidden;
    overflow-y: auto;	
    height: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding: 0.1875rem;
}

.configurationBoxListGrab li {
	width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
	margin: 0;
	margin-bottom: 1px;
	background: #FFF;
	padding-left: 0.3125rem;
	border: 0.0625rem solid #EBEBEB;
	border-radius: 0.1875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.5rem;
}

.configurationBoxListGrab li:hover {
	border: 0.0625rem solid rgb(240,172,0) !important;
	border-radius: 0.1875rem;
	box-shadow: 0 0 0.3125rem rgb(240,172,0);
}

.configurationBoxListGrab li:hover {
	cursor: grab;
}

.configBoxDeleteParentStyle {
	float: right;
    margin-right: 0.4rem;
    position: relative;
    top: 0.1rem;
}

.configDragItem {
	width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
	margin: 0;
	margin-bottom: 1px;
	background: #FFF;
	padding-left: 0.3125rem;
	border: 0.0625rem solid #EBEBEB;
	border-radius: 0.1875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.5rem;
	background-color: #ffc785 !important;
	z-index: 99999999;	
}

span.langTitle ~ span {
    font-size: 1rem;
    color: #b9b9b9;
}

button span.langTitle ~ span {
    display: none;
}

.missingContentText {
    color: #a2a2a2;
}

.placeHolderHover {
	background-color: #ffedcb !important;
	visibility: visible !important;
}

.popupCloseButton {
    box-shadow: 0 0 8px #aaa;
}

.popupCloseButton:hover:enabled {
    box-shadow: 0 0 18px #aaa;
}

body > .bootstrap-select .dropdown-menu {
    z-index: 9999999 !important;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.contentLangPopupWrap {
	min-width: 46rem;
}

.contentLangPopupWrap .firstContentLangInputWrap {
    float: left;
}

.contentLangPopupWrap .bootstrap-select {
    margin-right: 4rem;
}

.popupContent .contentLanguageSel {
    float: right !important;
}

.contentLangPopupWrap .contentLanguageSel {
    position: relative;
    bottom: 0.4rem;
    float: right !important;
}

.contentLangPopupWrap .contentLanguageSel + a[data-toggle="popover"] {
    float: right;
    position: relative;
    right: 1rem;
    font-size: 1.5rem;
}

.overwriteColorInfo {
	display: none;
    float: right;
    color: #5a92c8 !important;
}

.popupContent .overwriteColorInfo {
    margin-right: 3rem;
}

.overwriteColorTitle .overwriteColorInfo {
	display: inline-block;
}

.missingTranslation {
	color: #cd0000 !important;
}

.selected .missingTranslation {
    color: #ffbaba !important;
}

