.login-background{ 
	background: url('../images/login_background.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:1016px;  
}

.background{ 
	background: url('../images/bg.png') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:1016px;  
}


div::-webkit-scrollbar {
	width: 5px;
}
 
div::-webkit-scrollbar-track {
   
}
 
div::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid slategrey;
}

div::-moz-scrollbar {
	width: 5px;
}
 
div::-moz-scrollbar-track {
   
}
 
div::-moz-scrollbar-thumb {
  background-color: white;
  outline: 1px solid slategrey;
}

div::-o-scrollbar {
	width: 5px;
}
 
div::-o-scrollbar-track {
   
}
 
div::-o-scrollbar-thumb {
  background-color: white;
  outline: 1px solid slategrey;
}

div::scrollbar {
	width: 5px;
}
 
div::scrollbar-track {
   
}
 
div::scrollbar-thumb {
  background-color: white;
  outline: 1px solid slategrey;
}


/* end only demo styles */

.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
	position: relative;
	color:#fff;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
	content: "";
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
	background: rebeccapurple;
}

.radio-custom + .radio-custom-label:before {
	border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
	background: #ccc;
}
.ord-cat-span{
	white-space:nowrap;
}
div#dialog_order_type label {
    color: inherit;
}