/**
 *
 * Apply Here your Custom CSS
 *
*/

body {

}
.logo{ 
	
    padding: 29px 5px 37px 10px;
}
.sidebar-menu .logo{
	
    padding: 0px 0px 9px 0px;
}
.form-heading{
	font-size: 20px;
    text-align: center;
    color: blue;
    padding: 5px;
	}
a#pay-now {color: white;
  background-color: #1AE;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 10px;}
a#pay-now:hover{
	background-color: #1A9;
  }
td.well-header-td > a > i {
  font-size: 15px;
  left: 8px;
  }
td.well-header-td > a{top:0px;margin-left:10px;}  
table.ledger td.well-header-td a{background-color:white;}
.lab1{
color:red;
}
.lab2{
color:green;
display: inline-block;
width: 55px;
}
.lab2date{
width: 85px;
}
.icons {
width: 29px;
height: 28px;
display: block;
float: left;
padding: 4px;
margin-right: 8px;
position: relative;
top: -4px;
} 
.radius {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.border-blue {
border: 1px solid #981b1b;
}
.icons i {
font-size: 15px;
position: absolute;
top: 5px;
left: 7px;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} 