/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -75px;
  /* Pad bottom by footer height */
  padding: 0 0 30px;
}

#content {
    padding-top: 100px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 50px;
  background-color: #007053;
}





.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}

.editor-datetime-month,.editor-datetime-year, .editor-datetime-label {
    color: black;
}

.center{
  text-align:center;
} 

.right {
    text-align: right;
}
.my_button_space_class{
  margin-right :5px;
 } 