
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 50%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}
#customers tr:hover {background-color: #ddd;}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #b10069;
    color: white;
}
.clearfix {
  clear: both;
  padding: 0 10px;
}
.uploadButton {
  display: inline-block;
  border: 1px solid #c2c2c2;
  background: #ededed;
  color: #444;
  font-size: 15px;
  padding: 2px 18px 2px 12px;
  border-radius: 3px;
  cursor: pointer;
}
.hide-button {
float: right;
  margin-top: -13px;
  font-size: 11px;
  font-family: helvetica;
  font-size: initial;
  color: tray;
  display: block;
  color: black;
}
.imagelist:hover .hide-button {
  display: block;
  color:red;
}
.imagelists:hover .hide-button {
  display: block;
}
#resultdiv {
    margin-top: 30px;
}
#resultdiv .imagelist {
    border: 1px solid #eee;
    height: 95px;
    margin: 0 2px;
    padding: 10px;
    text-align: center;
}
#resultdiv img {
    height: 100%;
    object-fit: cover;
}

/* style for manage options */

* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 20%;
    height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}
.image-div h5 {
  font-size: 16px;
}
.image-div {
  position: relative;
}
table.dataTable.no-footer {
  border: 1px solid #e5e5e5 !important; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #e5e5e5 !important;
  padding: 10px 18px;
}
h2.wp-heading-inline.mntitle1{
  float: left;
  font-size: 23px;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
  padding: 9px 0 4px;
}
.blue-button {
  background: #1ba5d7 none repeat scroll 0 0;
  border-color: #1ba5d7;
}
.blue-button:hover {
  background: #108ebc none repeat scroll 0 0;
  border-color: #1ba5d7;
}
.form-inline.addnew-post {
  float: left;
  margin-left: 10px;
  padding: 12px 10px;
}
.addnew-post .form-control, .addnew-post .btn-primary {
  height: 30px;
  padding: 3px 10px;
}
.addnew-post label {
  font-weight: 500;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 3px 6px !important;
  text-align: center;
  text-decoration: none !important;
}
.form-group > label {
  font-weight: 400;
}
#wpcontent, #wpfooter {
  background: #f1f1f1 none repeat scroll 0 0;
  margin-left: 160px;
}
.m-md-top{margin-top: 12px;}
.form-control {
  height: 29px !important;
}
.padding-0{padding: 0px;}
.al-right .fallback {
  border-bottom: 1px solid #eee;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 7px 10px 3px;
  text-align: center;
}
.al-right {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  clear: both;
  margin-bottom: 20px;
}
.al-right::after {
  clear: both;
  content: "";
  display: block;
}
.al-right .fallback > label {
  color: #0073aa;
  text-decoration: underline;
}
.al-right #resultdiv {
  margin: 0;
}
#resultdiv .imagelist {
  border: 1px solid #eee;
  height: 95px;
  margin: 11px 0;
  padding: 10px;
  text-align: center;
}
.m-md-btm{margin-bottom: 20px;}
.closeimage {
  color: #f00;
}
