


/*Bootstrap override*/
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #A9CD7F;
}

.bootstrap_date {
   width: 108px
}


/*fix for date picker*/
.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    background-color: #e9e7d5;
}


textarea.form-control {
   height: 200px;
}

/*.widget-HomePageSlider .slider-loader-hide {*/
    /*position: fixed;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*z-index: 10000;*/
    /*background: white;*/
/*}*/


.scroll_tab {
    width: auto;
    height: auto;
    overflow: scroll;
}


.action_window{
    border:0px solid #ccc;
}
