div.input_dropbox {
    display: block;
    position: absolute;
    border: 1px solid #716f64;
    background-color: #ffffff;
    padding: 0;
    z-index: 10000;
    text-align: left;
    cursor: default;
    overflow-x: hidden;
}

.inv-autocomplete-dropdown {
    display: block;
    height: auto;
    font-size: 12px;
    font-family: Verdana, Helvetica, serif;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    border: 0 solid;
    padding: 0;
    padding-left: 10px;
    padding-top: 2px;
    text-align: left;
    cursor: default;
    white-space: normal;
    overflow-x: hidden;
    word-break: break-word;
}
.inv-autocomplete-dropdown + .inv-autocomplete-dropdown {
    padding-top: 5px;
}

.inv-autocomplete-dropdown.selected {
    background-color: #C2E5FF;
}

/* SQL Debug table */

.table-sql-details {
    width: 970px;
    border-collapse: collapse;
    border-width: 1px;
    border-color: black;
    margin-bottom: 10px;
}

.query_debug_time {
    text-align: left;
    width: 50px;
    padding: 2px;
    font-size: 10px
}

.query_debug_contents {
    text-align: left;
    padding: 2px;
    font-size: 10px
}

.debug-bar-content {
    width: 980px;
    margin: 0 auto;
}

.modal {
    display: none; /* width: 400px;  */
    background: #fff; /*  padding: 15px 30px; */
    text-align: left;
}

.modal-confirm {
    min-width: 200px;
}

.modal-confirm__buttons {
    text-align: right;
    padding: 0 20px 20px 20px;
}

.modal-confirm__ok-button {
    border: none;
    height: 32px;
    padding: 0 10px;
    color: #FFF;
    background: #258fe9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
}

.modal-confirm__cancel-button {
    border: none;
    height: 32px;
    padding: 0;
    background: #FFF;
    color: #0078d3;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.modal label {
    height: auto;
}

.modal-spinner, .modal-inner-spinner {
    width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: url(/images/spinner.gif) no-repeat #FFF center center;
}

.modal-inner-spinner {
    position: relative;
}

.modal .modal-inner {
    text-align: left;
}

.modal .modal-title {
    font-size: 20px;
    background: #d9d9d9;
    line-height: 40px;
    padding: 7px 20px;
    color: #414141;
    position: relative;
}

.modal .close-modal {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/modal-close.gif) no-repeat scroll center center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal .modal-head {
    position: relative;
    width: 100%;
    background-color: #8D8D8D;
}

.modal .modal-head-text {
    font-size: 17px;
    font-weight: bold;
    margin: 1em;
}

.modal .modal-close {
    position: absolute;
    color: #676767;
    right: 1em;
    top: 1em;
}

.modal .modal-close.modal-close-dark {
    color: #000000;
}

.modal .modal-subhead {
    background-color: #D9D9D9;
}

