:root {
    --adderat-color: #89a427;
    /* --adderat-color-secondary: #267386; */
    --adderat-color-secondary: #237284;
    --adderat-color-secondary-dark: #0D5A6D;
    --adderat-color-primary: #48ad20;
    --adderat-color-primary-dark: #389d10;

    --bs-success-rgb: 35, 114, 132;
    --bs-green: #237284;
    --bs-success: #237284;

}

.range-adderat::-webkit-slider-thumb {
    background: var(--adderat-color-secondary);
    width: 1.5rem;
    height: 1.5rem;
}

.range-adderat::-moz-range-thumb {
    background: var(--adderat-color-secondary);
    width: 1.5rem;
    height: 1.5rem;
}

.range-adderat::-moz-range-thumb::-ms-thumb {
    background: var(--adderat-color-secondary);
    width: 1.5rem;
    height: 1.5rem;
}

.range-adderat::-moz-range-track {
    background-color: #cadde2;
}
.range-adderat::-webkit-slider-runnable-track {
    background-color: #cadde2;
}

.lh-xl {
    line-height: 2.5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #676a6c;
    font-weight: bold;
}

body {
    background-color: #f5f6f4;
    color: #676a6c;
}

html,
body {
    height: 100%;
}

.text-body {
    color: #676a6c !important;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    color: #0090ff;
}

.news-hover:hover .cm-post-title {
    text-decoration: underline !important;
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: #0077cc;
}

.table-grid td,
.table-grid th {
    border: 1px solid;
    border-color: inherit;
    padding: 0.3rem;

}

/*
.form-control:not(.form-default) {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.07);
    border-color: #eaeaea;
    --
    border-color: #f0f0f0;
    background-color: #f7f7f8;
    border-bottom: 2px solid #48ad20;
}
.saved, .form-control.saved {
    box-shadow: 0 0 0 0.25rem rgba(120, 221, 80, 0.35);
    transition: box-shadow .25s ease-in;
    transition: box-shadow .25s ease-in-out;
}*/

.copied::after {
    display: inline-block;
    content: "\f164";
    margin-left: 0.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}


.form-floating>label,
.form-control::placeholder {
    color: #999;
}

.body-color {
    color: #676a6c !important;
}

.bg-body {
    background-color: #f5f6f4 !important;
}

.fc-adderat {
    color: var(--adderat-color-secondary) !important;
}

.fc-adderat-light {
    color: #93ce7b !important;
}

.bg-adderat,
.navbar-adderat,
.btn-adderat,
.abar {
    background-color: var(--adderat-color-primary);
}

.btn-adderat {
    border-color: var(--adderat-color-primary);
}

.btn-adderat {
    color: #ffffff;
}

.btn-adderat:hover {
    background-color: var(--adderat-color-primary-dark) !important;
    border-color: var(--adderat-color-primary-dark) !important;
    color: #fff;
}

.bg-adderat-secondary {
    background-color: var(--adderat-color-secondary);
}

.btn-adderat-secondary {
    background-color: var(--adderat-color-secondary) !important;
    border-color: var(--adderat-color-secondary) !important;
    color: #fff;
}

.btn-adderat-secondary:hover {
    background-color: var(--adderat-color-secondary-dark) !important;
    border-color: var(--adderat-color-secondary-dark) !important;
    color: #fff;
}


.bg-adderat-light {
    background-color: #93ce7b;
}



.text-medium {
    color: #a3a4a6;
}

.text-dim {
    color: #cdcdcd;
}


#adderat-intro {
    background: url(/web/img/bg_laptop.jpg) center bottom no-repeat;
    background-size: cover;
    min-height: 60%;
}


.abar {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    color: #fffd;
}

.pg-divider {
    margin: 12px 0px 0px 0px;
    height: 12px;
    border-top: 3px solid var(--adderat-color-secondary);
    width: 20%;
    max-width: 100%;
}

.pg-divider-center {
    margin: 12px auto 0px auto;
    height: 12px;
    border-top: 3px solid var(--adderat-color-secondary);
    width: 20%;
    max-width: 100%;
}

.abar-ico i {
    text-align: left;
    margin-right: 0.5rem;
}

.abar-sub {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #fffd;
}

.abar-title {
    position: relative;
}

.h1-adderat {
    font-weight: 500;
    font-size: 2rem
}

.fs-medium {
    font-size: 1.1rem !important;
}

.fs-root {
    font-size: 1rem !important;
}

.border-bottom-light {
    border-bottom: 1px solid #f5f6f4 !important;
}

