/* Minification failed. Returning unminified contents.
(1564,17): run-time error CSS1038: Expected hex color, found '#069de'
(1964,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1969,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: normal;
    src: url(/vitamin/fonts/lato-v14-latin-300.eot); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'), url(/vitamin/fonts/lato-v14-latin-300.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(/vitamin/fonts/lato-v14-latin-300.woff2) format('woff2'), /* Super Modern Browsers */
         url(/vitamin/fonts/lato-v14-latin-300.woff) format('woff'), /* Modern Browsers */
         url(/vitamin/fonts/lato-v14-latin-300.ttf) format('truetype'), /* Safari, Android, iOS */
         url(/vitamin/fonts/lato-v14-latin-300.svg#Lato) format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
    src: url(/vitamin/fonts/lato-v14-latin-300italic.eot); /* IE9 Compat Modes */
    src: local('Lato Light Italic'), local('Lato-LightItalic'), url(/vitamin/fonts/lato-v14-latin-300italic.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
         url(/vitamin/fonts/lato-v14-latin-300italic.woff2) format('woff2'), /* Super Modern Browsers */
         url(/vitamin/fonts/lato-v14-latin-300italic.woff) format('woff'), /* Modern Browsers */
         url(/vitamin/fonts/lato-v14-latin-300italic.ttf) format('truetype'), /* Safari, Android, iOS */
         url(/vitamin/fonts/lato-v14-latin-300italic.svg#Lato) format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    src: url(/vitamin/fonts/lato-v14-latin-regular.eot); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'), url(/vitamin/fonts/lato-v14-latin-regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(/vitamin/fonts/lato-v14-latin-regular.woff2) format('woff2'), /* Super Modern Browsers */
    url(/vitamin/fonts/lato-v14-latin-regular.woff) format('woff'), /* Modern Browsers */
    url(/vitamin/fonts/lato-v14-latin-regular.ttf) format('truetype'), /* Safari, Android, iOS */
    url(/vitamin/fonts/lato-v14-latin-regular.svg#Lato) format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    font-style: normal;
    src: url(/vitamin/fonts/lato-v14-latin-700.eot); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'), url(/vitamin/fonts/lato-v14-latin-700.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(/vitamin/fonts/lato-v14-latin-700.woff2) format('woff2'), /* Super Modern Browsers */
    url(/vitamin/fonts/lato-v14-latin-700.woff) format('woff'), /* Modern Browsers */
    url(/vitamin/fonts/lato-v14-latin-700.ttf) format('truetype'), /* Safari, Android, iOS */
    url(/vitamin/fonts/lato-v14-latin-700.svg#Lato) format('svg'); /* Legacy iOS */
}


html,
body {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}


body {
    font-family: 'Lato' !important;
    font-size: 16px;
    font-weight: 400;
    padding-top: 96px;
    color: #696969;
    background: #cdcdcd;
}

.background {
    background-color: #fff;
    background-image: url(/vitamin/images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: -15px;
}

    .background .row {
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 991px) {
    .background .row {
        display: inherit;
    }
}

.banner-image {
    text-align: center;
}

.banner-image img{
    padding: 2em 0 0 0em;
    max-width: 100%;
}

@media screen and (min-width: 991px) {
    .banner-image img{
        padding: 2em;
    }
}

.lead {
    font-size: 22px;
    padding: 10px;
    color: #069;
}

@media screen and (max-width: 991px) {
    .lead {
        text-align: center;
    }
}


#home .widget .panel {
    min-height: inherit !important;
}

h1 {
    font-weight: 400;
    padding-left: 15px;
    color: #2a3948;
}

h3.padding-left {
    padding-left: 15px;
}

a {
    color: #069;
}

    a:hover {
        color: #069;
        text-decoration: underline;
    }

img {
    /* max-width: 100%; */
    height: auto;
}

code {
    color: #006699;
    background-color: #f2f5f9;
}

/* #viewport {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
#viewportContent {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px auto;
  max-width: 600px;
} */


/* Custom Breakpoints */

@media (min-width: 1300px) {
    .map-col-lg-8 {
        width: 54.666667% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .map-col-lg-8 {
        width: 46.666667% !important;
    }
}

@media (min-width: 1401px) and (max-width: 1501px) {
    .map-col-lg-8 {
        width: 56.666667% !important;
    }
}

@media (min-width: 1501px) and (max-width: 1600px) {
    .map-col-lg-8 {
        width: 60.666667% !important;
    }
}

@media (min-width: 1601px) and (max-width: 1700px) {
    .map-col-lg-8 {
        width: 63.666667% !important;
    }
}

@media (min-width: 1701px) {
    .map-col-lg-8 {
        width: 66.666667% !important;
    }
}


#viewport {
    min-height: calc(100vh - 96px);
}


/* Modals */

/* PJANDA: Too dangerous!!!!
.modal-body div {
    margin-bottom: 10px;
}*/

.modal-body {
    position: relative;
    padding: 5px !important;
}

.modal-dialog .modal-header {
    color: #fff;
    background: rgba(0, 102, 153, 1);
}

#dialog-title {
    color: #fff !important;
}

.modal-content {
    border-radius: 0;
    background: #f8f8f8;
}

/* Signup Form */

.account_form {
    background: #f8f8f8;
}

/* Custom Classes */

.padding-top-15 {
    padding-top: 15px !important;
}

.panel-heading {
    border-bottom: 0 solid transparent !important;
}

.panel-heading .panel-title{
  font-size: inherit;
}

.detailsImagesContainer{
  padding-right: 15px !important;
  text-align: right;
}

.detailsImagesContainer img{
  max-width: 100%;
}

.custom-link {
    text-decoration: underline !important;
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.esri-view-width-greater-than-xsmall .esri-expand__content {
    position: absolute;
    background-color: #fff;
}

.esri-widget--panel {
    padding: 10px;
}


/* Custom links*/

/* ADD THIS CUSTOM CLASS TO ANY LINKS YOU WANT TO HAVE VISIBLE UNDERLINE*/
.custom-link a:link {
    text-decoration: underline !important;
    /* font-size: 0.8em; */
    color: #696969;
}

.custom-link a:visited {
    color: #545353;
}

.custom-link a:hover {
    color: #8e8e8e;
}

.custom-link a:active {
    text-decoration: none;
    color: #696969;
}

.close {
    opacity: 1;
}

.modal-header .close {
    font-size: 20px;
    z-index: 3;
    margin-top: -2px;
    color: #fff;
}

@media (min-width: 1100px) {
    .thin-modal {
        /* left: 20%; */
        /* width: 600px; */
    }
}

.full-height-div {
  overflow-y: hidden;
  height: calc(100vh - 96px);
  background-image: url(/vitamin/images/mapfilters-bg-2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}

@media (max-width: 767px) {
    .full-height-div {
        height: auto;
    }
}

.esri-layer-list__item{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 6px;
  border-bottom: 1px solid #d3e6ec;
  color: #069;
  background: rgba(255, 255, 255, 0.2);
}
.esri-layer-list__item:hover{
  border-bottom: 1px solid #8db4c1;
}

.esri-layer-list__item-container{
  background-color: transparent;
}

.esri-layer-list__item:last-of-type{
  border-bottom: none;
}

.esri-layer-list__item i,
.esri-layer-list__item-title,
.esri-layer-list__item span::before,
.esri-layer-list__item span::after{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #069;
}

.esri-layer-list__item i:hover,
.esri-layer-list__item-title:hover,
.esri-layer-list__item span:hover::before,
.esri-layer-list__item span:hover::after{
  color: #00a1ff;
}

.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-title,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-title:hover,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-toggle,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-toggle:hover,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-toggle span::before,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-toggle span:hover::before,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-toggle span::after,
.esri-layer-list__item--invisible-at-scale .esri-layer-list__item-toggle span:hover::after
 {
    color: rgba(110,110,110,0.4);
    cursor: default;
}

.esri-layer-list__item-error-message {
    color: #F77805;
}
.esri-layer-list__item-error-message.compass-error-message span::before,
.esri-layer-list__item-error-message.compass-error-message span::after {
    color: #F77805;
}



.esri-layer-list__item-container:hover{
  background-color: transparent;
}

.esri-layer-list__item-actions-list{
  padding: 0 15px 0 15px;
  border-top: none;
  border-bottom: none;
}

.esri-layer-list__item-actions-list:first-child{
  padding-top: 0;
}

.esri-layer-list__item-actions-menu span{
  margin: 0 5px;
}

.esri-layer-list__item-actions-menu span:last-of-type{
  margin-right: 0;
}

span.compass-layer-list__item-actions-menu-item-disabled:before,
span.compass-layer-list__item-actions-menu-item-disabled:after,
span.compass-layer-list__item-actions-menu-item-disabled:hover:before,
span.compass-layer-list__item-actions-menu-item-disabled:hover:after {
    color: rgba(110,110,110,0.4);
    cursor: default;
}

.esri-legend__service-label {
  font-family: 'lato';
  color: #006699;
  padding: 10px 0 0 30px;
  font-size: 16px;
}

.esri-layer-list__item-actions{
  background: rgba(204, 204, 204, .6);
  border-left: 2px solid #069;
}

.esri-layer-list__item-action:hover{
  background-color: #fff;
  color: #00a1ff;
}

#reportGenerationButton {
    white-space: normal;
    background-color: #069;
    margin-top: 10px;
    font-size: inherit;
}

.full-width-button {
    width: 100% !important;
    font-size: inherit;
}

#reportsContainer .full-width-button  {
    white-space: normal;
    background-color: #069;
    margin-top: 10px;
    padding:10px
}

.remove-generated-report {
    float: right;
    color: #069;
    cursor: pointer;
    margin-right: -20px;
    position: relative;
    top: 4px;
}

.esri-layer-list__item-actions-menu-item {
    flex: 1 0 15px;
}

.list-group-item {
    margin-top: 20px;
    margin-left: 15px;
}


/* Map icon con-pop-out stylings */

.esri-print label{
  width: 100%;
}

.esri-print input[type=checkbox] {
  outline: none;
  margin-right: 8px;
  vertical-align: text-top;
}

.esri-print__export-button{
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #fff;
  border-color: #069 !important;
  border-radius: 0;
  background-color: #069 !important;
}

.esri-print__export-button:hover{
  background-color: #00a1ff !important;
}

.compass-temporal .esri-widget--panel input {
    font-family: inherit;
    margin: 8px 0;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    /* padding: 20px 10px; */
}

.compass-temporal input.error-input {
    border-color: #dc3545;
}

.compass-temporal .error-message {
    color: #dc3545;
}

.ui-widget{
  font-family: 'lato';
  border-radius: 0;
  padding: 10px;
}

.ui-widget-header{
  background-color: transparent;
}

.ui-widget-content{
  background-image: none;
  font-family: 'lato';
  border: 1px solid #cccccc;
}

.compass-temporal .esri-widget--panel input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.compass-temporal .esri-widget--panel input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.compass-temporal .esri-widget--panel input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.compass-temporal .esri-widget--panel input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.month-picker .ui-widget-content .ui-icon,
.month-picker .ui-widget-header .ui-icon {
  background-image: url(/vitamin/images/icons/vit-ui-icons_222222_256x240.png);
  opacity: 1;
}

.ui-state-active, .ui-widget-content .ui-state-active{
  color: #ffffff;
  background-color: #00a1ff;
  border-color: #00a1ff;
  padding-bottom: 30px;
}

.ui-button {
  width: inherit !important;
  height: inherit !important;
  border-radius: 0;
  color: #006699;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ui-button:hover {
    color: #00a1ff;
    background-color: #dedede;
    border-color: transparent;
}

.modal-citation {
    display: inline-block;
    padding: 20px;
    background-color: #e6e6e6;
    margin: 15px 40px;
    word-wrap: break-word;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
}

.aboutUs {
    padding: 30px 40px;
    background-color: #fff;
}

#selectedAreaDescription {
  margin: 10px 0;
  padding: 14px 30px;
  border: 1px solid #8bc34a;
  width: 100%;
}

#selectedAreaDescription:empty{
  display: none;
}

#selectedAreaDescription:before {
    content: "\e88e"; /* Material Icons Unicode */
    font-family: 'Material Icons';
    vertical-align: text-top;
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    opacity: 1;
    transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
}

