.dataTables_scrollBody {
   max-height: 100% !important;
}
.dataTables_scrollBody {
    overflow-y: hidden !important;
}
table.dataTable thead th, table.dataTable thead td {
    
    font-size: 14px;
}
#one {
    padding: 1em 15px 4em 15px !important;
}
.dataTables_wrapper .dataTables_length select {
    margin: -7px 4px 6px 4px;
    text-align: center !important;
    padding: 0px 8px 0px 8px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
   color: #333 !important; 
    border: 1px solid #979797;
   background: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
   
    padding: .1em 1em !important;
   
}

td {
    font-size: 13px;
}
select {
    width: 100%;
    border: 1px solid #c1bdbd;
    border-radius: 5px;
}
label {
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
    padding-top: 4em;
    font-weight: 500;
    display: flex;
    margin-bottom: .5rem;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 6px;
    background-color: transparent;
    margin-left: 3px;
    margin-top: -9px;
}
.form_label{
        padding-top: 0;
            font-size: 13px;
}
td {
    font-size: 13px;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
   
    color: #0c0c0c !important;
    border: 1px solid #3a3e92;
   font-weight: 600;
    height: 3.5em;
    line-height: 3.65em;
    padding: 0px 1.25em !important;
    text-transform: capitalize;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button:hover {
    background-color: #3a3e92 !important;
    color: white !important;
}
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 111111; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 18px;
    border: 1px solid #888;
    width: 45%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
    background: none;
    border-color: whitesmoke;
    border: 1px solid #eceaea;
    border-radius: 5px;
}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
    color: #ffffff !important;
    padding: 0px !important;
    margin: 0;
    width: 100%;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
#one {
    padding: 2em 0 4em 0;
}
tr {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
a#myBtn {
    font-size: 11px;
   font-family: 'Raleway', sans-serif;
}

.dataTables_wrapper .dataTables_info {
   padding-top: 1em;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}
div#example_paginate {
     font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding-top: 1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
   
    border: 1px solid #979797;
   
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
   
    padding: .1em 1em !important;
   
}
.success_msg {
    text-align: center;
    color: green;
   font-size: 16px;
}