@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,700');

body {
	font-family: 'Quicksand', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: -2px;
}
#admin .navbar-default .navbar-brand {
    font-weight: 700;
    font-size: 22px;
}
#admin h1, #simple h1 {
	margin-bottom: 40px;
}
#admin .toolbar {
	margin-top: 10px;
}
.navbar-default {
    background-color: #143044;
    border-color: #143044;
}
#simple {
	background-color: #143044;
}
#simple h1 {
	color: #fff;
}
#simple .panel-body {
    padding: 30px;
}
.btn {
	font-weight: 700;
}
.btn-success, .alert-success {
    background-color: #2EADB1;
    color: #fff;
}
.btn-success:hover {
    background-color: #143044;
    color: #fff;
}
#simple .logo {
	background-color: #fff;
	padding: 30px;
}
.select2-container--bootstrap .select2-selection--single {
    height: 46px;
    padding: 12px 24px 12px 15px;
}
