
table.dataTable thead th, table.dataTable thead td {
   
    font-size: 14px;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    background-color: aliceblue !important;
}
input[type="checkbox"], input[type="radio"] {
    appearance: auto;
   
    opacity: 1;
    width: 92%;
    z-index: 99;
    background-color: #f0f8ff00 !important;
    height: 39px;
    position: relative;
    top: 0px;
    bottom: 0px;
    padding: 0;
    margin: 0;
}
select {
    width: 100% !important;
    border: 1px solid #c1bdbd;
    border-radius: 5px;
}
select:hover {
    border: 1px solid;
    box-shadow: 0px 0px 0px 0px;
    background: white;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    font-size: 11px;
    color: #252121;
    font-weight: 500;
}

.table thead th {
    vertical-align: top;
   
}
.table th {
     color: #252121;
     font-weight: 500;
}
th.d1 {
    background-color: bisque;
}

td.d1 {
     background-color: bisque!important;
   
}
td.ue {
    
  
    background-color: white !important;
   
}
td.me {
    
   
    background-color: white !important;
   
}
td.wl {
     background-color: white !important;
    
}
th.d2 {
    background-color: #b9d2ba;
}

   
    
td.d2 {
      background-color: #b9d2ba;
   
}

th.du {
    background-color: #ffb90675;
}
td.du {
    background-color: #ffb90675;
    
}
td.ue {
    background-color: #f3b499 !important;
}
th.ue {
    background-color: #f3b499 !important;
}
td.me {
    background-color: #f5c71a !important;
}
th.me {
    background-color: #f5c71a !important;
}
th.wl {
    background-color: #cd5c5c !important;
}
td.wl {
    background-color: #cd5c5c !important;
}
th.day {
    background-color: lightgray;
}
th.date {
    background-color: lightgray;
}
td.date {
    background-color: lightgray;
}
.dataTables_scrollBody {
    max-height: 100% !important;
}
.dataTables_scrollBody {
    overflow-y: hidden !important;
}
#one {
    padding: 0em 0 4em 0;
}tr {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
a#myBtn {
    font-size: 11px;
   font-family: 'Raleway', sans-serif;
}
label {
    
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    padding-top: 2em;
}
.dataTables_wrapper .dataTables_info {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding-top: 1em;
}
div#example_paginate {
     font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding-top: 1em;
}
body {font-family: Arial, Helvetica, sans-serif;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* 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: 53%;
    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%;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button:hover {
    background-color: #3a3e92 !important;
    color: white !important;
}
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: 1;
   
    text-transform: capitalize;
}
/* 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;
}
#close-btn{
    background-color: #fff;
    color: #000 !important;
}

#close-btn{
    
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.8em;
    font-weight: 700;
    height: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    padding: 0;
}
.paging-nav {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 1em;
}
.paging-nav a:hover {
    background: #3a3e92;
    color: white;
    border: 1px solid white;
}
.paging-nav a {
    margin: auto 1px;
    text-decoration: none;
    display: inline-block;
    padding: 3px 10px;
    background: white;
    color: black;
    border-radius: 3px;
    border: 1px solid;
}
.paging-nav .selected-page {
  background: #187ed5;
  font-weight: bold;
}

.paging-nav,
#tableData {
  width: 400px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.paging-nav .selected-page {
    background: #353591 !important;
    font-weight: bold;
    color: white;
}
.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;
   
}
.dataTables_wrapper .dataTables_length select {
    margin: -7px 4px 6px 4px;
    text-align: center !important;
    padding: 0px 8px 0px 8px;
}
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 !important;
            font-size: 13px;
}
td {
    font-size: 13px;
}
select {
    width: 100%;
    border: 1px solid #c1bdbd;
    border-radius: 5px;
}