#selectedAreaDescription:empty:before {
    opacity: 0;
}

/* Fix for report download link wrapped in <i> */

#generatedReportsListContainer .glyphicon-download-alt{
  font-family: 'lato';
  vertical-align: text-top;
}

#generatedReportsListContainer .glyphicon-download-alt::before{
  display: none;
}

/* Buttons */

.btn {
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    color: #fff;
    border-color: #069;
    border-radius: 0;
    background-color: #069;
}

    .btn:hover {
        color: #fff;
        background-color: #00a1ff;
        border-color: #00a1ff;
    }

.btn.btn-link {
    color: #069;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
}

.btn.btn-link:hover {
    color: #069;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.active {
    border-color: #069;
    background-color: #069;
}

.statistics-border {
    border-left: 1px solid;
    border-left-color: #066990;
}

/* Forms */

.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
    margin-left: 0;
}

.form-control {
    background-color: #eff1f4;
}

input[type=text].form-control,
select.form-control {
    line-height: 1.5;
    max-width: none;
    border: none;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

.dataTables_length select{
  background-image: url(/vitamin/images/dropdown-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 42%;
}

select::-ms-expand {
    display: none;
}

.dataTables_length select::-ms-expand {
    display: none;
}

textarea {
    line-height: 1.5;
    max-width: none;
    border: none;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

input[type=checkbox] {
    outline: none;
}

.navbar-default.filters .navbar-toggle {
    margin-top: 10px;
}

/* .navbar-default.filters .form-group
{
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 8px;
} */

@media (min-width: 1001px) {
    .navbar-default.filters .form-group {
        margin-top: 8px;
        margin-right: 40px;
        margin-bottom: 8px;
        margin-left: -25px;
    }
}


@media (min-width: 1000px) {
    .navbar-default.filters label {
        font-weight: 500;
        margin-right: 1px;
        padding: 10px 8px;
        vertical-align: top;
        color: #2a3948;
        border-color: rgba(155, 179, 222, 1);
        background: rgba(155, 179, 222, .5);
    }

        .navbar-default.filters label::after {
            font-family: 'Material Icons';
            font-weight: 500;
            padding-right: 5px;
            padding-left: 5px;
            vertical-align: top;
        }

        .navbar-default.filters label[for*='datasetFreeSearch']:after,
        .navbar-default.filters label[for*='speciesName']:after {
            content: '\e8b6';
        }


        .navbar-default.filters label[for*='onlyAvailable']:after {
            content: '\e5ca';
        }
}

.navbar-default.filters select {
    padding-right: 55px;
    color: #2a3948;
    background-color: #fff;
    background-image: url(/vitamin/images/dropdown-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



.navbar-default.filters .btn {
    font-size: 16px;
    min-width: 150px;
    margin-top: 8px;
    padding: 9px 12px;
    vertical-align: top;
}

    .navbar-default.filters .btn:after {
        font-family: 'Material Icons';
        padding-left: 10px;
        content: '\e14c';
        vertical-align: top;
    }

.form-group-lg .form-control {
    line-height: 1.333333 !important;
}

.navbar-default.filters .vit-inline label {
    width: 100%;
    padding: 0;
    background: transparent;
}

.navbar-default.filters .vit-inline input {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    /* color: #2a3948; */
}

    .navbar-default.filters .vit-inline input::placeholder {
        color: #2a3948;
    }

.navbar-default.filters .vit-inline select {
    width: 100%;
    max-width: 100%;
}

.navbar-default.filters .vit-inline .btn {
    margin-top: 0;
}

.navbar-default.filters .vit-inline .clear label {
    opacity: 0;
}


@media (max-width: 800px) {
    .navbar-default.filters .form-group {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

        .navbar-default.filters .form-group .form-control {
            display: block;
            width: 100%;
        }

    .navbar-default.filters .navbar-header::before {
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        padding: 7px 15px;
        content: 'Filters: ';
        vertical-align: middle;
    }
}

/* Summary on Index page*/
.summary-heading {
    text-align: center;
    color: #000;
}

.statistics-value {
    font-size: 25px;
    text-align: center;
    color: #069;
}

.value {
    font-size: 16px;
    text-align: left;
    color: #2a3948;
    /* padding-top: 10px; */
}

@media (min-width: 992px) and (max-width: 1190px) {
  .statistics-value {
    font-size: 18px;
  }
}


/* Global Widgets*/
.widget-body {
    text-align: left;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .widget-body {
        padding-left: 30px;
    }
}

.widget-body h3 {
    font-size: 17px;
}

hr {
    margin-top: 12px;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #eee;
}

.widget-icons {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.home-widget .widget-icons {
    display: block;
    float: left;
    height: 22px;
    line-height: 1.5;
}

.widget-text {
    font-size: 15px;
    /* white-space: nowrap; */
}

.widget-text .widget-data-label{
    font-weight: 700;
}

@media (min-width:960px) and (max-width:1199px){
    .widget-text{
        display: inline;
    }
    .home-widget .widget-icons {
        display: inline;
        float: none;
        height: 22px;
        line-height: 1.3;
    }
    .home-widget .widget-text-species i{
        margin-left: 10px;
    }
}

@media (min-width:545px) and (max-width:767px){
    .widget-text{
        display: inline;
    }
    .home-widget .widget-icons {
        display: inline;
        float: none;
        height: 22px;
        line-height: 1.3;
    }
    .home-widget .widget-text-species i{
        margin-left: 10px;
    }
}

/* Filter navigation */

.navbar-default {
    border-color: #e7e7e7;
    background-color: #eff1f4;
    ;
}

/* Pagination */

.pagination {
    display: block;
    overflow: hidden;
    margin: 30px 0 !important;
}

.pagination-disabled .pagination-next {
    color: #fff;
    background-color: #069;
}

.pagination > li > a,
.pagination > li > span {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    color: #2a3948;
    border-color: rgba(155, 179, 222, .2);
}

    .pagination > li > a:hover,
    .pagination > li > span:hover,
    .pagination > li > a:focus,
    .pagination > li > span:focus {
        color: #fff;
        border-color: rgba(0, 102, 153, 1);
        background-color: rgba(0, 102, 153, 1);
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #00a1ff;
    background-color: #00a1ff;
}

.pagination > li.prev,
.pagination > li.next {
    border-color: rgba(155, 179, 222, .5) !important;
}

    .pagination > li.previous > a,
    .pagination > li.next > a {
        font-weight: 500;
        color: #fff;
        background-color: rgba(0, 102, 153, 1);
    }

        .pagination > li.previous > a:after {
            font-family: 'Material Icons';
            content: '\e5cb';
            vertical-align: top;
        }

        .pagination > li.next > a:before {
            font-family: 'Material Icons';
            content: '\e5cc';
            vertical-align: top;
        }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    border-color: rgba(155, 179, 222, .2);
}

.pagination,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.dataTables_paginate {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}

.dataTables_paginate .pagination li.active{
  display: inline;
}


/* Tables */

table.table-bordered {
    border: 1px solid !important;
    border-color: rgb(226, 226, 226) !important;
    margin-bottom: 0;
}

table thead tr {
    color: #fff;
    border: 0 !important;
    border-color: rgba(0, 102, 153, 1);
    background: rgba(0, 102, 153, 1);
}

    table thead tr th {
        border: 0 !important;
        border-color: rgba(0, 102, 153, 1) !important;
    }

.table > thead > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td {
    color: #2a3948;
    border: 0 !important;
    /* border-color: #fff; */
}

    .table > tbody > tr > td a {
        font-weight: 400;
        color: #069;
        text-decoration: none;
    }

        .table > tbody > tr > td a:hover {
            font-weight: 400;
            color: #069;
            text-decoration: underline;
        }

.table > tbody > tr:nth-of-type(odd) {
    background: #fff;
    /* border-color: #ccc; */
}

.table > tbody > tr:nth-of-type(even) {
    border-color: #ccc;
    background: rgba(204, 204, 204, .6);
}

table .btn:focus,
table .btn:active:focus,
table .btn.active:focus,
table .btn.focus,
table .btn:active.focus,
table .btn.active.focus {
    outline: none;
}

/* Header Styling */
.navbar-inverse {
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.navbar-brand {
    height: auto;
}

    .navbar-brand:hover {
        opacity: .8;
    }

.dataTables_length select {
    background-color: #fff;
}

@media (max-width: 1000px) {
}

.swal2-popup {
    font-size: inherit;
}

/* Menus */

.navbar-toggle {
    margin-top: 30px;
    border: none;
    border-radius: 0;
    background: #667d94;
}

    .navbar-toggle:hover {
        background-color: #2a3948;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

.navbar {
    border-radius: 0;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #667d94;
}

.navbar-nav.left > li > a:before {
    font-family: 'Material Icons';
    font-size: 22px;
    display: block;
    text-align: center;
}

.navbar-nav.left > li:first-child > a {
    border-left: 1px solid #e5e5e5;
}

    .navbar-nav.left > li:first-child > a:before {
        content: '\E88A';
        color: #00662c;
    }

    .navbar-nav.left > li:first-child > a:hover {
        color: #667d94;
    }

.navbar-nav.left li:nth-child(2) > a:before {
    content: '\E55F';
    color: #de9a00;
}

.navbar-nav.left li:nth-child(2) > a:hover {
    color: #a57100;
}

.navbar-nav.left li:nth-child(3) > a:before {
    content: '\E89D';
    color: #009acf;
}

.navbar-nav.left li:nth-child(3) > a:hover {
    color: #046f94;
}

.navbar-nav.left li:nth-child(4) > a:before {
    content: '\E241';
    color: #003068;
}

.navbar-nav.left li:nth-child(4) > a:hover {
    color: #021931;
}

.navbar-nav.left li:nth-child(5) > a:before {
    content: '\E853';
    color: #526152;
}

.navbar-nav.left li:nth-child(5) a:hover {
    color: #526152;
}

.navbar-nav.left li:nth-child(6) a:hover {
    color: #660066;
}

.navbar-nav.left li:nth-child(6) > a:before {
    content: '\E887';
    padding-bottom: 5px;
}

.navbar-nav > li {
    display: table;
}

    .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 400;
        display: table-cell;
        width: 95px;
        height: 95px;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
        text-align: center;
        vertical-align: middle;
    }

.navbar-nav.left > li > a {
    border-right: 1px solid #e5e5e5;
}

.navbar-nav > li:first-child > a {
    color: #00662c;
}

.navbar-nav > li:nth-child(2) > a {
    color: #de9a00;
}

.navbar-nav > li:nth-child(3) > a {
    color: #009acf;
}

.navbar-nav > li:nth-child(4) > a {
    color: #003068;
}

.navbar-nav > li:nth-child(5) > a {
    color: #526152;
}

.navbar-nav > li:nth-child(6) > a {
    color: #660066;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #526152;
}

    .navbar-inverse .navbar-nav > .open > a:before {
        color: #fff;
    }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: inherit;
    background-color: #eff1f4;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

@media (max-width: 800px) {
    .navbar-nav > li {
        display: block;
    }

        .navbar-nav > li > a {
            display: block;
            width: auto;
            height: auto;
            padding-top: 20px !important;
            padding-bottom: 20px !important;
            text-align: left;
        }

            .navbar-nav > li > a:before {
                display: inline-block !important;
                margin-right: 10px;
                vertical-align: middle;
            }
}



/* Menu Right */

.navbar-right > li {
    border-left: 1px solid #e5e5e5;
}

    .navbar-right > li > form {
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0;
        vertical-align: top;
    }



        .navbar-right > li > form > a {
            font-size: 14px;
            font-weight: 400;
            display: table-cell;
            width: 105px;
            height: 105px;
            text-align: center;
            vertical-align: middle;
            color: #554229;
        }

        .navbar-right > li > form#signOutForm > a:before {
            font-family: 'Material Icons';
            font-size: 22px;
            display: block;
            content: '\E879';
            text-align: center;
            color: #554229;
        }

#sign-in .navbar-nav > li.menu_register {
    border-left: 1px solid #e5e5e5;
}

    #sign-in .navbar-nav > li.menu_register a {
        color: #946726;
    }

        #sign-in .navbar-nav > li.menu_register a:before {
            font-family: 'Material Icons';
            font-size: 22px;
            display: block;
            content: '\E7FE';
            text-align: center;
            color: #946726;
        }

#sign-in .navbar-nav > li.sign_in {
    border-left: 1px solid #e5e5e5;
}

    #sign-in .navbar-nav > li.sign_in a {
        color: #d1bb9e;
    }

        #sign-in .navbar-nav > li.sign_in a:before {
            font-family: 'Material Icons';
            font-size: 22px;
            display: block;
            content: '\E7FD';
            text-align: center;
            color: #d1bb9e;
        }

