/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* libre-franklin-regular - latin */
html, body {
    font-family: 'Libre Franklin', sans-serif;
}

footer {
    /*background-color: #f4f4f4;*/
    margin-top: 50px;
    left: 0 ;
    right: 0;
    bottom: 0;
    max-height: 200px;
}

.footer-img {
    max-width: 100%;
    max-height: 50px;
}

#main-menu {
    margin: 0 auto;
}


/*** HEADER ***/


#header_logo img {
    width: 110px;
}

#header_nav .navbar-collapse {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#header_logo p {
    font-size: 12px;
    color: #37b7eb;
    font-weight: bold;
    padding-top: 3px;
    margin: 0;
}

#header_nav > .navbar {
    position: relative;
    min-height: 140px;
    background-color: #f4f4f4 !important;
    border-bottom: 3px solid #F4F4F4;
    padding-bottom: 0;
}

#header_nav > .navbar {
    position: relative;
    min-height: 140px;
    background-color: #fff !important;
    border-bottom: 3px solid #e7eaed;
    padding-bottom: 0;
}

#main-menu > .nav-item a {
    color: #003145;
}

#main-menu > .nav-item a {
    color: #003145;
    font-size: 19px;
    padding: 17px 30px;
    margin: 0 5px;
    position: relative;
}

#main-menu > .nav-item.active a {
    color: #00D084;
}

#main-menu > .nav-item.active a:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid #00D084;
    width: 100%;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}


.top-nav {
    position: absolute;
    top: 10px;
    right: 20px;
}


#content {
    padding: 80px 0px 40px;
}

#content .container {
    padding: 0 40px
}

#content .title {
    margin-bottom: 18px;
    font-weight: 600;
    color: #02D083;
    font-size: 42px;
}

#content .description {
    color: #003145;
    font-size: 14px;
    margin-bottom: 20px;
}

.information .info_title {
    color: #003145;

    font-size: 24px;
    line-height: 27px;
    margin: 0px;
}

.information p {
    color: #003145;
    font-size: 18px;
}

.info_list {
    margin-bottom: 30px;
}

.info_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 30px;
    border-radius: 0.25rem;
}

/*.info_steps > .info_box:not(:last-child) {*/
/*    margin-right: 45px;*/
/*}*/

.info_steps > .info_box:not(:last-child):after {
    /*content: '+';*/
    position: absolute;
    font-size: 19px;
    right: -30px;
    top: 50%;
    -webkit-transform: translate(0%, -60%);
    -ms-transform: translate(0%, -60%);
    transform: translate(0%, -60%);
}

.add-sign{
    padding-top: 70px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 30px;
}

.info_box {
    background-color: #F6FD78;
    width: 151px;
    height: 166px;
    position: relative;
    border-radius: 0.25rem;
}

.info_box .info_box_label {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.info_box .info_box_label label {
    color: #003145;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    width: 100%;
}

.info_box > .img_container {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0%, -60%);
    -ms-transform: translate(0%, -60%);
    transform: translate(0%, -60%);
}

.image_icons{
    width: 50%;
}

.info_box.result {
    background-color: #02D083;
    border-radius: 0.25rem;
}

.info_box.result > .img_container.compact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    padding-bottom: 30px;
}

.info_box.result > .img_container.compact img {
    width: 35%;
    /*height: 50px;*/
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
}

li.description {
    margin-bottom: 0 !important;
}

#main_footer {
    height: 188px;
    background-color: #F7F9F6;
    padding: 30px 0;
}

#main_footer .footer_content {
    position: relative;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

#main_footer .footer_links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#main_footer .footer_links > li {
    margin-right: 30px;
}

#main_footer .footer_links li > a {
    color: #003145;
    font-size: 18px;
    line-height: 21px;
}

.box_dragging_container .box_from {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 316px;
    border-radius: 0.25rem;
    border: 2px solid #DBEBF2;
    position: relative;
    padding: 30px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.box_dragging_container .box_from:before {
    content: '';
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 15px;
    top: 15px;
}

#doe .box_dragging_container .box_from:before {
    background-image: url(../images/icons/icon-case.svg);
}

#kan .box_dragging_container .box_from:before {
    background-image: url(../images/icons/icon-star.svg);
}

#wil .box_dragging_container .box_from:before {
    background-image: url(../images/icons/icon-smiley.svg);
}

.box_dragging_container .box_from .box_from_details {
    padding: 20px;
    width: 70%
}

.box_dragging_container .box_from .to_be_dragged {
    width: 30%
}

