body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
}
section { position: relative; }
a:hover, a:focus { text-decoration: none !important; }
.row { margin: 0px !important; }
.animate-03 {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* POWERED BY */

.powered-by {
    position: absolute;
    width: 340px;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 15px;
    background-color: rgb(0,99,121);
}
.gn-menu-wrapper.gn-open-all .powered-by {
    opacity: 1;
}
.powered-by p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 0 10px;
    line-height: 15px;
}
.powered-by img { opacity: .65; cursor: pointer }
.powered-by img:hover { opacity: 1; }
.powered-by-logo img { opacity: 1; }

/* INTRO */

.intro-popup {
    height: 0px;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    background-color: white;
    position: fixed;
    z-index: 991; /* bigger than absolute-full-screen */
    left: 0;
    top: 0px;
    opacity: 0;
}
.intro-popup.active {
    min-height: 180px;
    top: 120px;
    opacity: 1;
    padding: 15px 15px 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.intro-nav-container {
    display: inline-block;
    margin-top: 18px;
}
.intro-nav-container .glyphicon-chevron-left {
    padding-right: 30px;
    color: #666;
    float: left;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.intro-nav-container .glyphicon-chevron-right {
    padding-left: 30px;
    color: #666;
    float: right;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.close-intro {
    opacity: 0;
    visibility: hidden;
}
.intro-nav-container .glyphicon-chevron-left.active,
.intro-nav-container .glyphicon-chevron-right.active,
.close-intro.active {
    opacity: 1;
    visibility: visible;
}
.intro-nav-ball {
    width: 20px;
    height: 20px;
    border: solid 2px #666;
    border-radius: 999px;
    display: table;
    float: left;
    margin: 0 1px;
    cursor: pointer;
}
.intro-nav-ball-fill {
    width: 12px;
    height: 12px;
    background-color: #666;
    border-radius: 999px;
    margin-top: 2px;
    margin-left: 2px;
}

#block-video {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 90px;
    background: rgba(255,255,255,.5);
}
#block-video:hover {
    background: rgba(255,255,255,.0);
    cursor: pointer;
}


/* LANGUAGE SELECTOR */
#language-switch {
    padding-right: 20px;
}

/* The switch - the box around the slider */
.language-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    vertical-align: middle;
    margin: 0 6px;
}

/* Hide default HTML checkbox */
.language-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.language-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    background-color: rgba(255,255,255,.25);;
    -webkit-transition: .4s;
    transition: .4s;
}

.language-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .language-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* NOTIFICATIONS */

.notification-container {
    overflow: hidden;
    position: fixed;
    max-width: 500px;
    width: 100%;
    top: 120px;
    right: 0px;
    z-index: 999;
    padding-left: 10px;
    padding-bottom: 10px;
}

.fee-notification {
    position: relative;
    right: -510px;
    width: 100%;
    min-height: 60px;
    margin: 0;
    margin-top: 8px;
    padding: 10px;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    display: inline-block;
}
.fee-notification.notif-info {
    border-left: 6px solid rgba(0,99,121,1);
    background-color: rgb(107,144,179);
}
.fee-notification.notif-warn {
    border-left: 6px solid rgba(200,60,34,1);
    background-color: rgb(237,164,149);
}

.fee-notification.notif-info .glyphicon { color: rgba(0,99,121,.7); cursor: pointer; }
.fee-notification.notif-info .glyphicon:HOVER { color: rgba(0,99,121,1); }
.fee-notification.notif-warn .glyphicon { color: rgba(200,60,34,.7); cursor: pointer; }
.fee-notification.notif-warn .glyphicon:HOVER { color: rgba(200,60,34,1); }

/* POPUP MSG */

#info-display {
    height: 0px;
    padding: 0 20px;
    margin: 0;
    background-color: #eee;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 60px;
    opacity: 0;
    visibility: hidden;
    display: inline-table;
}
#info-display.active {
    min-height: 100px;
    top: 120px;
    opacity: 1;
    visibility: visible;
    padding: 20px 20px;
    box-shadow: 0px 0px 10px #000;
}

