a {
    outline: 0;
}

/** ===============================================
    ================== NAVIGATION =================
    =============================================== */

.navbar-nav {
    width: 100%;
}

.navbar-nav a {
    color: #0a8dae;
    border: 1px solid transparent;
    border-radius: 3px;
    text-decoration: none;
}

.navbar-nav a:hover:not(.logo-item):not(.dropdown-item):not(.cart-item):not(.selected) {
    border: 1px solid #0a8dae91;
    border-radius: 3px;
    background-color: #0a8dae17;
    text-decoration: none;
}

.navbar-nav a:not(.logo-item).selected {
    border: 1px solid #0a8dae;
    border-radius: 3px;
    background-color: #0a8dae17;
    text-decoration: none;
    cursor: default;
}

.nav-item .a-like {
    color: #0a8dae;
}

a.nav-item {
    color: #0a8dae;
}

.dropdown-item i {
    margin-right: 0.5em;
}

.logoSettings {
    max-width: 400px;
    max-height: 200px;
}

/** ===============================================
    ============= MULTI-LVL DROPDOWN ==============
    =============================================== */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    /* left: 100%; */
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/** ===============================================
    ==================== TABLES ===================
    =============================================== */

/*
table {
    border-top: 1px solid grey;
    border-bottom: 1px solid rgb(216, 216, 216);
}
*/

/*
table input[type="text"] {
    max-width: 200px;
}

table select {
    min-width: 150px;
}

@media screen and (max-width: 500px) {
    table select {
        max-width: 100px;
    }
}
*/

/** ===============================================
    ==================== ICONS ====================
    =============================================== */

.icon-big {
    font-size: 1.5em;
    padding: .2em;
}

.icon-huge {
    font-size: 2.25em;
    padding-top: .2em;
    padding-bottom: .2em;
    margin: 0;
}

.icon-small {
    font-size: 1em;
    padding: .2em;
}

.graph-icon {
    font-size: 3em;
    padding: 0em;
}

.icon-giant {
    font-size: 8em;
    padding: 0em;
}

/** ===============================================
    ==================== COLORS ===================
    =============================================== */

.bg-custom-blue {
    background-color: #006da0;
}

.no-bg {
    background-color: transparent;
}

.bg-light-grey {
    background-color: rgb(218, 218, 218);
}

.bg-faded {
    background-color: rgb(243, 243, 243);
}

.bg-custom-green {
    background-color: #3ba048;
}

.switch-bg-blue:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.switch-bg-green:checked~.custom-control-label::before {
    color: #fff;
    border-color: #3ba048;
    background-color: #3ba048;
}

.text-blue {
    color: #007bff;
}
.text-red {
    color: red;
}

.sel-bg-success {
    background-color: rgb(130, 235, 130)!important;
}

.sel-bg-alm-success {
    background-color: rgba(130, 235, 130, 0.486)!important;
}

.sel-bg-alert {
    background-color: rgba(255, 251, 0, 0.747)!important;
}

.sel-bg-warning {
    background-color: rgba(255, 145, 0, 0.726)!important;
}

.sel-bg-danger {
    background-color: rgb(250, 161, 161)!important;
}

.light-card {
    border: 1px solid rgb(219, 219, 219);
    background-color: rgb(247, 247, 247);
}

.blue-border {
    border: 2px solid #007bff;
    border-radius: 3px;
}

.green-border {
    border: 2px solid #3ba048;
    border-radius: 3px;
}

/** ===============================================
    ==================== SIZES ====================
    =============================================== */

.miw-80 {
    min-width: 80px;
}

.mw-200 {
    max-width: 200px;
}

.mw-400 {
    max-width: 400px;
}

.mw-600 {
    max-width: 600px;
}

.mh-200 {
    height: 200px;
}

.max-height-200 {
    max-height: 200px;
}

.min-height-200 {
    min-height: 200px;
}

.scale-half {
    transform: scale(.9);
}

.img-big {
    height: 100%;
    width: 100%;
}

.h-c-50 {
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
}

.h-120 {
    height: 120px;
}

.h-20 {
    height: 20px;
}

.h-40 {
    height: 40px;
}

.h-150 {
    height: 150px;
}

.h-80 {
    height: 80px;
}

.lh-80 {
    height: 80px;
    vertical-align: middle;
}

.h-200 {
    height: 200px;
}

.h-400 {
    height: 400px;
}

.mt-30 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.w-150 {
    width: 200px;
}

.mt-10 {
    margin-top: 10px;
}

/** ===============================================
    ============ ALIGNMENT / POSITION =============
    =============================================== */

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .vertical-center {
        display: block;
        clear: both;
    }
}

