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

.border {
    border: 1px solid rgba(0, 0, 0, .12) !important;
    border-color: rgba(0, 0, 0, .12) !important;
}

.noBorder {
    border: none !important;
}

.relative {
    position: relative;
}

.text-decoration-none {
    text-decoration: none;
}

.width100 {
    width: 100% !important;
}

.height100 {
    height: 100% !important;
}

.monospace {
    font-family: monospace !important;
}

code {
    box-shadow: none;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

.text-overflow {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.miniDrawer .v-navigation-drawer__border {
    background-color: transparent !important;
}

html, .application--wrap {
    height: 100vh;
    overflow-y: auto !important;
}

.height100 {
    height: 100%;
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.pointer {
    cursor: pointer;
}

.max450 {
    max-width: 450px;
}

.transactionContainer {
    max-width: 1700px;
    margin: auto;
}

.dynamicTruncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 0;
}

.pathGraph {
    top: 48px;
    position: absolute;
    left: 0;
    right: 0;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.v-slide-group__prev {
    margin-left: -24px;
    margin-right: -16px;
}

.v-slide-group__next {
    margin-left: -16px;
    margin-right: -24px;
}

.v-autocomplete__content {
    max-width: 0px !important;
}

.fontMonospace {
    font-family: 'Roboto Mono', monospace !important;
}

.inputMonospace input {
    font-family: 'Roboto Mono', monospace;
}

.cardShadow {
    box-shadow: 0 .5rem 1.2rem rgba(189, 197, 209, .3) !important;
}

.buttonShadow.force {
    box-shadow: 0 .5rem 1.2rem rgba(189, 197, 209, .4) !important;
}

.link {
    color: #1565C0 !important;
    text-decoration: none;
}

.link:hover {
    color: #2196F3 !important;
}

.description-styles {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 4px 8px 0;
}

.show-full-text-hover {
    background-color: #EEEEEE !important;
    height: 100%;
}

.description-styles .show-full-text-hover {
    padding: 4px 0 !important;
}

.descriptionParentHover {
    white-space: nowrap !important;
    overflow: visible !important;
    max-width: 0;
    position: relative;
    z-index: 1;
}


.text-field-label-style .v-label {
    font-size: 0.9em;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #303030;
}

.underline-on-hover:hover {
    text-decoration: underline !important;
}

.textGrey {
    color: rgba(0, 0, 0, 0.7) !important;
}

.whiteBackground {
    background-color: white;
}

.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}