#sign-in .navbar-nav > li.nbdc-icon img{
    max-width: 44px;
}

#sign-in .navbar-nav > li.nbdc-icon p{
    display: none;
}

@media (max-width: 800px){
    #sign-in .navbar-nav > li.nbdc-icon img{
        max-width: 30px;
    }
    #sign-in .navbar-nav > li.nbdc-icon p{
        display: inline;
        margin-left: 5px;
    }
}

li.nav-action-formatted a:before {
    font-family: 'Material Icons';
    font-size: 22px;
    display: block;
    content: '\E925';
    text-align: center;
}


/* Rightside Search bar in body*/
.mainContainer{

}

.mainContainer .navbar-form{
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}


.fullwidth-input {
  width: 100% !important;
  /*padding: 20px !important;
  padding-right: 0 !important;
  padding-left: 25px !important;*/
  padding-left: 10px !important;
  height: 39.15px;
  color: #069;
  background: #fff;
}

.search-button {
    padding: 10px;
    background: #069;
}

@media (min-width: 768px){
  .fullwidth-searchbar {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.sidebar-search .panel{
    height: auto;
    margin-bottom: inherit;
}

.sidebar-search h4{
    background: #006699;
    color: #fff;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 16px;
}

.sidebar-search input[type="text"]{
    border: 1px solid #cdcdcd;
}

.sidebar-search button{
    margin-top: 1px; /* You WILL line up with the input*/
}

@media (min-width: 1300px){
  .search-bar-87 {
    width: 85%;
  }

  .search-button {
    width: 14%;
  }
}

@media (min-width: 991px){
  .search-bar-87 {
    width: 76%;
  }

  .search-button {
    width: 22%;
  }
}

@media (min-width: 767px) and (max-width: 991px){
  .search-bar-87 {
    width: 76%;
  }

  .search-button {
    width: 22%;
  }
}

@media (max-width: 767px){
  .search-bar-87 {
    width: 76%;
    display: inline-block;
  }

  .search-button {
    width: 22%;
  }
}

.search-button:hover {
    color: #fff;
    background: #069de;
}

.margin-top-2 {
    margin-top: 2%;
}

@media (max-width: 800px) {
    .navbar-nav > li {
        border-left: none !important;
    }

        .navbar-nav > li > a {
            border-right: none !important;
            border-left: none !important;
        }
}


/* Search */

.search-toggle::before,
.search-toggle::after {
    -webkit-transition: all .1s;
    transition: all .1s;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(155, 179, 222, .3);
}

/* Breadcrumbs */

.breadcrumb {
    border-bottom: 1px solid #e5e5e5;
    background: #eff1f4;
}

    .breadcrumb a {
        color: #8e8e8e;
    }

/* Home */

.home-stats {
    /* margin-bottom: 20px; */
}

#home .widget #summaryStatisticsWidget {
    height: auto;
}

#home .btn-home {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    padding-top: 12px;
    text-align: right;
    white-space: normal;
    color: #424243;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    border-bottom: 4px solid #e0e0e0;
    transition: border-width .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#home .btn-home:hover{
    border-bottom: 1px solid #fff;
}

    #home .btn-home .icon {
        float: left;
        margin-right: 0;
        margin-bottom: 12px;
        z-index: 2;
    }

