ul.learningoutcome a {
  background: #1cbbb4;
}

ul.learningoutcome a:before {
  border-color: transparent #1cbbb4 transparent transparent;
}

input.token {
    text-transform:uppercase;
    text-align: center;
    width: 60px;
    margin: 0 15px;
}

.btn-success {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success:hover {
    background-color: #1F214C;
    border-color: rgb(31, 33, 76);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(31,33,76,1);
}

.locked {
    float: right;
    font-size:x-small;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
}

.table img {
    max-width: 100%;
    height: auto;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px!important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.itemtags {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    position: relative;
    right: 0px;
    bottom: 0px;
    list-style: none;
    float: right;
    white-space: nowrap;
}

.itemtags li, .itemtags a {
    float: none;
    height: 20px;
    line-height: 20px;
    position: relative;
    font-size: 10px;
}

.itemtags a {
    margin-left: 10px;
    padding: 2px 5px 5px 5px;
    background: #7cc576;
    color: #fff !important;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.itemtags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #7cc576 transparent transparent;
    border-style: solid;
    border-width: 10px 8px 8px 4px;
}