﻿.table thead tr th:first-child {
    border-top-left-radius: 14px;
}

.table thead tr th:last-child {
    border-top-right-radius: 14px;
}

#rounded-corner tr th:first-child {
    border-top-left-radius: 14px;
}

#rounded-corner tr th:last-child {
    border-top-right-radius: 14px;
}
span.select2.select2-container.select2-container--default.select2-container--disabled {
    padding-left: 0 !important;
}

label {
    padding-left: 0;
    padding-right: 2px;
}
input[type="radio"], input[type="checkbox"] {
    margin-right: 5px !important;
}
html[dir="ltr"] .direction-aware .fa-sign-out-alt {
    display: inline-block;
    transform: scaleX(-1);
}

html[dir="rtl"] .direction-aware .fa-sign-out-alt {
    display: inline-block;
    transform: none;
}