﻿/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */


@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
    background-color: #F2F3F6;
    font-family:'Lato','Calibri';
}

h5{
    margin-bottom:0rem;
}

a {
    color: #403e3e;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.bg-body {
    background-color: #F2F3F6 !important;
}

.bg-link {
    background-color: rgb(35, 91, 167) !important;
    opacity:0.50;
    color:#ffffff;
}

.bg-content {
    background-color: #e5ecf5 !important;
}

.text-blind {
    color: rgb(220, 234, 241) !important;
}

.text-blue {
    color: #004e95 !important;
}
.text-darkblue {
    color: #004e95 !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-orange {
    background-color: #e85416 !important;
}

.bg-blue {
    background-color: #004e95 !important;
}
.card-body m-0-topic:hover {
    color: #ffffff !important;
}

.right-table-hack {
    width: 1px;
    white-space: nowrap;
}

.card-icon {
    color: #e85416;
}

table th {
    color: #004e95;
    font-weight: 600;
    border-top: 0px;
}

/*.table td{
    border:none;
}

.table tbody tr: {
    border-bottom: 1px solid #dee2e6 !important;
}
.table tr:last-child {
    border: none;
}
*/
.table > :not(caption) > * > * {
    border-bottom-width: 0px; /* Remove Bootstrap's bottom border */
    border-top-width: 1px; /* Add a top border */
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: none;
    color: #4d4a4a;
}

.jumbotron-fluid {

}
.badge-orange {
    background-color:#e85416 !important;
    color: #fff;
}

