.licenseCheckboxSelector{
    height: 200px;
    overflow: scroll;
}

.col.col-sz-3 textarea {
    max-width: 42%;
    min-height: 6em;
}

.history {
    margin-top: 15px;
}

#issued_licenses textarea {
    width: 100%;
    height: 150px;
}

.form-button-bar button {
    float: none;
}

.history-content tbody tr:nth-child(odd) {
    background-color: rgb(236, 236, 236);
}

.inventory-history-date input {
    width: 160px !important;
}

#extendedSearchInventory iframe #center-wide {
    overflow: hidden;
}

#input_tree_container_inventorytype {
    position: relative;
}

#input_tree_container_filtertype #edit-categories-link {
    display: none;
}

.category-edit-cancel {
    margin-right: 15px;
}

#category-edit-modal .new-row a {
    display: none;
}

#category-edit-modal .category-edit-inputs input {
    width: 100%;
}

#category-edit-modal .category-edit-change-warning {
    color: orange;
}

#category-edit-modal input.changed {
    border-color: #f0ad4e;
    outline-color: #f0ad4e;
}

.workflow-action {
    min-width: 140px;
}

.column h5 {
    margin: 0.25em 0 0.15em;
}

/* Stop long columns from breaking the layout */
#issuelist td {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.field-label {
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
}

.datatable .functions-link {
    position: inherit;
    margin-left: 0;
}

.functions-link {
    position: absolute;
    margin-left: 15px;
}

tr.new-transaction td {
    border-top: 2px solid #bbb;
}

#reports_issued_licenses ul li, #reports-issued-qualifications ul li {
    list-style: none;
}
.ui-dialog .license-checkbox-selector, .ui-dialog .qualification-checkbox-selector {
    padding-left: 15px;
    padding-right: 15px;
}
.license-checkbox-selector li, .qualification-checkbox-selector li {
    height: 50px;
    padding: 3px;
    list-style: none;
}
.license-checkbox-selector .row, .qualification-checkbox-selector .row {
    padding-left: 12px;
    padding-right: 12px;
}
.license-checkbox-item, .qualification-checkbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f3f1ee;
}
.qualification-checkbox-selector-all, .qualification-checkbox-selector-none,
.license-checkbox-selector-all, .license-checkbox-selector-none {
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
}
.license-checkbox-selector label, .qualification-checkbox-selector label{
    margin-left: 7px;
    width: 180px;
}
.license-checkbox-selector input[type="checkbox"], .qualification-checkbox-selector input[type="checkbox"]{
    /*height: 44px;*/
}

.person-sub-fields ul {
    margin-top: 10px;
}

.person-sub-fields li{
    list-style: none;
    margin: 2px;
}

.person-sub-fields.simplified ul li{
    width:150px;
    float: left;
}

.person-sub-fields label{
    width: 120px;
    display: inline-block;
}

.person-sub-fields.simplified label{
    margin-left:5px;
}

#center{
    margin-bottom: 100px;
}

/* Reporting */
/* Reporting Dropdown */
.report-dropdown-dropdown-row {
    margin-bottom: 25px;
}
.report-dropdown-dropdown {
    width: 100%;
    height: 25px;
}
.report-not-editable {
    height: 14px;
    margin-bottom: 10px;
    font-size: 10px;
    color: #9b9b9b;
}

.report-dropdown-checkbox-save-as {
    margin-top: 6px;
    margin-right: 4px;
}

.report-dropdown-private {
    margin-bottom: 10px;
}
.report-dropdown-private-checkbox, .report-dropdown-checkbox-save-as {
    line-height: 25px;
}
.report-dropdown-private-checkbox input {
    position: relative;
    top: 2px;
}
.report-dropdown-button {
    height: 25px;
}

.report-dropdown *:disabled {
    opacity: 0.5;
}

.report-dropdown-button-save + .report-dropdown-input-save-as {
    margin-left: 30px;
}
.report-dropdown-input-save-as {
    height: 25px;
    width: 100%;
    margin-bottom: 4px;
}

/* training_reports_qualification_training_license */
#qualifiedlist_wrapper {
    overflow-x: scroll;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
}

.loading-overlay-animation {
    background: url("images/loading-animation.gif") no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: 100px;
}

/* new loading overlay  */

.loading-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-indicator::before {
    position: absolute;
    content: '';
    background: black;
    opacity: 0.35;
    height: 100%;
    width: 100%;
}

.loading-indicator__animation {
    width: 58px;
    height: 58px;
    border: 5px solid #E11313;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: loading-rotation 1s linear infinite;
}

@keyframes loading-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 


form[name="trainingdetails"] button:disabled, form[name="trainingdetails"] input:disabled,
table#participantsInWaitListTbl button:disabled,
.frozen_registrations button:disabled{
    opacity: 0.5;
}

div#participantsInWaitListTbl_length {
    display: inline;
}

div#participantsInWaitListTbl_filter {
    display: inline;
    float: right;
}

table#participantsInWaitListTbl td.actionList, table#frozen_participants td.actionList {
    text-align: center;
}
table#participantsInWaitListTbl td.actionList button, table#frozen_participants td.actionList button {
    margin-right: 5px;
    float: none;
}

table#participantsInWaitListTbl td.actionList button:last-child, table#frozen_participants td.actionList button:last-child {
    margin-right: 0;
}

form div.scrollbox-readonly.checkList {
    height: 27%;
}

form div.scrollbox-readonly.checkList input[type="checkbox"] {
    vertical-align: sub;
    margin-right: 2px;
}

ul.ui-autocomplete input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: sub;
}

form div.scrollbox-readonly.checkList hr {
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 1px dotted #000000;
}

.searchUsersContainer {
    float: left;
    margin-top: 10px;
}

#searchUsers {
    width: 198px;
    height: 27px;
    padding-right: 13px;
}

ul.ui-autocomplete {
    min-width:260px;
}

#changer_history {
    display: inline-block;
    border: 1px solid #AAAAAA;
    border-left: none;
    width: 18px;
    height: 19px;
    vertical-align: top;
    padding: 1px;
    background-color: #eeeeee;
    cursor: pointer;
}