/* @media (min-width: 992px) {
    #home .btn-home .icon {
        max-width: 100px;
    }
} */

#home .btn-home h3 {
    font-weight: 700;
    margin-top: 0;
    background-color: #e0e0e0;
    padding: 10px;
}

/* Specific styles for first 3 widgets */

.home-widget:nth-of-type(2) a .widget-body h3 {
    background-color: #885634 !important;
    color: white;
    padding: 10px;
}

.home-widget:nth-of-type(3) a .widget-body h3 {
    background-color: #C4753E !important;
    color: white;
    padding: 10px;
}

.home-widget:nth-of-type(4) a .widget-body h3 {
    background-color: #C45041 !important;
    color: white;
    padding: 10px;
}

#home .home-widget {
    /* height: auto !important; */
    margin-bottom: 20px;
}

#home #feedWidget {
    height: auto !important;
    margin-bottom: 50px;
}

/* Panels */

.panel {
    border-radius: 0;
    /* margin-top: 17px; */
}

/* Dataset statistics */

.panel-dateRecording .panel-body{
  padding: 0;
}

.date-stats-table{
  width: 100%;
}

.panel-dateRecording th:nth-of-type(2),
.panel-dateRecording .value{
  text-align: right;
  padding-right: 10px;
}

.statistics-start-year, .statistics-end-year{
  display: table-cell;
  background: #e5e5e5;
  padding: 3px 15px;
}

