/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 29/10/2018, 06:27:35
    Author     : jordistc
*/

.datatable-footer {
	background-color: inherit !important;

	> td {
		/*padding: 5px 5px 0 !important;*/
/*		padding: 5px 0 30px !important;*/
		padding: 5px 0 10px !important;
		border-bottom: none !important;
	}

	table {
		float: right;
		margin-top: 20px;

		border-top: 1px solid $table-border-color;

		> thead > tr {
			> th {
				padding: 2px 5px 0;
				background-color: none;
				/*font-weight: normal;*/
				/*font-size: 0.8em;*/
				font-size: 12px;
				/*color: #333;*/
			}
		}

		> tbody > tr {
			> td {
				vertical-align: middle;
				background-color: none;
				border-top: 1px solid $table-border-color;

				border-right: 1px solid $table-border-color;
				&:last-child {
					border-right: none;
				}

				padding: 5px 10px 0;
				/*padding-bottom: 20px;*/

				&.left { text-align: left; }
				&.right, &.numeric { text-align: right; }
				&.centrat { text-align: center; }
			}
		}
	}
}
