.demoOutputs div:not(:first-of-type) .form-group {
    border-radius: 5px;
}

.factorGroupEE {
    background-color: #5cb85c;
}

.factorGroupGHG {
    background-color: #46b8da;
}

.factorGroupCost {
    background-color: #ce8483;
}

.factorGroupResident {
    background-color: #fde19a;
}

.demoOutputs .form-group {
    padding: 10px;
    min-height: 120px;
}

.demoOutputs {
    padding-top: 10px;
}

html {
    min-height: 100%;
    position: relative;
}

.headerNavigation {
    font-weight: bold;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    margin-left: 45px;
    margin-right: 45px;
}

a.navbar-brand {
    height: auto;
}

.navbar-brand {
    padding: 20px 0 0 0;
}

.nav {
    height: auto;
}

.navbar {
    min-height: initial;
    margin-bottom: 0;
}

.headerNavigation .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}

.headerNavigation .navbar .nav > li > a {
    font-size: 25px;
    line-height: 160px;
    text-transform: none;
    font-weight: normal;
    padding-left: 65px;
}

.navbar-right {
    padding-right: 15px;
    padding-left: 80px;
}

.navbar-solartown {
    background: transparent;
}

.nav ul {
    z-index: 9999;
}

.nav > li > a:hover, .nav > li > a {
    color: #777777;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit !important;
    color: #ed5a3a;
}

.headerNavigation .nav li.active a {
    color: #ed5a3a;
}

.navbar-processGuide .nav li a {
    color: white;
    font-size: 20px;
    text-transform: none;
    margin-top: 35px;
    font-weight: normal;
    padding: 26px 50px 26px 50px;
}

.navbar-processGuide .nav li.first a {
    border-radius: 5px 0 0 5px;
}

.navbar-processGuide .nav li.last a {
    border-radius: 0 5px 5px 0;
}

.navbar-processGuide .nav li.yellow a {
    background-color: #f59d37;
}

.navbar-processGuide .nav li.orange a {
    background-color: #ed5a3a;
}

.navbar-processGuide .nav li.green a {
    background-color: #5dbc70;
}

.navbar-processGuide .nav > li.yellow > a:hover, .navbar-processGuide .nav > li.yellow > a:focus, .navbar-processGuide .nav li.yellow.active a {
    background-color: #d5801e !important;
}

.navbar-processGuide .nav > li.orange > a:hover, .navbar-processGuide .nav > li.orange > a:focus, .navbar-processGuide .nav li.orange.active a {
    background-color: #d03f1f !important;
}

.navbar-processGuide .nav > li.green > a:hover, .navbar-processGuide .nav > li.green > a:focus, .navbar-processGuide .nav li.green.active a {
    background-color: #118d5b !important;
}

.headerNavigation .fa-user {
    color: #f59d37;
}

.navbar-collapse {
    padding: 0;
}

.navbar-processGuide {
    width: 100%;
}

body {
    margin: 5px;
    color: #777777;
    line-height: 1.2em;
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.big {
    font-size: x-large;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.table {
    width: 100%;
}

.btn.moreInfo small {
    display: block;
}

.mapMarker {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    left: -0.75rem;
    top: -0.75rem;
    position: relative;
    border-radius: 1.5rem 1.5rem 0;
    transform: rotate(45deg);
    border: 1px solid #FFFFFF;
}

.datatable-checkboxes th:nth-child(2) {
    width: 100%;
}

.link {
    cursor: pointer;
}

.dontwrap {
    white-space: nowrap;
}

.dataTables_filter {
    text-align: right !important;
}

.list-group-item-grey {
    color: #333;
    background-color: #eee;
}

.ll-main-info {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    z-index: 9999;
    font-weight: bold;
    border-radius: 5px;
}

p {
    line-height: 1.8em;
    font-size: 14px;
}

ol {
    line-height: 1.8em;
    font-size: 14px;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    max-height: 140px
}

.modal {
     overflow-y:auto;
}

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
    position: relative
}

table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox {
    font-family: "FontAwesome", serif;
    content: '\f096';
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox {
    font-family: "FontAwesome", serif;
    content: '\f046';
}

.select-info {
    margin-left: 10px;
}

#ll-main {
    width: 100%;
    height: 700px;
    border-radius: 7px;
}

#mapTable {
    width: 100%;
}

