﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
   
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 400px;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th
 {
    
  background-color: #f5f5f5;
 

}

.ui-datepicker-next{
    color:black !important;

}

.ui-icon
{
    color:black !important;
}

dt {color:#B94A48;
    font-weight:bold;
    height:30px !important;
    display:block;
}
dd {
    color:#B94A48;
    font-size:18px;
    height:30px !important;
    display:block;
}
