.example tr th{width:auto !important}
.tabsContainer{width: 100%; border: 1px solid #d9d9d9; float: left; background: #fff; border-radius: 0 5px 5px; padding: 15px; margin-top: 40px;    border-radius: 5px!important; margin-bottom: 10px; margin-top: 5px !important}
.scrollDiv .slide_tab{overflow:scroll;overflow:auto}
.editEmply{border:1px solid #e0e0e0;margin:0}
.editEmply tr td{ vertical-align:middle}
.editEmply tr td:nth-child(odd){background:#f3f3f3}
textarea{resize:none}
.glb-mw-lg{width:990px}
.whSpace{ white-space:nowrap}

/* Success */
.glb-alert-success{max-width:750px;margin:0 auto;right:0;left:0;padding:10px;font-size:14px;-webkit-box-shadow:3px 4px 3px -1px rgba(38,41,42,0.10);-moz-box-shadow:3px 4px 3px -1px rgba(38,41,42,0.10);box-shadow:3px 4px 3px -1px rgba(38,41,42,0.10);border-radius:3px;top:57px;border:1px solid #6c9e31;background:#dff1d7}
.glb-alert-success> span.pop{ width:90%;float:left;font-size:inherit;color:#222;padding:0}
.glb-alert-success> span.close_pop{color:#222;padding:6px 0 0;font-size:10px;float:right}
.tick{float:left;background:#6c9e31;margin:-10px 10px -10px -10px;padding:10px;color:#fff}

/* Error */
.glb-alert-error{border:1px solid #f44336;background:#f4e4e4}
.glb-alert-error .tick{background:#f44336;}
/* Warning */
.glb-alert-warning{border:1px solid #ffc107;background:#fcf8e5 !important}
.glb-alert-warning .tick{background:#ffc107;}

.filterTb{    max-width: 400px;
    margin: 0 auto;}
.filterTb>tbody>tr>td{ border:0; vertical-align:middle}
.filterTb>tbody>tr>td:first-child{ width:8%}

.filterCS{    max-width: 700px;
    margin: 0 auto;}
.filterCS>tbody>tr>td{ border:0; vertical-align:middle}
.filterCS>tbody>tr>td:first-child{ width:8%}


/*New code*/

.buttonsGroup{ background: #fff; margin-top: -14px;    padding: 15px 0;}
.buttonsGroup button{  border-radius: 100px; text-transform: capitalize;  padding: 5px 17px; min-width: 122px; background:#fff; border: 1px solid #dcdcdc; margin: 3px 3px; transition:0.4s ease-in}
.buttonsGroup button.btn-primary{ background: #2196f3;} 
.buttonsGroup .btn:focus{    color: #2196f3;}
.buttonsGroup .btn:hover{color: #2196f3; background:none; border-color: #2196f3;}
.infoI{ margin-left:10px;border-radius:100px; line-height:11px;background: #daf1fd; text-transform: lowercase; border:1px solid #429ed6; color:#429ed6;  display: inline-block;font-size: 11px; width: 14px; height: 14px;}
.rotatedown{ transform: rotate(-90deg);  margin-left: 10px; display: inline-block;font-size: 12px;}
.hdForm{ padding: 20px 0;}
.hdForm select{ min-width: 240px; margin-left: 10px}
.hdForm label, .hdForm select{ display: inline-block;    width: auto; font-weight: normal}
.radiusContainer{ background: #fff; padding: 7px; border-radius: 3px; box-shadow: 1px 1px 10px #ccc; overflow: hidden} 
.example th{ background: #eee;    border-bottom: none!important; white-space: nowrap; }
.scrollDiv .slide_tab{ overflow:auto}
.main-body {  min-width: 1024px!important; }
.example>tbody>tr:hover { background-color: #fffbe1; }
.example.dataTable th:first-child, .example tr td:first-child { text-align: center }
.radiusContainer  .dataTables_info{margin-top: 10px;}
table.dataTable tbody th, table.dataTable tbody td { padding: 14px 10px; }
.glb-mw-lg { width: 990px; }
 
/* Success */
.overlay{ position: fixed;bottom: 0; top: 0; right: 0; z-index: 9999; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; display: none;}
.customMessage{ display: none;color: #777; text-align: left; width:470px;position: absolute; bottom:10%; left: 50px; background: #fff; border-radius: 7px;
   border-left: 5px solid #4caf50; padding:15px;box-shadow: 0px 0px 20px #000;border-left: 7px solid #4caf50;}
.customMessage h3{ font-size: 20px; color: #000;margin-bottom: 2px;  margin-top: 0;}
.customMessage p{ color:#777}
.successIcon{ width: 40px; height:40px;  margin-right: 15px; background: #4caf50; display: inline-block; border-radius: 100%; font-size: 25px; text-align: center; color: #fff;margin-top: 4px;}  
.successIcon i{ margin-top: 7px; display: inline-block}
.close1{ cursor: pointer; text-align: right!important;line-height: 35px; font-size:25px;margin-top: 4px;font-style: normal;}
 
 
  
  /* Hide the browser's default checkbox */
  .cutomCheck{ margin: auto}
  .cutomCheck input { position: absolute;  opacity: 0; cursor: pointer;  height: 0;  width: 0;  }
  
  /* Create a custom checkbox */
  .checkmark { vertical-align: middle; position: relative;    display: inline-block; cursor: pointer; top: 0; left: 0; height: 15px; width: 15px;background-color: #eee;border-radius: 4px;border: 1px solid #ccc;  } 
 
  /* When the checkbox is checked, add a blue background */
  .cutomCheck input:checked ~ .checkmark { background-color: #2196F3;border-color: #2196F3;  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after { content: ""; position: absolute; display: none; }
  
  /* Show the checkmark when checked */
  .cutomCheck input:checked ~ .checkmark:after { display: block; }
  
  /* Style the checkmark/indicator */
  .cutomCheck .checkmark:after { left: 4px; top: 0px;  width: 5px;  height: 10px;  border: solid #fff;  border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);  }