.statistics-start-year{
  border-right: 10px solid #fff;
}

@media (max-width:991px){
  .statistics-start-year, .statistics-end-year{
    margin-top:13px;
  }
}

/* Fix for the stupid table behaviour!!! */
@media (min-width:991px) and (max-width:1042px){
  .date-stats-table-col, .statistics-year-col{
    width: 100%;
  }
  .statistics-year-col{
  margin-top: 13px;
  }
}

.statistics-start-year span,
.statistics-start-year label,
.statistics-end-year span,
.statistics-end-year label{
  margin-top: 3px;
}

@media (max-width: 991px){
  .record-stats-container{
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.record-stats-box{
  padding: 0;
}
.record-stats-box .row{
  padding-top: 7px;
}

.record-stats-box:nth-of-type(odd) {
  background-color: #e5e5e5;
}

.record-stats-label{
  margin-top: 2px;
}


.record-stats-p{
  text-align: right;
  margin-top: 2px;
}


.record-resolution-table{
  width: 100%;
}

.record-resolution-table th{
  min-width: inherit !important;
}

/* Tabs */
.tab-pane {
    padding-top: 0 !important;
}

.datasetDetail .nav-tabs {
    min-width: 0 !important;
}

/* Home Panels */

#home .panel {
    margin-top: 17px;
    border: none;
    background: transparent;
    box-shadow: none;
}

#home .panel-default > .panel-heading {
    border: none;
    background: transparent;
}

    #home .panel-default > .panel-heading h3 {
        font-size: 32px;
        font-weight: 400;
    }

#home .panel-default > .panel-body {
    border: 1px solid #e5e5e5;
    background: #fff;
}

#summaryStatisticsWidget .panel-body > .col-xs-12 {
    padding: 8px;
}

    #summaryStatisticsWidget .panel-body > .col-xs-12:nth-child(odd) {
        background: #eff1f4;
    }

    #summaryStatisticsWidget .panel-body > .col-xs-12 label {
        margin-bottom: 0;
    }


/* Inner Panels */

.vit-tab {
    overflow-x: hidden;
    padding-right: 0 !important;
}

    .vit-tab .panel-heading,
    #DatasetBrowserDetailGeneralTab .panel-heading,
    #DatasetBrowserDetailStatisticsTab .panel-heading,
    #DatasetBrowserDetailSurveysTab .panel-heading,
    #DatasetBrowserDetailAttributesTab .panel-heading,
    #DatasetBrowserDetailSpeciesTab .panel-heading,
    #speciesDetailWidget > .panel-heading,
    #numberOfRecordsPerMonthWidget > .panel-heading,
    #numberOfRecordsPerYearWidget > .panel-heading,
    #detailGeneralContainer .panel-heading,
    #surveyDetail .panel-heading {
        font-size: 20px;
        font-weight: 700;
        margin: 10px;
        color: #fff;
        border: none;
        border-radius: 0;
        background-color: #069;
    }

.statistics-year-range .col-xs-6{
  padding: 6px;
  margin: 0 10px;
}

.panel-footer {
    color: #2a3948;
    background: rgba(204, 204, 204, .5);
}

#DatasetBrowserDetailGeneralTab .panel-body label,
#DatasetBrowserDetailStatisticsTab .panel-body label,
#DatasetBrowserDetailSurveysTab .panel-body label,
#DatasetBrowserDetailAttributesTab .panel-body label,
#speciesDetailWidget .panel-body label,
#detailGeneralContainer.panel-body label {
    font-weight: 700;
    color: #2a3948;
}

.widget .panel .panel-body {
    overflow-x: hidden;
    overflow-y: hidden;
}

.vit-tab .panel-heading.one,
.panel-datasetDetails .panel-heading,
.panel-temporalCoverage .panel-heading,
.panel-surveys .panel-heading,
.panel-attributes .panel-heading,
.panel-recordedSpecies .panel-heading,
#speciesDetailWidget > .panel-heading,
.panel-general .panel-heading,
.panel-contact .panel-heading {
    background-color: rgba(0, 102, 153, 1);
}

.vit-tab .panel-heading.two,
.panel-dataProvider .panel-heading,
#numberOfRecordsPerMonthWidget > .panel-heading,
.panel-contact .panel-heading {
    background-color: rgba(0, 102, 153, 1);
}

.vit-tab .panel-heading.three,
.panel-datasetUse .panel-heading,
.panel-dateRecording .panel-heading,
#numberOfRecordsPerYearWidget > .panel-heading,
.panel-datasets .panel-heading {
    background-color: rgba(0, 102, 153, 1);
}

.vit-tab .panel-heading.four,
.panel-datasetStatistics .panel-heading,
.panel-numberOfRecordsChart .panel-heading {
    background-color: rgba(85, 66, 41, .3);
}

.vit-tab .panel-heading.five,
.panel-precisionSummary .panel-heading,
.panel-numberOfRecordsChart .panel-heading {
    background-color: rgba(202, 186, 158, .3);
}

.vit-tab .panel-heading.six,
.panel-speciesDistribution .panel-heading,
.panel-numberOfSpecies .panel-heading {
    background-color: rgba(116, 127, 145, .3);
}

.vit-tab .panel-heading.seven,
.panel-recordDistribution .panel-heading {
    background-color: rgba(155, 179, 222, .3);
}

.panel-attributes table {
    width: 100%;
}

.panel-precisionSummary table thead tr {
    background-color: rgba(239, 234, 226, .4);
}

.panel-attributes table thead tr {
    background-color: rgba(204, 204, 204, .5);
}

.panel-dateRecording table thead tr {
    background-color: rgba(204, 204, 204, .5);
}

.panel-precisionSummary table tr:nth-child(even) {
    background-color: rgba(239, 234, 226, .3);
}

.panel-attributes table tr:nth-child(even) {
    background-color: rgba(204, 204, 204, .5);
}

.panel-dateRecording table tr:nth-child(even) {
    background-color: rgba(204, 204, 204, .5);
}

.panel-precisionSummary table tr > td:nth-child(3) {
    padding: 15px;
    background: background-color: rgba(239, 234, 226, .2);
}