.to_be_dragged .card_border {
    height: 220px;
    border: 1px dashed #DBEBF2;
    width: 200px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.to_be_dragged .card_border {
    height: 220px;
    border: 1px dashed #DBEBF2;
    width: 200px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.to_be_dragged .card_border .card_to_drag,
.box_to .drag_destination .card_dropped {
    background-color: #F6FD78;
    border-radius: 7px;
    /* 	height: 91.4%;
    width: 91.4%; */
    text-align: center;
    top: 4.3%;
    left: 6%;
    padding-top: 25px;
    cursor: pointer;
    position: absolute;
    height: 195px;
    /*width: 174px;*/
    width: 88%;
}


.drag_destination.droppable.drag_destination_energy_full .card_to_drag.card_dropped {
    background-color: #02D083;
}
.drag_destination.droppable.drag_destination_energy_empty .card_to_drag.card_dropped {
    background-color: #E37222;
}
.box_to_energy_full .card_to_drag.draggable.ui-draggable.card_dropped{
    background-color: #02D083;
}
.box_to_energy_empty .card_to_drag.draggable.ui-draggable.card_dropped {
     background-color: #E37222;
 }

.to_be_dragged .card_border .card_to_drag:hover,
.box_to .drag_destination .card_dropped:hover {
    background-color: #F6FD78;
}

.to_be_dragged .card_border .card_to_drag:hover .bottom_info,
.box_to .drag_destination .card_dropped:hover .bottom_info {
    border-color: #8FDCF8 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #8FDCF8 !important;
}

.to_be_dragged .card_border .card_to_drag p,
.box_to .drag_destination .card_dropped p {
    color: #333333;
    font-size: 15px;
    padding: 0 10px;
    overflow: hidden;
}

.card_to_drag p:not(.bottom_info) {
    position: relative;
    transition: border;
}


.to_be_dragged .card_border .card_counter {
    background-color: #DBEBF2;
    position: absolute;
    top: -20px;
    right: 10px;
    border-radius: 0px;
    color: #003145;
    padding: 0px 10px 10px;
    z-index: -1;
}


.card_counter {
    background-color: #DBEBF2;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 4px;
    color: #003145;
    padding: 5px 10px;
}

.box_dragging_container .box_to {
    width: calc(20% - 8px);
    position: relative;
}


.list_of_box_drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.list_of_box_drop .box_to {
    margin-right: 10px;
}

.list_of_box_drop .box_to:last-child {
    margin-right: 0;
}

.box_to .box_to_container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 308px;
    border: 2px solid #F4F4F4;
    border-radius: 0.25rem;
}

.box_to .box_to_container .box_to_details {
    height: 30%;
    border-bottom: 2px solid #F4F4F4;
    padding: 10px 0;
}

.box_to .box_to_container .box_to_details {
    height: 30%;
    border-bottom: 2px solid #DBEBF2;
    padding: 10px 0;
}

.box_to .box_to_container .drag_destination {
    height: 70%;
    position: relative;
}

.box_to .box_to_container .box_to_details .box_clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}

.box_to .box_to_container .box_to_details .box_clock img {
    width: 19px;
}

.box_to .box_to_container .box_to_details .box_to_title {
    color: #003145;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 5px !important;
}

.box_to .box_to_container .box_to_details .box_to_info {
    font-size: 12px;
    line-height: 13px;
}

.box_to_container {
    transition: 0.3s all ease-in-out;
}

.box_to_container.over {
    border-color: #00A1DC;
    border-width: 4px;
    background-color: #f9f9f9;
    opacity: 0.9;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
}


.box_to .drop_counter {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 29px;
    width: 29px;
    background-color: #DBEBF2;
    text-align: center;
    border-radius: 100%;
    color: #003145;
    font-size: 15px;
    line-height: 31px;
}

.button_container {
    margin: 20px 0;
}

.button_container button {
    margin-right: 10px;
}

.button_container > button:last-child {
    margin-right: 0px;
}

.button_container .next_page,
.button_container .back_page {
    color: #FFFFFF;
    font-size: 16px;
    height: 40px;
    width: 265px;
    border-radius: 0.25rem;
    background-color: #02D083;
    border: none;
    cursor: pointer;
    position: relative;
}

