@import url(https://fonts.googleapis.com/css?family=Questrial);
body{
	background: #f8f8f8;
	background-image:url('../img/concrete_seamless.png');
	font-family: 'Questrial', sans-serif;
}

.page-header{
	color: #EC1C24;
	border-bottom: 0;
}

.navbar-default{
	border-radius: 0;
	color:white;
	border: 0;
}
.control-label{
	font-weight: normal;
}

.navbar{
	margin-bottom:0;
	background: #6B6969 url('../img/linePattern-36.png');
}
.navbar-header{
	height: 70px;
}

.navbar-default .navbar-brand{
	color:white;
}
#logo{
	height:50px;
}

.panel-default .panel-heading{
	color: black;
	text-align: center;
}

.panel-warning{
	border-color: #927E43;
}

.panel-warning .panel-heading{
	background:  #927E43;
	border-color:  #927E43;
}

.pad{
	padding-left:30px !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: normal;
}

.panel-footer{
	
}

#total{
	display: none;
}

.modal-header{
	padding:0;
	border:0;
	background: white;
}

.input-group-addon{
	min-width: 48px;
}

.panel-repeat .panel-body{
	padding-top: 0;
}

.panel-repeat:first-child .panel-body{
	padding-top: 15px;
}

input.debtFreeDate{
	text-align: center;
}

#total{
	background:white;border:1px solid #dddddd;margin-bottom: 22px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding-top:10px;padding-bottom:10px;
    margin-left:15px;
    margin-right:15px;
}

.interestRate{
	text-align: right;
}

input{
	text-align: right;
}

.panel h4{
	font-size:16px;
}

#total h4{
	font-size: 16px;
}

.panel-body .row, .panel-footer .row{
	margin-bottom:5px;
}

.panel-body .row:last-child, .panel-footer .row:last-child{
	margin-bottom:0px;
}