
.body .container
{
	padding:0px;	
}

.vanish 
{
	display:none !important;
}

body.site
{
	border:none !important;
	padding:0px !important;
}

a.no-padd
{
	padding:0px !important;
}
body
{
	padding:0px;
	/*background-image: url(/emi/templates/emi/images/scrap_bkg.png);*/
	background-repeat:no-repeat;	
	background-size:cover;
}

.ubCommentsCount, .k2UserBlockActions, .ubLogout
{
	display:none;
}

.ubName
{
	position:fixed;
	top:155px;
	left:20px;
}

.k2Avatar img
{
	background-color:black;
}

.ubAvatar
{
	position:fixed;
	top:50px;
	left:5px;
	z-index:99999;
}
.ubAvatar img
{
	width:auto !important;
}

div.itemBody
{
	padding:0px !important;
}

#headerNav
{
	text-align:center;
	margin-top:40px;
	padding:10px 0px;
	background-color:black;
	border-radius:5px;	
}
div#gruemenu.grue_97 {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

.dataTable
{
	border-collapse:collapse;
	width:100%;
	background-color:transparent;
	border-spacing:0;
}

.dataTable th
{
	font-size:12px;
	font-weight:bold;
	padding: 4px 6px 8px 4px;
	text-align:left;
	background-color:#f2faf2;
	color:black;
	border: none !important;	
}

.dataTable tr:nth-child(2n)
{
	background-color:#dddddd;
}

/* bin lables */

.binLabel
{
	padding:20px; 
	float:left; 
	border:2px solid black;
	//display:inline;
	margin:5px 5px;
	width:60px;
	height:20px;
}


#submit
{
	margin:5px; 
	padding:20px 10px;
	text-align:center;
	float:right;
	margin-right:20px;	
	
	color: #494949 !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #ffffff;
	border: 4px solid #494949 !important;
	display: inline-block;
	transition: all 0.4s ease 0s;
	border-radius: 10px;
}

#submit.submit
{
	color: #ffffff !important;
	background: #4CAF50;
	border-color: #4CAF50 !important;
	transition: all 0.4s ease 0s;
	font-weight:bold;	
}
.bin-checked
{
	color: #ffffff !important;
	background: grey;
	border-color: black !important;
	transition: all 0.4s ease 0s;
	font-weight:bold;
	border:2px solid black;		
}

.binCheckBox
{
	display:none;
}

#binForm p
{
	text-align:center;
	font-weight:bold;
}

.result
{ 
	text-align:center;
	margin-top:10px;
	margin-bottom:50px;
}


/*mobile footer menu */
#footerMenu
{

	position:fixed;
	bottom:0px;
	width:100%;
	margin-bottom:0px;
	background-color:black;
	display:none;
	z-index:5000;
	height:100px;
	
}
#footerMenu li
{
	float:left;
	width:20%;
	background-color:black;
	text-align:center;
}
#footerMenu li a 
{
	padding-top:15px;
	padding-bottom:30px;
	color:#FFFFFF;
}
#footerMenu li a span
{
	display:block;
}
#footerMenu li a:hover
{
	background-color:black;
	font-weight:bold;
	color:white;
}

select
{
	width:180px;
}

 .col1
 {
 	display:inline-block;
 	width:50px;
 	font-weight:bold;
 }
 
.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding:8px;
  position: fixed;
  top:200px;
  left:20px;
  display: inline-block;
  border-radius: 20px;
  border:2px solid white;
}

.notification:hover {
  background: red;
}

.notification .badge {
  position: absolute;
  top: -10px;
  right: -15px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: yellow;
  color: black;
}

/*mobile footer on editform pages*/
#editFooter
{
	position:fixed;
	bottom:0px; 
	background:black; 
	z-index:5000; 
	height:40px;
	width:100%;
	margin:auto;
	text-align:center;
}

#footerButtonCancel
{
	padding:20px;
	background-image:url("/images/ico/red-x-circle.png");
	background-size:contain;
	background-repeat:no-repeat;
	margin:auto;
	padding-top:10px;
}

#footerButtonSave
{
	position:absolute;
	right:50px;
	bottom:10px;
	padding:20px;
	z-index:5001;
	background-image:url("/images/ico/checkmark.png");
	background-size:contain;
	background-repeat:no-repeat;

}

#footerButtonSaveBack
{
	position:absolute;
	left:50px;
	bottom:10px;
	padding:20px;
	z-index:5001;
	background-image:url("/images/ico/back-save.png");
	background-size:contain;
	background-repeat:no-repeat;

}

.row-fluid .span3
{
	width:15%;
}

#sidebar li
{
	background-color:black; 
	color:white;
	font-weight:bold;
	margin:5px 0px;	
	text-align:center;	
} 
#sidebar li a 
{
	color:white;	
	padding:10px 30px;
	border:2px solid black;
}
#sidebar li a:hover
{
	background-color:grey;	
}
.sidebar-nav
{
	padding-top:20px;
	position:fixed;
}

@media only screen and (max-width: 720px)
{
	.ubAvatar
	{
		top:5px;
		right:60px;
		left:unset;
	}
	
	div.k2UserBlock div.k2UserBlockDetails span.ubName, #sidebar
	{
		display:none;	
	}
	
	.ubAvatar img
	{
		width:50px !important;
	}
	#headerNav
  	{
	  	position:fixed;
	  	top:0px;
	   	width:100%;
	  	height:40px;
	  	margin-top:0px;
	  	border:2px solid black;
	  	z-index:999;
	  	background-color:black;
	  	margin-bottom:60px;
	}
	#headerNav img 
	{
	  	height:40px;
	}
	 
	#k2Container
	{
		margin-top:45px;
		margin-bottom:80px;
	}
	
  #footerMenu 
  {
    visibility: visible;
    display:block;  
  }
  
  .login
  {
  	margin-top:80px;
  }
  
  #binMoveHeader
  {
  	position:fixed;
  	width:100%;
  	top:64px;
  	background-color:white;
  	border-bottom:2px solid black;
  	border-top:2px solid black;
  	padding:10px;
  	
  }
  

  .result
	{ 
		margin:auto;
		margin-top:150px;
		width:350px;
	}
	
	.notification
	{
		position:fixed;
		top:10px;
		left:10px;
		z-index:1000;
		background-color: none;
	}
  
  
  
}