/*
Theme Name:   Chelsea Hall Child Theme
Description:  Child theme by Zingapps
Author:       Zeeshan Ali
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  chelsea-hall-child-theme
*/

/* Write here your own personal stylesheet */


/* Style the tab */
	#wpcontent {
    height: 100%;
    padding-left: 20px;
    background:#f1f1f1;
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 45%;
  height: 600px;
	padding: 10px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 3.85em !important;
    width: 301px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
   
    padding: initial !important;}

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

/* 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;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50px !important;
  
}
.wpcl p {
    margin: 0px !important;
}
.wpcl #list-table td {
    padding: 5px !important;
}	
/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 55%;
  border-left: none;
  height: auto;
}
	.tab{display:block;overflow-y:auto;height:600px;}
	tr.tablinks {
    cursor: pointer;
}
	tr.tablinks:hover{background:#ccc;color:#000;}

