@import url('https://fonts.googleapis.com/css?family=Open Sans:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Ruda:100,200,300,400,500,600,700');

html {
	font-size: 14px; 
	font-family: "Ruda" !important; 
}

button {
	font-family: 'Ruda';
}

nav .brand-logo {
	font-size: 22px; 
	text-transform: uppercase;
}

.breadcrumbs-title {
	font-size: 27px; 
	margin-top: 18px !important; 
}

.login-form {
	width: 400px; 
}

.btn-queue {
	padding: 15px;
	font-size: 21px; 
}

.dataTables_length .select2-container{
	display: none !important; 
}

.label {
	color: #fff; 
	font-weight: 700; 
	padding: 6px;
	font-size: 11px;
	border-radius: 3px; 
}

.label-success {
	background-color: #0cab61; 
}

.label-warning {
	background-color: #ffbc00; 
}

.label-primary {
	background-color: #0594a2; 
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border: solid 1px #DDD; 
	border-collapse: collapse;
}

table.dataTable.no-footer {
	border-collapse: collapse;
}

.table-custom {
	border-collapse: collapse;
}

.table-custom th, 
.table-custom td {
	border: solid 1px #DDD;
	padding: 8px !important;
}

.table-custom th {
	border-bottom: solid 2px #DDD; 
}

.dataTables_wrapper {
	overflow: hidden !important;
}