html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.container {
  min-height: 100%;
  position: relative;
}
.body {
  padding-bottom: 90px;
  /* Height of the footer and footer top margin */
}
@media (min-width: 1200px) {
  .header {
    position: fixed;
    width: inherit;
    z-index: 1030;
  }
  .body {
    margin-top: 152px;
  }
}
.footer {
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer .footer-inner {
  height: 80px;
  padding-top: 5px;
  background-color: #005296;
}
.footer .navbar {
  display: inline;
  float: right;
  margin-top: 20px;
  background-color: #005296;
}
@media (min-width: 768px) {
  .popover {
    max-width: 768px;
  }
}
.vertical-center {
  vertical-align: middle;
}
.vertical-buffer {
  margin-top: 20px;
}
.horizontal-buffer {
  margin-left: 20px;
}
.bottom-buffer {
  margin-bottom: 20px;
}
.medium-vertical-buffer {
  margin-top: 10px;
}
.mini-vertical-buffer {
  margin-top: 3px;
  margin-bottom: 0px;
}
.no-margin {
  margin: 0px;
}
.content-right {
  text-align: right;
}
.no-display {
  display: none;
}
.normal-weight {
  font-weight: normal;
}
.italicized {
  font-style: italic;
}
.no-dots-list {
  list-style-type: None;
  -webkit-padding-start: 20px;
}
.hanging-indent {
  padding-left: 18px;
  text-indent: -18px;
  margin-bottom: 8px;
}
.inline-formset {
  margin-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.inline-formset > div {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.inline-formset > div > div {
  margin-right: 10px;
}
.number-form-field {
  width: 80px !important;
}
.not-latest-version {
  color: red;
}
.masthead #banner {
  background-color: #005296;
  color: #FFFFFF;
  background-image: url('/static/img/Corals_banner_large.png?bb15d2ad2967');
  background-repeat: no-repeat;
  height: 96px;
}
.masthead .navbar-header button {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 4px;
  padding: 5px;
}
.masthead .navbar {
  background-color: #005296;
}
.masthead .navbar .navbar-nav > li > .dropdown-menu {
  background-color: #005296;
}
.masthead .navbar .navbar-nav > li > .dropdown-menu > li > a {
  color: #c7ab11;
}
.masthead .navbar .navbar-nav > li > a {
  line-height: 23px;
}
@media (min-width: 993px) {
  .cotw_brand {
    display: none;
  }
}
@media (max-width: 992px) {
  .masthead #banner {
    background-color: #005296;
    color: #FFFFFF;
    background-image: url('/static/img/Corals_banner_small.png?bb15d2ad2967');
    background-repeat: no-repeat;
    height: 96px;
  }
  .cotw_brand {
    display: none;
  }
}
@media (max-width: 767px) {
  .masthead #banner {
    display: none;
  }
  .cotw_brand {
    display: inherit;
  }
}
nav.navbar {
  background-color: white;
  border: 0px solid black;
}
nav.navbar .container {
  background-color: #005296;
}
.donate-wrapper {
  float: right;
  margin-right: 1em;
  clear: both;
  margin: 1em 1em 0em 0em;
}
.search-wrapper {
  float: right;
  width: 17em;
  clear: both;
  margin: 1em 1em 0em 0em;
}
@media (max-width: 1200px) {
  .donate-wrapper {
    display: none;
  }
  .search-wrapper {
    display: none;
  }
}
.banner-right-top-row {
  margin-top: 10px;
}
.banner-right-logo {
  width: 50%;
  position: relative;
  float: left;
}
.banner-right-bottom-row {
  margin-top: 8px;
}
.banner-search-button {
  width: 8.33333333%;
  position: relative;
  float: left;
}
.btn.donate_banner_btn {
  background-image: radial-gradient(#dfdfcc, #B9A114);
  padding: 2px 4px 2px 4px;
  color: #575757;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  margin-right: auto;
  margin-left: auto;
}
.donate-wrapper-bottom {
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  margin: 0px;
}
.donate-wrapper-bottom > a {
  margin-right: 10px;
}
.table-centre-content {
  text-align: center;
  vertical-align: middle;
}
.table-delete-cell {
  width: 8%;
}
.coral-nav {
  font-size: 16px;
}
.coral-nav img {
  vertical-align: text-bottom;
  width: 20px;
  height: 20px;
}
.white-menu li a {
  color: white !important;
}
.white-menu li a:hover,
.white-menu li a:focus {
  color: #c5c5c5 !important;
  background-color: transparent !important;
}
.white-hover li a {
  color: #c7ab11 !important;
}
.white-hover li a:hover,
.white-hover li a:focus {
  color: white !important;
  background-color: transparent !important;
}
.modal-backdrop {
  z-index: 0;
}
.dropdown-menu {
  z-index: 1001;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  background-color: #005296;
}
.dropdown-submenu > .dropdown-menu > li > a {
  color: #c7ab11;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.breadcrumb {
  font-size: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 0;
  margin-bottom: 0px;
}
.breadcrumb .active {
  color: #c7ab11;
}
.label-default {
  background-color: #c7ab11;
}
.pagination {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
}
.modal-content {
  color: #c7ab11;
  background-color: #005296;
}
.modal-content .tab-content {
  padding: 5px;
  border-left: 1px solid #c7ab11;
  border-right: 1px solid #c7ab11;
  border-bottom: 1px solid #c7ab11;
}
.modal-content .tab-content a {
  color: white;
}
.modal-content .nav-tabs {
  border-bottom: 1px solid #c7ab11;
}
.modal-content .nav-tabs a {
  font-weight: bold;
  color: #c7ab11;
  background-color: #005296;
  border-bottom: none;
}
.modal-content .nav-tabs a:hover {
  color: white;
  border-color: #c7ab11;
  background-color: #005296;
}
.modal-content .nav-tabs li.active a {
  color: #c7ab11;
  background-color: #005296;
  border-color: #c7ab11;
  border-bottom-color: transparent;
}
.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important;
  /* IE 9 */
  -webkit-transform: translate(0, 50%) !important;
  /* Safari and Chrome */
}
.padding-text-align {
  padding: 5px;
  text-align: center;
}
.sidebar-heading {
  background-color: #005296;
  color: #c7ab11;
  text-align: center;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.navigator {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
  border: 1px solid;
  border-color: #005296;
}
.navigator form {
  display: inline;
}
.navigator input {
  height: 22px;
  width: 32px;
  text-align: right;
}
.navigator button {
  background-color: #b8cbe3;
  border: none;
}
.navigator button:hover {
  background-color: #93b0d5;
}
.sidebar-link {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
  border: 1px solid;
  border-color: #005296;
}
.sidebar-button {
  background-color: #b8cbe3;
  border: none;
  font-weight: bold;
  width: 40%;
  border-radius: 5px;
}
.sidebar-button:hover {
  background-color: #93b0d5;
}
.quick-select {
  border: 1px solid;
  border-color: #005296;
}
.quick-select-heading {
  padding: 5px;
  text-align: center;
  background-color: #005296;
  color: white;
  font-weight: bold;
}
.quick-select-main {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
}
.quick-select-main .vertical-buffer {
  margin-top: 5px;
}
.quick-select-item-count {
  padding: 5px;
  text-align: center;
  color: #8b8080;
}
.back-to-full {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
  border: 1px solid;
  border-color: #005296;
}
.back-to-full button {
  background-color: #b8cbe3;
  border: none;
  border-radius: 5px;
}
.back-to-full button:hover {
  background-color: #93b0d5;
}
.back-to-filtered {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
  border: 1px solid;
  border-color: #005296;
}
.back-to-filtered button {
  background: -webkit-linear-gradient(#e5b9b8, #800000);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e5b9b8, #800000);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e5b9b8, #800000);
  /* For Firefox 3.6 to 15 */
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #e5b9b8 , EndColorStr= #800000 );
  /* IE9 */
  background: linear-gradient(#e5b9b8, #800000);
  /* Standard syntax */
}
.back-to-exploring {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
  border: 1px solid;
  border-color: #005296;
}
.back-to-exploring button {
  background: -webkit-linear-gradient(#e5efff, #477bba);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e5efff, #477bba);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e5efff, #477bba);
  /* For Firefox 3.6 to 15 */
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #e5efff , EndColorStr= #477bba );
  /* IE9 */
  background: linear-gradient(#e5efff, #477bba);
  /* Standard syntax */
}
.viewing-options {
  padding: 5px;
  text-align: center;
  background-color: #dce6f2;
  border: 1px solid;
  border-color: #005296;
}
.viewing-options select {
  width: 100%;
  background-color: #b8cbe3;
}
.viewing-options select:disabled {
  color: #808080;
}
.sidebar-help {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid;
  border-color: #d1d0ce;
}
.links {
  margin-top: 20px;
  border-top: 1px solid;
  border-color: #005296;
}
.link {
  border-bottom: 1px solid;
  border-color: #005296;
  padding: 6px 0px 6px 6px;
}
.link a {
  color: #005296;
  text-decoration: none;
}
.link .sub-link {
  padding-left: 15px;
}
.link .sub-link-active {
  background-color: #dce6f2;
}
.link-active {
  border-bottom: 1px solid;
  border-color: #005296;
  padding: 6px 0px 6px 6px;
  background-color: #dce6f2;
  font-weight: bold;
}
.link-active a {
  color: #005296;
  text-decoration: none;
}
.link-active .sub-link {
  padding-left: 15px;
}
.link-active .sub-link-active {
  background-color: #dce6f2;
}
#disclaimerModal h4 {
  color: white;
}
#disclaimerModal button {
  background-color: #428bca;
}
#disclaimerModal .modal-boundary {
  margin: 15px 15px 15px 15px;
  border: 1px solid white;
  border-radius: 5px;
}
#disclaimerModal .modal-header {
  text-align: center;
  min-height: 16.42857143px;
  padding: 15px 15px 0px 15px;
  border-bottom: 0px;
}
#disclaimerModal .modal-body {
  padding: 15px 15px 0px 15px;
}
#disclaimerModal .modal-footer {
  padding: 15px 15px 15px 15px;
  text-align: right;
  border-top: 0px;
}
.content-container {
  border: 2px solid;
  border-color: #005296;
  margin-top: 5px;
  padding: 15px;
}
.content-container a p {
  color: #000000;
}
.content-container a:hover {
  text-decoration: none;
}
.content-container-preview {
  border: 2px solid;
  border-color: #005296;
  margin-top: 5px;
  padding: 15px;
  background: -webkit-linear-gradient(#f2f2f2, #595959);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#f2f2f2, #595959);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#f2f2f2, #595959);
  /* For Firefox 3.6 to 15 */
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f2f2f2 , EndColorStr= #595959 );
  /* IE9 */
  background: linear-gradient(#f2f2f2, #595959);
  /* Standard syntax */
}
.content-container-preview a p {
  color: #000000;
}
.content-container-preview a:hover {
  text-decoration: none;
}
.content-container-filtered {
  border: 2px solid;
  border-color: #005296;
  margin-top: 5px;
  padding: 15px;
  background: -webkit-linear-gradient(#e5b9b8, #a44242);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e5b9b8, #a44242);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e5b9b8, #a44242);
  /* For Firefox 3.6 to 15 */
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #e5b9b8 , EndColorStr= #a44242 );
  /* IE9 */
  background: linear-gradient(#e5b9b8, #a44242);
  /* Standard syntax */
}
.content-container-filtered a p {
  color: #000000;
}
.content-container-filtered a:hover {
  text-decoration: none;
}
.content-container-exploring {
  border: 2px solid;
  border-color: #005296;
  margin-top: 5px;
  padding: 15px;
  background: -webkit-linear-gradient(#e5efff, #477bba);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e5efff, #477bba);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e5efff, #477bba);
  /* For Firefox 3.6 to 15 */
  /* Standard syntax */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #e5efff , EndColorStr= #477bba );
  /* IE9 */
  background: linear-gradient(#e5efff, #477bba);
  /* Standard syntax */
}
.content-container-exploring a p {
  color: #000000;
}
.content-container-exploring a:hover {
  text-decoration: none;
}
.content-container-top-buttons {
  margin-bottom: 20px;
}
.content-container-top-buttons button {
  background-color: #b8cbe3;
  border: none;
  border-radius: 5px;
}
.content-container-top-buttons button:hover {
  background-color: #93b0d5;
}
.content-container-bottom-buttons {
  margin-top: 20px;
}
.content-container-bottom-buttons button {
  background-color: #b8cbe3;
  border: none;
  border-radius: 5px;
}
.content-container-bottom-buttons button:hover {
  background-color: #93b0d5;
}
.content-container-item {
  width: 25%;
  margin-bottom: 20px;
}
.factsheets-header {
  border-bottom: 2px solid;
  border-color: #005296;
  background-color: #dce6f2;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
}
.factsheets-header h3 {
  color: #005296;
  font-weight: bold;
  font-style: italic;
}
.factsheets-header .secondary-color {
  color: #8a8a8a;
}
.factsheets-header .right-image {
  padding-left: 0px;
}
.leaflet-draw-toolbar a {
  background-image: url('/static/img/spritesheet.png?bb15d2ad2967') !important;
  background-repeat: no-repeat;
}
.leaflet-retina .leaflet-draw-toolbar a {
  background-image: url('/static/img/spritesheet-2x.png?bb15d2ad2967');
  background-size: 270px 30px;
}
.leaflet-control-google-labels {
  clear: none !important;
}
.leaflet-control-scale {
  opacity: 0.5;
  clear: none !important;
}
.leaflet-control-scale .leaflet-control-scale-line {
  border: 1px solid #777;
  border-top: none;
}
.leaflet-control-scale .leaflet-control-scale-line:not(:first-child) {
  border-top: 1px solid #777;
  border-bottom: none;
}
.leaflet-control-coordinates {
  position: absolute !important;
  bottom: 0;
  margin: 0% 0% 0% 50%;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 0px !important;
  min-width: 12.5em;
}
.leaflet-control-coordinates .label {
  color: #333333;
  font-weight: normal;
}
.scientific_name {
  font-style: italic;
}
.caption_scientific_name {
  font-weight: bold;
  margin-right: 0.2em;
}
.caption_geographical_origin {
  font-variant: small-caps;
  margin-right: 0.2em;
}
.caption_creator {
  font-style: italic;
  font-size: 8px;
}
.citation-popover {
  min-width: 600px;
}
.citation-paragraph {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
/*
    The only reason for this is to allow leaflet maps to be a certain
    width such that the entire world is visible but not repeated many times.
*/
@media (min-width: 1320px) {
  .container {
    width: 1320px;
  }
}