#mapTable .mapColumn {
    width: 100%;
}

#mapTable .buttonColumn {
    width: 33%;
    vertical-align: top;
    padding: 10px;
}

.ll-main-demo {
    height: 350px !important;
}

.imgsInfo {
    transition: 0.3s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.dataTable {
    width: 100% !important;
}

.modal-dialog {
    width: 800px;
    margin: 30px auto;
}

.legend {
    padding: 5px;
}

.countries i {
    cursor: pointer;
}

.btn-primary {
    background-color: #5dbc70;
    border-radius: 28px;
    height: 57px;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
}

.btn > svg {
    margin-left: 20px;
}

.btn-primary:hover {
    background-color: #118d5b;
}

.btn {
    border-radius: 28px;
    height: 57px;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    color: white;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #5dbc70;
}

table.table.table-striped img {
    height: 50px;
    opacity: 0.2;
    filter: alpha(opacity=20); /* msie */
}

table.table.table-striped img.favorite {
    opacity: 1;
    filter: alpha(opacity=100); /* msie */
}

table.table-green {
    background-color: #e2efd9;
    font-weight: bold;
}

table.table-green tr td {
    border: 10px solid white;
    cursor: pointer;
}

table.table-green tr td.selected {
    background-color: #29abe0;
    color: #ffffff;
}

.headerLine {
    color: #777777;
    background-color: #777777;
    width: 95%;
    height: 1px;
    margin-top: 0;
    margin-bottom: 40px;
}

@media (min-width: 1700px) {
    .container {
        width: 1670px;
    }
}

h1 {
    color: #f59d37;
    font-weight: bold;
    font-size: 55px;
}

h2 {
    color: #f59d37;
    font-weight: bold;
    font-size: 32px;
}

h3 {
    color: #5dbc70;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
}

h4 {
    color: #777777;
    font-weight: normal;
    font-size: 18px;
}

.footer {
    width: 100%;
    height: 495px;
    margin-top: 70px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-container > * {
    flex: 0 0 auto;
}

.flex-container .break {
    flex-basis: 100%;
    height: 20px;
}

.btn-secondary {
    background-color: #f59d37;
}

.btn-secondary:hover {
    background-color: #d5801e;
}

.btn-tertiary {
    background-color: #ed5a3a;
}

.btn-tertiary:hover {
    background-color: #d03f1f;
}

.btn-quaternary {
    background-color: #5dbc70;
}

.btn-quaternary:hover, .btn-quaternary.active {
    background-color: #118d5b;
}

.btn-sm {
    font-size: 11px;
    line-height: 22px;
    height: auto;
}

.container hr {
    color: #777777;
    background-color: #777777;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.resourceCheck {
    position: absolute;
    text-align: left;
    color: #5dbc70;
    font-size: 40px;
}

.costsTable thead tr td {
    color: #5dbc70;
    font-weight: bold;
    font-size: 24px;
}

.costsTable tr td {
    border: 1px solid black;
    padding: 5px;
}

.plantForm table {
    width: 100%;
}

.plantForm td {
    width: 50%;
    padding: 0 20px;
    vertical-align: top;
}

.plantForm h4 {
    padding: 0 20px;
    color: #f59d37;
}

.dot {
    height: 1em;
    width: 1em;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.costsTable img {
    width: 66px;
}

h3 img {
    height: 3em;
    vertical-align: text-bottom;
}

.btn-solar {
    width: 225px;
    height: 225px;
    border-radius: 30px;
    color: white;
    white-space: normal;
}

.flag-icon {
    margin-left: 5px;
}

.navbar-countries {
    padding-top: 9px;
    line-height: 160px;
    padding-bottom: 9px;
}

#feedback img, .feedback img {
    height:50px;
}

#feedback .notSelected, .feedback .notSelected {
    opacity: 0.2
}