.relative {
    position: relative;
}

/** ===============================================
    ==================== MISC =====================
    =============================================== */

.custom-control {
    text-align: center;
}

.custom-control label:hover {
    cursor: pointer;
}

.breadcrumbs {
    color: white;
    font-size: 20px;
    padding: 10px;
    background-color: rgb(187, 197, 207);
    border: none;
    margin-bottom: 20px;
}

.iconed-btn {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    padding-right: 10px;
    text-decoration: none;
    margin-top: .3em;
    margin-bottom: 1em;
}

.iconed-btn:hover {
    opacity: 1;
}

.iconed-btn p {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    line-height: 33px;
    text-decoration: none;
    vertical-align: top;
}

a.nostyle-a {
    text-decoration: none;
    color: black;
}

.hoverable {
    opacity: .8;
}

.hoverable:hover {
    opacity: 1;
}

.clickable:hover {
    cursor: pointer;
}

.clickable *:hover {
    cursor: pointer;
}

.break-word {
    word-wrap: break-word;
    word-break: break-all;
}

.table-striped-3>tbody>tr:nth-child(4n+0) {
    background-color: rgba(0, 0, 0, .05);
}

.table-striped-3>tbody>table {
    background-color: rgba(0, 0, 0, 0);
}

.filter-row {
    background-color: rgba(0, 0, 0, .08);
}

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

.b-red {
    border: 1px solid red;
}

.clickable:hover {
    cursor: pointer;
}

.no-after::after {
    display: none;
}

.no-before::before {
    display: none;
}

.disabled {
    opacity: .5;
}

.disabled:hover {
    opacity: .5;
}

.disabled:active {
    opacity: .5;
}

td .blue-checked {
    margin: 0 auto;
    background-color: rgb(0, 110, 255);
    min-width: 40px;
    max-width: 75px;
    height: 25px;
    border-radius: 2px;
}

td .green-checked {
    margin: 0 auto;
    background-color: #3ba048;
    min-width: 40px;
    max-width: 75px;
    height: 25px;
    border-radius: 2px;
}

td .unchecked {
    margin: 0 auto;
    background-color: rgb(173, 173, 173);
    min-width: 40px;
    max-width: 75px;
    height: 25px;
    border-radius: 2px;
}

.table-unstriped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0);
}

.no-border {
    border: none;
}

.nofocus:focus {
    outline: none;
    box-shadow: none;
}

.react-autosuggest__suggestions-list {
    max-height: 200px;
    overflow-y: auto;
}

.truncate {
    max-width: 30em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zoom-6{
    zoom: .6;
}

.zoom-7{
    zoom: .7;
}

.overlay{
    border: 5px solid #29474e;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay:hover{
    opacity: .2;
    text-shadow: 0 0 10px #000;
    background-color: #70b8a7;
    cursor: pointer;
    color: #fff;
    font-size: 16em;
}

.split-title{
    position: absolute;
    bottom: 0;
    right: 0px;
    padding-right: 10px;
    padding-left: 30px;
    color: black;
    font-size: 26px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
    opacity: .4;
}

.split-title:hover{
    text-decoration: none;
    color: black;
    opacity: .8;
}

.e4collColors{
    color: #088dae;
    border-color: #088dae;
}

.e4collColors:hover{
    background-color: #088dae;
    color: white;
}

.small-font{
    font-size: .8em;
}

.init-bg{
    color: black;
    background: url(/images/gears.svg) center no-repeat;
    background-size: 600px 450px;
}

.init-top-bg{
    background-color: rgba(255, 255, 255, 0.863);
}

.version{
    position: absolute;
    width: 100%;
    float: bottom;
    line-height: 60px;
}

#rgpd-scroll{
    height: 20em;
    overflow-y: auto;
    padding: 0 2em 0em 2em;
}

.required{
    color: #dc3545;
}

th.required .fa-asterisk {
    font-size: 0.5em;
    margin-left: 0.2em;
    position: absolute;
}

label.required {
    color: #dc3545;
}

label.required .fa-asterisk {
    font-size: 0.5em;
    margin-left: 0.2em;
    position: absolute;
}

img.imageLightBox {
    margin: 0em 0.5em 0.5em 0em;
    border: 5px solid #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    cursor: pointer;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #ffffff;
 }
 
 .modal-header {
     background-color: floralWhite;
 }

 .space-between{
     display:flex;
     justify-content: space-between;
 }
 .dotted{
border : dotted black 2px;
border-radius: 10px;
padding: 10px
 }