#requests_list {
    height: 70%;
    min-height: 100px;
    position: fixed;
    top: 120px;
    left: 340px;
    z-index: 999;
    width: 340px;
    background-color: red;
    overflow: hidden;
    border-top: 1px solid #c6d0da;
}

/* LOGIN */

.blur {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
}
.lightblur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
}

.absolute-full-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
}
.align-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-popup {
    width: 900px;
    height: 500px;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.login-popup .welcome {
    background: linear-gradient(0deg, rgba(0,99,121,.7), rgba(0,99,121,.7)), url('../img/png/login-forest-black-white.png');
    background: -webkit-linear-gradient(0deg, rgba(0,99,121,.7), rgba(0,99,121,.7)), url('../img/png/login-forest-black-white.png');
    background: -moz-linear-gradient(0deg, rgba(0,99,121,.7), rgba(0,99,121,.7)), url('../img/png/login-forest-black-white.png');
    background: -ms-linear-gradient(0deg, rgba(0,99,121,.7), rgba(0,99,121,.7)), url('../img/png/login-forest-black-white.png');
    background: -o-linear-gradient(0deg, rgba(0,99,121,.7), rgba(0,99,121,.7)), url('../img/png/login-forest-black-white.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    color: #fff;
    height: 100%;
    text-align: center;
    padding: 40px;
}
.login-popup .welcome h1.title {
    width: 100%;
    margin: 0;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
}
.login-popup .form {
    height: 100%;
    padding: 40px;
    background-color: #eee;
    box-shadow: -10px 0px 20px -5px rgba(0,0,0,0.3);
}
.login-popup form {
    height: 100%;
    position: relative;
}
.login-popup form .cbp-mc-submit-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: left;
}
.requests-popup form h1,
.login-popup form h1 {
    margin: 10px 0 25px;
    font-size: 20px;
    color: #aaa;
}
.requests-popup form > h1 .glyphicon,
.login-popup form > h1 .glyphicon {
    float: right;
    cursor: pointer;
}
.requests-popup form > h1 .glyphicon:hover,
.login-popup form > h1 .glyphicon:hover {
    color: #888;
}
.login-popup .form a { color: #000; }
.login-popup .form h1>a { color: #aaa; }
.login-popup .form h1>a.active { color: rgb(0,99,121); }

/* USER REQUESTS */

.requests-popup {
    width: 600px;
    height: 570px;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 40px;
    background-color: #eee;
}
.requests-popup .list {
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,.5);
    background-color: #fff;
    height: 420px;
    position: relative;
}
.requests-popup ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    text-transform: none;
    line-height: 60px;
    overflow: auto;
}
.requests-popup div.request-li {
    height: 60px;
    cursor: pointer;
    border-bottom: 1px solid #c6d0da;
    text-align: left;
}
.requests-popup div.request-li.select-hover {
    background-color: rgba(0,99,121,.1);
}
.requests-popup div.request-li.delete-hover {
    background-color: rgba(255,0,0,.1);
}
.requests-popup p.list-info {
    text-align: center;
    padding: 15px;
    margin: 0;
    color: #bbb;
}

/* SECTIONS */

.row-section {
    width: 100%;
    background-color: rgba(0,0,0,.02);
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 60px 0;
    background-color: #fff;
}
section.vert-section > div.row-section {
    background: -webkit-linear-gradient(#fff, #FDFDFD, #F7F7F7);
    background: linear-gradient(#fff, #FDFDFD, #F7F7F7);
}
.row-section .row-section-head {
    width: 100%;
    text-align: center;
    margin: 25px 0 30px;
    font-size: 80px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}
@media screen and (max-width: 1000px) {
    .row-section .row-section-head {
        margin: 25px 0;
        font-size: 45px;
        letter-spacing: 4px;
    }
}
.row-section .row-section-body {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}
.col {
    position: relative;
    float: left;
    padding: 0 15px;
}
.no-padding {
    padding: 0px !important;
}

.vertical-nav {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 99;
}
.vertical-nav .nav {
    width: 40px;
    height: 40px;
    margin: 7px 0px;
    border: solid 2px #000;
    text-align: center;
    padding: 3px;
    cursor: pointer;
    opacity: 1;
    background-color: white;
}
.vertical-nav .nav.inactive {
    visibility: hidden;
    opacity: 0;
}
.vertical-nav .nav img {
    width: 30px;
    height: 30px;
}
.vertical-nav .nav-top:hover { padding-top: 2px; }
.vertical-nav .nav-prev:hover { padding-top: 2px; }
.vertical-nav .nav-next:hover { padding-top: 4px; }

/* PARALLAX */

.parallax {
    position: relative;
    top: 0%;
}

/* MAP */

#mapwidget {
    background: black;
}
#map {
    position: relative;
    /*height: 640px;*/
    box-sizing: border-box;
    /*background: url('../img/map-background.jpg') repeat;*/
    background-color: #fff;
}
.surface-tooltip, .measure-tooltip {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    font-weight: 700;
}
.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
}
.side-toggler-right {
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    z-index: 1;
}
.side-toggler-right .sidenav-tab {
    position: absolute;
    right: 0px;
    height: 60px;
    width: 60px;
    padding: 10px;
    cursor: pointer;
    display: block;
    background-color: #888;
    color: #fff;
    margin-top: 5px;
    box-shadow: -4px 4px 11px 0px rgba(0,0,0,.2);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.side-toggler-right .sidenav-tab:not(.active):hover {
    width: 80px;
}
.side-toggler-right .sidenav-tab:hover,
.side-toggler-right .sidenav-tab.active {
    background-color: #666;
    box-shadow: -4px 4px 11px 0px rgba(0,0,0,.3);
}
.side-toggler-right .sidenav-tab.active:after {
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #666;
    border-width: 10px;
    margin-top: -10px;
}
.map-sidenav-content {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: hidden;
    height: 100%;
}
.map-sidenav-content .sliding-content {
    position: relative;
    height: 100%;
    width: 550px;
    top: 0;
    left: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    background-color: #eee;
    overflow-y: auto;
    padding-bottom: 40px;
}
.map-sidenav-content .sliding-content > div {
    height: 100%;
    padding: 20px;
}
.sidenav-title {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 44px;
    text-align: center;
    border-bottom: solid 1px #ccc;
}
.li-group-layer,
.li-group-layer > div {
    width: 100%;
    padding: 0;
}
.li-group-body > div {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    height: 0px;
    opacity: 0;
    min-height: 0;
    margin-left: 30px;
}
.expand-arrow {
    float: left;
    width: 24px;
    padding-top: 2px;
    cursor: pointer;
}
.li-group-body.expanded > div {
    height: 28px;
    opacity: 1;
    margin-left: 51px;
    border-left: solid 1px #ccc;
}
.li-group-body.expanded > div.legend-table {
    display: inline-table;
}
.li-group-body.expanded > div.layer-with-opacity {
    height: 40px;
}
.slider.slider-horizontal .slider-track {
    height: 5px !important;
}
.slider-selection {
    background-image: none !important;
    background-color: rgba(0,99,121,.3) !important;
}
.slider-track {
    background-image: none !important;
    background-color: #fff !important;
}
.slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-image: none !important;
    background-color: rgb(0,99,121) !important;
}
.user-confirmation {
    width: 100%;
    height: 0;
    padding: 0 10px;
    opacity: 0;
    background-color: rgba(255,165,0,.2);
    margin-bottom: 20px;
    visibility: hidden;
}
.user-confirmation a {
    color: darkorange;
    font-weight: bold;
}
.user-confirmation.active {
    height: 120px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

fieldset {
    padding: 3px 5px 10px !important;
    margin: 6px 0 !important;
    border: 0px !important;
    border: solid 3px #fff !important;
    background-color: rgba(255,255,255,.4) !important;
}
legend {
    width: inherit !important;
    margin-bottom: 0 !important;
    padding: 0 3px !important;
    font-size: inherit !important;
    line-height: inherit !important;
    border: 0 !important;
}
.toolbar-buttons {
    margin-top: 15px;
    text-align: right;
    overflow: hidden;
    opacity: 1;
}
.saveas {
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(0,99,121,.25);
    border: solid 1px rgb(0,99,121);
    overflow: hidden;
    opacity: 1;
}
.btn-icon {
    cursor: pointer;
    border-radius: 3px;
    padding: 4px;
    display: inline-block;
}
.btn-icon.disabled {
    cursor: default;
    opacity: .5;
}
.btn-icon:not(.disabled):hover {
    background-color: #ddd;
}
.btn-icon:not(.disabled).btn-toggled {
    cursor: default;
    padding: 3px;
    border: solid 1px rgb(0,99,121);
    background-color: rgba(0,99,121,.25);
}
.md-24 {
    width: 24px !important;
    height: 24px !important;
}
.info-bulle {
    width: 18px !important;
    height: 18px !important;
    margin-top: 12px;
    margin-right: 2px;
    float: right;
    cursor: help;
}
.draw-tools-surface {
    text-align: right;
    font-size: 12px;
}
.draw-tools-surface .oversized {
    color: #ff4400;
}
.search-button {
    width: 37px;
    height: 37px;
    background-color: rgba(255,255,255,.35);;
    line-height: 1.5;
    padding: 5px 0px;
    text-align: center;
    border: 3px solid #fff;
    cursor: pointer;
}
.search-button:hover {
    background-color: rgb(0,99,121);
    color: #fff;
    border: 3px solid rgb(0,99,121);
}
.geocoding-results > h5 {
    color: rgb(0,99,121);
    display: inline-block;
    margin-top: 25px;
    font-weight: bold;
}
.list-group-item {
    background-color: rgba(0,0,0,0) !important;
    border: 0 !important;
    border-bottom: solid #fff 1px !important;
    padding: 1px 10px !important;
    cursor: pointer;
}
.list-group-item:hover {
    background-color: rgba(255,255,255,.5) !important;
}
.list-group-item > .btn-icon { opacity: .2; }
.list-group-item:hover > .btn-icon { opacity: 1; }

/* TABULATIONS */

.nav-tabs { border-bottom: 1px solid #ddd; }
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover { border-width: 0; font-weight: bold; }
.nav-tabs > li > a { border: none; color: #666; text-align: center; }
.nav-tabs > li.active > a,
.nav-tabs > li:not([disabled="disabled"]) > a:hover {
    border: 1px solid transparent !important;
    color: rgb(0,99,121) !important;
    background: transparent !important;
}
.nav-tabs > li > a::after {
    content: "";
    background: rgb(0,99,121);
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    -moz-transition: all 250ms ease 0s;
    -ms-transition: all 250ms ease 0s;
    -o-transition: all 250ms ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.nav-tabs > li.active > a::after,
.nav-tabs > li:not([disabled="disabled"]):hover > a::after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.tab-nav > li:not([disabled="disabled"]) > a::after { background: rgb(0,99,121) none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{ padding: 20px }
.nav-tabs > li[disabled="disabled"],
.tab-nav > li[disabled="disabled"] { opacity: .5; }

/* PROPERTIES */

.cbp-mc-form {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.cbp-mc-form:before,
.cbp-mc-form:after {
    content: " ";
    display: table;
}
.cbp-mc-form:after {
    clear: both;
}
.cbp-mc-column {
    /*width: 33%;*/
    width: 50%;
    padding: 10px 30px;
    float: left;
}
.cbp-mc-column:nth-child(3) {
    width: 100%;
}
.cbp-mc-form label {
    display: block;
    padding: 15px 5px 5px 2px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    /*color: rgb(0,99,121);*/
    color: #000;
    margin: 0;
    float: left;
}
.cbp-mc-form input:not([hidden="hidden"]),
.cbp-mc-form textarea,
.cbp-mc-form select {
    line-height: 1.5;
    padding: 5px 10px;
    color: rgb(0,99,121);
    display: block;
    width: 100%;
    background: rgba(255,255,255,.35);
    border: 3px solid #fff;
}
.cbp-mc-form select {
    height: 37px;
}
.cbp-mc-form select option {
    color: rgb(0,99,121);
    background-color: white;
}
.cbp-mc-form textarea {
    min-height: 200px;
    max-width: 100%;
}
.cbp-mc-form input:not([readonly="readonly"]):focus,
.cbp-mc-form textarea:not([readonly="readonly"]):focus,
.cbp-mc-form select:not([readonly="readonly"]):focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + select,
.cbp-mc-form label:active + textarea {
    outline: none;
    /*border: 1px solid rgb(0,99,121);*/
}
.cbp-mc-form input[readonly]:hover,
.cbp-mc-form input[readonly="readonly"]:hover {
    cursor: not-allowed;
}
.cbp-mc-form input[disabled="disabled"],
.cbp-mc-form select[disabled="disabled"],
.cbp-mc-form textarea[disabled="disabled"] {
    cursor: not-allowed;
    opacity: .5;
}
.cbp-mc-form select:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: rgb(0,99,121);
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgb(0,99,121);
    font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgb(0,99,121);
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgb(0,99,121);
    font-style: italic;
}
.cbp-mc-submit-wrap {
    text-align: center;
    padding-top: 40px;
    clear: both;
}
.cbp-mc-form input.cbp-mc-submit,
.cbp-mc-form input.cbp-mc-submit:focus {
    background: rgb(0,99,121);
    border: 1px solid rgb(0,99,121);
    color: #fff;
    width: auto;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 26px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
    min-width: 200px;
    margin: 5px;
}
.cbp-mc-form input.cbp-mc-submit.negative {
    background: rgba(0,0,0,0);
    color: rgb(0,99,121);
}
.cbp-mc-form input.cbp-mc-submit.minor {
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    color: rgb(0,99,121);
}
.cbp-mc-form input.cbp-mc-submit:not([readonly="readonly"]):not([disabled="disabled"]):hover {
    background: rgba(0,166,216,.7);
    border: 1px solid rgba(0,166,216,.7);
    color: #fff;
}
.cbp-mc-form input.cbp-mc-submit.negative:not([readonly="readonly"]):not([disabled="disabled"]):hover {
    background: #fff;
    border: 1px solid rgb(0,99,121);
    color: rgb(0,99,121);
    font-weight: bold;
}
.cbp-mc-form input.cbp-mc-submit.minor:not([readonly="readonly"]):not([disabled="disabled"]):hover {
    background: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    color: rgb(0,99,121);
    font-weight: bold;
}
.ac-checkmark {
    margin: 0 auto;
    margin-top: 34px;
    height: 37px;
    position: relative;
}
.ac-checkmark label {
    display: table-cell;
    position: relative;
    font-size: 10px;
    letter-spacing: 1px;
    padding: 0 0 0 50px;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    height: 37px;
    float: none;
}
.ac-checkmark input[type="checkbox"],
.ac-checkmark label::before {
    width: 37px;
    height: 37px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
}
.ac-checkmark input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}
.ac-checkmark label::before {
    content: '';
    border: 3px solid #fff;
    background: rgba(255,255,255,.35);
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}
.ac-checkmark input[disabled="disabled"] + label::before {
    opacity: .5;
}
.ac-checkmark input[type="checkbox"]:checked + label {
    color: rgb(0,99,121);
}

/* General SVG and path styles */

.ac-checkmark svg {
    position: absolute;
    width: 27px;
    height: 27px;
    top: 5px;
    left: 5px;
    pointer-ts: none;
}

.ac-checkmark svg path {
    stroke: rgb(0,99,121);
    stroke-width: 13px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.ac-checkmark-sm {
    margin: 0 auto;
    height: 24px;
}
.ac-checkmark-sm label {
    padding: 0 0 0 40px;
    height: 24px;
}
.ac-checkmark-sm input[type="checkbox"],
.ac-checkmark-sm label::before {
    width: 24px;
    height: 24px;
}
.ac-checkmark-sm input[type="checkbox"]:checked + label {
    color: rgb(0,99,121);
}
.ac-checkmark-sm svg {
    width: 15px;
    height: 15px;
    top: 4px;
    left: 4px;
}

/* SPECIES */

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
}
.loader > div {
    position: relative;
    top: 50%;
    left: 50%;
}
.loader.active {
    visibility: visible;
    height: 100%;
}
.opacity50 {
    opacity: .5;
}

.vertical-text {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    position: absolute;
    margin-top: 65px;
}
#props-table {
    table-layout: fixed;
    height: 100%;
    margin: 0 auto;
}
#props-table > thead > tr > th,
#props-table > tbody > tr > th,
#props-table > tbody > tr > td {
    padding: 15px;
    text-align: center;
}
#props-table > tbody > tr > td { border: solid 1px #fff; }
#props-table > thead > tr > th:not(:first-child):not(:last-child) { border-right: solid 1px #ddd; }
#props-table > tbody > tr:not(:last-child) > th { border-bottom: solid 1px #ddd; }
#species-table {
    display: inline-table;
    border-collapse: separate;
    border-spacing: 1px;
}
#species-table td {
    position: relative;
    padding: 4px;
    z-index: 1;
}
.bubble {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    color: #fff;
    border-radius: 99px;
    border: 0px;
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    -ms-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.bubble:hover,
.bubble.hovered,
.bubble.selected,
tr.hovered .bubble,
tr.selected .bubble {
    -webkit-transform: scale(1.17);
    -moz-transform: scale(1.17);
    -ms-transform: scale(1.17);
    -o-transform: scale(1.17);
    transform: scale(1.17);
}
.props-table-legend {
    border-collapse:separate;
    border-spacing:3px;
}
.matrix-legend-container {
    max-height: 530px;
    overflow-y: auto;
}
.matrix-legend-container.col-lg-6 {
    margin-top: 100px;
}
.props-table-legend tr:hover,
.props-table-legend tr.hovered,
.props-table-legend tr.selected {
    cursor: pointer;
    font-weight: bold;
}
.props-table-legend td.color,
.props-table-legend td.id {
    vertical-align: top;
}
.props-table-legend .bubble {
    height: 15px;
    min-height: 15px;
    width: 15px;
    min-width: 15px;
    padding: 0px;
}
@media screen and (max-width: 1560px) and (min-width: 1200px) {
    .matrix { padding: 0 15px !important; }
    #props-table td { font-size: 13px; }
    #props-table > tbody > tr > td { padding: 10px; }
    #species-table td { padding: 4px; }
    .bubble { width: 30px; min-width: 30px; height: 30px; min-height: 30px; }
    .matrix-legend-container.col-lg-6 .props-table-legend td { font-size: 12px; }
}
@media screen and (max-width: 1460px) and (min-width: 1200px) {
    .matrix-legend-container.col-lg-6 .props-table-legend .bubble { height: 12px; min-height: 12px; width: 12px; min-width: 12px; }
    #props-table > tbody > tr > td { padding: 5px; }
}
@media screen and (max-width: 1380px) and (min-width: 1200px) {
    .matrix { padding: 0px !important; }
}
@media screen and (max-width: 1199px) {
    .matrix-chart-container { padding-right: 20% !important; }
    .matrix-legend-container.col-lg-6 { margin-top: 70px; }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .matrix { padding: 0 8% !important; }
}

/* COLOR CODES  */

td.optimum { background-color: rgba(61,88,45,.3);border-color: rgba(61,88,45,.3); }
div.optimum { background-color: rgba(61,88,45,.8);border-color: rgba(61,88,45,.8); }
div.optimum:hover { background-color: rgba(61,88,45,1);border-color: rgba(61,88,45,1); }

td.medium { background-color: rgba(117,167,71,.3); border-color: rgba(117,167,71,.3);}
div.medium { background-color: rgba(117,167,71,.8);border-color: rgba(117,167,71,.8); }
div.medium:hover { background-color: rgba(117,167,71,1); border-color: rgba(117,167,71,1); }

td.minimum { background-color: rgba(210,141,51,.3);border-color: rgba(210,141,51,.3); }
div.minimum { background-color: rgba(210,141,51,.8); border-color: rgba(210,141,51,.8); }
div.minimum:hover { background-color: rgba(210,141,51,1);border-color: rgba(210,141,51,1); }

div.unclassified { background-color: rgba(150,150,150,.8); border-color: rgba(150,150,150,.8)}
div.unclassified:hover { background-color: rgba(150,150,150,1); border-color: rgba(150,150,150,1)}

.bubble.selected,
.bubble.selected:hover {
    background-color: #fff;
    font-weight: bold;
}
.bubble.selected.optimum { color: rgba(61,88,45,1); }
.bubble.selected.medium { color: rgba(117,167,71,1); }
.bubble.selected.minimum { color: rgba(210,141,51,1); }

/* COMPARE  */

.basket {
    padding: 0.75em;
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 10%;
    background: #212227;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    z-index: 1000;
    display: inline-table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2,1,0.3,1);
    transition: transform 0.3s cubic-bezier(0.2,1,0.3,1);
}
.basket--active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.close-basket {
    color: #52545F;
    float: left;
    font-size: 42px;
    cursor: pointer;
    margin-right: 35px;
}
.close-basket:hover {
    color: #888;
}
.slot {
    display: inline-block;
    vertical-align: middle;
    background: #34363D;
    width: 45px;
    height: 45px;
    padding: 3px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
}
.slot.selected-slot{
    background: #52545F;
}
.slot.selected-slot > span.compare-label {
    color: #fff;
    padding: 9px 0;
    font-size: 1.1em;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.slot.selected-slot > .glyphicon {
    font-size: 10px;
    position: absolute;
    top: 2px;
    right: 2px;
    color: #fff;
    cursor: pointer;
}
.basket-action {
    background: rgb(0,166,216);
    border: 1px solid rgb(0,166,216);
    color: #fff;
    width: auto;
    cursor: pointer;
    pointer-events: auto;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 22px;
    font-size: 1.1em;
    border-radius: 2px;
    letter-spacing: 1px;
    vertical-align: middle;
    margin: 0 3px;
}
.basket-action:disabled {
    background: #34363D;
    border: 1px solid #34363D;
    color: #666;
}
#comparison-header {
    background-color: white;
    top: 0;
    position: static;
    z-index: 99;
    padding-bottom: 30px;
}
#comparison-header.locked {
    position: fixed;
    top: 120px;
    box-shadow: 0 5px 4px rgba(0,0,0,0.3);
    padding-bottom: 10px;
}
#comparison-header.locked img {
    width: 64px;
    height: 64px;
    margin-top: 25px;
}
#comparison-header.locked h1 {
    margin: 10px 0;
}
.comparison-versus {
    width: 50%;
    min-width: 750px;
    margin: auto;
}
.comparison-versus > div {
    text-align: center;
}
.comparison-versus > div > h1 {
    font-weight: bold;
    margin-bottom: 12px;
}
.compare-clear-lg { display: inherit !important; }
.compare-clear-sm { display: none !important; }
@media screen and (max-width: 1400px) {
    .compare-clear-lg { display: none !important; }
    .compare-clear-sm { display: inline-block !important; }
}
.collapsible.discrete {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    list-style: none;
}
.li-collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 5rem;
    line-height: 5rem;
    padding: 0 1rem;
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(0,99,121,.7);
    text-align: center;
    font-size: 18px;
}
.li-collapsible-header:HOVER {
    background-color: rgba(0,99,121,.1);
}
.li-collapsible-header.active {
    background-color: rgba(0,99,121,.7);
    color: #fff;
}
.li-collapsible.active .li-collapsible-body {
    border-bottom: 1px solid rgba(0,99,121,.7);
    display: block;
}
.li-collapsible-h1 {
    text-align: center;
    color: #fff;
    background-color: rgba(0,99,121,.25);
    padding: 10px;
    text-transform: uppercase;
    margin: 50px 0 0;
}
.li-collapsible-body {
    display: none;
    box-sizing: border-box;
    background: repeating-linear-gradient(90deg, white, white 49.5%, #eee 0px, #eee 50.5%);
}
#comparison-specifications .li-collapsible-body > div {
    cursor: zoom-in;
    width: 49%;
    max-width: 1500px;
    opacity: 1;
    height: 100%;
}
#comparison-specifications .li-collapsible-body > div.magnified {
    cursor: zoom-out;
    width: 100%;
}
#comparison-specifications .li-collapsible-body > div.shrink {
    width: 0;
    height: 0;
    opacity: 0;
}
#comparison-specifications .li-collapsible-body .left { float: left; }
#comparison-specifications .li-collapsible-body .right { float: right; }

