.header{
	border-bottom: 1px solid #aaa;
	padding: 13px;
}
.disclaimer{
	padding:5px;
}
.timebox-content{
	border: 1px solid;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
}

.app-container{
	border: 1px solid;
	border-radius: 6px;
	background: white;
}

.app-title h4{
	padding:5px;
	font-weight: bold;
}

.content-box{
	padding:5px;
}
.content-box .box-header{
	background: #c3b8b8;
	color:#0F5FA9;
	font-size: 19px;
	font-weight: bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.content-box .box-content{
	padding:5px 0px 5px 0px;
	background: #eeeeee;
}

.content-box .box-footer{
	background: #c3b8b8;
	color:#0F5FA9;
	font-size: 14px;
	font-weight: bold;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px;
	text-align: right;
}

.inner-box .box-header{
	font-size: 14px !important;
}

.cc-input-field{
	width:100%;
	height: 25px;
}

.box-content .box-row{
	clear: both;
	padding-top: 3px;
}

.cc-required{
	color:red;
}

.docrow{
	padding:10px 0px 20px 0px;
}
select{
	height: 25px;
}


#add_ops,#add_docs{
	background: #0c9003;
	color: white;
	border: 1px;
	border-radius: 5px;
}
#calc-calculate{
	border-radius: 5px;
    background: #0c9003;
    padding: 5px 25px 5px 25px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid black;
    color: white;
}

.error{
	color:red;
}

/*Calculator*/

.col1{
	font-weight: bold;
	width: 17%;
	float: left;
	text-align: right
}

.col2{
	width: 80%;
	float: left;
	padding-left: 10px;
	text-align: left;
}

.no-margins{
	margin: 0px !important;
    padding: 0px !important;
}

.calc-input-row{
	min-height: 30px;
}

.calc-data{
	background: white;
	/*border: 1px solid gray;*/
	color:blue;
}

.calc_applynow{
	border: 1px solid black;
    color: white;
    background: #b13362;
    padding: 10px 22px 10px 26px;
    font-weight: bold;
    margin-left: 38px;
}