.icon-orange {
    padding-right: 0.5rem;
    color: #e85416 !important;
}
.text-gray {
    color: #888888 !important;
}
/*@media (min-width:768px) {
    .bd-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 0rem;
        z-index: 1000;
        height: calc(100vh - 0rem);
    }
}*/
.bd-sidebar {
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (min-width: 958px) {
    .bd-sidebar {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    @supports ((position: -webkit-sticky) or (position: sticky)) {
        .bd-sidebar {
            position: -webkit-sticky;
            position: sticky;
            top: 0rem;
            z-index: 1000;
            height: calc(100vh - 0rem);
        }
    }
}

@media (min-width: 1200px) {
    .bd-sidebar {
        -ms-flex: 0 1 320px;
        flex: 0 1 320px;
    }
}

.nav-item{
    font-weight:bold;
}

.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.active {
    color:#e85416 !important;
}

.bg-card-orange {
    background-color: #fdb795;
}
.bg-card-blue{
    background-color:#9eccfa;
}

.bg-card-green {
    background-color: #a6e1bf;
}

.active-arrow {
    display: none;
}

.accordion-td.active .active-arrow {
    display: inline !important;
}

.text-green {
    color: #27ae60 !important;
}
.contact-image {
    background-image: url(https://cdnmedia.eurofins.com/Microsites/media/2249/contact.jpg);
    background-size: cover;
    background-position: center;
    opacity: 0.6;
}
.text-card-green {
    color: #1d7d46 !important
}

.more-options:hover {
    color: #e85416 !important;
}
.more-options:focus {
    color: #e85416 !important;
}
.more-options:active {
    color: #e85416 !important;
}

.more-options {
    border:0px;
}

.text-yellow {
    color: #e8aa16 !important;
}

.table td {
    vertical-align: middle;

}
.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: #e0e9f9;

}
.icon-center {
    display: flex !important;
    align-items: center;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

.dropdown-item.active{
    background-color:#FFFFFF;
}

#sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

.table-hover > tbody > .overwrite-active:hover > * {
    --bs-table-accent-bg: #FFF;
}
#page-content-wrapper {
    min-width: 100vw;
}

.card {
    /*border-radius: 0 !important;*/
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}

/*
a > h6 {
   color: white;   
}


a > .display-4 {
    color: white;
} */
a:hover {
    text-decoration: none;
}

.card-topic:hover {
    background-color: #d4dadf !important;
    
}

.card-topic a:hover {
    color: #403e3e;
}

.navbar-nav .show > .nav-link{
    font-size:14px;
}

.navbar-nav .collapsing > .nav-link {
    font-size: 14px;
}

.accordion-item {
    color: inherit;
    background-color: inherit;
    border: none !important;
}

.accordion-td.active {
    color: #4d4a4a;
    background-color: #e0e9f9;
    font-weight: bold;
}

.accordion-td.active td{
    color: #4d4a4a;
    background-color: #e0e9f9;
    font-weight: bold;
}

.accordion-td.active td a{
    color: #4d4a4a;
    background-color: #e0e9f9;
    font-weight: bold;
}

.accordion-td.active:hover td a,
.accordion-td.active td:hover a {
    color: #4d4a4a !important;
    background-color: #ffffff;
    font-weight: bold;
}

.accordion-td.overwrite-active:hover td a,
.accordion-td.overwrite-active td:hover a {
    color: #4d4a4a !important;

}

.bg-primary {
    background-color: #004e95 !important;
}

.btn {
    border-radius: 25px 25px 25px 25px;
}

.active-element {
    background-color: #004e95 !important;
    color: #FFFFFF !important;
    border-color: #e5ecf5 !important;
    border-radius: 0.375rem;
}

.card-title-homepage{
    font-size:1.25rem !important;
    color:#000000 !important;
}


.card-title-description {
    font-size: 1.25rem !important;
    color: #ffffff !important;
}



.active-card {
    opacity: 1 !important;
}

.active-link {
  /*  border-right: 4px solid #004e95;
    box-shadow: 0 -10px 20px -5px rgba(115,115,115,0.25), 0 10px 20px -5px rgba(115,115,115,0.25);*/
}

h1.display-4  {
    font-size: 1.5rem;
}

h6.text-uppercase {
    font-size: 0.85rem;
}

.fivecolumns {
    max-width: 20% !important;
}

h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.2rem;
    color: #212529;
    
}


.offcanvas {
    --bs-offcanvas-height: 50vh;
    border-radius:0px 0px 0px 0px;
}

.dropdown-item:active {
    color: var(--bs-dropdown-link-color);
    text-decoration: none;
    background-color: #FFFFFF;
}

a.text-dark:hover {
    color: #e85416 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.form-control {
    /*border-radius: 0px;
    background-color: #e5eef4 !important;*/
}

.card
{
    border:none !important;
}

.mt-8{
    margin-top:4rem !important;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.recolor {
    background-color: #004e95;
}
.btn-secondary {
    background-color: #779598 !important;
    border-color: #ffffff;
}

.bg-secondary {
    background-color: #e5ecf5 !important;
    color: #004e95 !important;
    border: none;
 
}

.card-body m-0 {
   
    padding: 0.75rem;
}

.bg-secondary:hover {
    background-color: #99b7d5 !important;
}

.card-body m-0-topic:hover {
    color: #004e95;
}

.graph-bar {
    background-color: #fff;
}

.control-bar {
    background-color: #fff;
}
.card-text-under{
    font-size:13px !important;
    color:black !important;
}

@media (min-width: 992px) {
    .control-bar {
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: 0rem;
        z-index: 1000;
        height: calc(100vh - 0rem);
    }

    .control-bar-rounding {
        border-radius: 0px 25px 25px 0px;
    }
    .sidebar-rounding {
        border-radius: 25px 0px 0px 25px;
    }


    .row.collapse,
    .row.collapsing {
        /*margin-left: 0 !important;*/
        left: 0 !important;
        overflow: visible;
    }

    .control-bar.collapse {
        display: flex !important;
        margin-left: 100% !important;
        transition: all .25s linear;
        position: fixed;
        z-index: 1050;
        max-width: 0;
        min-width: 0;
        flex-basis: auto;
    }

    .control-bar.collapse.show {
            margin-left: 65% !important;
            width: 100%;
            max-width: 100%;
            min-width: initial;
    }

    .control-bar.collapsing {
        display: flex !important;
        margin-left: 100% !important;
        transition: all .2s linear !important;
        position: fixed;
        z-index: 1050;
        min-width: initial;
    }

}
.sidebar-rounding {
    border-radius: 0px 0px 0px 0px;
}
.control-bar-rounding {
    border-radius: 25px 25px 0px 0px;
}

.full-rounding {
    border-radius: 25px 25px 25px 25px;
}

.collapse.nav-link{
    font-size:12px;
}



.bg-blue {
    background-color: #004e95 !important;
    color: white;
}

.bg-duoblue {
    background-color: #004e95 !important;
    color: white;
}

.btn-nav {
    font-size: 1rem !important;
    background-color: #8ab0cf !important;
    color: #dce7f0 !important;
}

.bg-nav {
    background-color: #fff !important;
}

.bg-vijf {
    background-color: #00813e !important;
}



.letter-vijf {
    color: #ffffff !important;
    font-size: 14px;
}



.card-vijf {
    /*border-bottom: 3px solid #00813e !important;*/
}



.bg-vier {
    background-color: #77be26 !important;
}



.letter-vier {
    color: #ffffff !important;
    font-size: 14px;
}



.card-vier {
    /*border-bottom: 3px solid #77be26 !important;*/
}



.bg-drie {
    background-color: #e4a000 !important;
}



.letter-drie {
    color: #ffffff !important;
    font-size: 14px;
}



.card-drie {
    /*border-bottom: 3px solid #e4a000 !important;*/
}



.bg-twee {
    background-color: #e85416 !important;
}



.letter-twee {
    color: #ffffff !important;
    font-size: 14px;
}



.card-twee {
    /*border-bottom: 3px solid #e85416 !important;*/
}



.bg-een {
    background-color: #b63b43 !important;
}



.letter-een {
    color: #ffffff !important;
    font-size: 14px;
}



.card-een {
    /*border-bottom: 3px solid #b63b43 !important;*/
}

.text-nps {
    color: #004e95 !important;
}

.blue-border {
    border-bottom: 3px solid #004e95 !important;
    border-radius:0px;
}

.bg-NPS {
    background-color: #004e95 !important;
}



.letter-NPS {
    color: #ffffff !important;
}



.letter-groot {
    font-size: 2.5rem;
    margin-bottom: 0px;
}

.letter-groot-NPS {
    font-size: 3.5rem;
    margin-bottom: 0px;
    font-weight:bold;
}


.letter-posneg {
    font-size: 1.5rem;
    margin-bottom: 0px;
}



.tekst-posneg {
    font-size: 13px;
}

.h-85 {
    height:85% !important;
}
.thema-letter {
    font-size: 1.8rem;
    margin-bottom: 0px;
}



.card-NPS {
    border-bottom: 3px solid #004e95 !important;
}

.bg-gradient-1 {
    /* fallback for old browsers */
    background: #fae6b1 !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(250, 230, 177, 0.5), rgba(238, 210, 102, 0.5)) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(250, 230, 177, 0.5), rgba(238, 210, 102, 0.5)) !important;
}

.bg-gradient-2 {
    /* fallback for old browsers */
    background: #cedcdf !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(206, 220, 223, 0.5), rgba(129, 148, 152, 0.5)) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(206, 220, 223, 0.5), rgba(129, 148, 152, 0.5)) !important;
}

.bg-gradient-3 {
    /* fallback for old browsers */
    background: #e8ccc6 !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(232, 204, 198, 0.5), rgba(194, 102, 88, 0.5)) !important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(232, 204, 198, 0.5), rgba(194, 102, 88, 0.5)) !important;
}

.bg-gradient {
    /* fallback for old browsers */
    background: #a0cdeb;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(160, 205, 235, 0.5), rgba(96, 160, 213, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(160, 205, 235, 0.5), rgba(96, 160, 213, 0.5));
}

.list-group-item{
    border-radius:0rem !important;
}

.divdivider {
    width: 40px;
    margin: 0 auto;
    border-right:1px solid black;
}
.nr-1 {
    height: 100%;
    border-right: 1px solid #9e732a !important;
    color: #9e732a !important;
    font-weight: bold;
}

.nr-2 {
    height: 100%;
    border-right: 1px solid #788a90 !important;
    color: #788a90 !important;
    font-weight: bold;
}

.nr-3 {
    height: 100%;
    border-right: 1px solid #86443d !important;
    color: #86443d !important;
    font-weight: bold;
}

.nr {
    font-size: 2rem;
    height: 100%;
    border-right: 1px solid #235BA7;
    /*color: #3965af;*/
    color: #004e95;
    font-weight: bold;
}

.badge-blue {
    background-color: #235BA7 !important;
}

.text {
    padding-left: 1em;
    width: 100%;
}

.badge-primary {
    font-size: 1rem;
    color: #fff;
    background-color: #3965af;
}

.badge-1 {
    color: #fff;
    background-color: #9e732a !important;
}

.badge-2 {
    color: #fff;
    background-color: #788a90 !important;
}

.badge-3 {
    color: #fff;
    background-color: #86443d !important;
}

h1 {
    color: #004e95 !important;
}

.chart-pdf {
   
}

#loading {
    background: url("/images/spinner.gif") no-repeat scroll center center #FFF;
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width: 100%;
    background-color: #aaaaaa;
}

.crop{
    width:150px;
    height:90px;
    overflow:hidden;
}

.crop-img {
    max-width: 150px !important;
    height: 90px;
    margin: 17px 0 0 0;
}


.right-shadow {
    box-shadow: 5px 0 5px -5px #333;
}
@media (min-width: 992px) {
    .left-inline-shadow {
        -webkit-box-shadow: inset 23px 0px 21px -23px #999;
        box-shadow: inset 23px 0px 21px -23px #999;
    }
   /* .page{
        margin-top:-90px !important;
    }*/
}

    .dashboard-hr {
        border-top: 2px solid currentColor !important;
        opacity: 0.15;
    }

    .dashboard-icon {
        margin-right: .5rem !important;
    }

    .dropdown-toggle::after {
        text-align: right;
        float: right;
        margin-top: .525em;
    }

    .print-only {
        display: none;
    }



    @media print {

        @font-face {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 400;
            src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }

        @font-face {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 400;
            src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
            unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
        }

        .no-print {
            display: none !important;
        }

        .print-col-sm-12 {
            width: 100%;
        }

        .blue-border {
            /*background-color:#E7E7EE !important;*/
            background-color: hotpink !important;
        }
        .bg-white {
            /*background-color: #E7E7EE !important;*/
            background-color: hotpink !important;
        }
        .print-col-nps{
            padding-top:2.5rem !important;
            width:100%;
            margin-left:0px !important;
            padding-left:0px !important;
        }

        @page {
            size: landscape
        }

        .graph-bar {
            background-color: rgba(0,0,0,0) !important;
        }

        .print-only {
            display: block !important;
        }

        .no-print-mp{
            margin:0px !important;
            padding:0px !important;
        }

        .print-container {
            margin: 0px !important;
            padding: 0px !important;
            padding-left: 1.5rem !important;
            /*background-color: hotpink !important;*/
            background-color: #FFFFFF !important;
            width: 100% !important;
            min-width: 100% !important;
        }
        body {
            font-family:Lato, Arial;
            margin: 0px !important;
            padding: 0px !important;
            background-color: yellow !important;
            /*background-color: #E7E7EE !important;*/
            height: 100vh;
        }
        .page {
            margin: 0px !important;
            padding: 0px !important;
            /*background-color: turquoise !important;*/
        }

        .bg-content {
            background-color: #FFFFFF !important;
            /*background-color: cyan !important;*/
            margin: 0px !important;
            padding: 0px !important;
        }
        .dashboard-body {
            /*background-color:red !important;*/
            /* background-color: #F2F3F6 !important;*/
            padding: 0px !important;
            margin: 0px !important;
        }
        .chart-container-lg {
            /*background-color: red !important;*/
            padding: 0px !important;
            margin: 0px !important;
        }
        .dashboard-content {
            /*background-color: green !important;*/
            /*background-color: #E7E7EE !important;*/
            background-color: #e5ecf5;
            padding: 0px !important;
            margin: 0px !important;
            border-radius: 0px !important;
            overflow: hidden !important;
        }

        .print-height {
            min-height: 500px !important;
            height: 500px !important;
            /*overflow-y:hidden;*/
        }
        .print-chart-area {
            /*background-color: orange !important;*/
            padding: 0px !important;
            padding-top:1.75rem !important;
            margin: 0px !important;
        }
        .chart-container {
            /*background-color: cyan !important;*/
            padding: 0px !important;
            margin: 0px !important;
        }
        h1 {
            font-size: 28px;
        }

        h2 {
            font-size: 18px;
        }
        .no-shadow-print {
            -webkit-box-shadow: inset 0px 0px 0px 0px #999 !important;
            box-shadow: inset 0px 0px 0px 0px #999 !important;
        }
        .no-overflow-print{
            overflow:hidden;
        }
        .control-bar{
            background-color:blue !important;
            
            }


        .crop {
            width: 165px !important;
            height: 90px;
            overflow: hidden;
        }

        .crop-img {
            max-width: 150px !important;
            height: 90px;
            margin: 17px 0 0 0;
        }

    }

.diagonal-box {
    position: relative;
}
.progress-bar {
    background-color: #004e95 !important;
}

.progress {
    /*--bs-progress-bg: #ffffff !important;*/
    --bs-progress-border-radius: 0rem !important;
    --bs-progress-bg: #9cb5ce;
}

.progress {
    position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: #ffffff;
}

.progress-bar-marker {
    border-right: 2px solid #e85416 !important;
    position: absolute;
    height: 100%;
}

.bg-nav-dark {
    background-color: #0e2238 !important;
}

.diagonal-box::after {
    position: fixed;
    content: " ";
    display: block;
    left: 0px;
    top: -320px;
    border-style: solid;
    border-width: 0 100vw 100px 0;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    z-index: 9999;
    height: 400px;
}


.diagonal-box-sm {
    position: relative;
}

.diagonal-box-content {
    position: sticky;
    z-index: 9998;
}

.diagonal-box-sm::after {
    position: fixed;
    content: " ";
    display: block;
    border-style: solid;
    border-width: 25vw 1000px 0 0;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    z-index: 9999;
    height: 150px;
    bottom:0px;
    left:-50px;
}

.skew-content-sm {
    min-width: 100%;
    margin: 0 auto;
    position: fixed;
    min-height: 80px;
    z-index: 10000;
}

.progress-height{
    height:30px;
}

.progress-score{
    line-height:33px;
    font-size:30px;
}
.skew-content {
    margin: 0 auto;
    position: fixed;
    min-height: 70px;
    z-index: 10000;
    font-family: Lato;
    right: 20px;
}

.skew-content-front {
    min-width: 100%;
    margin: 0 auto;
    position: fixed;
    min-height: 90px;
    z-index: 10000;
    font-family:Lato;
}

.alert-warning {
    --bs-alert-color: #004c96;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #fff;
}

.alert-danger {
    --bs-alert-color: #842029;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #fff;
}

.alert-success {
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #fff;
    --bs-alert-border-color: #fff;
}

.dashboard-content {
    /*background-color: #E7E7ED;*/
    background-color: #e5ecf5;
    color: #4C4C4C;
    border-radius: 0px 0px 25px 25px;
}

@media (min-width: 992px) {
    .dashboard-content {
        border-radius: 0px 0px 0px 0px;
    }
}

.dashboard-body {
    /*background-color: #F2F3F5;*/
    background-color: #e5ecf5;
    margin-bottom: 80px;
}
@media (min-width: 992px) {
    .dashboard-body {
        /*background-color: #E7E7ED;*/
        background-color: #e5ecf5;
        margin-bottom: 0px;
    }
}

.text-block {
    background-color: #EEF3F8;
    color: #000000;
    border: 2px solid #004e95 !important;
}

.badge-dashboard {
    background-color: #EEF3F8 !important;
    color: #004e95;
    font-size:1.25rem;
}

.btn-menu {
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-active-color: #595959;
    --bs-btn-hover-color: #595959;
    --bs-btn-color: #595959;
    --bs-btn-active-color: #595959;
    --bs-btn-focus-shadow-rgb: #ffffff;
}

.btn-menu:hover {
    --bs-btn-border-color: #ffffff;
    color: #595959;
}

.btn-option {
    font-size: 24px !important;
    --bs-btn-border-color: #e5ecf5;
    --bs-btn-hover-bg: #e5ecf5;
    --bs-btn-active-bg: #e5ecf5;
    --bs-btn-active-border-color: #e5ecf5;
    --bs-btn-hover-border-color: #e5ecf5;
    --bs-btn-active-color: #000000;
    --bs-btn-hover-color: #000000;
    --bs-btn-color: #000000;
    --bs-btn-active-color: #000000;
    --bs-btn-focus-shadow-rgb: #e5ecf5;
}

.bg-pospos {
    background-color: #0d8846;
}

.bg-pos {
    background-color: #74bf44;
}

.bg-neutral {
    background-color: #e4a226;
}

.bg-neg {
    background-color: #f05e22;
}

.bg-negneg {
    background-color: #b43f49;
}

.bg-lightblue {
    background-color: #e5ecf5;
}


.btn-option:hover {
    --bs-btn-border-color: #E7E7ED;
    color: #000000;
}

.card-title {
    font-size: 1.75rem;
    font-weight: bold;
}

    .card-title a {
        color: #004e95 !important;
    }


.card-title-survey {
    font-size: 1.3rem;
    font-weight: bold;
}

.card-text{
    font-size:70px;
}
.text-orange {
    color: #e85416 !important;
}
.text-orange:active {
    color: #e85416 !important;
}
.active-icon {
    color: #e85416 !important;
}

.text-black {
    color: #212529 !important;
}

.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e85416;
    --bs-btn-border-color: #e85416;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e85416;
    --bs-btn-hover-border-color: #e85416;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e85416;
    --bs-btn-active-border-color: #e85416;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e85416;
    --bs-btn-disabled-border-color: #e85416;
}

