@font-face {		 
   font-family: 'NettoWeb-Bold';
   src: url(fonts/NettoWeb-Bold.woff) format('woff');
}

@font-face {		 
   font-family: 'NettoWeb-Black';
   src: url(fonts/NettoWeb-Black.woff) format('woff');
}

@font-face {		 
   font-family: 'NettoWeb';
   src: url(fonts/NettoWeb.woff) format('woff');
}

.open .dropdown-menu{display:block;}

.btn-default {
	line-height: 10px;
}

.btn {
}

.form-control {
	height: 35px;
}


body {
	font-family: NettoWeb-Bold, NettoWeb, Helvetica, Arial, sans-serif;
	
	background-color:#000000;
	
	background: url("https://box.shooiq.com/api/v2.6/rest/mail/image/retailBackdrop") no-repeat center bottom fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.selection-color {
	color: rgba(129,168,0, 1);
}



.header {
	color: white;
	background-color: #3a3f44;
		
	border: 1px solid rgba(0, 0, 0, 0.6);
 	border-top-color: rgba(0, 0, 0, 0.6);
  	border-top-style: solid;
  	border-top-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.6);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgba(0, 0, 0, 0.6);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.6);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

.loginFrame{
	
	background-color: #ffffff;
    box-shadow: 5px 5px 10px #00000080;
	
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.6);
 	border-top-color: rgba(0, 0, 0, 0.6);
  	border-top-style: solid;
  	border-top-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.6);
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: rgba(0, 0, 0, 0.6);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.6);
	border-left-style: solid;
	border-left-width: 1px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}


.nav {
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

.label-header {
	font-size: 30px;
}

.label-description {
	font-size: 12px;
}