#page {
    padding-top: 60px;
}

#footer{
    text-align:center; 
}

.error_message{
    color: #B94A48;
}

/*mouse over to show bootstrap dropdown menu*/
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block !important;    
}
.dropdown-menu{
    margin-top:-2px !important;
}

#ui-datepicker-div{
    width:212px !important;
     display: none;
}

.search-form .hasDatepicker{
    width:250px !important;
}
#ui-datepicker-div{
     width:255px !important;
}
.ui-dialog-content,#vieworder-dialog{
   overflow: hidden !important;
}
.text-cell-right{
    text-align: right !important;
}
/* end of mouse over to show bootstrap dropdown menu*/
