.nowrap {
    white-space: nowrap;
}

.dowrap {
    word-wrap: break-word !important;
}

table.doFixedCol {
    table-layout: auto;
}

th.first {
    width: 50px !important;
    min-width: 50px;
}

th.last {
    min-width: 100px;
}

th.last.event {
    min-width: 125px;
}

table th:first-child,
table td:first-child {
    border-left: 1px solid #dee2e6;
}

table th,
table td {
    border-right: 1px solid #dee2e6;
}

table tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.time-planing-table-div.table-responsive {
    overflow-x: auto;
}

.time-planing-table-div.table-responsive table th:first-child,
.time-planing-table-div.table-responsive table td:first-child {
    min-width: 0;
}

.time-planing-table-div.table-responsive table th,
.time-planing-table-div.table-responsive table td {
    min-width: 200px;
}

.rotate {
    transform: rotate(-90deg);
}

/*
.stall-td {
    vertical-align: middle !important;
}
*/
/*
.participant-td {
    vertical-align: middle !important;
}
*/

.participant-td button {
    text-align: center;
}

.new-stall-btn {
    /*width: 150px;*/
    cursor: pointer;
}

.new-participant-btn {
    cursor: pointer;
}

.setting-btn {
    margin: 0 5px 2.5px 0;
}

.add-modal-btn {
    float: right;
    cursor: pointer;
    padding: 10px;
}

/*div.dataTables_length {
    float: left;
}*/

.dataTables_buttons {
    margin-bottom: 10px;
}

.dataTables_buttons button {
    margin-right: 5px;
}

.dataTables_length {
    float: left;
}

.dataTables_filter {
}

.dataTables_info {
    float: left;
}

.file-browse {
    horiz-align: center;
    margin-bottom: 5px;
}

.card {
    margin-bottom: 10px;
}

.color-red {
    color: red;
}

.color-white {
    color: white !important;
}

.passwordChange input {
    max-width: 300px;
    margin: 0 auto 10px auto;
}

.comment-text {
    text-align: left;
    min-height: 50px;
    height: auto;
    white-space: pre;
}

.comment-save-btn {
    padding: 0 5px;
    font-size: 0.9rem;
}

.tooltip-inner {
    min-width: 100px;
    max-width: 100%;
}

.print-table.table thead th,
.print-table.table tbody tr td {
    padding: 1px !important;
    white-space: nowrap;
}

.print-table.table thead tr th.sorting::before,
.print-table.table thead tr th.sorting::after,
.print-table.table thead tr th.sorting_asc::before,
.print-table.table thead tr th.sorting_asc::after,
.print-table.table thead tr th.sorting_desc::before,
.print-table.table thead tr th.sorting_desc::after {
    visibility: hidden;
}

.edit-stall-checkbox {
    margin: 1% 8% 0 8%;

    /* Double-sized Checkboxes */
    -ms-transform: scale(1.25); /* IE */
    -moz-transform: scale(1.25); /* FF */
    -webkit-transform: scale(1.25); /* Safari and Chrome */
    -o-transform: scale(1.25); /* Opera */
}

div#editStallListModal div.modal-content div.modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

.last-added {
    cursor: pointer;
}

.last-added label {
    cursor: pointer;
}

/* FireFox only because of a little scrollbar */
.DTFC_RightBodyLiner {
    overflow-y: -moz-hidden-unscrollable !important;
}

.limiter-btn-div {
    text-align: right;
}

.limiter-btn {
    padding: 2px;
    line-height: 1;
}

.limiter-btn span:hover {
    color: red;
    cursor: pointer;
}

div#updateTitleModal div.modal-content div.modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

#inheritDaySelect {
    min-width: 110px;
}