html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.ui-search-toolbar {
    background-color: #f5f5f5;
}

.ui-search-oper > a, .ui-search-clear > a {
    border: inherit;
}

.ui-search-clear {
    display: none;
}

.ui-jqgrid tr.jqgrow td {
    font-size: 0.8em;
}

.ui-jqgrid-htable {
    font-size: 1em !important;
}

.ui-jqgrid-htable th > div {
    font-weight: 500 !important;
}

.gridactionbutton {
    font-size: 1.5em;
}

#gridSearchFilterButton {
    padding: 0px;
    margin: 0px;
}

button[id$=btnGridSearch] {
    border: 0px;
    background-color: transparent;
}

.mandDocumentGrid {
    font-size: 0.625em !important;
    color: red;
}

.buttonContainer {
    height: 2em;
    margin: 1em 0em;
}

.downArrow {
    transform: rotate(0deg) !important;
}

.ui-search-toolbar {
    background-color: #f5f5f5;
}

.ui-search-oper > a, .ui-search-clear > a {
    border: inherit;
}

.ui-search-clear {
    display: none;
}

.ui-jqgrid tr.jqgrow td {
    font-size: 0.8em;
}

.ui-jqgrid-htable {
    font-size: 1em !important;
}

.qms-isinMissing-error {
    color: orange;
    align-items: center;
    margin-right: 10px;
}

.qms-IconSizeGrid {
    font-size: 1.6em !important;
}

.qms-isinMissing-errorGrid {
    color: orange;
}

.qms-isinDuplicate-error {
    color: green;
    align-items: center;
}

.qms-isinDuplicate-errorGrid {
    color: green;
}

.qms-Price-error {
    color: darkviolet;
    align-items: center;
    margin-left: 10px;
}

.qms-Price-errorGrid {
    color: darkviolet;
}

.qms-IB-error {
    color: lightseagreen;
    align-items: center;
    margin-left: 10px;
}

.qms-IB-errorGrid {
    color: lightseagreen;
}

.qms-error-fontsize {
    font-size: 0.7em !important;
    font-weight: 500 !important;
    margin-left: 10px !important;
}

.qms-errcnt-orange {
    position: unset !important;
    background-color: orange;
    margin-left: 10% !important;
}

.qms-errcnt-green {
    position: unset !important;
    background-color: green;
    margin-left: 15% !important;
}

.qms-errcnt-darkviolet {
    position: unset !important;
    background-color: darkviolet;
}

.qms-errcnt-lightseagreen {
    position: unset !important;
    background-color: lightseagreen;
    margin-left: 10% !important;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

    .tab button:hover {
        background-color: #ddd;
    }

    .tab button.active {
        background-color: #ccc;
    }

.tabcontent {
    display: none;
}

.category-btn {
    background-color: #e6bbff !important;
}

.btn-active {
    display: inline-block !important;
}

.btn-inactive {
    display: none !important;
}

.icon-margin {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px inset;
    padding: 0.5em 0.6em;
}

.jqgrid-disabled-action {
    text-decoration: none;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.required:after {
    content: "*";
    color: red;
}

.bold-large {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
}

.confetti-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.success-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.center-text {
    text-align: center;
}

.text-transform {
    text-transform: none !important;
}

.modal-dialog-width {
    max-width: 435px !important;
}

.modal-content-width {
    width: 100% !important;
}

.modal-footer-style {
    display: flex !important;
    justify-content: center !important;
}

.center-bold-label {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: black;
}

.btn-invoice-download {
    font-size: 25px;
    color: black;
}


.password-danger {
    color: rgb(220, 76, 100) !important;
    font-size: 14px;
    margin: 0px;
}

.password-success {
    color: rgb(25, 135, 84) !important;
    font-size: 14px;
    margin: 0px;
}


.menuCard {
    height: 10em;
    color: rgb(33, 37, 41);
    transition: transform 0.3s ease;
}

    .menuCard:hover {
        transform: scale(1.05);
        border-left: 3px solid blue;
    }

.list-group-item:hover {
    transform: scale(1.02);
    border-left: 3px solid #0a58ca;
}

.cardHeading {
    color: rgb(173, 181, 189) !important;
    font-weight: bold;
}

.select2-width {
    width: 100% !important;
}

.select2-display-none {
    display: none;
}

.navbar .navbar-nav li ul {
    z-index: 8;
}


@media (min-width: 1150px) {
    .checkerDashBoardCard .card {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .checkerDashBoardCard {
        margin: 10px 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .checkerDashBoardCard {
        margin: 10px 0px;
    }
}

.select2jqgridControl + .select2-container {
    border-radius: 10rem;
}

    .select2jqgridControl + .select2-container .selection {
        border-radius: 10rem;
        font-size: 12px;
        line-height: unset;
    }

        .select2jqgridControl + .select2-container .selection .select2-selection {
            border-radius: 10rem;
            padding: unset;
            min-height: unset;
            height: unset;
            box-shadow: unset;
        }

            .select2jqgridControl + .select2-container .selection .select2-selection .select2-selection__rendered {
                font-size: 12px;
                border-radius: 10rem !important;
            }

ul.select2-results__options[id*="Grid"] li.select2-results__option {
    font-size: 12px !important;
}

.tab-text {
    font-size: smaller;
    font-weight: 400;
}

.tab-text-selected {
    font-size: smaller;
    font-weight: 700;
}

.tab-div {
    padding-top: 1%;
    padding-bottom: .5%;
}

.tab-div-selected {
    margin-top: -1%;
    align-content: center;
    background-color: #dfe7f6;
    color: #2c58a0;
}

.form-label {
    margin: 0px !important;
    font-size: smaller !important;
}

.form-control {
    border-radius: 0.1rem !important;
    height: calc(2.08rem + 2px);
}  

.form-select {
    border-radius: 0.1rem !important;
    height: 35.1042px !important;
}

.ui-search-input .form-control:not([size]):not([multiple]) {
    border-radius: 10rem !important;
}

.selection {
    border-radius: 0.1rem !important;
}

.select2-selection {
    border-radius: 0.1rem !important;
}

.filepond--panel-root {
    border-radius: 0.1rem !important;
}


.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.1rem !important;
    border-color: rgb(189, 189, 189) !important;
    height: calc(2.08rem + 2px);
}

.headerWrapper {
    border: solid #eae9e9;
    border-radius: 0.25rem;
    padding: 1% 1% 1%;
    width: 98% !important;
}

.text-header {
    /*color: #dda726 !important; light Orange */
    /*color: #e48307 !important; Nice Orange */
    /*color: #005d99 !important; AK Blue */
    color: #e48307 !important;
}

.btn-trash {
    padding: 9px 12px 8px 12px !important;
    border-radius: 0.1rem !important;
}

.form-check {
    font-size: small !important;
}

.dynamic-table {
    width: 100%;
    border-collapse: collapse;
    font-size: small !important;
    table-layout: fixed;
}

    .dynamic-table th, .dynamic-table td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .dynamic-table th {
        background-color: #f4f4f4;
        text-align: left;
        text-align: center;
        word-wrap: break-word;
    }

    .dynamic-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .dynamic-table tr:hover {
        background-color: #e2e2e2;
    }


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #9fa6b2;
    }

.iconSize-grid {
    font-size: 1.3em !important;
}

.AmountInWords {
    font-size: 13px;
    color: #0063cc;
    line-height: 1.5;
    display: inline-block;
    margin: 4px;
}

.filepond--root:hover {
    cursor: pointer;
}