.panel-dateRecording table tr > td:nth-child(3) {
    padding: 15px;
    background: background-color: rgba(219, 209, 194, .1);
}

.panel-precisionSummary table tr th,
.panel-attributes table tr th,
.panel-dateRecording table tr th {
    padding-top: 7px;
    padding-bottom: 7px;
}

.panel-precisionSummary table tr td,
.panel-attributes table tr td,
.panel-dateRecording table tr td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.panel-precisionSummary table thead tr th,
.panel-dateRecording table thead tr th,
.panel-attributes table thead tr th {
    font-weight: 700;
    min-width: 200px;
    color: #2a3948;
}

.panel-precisionSummary table tbody tr td:first-child {
    font-weight: 700;
    color: #2a3948;
}

.panel .panel {
    border: none;
}

/* .panel .panel .panel-heading {
    font-size: 20px !important;
    font-weight: 400 !important;
    padding: 0;
    background: transparent;
} */

.panel .panel .panel-body {
    padding: 0;
}
.panel-body .row{
  width: 100%;
  margin-left: 0;
}

#detailStatisticsContainer .panel-body tr th:first-child,
#detailStatisticsContainer .panel-body tr td:first-child{
  padding-left: 15px;
}

#detailAttributesContainer .panel-body tr th:first-child,
#detailAttributesContainer .panel-body tr td:first-child{
  padding-left: 15px;
}

/*Map thumbnail width fixes*/

.col-6-map-thumb {
    text-align: right;
}

@media (max-width:1635px) {
    .col-6-map-thumb {
        width: 66%;
    }

    .col-6-map-text {
        width: 34%;
    }
}

@media (max-width:1350px) {
    .col-6-map-thumb {
        width: 100%;
        text-align: left;
    }

    .col-6-map-text {
        width: 100%;
    }

    .col-6-map-thumb img {
        padding-left: 0 !important;
    }
}


@media (max-width:1470px){
  .panel-speciesDistribution .col-6-map-text,
  .panel-recordDistribution .col-6-map-text{
    width: 100%;
  }
  .panel-speciesDistribution .col-6-map-thumb,
  .panel-recordDistribution  .col-6-map-thumb{
  width: 100%;
  text-align: center;
  padding-top: 5px;
  }
  .panel-speciesDistribution .vit-download-buttons,
  .panel-recordDistribution .vit-download-buttons{
    text-align: center;
  }
}

@media(min-width:1470px) and (max-width:1820px){
  .panel-speciesDistribution .col-6-map-text,
  .panel-recordDistribution .col-6-map-text{
    width: 40%;
  }
  .panel-speciesDistribution .col-6-map-thumb,
  .panel-recordDistribution .col-6-map-thumb{
  width: 60%;
  }
}

@media (min-width: 740px) and (max-width:992px){
  .panel-speciesDistribution .col-6-map-text,
  .panel-recordDistribution .col-6-map-text{
    width: 60%;
  }
  .panel-speciesDistribution .col-6-map-thumb,
  .panel-recordDistribution  .col-6-map-thumb{
  width: 40%;
  }
  .panel-speciesDistribution .vit-download-buttons,
  .panel-recordDistribution .vit-download-buttons{
    text-align: left;
  }
  .panel-speciesDistribution .center-image,
  .panel-recordDistribution .center-image{
    text-align: right;
  }
}


/* Species Detail Widget */
@media (min-width: 740px) and (max-width:992px){
  #speciesDetailWidget .col-6-map-text{
      width: 60%;
    }

  #speciesDetailWidget .col-6-map-thumb{
      width: 40%;
    }

  #speciesDetailWidget .vit-download-buttons{
    text-align: left;
  }
  #speciesDetailWidget .center-image{
    text-align: right;
  }
}

#taxon-synonyms-box #taxon-synonyms-box-collapsible.collapse[aria-expanded="false"].setHeight {
    height: 5rem !important;
}

#taxon-synonyms-box #taxon-synonyms-box-collapsible.collapse[aria-expanded="false"] {
    display: block;
    max-height: 5rem !important;
    overflow: hidden;
}

#taxon-synonyms-box #taxon-synonyms-box-collapsible.collapsing[aria-expanded="false"] {
    height: 5rem !important;
}

#taxon-synonyms-box a.collapsed::after {
    content: '+ Show More';
}

#taxon-synonyms-box a:not(.collapsed)::after {
    content: '- Show Less';
}

#taxon-synonyms-box #moreLessButton {
    display: none;
}

.taxon-synonym {
}

    .taxon-synonym:hover {
        color: rgb(0, 102, 153);
    }

.taxon-label {
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 5px;
    line-height: 25px;
}

.taxon-label-success {
    background-color: #208337;
    color: #fff;
}

.taxon-label-warning {
    background-color: #ffc107;
    color: #000;
}

.taxon-label-deprecated {
    background-color: #808080;
    color: #fff;
}

.panel-datasetDetails .panel-body > .col-xs-12,
.panel-datasetStatistics .panel-body > .col-xs-12,
.panel-dataCapture .panel-body > .col-xs-12,
#speciesDetailWidget .detailsContainer .row > .col-xs-12,
.panel-dataProvider .panel-body > .col-xs-12,
.panel-surveyDetails .panel-body > .col-xs-12 {
    padding-top: 7px;
    padding-bottom: 7px;
}

    .panel-datasetDetails .panel-body > .col-xs-12:nth-child(odd) {
        background: rgba(204, 204, 204, .6);
    }

    .panel-datasetStatistics .panel-body > .col-xs-12:nth-child(odd) {
        background: rgba(204, 204, 204, .5);
    }

    .panel-datasetStatistics .panel-body > .col-xs-12 > .col-xs-12:nth-child(even) {
        background: #fff;
    }

    .panel-surveyDetails .panel-body > .col-xs-12:nth-child(odd) {
        background: rgba(204, 204, 204, .5);
    }

    .panel-dataCapture .panel-body > .col-xs-12:nth-child(odd) {
        background: rgba(204, 204, 204, .5);
    }

    .panel-dataProvider .panel-body > .col-xs-12:nth-child(odd) {
        background: rgba(204, 204, 204, .6);
    }

    .panel-dataProvider .panel-body > .col-xs-12 > span > .col-xs-12 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .panel-dataProvider .panel-body > .col-xs-12 > span > .col-xs-12:nth-child(even) {
        background: rgba(204, 204, 204, .6);
    }

/*Dataset Browser Index Filter*/

.vit-dataset-filter .form-group {
    width: 28%;
}

.vit-dataset-filter .clear {
    width: 8%;
}

.vit-dataset-filter select::-ms-expand {
    display: none;
}

.vit-species-filter .form-group {
    width: 37%;
}

.vit-species-filter .form-group input,
.vit-species-filter .form-group select {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    color: #2a3948;
}

#speciesDetailWidget .vit-download-buttons {
    padding-right: 15px;
}

#speciesDetailWidget .detailsContainer .row > .col-xs-12:nth-child(odd) {
    background: rgba(204, 204, 204, .5);
}

#dataProviderDetail .panel-contact .panel-body > .col-xs-12 {
    padding-top: 7px;
    padding-bottom: 7px;
}

    #dataProviderDetail .panel-contact .panel-body > .col-xs-12:nth-child(odd) {
        background: rgba(204, 204, 204, .5);
    }

