html,body {
    height: 100%;
    background-image:url('../images/bg_dots.png');
}
#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
#footer {
    height: 60px;
    background-color: #e5e5e5;
}
.text-muted {
    color: #000;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}
.push{
    margin-left:5px;
}
.checkTotalColor{
    font-weight:bold !important;
    background-color:#ccffcc !important;
}
.center{
    text-align:center;
}
#submit{
    float:right;
    background-color: #99bfe6;
}
.error{
    color:#ff3333;
    font-size: small;
    font-family: 'trebuchet ms', verdana, arial;
}
.tablesorter thead th{
    text-align: center !important;
}
.tablesorter tbody {
    text-align: left !important; 
}
.tablesorter tfoot th .right{
    text-align: right !important;
}
.tablesorter td{
    vertical-align:initial !important;
}
.input{
    margin:0;
    font-style:italic;
    font-weight:bold;
    width: 100%;
}
.push_right{
    text-align:right;
}
.no-link-style{
    text-decoration: none !important;
    color:#fff !important;
}