.selected {
    background-color: #fef4cd !important;
}

table#individual {
    cursor: pointer;
}

.tipso {
    cursor: pointer;
}

.popover {
    width: 500px;
}

.description {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
    text-align: justify;
}

.main-sidebar {
    z-index: 10 !important;
}

.editMember,.deleteMember {
    cursor: pointer;
}

label[for=officialBody] {
    vertical-align: 5px;
}

#officialBody {
    width: 25px;
    height: 20px;
}

.modal-dialog {
    top: 0 !important;
}

#searchterm > option {
    width: 300px;
}
.result {
    margin-top: 30px;
    border-top: #ccc 1px solid;
    padding-top: 15px;
    display: none;
}

.reorder {
    text-align: left !important;
    cursor: move;
}

div.dataTables_processing {
    z-index: 10;
}

.editbtn {
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.edit-role {
    cursor: pointer;
    color: #3c8dbc;
}

.toggle-is-leader {
    cursor: pointer;
    color: #3c8dbc;
}

.is-leader {
    color: red;
}

.edit-label {
    vertical-align: text-bottom;
}

.dataTables_length {
    display: inline;
}

.onoffswitch-inner:before {
    padding-right: 10px !important;
}

.onoffswitch-inner:after {
    padding-right: 10px !important;
}
.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.profile-img-sm{
    border: 1px #ccc solid;
    width: 48px;
    vertical-align: top;
    margin-right: 10px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
;
}

.infoShown{
    border: 1px solid rgb(189, 185, 68);
    background-color: rgb(249, 248, 224);
    padding: 10px;
    display: none;
}
.bg-light-blue {
    background-color: #e7f3ff !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.input-group-lg > .form-control,
.input-group-lg > .btn {
    border-radius: 0.5rem;
}

.input-group-lg > .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-lg > .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.resultSet thead th {
    border-top: none;
    border-bottom: 2px solid #f0f0f0;
    color: #666;
    font-size: 0.75rem;
}

#no-results-container .alert {
    transition: all 0.3s ease;
}

#no-results-container .alert:hover {
    transform: translateY(-2px);
}
