<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#naviBarSide{
	
	background-color:  #303540;
	width: 60px;
	
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	z-index:100;
	
	position:fixed;
	top:0;
	bottom:0;
	
	left:0px;
	
	-webkit-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.2);
	
}

#NavigatorShadowBcg{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.5);
	display:none;
	cursor:pointer;
	
	z-index:9;
}

.topLine{
	background-color:  #23262d;
}

#naviSideTopLine{
	background-color:  #23262d;
	color:white;
	left:0px;
	width:60px;
	top:0;
	position:fixed;
	z-index:100;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	cursor:pointer;
}

#naviSideTopLine:hover{
		background-color:#1b1f23;
	}
	
	
.imageNavibar{
	height:25px;
	width:25px;
	margin-left:auto;
	margin-right:auto;
	
	background-image: url("../customer_panel/images/eyeglasses.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.imageNavibar2{
	height:25px;
	width:25px;
	margin-left:auto;
	margin-right:auto;
	
	background-image: url("../customer_panel/images/hanger0.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.ShortNaviBarDiv{
	line-height:42px;
	width:100%;
	text-align:left;
	
	color: whitesmoke;
	
}

.ShortNaviBarDivElipsis{
	text-align:center;
	width:60px;
}





.topLineNoPanel{
	line-height:70px;
	
}

.WideNaviBarDiv{
	display:none;
}


.NaviButtons{
	color: white;
	margin-top:71px;
	//top:71px;
	height:calc(100vh - 71px);
	//position:fixed;
	//top:71px;
//	width:60px;
	overflow: hidden;
	
}

.NaviButtonsScrollingArea{
	width: 100%;
    height: 100%;
    
	overflow-y: scroll;
	overflow-x: hidden;
	display: inline-block;
	 position: relative;
}

@-moz-document url-prefix() {
  .NaviButtonsScrollingArea {
    width: calc(100% + 18px);
  }
}

.NaviButtonsScrollingArea::-webkit-scrollbar { 
    display: none;  
}


:focus{
    outline: none;
}

/* custom stylings */
.wrapper, .scroll-wrapper {
   position:absolute; 
   right:0px;
   
}
.scroll-wrapper.mac + .scrollBarContainer{
    background-color: transparent;
}
.scrollBarContainer.animate .scroll{
    transition: 2s opacity ease;
    -ms-transition: 2s opacity ease;
    opacity: 0;
}
.scrollBarContainer:hover .scroll{
    opacity: 0.5;
    transition: none;
    -ms-transition: none;
}
.unselectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.scroll{
 
}
.wrapper + .scrollBarContainer{
    background-color: transparent;

}
.scrollBar {
    background-color: white;
    padding-left:5px;
    opacity: 0.5;
}



.spacerNaviBarShort{
	width:100%;
	height:125px;
	background: #23262d;
}

.adminCircleCageSmall{
	background: #23262d; /* Old browsers */
	background: -moz-linear-gradient(top, #23262d 50%, #303540 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #23262d 50%,#303540 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #23262d 50%,#303540 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23262d', endColorstr='#303540',GradientType=0 ); /* IE6-9 */
	
}

.adminCircleSmall{
	
	margin-left:3.5px;
	margin-right:auto;
	height: 45px;
	width:45px;
	
	border-radius:50%;
	
	background-image: url("../images/user.png");
	background-size: 35px 35px;
	background-position: center;
	background-repeat: no-repeat;
	
	background-color:#0076bf;
	border: 4px solid #303540;
}


.NavigatorText{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: source sans pro,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: grey;
	padding-left:10px;
	line-height:42px;
}

.NavigatorTextShort{
	padding-left:15px;
	text-align:left;
}

.navibutton{
	line-height:42px;
	cursor:pointer;
	font-size:14px;
	font-family: source sans pro,sans-serif;
	letter-spacing:1px;
	color: white;
}

.navibutton:hover{
	background-color: #282d36;
}

.priceButton{
	background-color:#23262d;
}

.priceButton:hover{
	background-color:#1b1f23;
}

.ActivePrice{
	color:#ac0001;
}

.naviButtIconShort{
	display: inline-block;
	vertical-align:middle;
	
	width:60px;
	text-align:center;
	position:relative;
}

.naviButtIcon{
	display: inline-block;
	vertical-align:middle;
	
	width:52px;
	text-align:center;
	position:relative;
}

.naviText{
	display: inline-block;
	vertical-align:middle;
	
	width:calc(100% - 84px);
	text-align:left;
	
}

#textContainer{
	display: inline-block;
	vertical-align:middle;
	line-height:54px;
	
	padding-left: 20px;
	width: calc(100% - 74px);
}

.hideMenu{
	line-height:54px;
	
	text-align:center;
	display: inline-block;
	vertical-align:middle;
	width: 54px;
	cursor:pointer;
	
	
	color: #bdbec0;
}



.tittleHome{
	display: inline-block;
	vertical-align:middle;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: source sans pro,sans-serif;
}

#ColoredLetter{
//	background-color: #00a5b4;
//	border-radius: 50%;
	line-height:35px;
	width:35px;
	text-align:center;
	font-size:18px;
	color:#0076bf;
}

#restLetter{
	padding-left:10px;
	font-size:14px;
	font-family: source sans pro,sans-serif;
	color: #bdbec0;
}

