body{
	padding:30px 0 30px 0;
	font-family:verdana;
	background:#0d2a65;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
}
.input{
	border:none;
}
.form-control{
	border-radius:0px;
}
.table>tbody>tr>td{
	padding:0 !important;
}

.col-total,.col-qty,.col-total2,.col-price {
	min-width: 100px;
}

.col-names {
	width: 40%;
}
.col-labour {
	width: 60%;
}



.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {

	border-top: 0px solid #ddd;
}



#maincontainer{
	background: #fff;
	padding-top:20px;


}

.row{
	margin-bottom:10px;
}

.btn {
	font-weight: 700;
	height: 36px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: default;
}


.fblue{
	color:#456FC8;
}
.fgreen{
	color:#04a8a1;
}

.fbold{
	font-weight:700;
}

.headerdetails{
	font-size:13px;
}


h1{
	margin:0 0 20px 0;
}

.formtype{
	font-size: 36px;
	margin-bottom: 10px;
}



p{font-size:16px;}








.card-container.card {
	width: 350px;
	padding: 40px 40px;
}



/*
* Card component
*/
.card {
	background-color: #fff;
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 50px;
	/* shadows and rounded borders */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {

	margin: 0 auto 10px;
	display: block;

}

/*
* Form styles
*/
.profile-name-card {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 0;
	min-height: 1em;
}

.reauth-email {
	display: block;
	color: #404040;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
	direction: ltr;
	height: 44px;
	font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	border-color: rgb(104, 145, 162);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
	/*background-color: #4d90fe; */
	background-color: rgb(104, 145, 162);
	/* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	height: 36px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-o-transition: all 0.218s;
	-moz-transition: all 0.218s;
	-webkit-transition: all 0.218s;
	transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
	background-color: rgb(12, 97, 33);
}

.forgot-password {
	color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
	color: rgb(12, 97, 33);
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	table.wagecalculator, table.wagecalculator input{
		font-size:12px;
	}
	.col-total, .col-qty, .col-total2, .col-price {
		min-width: 55px;
	}
}

















/* Extra Small */
@media (min-width: 481px) and (max-width: 767px){
	table.wagecalculator, table.wagecalculator input{
		font-size:11px;
	}
	.col-total, .col-qty, .col-total2, .col-price {
		min-width: 60px;
	}
	.headerdetails{
		font-size:9px;
	}

}

/* Small */
@media(min-width: 768px) and (max-width: 991px){
	table.wagecalculator, table.wagecalculator input{
		font-size:12px;
	}
	.col-total, .col-qty, .col-total2, .col-price {
		min-width: 60px;
	}

	#maincontainer {
		width: 100%;

	}
	.headerdetails{
		font-size:12px;
	}
	body{
		padding:20px;
	}

}

/* Medium */
@media(min-width: 992px) and (max-width: 1199px){

}

/* Large */
@media(min-width: 1200px){
	#maincontainer{
		padding: 10px 30px;
	}
}

