/* Global Styles */

body {
    background-color: #fff;
    height: 100%;
}



#wrapper {
	margin-top: 50px;
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

.navbar-header {
    width: 100%;
}

.caretNav{
	top: 45%;
	position: absolute;
	right: 0.65rem;
	border-top: 5px dashed;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

.navbar-ex1-collapse .caretNav{
	font-size: 2rem;
}

.sidenav-second-level {
	padding: 0;
	margin: 0;
	background-color: #969393;
}

.sidenav-second-level a:hover {
	color: black;
}

.sidenav-second-level a li {
	padding: 4px 0px 4px 9px;
	border-bottom: 1px solid #000;
}

.sidenav-second-level a li:hover {
	background-color: #ccc !important;
}

.sidenav-second-level a li span::before {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 7px;
    padding-right: 5px;
}


.sidenav-second-level a li span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-top: 0.4rem;
	width: 150px;
	font-size: 1.1rem;
}

.btn-group > .btn:first-child, .bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
}

.nav > li > a:hover{
	background-color: transparent;
}


@media(min-width:768px) {
/*
    #wrapper {
   padding-left: 160px;  Muss Raus mit Neuem Menü, damit die Fläche sinnvoll genutzt wird.
    }
*/
    #page-wrapper {
        padding: 10px;
    }
}

.container-fluid{
	padding-left: 25px;
	padding-right: 25px;
}

/* Top Navigation */

.nav .headerButton button{
	border-radius: 0;
	border: none;
	padding: 0;
}

.nav #lightboxHeaderButton{
	height: 50px;
	width: 50px;
}

.nav #cartHeaderButton{
	height: 50px;
	width: 50px;
}

.nav #contactHeaderButton{
	height: 50px;
	width: 50px;
	border-radius: 0;
}

.nav #itemBasketButton {
    height: 50px;
    width: 50px;
}

.nav #homeHeaderLi,
.nav #currentHelpLink {
	height: 50px;
	width: 50px;
	border-radius: 0;
	float: left;
	margin-right: 0;
}

#currentHelpLink .helpLink {
	display: none;
}

.btn.btn-primary.helpLink {
    background-color: transparent !important;
}

.nav .logoutWrapper{
	float: right;
	width: 4rem;
	height: 5.1rem;
}

.nav .headerText{
	float: left;
	margin-left: 1.5rem;
}

.nav .textSearchItem{
	float: left;
}

.navTextSearchInput{
	width: 20rem !important;
}

.navTextSearchButton{
	border-radius: 0 !important;
	max-height: 1.8rem;
	padding: 8.3px 14px;
	background-color: #d9d9d9;
	border: 0;
}

.navTextSearchButton:active:enabled {
    background-color: #fff;
}

.top-nav {
    padding: 0;
    padding-right: 15px;
    overflow: hidden;
}