#profileInfoNavi{
	background-color:  #23262d;
	text-align:center;
}

.namesTextNavi{
	padding-top:20px;
	font-size: 16px;
	font-family: source sans pro,sans-serif;
}
.emailTextNavi{
	padding-top:10px;
	padding-bottom:20px;
	color:#898a8e;
	font-size: 14px;
	font-family: source sans pro,sans-serif;
}

.adminCircleCage{
	background: #23262d; /* Old browsers */
	background: -moz-linear-gradient(top, #23262d 50%, #303540 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #23262d 50%,#303540 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #23262d 50%,#303540 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23262d', endColorstr='#303540',GradientType=0 ); /* IE6-9 */
}

.adminCircle{
	margin-left:auto;
	margin-right:auto;
	height: 74px;
	width:74px;
	
	border-radius:50%;
	
	background-image: url("../images/user.png");
	background-size: 65px 65px;
	background-position: center;
	background-repeat: no-repeat;
	
	background-color:#0076bf;
	border: 8px solid #303540;
}


.naviButtDirection{
	display: inline-block;
	vertical-align:middle;
	
	width:32px;
	text-align:center;
}

.fa-angle-down{
	transition: transform 0.3s linear;
}

.rot180Direction{
	z-index:0;
	-webkit-transform: rotate(180deg); 
	-moz-transform:    rotate(180deg); 
	-ms-transform:     rotate(180deg); 
	-o-transform:      rotate(180deg);  
}

#overlapNavi0{
	display:none;
}

#overlapNavi1{
	display:none;
}

#overlapNavi2{
	display:none;
}

#overlapNavi3{
	display:none;
}

.miniNavButt{
	padding-left: 52px;
	background-color:#2a2f38;
}

.miniNavButt:hover{
	background-color: #23272e;
}

.naviMinText{
	display: inline-block;
	vertical-align:middle;
	font-family: source sans pro,sans-serif;
	text-align:left;
	width: calc(100% - 50px);
}

.navCounter{
	display: inline-block;
	vertical-align:middle;
	text-align:right;
	width: 40px;
	padding-right:10px;
}

.digitNav{
	background-color:green;
	text-align:center;
	border-radius: 11px;
	padding-top:1px;
	padding-bottom:1px;
	
	padding-left:7px;
	padding-right:6px;
	font-family: source sans pro,sans-serif;

	font-size:14px;
}

@media only screen and (max-width: 1100px) {
	#naviBarSide{
		display:none;
	}
	
}</pre></body></html>