.button_container .next_page:hover,
.button_container .back_page:hover {
    background-color: #7ADDE5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.button_container .show_all {
    height: 40px;
    width: 265px;
    border-radius: 0.25rem;
    background-color: #DBEBF2;
    border: none;
    color: #003145;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.button_container .show_all:hover,
.button_container .play_tutorial:hover {
    background-color: #E3F654;
}

.button_container .play_tutorial {
    height: 40px;
    width: 48px;
    border-radius: 0px;
    background-color: #DBEBF2;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.play_tutorial img {
    width: 22px;
}

.to_be_dragged .card_border .card_to_drag p.bottom_info,
.box_to .drag_destination .card_dropped p.bottom_info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 61px;
    border: 1px solid #333;
    border-radius: 0 0 7px 7px;
    background-color: #FFFFFF;
    color: #333;
    font-size: 12px;
    padding-top: 5px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
}

.button_container .back_page:before {
    font-family: fontawesome;
    content: '\f104';
    position: absolute;
    left: 15px;
    font-size: 24px;
    top: 2px;
}

.button_container .next_page:before {
    font-family: fontawesome;
    content: '\f105';
    position: absolute;
    right: 15px;
    font-size: 24px;
    top: 2px;
}

#mijn #content {
    padding: 50px 0px 40px;
}

.print_button {
    height: 40px;
    min-width: 209px;
    border: 1px solid #7BDCB5;
    border-radius: 7px;
    background-color: #7BDCB5;
    color: #333;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-right: 40px;
    position: relative;
    text-align: center;
}

.print_button img {
    width: 22px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #7BDCB5;
}

.print_button:hover {
    background-color: #dff6ff;
    border: 1px solid #dff6ff;
}

.colored_graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 310px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.colored_graph .bars {
    width: 100%;
    border-radius: 0px 0px 0 0;
    text-align: center;
    padding-top: 20px;
}

.colored_graph .bars {
    width: 100%;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    min-height: 40px;
}

.colored_graph .bars:not(:first-child) {
    margin-left: 5px;
}

.colored_graph .bars p {
    color: #003145;
    font-size: 22px;
    line-height: 25px;
}

#custom_tabs .nav-tabs .nav-link.active,
#custom_tabs.nav-tabs .nav-item.show .nav-link {
    border: 2px solid #DBEBF2;
}

#custom_tabs.nav-tabs .nav-item.show .nav-link {

    border-color: #DBEBF2 #DBEBF2 #fff;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background-color: #6c757d;
}

#custom_tabs .nav-tabs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: none;
}

#custom_tabs .nav-tabs .nav-link {
    color: #003145;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#custom_tabs .tab-content {
    border: 2px solid #DBEBF2;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    /*     border-top-right-radius: 0.75rem; */
    margin-top: -1px;
}

#custom_tabs .nav-tabs .nav-link:hover,
#custom_tabs .nav-tabs .nav-link:focus {
    border: 2px solid #edf4f7;
    /* border-color: #edf4f7 #edf4f7 #fff; */
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-bottom: none;
}

#custom_tabs .tab-content .description {
    line-height: 25px;
}

#custom_tabs .tab-content .info_list {
    padding-top: 0;
    padding-right: 0;
}

.tab_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 100%;*/
    width: 100%;
    min-height: 100px;
}

.tab_cards > .cards {
    border-radius: 0px;
    background-color: #003145;
    padding-top: 10px;
    height: 120px;
}

.tab_cards > .cards:not(:last-child) {
    margin-right: 15px;
}

.tab_cards > .cards p {
    color: #DBEBF2;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.cards-footer{
    font-size: 13px;
    padding: 10px;
    background-color: white;
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 98%;
    border-radius: 0px 0px 5px 5px;
    align-content: center;
    text-align: center;
}

.custom_collapse .card {
    border: none;
}

.custom_collapse .btn-link {
    text-decoration: none;
}

.custom_collapse .card-header {
    border: 2px solid #DBEBF2;
    border-radius: 0.25rem 0.25rem 0 0;
    background-color: #F7F9F9;
    cursor: pointer;
    padding: 12px 40px;
}

.custom_collapse .card-header.opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom_collapse .card-body {
    border: 2px solid #DBEBF2;
    border-top: none;
    border-bottom: none;
    background-color: #F7F9F9;
}

.custom_collapse .card-header h5 {
    position: relative;
}

.custom_collapse .card-header.opened h5:after {
    font-family: fontawesome;
    content: '\f106';
    position: absolute;
    right: 0;
    color: #00A1DC;
    font-size: 30px;
    top: 10px;
}

.custom_collapse .card-header h5:after {
    font-family: fontawesome;
    content: '\f107';
    position: absolute;
    right: 0;
    color: #00A1DC;
    font-size: 30px;
    top: 10px;
}