.btn-orange-inverted {
    --bs-btn-color: #e85416;
    --bs-btn-bg: #f7caa9 !important;
    --bs-btn-border-color: #e85416;
    --bs-btn-hover-color: #e85416;
    --bs-btn-hover-bg: #f7caa9 !important;
    --bs-btn-hover-border-color: #e85416;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #e85416;
    --bs-btn-active-bg: #f7caa9 !important;
    --bs-btn-active-border-color: #e85416;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e85416;
    --bs-btn-disabled-border-color: #e85416;
}

.btn-recolor {
    --bs-btn-color: #fff;
    --bs-btn-bg: #004e95 !important;
    --bs-btn-border-color: #004e95;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004e95 !important;
    --bs-btn-hover-border-color: #004e95;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #e85416;
    --bs-btn-active-bg: #004e95 !important;
    --bs-btn-active-border-color: #004e95;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #004e95;
    --bs-btn-disabled-border-color: #004e95;
}

.tooltip-inner {
    max-width: 450px;
}

.tooltip-arrow {
    border-top-color:#fff0;
}



.card-icon {
    font-size: 1em;
    margin-right: 10px;
}

.table-icon {
    margin-right: 5px;
}

.contact-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid #ddd;
}

.contact-card {
  /*  margin-bottom: 20px;*/
}

.card-contactinfo{
    flex: 1 1 auto;
}

.contact-card .card-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.contact-card .card-text {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.contact-card .fa-phone {
    margin-right: 5px;
}

.contact-form .card-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-form p {
    font-size: 0.95rem;
}

.card-text-small {
    font-size: 50px;
}

.bg-card-yellow {
    background-color: #fff9f4;
}

.bg-card-lightblue {
    background-color: rgb(239, 247, 255);
}


.bg-image-card {
    background-image: url('/images/background-card-alt.png');
    background-position: left bottom;
    background-size: auto;
    /*    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

.bg-image-card-alt {
    background-image: url('/images/background-card.png');
    background-position: left bottom;
    background-size: auto;
/*    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

.bg-image-card-yellow {
    background-image: url('/images/background-card-alt-yellow.png');
    background-position: left bottom;
    background-size: auto;
/*    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-icon {
    font-size: 3em !important;
    opacity: .6;
}