.nav-tabs {
	margin-bottom: 15px;
}

/**
 * Login
 */
#login {
	background-color: #ddd;
	color: #fff
}

	#login-wrapper {
		max-width: 460px;
		margin: 0 auto;
		margin-top: 40px
	}

	#login-content {
		color: #222;
		padding: 42px 48px;
		background: #fff;
		border-radius: 3px;
		margin-top: 15px
	}


.red {
	color: #ff0000;
}
.green {
	color: #00ff00;
}

.form-control.title {
	font-weight: bold;
}

.row_total {
	font-weight: bold;
	text-align: right;
	width: 100px;
	display: block;
}

.grand_total {
	font-weight: bold;
	text-align: right;
	display: block;
}

.total_row {
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 50px;
}


 /**
  * Dropzone
  */
.dropzone, .dropzone-wrapper {
	position: relative;
	background: #fcfcfc;
	border: dashed 1px #ddd;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 25px
}

.dropzone .dz-message, .dropzone-wrapper .dz-message {
	width: 190px;
	opacity: .5;
	margin: 0 auto;
	text-align: center
}

.dropzone .dz-message span, .dropzone-wrapper .dz-message span {
	display: block;
}

.dropzone .progress, .dropzone-wrapper .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	display: none;
	width: 100%;
	margin-left: 0;
	margin-bottom: 0;
	top: 0
}

.dz-preview {
	display: none
}
