﻿.padding-top-0 {
    padding-top: 0px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.padding-left-40 {
    padding-left: 40px !important;
}

.padding-left-50 {
    padding-left: 50px !important;
}

.padding-left-60 {
    padding-left: 60px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-right-40 {
    padding-right: 40px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-right-60 {
    padding-right: 60px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.spacer-left-4 {
    margin-left: 4px !important;
}

span.line-20-offset {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    float: inherit;
}

.logo {
    width: 150px;
    vertical-align: unset;
    margin-left: 10px;
}

.app-logo-login {
    width: 75%;
}

input:required,
textarea:required,
select:required {
    border-right: 3px solid #aa0088;
}

abbr {
    margin-left: 0px;
    font-size: large;
    font-weight: bold;
    color: red;
    vertical-align: top;
    min-width: 10px;
    display: inline-block;
}

.breadcrumb {
    width: 100%;
    padding: 10px;
    background-color: #335e48;
    font-weight: 700;
    font-size: larger;
    color: #fff;
}

    .breadcrumb a {
        color: #fff;
    }

div.text-heading-lined {
    position: relative;
    z-index: 1;
    text-align: center;
}

    div.text-heading-lined:before {
        content: "";
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border: 0;
        height: 2px;
        background: #333;
        background-image: linear-gradient(to right, #dbdbdb, #965b00, #dbdbdb);
    }

    div.text-heading-lined span {
        background: #ffffff;
        font-weight: bold;
        font-size: inherit;
        padding: 4px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border: 1px solid #965b00;
    }

div.field {
    width: 100%;
    padding-bottom: 4px;
}

    div.field label {
        width: 23%;
        font-weight: normal;
    }

        div.field label.lg-label {
            width: 30%;
            font-weight: normal;
        }

        div.field label.xtra-lg-label {
            width: 40%;
            font-weight: normal;
        }

        div.field label.block {
            width: 23%;
            font-weight: normal;
            display: block;
        }

    div.field span {
        margin-bottom: 5px;
        vertical-align: top;
        width: 165px;
        display: inline-block;
        font-size: 1em;
        font-weight: 700;
    }

    div.field input.sm-input {
        width: 50%;
    }

    div.field select.sm-input {
        width: 50%;
    }

    div.field textarea.sm-input {
        width: 50%;
    }

    div.field input.md-input {
        width: 60%;
    }

    div.field select.md-input {
        width: 60%;
    }

    div.field textarea.md-input {
        width: 60%;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.error {
    width: 100%;
    border: 1px solid tomato;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

div.info {
    width: 100%;
    border: 1px solid #00aeff;
    margin-top: 10px;
    padding: 10px;
    display: none;
    text-align: left;
}

    div.error img, div.warning img, div.info img {
        display: inline;
    }

    div.error p, div.warning p, div.info p {
        display: inline;
        text-align: left;
        max-width: 100%;
    }

.main-panel {
    margin-top: 6px;
    padding-left: 10px;
    height: 83.25vh;
}

.navpanel {
    width: 17%;
    position: relative;
    display: inline-block;
    height: calc(100vh - 160px);
}

.detail-content-panel {
    vertical-align: top;
    height: calc(100vh - 160px);
    width: 82%;
    min-width: 50%;
    display: inline-block;
    overflow: hidden;
}

#detailPanelContent {
    overflow-y: auto;
    overflow-wrap: break-word;
    overflow-x: hidden;
    height: 95%;
    padding-right: 10px;
}

.min-height-40 {
    min-height: 40px;
}

.no-data-panel {
    height: 100%;
    width: 101%;
    background-color: #999999;
    opacity: 0.8;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.no-border {
    border: none !important;
}

.no-data-panel span {
    top: 49%;
    position: relative;
    font-weight: bolder;
    font-size: xx-large;
}

.logout {
    display: inline-block;
    font-size: 14px;
}

.clearfix {
    display: block;
}

    .clearfix::after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.toolbar {
    text-align: right;
    padding: 0px 4px 0px 4px;
    margin-top: 10px;
}

    .toolbar div.filtertoggle {
        text-align: left;
        float: left;
    }

.toolbar-header {
    padding: 8px 4px 4px 4px;
    background-color: #fff1dc;
    border-bottom: 1px solid #428bca;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.toolbar-header-fixed-height {
    height: 49px;
}

.toolbarContainer {
    width: 100%;
    height: 15%;
    display: inline-block;
}

.sub-nav-toolbar-header {
    border-bottom-color: #dddddd;
}

.settingsNavPanelContent {
    height: 27% !important;
    overflow-y: hidden !important;
}

.navPanelContent {
    padding: 5px;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    scroll-padding-top: 20px;
}

    .navPanelContent ul {
        vertical-align: top;
        list-style: none;
        padding-left: 5px;
        height: 100%;
    }

        .navPanelContent ul li {
            margin-top: 10px;
        }

            .navPanelContent ul li ul {
                vertical-align: top;
                padding-left: 40px;
            }

    .navPanelContent > ul > li > a {
        font-weight: normal;
        color: black;
    }

    .navPanelContent > ul > li.node-selected {
        font-weight: normal;
        color: black;
        border: 1px solid #428bca;
        border-radius: 4px;
        padding: 4px;
        background-color: aliceblue;
    }

        .navPanelContent > ul > li.node-selected > a {
            font-weight: bold;
        }

    .navPanelContent > ul:last-child {
        margin-bottom: 10px;
    }

.panel-inactive {
    background-color: tomato !important;
}

#navPanel .toolbar toolbar-header {
    height: 7%;
}

.quickSearch {
    width: 69%;
    float: left;
    height: unset;
    padding: 4px;
}

.quickSearch-sm {
    width: 46%;
    float: left;
    height: unset;
    padding: 4px;
}

.quickSearchClear {
    top: 8px;
    left: -20px;
    float: left;
    cursor: pointer;
}

#dirtyCheckButton {
    display: none;
}

.save-changes-toolbar p {
    font-weight: bold;
    margin: auto;
    vertical-align: middle;
}

.save-changes-toolbar-success {
    width: 100%;
    margin-top: 20px;
    background-color: #94d78f;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-align: center;
    display: none;
}

.save-changes-toolbar-manual {
    width: 100%;
    margin-top: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-align: center;
}

.save-changes-toolbar-error {
    width: 100%;
    margin-top: 20px;
    background-color: tomato;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-align: center;
    display: none;
}

.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > thead > tr > th {
    border: none;
}

#detailPictureContainer img {
    image-orientation: from-image;
    width: 85%;
}

#rotatePicture {
    float: right;
    cursor: pointer;
}

.display-inline {
    display: inline;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.logo-center {
    text-align: center;
}

.loadingpanel {
    position: absolute;
    text-align: center;
    height: 125px;
    width: 100%;
    opacity: 0.8;
    z-index: 100;
}

    .loadingpanel div {
        background-color: #e0eaf2;
        width: 20%;
        margin: auto;
        left: 40%;
        border-left: 1px solid #e0eaf2;
        border-right: 1px solid #e0eaf2;
        border-bottom: 1px solid #e0eaf2;
        border-radius: 0px 0px 8px 8px;
        padding: 8px;
        -webkit-box-shadow: 2px 2px 3px 4px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 2px 2px 3px 4px #ccc; /* Firefox 3.5 - 3.6 */
        box-shadow: 2px 2px 3px 4px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    }

        .loadingpanel div img {
            width: 40px;
        }

textarea {
    resize: none;
}

.session-expire-warning {
    display: none;
    background-color: #cc5100;
    border: 2px solid #ff6500;
    height: 50px;
    width: 100%;
    z-index: 2000;
    position: absolute;
    color: #fff;
    padding: 12px;
    text-align: center;
}

    .session-expire-warning a {
        text-decoration: underline;
        color: #fff;
    }

.tableFilterToggleContainer {
    display: inline-block;
}

.tableLabToggleContainer {
    display: inline-block;
}

.converterImageFilterToggleContainer {
    display: inline-block;
}

.inactive-table-row {
}

    .inactive-table-row td {
        text-decoration: line-through;
        color: red;
    }

        .inactive-table-row td:last-child {
            text-decoration: none;
        }

.error-label {
    color: tomato;
}

.deleteWarningContainer {
    float: left;
    text-align: left;
    width: 60%;
}

    .deleteWarningContainer img {
        float: left;
        width: 10%;
    }

.hardDeleteWarningContainer {
    float: left;
    text-align: left;
    background-color: rgba(255, 99, 71, 1);
    padding: 10px;
    z-index: 10;
    position: fixed;
    width: 100%;
    left: 0px;
    height: 59px;
}

    .hardDeleteWarningContainer img {
        float: left;
        width: 40px;
        margin-left: 20px;
    }

    .hardDeleteWarningContainer p {
        float: left;
        padding-top: 9px;
        font-weight: bold;
    }

    .hardDeleteWarningContainer button {
        float: right;
        margin-top: 3px;
    }

.panel-header-listcount {
    float: right;
    font-size: smaller;
}

.settingsLabelContainer {
    display: inline-block;
    width: 10px;
}

.settingHeaderLabels {
    color: gray;
    font-size: smaller;
}

.deleteLockout {
    float: left;
}

.disable-link {
    border: none !important;
    color: gray !important;
    pointer-events: none;
}

.min-button-width-100 {
    min-width: 100px;
    width: 100px;
}

.button-width-130 {
    width: 130px;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

.btn-outline-primary {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #0458a2;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #0458a2;
    }

.btn-outline-secondary {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #0458a2;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #0458a2;
    }

.btn-danger-secondary-outline {
    background-color: #fff;
    border: 1px solid #d9534f;
    border-radius: 4px;
}

    .btn-danger-secondary-outline:hover {
        background-color: #ddd;
        color: #000;
    }

.btn-danger-outline {
    background-color: #fff;
    border: 1px solid #d9534f;
    border-radius: 4px;
    color: #ac2925;
}

    .btn-danger-outline:hover {
        cursor: default;
        background-color: #ac2925;
        border-color: #ac2925;
        color: #fff;
    }

.userNavPanel {
    width: 25%;
    position: relative;
    height: 100%;
    float: left;
}

    .userNavPanel .navPanelContent {
        padding: 5px;
        width: 100%;
        overflow-y: auto;
        height: 100%;
    }

.userDetailsPanel {
    height: 100%;
    margin-left: 5px;
    width: 74.5%;
    float: left;
    overflow: hidden;
}

.userNavPanelQuickSearch {
    float: left;
    height: unset;
    padding: 4px;
    width: 54%;
}

.no-user-data-panel {
    height: 101%;
    width: 101%;
    background-color: #999999;
    opacity: 0.8;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .no-user-data-panel span {
        top: 49%;
        position: relative;
        font-weight: bolder;
        font-size: xx-large;
    }

.unset-width {
    width: unset !important;
}

.unset-top {
    width: unset !important;
}

.width-10-percent {
    width: 10% !important;
}

.width-15-percent {
    width: 15% !important;
}

.width-20-percent {
    width: 20% !important;
}

.width-25-percent {
    width: 25% !important;
}

.width-30-percent {
    width: 30% !important;
}

.width-35-percent {
    width: 35% !important;
}

.width-40-percent {
    width: 40% !important;
}

.width-45-percent {
    width: 45% !important;
}

.width-50-percent {
    width: 50% !important;
}

.modal.right .modal-dialog {
    margin-top: 10px;
    margin-bottom: 10px;
    position: fixed;
    width: 35vw;
    height: 95.5vh;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: -10px;
}

.width-100-percent {
    width: 100% !important;
}

.settings-page-size {
    padding-right: 0px;
    top: -3px;
}

    .settings-page-size div.dataTables_wrapper select, .settings-page-size div.dataTables_length select {
        height: 26px;
    }

.settings-search {
    padding-left: 0px;
}

.col-width-15-percent {
    width: 15%;
}

.table-container {
    margin-top: -30px;
}

.text-align-right {
    text-align: right !important;
}

div.dt-processing {
    background-color: #009eb6;
}

    div.dt-processing > div:last-child > div {
        background: #fff;
    }

.secondary-text {
    color: gray;
}

.login-stats-panel {
    margin-top: 10px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.selected-supplier {
    font-weight: normal;
    color: black;
    border: 1px solid #428bca;
    border-radius: 4px;
    padding: 4px;
    background-color: aliceblue;
}

    .selected-supplier a {
        font-weight: bold !important;
    }

.selected-user {
    font-weight: normal;
    color: black;
    border: 1px solid #428bca;
    border-radius: 4px;
    padding: 4px;
    background-color: aliceblue;
}

    .selected-user a {
        font-weight: bold !important;
    }

.grader-user-no-match label {
    color: darkgray;
}

.vh-10 {
    height: 10vh !important;
}

.vh-20 {
    height: 20vh !important;
}

.vh-30 {
    height: 30vh !important;
}

.vh-40 {
    height: 40vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-60 {
    height: 60vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.vh-80 {
    height: 80vh !important;
}

.vh-90 {
    height: 90vh !important;
}