﻿.left {
    float: left;
}

.right {
    float: right;
}

.spaced-top {
    margin-top: 12px;
}

.spaced-top-xs {
    margin-top: 4px;
}

.spaced-top-sm {
    margin-top: 6px;
}

.spaced-top-lg {
    margin-top: 20px;
}

.spaced-top-xl {
    margin-top: 32px;
}

.spaced-bottom {
    margin-bottom: 12px;
}

.spaced-bottom-xs {
    margin-bottom: 4px;
}

.spaced-bottom-sm {
    margin-bottom: 6px;
}

.spaced-bottom-lg {
    margin-bottom: 20px;
}

.spaced-bottom-xl {
    margin-bottom: 32px;
}

.spaced-left {
    margin-left: 12px;
}

.spaced-left-xs {
    margin-left: 4px;
}

.spaced-left-sm {
    margin-left: 6px;
}

.spaced-left-lg {
    margin-left: 20px;
}

.spaced-left-xl {
    margin-left: 32px;
}

.spaced-right {
    margin-right: 12px;
}

.spaced-right-xs {
    margin-right: 4px;
}

.spaced-right-sm {
    margin-right: 6px;
}

.spaced-right-lg {
    margin-right: 20px;
}

.spaced-right-xl {
    margin-right: 32px;
}

.padded-top {
    padding-top: 12px;
}

.padded-top-sm {
    padding-top: 6px;
}

.padded-top-lg {
    padding-top: 20px;
}

.padded-bottom {
    padding-bottom: 12px;
}

.padded-bottom-sm {
    padding-bottom: 6px;
}

.padded-bottom-lg {
    padding-bottom: 20px;
}

.padded-left {
    padding-left: 12px;
}

.padded-left-sm {
    padding-left: 6px;
}

.padded-left-lg {
    padding-left: 20px;
}

.padded-right {
    padding-right: 12px;
}

.padded-right-sm {
    padding-right: 6px;
}

.padded-right-lg {
    padding-right: 20px;
}

.withcircle {
    color: #293c4d;
    border: 2px solid #293c4d;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    display: inline-flex;
    padding: 3px 0px 0px 1px;
    justify-content: center;
    align-content: center;
    vertical-align: middle;
    margin-top: -6px;
}

.withcircle.disabled {
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    cursor: default;
}

.withborder {
    border: 1px solid #e7e7e7;
}

.withdots {
    border-bottom: 1px dotted #cdcdcd;
}

.theme-light .withhover:hover {
    background-color: #f8f8f8;
}

.theme-dark .withhover:hover {
    background-color: #333333;
}

.theme-contrast .withhover:hover {
    background-color: #f8f8f8;
}

.withshadow {
    -moz-box-shadow: 4px 4px 6px #808080;
    -webkit-box-shadow: 4px 4px 6px #808080;
    box-shadow: 4px 4px 6px #808080;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#808080');
}

.withstandards {
    height: 45px;
}

.withmax-3xl {
    max-width: 1600px;
    width: 100%;
}

.withmax-2xl {
    max-width: 1400px;
    width: 100%;
}

.withmax-xl {
    max-width: 1200px;
    width: 100%;
}

.withmax-lg {
    max-width: 1000px;
    width: 100%;
}

.withmax-md,
.withmax {
    max-width: 800px;
    width: 100%;
}

.withmax-sm {
    max-width: 600px;
    width: 100%;
}

.withmax-xs {
    max-width: 400px;
    width: 100%;
}

.withhand {
    cursor: pointer;
}

.withellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.circled {
    border-radius: 50%;
}

.user-avatar {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    border-style: none;
    border-radius: 50%;
}

.initials-avatar {
    width: 42px;
    height: 42px;
    background-color: #6264a7;
    border-radius: 50%;
    font-family: sans-serif;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.initials-avatar.error {
    background-color: #dc3545;
}

.small {
    font-size: small !important;
}

.smaller {
    font-size: smaller !important;
}

.smallest {
    font-size: x-small !important;
}

.big {
    font-size: large !important;
}

.bigger {
    font-size: larger !important;
}

.biggest {
    font-size: x-large !important;
}

.biggest2 {
    font-size: xx-large !important;
}

.selectedbox {
    border-left: 3px solid #5558af;
    padding: 2px 0px;
}

.selectedbox:hover {
    border-left: 3px solid #006ab3;
}

.selectedbox.padded {
    padding-top: 9px;
    padding-bottom: 9px;
}

.selectedbox-inv {
    border-left: 3px solid #86accc;
    padding: 2px 0px;
}

.selectedbox-inv:hover {
    border-left: 4px solid #5558af;
}

.selectedbox-inv.padded {
    padding-top: 9px;
    padding-bottom: 9px;
}

.selectedbox-inv strong {
    color: #7b7979;
}

.selectedbox a:not(.link) {
    text-decoration: none;
    color: inherit;
}

.selectedbox > .row {
    margin-left: inherit;
    margin-right: inherit;
}

.nobr {
    white-space: nowrap;
}

.nobr-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-off {
    text-decoration: none !important;
    color: inherit;
}

.link-on {
    text-decoration: initial !important;
    color: #007bff !important;
}

.theme-light .text-primary {
    color: #212529 !important;
}
.theme-dark .text-primary {
    color: #ffffff !important;
}
.theme-contrast .text-primary {
    color: #ffffff !important;
}
