﻿@import "Checkboxes.css";
@import "Radiobuttons.css";
@import "Animations.css";
@import "Statuscolors.css";
@import "AI-Loader.css";

@font-face {
    font-family: "Maven Pro";
    src: url("fonts/MAVENPRO-REGULAR.TTF");
}

html, body, *{
    font-family: 'Maven Pro';
}

.hiddenbylicense {
    display: none;
}

.configlinkitem:hover {
    background-color: #db9912;
    opacity: 0.75;
    font-weight: bold;
    color: black;
    border: none;
}

.highlight {
    position: relative;
}

.isbuffer {
    border-left: 10px solid purple;
    border-radius: 10px;
}

.highlight::before {
    background-color: #db9912;
    opacity: 0.5;
    content: "";
    position: absolute;
    width: 100px;
    height: 30px;
    left: 0px;
    bottom: -4px;
    z-index: -1;
    transform: rotate(-2deg);
}

.capedepot-badge-circle-external {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: darkgreen;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.capedepot-badge-circle-users {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: #db9912;
    color: #152e56;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.capedepot-badge-circle-user {
    position: absolute;
    top: 4px;
    right: 8px;
    transform: translate(50%, -50%);
    background-color: #152e56;
    color: #db9912;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.blockstatchartdays .ct-chart-bar .ct-bar {
    stroke: #db9912 !important;
}

.blockstatchartdriving .ct-chart-bar .ct-bar {
    stroke: palevioletred !important;
}

.blockstatchartdistance .ct-chart-bar .ct-bar {
    stroke: darkolivegreen !important;
}

.cursorpointer {
    cursor: pointer !important;
}

.hiddenwhenreplica {
    display: none;
}

.articleimagecontainer {
    position: relative;
}

.articlelistitem {
    padding: 16px;
}

.articleimage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 75%;
    border: 4px;
}

.stampedoutoverlay {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.stampedoutoverlaycontent {
    text-align: center;
    font-size: x-large;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.se-pre-con {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(Images/loading.svg) center no-repeat #fff;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.gmapsBtn {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    color: white;
    cursor: pointer;
    padding: 10px!important;
    height: 48px;
}

.scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #152e56;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 48px;
    height: 48px;    
}

.text-craft {
    color: #152e56!important;
}

.configitem:hover {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.suggestion {
    cursor: pointer;
}

.assemblyorderlistitem:hover{
    background-color: white;
}

.suggestion:hover {
    background-color: #007BFF !important;
    color: white !important;
}

.archiveresult:hover {
    background-color: #152e56;
    color: white;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: lightgray;
    overflow-x: hidden;
    transition: 0.5s;
}

.w-33 {
    width: 33% !important;
}

.overlay-content {
    position: relative;
    top: 16px;
    width: 100%;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -88px;
    right: 45px;
    font-size: 60px;
}

.nav-item:hover{
    border-bottom: 2px solid grey;
    margin-bottom: -2px;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.btn{
    font-weight: bold;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: grey;
    margin: 6px 0;
    transition: 0.4s;
}

.burger {
    float: right;
    cursor: pointer;
}

#burgerreplacement {
    display: none;
}

.form-control {
    background-color: lightgrey !important;
}

.btn-shadow {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.editicon {
    float: right;
    padding-top: 5px;
    color: grey !important;
    cursor: pointer;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: dimgrey;
}

.dl-horizontal dt {
    white-space: normal;
}

.searchtipps {
    display: none;
}

#addarticlebutton{
    margin-top: 32px;
}

.hiddenonsmallscreens{
    display: none;
}

@media only screen and (max-width: 600px) {
    .mt-3onsmallscreen {
        margin-top: 1rem !important;
    }

    .no-padding-body-content {
        padding-top: 32px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    .body-content {
        padding-top: 132px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }
    
    /*.fixed-top,
    footer {
        display: none !important;
    }*/

    .navbarmobile {
        display: flex;
    }
}

@media only screen and (max-width: 992px) {
    .textaligncenteronsmallscreen{
        text-align: center!important;
    }

    #unknownarticlebtn{
        margin-top: 16px;
    }

    .showonbigscreen {
        display: none;
    }

    .showonsmallscreen{
        visibility: visible;
    }

    .textalignrightonbigscreen,
    .orderinfoalignrightbelowmedium{
        margin-top: 16px;
    }

    .hiddenonsmallscreens {
        display: block;
    }

    .btn-block-onsmallscreen {
        display: block;
        width: 100%!important;
        margin-bottom: 16px;
    }

    .showonsmallscreen {
        color: #495057;
        display: block;
    }

    .hideonsmallscreen {
        display: none;
    }

    .configrow {
        display: none;
    }

    #burgerreplacement {
        display: block;
    }

    .burger {
        display: none;
    }

    #mobileclosestatistic{
        display: block;
    }

    .mt2onsmallscreen{
        margin-top: 16px;
    }

    .fullwidthonsmallscreen {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .no-padding-body-content {
        padding-top: 32px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    .body-content {
        padding-top: 132px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        color: dimgrey;
    }

    .overlay {
        top: 100px;
    }

    .fixed-top{
        display: flex;
        min-height: 100px;
    }

    .navbarmobile{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
    .orderinfoalignrightbelowmedium {
        text-align: right;
    }

    .showonbigscreen {
        visibility: visible;
    }

    .showonsmallscreen {
        display: none;
    }

    .textalignrightonbigscreen, 
    .infoalignrightonbigscreen {
        text-align: right;        
    }

    .showonsmallscreen {
        display: none;
    }

    .searchtipps {
        display: block;
        color: #ababab;
        position: absolute;
        top: 70px;
    }

    .overlay {
        top: 100px  ;
    }

    #mobileclosestatistic{
        display: none;
    }

    .searchfailurehint {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
}