#taxonDetail .mapContainer {
    height: auto;
    text-align: left;
}

.feedbackForm {
    padding-left: 20px;
    padding-right: 20px;
}

.feedbackForm .feedbackText {
    padding: 20px;
}

.feedbackForm input, .feedbackForm textarea{
  background-color: #fff;
}

.mapContainer .panel {
    overflow: hidden;
    padding: 15px;
    background: #eff1f4;
}

.mapContainer .panel-body {
    display: flex;
}

.mapContainer .panel-body .image img {
    padding-left: 10px;
}

.mapContainer .panel-body .desc {
    flex: 1;
    max-width: 100%;
}

.mapContainer .panel-body .desc .inner {
    /* display: flex; */
    height: 100%;
    /* flex-flow: column nowrap; */
    max-width: 100%;
}

.mapContainer .panel-body .desc .citation {
    margin-bottom: auto;
    flex-grow: 1;
}

#surveyDetail .mapContainer .panel-body .image img {
    padding-left: 0px;
}

.citation {
    color: #2a3948;
    font-size: 0.8em;
}

.embed-text {
    display: inline-block;
    padding: 20px;
    background-color: #e6e6e6;
    margin: 15px 40px;
    word-wrap: break-word;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    color: #2a3948;
    font-size: 0.8em;
    flex-grow: 1;
}

.embed-code-row{
    margin-top: 20px;
}

.embed-text-tooltip {
    position: relative;
    display: inline-block;
    text-align: right;
}

    .embed-text-tooltip .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 150%;
        left: 50%;
        margin-left: -75px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .embed-text-tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .embed-text-tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.mapContainer .panel h3 {
    margin-top: 0;
    color: #2a3948;
}

.margin-left-right {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 1px;
    padding-bottom: 15px;
    padding-left: 15px;
    background: #eff1f4;
}

.vit-download-buttons {
    margin-top: auto;
    padding-top: 20px;
}

@media (max-width: 1350px) {
    .vit-download-buttons {
        margin-bottom: 20px;
        text-align: center;
    }

    .center-image {
        text-align: center;
    }
}

.image.center-image-large {
    text-align: center;
}

.vit-download-buttons .btn {
    line-height: 34px;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    border: none;
    min-width: 88px;
}

@media (min-width: 1351px) and (max-width: 1766px){
  .vit-download-buttons .btn {
    width: 100%;
    margin-top: 6px;
  }
}

@media (min-width: 400px) and (max-width: 406px){
  .vit-download-buttons .btn {
    width: 100%;
    margin-top: 6px;
  }
}

.vit-download-buttons .btn:hover {
    background: #00a1ff !important;
}

.species-image-container img{
  max-width: 180px;
}



/* Mapping Page */

.esri-basemap-gallery,
.esri-layer-list,
.esri-print,
.compass-widgets-tabs-container,
.compass-temporal {
    background-color: transparent !important;
}
.compass-temporal-row-input {
}
.compass-temporal-row-split {
    height: 5px;
}
.compass-temporal-row-buttons {
}

#mapFilters .nav-tabs {
    border: 1px solid #e5e5e5;
    background: #fff;
}

    #mapFilters .nav-tabs li {
        width: 25%;
        text-align: center;
    }

    #mapFilters .tab-content {
        overflow-y: auto;
        height: calc(100% - 45px)
    }

@media (max-width: 768px) {
    #mapFilters .nav-tabs li {
        width: 100%;
        text-align: left;
    }
}

.nav-tabs > li{
  border: 1px solid #ddd;
  border-radius:4px 4px 0 0;
  background-color: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

#datasetDetail .nav-tabs > li{
  border: 0;
}

.nav-tabs > li:hover, .nav-tabs > li.active:hover{
  background-color: #eeeeee;
  border-color: #bdbdbd;
  border-bottom-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs > li.active{
  background-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active:hover,
.nav-tabs > li.active:focus{
  border: 1px solid transparent;
  background-color: transparent;
}

#addSpeciesBtn, 
#datasetModeMessage {
    display: block;
    width: 97%;
    padding: 14px 0;
    margin: 10px 0px 10px 7px;
    text-align: left;
    color: #fff;
    border: none;
}

#datasetModeMessage {
    padding: 5px;
    background-color: #069;
}

#addSpeciesBtn {
    font-size: 20px;
    line-height: 26px;
}

    #addSpeciesBtn:before {
        font-family: 'Material Icons';
        margin: 0 20px;
        content: '\e02e';
        vertical-align: top;
    }

#mapFilters input {
    font-size: 16px !important;
    line-height: 26px;
    border-color: #e5e5e5;
    background: #fff;
    border: 1px solid #e0dede;
    padding-left: 10px;
    vertical-align: text-bottom;
}

#generatedReportsListContainer li {
  border: 1px solid #006699;
  border-radius: 0;
  padding: 14px 40px;
}

    #generatedReportsListContainer li:before {
        content: "\e2c4";
        font-family: 'material icons';
        display: inline-block;
        margin-left: -30px; 
        width: 25px; 
        color: #069;
        vertical-align: baseline;
        margin-right: 5px;
    }

.reporting-spinner{
  margin-right: 4px;
}

/*//////////////// Map Legend Tab ///////////////////*/

.esri-legend__layer>.esri-legend__layer-table>.esri-legend__layer-caption{
    font-size: 16px;
    padding: 0 0 0 30px;
}

.esri-legend__service>.esri-legend__layer>.esri-legend__layer-table>.esri-legend__layer-body>.esri-legend__layer-child-table:first-of-type{
    border-top: 1px solid rgba(50,50,50,0.25);
    margin-top: 5px;
}

.esri-legend__layer>.esri-legend__layer-table>.esri-legend__layer-caption>.esri-legend__layer-body>.esri-legend__layer-child-table>.esri-legend__layer-caption{
    font-size: 14px;
    display: inline-block;
    padding: 10px 0 10px 30px;
}

.esri-legend__layer-table>.esri-legend__layer-body>.esri-legend__layer-child-table>.esri-legend__layer-caption {
    display: inline-block;
    margin-top: 10px;
}

.esri-legend__layer-table>.esri-legend__layer-body>.esri-legend__layer-child-table>.esri-legend__layer-body{
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-left: 20px;
    margin-top: 10px;
}

.esri-legend__layer-cell--info:empty{
    display: none;
}

.compass-layer-list__filterIconContainer {
    color: #fff;
    border: none;
    background-color: #069 !important;
    box-shadow: none !important;
    height: 40px;
    width: 44px;
    padding: 10px;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
}

.compass-layer-list__filterIcon{
    line-height: 1.4;
    margin: 1px; /* IE Fix */
}

.compass-layer-list__filterIconContainer:hover {
    color: #fff !important;
    border: none !important;
    background-color: #7bcbe6 !important;
    cursor: pointer;
}

.compass-layer-list__titleIconNode {
    background-color: #069 !important;
}

.esri-search__submit-button {
    color: #fff;
    background-color: #747f91 !important;
}

.compass-layer-list__filterBoxInput, .esri-expand__content, .esri-widget {
    font-family: "Lato" !important;
}

