@font-face {
    font-family: Roboto;
    src: url("/static/fonts/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("/static/fonts/Roboto-Regular.woff?v=1.1.0") format("woff"), url("/static/fonts/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url("/static/fonts/Roboto-Regular.woff2?v=1.1.0") format("woff2"), url("/static/fonts/Roboto-Regular.woff?v=1.1.0") format("woff"), url("/static/fonts/Roboto-Regular.ttf?v=1.1.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url("/static/fonts/Roboto-Medium.woff2?v=1.1.0") format("woff2"), url("/static/fonts/Roboto-Medium.woff?v=1.1.0") format("woff"), url("/static/fonts/Roboto-Medium.ttf?v=1.1.0") format("truetype");
    font-weight: 500;
    font-style: normal;
}

  


.float-right {
    float: right;
}
.text-blue {
    color: blue;
}

.custom-tooltip-trigger {
    cursor: pointer;
}

.custom-tooltip-trigger:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 500ms;
}

.custom-tooltip {
    position: fixed !important;
    white-space: nowrap;
    visibility: hidden;
    background: black;
    border: 1px solid black;
    padding: 5px;
    z-index: 9999;
    color: white;
    border-radius: 2px;
    opacity: 0;
    box-shadow: 1px 1px 3px 2px #888;
    transition: visibility 200ms, opacity 200ms;
}

.custom-tooltip:before {
    width: 0; 
    height: 0;
    content: " ";
    margin-top: -15px;
    position: fixed;
    margin-top: -13px;
    position: fixed;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

.custom-tooltip.custom-tooltip-top:before {
    width: 0;
    height: 0;
    content: " ";
    bottom:0px;
    margin-bottom: -8px;
    left: 3px;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
    transform: rotate(180deg);
}

.custom-black-tooltip {
    background: black;
    color: white;
    border-radius: 2px;
    position: absolute;
    border: 1px solid black;
    padding: 5px;
    z-index: 9999;
}

#event-tooltip, .custom-black-tooltip {
    background: black;
    color: white;
    border-radius: 2px;
    position: absolute;
    border: 1px solid black;
    padding: 5px;
    z-index: 9999;
}

.white-color {
    color: white;
}

.pagination {
    float: right;
}

#pagination button {
    color: white;
}

.input-group-append .input-group-text {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.avza-color-scheme {
    background: #00223d;
    color: white;
}

.header-nav .nav-link {
    color: #ccc;
    font-size: min(0.87vw, 15px);
}

.header-nav .nav-link.active, .header-nav .show>.nav-link {
    color: #fff;
    border-bottom: 1px solid;
    border-radius: 3px;
}

.header-nav .nav-link:focus, .header-nav .nav-link:hover {
    color: #fff;
    transition: all 200ms;
}

#header-links .nav-item {
    background-color: #00344a;
    margin-left: 2px;
    border-radius: 4px;
}

.btn.btn-info {
    background-color: #27A2A4;
    border-color: #27A2A4;
}

.btn.btn-info:hover {
    background-color: #0286c2;
}

.btn-outline-info {
    color: #27A2A4;
    border-color: #27A2A4;
}

.btn-outline-info:hover {
    background-color: #0286c2;
    color: #fff;
}

a.nav-link, .nav-link .avatar {
    font-size: 13px;
}

.nav-link-icon {
    margin-right: 3px;
}

.avatar-img {
    width: 75%;
}

.invalid-input {
    border: solid 1px red;
}

.user-select-none {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectize-control div.selectize-input.disabled {
    opacity: 1;
    background-color: var(--cui-input-disabled-bg,#d8dbe0);
    border-color: var(--cui-input-disabled-border-color,#b1b7c1);
}

.input-group-prepend .input-group-text {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

div.selectize-control.multi .selectize-input > div {
    background: #034B6D;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 5px;
}

#see-generated-invoice,
#see-vendor-invoice {
    position: fixed;
    top: 230px;
    right: 25px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #034B6D;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    transition: all 200ms;
    box-shadow: 1px 1px 4px 2px #777;
}

#see-vendor-invoice {
    top: 312px;
}


.btn.btn-info, .btn.btn-danger, .btn.btn-success, .btn.btn-warning {
    border-radius: 7px;
}

body {
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

hr.styled-hr {
    color: #aaa;
}

.summary-tiles h3 {
    font-size: 24px
}

.border-right {
    border-right: 1px solid #f0f0f0;
}


#input-items-in-page {
    font-size: 13px;
}

.table-light-blue {
    background-color: #f6f8fa;
    color: #4e75ad;
}

.table-light-blue th, .table-light-blue td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.form-select, .form-control {
    border-color: #bfcbd9;
}

.summary-tile-data {
    text-decoration: none;
    color: #00223d;
}

a.summary-tile-data:hover {
    color: #000;
}


#filters-input-row input, #filters-input-row select, #filters-input-row,
.filters-input-row input, .filters-input-row select, .filters-input-row {
    font-size: 13px;
}


select.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234e75ad' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

#input-items-in-page {
    color: #4e75ad;
}

.card .card-header {
    background-color: #f6f8fa;
}


.form-control:disabled, .form-control[readonly],
.form-select:disabled, .form-select[readonly],
.selectize-input.disabled, .selectize-control div.selectize-input.disabled {
    background-color: #bcc7d4;
    color: #555;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

input[type="number"]:disabled::-webkit-inner-spin-button {
    display: none;
}