.box,
.context-menu {
    background-color: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
}

.box-header {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem;
    padding-left: 1rem;
}

.box-header,
.context-header,
.border-bottom {
    border-bottom: 1px solid #e7eaec;
}

.box-body {
    padding: 1rem;
    /*padding-top: 0.5rem;*/
}

.form-title {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border-bottom: 1px solid #e7eaec;
}

.btn-default {
    background: #e9ecef;
    color: #212529;
    border: 1px solid #ced4da;
}

.text-shadow-dark {
    text-shadow: 0px 0px 10px #272727;
}

.text-shadow-dark-sm {
    text-shadow: 1px 1px 1px #272727;
}

.text-shadow-sm {
    text-shadow: 1px 1px 1px #27272740;
}

.text-shadow-light-sm {
    text-shadow: 1px 1px 1px #fcfcfc;
}

.min-w-md {
    min-width: 150px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.fc-medium {
    color: #bbb !important;
}


.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-300 {
    font-weight: 300;
}


.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.nav-item {
    margin-right: 0.75rem;
    font-weight: 600;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item i {
    margin-right: 0.1rem;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px;
    content: "\f0d7";
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    vertical-align: -1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    color: rgba(0, 0, 0, 0.125);
}

.adot::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "·";
    font-weight: 900;
    margin-left: 0.25rem;
}


.navbar-adderat .dropdown-toggle::after {
    color: rgba(255, 255, 255, 0.75);
}


.data-num::before {
    display: inline-block;
    ;
    content: attr(data-num);
    font-size: 1.5rem;
    color: #a0a0a0;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0.5rem;
}

.item-ico {
    padding-left: 0.5rem !important;
}

.item-ico i {
    margin-right: 0.25rem;
}

.dropdown-item.bg-adderat:hover,
.dropdown-item.bg-adderat:focus {
    background-color: #b9cf74;
    color: white;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #FFF;
    transition: all 0.3s;
}

.border-color {
    border-color: #e7e7e7;
}

.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: transparent;
}

.navbar-light {
    border-bottom: 1px solid #DDDDDD;
    background-color: #fff;
}

/* Boot */

@media (max-width: 720px) {
    .h1-adderat {
        font-size: calc(1.55rem + 1vw);
    }
}


.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-light .navbar-nav .nav-link {
    color: #676a6c;
}


.state {
    color: rgba(0, 0, 0, 0.5) !important;
}

.state-open {
    background-color: #fff !important;
}

.state-readylock {
    background-color: #fefcf5 !important;
}

.state-sent {
    background-color: #fdf6dd !important;
}

.state-partsign {
    background-color: #fbecbb !important;
}

.state-fullsign {
    background-color: #dcf0e2 !important;
}


.text-info {
    color: #17a2b8 !important;
}

.landscape-inline {
    display: none;
}

@media only screen and (orientation: portrait) and (max-device-width: 700px) {
    .landscape-inline {
        display: inline;
    }
}

form.validate input:required:invalid,
input:focus:invalid {
    border-bottom-color: #7a7a7a !important;
}

/* input:required:valid {
    background-image: url(/web/img/ico/input_valid.png);
    background-position: right 6px top 10px;
    background-repeat: no-repeat;
} */

@keyframes lookhere {
    0% {}

    5% {
        transform: rotate(2deg);
    }

    8% {
        transform: rotate(-1deg);
    }

    10% {
        transform: rotate(1deg);
    }

    12%,
    75%,
    100% {
        transform: rotate(0deg);
    }
}

.anim-lookhere-inf {
    animation: lookhere 2000ms infinite;
}

.anim-lookhere {
    animation: lookhere 2000ms 1;
}

.accordion-button.collapsed:hover {
    background-color: #f8f9fa !important;
    border-bottom-color: red !important;
}

#navbar {
    transition: 0.5s;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
    .bg-light-md {
        background-color: rgba(255, 255, 255, 0.85);
    }

    #adderat-intro {
        min-height: initial;
    }
}

.striped {
    background-color: var(--bs-table-striped-bg);
}

.op-75 {
    opacity: 0.75;
}

.rotate-0 {
    transform: rotate(0deg);
}

.rotate-lg-3 {
    transform: rotate(-3deg);
}

.rounded-4 {
    border-radius: 1rem;
}

.rounded-5 {
    border-radius: 2rem;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .fs-xs-small {
        font-size: 0.8rem;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .rotate-lg-3 {
        transform: rotate(0deg);
    }
}