body {
  font-size: 14px;
}

.logo img {
  max-height: 40px;
  margin-right: 0;
}

.card-body {
  padding: 20px 20px 20px 20px;
}

.fullpage #main, .fullpage #footer{
  margin-left: 0;
}

.dropdown-menu-arrow::before {
  top: -7px;
  left: 20px;
  right: auto;
}

.fullpage #main{
  margin-top: 0;
}

.form-group {
    margin-top: 20px;
}

.generic-listing table thead th a{
  color: #222
}

.card-header, .card-footer {
  color: #515151;
  padding: 10px 15px;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
}

.select2-container {
    min-width: 10em !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 12px;
}

.form-control.is-valid{
    background-image: none;
}

#before-main {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    #before-main {
        padding-left: 300px;
    }
}

#before-main .page-title{
    padding: 60px 40px;
}

.table span.true{
    color: green
}

.table span.false{
    color: red
}

.django-ckeditor-widget{
    display: block !important;
}

#vueapp-loader{
    display: none;
    min-height: 200px;
}

#vueapp-loader.loaded{
    display: block;
    /*color: ;*/
}