/* HELP SECTION */
#help section {
    clear: both;
    padding-top: 60px;
}
#help h2 {
    color: #000;
    background: none;
    font-weight: normal;
    border-bottom: 1px solid #000;
}
#help p {
    text-align: justify;
}
#help ul {
    margin-bottom: 20px;
}
#help .toc {
    display: inline-block;
    padding: 15px;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
}
#help .toc .toctitle {
    text-align: center;
}
#help .toc ul {
    display: block;
    text-align: left;
    list-style-type: none;
    list-style-image: none;
    margin-left: 0;
    padding: 0;
}
#help .toc ul ul {
    margin: 0 0 0 2em;
}
#help .toc li {
    margin-bottom: 0.1em;
    cursor: pointer;
}
#help .toc li:hover {
    text-decoration: underline;
}
#help .toc li .number {
    color: black;
    margin-right: 5px;
    width: 30px;
    display: inline-block;
}
#help table {
    margin-top: 20px;
    display: table;
    border-collapse: separate;
    border-spacing: 1px;
}
#help table td {
    padding: 5px 15px;
}
#help table:not(.no-stripe) tr:nth-child(even) {
    background: #eee;
}

/* animation loader */

@-webkit-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-moz-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@-o-keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
@keyframes ld {
    0%   { transform: rotate(0deg) scale(1); }
    50%  { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}
.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}
.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}
.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 3px solid #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation:    ld 1s ease-in-out infinite;
    -o-animation:      ld 1s ease-in-out infinite;
    animation:         ld 1s ease-in-out infinite;
}
.m-progress-sm.m-progress:before {
    border-width: 1px;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
}
.m-progress-md.m-progress:before {
    border-width: 2px;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
}
.m-progress-lg.m-progress:before {
    border-width: 3px;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

img{
    max-width: 100%;
}


.cbp-mc-form select.highlight{
    border-color: rgba(0,99,121,1);
}

.exotic-indigene-bullet{
    width: 14px;
    height: 14px;
    background: black;
    border-radius: 50%;
    border-color: black;
    border-width: 0;
    display: block;
    box-sizing: border-box;
    margin-right: 5px;
    border-style: solid;
}

.exotic{
    border-width: 3px;
    border-style: solid;
    background: transparent !important;
    color: black;
}

.center-in-div{
    display: flex;
    justify-content: center;
}
