/*******************************************************************************
 * File:     /static_files/styles/main_style.css
 * Author:   M Chudy (matthew@functionfocus.com)
 * Purpose:  This file contains the default styles for the entire Green Business Lab application
 * Copyright 2020 Realia Group  All Rights Reserved.
 ******************************************************************************/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    min-height: 100vh;
}

main, footer{
    display: block;

}

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

a, .raw-material-sourcing-location-modal-trigger{
    color: #39969c;
}

.logo-color, .gbl-logo-color{
    color: #386c3e !important;
}

.logo-color-teal {
    color: #42a5ac !important;
}

#menu-open-trigger{
    cursor: pointer;
}

.print-only{
    display: none;
}

.print-always{
    display: initial !important;
}



body{
    font-family: arial, Helvetica, sans-serif; 
    padding: 0px; margin: 0px;
    background-color: #283452;
    position: relative;
    font-size: .85em;
    color: #373737;
    /*background: url(pattern-2.png) #fff;*/
    line-height: 1.42857;
}

h1{
    font-size: 1.8rem !important;
}
h2{
    /*    font-size: 1.75rem !important;*/
    font-size: 1.5rem !important;
}
h3{
    /*    font-size: 1.4rem !important;*/
    font-size: 1.4rem !important;
}

.narrative{
    font-family: arial, Helvetica, sans-serif; 
    background-color: #fff; 
    padding: 0px; 
}
.pointer{
    cursor: pointer;
}

/*
#welcome_user_container{
    position: absolute; 
    top: 0px;  
    right: 0px; 
    color: #000;
    text-align: right;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    padding: 5px;
}

#welcome_user_container .salutation{
    font-size: 1.1em;
    font-weight: bold;
}

#welcome_user_container a, #welcome_user_container a:visited{
    color: #000;
    text-decoration: underline;
} */

div.menu_container{
    background-color: #fff;   
    position: relative;
    margin-top: 15px;
}

ul.menu-cycle-listing{
    margin-left: 0;
    padding-left: 0;
}


ul.menu-cycle-listing li{ 
    display: inline-block;
    margin-right: 1em;   
}
ul.menu-cycle-listing li:first-of-type{ 
    margin-left: 1em;
}

div.menu_container ul.main_menu_list{
    list-style-type: none;
    margin-left: 0px;
}
div.menu_container ul.main_menu_list li{
    border-bottom: 2px solid #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    height: 2.2em;
    line-height: 1.1em;
    margin: 0;
    max-width: 225px;
    min-width: 100px;
    padding: 5px;
    text-align: center;
}
div.submenu_container_hidden{
    display: none !important;
}
div.submenu_container{
    display: block;
    background-color: #f0f0f0;
    position: absolute;
    height: 30px;
    line-height: 30px;
    left: 0px;
    width: 1000px;
}

li.main_menu_item_selected{
    background-color: #F0F0F0;
}
div.submenu_container ul.submenu_list{
    list-style-type: none;
}
div.submenu_container ul.submenu_list li{
    display: inline;
    float: left;
    height: 2em;
    line-height: 1.7em;
    max-width: 250px;
    padding: 3px;
    border: 0;
}

div#task_icon_container{
}    
div.task_icon_container{
    cursor: pointer;
}
.print-logo-wrapper{
    margin: 0px 10px 10px 10px;
}
div.login_legend{
    font-family: 'Hagin_Caps_Medium', arial;
    margin-top: 25px;
    background-color: #464646;
    margin-left: -25px;
    padding-left: 50px; height: 35px;
    line-height: 35px; width: 325px;
    color: #fff; font-weight: normal;
    font-size: 1.3em;
}
fieldset{
    border: 1px solid #123456;
    margin: 5px 5px 10px 5px;
}
fieldset > legend{
    font-family: 'Times New Roman', Helvetica, sans-serif;
    border: 1px solid #123456;
    background-color: #D0D6DB;
    font-weight: bold;
    padding: 2px 3px 2px 3px;
}

a, a:visited{
    -moz-text-decoration-color: #ccc;
    text-decoration-color: #ccc;
}
a:active,a:hover{
    text-decoration: underline;
    /*text-decoration-color: #E18728;*/

}


.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}
.center{
    text-align: center !important;
}

.label-box {border: 1px solid #ccc;margin-right: 2px;}

.faded{
    color: #999;
    font-style: normal;
}

ul {
    margin: 0px;
}
ul > li{

}


label.compliance_label{
    display: none;
}
div.left_menu_opened{
    width: 200px !important;
}
div.left_inner_menu{

}
div.left_inner_menu ul{
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
div.left_inner_menu > ul > li{
    background-color: #25333b;
    list-style-type: none;
    margin: 1px;
    padding: 0px;
    color: #fffcfc;
}
div.left_inner_menu > ul > li.header{
    font-weight: bold;
}

div.menu_hidden{
    display: none;
}
div.menu_shown{
    display: block;
}
div.help_container{
    position: fixed;
    z-index: 100;
    width: 700px;
    border: 0px solid #123456;
    padding: 0px;
}
div.help_content_container{
}

div.help_container_closer{
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
div#hidden_help_content_container{
    display: none;
}
div.hidden_help_content{
    position: relative;
    background-color: #fff;
    color: #262626;
    padding: 10px;
    border: 3px solid #206F63;
}
div.hidden_help_content > h1{
    position: absolute;
    color: #fffcfc;
    background-color: #206F63;
    top: 0px;
    width: 100%;
    margin-left: -10px;
    margin-bottom: 35px;
    margin-right: -2px;
    margin-top: -1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
div.hidden_help_content > div.help_content_text{
    margin-top: 60px;
    max-height: 400px;
    overflow: auto;
}
div.help_content_text table{
    border: 1px solid #ccc;
    margin: 5px 0px 5px 10px;
    border-collapse: collapse;

}
div.help_content_text th{
    border: 1px solid #ccc;
    font-weight: bold;
}
div.help_content_text td{
    border: 1px solid #ccc;
}
div.hidden_help_content > div.help_content_text > h2{
    font-size: 1.2em;
    margin: 10px 0px 0px 0px;
}
div.hidden_help_content > div.help_content_text > h1{
    font-size: 1.3em;
    margin: 10px 0px 0px 0px;
}
div.hidden_help_content > div.help_content_text > p{
    margin: 0px;
    padding: 0px 0px 8px 0px;
}


a.page_top, a.page_top:active, a.page_top:visited{
    color: #9c9c9c;
    font-size: 0.85em;
}

a.outer_body_link, a.outer_body_link:visited{
    color: #dcdcdc;
}
div.page_outer_title_container{
    margin-top:-16px;
}
div#page_title_container{
    font-family: arial, Helvetica, sans-serif;
    background-color: #fff; /* #404040; */
    width: 1000px;
    /* BS    height: 25px;
        line-height: 20px; */
    margin-left: auto; margin-right: auto;
    color: #262626; text-align: center;
    font-size: 1.0em; 
    margin-top: 0px;
    padding: 0px 0px 15px 0px; 
    /*    z-index: 10;
    border-bottom-left-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px;
        box-shadow: 2px 2px 2px 2px #333;*/

}
/*div.main_content_container{
    position: relative; margin-top: 60px;
}*/


div#main_page_content_container{
    /*    margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        width: 1000px;
        min-height: 1200px;
        background-color: #E9FAE1  fcfcfc;
        margin-top: 0px;
        position: relative;
        box-shadow: 3px 3px 3px #333;
        padding: 25px 5px  5px 5px;
        border-bottom-left-radius: 10px 10px;
        border-bottom-right-radius: 10px 10px;*/
}

div#main_page_content_container hr{ 
    /*
    border: 0; 
    height: 1px; 
    margin: 3px auto 30px auto;
    background-image: -webkit-linear-gradient(left, #cdcdcd, #123456, #cdcdcd); 
    background-image: -moz-linear-gradient(left, #cdcdcd, #123456, #cdcdcd); 
    background-image: -ms-linear-gradient(left, #cdcdcd, #123456, #cdcdcd); 
    background-image: -o-linear-gradient(left, #cdcdcd, #123456, #cdcdcd); 
    */
    /*    box-shadow: 0px -2px 4px rgba(136,136,136,0.75);*/
}

