.mainTitleFont {
	font-family: 'Exo', sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.btn-primary:HOVER {
	background-color: #f8991e;
	border-color: #f8991e;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
 color:#fff;
 background-color: #f8991e;
	border-color: #f8991e;
}

.btn-primary {
	background-color: #58585b;
	border-color: #58585b;
}

.panel-default {
	background-color: #3c3e48;
	border-color: #3c3e48;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #363841;
    border-color: #5c5d61;
}

tbody {
	color: #949ba2;
}

.modal-content {
	background-color: #3c3e48;
}

.modal-header {
	background-color: #363841;
	border-bottom: 1px solid #5c5d61;
}

hr {
	border-color: #5c5d61;
	margin-top: 10px;
	margin-bottom: 30px;
}

.section-settings {
	margin-bottom: 40px;
}

.card-body {
	text-align: center;
}

.history-table td{
	border-bottom: 1px solid #a8a8a8;
}

div.dataTables_wrapper div.dataTables_length select {
    padding: 0 25px;
}