.modal .modal-subhead * {
    box-sizing: border-box;
}
.modal .modal-subhead-menu {
    list-style-type: none;
    padding: 0;
    margin-left: 1em;
    margin-block-end: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.modal .modal-subhead-menu li {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
}

.modal .modal-subhead-menu li a {
    color: black;
    display: block;
    padding: 5px 17px 3px 17px;
}

.modal .modal-subhead-menu li.active {
    font-weight: bold;
    border-left: 1px solid #8D8D8D;
    border-top: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
    background-color: #ffffff;
}

.modal .modal-body {
    padding: 25px 20px;
    font-size: 12px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.modal * {
    box-sizing: border-box;
}

.modal-body-no-padding {
    padding: 10px 0 0 0;
    font-size: 12px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.modal-section-with-padding {
    padding-left: 1em;
    padding-right: 1em;
}
.modal .modal-body .select-form {
    display: flex;
}

.modal .modal-buttons {
    padding: 10px 20px 20px 20px;
    text-align: right;
}

.modal-buttons-section {
    padding: 20px 1em 1em 0 !important;
}
.modal .modal-buttons a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #FFF;
    background: #258fe9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    text-decoration: none;
}

.modal-button-cancel-no-padding {
    padding: 0 !important;
}

.modal .modal-buttons a:hover {
    background-color: #0078d3;
    text-decoration: underline;
}

.modal .modal-buttons a[rel="modal:confirm"]:hover {
    text-decoration: none;
}

.modal .modal-buttons a[rel="modal:close"] {
    background: #FFF;
    color: #258fe9;
}

.modal .modal-buttons input {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    color: #FFF;
    background: #258fe9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
    border: none;
    vertical-align: top;
}

.modal .modal-buttons input:hover {
    background-color: #0078d3;
    text-decoration: underline;
}

.modal .modal-input {
    border: 1px solid #676767;
    background: #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0 25px 0 5px;
    box-sizing: border-box;
}

.modal .modal-submit {
    border: 1px solid #3393dc;
    border-radius: 4px;
    background: #cce4f6;
    height: 24px;
    width: 68px;
    padding: 0 10px;
    color: #0078d3;
    font-size: 12px;
    line-height: 14px;
}

.modal .modal-submit:hover {
    background: #99C9ED;
    cursor: pointer;
}

.modal .modal-form {
}

.modal .modal-form td.title {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
    padding-top: 3px;
}

.modal .modal-form td.input {
    text-align: left;
}

.modal .modal-form td.input input[type="text"] {
    border: 1px solid #676767;
    height: 20px;
    line-height: 20px;
    width: 400px;
    padding: 0 5px;
}

.modal .modal-form td.input input[type="radio"] {
    margin: 0 5px 0 0;
}

.modal .modal-form td.input label {
    height: auto;
    line-height: 12px;
}

.modal .modal-form td.input select {
    border: 1px solid #676767;
    height: 22px;
    width: 412px;
    padding: 0 5px;
}

.modal .modal-form td.input textarea {
    border: 1px solid #676767;
    height: 50px;
    width: 400px;
    padding: 5px;
}

.modal .modal-form td.input small {
    display: block;
    font-size: 10px;
    color: #7a7a7a;
}

.modal .modal-form td.buttons {
    padding-top: 10px;
}

.modal .modal-form td.buttons input {
    border: none;
    height: 32px;
    padding: 0 10px;
    color: #FFF;
    background: #258fe9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 10px;
}

.modal .modal-form td.buttons input:hover {
    background-color: #0078d3;
}

.modal .modal-form td.buttons input[type="reset"] {
    background: #FFF;
    color: #0078d3;
}

.modal .modal-form td.buttons input[type="reset"]:hover {
    text-decoration: underline;
}

.modal .modal-form.fileview td {
    border-bottom: 1px dotted #ccc;
    padding: 8px 5px;
}

.modal .modal-form.fileview a {
    color: #018201;
}

.modal .message {
    padding-left: 60px;
}

.modal .message h3 {
    margin: 5px 0 10px 0;
}

.modal .message.warning {
    background: url(../imgs/big-warning.png) no-repeat scroll left top transparent;
}

.modal-icon-container {
    color: #FFBA2A;
    display: table-cell;
    vertical-align: top;
    overflow: visible;
}

.modal-icon-container .material-icons {
    margin-top: -4px;
}

.modal-text-container {
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
    white-space: normal;
}
.modal-text-container h3 {
    margin-top: 0;
}
.modal .select-template {
    width: 200px;
}

.modal .select-template option {
    font-size: 12px;
    margin: 10px 5px;
}

.modal .select-template option:last-child {
    color: #0078D3;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    background: url("/imgs/add_single.png") no-repeat scroll 8px center;
    padding-left: 30px;
    padding-top: 5px
}

.modal .select-template option:disabled {
    font-size: 1pt;
    background-color: #C5C5C5;
}

.modal .modal-body-big-text {
    font-size: 16px;
    line-height: 19px;
}

.modal .vat-wizard-table {
    border-collapse: collapse;
    margin-top: 15px;
}

.modal .vat-wizard-table td {
    padding: 0 5px 5px 0;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: right;
    margin: 5px 5px 5px 0;
}

.modal .vat-wizard-buttons {
    padding: 10px 20px 40px 20px;
    text-align: left;
}

.modal .vat-wizard-buttons a {
    margin-left: 0;
}

.modal .vat-percent-checkbox {
    margin: 0; padding: 0;
}

.modal .vat-wizard-table__last_col {
    width: 100px;
}

.technical-issue-icon {
    margin: 0 auto;
    display: block;
}

.error-technical-issue,
.error-not-found {
    text-align: center;
}

.technical-issue-message-holder {
    width: 272px;
    margin: 0 auto;
    color: #414141;
    line-height: 18px;
    padding: 10px 0;
}

.technical-issue-telephone {
    font-weight: bold;
    font-size: 14px;
}

.technical-issue-contact-link {
    color: #0d83dd;
    text-decoration: none;
}

.error-not-found {
    width: 100%;
    background: #ffffff;
    padding-bottom: 15px;
}

.not-found-back-button {
    display: block;
    margin: 0 auto;
    width: 392px;
    height: 492px;
    background: url('/imgs/404-not-found.png') no-repeat;
    position: relative;
    text-decoration: none;
}

.not-found-back-button-text {
    display: inline-block;
    position: absolute;
    top: 467px;
    left: 140px;
    color: #0d83dd;
}

/* ---Deleted Page--- */
.deleted-page--container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    padding-top: 30px;
}

.deleted-page--logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
    display: block;
}

