/*
label{
    float: none;
    margin-right: 6px;
    text-align: right;
    width: auto;
    margin-top: 4px;
    margin-bottom: 0;
    padding-bottom: 0;
}
*/

.dataTables_filter{
	float:left;
}
.dataTables_length{
	float: left;
	//width: 150px;
}
.dataTables_info{
	background: #808080;
	color: #fff;
	font-weight: bold;
}

.dataTables_paginate a{
	padding-right: 4px;
	color: #005b7e;
    text-decoration: none;
	font-size: 12px!important;
    line-height: 16px;
}
.dataTables_paginate a:link {
    color: #42413C;
    text-decoration: underline;
}

.dtcol_7{
	min-width: 80px;
}
#patients-list{
	border-spacing: 2px;
}
.odd > td{
	background: #fff;
}
#patients-list td{
	font-size: 0.8em;
	overflow: hidden;
}
#patients-list form{
	max-width: 40px;
}
#patients-list th{
	background: #f1f4f5;
	color: #000;
	border-bottom: none;
}

.previous.disabled, .next.disabled, .last.disabled, .first.disabled {
	display: none;
}
.previous, .next, .last, .first{
	cursor: pointer;
}
#patients-list{
	margin-top: 30px;
}
#patients-list_length > label > select{
	width: 80px;
	border: 1px solid #e9e9e9;
}
#patients-list_filter > label > input[type=search]{
	width: 180px;
}
#patients-list_filter > label, #patients-list_length > label{
	width: auto;
	float: left;
}
table.headerTable{
    border:0;
}

div.dt-buttons > button{
  background-color: #fff;
  background-image: url(../images/excel.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 48px;
  width: 48px;
  border: none;
  float:right;
  //padding-right:200px;
  //padding-left:20px;
  clear: left;
}

div.dt-buttons > button span {
  display: none;
}

.dataTables_length > label{
	float: none;
	margin: 0;
	width: auto;
	padding: 2px;
	//border: 1px solid black;
}
.dataTables_length > label > select{
	width: 50px;
	border: 1px solid black;
}
table.dataTable td {
    padding: 2px;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#tabs > p.payment-table{
	margin-top:8px;
}
#tabs > div.payment-table{
	height: 600px;
}
#date_wrapper > form > div > p > input[type=submit]{
	margin-top: 5px;
	margin-bottom: 5px;
}
.paymentReport #tabs > ul{
	border-bottom: 1px solid #5d9c35;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.paymentReport #tabs li{
	margin-bottom: 3px;
}
#date_adjusted{
	color: red;
}

#payments-list_info, .dataTables_info{
	float: none;
    width: auto;
}
#payments-list_length{
	float: left;
    width: auto;
	text-align:left;
}
#payments-list_length > label{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
	float: none;
}
#payments-list_length > label > select{
	width: auto;
	appearance: none;
	float: none;
}
.paginate_button {
	cursor: pointer;
}

.payment-list td{
	//max-width:30px;
	font-size: 11px;
}

p.payment-table{
	margin: 0;
}
.dataTables_paginate{
	width: 100%;
	text-align: center;
    padding-top: 20px;
    background-color: #fff!important;
}

.dataTables_info:nth-child(3) th{
	background-color: #f1f4f5;
}
#patients-list_wrapper > div > div:nth-child(4) th{
	background-color: #f1f4f5;
	color: #000;
	font-weight: normal;
}
#patients-list_wrapper > div > div:nth-child(4) th:nth-child(1){
	display: none;
}
#patients-list_info{
	margin-bottom: -28px;
	padding: 2px;
	background-color: #fff;
}
.dataTable td {
    background: #fff;
}
#patients-list > thead > tr > th:nth-child(8){
	width: 50px!important;
}
#patients-list > thead > tr > th:nth-child(6){
	width: 60px!important;
}
.underline {
    border-bottom: 2px solid #fff;
}
#patients-list th td{
	background: #f1f4f5;
	width: 54px!important;
}
#patients-list_next, #patients-list_previous{
	color: #5d9c35;
}
#patients-list > thead > tr > th > table{
	margin: auto;
	table-layout: fixed;
	word-wrap:break-word;
}
#patients-list_wrapper table th{
	border:0;
}
.dataTables_processing{
	margin-top: 30px;
}