.table-wrapper {
    overflow-wrap: break-word;
    overflow-x: auto;
}

.lr-margin {
    margin-left: 8px;
    margin-right: 8px;
}

.inline-block {
    display: inline-block;
}

.table-wrapper > table {
    white-space: nowrap;
}

.table-wrapper-wrap {
    overflow-wrap: break-word;
    overflow-x: auto;
}

.delete-invitation {
    position: relative;
    top: -0.5px;
}

.description-column {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.delete-track {
    position: relative;
    top: -0.5px;
}

.break-anywhere {
    overflow-wrap: anywhere;
    overflow: hidden;
}

#id_course_rerun {
    position: relative;
    top: -2.5px;
}

.actions-column {
    white-space: nowrap;
    text-align: end;
}

.h-auto {
    height: auto !important;
}

.input-group-btn > .btn {
    font-size: 16px;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.no-margin {
    margin: 0;
}

.flex-grow {
    display: flex;
    display: -webkit-flex;
    flex-grow: 1;
}

.dashboard-header {
    margin-left: 45px;
    margin-right: 45px;
    word-wrap: none;
}

.dashboard-icon {
    position: absolute;
    margin-top: 1px;
}

.h-100 {
    height: 100%;
}

.align-center {
    align-items: center;
    justify-content: center;
}

.dashboard-wrapper {
    overflow-x: auto;
    width: 100%;
}

.fit-content {
    min-width: fit-content;
}

.small-margin {
    margin-bottom: 10px;
}

.dashboard-value {
    margin-left: 45px;
    margin-right: 45px;
}

.w-100 {
    width: 100%;
}

input.center {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}


.select2-container .select2-selection--single {
    height: 48px !important;
    font-size: 0.88em;
    display: block;
    padding: 9px 12px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-right: 2px !important;
    display: block;
    background: url('{% static "images/ddl-arrow.png" %}') no-repeat 98%;
    background-position: 5%;
}

.select2-container--default {
    width: 100% !important;
}

.select2-selection__arrow {
    display: none;
}

.scrollable-y {
    overflow-y: scroll;
}

.max-height-200 {
    max-height: 200px;
}

.max-width-400 {
    max-width: 400px;
}

.doroob-badge {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    transform: rotate(
            315deg
    );
    color: #fff;
}

.triangle {
    width: 0;
    height: 0;
    float: left;
    transform: rotate(
            180deg
    );
    border-top-width: 70px;
    border-top-style: solid;
    border-top-color: transparent;
    border-right-width: 70px;
    border-right-style: solid;
    border-right-color: #318720;
    position: absolute;
    top: 0px;
    left: 14px;
    z-index: 1;
}

.dataTables_filter {
    float: left !important;
}

.overflow-wrap {
    overflow-wrap: break-word;
}

#example_filter input {
    border-radius: 5px;
    float: left !important;

}

#example_filter {
    float: right !important;

}

.public-courses-search-btn {
    left: 35px;
    top: 8px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    color: #cccccc;
    font-size: 18pt;
    position: relative;
    z-index: 1;
}

.public-courses-modal {
    color: #333 !important;
    font-size: 1.4em !important;
    text-transform: none !important;
    text-align: right !important;
}


.add-margin-10 {
    margin: 10px 0px;
}

.height-420 {
    height: 420px !important;
}

th.public-courses-th {
    padding: 5px 20px !important;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

.font-22 {
    font-size: 20px;
}

p {
    margin: 0;
}


.position-abs {
    position: absolute;
    top: 55%;
}

.add-0-10-padding {
    padding: 0 10px;
}

.position-rel {
    position: relative;
}

.custom-cancel-btn {
    position: absolute;
    right: 60%;
    transform: translateX(-50%);
    bottom: 20px;
}

.btns-position {
    position: absolute;
    top: 79%;
    left: 50px;
}

.hr-position {
    position: absolute;
    top: 19em;
}

.courses-count-holder {
    position: absolute;
    top: 65%;
}

p#hint_id_short_name {
    color: #777777 !important;
}

.main-nav__submenu-link {
    text-transform: uppercase;
    padding: 15px 1em 10px 1em;
    display: block;
    text-decoration: none !important;
    color: #58585b;
}