/* Table Page */

.page-tables h4{
	margin: 0px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 700;
	color: #aaa;
}

.page-tables hr{
	margin-top: 0px;
	border-color: #f5f5f5;
}

.page-tables .table{
	margin-bottom: 0px;
}

.page-tables .data-table{
	margin-bottom: 20px;
}

.page-tables .dataTables_length{
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}

.page-tables .dataTables_length select{
	border-color: #ddd;
	border-radius: 2px;
}

.page-tables .dataTables_filter{
	margin-top:5px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:normal;
}

.page-tables .dataTables_filter input{
	border-radius:3px;
	border:1px solid #ddd;
	padding:3px;
	line-height:12px;
}

.page-tables .data-table{
	border:1px solid #ddd;
}

.page-tables .data-table thead th{
	padding:7px 10px;
	font-weight:normal;
	border-bottom:0px;
}

.page-tables .data-table tfoot th{
	border-top:1px solid #ddd;
	padding:7px 10px;
	font-weight:normal;
	background:#fff;
}

.page-tables .data-table td{
	background:#fcfcfc;
	border-top:1px solid #ddd;
}

.page-tables .dataTables_info{
	margin-bottom:20px;
}

.page-tables .dataTables_paginate{
	margin-bottom:20px;
}

.page-tables .dataTables_paginate a{
	background:#fff !important;
	border:1px solid #ddd !important;
	border-radius:2px !important;
	margin-right:2px !important;
	padding: 0px 10px !important;
	color: #aaa !important;
}

.page-tables .dataTables_paginate a:hover{
	background:#f8f8f8 !important;
}

.page-tables .dataTables_paginate a.current{
	background:#f8f8f8 !important;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #ddd !important;
}

.dataTable tr td:last-child {
	text-align: right;
}


#projects-header, #customers-header, #articles-header, #article-header {
	float: left;
}

.project-header-with-button {
	float: left;
}

.project-button-right {
	margin-left: 10px;
}

#groups-articles-header {
	float: left;
}

#orders-header {
	float: left;
}

#add-project-button, #add-contact-button, #add-article-button, #add-order-button, #edit-article-button {
	float: right;
}

.tr-clickable, #articles-table tr, #open-projects-table tr, #finished-projects-table tr, #projects-ready-check-table tr, #projects-ready-invoice-table tr, #quotes-table tr, #all-projects-table tr, #all-project-orders-table tr, #stock-orders-table tr, #trashed-projects-table tr {
	cursor: pointer;
}

#hours-datepicker, #edit-hours-datepicker {
	width: 200px;
	margin-right: 10px;
}

#oonincx-footer {
	margin-top: 50px;
}

#toggle-disabled-employees {
	cursor: pointer;
	color: #003d99;
}

.big-checkbox {
	transform: scale(2);
	-webkit-transform: scale(2);
}

#hours-container {
	width: 1200px !important;
}

#articles-container {
	max-width: 1300px !important;
}

.table-row-no-top-border td {
	border-top: none;
}

.yadcf-filter {
	width: 100px !important;
}

@page {
    size: auto;
}

#version-text {
	padding-left: 10px;
}

.borderless > tbody > tr > td {
	border-top: none;
}

.borderbottom {
	border-bottom: 1px solid lightgray;
}

.bordertop {
	border-top: 1px solid lightgray;
}

.btn-upload {
    padding: 10px 20px;
    margin-left: 10px;
}

.upload-input-group {
    margin-bottom: 10px;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  height: 45px;
}