.custom_collapse .colored_graph.details {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.custom_collapse .colored_graph.details p {
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.custom_collapse .card-footer {
    height: 93px;
    border: 2px solid #DBEBF2;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    position: relative;
    cursor: pointer;
}

.custom_collapse .card-footer:after {
    font-family: fontawesome;
    content: '\f106';
    position: absolute;
    right: 40px;
    color: #00A1DC;
    font-size: 30px;
    top: 20px;
}

.box_icons img {
    width: 19px;
    height: 19px;
}

.custom_collapse #accordion .colored_graph.details .bars {
    padding-top: 5px !important;
}

.sub_info {
    color: #003145 !important;
    font-size: 12px !important;
    line-height: 16px !important;
}

.custom_collapse > .col-12 {
    padding: 0 !important;
}

#mijn .col-12 {
    padding: 0 40px
}

.list_of_box_drop.show_all .box_to_container {
    height: auto !important;
}

.list_of_box_drop.show_all .drag_destination {
    height: 100% !important;
    min-height: 212.8px !important;
    padding: 9px 0;
}

.list_of_box_drop.show_all .card_dropped.not_moving {
    position: static !important;
}

.list_of_box_drop.show_all .card_dropped:not(.not_moving) {
    position: relative !important;
}

.list_of_box_drop.show_all .card_dropped:not(:last-child) {
    margin-bottom: 10px;
}

.list_of_box_drop.show_all .box_to_container .box_to_details {
    height: 91px !important;
}

.card_to_drag.not_moving {
    top: 9px !important;
}


.center {
    margin: 0 auto;
}

.no_pad {
    padding: 0 !important;
}

.no_marg {
    margin: 0 !important;
}

.text_center {
    text-align: center !important;
}

.in_blue {
    color: #00A1DC !important;
}

.in_default {
    color: #003145 !important;
}

.pull_right {
    float: right !important;
}

.mb_40 {
    margin-bottom: 40px !important
}

.mb_60 {
    margin-bottom: 60px !important
}

.mb_80 {
    margin-bottom: 80px !important
}

.mb_5 {
    margin-bottom: 5px !important
}

.mb_10 {
    margin-bottom: 10px !important
}

.mb_20 {
    margin-bottom: 20px !important
}

.p_10 {
    padding: 10px;
}

.p_20 {
    padding: 20px;
}

.lh_25 {
    line-height: 25px !important
}

.card_relative {
    position: relative;
    height: 100%;
}


.card {
    box-sizing: border-box;
    border: 2px solid #f4f4f4;
    border-radius: 0px;
    padding: 30px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-primary {
    color: #FFFFFF;
    font-size: 16px;
    height: 40px;
    /*width: 265px;*/
    border-radius: 0px;
    background-color: #8ED1FC;
    border: none;
    cursor: pointer;
    position: relative;
}

.btn-primary:hover {
    background-color: #E3F654;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #E3F654;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #E3F654;
}

.tooltip-inner {
    background-color: #E3F654;
    color: #003145;
}

.tooltip-inner h4 {
    font-size: 14px;
    font-weight: 800;
}

.tooltip-inner p {
    padding-top: 5px;
    font-size: 14px;
}

.tab_cards.cards {
    border-radius: 0px;
    background-color: #003145;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
}

.tab_cards.cards:not(:last-child) {
    /*margin-right:15px;*/
}

.tab_cards.cards p {
    color: #DBEBF2;
    font-family: "Segoe UI";
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

a.button {
    display: block;
    padding-top: 8px;
    text-decoration: none;
    color: #00A1DC;
}


/***
CARDS **/


.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #023145;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #023145;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-color: #023145;
}


.tooltip-inner {
    background-color: #023145;
    color: #fff;
}

.tooltip-inner h4 {
    font-size: 14px;
    font-weight: 800;
}

.tooltip-inner {
    padding: 10px 10px 20px 10px;
    font-size: 14px;
}


.card__tooltip {
    color: #333;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 8px;
    top: -16px;
    padding: 5px;
    background-size: cover;
    display: block;
    background-image: url(../images/icons/question-hover.svg);

}

.card__tooltip:hover {
    background-image: url(../images/icons/question.svg);
}

.ui-draggable-dragging {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);

}


.description_box{
    margin-left: 25px;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    background-color: #F6F9F9;
}

