li.select2-selection__choice {
  background: #5179d6!important;
  color: white!important;

}
span.select2-selection__choice__remove {
  color: white!important;
}
/* General */
@media (min-width: 768px) {
  .content, .content.content-full {
    padding:1rem;
  }
}
/* Breadcrumb */
.breadcrumb {
  font-size:12px;
}
.block-header {
  padding:1rem;
}
.simplebar-content-wrapper, .content-side, .simplebar-content  {
  height: 100%;
}
.nav-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
}
/* Workflow */
.jobtype_workflow_row label[for="title"], .jobtype_workflow_row label[for="status"], .jobtype_workflow_row label[for="option"]{
  font-size:80%;
}
.jobtype_workflow_row input+label {
  margin-bottom: 0;
}
.jobtype_workflow_row input[type=checkbox], .jobtype_workflow_row input[type=radio] {
  margin-right:5px;
}
.jobtype_workflow_row .row.add {
  display:flex;
  align-items:center;
}

/* Job Type View */
.jobtype_workflow_view > .row {
    margin-bottom: 30px;
    border-radius: 4px;
    border:1px dashed #ddd;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
}
.jobtype_workflow_view label {
    display:block;
    font-size:80%;
}
.jobtype_workflow_view .additional-labels  {
    margin-top: 15px;
}
.jobtype_workflow_view .additional-labels label {
    font-weight: 400!important;
}
/* Job */
.job-timeline .fa-ul {
    margin-left:0px;
    margin-bottom: 0;
    margin-top: 10px;
}
.job-timeline .fa-ul .fa-li {
    font-size:18px;
    width:36px;
    height:36px;
    display: block;
    background: #333;
    color:#fff;
    border-radius:36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin-right: 10px;
}
.job-timeline .fa-ul li {
    display: flex;
    align-items: center;
}
.select2-container .select2-selection--single {
    height: 36px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}
.badge-status {
    padding:8px 18px;
}
.badge-status.badge-danger {
    color:#860000;
}
.badge-status.badge-success {
    color:#005D3A;
}
.badge-status.badge-warning {
    color:#4F2D00;
}
.badge-status.badge-info {
    color:#054B7D;
}
