﻿/*!
* Created By Clement
* Note this file is where all the custome css must happen.
* Keep the main bootstrap file and other plug in files alone
*/

/*! Datatables Starts */
/*.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #DF691A !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #DF691A  !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next  {
  color: #DF691A  !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled  {
  color: #DF691A  !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled  {
  color: #DF691A  !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button  {
  color: #DF691A  !important;
}*/
/*! Datatables Ends */

.minw50 {
    min-width: 100px !important;
}
.minw100 {
    min-width: 100px !important;
}
.minw200 {
    min-width: 200px !important;
}
.minw300 {
    min-width: 300px !important;
}