/*div.page_menu_submenu_container_hidden{
    display: none;
    text-align: left;
}*/
div.main_footer_container{
    height: 30px; line-height: 30px;
    width: 1200px; position: relative;
    bottom: 0px; margin-left: auto; margin-right: auto; text-align: center;
    color: #fffcfc; border-top: 2px solid #cdcdcd; margin-top: 25px; font-size: 0.85em;
}

/*div.page_menu_container{
    width: 960px;
    border: 0px solid #262626;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 3px;
}*/

/*div.page_menu_submenu_container{
}*/

/*div.page_menu_container  > ul, div.page_menu_submenu_container > ul{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    list-style-type: none;
    margin-left: 5px;
}
div.page_menu_container  > ul > li.leftLink{
    border-left-width: 0px !important;
}
div.page_menu_container  > ul > li{
    vertical-align: top;
    text-align: center;
    padding: 0px;
    margin: -3px  0px 0px 0px;
    margin-left: 0px;
    display: inline-block;
    min-width: 80px;
    max-width: 200px;
    padding: 0px 5px 5px 5px;
    background-color: #fff;
    color: #2A5F33;
    font-size: 0.7em;
    font-family: "ABeeZee";
}
div.page_menu_container,div.page_menu_container a{
    color: #2A5F33;
}

ul.page_menu_submenu li{
    padding: 2px;
    color: #2A5F33;
    display: inline;
}
ul.page_menu_submenu li a{
    text-decoration: none;
    color: #2A5F33;
}
ul.page_menu_submenu  li  a:visited{
    text-decoration: none;
    color: #2A5F33;
}



li.submenu_item_hover{
    border-radius: 3px;
    background-color: #B7E0A6;
    padding: 2px;
    color: #262626;
    font-weight: bold;
}
li.submenu_item_hover a{
    padding: 0px;
    color: #262626 !important;
}
li.submenu_item_hover > hr{
    background-color: #fcfcfc;
}*/