.esri-search .esri-search__input-container {
    background-color: transparent;
}

.esri-ui-corner .esri-widget {
    box-shadow: none;
}

.esri-scale-bar.esri-widget {
    padding-top: 10px;
}

.esri-icon-checkbox-checked:before {
    background: #667d94;
}

.maps-row {
    background: #fff;
}

#map #mapViewSection {
    height: calc(100vh - 96px);
}

#map #mapView {
    height: 100%;
}

#reportsContainer {
    padding: 15px;
    background: #fff;
}

#reportsContainer .form-group {
    overflow: hidden;
    margin-bottom: 20px;
}

#spatialIntersectionKindContainer span{
  height: 50px;
}

#spatialIntersectionKindContainer .form-control{
  padding: 15px 0;
  height: 50px;
}

#reportsContainer select {
  background-color: #fff;
  font-size: inherit;
  position: relative;
  background-image: url(/vitamin/images/dropdown-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  height: 40px;
  box-shadow: none;
  border: 1px solid #cecece;
  -moz-appearance: none;
}


#reportsContainer .input-group[class*='col-'] {
  margin-bottom: 20px;
}

.input-group-addon,
.input-group .form-control {
    border-radius: 0 !important;
    border: none;
    box-shadow: none;
    font-size: inherit;
}


#legendId {
    width: 100%;
}

.compass-layer-list__filterBoxDiv {
    margin-bottom: 15px !important;
}

    .compass-layer-list__filterBoxDiv input {
        height: 40px;
    }

.esri-layer-list__item-action,
.esri-legend__layer-cell--info {
    font-size: 14px !important;
    padding: 7px 15px;
}

.esri-legend__service {
    margin-bottom: 20px;
}

.esri-layer-list__no-items {
    padding: .5em 1em;
    background: #fff;
}

.nbdc-composite-map-information-display {
    padding: 5px;
    width: 250px;
    background-color: rgba(255,255,255,0.5);
}

.nbdc-composite-map-information-display__row2 {
    margin-top: 10px;
    margin-bottom: 5px;
}

.compass-scale-display, .nbdc-resolution-display, .compass-coordinate-display {
    background-color: transparent !important;
}

.nbdc-composite-map-information-display__row2 div {
    display: inline;
}

.compass-scale-display__scaleDisplayHeader, .nbdc-resolution-display__ResolutionHeader {
    font-weight: bold;
}

.compass-scale-display__scaleDisplayValue, .nbdc-resolution-display__ResolutionValue {
    font-weight: bold;
    color: #006699;
}

.filter-active-parent, .filter-active-parent:hover {
    background-color: #F77805;
}

.esri-widget-button .filter-active,
.esri-widget-button .filter-active:hover {
    font-size: 14px;
    color: #84AD00;
    background-color: #F77805;
}

.esri-layer-list__item span.filter-active::before, .esri-layer-list__item span.filter-active::after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #84AD00;
}

.esri-layer-list__item span.filter-active:hover::before, .esri-layer-list__item span.filter-active:hover::after {
    color: #B4ED00;
}

.month-picker-month-table .ui-button {
    color: #069;
    background-color: #eff1f4;
}

/* Dataset */
.datasetDetail h2 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #2a3948;
}

.datasetDetail .nav-tabs {
    min-width: 230px;
    padding-top: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

    .datasetDetail .nav-tabs li {
        margin-right: 10px;
        margin-left: 10px;
    }

        .datasetDetail .nav-tabs li a {
            line-height: 24px;
        }

            .datasetDetail .nav-tabs li a span {
                padding-left: 7px;
                vertical-align: top;
            }

@media (max-width: 800px) {
    .datasetDetail .nav-tabs li a span {
        display: none;
    }
}

/* .datasetDetail .nav-tabs li a:before{
  padding: 0 7px;
  font-family: "Material Icons";
  vertical-align: top;
  font-size: 18px;
  font-weight: normal;;
}

.datasetDetail .nav-tabs li:nth-child(1) a:before{
  content: '\E88E';
}

.datasetDetail .nav-tabs li:nth-child(2) a:before{
  content: '\E922';
}

.datasetDetail .nav-tabs li:nth-child(3) a:before{
  content: '\E3EC';
}

.datasetDetail .nav-tabs li:nth-child(4) a:before{
  content: '\E619';
}

.datasetDetail .nav-tabs li:nth-child(4) a:before{
  content: '\E91D';
} */

.datasetDetail .nav-tabs li .btn {
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #c90;
    text-align: left;
}

.datasetDetail .nav-tabs li .btn {
    font-size: 16px;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #c90;
    text-align: left;
}

.datasetDetail .nav-tabs li .dataset-download-btn{
      background: #009acf;
}

.datasetDetail .nav-tabs li .dataset-download-btn:hover{
      background: #7bcbe6 !important;
}

/* Optional grey-colour on download button if not permitted */

/* .datasetDetail .nav-tabs li .dataset-download-no-download{
      background: rgba(111, 111, 111, 0.6);
}

.datasetDetail .nav-tabs li .dataset-download-no-download:hover{
      background: rgba(111, 111, 111, 0.4) !important;
} */


.datasetDetail .nav-tabs li .btn:hover {
    background: #fbbd04;
}

.datasetDetail .nav-tabs li:last-child,
.datasetDetail .nav-tabs li:nth-last-child(2) {
    margin-right: 0;
    margin-left: 0;
}

.datasetDetail .nav-tabs li a {
    color: #696969;
    border: 1px solid #fff !important;
    border-radius: 0;
}

.datasetDetail .nav-tabs li.active a {
    color: #fff;
    border: 1px solid #069 !important;
    background-color: #069 !important;
}

.tabs-left .nav-tabs li a:hover {
    background-color: rgba(204, 204, 204, .6);
}



/* Footer */

/* footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
} */

footer .inner {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: white;
    /*margin-right: 15px;*/
}

footer .right {
    text-align: right;
}

footer ul.logos {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
}

    footer ul.logos li {
        display: inline-block;
        margin-bottom: 20px;
    }

footer ul.logos li img{
    max-width: 100%;
}

@media(max-width: 991px) {
    footer .footer-credits{
        margin-bottom: 20px;
    }
}

footer .footer-gbif-logo{
    text-align: left;
}

footer .footer-gbif-logo img{
    display: inline;
}

footer .footer-gbif-logo p{
    font-size: 12px;
    text-align: left;
    margin-top: 14px;
    padding-left: 14px;
}

@media(max-width: 739px) {
    footer .footer-gbif-logo p{
        margin-top: 5px;
    }
    footer .footer-gbif-logo{
        text-align: center;
    }
}

footer .copy {
    /*margin-right: 15px;*/
    font-size: 12px;
    text-align: right;
}

    footer .copy a {
        font-weight: 400;
        color: #8e8e8e;
    }

@media(max-width: 1000px) {
    footer .left {
        text-align: center;
    }

    footer .right {
        text-align: left;
    }
}



@media (max-width: 800px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}


/********************* IE 10+ Specific fixes *********************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .compass-layer-list__filterIcon {
      font-size: 12px;
      line-height: 1.6;
      padding-right: 6px;
  }

}