.top-nav>li {
    display: inline-block;
    float: left;
    width: 100%;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #000;
    background-color: #fff;
    cursor: pointer; 
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu > li > a {
    white-space: normal;
}

.navLink{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 0.5rem;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

.navHeadline{
	padding: 5px;
	text-align: center;
	background-color: #000009;
	color: #fff !important;
}

.navbar-ex1-collapse .nav-sidebar li > a {
    border-bottom: 1px solid #000009;
}

.navbar-ex1-collapse .nav-sidebar li > a {
    padding: 10px 10px;
}

.side-nav li a i {
	font-size: 2.3rem;
}

.nav-item .openAction .svg{
	width: 4rem;
	height: 3.5rem;
}
.nav-item .buttonHoverText.tooltipBottom {
    top: 110%;
}

.nav-item .openAction .svg img{
	width: 2.688rem;
	height: 2.688rem;	
}

.badgeNav{
	position: absolute;
	margin-left: 29px;
	z-index: 1;
	top: 33px;
	padding: 2px 7px;
}

.badge-error {
  background-color: #b94a48;
}

.badgeNavAlbum{
	padding: 3px 5px;
	color: #fff;
	font-size: 1rem;
	margin-top: 0.2rem;
	margin-right: 0.3rem;
	border-radius: 4px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 0;
        width: 16rem;
        overflow-y: auto;
    	background-color: #2E353D;
        bottom: 0;
        overflow-x: hidden;
        border-right: 1px solid #000009;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        color: #000 !important;
		background-color: #D4D4D4;
    }
    
    .side-nav li a i{
		color: white;
	}
	
	.side-nav li a:hover i,
	.side-nav li a:focus i{
		color: black;
	}
}

.side-nav>li>ul {
    padding: 0;
}
 .nav-sidebar a{
    color: #fff;
    text-decoration: none;
}

.navbar-ex1-collapse .nav-sidebar a{
    background-color: transparent;
    text-decoration: none;
}

.navbar-ex1-collapse .caretNav{
    font-size: 2rem;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a{
	background-color: #ececec;
	color: black;
}

.navbar-inverse .navbar-nav > a:hover{
	background-color: #ececec;
	color: black;
	box-shadow: inset 0px 0px 10px #888
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.loginTextInput{
	width: 34rem !important;
	border-radius: 0;
}

.closeAlbumNavigationButton {
    margin-top: 0rem;
	position: absolute;
	right: -25px;
	z-index: 15;
	width: 2.5rem;
	height: 3.6rem;
}

.newAlbum{
/*	margin-left: 3rem; */
/*	margin-bottom: 2rem;*/
}


.well{
    padding: 50px 40px 15px 25px;
    padding-left: 40px;
    padding-left: 30px;
    box-shadow: 0 0 50px #666666;
    margin: 0 0 0 0;
    width: 450px;
    background: rgba(4, 0, 0, 0.4);
    bottom: 70px;
    right: 50px;
    position: absolute;
}




.positionAbsolut{
	position: absolute;
}

.albumDate{
	font-size: 1.2rem;
}

.albumPictureLength{
	font-size: 1.2rem;
}

.albumListing .gridContainer {
	width: 17.5rem;
}

.albumName {
    font-size: 1.35rem;
	left: 3.75rem;
}

.subIndicator.subIndicatorClosed::before {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.deleteAlbumButton button{
	background-color: #d5d5d5 !important;
	padding: 3px 3px 3px 3px;
	border: none !important;
	width: 2rem;
}

.deleteAlbumButton button:hover{
	box-shadow: inset 0px 0px 15px #888888;
	background-color: #cccccc !important;
	border: none;
}

.deleteAlbumButton i{
	color: black;
	font-size: 2rem;
}

.deleteAlbumButton button:hover i{
	color: white;
}

.jsUsersContainer{
	padding: 0.4rem 0rem 0.4rem 0.5rem;
}

.actionsForAllUsers{
	margin-top: 1.5rem;
}

.orgaActions, .adminTable p {
	padding: 0.4rem 0rem 0.4rem 0.5rem !important;
	margin: 0;
}

.albumInstanceWrapper .container{
	width: auto;
	padding: 0;
}

.overviewListing  .btn-primary.openProductDatasheet, .overviewListing  .btn-primary.overviewItemDeleteButton{
    border-radius: 0;
}

.paginationContent .container{
	width: auto;	
}

.ZebraDialog a.ZebraDialog_Close {
    right: 10px;
    font-size: 31px;
}

.confirmMsg{
	font-size: 1.7rem;
	font-weight: 800;
	margin-top: 0;	
}

.popupContent .filePreviewInput{
	width: 100%;
}

.popupContent .contentWrapper{
	margin-left: 2rem;
	margin-right: 2rem;
	padding-right: 2.5rem;
	margin-bottom: 2rem;
}

.inputUserDataWrap label p{
    font-size: 1.3rem;
    top: 8px;
}
/*

interferenz mit Form Label.

.inputUserDataWrap label {
    margin-top: 25px;
}
*/
.inputUserDataWrap label > input, .inputUserDataWrap label select, .inputUserDataWrap label .bootstrap-select {
    font-size: 1.5rem;
}

.panel-image {
    position: relative;   
}
.panel-image img.panel-image-preview {
    width: 100%;
	border-radius: 4px 4px 0px 0px;
}

.panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.panel-heading ~ .panel-image img.panel-image-preview {
	border-radius: 0px;
}

.panel{ 
	border-radius: 3px !important; 
}

.panel-body {
   overflow: hidden;
}

.panel-image ~ input[type=checkbox] {
    position:absolute;
    top:-30px;
    z-index: -1;   
}

.panel-image ~ input[type=checkbox] ~ .panel-body {
	height: 0px;
	padding: 0px;
}

.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
	padding: 15px;
}

.panel-image ~ .panel-footer a {
    padding: 0px 10px;
	font-size: 1.3em;
	color: rgb(100, 100, 100);
}

.panel-footer.text-center { 
	padding-top: 4px; 
	padding-right: 4px;
}

.panel-footer .textWrapper {
	float: left;
	padding-top: 0.7rem;
	padding-left: 3.3rem;
	font-size: 1.4rem;
	width: 15rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popupCloseButton {
	border-width: 0 !important;
}

.ZebraDialog {
    z-index: 10000;
}

.ZebraDialogOverlay {
    z-index: 9999;
}

.picturePreview .container.magnify {
	position: relative;
	margin: auto;
	height: 100%;
	width: auto;
}

.toggleSearch{
	margin-top: 8px;
	margin-right: 4px;
	display: none;
	background-color: transparent !important;
}

	.nav .textSearchForm{
		margin-top: 8px;
	}

@media screen and (min-width: 768px){
	.textSearchForm .input-group{
		display: block !important;
	}
}

@media screen and (max-width: 768px){
	.view {
 		left: 0;
	}
	
	.form-control.navTextSearchInput{
	}
	
	.textSearchForm span{
		left: 0;
		font-size: 2rem;
	}
	
	.textSearchForm span .fa{
		font-size: 2rem;
	}
	
 	.textSearchItem .input-group{
		display: none;
	} 
	
 	.toggleSearch{
		display: inherit;
		float: left;
	} 
	
	.nav-item .logo{
		display: none;
	}
	
/* 	.toggleSearch{ */
/* 		display: block; */
/* 		position: fixed; */
/* 		left: 8px; */
/* 		top: 8px; */
/* 		z-index: 6; */
/* 	} */
	

	.view.openedAlbumNavigation{
		left: 0;
	}
	
	.albumNavigation {
	    float: none;
	    width: 100%;
	}
	

	
	.nav .navTextSearchButton{
		height: 2rem;
	}
	
/* 	.nav .textSearchItem .input-group{
	    position: fixed;
	    width: 100%;
	    z-index: 5;
	    margin: 0;
	    left: 0;
	    top: 0;
	    padding: 0;
		height: 51px;
	}
	 */
	.nav .textSearchItem .input-group{
		margin-left: 4rem;
	}	
	
	.navAlbum {
   		max-width: 100%;
   		font-size: 2.5rem;
   		padding: 0.2rem;
	}	
	
	.navMainAlbumName {
	    width: 77%;
	}
	
	.subIndicator.subIndicatorClosed::before {
	    left: -2.7rem;
		font-size: 2.5rem;
		width: 4.15rem;
		height: 4.1rem;
	}
	
	.navSubAlbum {
	    max-width: 100%;
	}
	
	.badgeNavAlbum {
	    margin-top: 0.5rem;
	}
	
	.albumNavigation {
	    margin-bottom: 2rem;
	}
	
	.badgeNavAlbum {
	    font-size: 1.9rem;
	}	
	
	.loginTextInput{
		width: 60rem !important;
		border-radius: 0;
	}
	
	.well {
	    width: 100%;
	    bottom: 0;
	    right: 0;
	    position: relative;
	}
	
	.loginTextInput{
		width: 50rem !important;
	}
}

@media screen and (max-width: 630px){
	.loginTextInput{
		width: 22rem !important;
		border-radius: 0;
	}
}

@media screen and (max-width: 500px){
	.nav-item .headerText{
		display: none;
	}
}


@media screen and (max-width: 768px){
	.nav-item .headerText{
		margin-left: 5.5rem
	}
}

/* HOVERTEXT */
button ~ .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;
}

button:not(.no-tooltip):hover ~ .buttonHoverText,
button:not(.no-tooltip):focus ~ .buttonHoverText,
.hasHoverText:not(.no-tooltip):hover .buttonHoverText,
.hasHoverText:not(.no-tooltip):focus .buttonHoverText,
img:hover ~ .buttonHoverText,
img:focus ~ .buttonHoverText {
    visibility: visible;
    opacity: 1 !important;
}

.button:active ~ .buttonHoverText, .button.throbbing ~ .buttonHoverText {
    visibility: hidden;
}

.button:disabled ~ .buttonHoverText {
	display: none;
}

button ~ .buttonHoverText::after,
.hasHoverText .buttonHoverText::after,
img ~ .buttonHoverText::after {
    border-style: solid;
    border-width: 5px;
    content: "";
    position: absolute;
}

button ~ .buttonHoverText.tooltipBottom,
.hasHoverText .buttonHoverText.tooltipBottom,
img ~ .buttonHoverText.tooltipBottom {
    margin-top: 7px;
}

button ~ .buttonHoverText.tooltipBottom::after,
.hasHoverText .buttonHoverText.tooltipBottom::after,
img ~ .buttonHoverText.tooltipBottom::after {
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border-color: transparent transparent black transparent;
}

button ~ .buttonHoverText.tooltipTop,
.hasHoverText .buttonHoverText.tooltipTop {
    left: 50%;
    margin-left: -75px;
    bottom: 135%;
}

button ~ .buttonHoverText.tooltipTop::after,
.hasHoverText .buttonHoverText.tooltipTop::after {
    left: 50%;
    margin-left: -5px;
    top: 100%;
 	border-color: black transparent transparent transparent;
}

button ~ .buttonHoverText.tooltipRight, 
.hasHoverText .buttonHoverText.tooltipRight{
    left: 117%;
    top: -8px;
}

button ~ .buttonHoverText.tooltipRight::after,
.hasHoverText .buttonHoverText.tooltipRight::after {
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-color: transparent black transparent transparent;
}

button ~ .buttonHoverText.tooltipLeft,
.hasHoverText .buttonHoverText.tooltipLeft {
    right: 117%;
    top: -8px;
}

button ~ .buttonHoverText.tooltipLeft::after,
.hasHoverText .buttonHoverText.tooltipLeft::after {
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-color: transparent transparent transparent black;
}

@media screen and (max-width: 501px) {
    #companyNameHeader {
    	display: none;
    }
}
