.nav-tabs-custom>.tab-content{
	overflow: hidden;
}
.btn-space {
    margin-right: 5px !important;
}
.box-footer{
	display: block ;
	clear: both !important;
}
#paysummaries{
	width: 100%;
}
.modal-body{
	max-height: calc(100vh - 200px);
    overflow-y: auto;
}
#paysummaries input, #tblLoan input{
	text-align: right; 
}
#paysummaries input.redtext{

    color: #FF0000 !important; 
}

.redtext{
	font-weight: bold;
	color:#ff0000 !important;
}

.additionalinfo{
	margin: 1%;
}
td.infoLabel{
	width: 12%;
	background-color: #ccc;
}
#outstandingloan{
	margin-top: 50px;
}
#outstandingloan input, #outstandingloan td, #outstandingloan th{
	text-align: right;
}
.withoutentitlement, .withentitlement{
	display:block;
	margin: 20px 0;
	font-size:16px;
	font-weight:bold;
}
.lblrequired{
	color: #b22222 !important;
}

div.scrollmenu {
	background-color: transparent;
	overflow: auto;
	white-space: nowrap;
}

div.scrollmenu a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

div.scrollmenu a:hover {
	background-color: #777;
}

.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10000000 !important;
}

.rotate {
  /* Something you can count on */
  height: 50px;
  white-space: nowrap;
}

.rotate > div {
  transform: 
    /* Magic Numbers */
    /* 45 is really 360 - 45 */
    rotate(300deg);
  width: 30px;
}
.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}