div.clearing{
    clear: both;
}
.italic{
    font-style: normal;
}
span.italic{
    font-style: normal;
}
.bold{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
.nowrap{
    white-space: nowrap;
}

div.page_section{
    background-color: #fff; 
    border: 2px solid #cfcfd3; 
    width: 99%; 
    margin-bottom: 15px;
    border-radius: 4px;
}
div.page_section h2, div.page_section > h3{
    background-color: #ededed; 
    color: #121212; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px 2px 5px 10px;
    /*    font-weight: bold;*/
}
div.padding_3{ /* originally 3px padding.  TODO:  change class name */
    padding: 5px;
}

.padding_left_15{
    padding-left: 15px !important;
    overflow: auto;
}
.padding_left_25{
    padding-left: 25px !important;
    overflow: auto;
}

div.tab_content{
    border-top: 0px solid #262626 !important;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 5px;
}
div.tab_content_active{
    display: block;
}
div.tab_content_non_active{
    display: none;
}
.nav-tabs,
.nav-pills {
    *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
}
.nav-tabs:after,
.nav-pills:after {
    clear: both;
}
.nav-tabs > li,
.nav-pills > li {
    float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav-tabs {
    border-bottom: 5px solid #346C3A;
}
.nav-tabs > li {
    margin-bottom: 0px;
}
.nav-tabs > li > a,.nav-tabs > li > a:active {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #C9D6CB;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #C9D6CB;
    font-weight: normal;
    color: #262626;

    background: #adc6af; /* Old browsers */
    background: -moz-linear-gradient(top,  #adc6af 0%, #82ad54 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adc6af), color-stop(99%,#82ad54)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #adc6af 0%,#82ad54 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #adc6af 0%,#82ad54 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #adc6af 0%,#82ad54 99%); /* IE10+ */
    background: linear-gradient(to bottom,   #eceeef 0%,#c7c7c7 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adc6af', endColorstr='#82ad54',GradientType=0 ); /* IE6-9 */







}
.nav-tabs > li > a:hover, .nav-tabs > template > li > a:hover {
    border-color: #eeeeee #eeeeee #666;
}
.nav-tabs > .active > a,
.nav-tabs > template > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > template > .active > a:hover {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #666;
    border-bottom-color: transparent;
    cursor: default;
    font-weight:bold;
}
.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
}
.nav-tabs.nav-stacked > li:first-child > a {
    /*-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;*/
}
.nav-tabs.nav-stacked > li:last-child > a {
    /*-webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;*/
}
.nav-tabs.nav-stacked > li > a:hover {
    border-color: #ddd;
    z-index: 2;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
    /*-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}
.nav-pills .dropdown-menu {
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/

}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
    color: #000000;
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
    border-color: #999999;
}
.tabbable {
    *zoom: 1;
}
.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
}
.tabbable:after {
    clear: both;
}
.tab-content {
    overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
    /*-webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;*/
}
.tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
    border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    /*-webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;*/
}
.tabs-left > .nav-tabs > li > a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}
.nav-tabs .active > a:hover,
.nav-tabs .active > a{
    background-color: #346C3A;
    text-decoration: none;
    border-bottom-color: #346C3A;
    color: #fff !important;



    background: #92a58e; /* Old browsers */
    background: -moz-linear-gradient(top,  #92a58e 0%, #346c3a 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92a58e), color-stop(99%,#346c3a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #92a58e 0%,#346c3a 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #92a58e 0%,#346c3a 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #92a58e 0%,#346c3a 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #92a58e 0%,#346c3a 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92a58e', endColorstr='#346c3a',GradientType=0 ); /* IE6-9 */

    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;

}

div.inactive_tab_content{
    display: none;
}
div.active_tab_content{
    display: block;
}
li.tab{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
}

input[type=text],input[type=password],input[type=file],input[type=number], textarea, select, select.undo-bs{
    background-color: #fff;
    border: 1px solid #b4b4b4;
}

input[type=text]:focus,input[type=password]:focus,input[type=file]:focus,input[type=number]:focus, textarea:focus, select:focus, select.undo-bs:focus{
    border: 1px solid #707070;
}

textarea{
    font-size: 0.90em;
    font-family: helvetica,arial, sans-serif;
}

input[disabled='disabled'],textarea[disabled='disabled']{
    background-color: #ccc;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus{
    /*border-color: #6fb908;*/

    /*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
        outline: 0 none;*/
}
input.stylized_input[type=text], input.stylized_input[type=password]{
    background-color: #F7FFF7;
    height: 25px;
    font-size: 1.2em;
    padding: 3px;
    border: 2px solid #484848;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}


input[type=submit], button.submit, a.submit{
    background-color: #386c3e;
    border: 0;
    border-radius: 3rem ;
    padding: 0.50rem 1.5rem;
    font-size: 1.0rem;
    color: #fff;
}
input[type=submit]:hover, button.submit:hover, a.submit:hover{
    color: #fff;
    border: 0;
    background-color: #7c7c7c;

}
input[type=submit]:active, button.submit:active, a.submit:active{
    color: #fff;
    border: 0;
    background-color: #7c7c7c;
}
input.decline{
    background-color: #bbb;
    border: 0;
    border-radius: 3rem ;
    padding: 0.50rem 1.5rem;
    font-size: 1.0rem;
    color: #fff;
}
input.decline:hover{
    color: #fff;
    border: 0;
    background-color: #aaa;

}
input.decline:active{
    color: #fff;
    border: 0;
    background-color: #aaa;
}

a.submit{
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

input.stylized_input[type=text]:focus, input.stylized_input[type=password]:focus{
    background-color: #85E677;
}

input.form_error, textarea.form_error, select.form_error, div.form_error{
    background-color: #FFBABE;
}

label.form_error{
    background-color: #FFBABE;
}

input.form_error[type=checkbox]{
    border: 1px solid #FFBABE;
    outline: 1px solid #FFBABE;
}
.action_message_container{
    display: inline-block;
    border-radius: 5px;
    margin: 0px 0px 10px 10px;
    padding: 5px;
    background-color: #fff !important;
    color: #18aeb4;
}
h2.action_message{
    font-size: 1.3em;
    font-weight: normal;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
div.form_errors_list,span.form_error{
    /*border: 0px solid #fff;*/
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    margin-top: 3px;
    margin-bottom: 8px;
    width: 99%;
    background-color: #ffffff /*#CCD1EB;*/;
}

/*div.useful_note{
    padding: 5px;
    border: 1px solid #48734d;
    margin-top: 3px;
    display: inline-block;
    background-color: #a4d292;
}*/

ul.form_errors_list{
    margin: 10px 0px 10px 15px;
    padding-left: 0px;
}
ul.form_errors_list > li{
    margin-left: 20px;
    padding: 2px 0px 2px 0px;
}


div.form_erro{
    border: 1px solid #484848;
    background-color: #FFBABE;
}

input.form_error[type=radio]{
    background-color: #FFBABE;
    border: #FFBABE;
}
option.selected{
    background-color: #d2efc8;
}
input.input_results_report{
    background-color: #F7F8FA;
    border: 1px solid #7c7c7c;
    color: #262626;
}
div.inline_block{
    display: inline-block;
}




table.dashboard_table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border: 2px solid #DBEAF9;
    margin-bottom: 30px;
}
table.dashboard_table td, table.dashboard_table th{
    border: 2px solid #DBEAF9;
    padding: 3px;
    text-align: center;
}
table.dashboard_table th{
    background-color: #E8F4FF;
}


/*TODO:  convert list_table into daskboard_table */
table.list_table{
    border-collapse: collapse;
    border: 1px solid #ccc;
    background-color: #fff;
}

table.list_table tr.header_row{

}
table.list_table tr.header_row th, table.list_table thead th,table.list_table th{
    color: #123456;
    background-color: #ccc;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #7D7B9C;
    border-right: 1px solid #7D7B9C;
    border-bottom: 2px solid #999;
    border-left: 1px solid #7D7B9C;
    padding: 3px 3px 3px 3px;
    vertical-align: top;


    background: #eeeeee;
    color: #206F63;



}
tr.listRow{

}

tr.valign-middle td,tr.valign-middle th{
    vertical-align: middle !important;
}

table.list_table tr.listRow td, table.list_table tbody td{
    border-top: 1px solid #bbb;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
}

div.stakeholder_perspective_section{

}
h3.stakeholder_perspective_header{
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
    margin: 2px 0px 3px 0px;
    padding: 0px;
}
td.perspective_cell{
    vertical-align: top;
}
td.perspective_cell > textarea{
    width: 585px;
    min-height: 100px;
    height: 100%;
}
td.perspective_cell > p{
    margin: 0px 0px 5px 0px;
}
td.perspective_cell > p > ul{
    margin-left: 15px;
    padding-left: 0px;
}
td.perspective_cell > p > ul > li{

}
/* ******************************************/
button.show_perspective_button_styled{
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#0a3857), to(#65a9d7));
    background: -webkit-linear-gradient(top, #0a3857, #65a9d7);
    background: -moz-linear-gradient(top, #0a3857, #65a9d7);
    background: -ms-linear-gradient(top, #0a3857, #65a9d7);
    background: -o-linear-gradient(top, #0a3857, #65a9d7);
    padding: 5px 10px;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
    /*-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;*/
    color: white;
    font-size: 13px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}
button.show_perspective_button_styled:hover {
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
button.show_perspective_button_styled:active {
    border-top-color: #1b435e;
    background: #1b435e;
}
div.perspective_text{
    display: none;
}
div.perspective_text_shown{
    display: block;
}

table.improvement_calc_table{
    border-collapse: collapse;
    border: 1px solid #2A7CBF;
    width: 100%;
}
table.improvement_calc_table > thead{
    border-bottom: 2px solid #2A7CBF
}
table.improvement_calc_table > thead > tr{

}
table.improvement_calc_table > thead > tr > th{
    padding: 3px;
    vertical-align: middle;
    /*    color: #484848; */
    font-weight: bold;
}
table.improvement_calc_table > tbody > tr{

}
table.improvement_calc_table > tbody > tr > td{
    border-bottom: 1px solid #8BC9FC;
    padding: 3px;
    vertical-align: middle;
}
td.imp_non_utilized_component{
    color: #5a5a5a;
}
td.imp_utilized_component{

}

div.inst_home_course{

}
div.inst_home_course_selected{
    background-color: #EBFAEE;
}
div.inst_announcement_container{
    border: 1px solid #234567;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    margin: 10px 0px 2px 0px;
}

div.report_section{
    /* 
    Setting the overflow-x here appears to disable the effect of the sticky table headers across browsers. 
    For whatver reason, edge doesn't respect this and won't show a container scrollbar.  The sticky headers 
    do show in edge, however.
    */
    /*    overflow-x: auto;
        max-width: 100%;
        position: relative;*/
}
div.report_section h3{
    font-size: 1.3em;
    font-weight: bold;
    margin: 15px 0px 8px 0px;
}
table.soft_border_table{
    border-collapse: collapse;
    border: 1px solid #b9b9b9;
}
table.report_table tr,table.report_top_table tr{
    /*border-bottom: 1px solid #e9e9e9;*/
    /*background: linear-gradient(to bottom, #eaeaea 0%, #fafafa 100%) repeat scroll 0 0 transparent;*/
}
table.report_table tr{
    border-bottom: 1px dashed #c9c9c9;
}
table.report_table_pu_ecu{
    border: 1px solid #b9b9b9;
    width: 100%;
}
table.report_table_pu_ecu tr th{
    padding: 2px 5px 2px 5px;
    vertical-align: middle;
}
table.report_table_pu_ecu tr td, table.report_table_pu_ecu tr th{
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}
.report_table_pu_ecu th{
    text-align: center;
}



table.report_table tr td,table.report_top_table tr td,table.report_table_pu_ecu tr td{
    padding: 2px 0px 2px 2px;
}
td.L_cell, td.L_cell_indented{
    font-weight: normal;
    border-right: 0px solid #ccc;
    width: 590px;
    vertical-align: top;
}
td.L_cell_short{
    font-weight: normal;
    border-right: 0px solid #ccc;
    width: 400px;
    vertical-align: top;
}

td.L_cell_indented{
    padding-left: 15px !important;
    vertical-align: top;
}
tx.L_cell div{
    width: 480px;
    vertical-align: top;
}
td.M_cell{
    width: 20px;
}
td.R_cell{
    border-left: 0px solid #ccc;
    width: Uto;
    vertical-align: top;
}
td.R_cell_wide{
    border-left: 0px solid #ccc;
    width: 350px;
}
table.report_table_pu_ecu{
    border: 2px solid #e9e9e9;
    border-bottom: 2px solid #e9e9e9 !important;
    border-collapse: collapse;
}
table.report_table{
    width: 750px;
    border-bottom: 3px solid #e9e9e9;
    border-collapse: collapse;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}

table.report_top_table{
    width: 100%;
    /*border-bottom: 2px solid #e9e9e9 ;*/
    border-collapse: collapse;
    margin-left: 20px;
    color: #43946b;
    font-weight: bold;
}
table.report_top_table tr td:nth-of-type(1){ /* used by income statement, marketing report */
    color: #666;
    vertical-align: top;
    width: 10em;
    min-width: 10em;
    max-width: 10em;
    word-break: normal;
}
table.report_top_table.wide-left tr td:nth-of-type(1){ /* used by income statement */
    color: #666;
    vertical-align: top;
    width: 14em;
    min-width: 14em;
    max-width: 14em;
    word-break: normal;
}
table.report_top_table tr td:nth-of-type(2){
    vertical-align: top;
}


td.subtotal_cell{
    border-top: 0px solid #262626;
}
tr.total_row{
    /*border-top: 2px solid #262626;*/
    font-weight: bold;
}
tr.total_row td.R_cell{
    border-top: 2px solid #008057;
}
tr.subtotal_row td.R_cell{
    border-top: 1px solid #262626;
}

div.ops_improvement_narrative{
}
div.ops_improvement_text_section{
    float: left; width: 350px; padding: 0px 3px 0px 2px;
}
div.ops_improvement_text_section p{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    text-align: left;
    font-size: 0.95em;
}

/* ****************************************************************************/

.button-danger {
    background: #f25353;
    background-image: -webkit-linear-gradient(top, #f25353, #cc0404);
    background-image: -moz-linear-gradient(top, #f25353, #cc0404);
    background-image: -ms-linear-gradient(top, #f25353, #cc0404);
    background-image: -o-linear-gradient(top, #f25353, #cc0404);
    background-image: linear-gradient(to bottom, #f25353, #cc0404);
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white !important;
    font-size: 14px;
    font-family: Georgia, serif;
    text-decoration: none;
    vertical-align: middle;
}

.button-danger:hover {
    background: #cc0404;
    background-image: -webkit-linear-gradient(top, #f25353, #cc0404);
    background-image: -moz-linear-gradient(top, #f25353, #cc0404);
    background-image: -ms-linear-gradient(top, #f25353, #cc0404);
    background-image: -o-linear-gradient(top, #f25353, #cc0404);
    background-image: linear-gradient(to bottom, #f25353, #cc0404);
    text-decoration: none;
}



.button {
    /*    border-top: 1px solid #206F63;
        background: #375e43;
        background: -webkit-gradient(linear, left top, left bottom, from(#206F63), to(#375e43));
        background: -webkit-linear-gradient(top, #206F63, #375e43);
        background: -moz-linear-gradient(top, #206F63, #375e43);
        background: -ms-linear-gradient(top, #206F63, #375e43);
        background: -o-linear-gradient(top, #206F63, #375e43);
        padding: 5px 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: white !important;
        font-size: 14px;
        font-family: Georgia, serif;
        text-decoration: none;
        vertical-align: middle;*/
}

.button:hover {
    /*    border-top-color: #1e1d40;
        background: #1e1d40;
        color: #ccc;*/
}
.button:active {
    /*    border-top-color: #10471f;
        background: #10471f;*/
}

.button-inactive {
    /*    border-top: 1px solid #C7C7C7;
        background: #375e43;
        background: -webkit-gradient(linear, left top, left bottom, from(#C7C7C7), to(#B3B5B5));
        background: -webkit-linear-gradient(top, #C7C7C7, #B3B5B5);
        background: -moz-linear-gradient(top, #C7C7C7, #B3B5B5);
        background: -ms-linear-gradient(top, #C7C7C7, #B3B5B5);
        background: -o-linear-gradient(top, #C7C7C7, #B3B5B5);
        padding: 5px 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: white !important;
        font-size: 14px;
        font-family: Georgia, serif;
        text-decoration: none;
        vertical-align: middle;*/
}


/* ****************************************************************************/
.improvement_calc_header{
    border-top: 1px solid #206F63;
    background: #375e43;
    background: -webkit-gradient(linear, left top, left bottom, from(#206F63), to(#375e43));
    background: -webkit-linear-gradient(top, #206F63, #375e43);
    background: -moz-linear-gradient(top, #206F63, #375e43);
    background: -ms-linear-gradient(top, #206F63, #375e43);
    background: -o-linear-gradient(top, #206F63, #375e43);
    color: #fff;
}

div.mgmt_allocation_decision_container{
    width: 300px;
}

a.obvious_link{
    text-decoration: underline;
    font-weight: bold;
    color: #0C72A8;
}

td.accounting_currency{
    text-align: right;
}


.button-link {

    /*-moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;*/

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);

    background-color:#77b55a;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;

    border:1px solid #4b8f29;

    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
    padding:6px 12px;
    text-decoration:none;

    /*text-shadow:0px 1px 0px #5b8a3c;*/

}
.button-link:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
    background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
    background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);

    background-color:#72b352;
}
.button-link:active {
    position:relative;
    top:1px;
}
select.styled-select{
    background: #fff;
    width: 180px;
    padding: 5px;
    font-size: 13px;
    line-height: 13px;;
    border: 0;
    border-radius: 0;
    height: 30px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #b4b4b4;

}
table.row-scope{
    border-collapse: collapse;
    margin: 5px 0px 5px 5px;
    border: 1px solid #8CAF72;

}

table.row-scope tr th{
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    border-bottom: 1px dashed #8CAF72;
}
table.row-scope tr td{
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    padding: 3px 3px 3px 3px;
    border-bottom: 1px dashed #8CAF72;
}

div.vcc_decision_markup{
    /*        font-size: 13pt;
        font-family: 'playtime-oblique', arial, Helvetica, sans-serif;*/
}
div.vcc_decision_markup p:first-of-type{
    display: inline;
}

/*--------------------------------------------------------------------------- */
.header-wrapper.container.main {
    max-width: 100%;
    padding: 0;
}
.container.main {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding-bottom: 100px !important;
}
div.body-outer-wrapper, main_content_container {
    /*    padding-bottom: 20px;
        padding-top: 20px;*/
    padding-bottom: 0px;
    padding-top: 0px;
    /*min-height: 100vh;*/
}
.body-wrapper{
    /*    box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
        -webkit-box-shadow:  0 0 8px rgba(0, 0, 0, 0.8);*/
}
.boxed-style{
    margin-left: auto;
    margin-right: auto;
    /*max-width: 1000px;*/
    max-width: 100%;
}
div.copyright-wrapper {
    /*    font-size: 11px;*/
    margin: 0 10px;
    padding: 15px 0;
}
.copyright-outer-wrapper {
    background-color: #BFBFBF;
}
/* TODO:  this is needed to override bootstrap's container definition
The To-Do is to change how the pages are laid-out to make proper use of 
bootstrap's positioning
*/
@media (min-width: 500px) {
    .container {
        /*width: 1000px !important;*/
        /*min-width: 100%;*/
    }
}
.container {
    margin: 0 auto !important;
    /*max-width: 960px !important;*/
    padding:20px 20px 20px 20px !important;
}

div.footer-top-bar {
    background-color: #EAEAEA;
    height: 4px;
}

.copyright-outer-wrapper {
    background-color: #BFBFBF;
}


div.footer-wrapper {
    background-color: #B0B0B0;
    overflow: hidden;
}
div.footer-wrapper {
    overflow: hidden;
}
.footer-wrapper, .footer-wrapper table th {
    color: #BABABA;
}
div.copyright-left {
    float: left;
    line-height: 1.9;
}
div.copyright-right {
    float: right;
    line-height: 1.9;
}

.footer-wrapper, .footer-wrapper table th {
    color: #BABABA;
}
.copyright-container {
    color: #000000;
    padding: 0px 0px 20px 0px !important;
    font-size: 0.8em;
    /*padding: 0px 20px 20px 20px;*/
}

.copyright-container a, .copyright-container a:visited{
    text-decoration: none;
    font-style: normal;
    color: #0c4d19;
}

.content-wrapper{
    min-height: 300px;
    padding-top: 35px;
}



/* -------------------------------------------------------------------------- */
table.mfg_table{
    border-collapse: collapse;
    /*    border: 1px solid #E9FAE1 !important;*/
    width: 100%;
}
table.mfg_table th{
    /*border: 1px solid #588064;
    padding: 2px;
    border-bottom: 2px solid #588064; */
}
table.mfg_table td{
    /*border: 1px solid #E9FAE1;*/
    padding: 2px;
    font-size: 0.9em;
}


/*----------------------------------------------------------------------------*/
.button_link {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;*/
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color:#f9f9f9;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#666666 !important;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    text-align:center;
    /*text-shadow:1px 1px 0px #ffffff;*/
    padding: 4px 5px 4px 5px;
    cursor: pointer;
}
.button_link:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color:#e9e9e9;
}.button_link:active {
    position:relative;
    top:1px;
}
/*----------------------------------------------------------------------------*/
td.vertical_middle{
    vertical-align: middle !important;
}

ul.main_menu_list > li{
    border-bottom: 2px solid #fff;

    margin-right: 2px;


}

ul.main_menu_list > li.main_menu_item_selected{
    background-color: #F0F0F0;
}

ul.main_menu_list > li > a.mlink{

}

div.submenu_container{
}


/************************************/
table.rpt_table{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-collapse: collapse;
}
table.rpt_table thead th{
    background-color:#346C3A;
    font-weight: bold;
    padding: 3px;
    border: 2px solid #ccc;
    color: #fff;
}
table.rpt_table tbody td{
    padding: 3px;
    border: 2px solid #ccc;
}

/*************************************/
.editInPlace{
    border: 1px solid #EBB0B0;
}
div.labelEditorHouse{
    position: absolute;
    z-index: 1000;
    border: 2px solid black;
    padding: 10px;
    width: 450px;
    background-color: #f2f2f2;
}
div.labelEditorHouse textarea{
    width: 440px;

}
div.labelEditorLabel{
    font-weight: bold;
    font-size: 0.9em;
}

img.labelEditorLoader{
    position: absolute;
    left: 167px;
    top: 60px;
}
img.labelEditorLoaderMaintenanceScreen{
    position: absolute;
    left: 80px;
    top: 0px;
    z-index: 999;
    width: 50px;
    height: 50px;
}

/*************************************/
table.even-width-table{
    table-layout: fixed;
}
table.even-width-table td, table.even-width-table th{
    width: 1%;
}


.hidden{
    display: none;   
}

.lightbox-container{
    text-align: center;
    background-color: #f5f5f5;
    position: fixed;

}
.lightbox-content{
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 1500;
    top: 150px;
}

.commercial_video_upload_link_text{

}

.embedded_commercial_video_trigger{

    cursor: pointer;
    font-family: arial,Helvetica,sans-serif;

}

.survey_preview .section_divider{
    margin-top: 50px;
}
.correct-answer{
    color: #206F63;
    font-size: 1.1em;
    font-weight: bold;
}
.incorrect-answer{
    color: #BF0000;
    font-size: 1.1em;
    font-weight: bold;
}
.survey_preview .individual-question{
    border-bottom: 0px solid #206F63;

    padding: 5px;
    margin-bottom: 20px;
    margin-left: 10%;
}
.survey_preview .individual-question h2{
    font-size: 1.1em;
    margin: 2px;
}
.survey_preview .individual-question p.prompt{
    font-size: 0.95em;
    font-style: italic;
    padding: 2px 0px 2px 2px;
    margin: 0px;
}
.survey_preview .individual-question ol{
    list-style-type: none;
    padding: 0px;
    margin: 5px 0px 0px 30px;
}
.survey_preview .individual-question ol li{
    padding: 0px;
    margin: 2px;
}


/* --------------------------------------------------- */
.lab-setup #wizard-step{
    position: relative;
    /*margin-left: auto;
    margin-right: auto;*/
    width: 100%;
}
.lab-setup #wizard-step img{
    width: 600px;
    height: 55px;
}
.lab-setup .field-group{
    margin-bottom: 15px;
}
.lab-setup .field-group label, .field-group .label{
    font-weight: bold;
}
.lab-setup .field-group input-wrapper{

}
.lab-setup .field-group .input-wrapper input, .field-group .input-wrapper select, .field-group .input-wrapper textarea{
    min-width: 450px;
}
/* --------------------------------------------------- */
.wizard-nav { 
    list-style: none; 
    overflow: hidden; 
    margin: 10px 0px;
}
.wizard-nav li { 
    float: left; 
}
.wizard-nav li a {
    color: white;
    text-decoration: none; 
    padding: 10px 0 10px 50px;
    background: #bdccca;
    position: relative; 
    display: block;
    float: left;
}
.wizard-nav li a::after { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent; 
    border-bottom: 50px solid transparent;
    border-left: 30px solid #bdccca;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    left: 100%;
    z-index: 2; 
}
.wizard-nav li a::before { 
    content: " "; 
    display: block; 
    width: 0; 
    height: 0;
    border-top: 50px solid transparent;       
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px; 
    margin-left: 3px;
    left: 100%;
    z-index: 1; 
}
.wizard-nav li:first-child a {
    padding-left: 10px;
}
.wizard-nav li.previous a           { background: #6DA098; }
.wizard-nav li.current a           { background: #206F63; }
.wizard-nav li.next a           { background: #bdccca; }
.wizard-nav li.previous a:after           { border-left-color: #6DA098; }
.wizard-nav li.current a:after           { border-left-color: #206F63; }
.wizard-nav li.next a:after           { border-left-color: #bdccca; }
.wizard-nav li:last-child a {
    background: transparent !important;
    color: black;
    pointer-events: none;
    cursor: default;
}
.wizard-nav li:last-child a::after { 
    border: 0; 
}
.wizard-nav li a:hover { 
}
.wizard-nav li a:hover:after { 
}
.wizard-nav li{
    margin-bottom: 0px;
}
/* --------------------------------------------------- */
/* Panel */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 20px 8%;
}

.panel-body-narrow-padding {
    padding: 5px;
}

.panel-body-no-padding {
    padding: 0px;
}


.panel-heading {
    padding: 10px 15px 5px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
/* --------------------------------------------------- */
.menu-quadrant{
    border: 0px solid #ccc;
}

.menu-quadrant strong{
    margin-top: 50px;
    display: block;
}
.menu-quadrant strong:nth-of-type(1),.menu-quadrant strong:nth-of-type(2){
    margin-top: 0px;
}
.menu-quadrant ul {
    list-style-type: none;
}
.menu-quadrant ul li{
    padding-left: 0px;
}
.modal-menu-closer{
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    /*    font-size: 25px;
        height: 25px;*/
    background: #c40909;
    background-image: -webkit-linear-gradient(top, #c40909, #a00101);
    background-image: -moz-linear-gradient(top, #c40909, #a00101);
    background-image: -ms-linear-gradient(top, #c40909, #a00101);
    background-image: -o-linear-gradient(top, #c40909, #a00101);
    background-image: linear-gradient(to bottom, #c40909, #a00101);
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}
.modal-menu-closer:hover{
    background: #c40909;
    background-image: -webkit-linear-gradient(top, #c40909, #c40909);
    background-image: -moz-linear-gradient(top, #c40909, #c40909);
    background-image: -ms-linear-gradient(top, #c40909, #c40909);
    background-image: -o-linear-gradient(top, #c40909, #c40909);
    background-image: linear-gradient(to bottom, #c40909, #c40909);
    text-decoration: none;
}
/* --------------------------------------------------- */
.likert-scale{
    height: 40px;
    width: 100%;
    position: relative;
}
.likert-pct{
    position: absolute;
    left: 40px;
    line-height: 40px;
    height: 40px;
    font-style: normal;
    font-size:1.2em;
    font-weight: bold;
    color: #386c3e;
    /*    padding: 6px 0px 2px 2px;*/
}
.likert-background{
    height: 40px;
    background-color: #EDEEF5;
    outline: 1px solid #F0F1F5;
    width: 830px; 
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
}
.likert-background .likert-cell{
    text-align: center;
    height: 38px;
    position: relative; 
    float: left; 
    outline: 1px solid #ccc;
    color: #262626;
    font-size: .9em;
    line-height: 1.0em;
    padding: 5px;
}
.likert-bar{
    background-color: #ACE3AE;
    height: 40px;
    border: 0px solid #ACE3AE; width: 0px; 
}

.eval-result-cell{
    background-color: #79B07B;
    font-weight: bold;
}


@media print{


}

#environment_disclaimer{
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
    text-align: center;
}
#environment_disclaimer .inner{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #113aad;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(18,52,86,1);
    -moz-box-shadow: 0px 0px 5px 5px rgba(18,52,86,1);
    box-shadow: 0px 0px 5px 5px rgba(18,52,86,1);
    height: 1.75em;
    line-height: 1.5em;
    color: #fff;
    width: 200px;

}

#feedback-container{
    position: fixed;
    z-index: 200;
    min-width: 600px;
    max-width: 90%;
    min-height: 300px;
    top: 20px;
    border: 2px solid #123456;
    background-color: #fff;
    padding: 5px;
}

#feedback-container h1{
    font-size: 1.3em;
    width: 100%;
    text-align: center;
}

#feedback-container .form-container{

}

.big{
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;;
    margin-right: 5px;
}


.bouncing-loader{
    margin-top: 100px;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -1rem, 0);
    }
}
.bouncing-loader {
    display: flex;
    justify-content: center;
}
.bouncing-loader > div {
    width: 1rem;
    height: 1rem;
    margin: 3rem 0.2rem;
    background: #8385aa;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
    animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
    animation-delay: 0.4s;
}
































/* START Menu Styles */

#responsive-menu{
    margin-top: -35px;
}

#menu-open-trigger-continer{
    float: right; 
    margin-top: -16px; 
    margin-right: -16px;
    width: 100%;
    text-align: right;
}

#menu-trigger{
    cursor: pointer;
}
#menu-wrapper {
    position: absolute;
    display: none;
    width: 0;
    z-index: 150;
    top: 28px;
    /* border-bottom: 3px solid #888; */
    border: 2px solid #565656;
    margin-left: 10px;
}

.menu-wrapper-displayed {
    border: 1px solid #e7e7e7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #f8f8f8;
    top: 35px;
    /* height: auto; */
    color: #000;
    display: block !important;
    font-size: 0.95em;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0,0.2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0,0.2);
    -webkit-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.45);
    background-color: #ffffff;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(219, 228, 237, 1));
    -moz-background: linear-gradient(rgba(255, 255, 255, 1), rgba(219, 228, 237, 1));
    -o-background: linear-gradient(rgba(255, 255, 255, 1), rgba(219, 228, 237, 1));
    -webkit-background: linear-gradient(rgba(255, 255, 255, 1), rgba(219, 228, 237, 1));
}

#responsive-menu a{
    text-decoration: none;
    /*    font-style: italic;*/
    color: #333333;
}
#responsive-menu a:hover, #responsive-menu a:active, #responsive-menu #menu-salutation a {
    text-decoration: underline;
    color: #39969c;
}


#responsive-menu .salutation{
    font-weight: bold;
}

/*.menu-wrapper-displayed a{
    color: #000;
}*/



@media (min-width: 576px) { 
    .menu-wrapper-displayed{
        width: 300px !important;
    }
    .menu-wrapper-displayed{
        right: 0px;
    }


    /*    #logo-wrapper{
            display: none;
        }
        #responsive-menu{
            margin-top: 0px;
            padding-bottom: 0px;
        }*/
}

#menu-salutation{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}


@media (min-width: 768px) { 
    .menu-wrapper-displayed{
        width: 726px !important;
    }
}

@media (min-width: 992px) { 

    .menu-wrapper-displayed{
        width: 950px !important;
    }
    #logo-wrapper{
        display: block;
    }
    .menu-wrapper-displayed{
        right: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-subsection:not(:first-of-type){
        border-left: 1px solid #bababa;
    }
}

@media (min-width: 1300px) { 

    .menu-wrapper-displayed{
        width: 950px !important;
    }}
#menu-wrapper .menu-sections{
}
#menu-wrapper .menu-subsection h1{
    font-size: 1.4em !important;
    font-weight: bold;
    display: block;
    color: #333333;
    text-align: center;
    background-color: #e7e7e7;
    padding: 3px;
    width: 100%;
}
/*#menu-wrapper .menu-subsection .expand-trigger{
    float: right;
    display: inline-block;
    font-size: 1.1em;
}*/

.sub-menu {
    padding: 0px 2px 2px 8px;
    margin-top: 1em;
}


.sub-menu strong{
    color: #42a5ac;
    font-weight: bold;
    font-size: 1.0em;
}

.sub-menu ul{
    margin-bottom: 0px;
    list-style-type: none;  
    padding-left: 15px;
}
.sub-menu ul li{
    margin-left: 1em;
    text-indent: -1em;
}
/* END Menu Styles */

.form-save-container{ 
    padding-top: 10px;
    padding-bottom: 20px;
    vertical-align: middle;
}

.form-save-container-business-challenges{
    padding-top: 30px;
    margin-bottom: -20px;
}


.gbl-save-button.smaller, .save-button.smaller{
    border-radius: 1.5rem ;
    padding: 0.25rem .75rem;
}
.gbl-save-button, .save-button{
    background-color: #386c3e;
    border: 0;
    border-radius: 3rem ;
    padding: 0.50rem 1.5rem;
    font-size: 1.0rem;
    color: #fff;
}
.gbl-save-button:hover, .save-button:hover {
    color: #fff;
    border: 0;
    background-color: #7c7c7c;
}
.cancel-button{
    background-color: #bbb;
    color: #333;
}
.cancel-button:hover{
    background-color: #aaa;
    color: #333;
}

.gbl-save-button:disabled, .save-button:disabled, .gbl-save-button:hover:disabled, .save-button:hover:disabled{
    background-color: #ccc;
    color: #eee;
}


.cancel-button.smaller{
    border-radius: 1.5rem ;
    padding: 0.25rem .75rem;
}
.cancel-button{
    background-color: #ccc;
    border: 0;
    border-radius: 3rem ;
    padding: 0.50rem 1.5rem;
    font-size: 1.0rem;
    color: #fff;
}
.cancel-button:hover {
    color: #fff;
    border: 0;
    background-color: #c3c3c3;
}




/* Start Dashboard Styles */
.dashboard-container{
    position: relative;
}
.dashboard-element{
    margin: 5px;
    border-radius: 5px;
    min-height: 200px;
    padding: 5px;
}

.dashboard-success{
    border: 3px solid #48734d;
    /*                background-color: #B9D2A3;*/
}
.dashboard-danger{
    border: 3px solid #72ac5b;
    /*                background-color: #fbc8ac;*/
}

.dashboard-warning{
    border: 3px solid #42a5ac;
    /*                background-color: #FFFFBE;*/
}


.dashboard-element .status{

}

/*
Completed - dark green = #48734d
In process - Teal blue = #42a5ac 42a5ac
Pending - lime = #72ac5b 72ac5b
*/

.dashboard i.fa.fa-circle{ /* Pending */
    color: #48734d;
    font-size: 1.65em;
}

.dashboard i.fa-adjust{ /* In Process */
    color: #42a5ac;
    font-size: 1.65em;
}

.dashboard i.far.fa-circle{ /* Completed */
    color: #72ac5b;
    font-size: 1.65em;
}

.dashboard .fa-stack i.far.fa-circle.faded{ /* Pending */
    color: #999 !important;
}
.dashboard i.fa.fa-slash.faded{ /* Pending */
    color: #999 !important;
}

.pending{
    color: #72ac5b;
}

.in-process{
    color: #42a5ac;
}

.completed{
    color: #48734d;
}

.not-applicable{
    color: #999 ;
}

/* End Dashboard Styles */

.emphasize{
    color: #900000;
}
div.survey_instructions{
    color: #900000;
    font-weight: 600;
}

div.question div.question_text{
    padding: 5px;
    font-weight: 600;
    margin-bottom: 15px;
}

div.question{
    padding: 5px;
    margin-bottom: 2em !important;
}

/* START Show only n lines of business challenge decisions */
.business_challenge_decision_outer{
    margin-bottom: 20px;
}
.truncated_business_challenge_decision {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em;     /* fallback */
    max-height: 5.92em;      /* fallback */
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.truncated_business_challenge_decision .activeEllipsis{
    /*color: #999;*/
}
.activeEllipsisButton.gbl-save-button{
    display: inline-block;
    margin-top: 5px;
    float: right;
    padding: 0.2rem 1.0rem;
}
/* END Show only n lines of business challenge decisions */

/* START file upload horizontal loading bar */
.loader-horizontal {
    margin: 2px auto 2px auto;
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.loader-horizontal:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loader-horizontal {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
/* END file upload horizontal loading bar */
/* START commercial media upload page styles */
.commercial-media-instructions{
    padding: 0 50px;

}
.commercial-media-instructions img{
    float: left;
    padding-right: 15px;
}
.commercial-media-instructions p{

}

.commercial-media-instructions div.list-spacer{
    position: relative;
    left: 15px;
}    
.commercial-media-instructions ul{

}


.commercial-media-instructions ul li{
}

/* END commercial media upload page styles */
/* START inline-form styles for single-field-submission forms (e.g.: cycle target))*/
.form-control+.confirmation{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group .submission, .input-group .confirmation{
    margin-left: 3px;
    border-radius: 3px;
    padding-top: 6px;
    min-width: 2em;
    text-align: right;
    /*    margin-left: 3px;
        border-radius: 3px;
        border: 1px solid #ccc;
        background: #deded5;*/
}
.input-group .submission:hover, .input-group .confirmation:hover{
    margin-left: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #dedec0;
}

.inbput-group .confirmation{
    color: #42a5ac;
    background-color: #fff;
    border: 1px solid #fff;
}
/* END inline-form styles for single-field-submission forms */
/* START stakeholder styles for directory and decision pages */
.stakeholder-tile{
    border-radius: 4px;
    border: 1px solid red;
    margin-bottom: 10px;
    min-height: 240px;
    cursor: pointer;
}

.stakeholder-tile .tile-top{
    width: 100%;
    height: 150px;
    text-align: center;
}
.stakeholder-tile .tile-top-bar{
    height: 65px;
    background-color: red;
}

.stakeholder-tile.stakeholder-employee{
    border: 1px solid #ACB7AE;
}
.stakeholder-tile .tile-top-bar.stakeholder-employee, .modal-heading.stakeholder-employee{
    background-color: #ACB7AE;
}            
.stakeholder-tile.stakeholder-community{
    border: 1px solid #f7882f;
}
.stakeholder-tile .tile-top-bar.stakeholder-community, .modal-heading.stakeholder-community{
    background-color: #f7882f;
}
.stakeholder-tile.stakeholder-industryorganization{
    border: 1px solid #496184;
}
.stakeholder-tile .tile-top-bar.stakeholder-industryorganization, .modal-heading.stakeholder-industryorganization{
    background-color: #496184;
    color: white !important;
}
.stakeholder-tile.stakeholder-government{
    border: 1px solid #8EC9D8;
}
.stakeholder-tile .tile-top-bar.stakeholder-government, .modal-heading.stakeholder-government{
    background-color: #8EC9D8;
}

.stakeholder-tile .tile-top-bar.stakeholder-media, .modal-heading.stakeholder-media{
    background-color: #C2B490;
}
.stakeholder-tile.stakeholder-simulatedcompetitor {
    border: 1px solid #669999
}
.stakeholder-tile .tile-top-bar.stakeholder-simulatedcompetitor, .modal-heading.stakeholder-simulatedcompetitor {
    background-color: #669999;
}
.stakeholder-tile.stakeholder-nonprofitorganization{
    border: 1px solid #496184;
}
.stakeholder-tile .tile-top-bar.stakeholder-nonprofitorganization, .modal-heading.stakeholder-nonprofitorganization{
    background-color: #496184;
    color: white !important;

}
.stakeholder-tile.stakeholder-media{
    border: 1px solid #C2B490;
}
.stakeholder-tile.stakeholder-company{
    border: 1px solid #C2B490;
}
.stakeholder-tile .tile-top-bar.stakeholder-company, .modal-heading.stakeholder-company{
    background-color: #C2B490;
}

.stakeholder-tile.stakeholder-supplier{
    border: 1px solid #C2B490;
}
.stakeholder-tile .tile-top-bar.stakeholder-supplier, .modal-heading.stakeholder-supplier{
    background-color: #C2B490;
}



.stakeholder-tile .tile-top .tile-photo{
    max-width: 120px;
    max-height: 120px;
    margin-top: -50px;
}

.stakeholder-tile .tile-name{
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    margin-top: .05em;
    margin-bottom: .1em;
    padding-left: 8px;
    padding-right: 8px;
}
.stakeholder-tile .tile-title{
    text-align: center;
    font-size: 1.0em;
    padding-left: 8px;
    padding-right: 8px;
}
.modal-body{
    padding: 0;
}            
.modal-heading {
    min-height: 120px;
    background-color: #ccc;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.modal-heading img{
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    max-height: 250px;
    max-width: 350px;
    border-radius: 4px;
}

.modal-demographics{
    margin-left: 20px;
    margin-top: 0px;
    padding-top: 20px;            
}
.modal-demographics .modal-name{
    font-weight: bold;
    font-size: 1.3em;
}
.modal-demographics .modal-title{
    font-weight: normal;
    font-size: 1.15em;                
}

/* END stakeholder styles */

/* Bootstrap Override */
hr{
    border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}

.menuSuperInstructor, .menuSuperParticipant{
    color: #39969c !important;
}

.demo-notes {
    border: 2px solid #333;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(51,51,51,0.59); 
    box-shadow: 1px 1px 6px 0px rgba(51,51,51,0.59);
}
.demo-notes .demo-notes-heading {
    background-color: #C9DFC0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 2px solid #333;
    height: 1.6em;
    line-height: 1.6em;
    text-align: center;
    font-size: 1.3em;
    position: relative;
}

.demo-notes-heading i {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    font-size: .9em;
    color: #444;
    cursor: pointer;
}

.demo-notes .demo-notes-content {
    font-size: 0.85em;
    text-align: left;
    padding: 0.5em;
}

/* content-specific styles are noted as ".demo-notes-" with the document ID as the suffix */
.demo-notes-demo-landing, .demo-notes-demo-products{
    margin-top: 1em;
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}
.demo-notes-demo-manufacturing{
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 540px;
    right: 35px;
    margin-top: 400px;
}

.demo-notes-demo-marketing{
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 400px;
    margin-left: 5em;
    margin-top: 400px;
}

.demo-notes-demo-menu{
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 300px;
    margin-left: 850px;
    margin-top: 100px;
}

.demo-notes-demo-leadership-decisions{
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 400px;
    margin-top: 300px;
    right: 100px;
}

.demo-notes-demo-tutorials{
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

.demo-notes-demo-kits{
    margin-left: auto;
    margin-right: auto;
    width: 700px;    
}

.demo-notes .demo-notes-content p {
    margin-bottom: 0.75em;
}

.demo-notes-demo-surveys-note{
    margin-top: 100px;
    position: absolute;
    width: 500px;
    background: #fff;
    z-index: 10;
    right: -150px;
}

.demo-notes-demo-income-statement-note{
    margin-top: 70px;
    position: absolute;
    width: 400px;
    background: #fff;
    z-index: 10;
    right: 200px;
}
.demo-notes-demo-pollution-report-note{
    margin-top: 70px;
    position: absolute;
    width: 400px;
    background: #fff;
    z-index: 10;
    right: 75px;
}
.demo-notes-demo-energy-report-note{
    margin-top: 70px;
    position: absolute;
    width: 400px;
    background: #fff;
    z-index: 10;
    right: 75px;    
}

.tag-badge{
    display: inline-block;
    border-radius: .4em;
    padding: .2em;
    font-size: 1.2rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}
.menu-cycle-list{
    text-align: center; 
    font-size: 0.8em; 
    white-space: nowrap;
}
.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}