@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	padding-top: 30px;
	padding-bottom: 30px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	background-color: #edecec;
}
h2 {
	margin-bottom: 0px;
	line-height: 20px;
}
table {
	font-size: 12px;
}
tr {
	cursor: pointer;
}
.page-header {
	border-color: #cecece;
}
.label {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}

	/* Fader & Loader */
.fader {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}
.loader {
	display: none;
	position: fixed;
	top: 30%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
	z-index: 9999;
	padding: 20px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	border-radius: 5px;
	
}
.loader-text {
	font-size:12px;
	font-weight: bold;
	padding-top: 10px;
	display: block
}
.modal-content {
	padding: 10px;
}
.ui-autocomplete-loading { 
	background:url('Img/input-loading.gif') no-repeat right center;
	margin-right: 5px;
}

	.label-col-1 {
		display: inline-block;
		width: 100px;
		vertical-align: top;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.label-col-2 {
		display: inline-block;
		width: 200px;
		vertical-align: top;
		margin-bottom: 5px;
		font-weight: 600;
	}
	.color-box {
		display: inline-block;
		width: calc(25% - 11px);
		width: -moz-calc(25% - 11px);
		width: -webkit-calc(25% - 11px);
		font-weight: 300;
		font-family: 'Open Sans', sans-serif;
		font-size:14px;
		padding: 20px;
		text-transform: uppercase;
		margin-right: 10px;
	}
	.color-box:last-of-type {
		width: -webkit-calc(25% - 9px);
		width: -moz-calc(25% - 9px);
		width: -webkit-calc(25% - 9px);
		margin: 0;
	}
	.color-box span {
		display: block;
		font-size: 26px;
		letter-spacing: -1px;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 5px
	}
	.create-customer > div > input {
		width: 50%;
	}
	#my-account-balance div span, #payment div span {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#my-account-info div .label-col-2 {
		font-weight: 400;
	}
	#datepicker {
		padding-left: 16px;
	}

	/* Main container */
	.main-container {
		position:relative;
		margin-top: 70px;
		margin: auto;
		width: 80%;
	}
	.badge-notify{
   background:red;
   position:relative;
   top: -10px;
   left: -25px;
	}

	/* Header */
	.header h1 {
		margin: 0;
		font-size: 22px;
		font-family:Roboto,sans-serif;
	}
	.header p {
		font-family:Roboto,sans-serif;
		color: #9c9c9c;
	}
	#GRbox {
		display: none;
	}