.deleted-page--picture {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.deleted-page--info {
    margin-top: 60px;
    text-align: center;
}

.deleted-page--info--message {
    margin-bottom: 15px;
    font-size: 18px;
}

.deleted-page--info--help-text {
    font-size: 12px;
}

.settingsBody .field-addon-require, .field-addon-require {
    color: red;
    font-size: 10px;
}

.out-of-order-issue {
    padding: 20px;
}

.out-of-order-issue--header-icon {
    text-align: center;
    color: grey;
}

.out-of-order-issue--header {
    margin: 0 auto;
    color: #414141;
    line-height: 18px;
    padding: 10px 0;
    text-align: center;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: RobotoMedium;
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: RobotoBold;
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Nimbus;
    font-weight: bold;
    src: url("/fonts/Nimbus/NimbusSanL-Bol.otf") format("opentype");
}

@font-face {
    font-family: Nimbus;
    src: url("/fonts/Nimbus/NimbusSanL-Reg.otf") format("opentype");
}

.operator-with-icon {
    background-image: url("/imgs/chat-icon.png");
}

.border-box-sizing * {
    box-sizing: border-box;
}

.black-action {
    color: #000000;
}

.black-action:hover {
    color: #000000;
}

.no-cursor {
    cursor: default !important;
}

.no-cursor:hover {
    cursor: default !important;
}

.big-font * {
    font-size: 13px;
}

.small-font {
    font-size: 12px;
}

.pre-line {
    white-space: pre-line;
}

.align-self-center {
    align-self: center;
}

.modal-close-icon {
    color: #686464;
}

.justify-content-between {
    justify-content: space-between;
}

.modal .bank-modal-title {
    font-size: 20px;
    background: #d9d9d9;
    line-height: 40px;
    padding: 7px 5px 7px 20px;
    color: #414141;
}

.inv-tristate-checkbox * {
    box-sizing: border-box;
}

.inv-tristate-checkbox {
    border: 1px solid black;
    background-color: #ffffff;
    border-radius: 3px;
    width: 12px;
    height: 12px;
    display: inline-flex;
    margin-right: 5px;
}

.inv-tristate-checkbox.checked {
    background-color: #BFF2AF;
    color: #000;
}

.inv-tristate-checkbox.unchecked {
    background-color: #FFDBDB;
}

.inv-tristate-checkbox.indeterminate {
    background-color: #ffffff;
}
.inv-tristate-checkbox-icon.material-icons {
    font-size: 12px;
}

.inv-tristate-checkbox-label {
    color: #000;
}

.inv-tristate-checkbox-label.checked {
    color: #116D1A;
    font-weight: bold;
}

.inv-tristate-checkbox-label.unchecked {
    color: #FF1919;
    font-weight: bold;
}

.filter-included {
    background-color: #C6F6BB !important;
    border: 1px solid #169D1A !important;
}

.filter-excluded {
    background-color: #FFE0E0 !important;
    border: 1px solid #FF0004 !important;
}

.invoices-legend-row {
    margin-top: 5px;
}

.button-danger {
    background-color: #F64148
}

.master-block-body a {
    color: unset;
    text-decoration: underline;
    font-size: unset;
}

.master-block-body a:hover {
    color: unset;
}