.description_box_offering{
    margin-left: 25px;
    margin-right: 30px;
    margin-bottom: 15px;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.google-visualization-tooltip {
    border: none !important;
}

.google-visualization-tooltip .future {
    padding: 10px;
}

.google-visualization-tooltip p, .google-visualization-tooltip H3 {
    margin-top :0;
    margin-bottom :0;
}
.google-visualization-tooltip p {
    font-size: 12px;
}
.google-visualization-tooltip H3 {
    font-size: 14px;
    color: #003145;
}

.google-visualization-tooltip .future-3, .google-visualization-tooltip .future-2, .google-visualization-tooltip .future-1 {
    background-color: #A9FB80;
}
.google-visualization-tooltip .future-4 {
    background-color: #8DDAF7;
}
.google-visualization-tooltip .future-5 {
    background-color: #003145;
}
.google-visualization-tooltip .future-5 h3, .google-visualization-tooltip .future-5 p {
    color:white;
}

.google-visualization-tooltip .future-6 {
    background-color: #E37222;
}





/*a, .page-link {*/
/*    color: #8ED1FC;*/
/*}*/


/* Dummy dashboard ... */
a:hover {
    color: #8ED1FC;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #8ED1FC;
    border-color: #8ED1FC;
}
.page-item.inactive .page-link {
    color: red;
}
.node-department  {
    color: #fff;
}

.node-department .department-name {
    margin: 10px 20px;
}

.bg-dark {
    background-color: #F4F4EF !important;
}
.nav-link {
    color: #333 !important;
}

.google-visualization-orgchart-linebottom {
    border-bottom: 1px solid #8ED1FC !important;
}

.google-visualization-orgchart-lineleft {
    border-left: 1px solid #8ED1FC !important;
}

.google-visualization-orgchart-lineright {
    border-right: 1px solid #8ED1FC !important;
}

h1, h2, h3 {
    color: #00D083;
}

.btn-outline-secondary.future-1:not(:disabled):not(.disabled).active,
.btn-outline-secondary.future-1:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.future-1.dropdown-toggle {
    color: #003145;
    background-color: #A9FB80;
    border-color: #6c757d;
}
.btn-outline-secondary.future-1:hover {
    color: #003145;
    background-color: #A9FB80;
}
.btn-outline-light{
    color: #00D083;
    border-color: #00D083;
}

.btn-outline-secondary.future-2:not(:disabled):not(.disabled).active,
.btn-outline-secondary.future-2:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.future-2.dropdown-toggle {
    color: #003145;
    background-color: #C9FFAE;
    border-color: #6c757d;
}
.btn-outline-secondary.future-2:hover {
    color: #003145;
    background-color: #C9FFAE;
}

.btn-outline-secondary.future-3:not(:disabled):not(.disabled).active,
.btn-outline-secondary.future-3:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.future-3.dropdown-toggle {
    color: #003145;
    background-color: #E0FFD0;
    border-color: #6c757d;
}
.btn-outline-secondary.future-3:hover {
    color: #003145;
    background-color: #E0FFD0;
}

.btn-outline-secondary.future-4:not(:disabled):not(.disabled).active,
.btn-outline-secondary.future-4:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.future-4.dropdown-toggle {
    color: #003145;
    background-color: #8DDAF7;
    border-color: #6c757d;
}
.btn-outline-secondary.future-4:hover {
    color: #003145;
    background-color: #8DDAF7;
}

.btn-outline-secondary.future-5:not(:disabled):not(.disabled).active,
.btn-outline-secondary.future-5:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.future-5.dropdown-toggle {
    color: #FFF;
    background-color: #003145;
    border-color: #6c757d;
}
.btn-outline-secondary.future-5:hover {
    color: #003145;
    background-color: #003145;
}

.btn-outline-secondary.future-6:not(:disabled):not(.disabled).active,
.btn-outline-secondary.future-6:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.future-6.dropdown-toggle {
    color: #FFF;
    background-color: #E37222;
    border-color: #6c757d;
}
.btn-outline-secondary.future-6:hover {
    color: #FFF;
    background-color: #E37222;
}

.progress.progress-large {
    height: 2rem;
}
.progress-bar {
    font-size: 0.8em;
    font-weight: bold;
}
.progress-bar.future-1 {
    color: #003145;
    background-color: #A9FB80;
}
.progress-bar.future-2 {
    color: #003145;
    background-color: #C9FFAE;
}
.progress-bar.future-3 {
    color: #003145;
    background-color: #E0FFD0;
}
.progress-bar.future-4 {
    color: #003145;
    background-color: #8DDAF7;
}
.progress-bar.future-5 {
    color: #FFF;
    background-color: #003145;
}
.progress-bar.future-6 {
    color: #FFF;
    background-color: #E37222;
}

.progress-bar.bg-none {
    background-color: transparent;
}
