/* TABLES*/
/* ALL TABLES */
#submissions-table, #log-options-table {
	margin-bottom: 10px;
}
#submissions-table th, #log-options-table th {
	border-right: 1px solid black;
	background-color:#ccc;
}
#submissions-table tr:nth-child(odd), #log-options-table tr:nth-child(odd) {
	background-color:#fff;
}
#submissions-table tr:nth-child(even), #log-options-table tr:nth-child(even) {
	background-color:#eee;
}
/* END ALL TABLES */
/* SUBMISSIONS TABLE */
#submissions-table {
	margin-top: 10px !important;
	margin-right: 20px !important;
}
.submissions-table-wrapper {
	overflow: auto !important;
	width: 100%;
}
/* END SUBMISSIONS TABLE */
/* LOG OPTIONS TABLE */
#log-options-table {
	
}
#log-options-table.scroll tbody {
    height: 300px;
}
#log-options-table.scroll tr th {
    /* height: 30px; */
    /* line-height: 30px; */
    /* text-align: left; */
}
#log-options-table.scroll td, thead th {
    /* width: 20%; */ /* Optional */
    /* border-right: 1px solid black; */
    /* white-space: nowrap; */
}
#log-options-table.scroll td:last-child, thead th:last-child {
    border-right: none;
}
/* END LOG OPTIONS TABLE */
/* SCROLLING TABLE */

.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
	/* border-top: 2px solid black; */
}

.scroll tbody, .scroll thead { 
	display: block !important;
}

.scroll tbody {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
/* END SCROLLING TABLE */
/* END TABLES*/
.submission-edit-form {
	width:100px;
}
.options-div, .submission-details-div, .submission-edit-form-div {
	background-color: #ffffff !important;
	border: 1px solid black !important;
	padding: 20px;
	border-top: 0px !important;
}
.options-top-panel{
	background-color: #aaa !important;
	border: 1px solid black !important;
	height: 50px;
	margin-top: 10px !important;
}
.options-top-panel h1{
	position: relative;
	left: 20px;
	font-size: 20px;
	color: #eee;
}
.options-div-wrapper {
	
}
.options-div h1 {
	margin-top: 0px;
}
.options-div  .form-table{
	background-color: #eee;
	margin-left: 0px !important;
	border: 1px solid #ccc;
}
.options-div  .form-table th{
	padding-left: 20px !important;
}
.options-div .submit {
	padding-bottom: 0px;
}
.options-page-wrapper {

}
.export-div, .delete-all-div {
	background-color: #f3f3f3 !important;
	padding: 10px;
	margin-top: 10px;
}
.email-div {
	background-color: #f3f3f3 !important;
	padding: 10px;
	margin-bottom: 10px;
}
section {
	width: 100%;
	margin: 0px;
}
.right {
	width: 50%;
	float: left;
	text-align: right;
}
.left {
	width: 50%;
	float: left;
}
.options-top-panel .right{
	padding-top: 10px;
}
.options-top-panel .left{
	padding-top: 4px;
}
.hide-button {
	position: relative;
	right: 20px;
	float: right;
}
input[type=submit] {
	cursor:pointer;
	height: 20px;
	font-size: 13px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background: #00a0d2;
	border-color: #0073aa;
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	color: #fff;
	text-decoration: none;
}
/* PAGINATION */
.pagination {
	
}
.pagination .page-numbers, .pagination .current {
	color: #5B5B5B;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}
.pagination .page-numbers {
	border: 1px solid #646464;
	background-color: #F1F1F1;
}
.pagination .current {
	border: 1px solid #D5D5D5;
	background-color: #DDDDDD;
}
/* END PAGINATION */
.button-primary {
	text-transform: capitalize;
}
#wpcontent {
	padding-left: 10px;
}
#lead-details-button {
	/* center button in cell */
	display: block;
	margin:auto;
}
#options-page-wrapper {
	padding-right: 10px;
}