/*
* Name: MnDOT MnCMAT Custom Boostrap CSS customizations
* Desc: This is the main custom SASS file which imports other files at compile-time (prefixed with "_")
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400i");
/* ---------------------------------------------------
    BASIC STYLES
----------------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  background: #E7E7E7;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
  height: 100%; }

.text-primary {
  color: #363636 !important; }

.padd-section {
  padding: 90px 0; }

.onepage-home {
  padding-top: 60px; }

p.lead {
  font-weight: 400; }

i {
  display: inline-block; }

.fs-1x {
  font-size: 1rem !important; }

.fs20 {
  font-size: 20px !important; }

/* Enable custom submit button styling in Safari mobile */
input[type='submit'] {
  -webkit-appearance: none; }

label {
  font-weight: 800;
  color: #000; }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #363636; }

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #363636; }

p, blockquote {
  line-height: 23px; }

blockquote {
  font-style: italic; }

iframe, fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.responsive-video {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 50.25%; }

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.overflow-hidden {
  overflow-x: hidden; }

/* ---------------------------------------------------
    FORMS STYLES
----------------------------------------------------- */
.form-box {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px #999;
  -moz-box-shadow: 0px 1px 2px #999;
  -ms-box-shadow: 0px 1px 2px #999;
  box-shadow: 0px 1px 2px #999; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  min-height: 44px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  background: #FFF;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border: 1px solid #b3b3b3;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.btn-primary {
  background-color: #3A5C83 !important; }

.btn-primary.selected {
  background-color: #4b812c !important; }

/* override bootstrap */
.form-control-sm {
  min-height: 0px !important; }

.modal-header {
  padding: 0.75rem 1rem; }

.modal-title {
  line-height: 1.8; }

.color-picker button::after {
  content: none; }

/* ---------------------------------------------------
    TYPOGRAPHY STYLES
----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #333; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px; }

h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px; }

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 8px; }

h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px; }

h5 {
  font-size: 17px;
  line-height: 24px; }

h6 {
  font-size: 14px;
  line-height: 21px; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

.no-margin {
  margin: 0 !important; }

h4.heading-mini {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px; }

h3.heading-sec {
  font-weight: 600;
  display: block;
  margin-bottom: 40px;
  color: #000;
  font-size: 29px;
  text-transform: uppercase;
  text-align: center; }

h3.subtitle {
  font-weight: 300;
  font-size: 22px;
  color: #6B6A6A;
  font-style: normal;
  font-family: "Open Sans", sans-serif; }

.header-main {
  width: 100%; }

.help-block {
  margin: 0px; }
  .help-block ul {
    list-style: none;
    padding: 0px; }
    .help-block ul li {
      background-color: #843534;
      color: #fff;
      font-size: 13px;
      padding: 3px 10px;
      margin-top: 5px; }

/* ---------------------------------------------------
    COMMON CLASSES
----------------------------------------------------- */
.rotate-90 {
  transform: rotate(90deg); }

.rotate-180 {
  transform: rotate(180deg); }

.rotate-270 {
  transform: rotate(270deg); }

/* ---------------------------------------------------
    OVERRIDE CONTROL STYLES
----------------------------------------------------- */
.noUi-target {
  margin-top: 20px; }

.noUi-tooltip {
  padding: 0 5px 0 5px;
  line-height: 20px; }

/* ---------------------------------------------------
    side-bar STYLES
----------------------------------------------------- */
#wrapper {
  display: flex;
  overflow: hidden; }

#wrapper div.cust-column:nth-child(2) {
  z-index: 8; }

#wrapper-popout {
  display: block;
  height: calc(100% - 60px); }

#wrapper-popout #sub-header-tool-container {
  width: calc(100% - 70px); }

#wrapper-popout #data-view > div {
  display: block !important; }

.view-container > .view-canvas {
  display: block; }

.view-container > .view-canvas.phone-mode {
  display: none; }

.view-container.phone-mode > .view-canvas {
  display: none; }

.view-container.phone-mode > .view-canvas.phone-mode {
  display: block; }

.view-header > .view-toolbar,
.view-container > .view-canvas {
  display: block; }

.view-header > .view-toolbar.popout,
.view-container > .view-canvas.popout {
  display: none; }

.view-header.popped > .view-toolbar,
.view-container.popped > .view-canvas {
  display: none; }

.view-header.popped > .view-toolbar.popout,
.view-container.popped > .view-canvas.popout {
  display: block; }

.view-container > #chart-view-canvas {
  display: flex; }

.view-container.popped > #chart-view-canvas {
  display: none; }

.navbar .container-fluid {
  padding-right: 0;
  padding-left: 0; }

#side-bar {
  min-width: 150px;
  max-width: 150px;
  background: #003660;
  color: #fff;
  transition: all 0.3s;
  min-height: calc(100vh - 60px);
  z-index: 9; }

#side-bar-collapse {
  width: 50px; }

#side-bar.active {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
  /* When sidebar is active, reverse the chevron */ }
  #side-bar.active #side-bar-collapse {
    transform: scaleX(-1); }

#side-bar ul li a {
  text-align: left; }

#side-bar.active ul li a {
  padding: 20px 5px;
  text-align: center;
  font-size: 0.85em;
  transition: 0.2s all; }

#side-bar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px; }

#side-bar.active ul ul a {
  padding: 10px !important; }

/*#side-bar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}*/
#side-bar.active ul > li > a > span {
  display: none; }

#side-bar .side-bar-button-header {
  text-align: right;
  height: 40px; }
  #side-bar .side-bar-button-header svg {
    height: 24px; }

#side-bar ul.components {
  padding: 20px 0; }

#side-bar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  transition: 0.2s all; }

#side-bar ul li a:hover {
  color: #fff;
  background: #4b812c; }

#side-bar ul li a i {
  margin-right: 10px; }

#side-bar ul > li > a > span {
  display: inline; }

#side-bar ul li > a {
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 6px solid #003660; }

#side-bar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 6px solid #ffffff; }

a[data-toggle="collapse"] {
  position: relative; }

/*.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}*/
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc; }

/* ---------------------------------------------------
    sub-header STYLE
----------------------------------------------------- */
#sub-header {
  position: relative;
  background: #00579A;
  padding: 0.5em 0 0.5em 0;
  height: 44px;
  /*a.nav-link {
        display: inline;
        font-size: 16px;
        padding: .3em .5em .5em .5em;
    }*/
  /*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: $primary-bg-color;
    }*/ }
  #sub-header a {
    color: #ffffff; }
  #sub-header .nav-item {
    display: block;
    margin-right: 4px; }
  #sub-header a.nav-link {
    display: inline;
    font-size: 16px;
    padding: 4px 8px 12px 8px;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #003660;
    color: #fff;
    font-weight: 600;
    background-color: #003660; }
  #sub-header a.nav-link > span {
    vertical-align: middle; }
  #sub-header .nav-pills .nav-link.active, #sub-header .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4b812c; }
  #sub-header .nav-pills .nav-link:hover, #sub-header .nav-pills .show > .nav-link:hover {
    color: #fff;
    background-color: #4b812c; }
  #sub-header select {
    min-height: 0 !important;
    padding: 0.2em 0.375em 0.2em 0.375em;
    border-radius: 2px; }
  #sub-header .sub-header-count {
    /*display: inline-block;
        margin-left: 15px;*/
    height: 32px;
    display: block;
    width: 70px;
    text-align: right;
    overflow: hidden; }
  #sub-header .sub-header-count .crash-count-label {
    font-size: 10px;
    line-height: 12px;
    color: #ccc; }
  #sub-header .sub-header-count .crash-count {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #fff; }

#sub-header-tool-container {
  width: calc(100% - 370px); }

#desktop-sub-header-tabs {
  width: 300px; }

#map-view-visualization-group {
  margin-top: -2px; }

#map-view-visualization {
  font-size: 16px; }

#map-view-visualization-config svg {
  height: 22px;
  width: 22px;
  fill: #fff; }

/* ---------------------------------------------------
    middle-bar STYLES
----------------------------------------------------- */
#middle-bar {
  display: none;
  min-height: calc(100vh - 60px);
  max-height: calc(100vh - 60px) !important;
  width: 100%; }

#middle-bar.expanded {
  min-width: 300px;
  max-width: 300px;
  background: white;
  transition: all 0.5s;
  display: block;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3); }
  #middle-bar.expanded svg#push-pin-icon {
    transform: rotate(0deg); }

#middle-bar-content {
  height: calc(100vh - 104px);
  width: 100%;
  padding: 0; }

#middle-bar.expanded.pinned {
  box-shadow: none;
  border-right: 1px solid #777; }
  #middle-bar.expanded.pinned svg#push-pin-icon {
    transform: rotate(-45deg); }

.middle-bar-header {
  height: 44px;
  position: relative;
  text-align: center;
  /*border-bottom: 1px solid $graycolor;*/
  margin-top: 0;
  /*padding-top: 0.5em;*/
  padding: 0.5em 1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd; }
  .middle-bar-header h5 {
    font-size: 17px;
    line-height: 17px;
    margin-top: 7px;
    font-weight: 500;
    color: #333;
    opacity: 1 !important; }
  .middle-bar-header button#pin-middle-bar {
    position: absolute;
    top: 0em;
    right: -0.5em; }
  .middle-bar-header button#close-middle-bar {
    position: absolute;
    top: 0em;
    left: -0.5em; }
  .middle-bar-header button > svg {
    fill: #333;
    height: 24px;
    width: 24px; }

#push-pin-icon.rotated {
  transform: rotate(-45deg); }

/* ---------------------------------------------------
    CONTENT STYLES
----------------------------------------------------- */
#content {
  /*width: 100%;*/
  width: calc(100vw - 150px);
  padding: 0px;
  height: calc(100vh - 60px);
  transition: all 0.3s;
  z-index: 0; }

#side-bar + #middle-bar.expanded.pinned + #content {
  width: calc(100vw - 450px); }

#side-bar.active + #middle-bar.expanded.pinned + #content {
  width: calc(100vw - 340px); }

#content.fixed-narrow {
  position: fixed;
  left: 150px;
  width: calc(100vw - 150px);
  transition: none; }

#content.fixed-wide {
  position: fixed;
  left: 40px;
  width: calc(100vw - 40px);
  transition: none; }

/* ---------------------------------------------------
    DATAVIEW
----------------------------------------------------- */
#map-view {
  position: relative;
  height: 100%;
  width: 100%; }

#data-view {
  height: calc(100% - 44px); }

#mobile-sub-header-tabs {
  display: none; }

/* ---------------------------------------------------
    MODAL
----------------------------------------------------- */
.modal {
  max-height: 100% !important; }

.modal-dialog {
  max-height: 80vh !important; }

.modal-content {
  max-height: 100% !important; }

.modal-body {
  overflow-y: auto;
  max-height: calc(100% - 116px); }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #side-bar {
    min-width: 40px;
    max-width: 40px;
    text-align: center; }
  /*.dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }*/
  #side-bar.active {
    margin-left: 0 !important; }
  #side-bar ul > li > a > span {
    display: none; }
  #side-bar .side-bar-header h3 {
    display: none; }
  #side-bar .side-bar-header strong {
    display: block; }
  #side-bar ul li a {
    padding: 20px 5px; }
  #side-bar ul li a span {
    font-size: 0.85em; }
  #side-bar ul li a i {
    margin-right: 0;
    display: block; }
  #side-bar ul ul a {
    padding: 10px !important; }
  #side-bar ul li a i {
    font-size: 1.3em; }
  #side-bar {
    margin-left: 0; }
  #side-bar-ollapse span {
    display: none; }
  #side-bar .side-bar-button-header {
    display: none; }
  #sub-header .nav {
    justify-content: flex-start !important;
    margin-left: 0.5em; }
  #sub-header .nav-item {
    display: block;
    margin-right: 0.5em; }
  #sub-header .nav-item a span {
    display: none; }
  #sub-header > div.container-fluid > div.row > div.col:nth-child(2) {
    width: 85% !important;
    padding: 0; }
  #sub-header > div.container-fluid > div.row > div.col:nth-child(2) ul li img {
    height: 22px;
    width: 22px; }
  #content.fixed-wide {
    position: fixed;
    left: 40px;
    width: calc(100vw - 40px);
    transition: none; }
  #data-view {
    height: calc(100% - 88px); }
  #sub-header-tool-container {
    width: calc(100% - 70px); }
  /* Hide the desktopsub-headerTabs/show the mobile tabs at footer */
  #desktop-sub-header-tabs {
    display: none; }
  #mobile-sub-header-tabs {
    display: block;
    position: absolute;
    bottom: 0;
    background: #00579A;
    padding: 0 0 0 0;
    height: 44px;
    width: calc(100vw - 40px); }
    #mobile-sub-header-tabs ul {
      justify-content: center !important; }
    #mobile-sub-header-tabs .nav-link {
      padding: .35rem 1rem; }
      #mobile-sub-header-tabs .nav-link span {
        display: none; }
  #pin-middle-bar {
    display: none; }
  /* Override bootstrap modal styles in mobile layout */
  .modal {
    margin: 0 !important;
    height: 100% !important;
    max-height: 100% !important; }
  .modal-dialog {
    margin: 0 !important;
    width: calc(100vw) !important;
    height: 100% !important;
    max-height: 100% !important; }
  .modal-content {
    margin: 0 !important;
    width: calc(100vw) !important;
    height: 100% !important; } }

/* ---------------------------------------------------
    HEADER STYLES
----------------------------------------------------- */
header nav {
  height: 60px;
  background-color: #003660; }

header a {
  color: white; }

header a:hover {
  color: #939DA5; }

header .btn-link {
  font-weight: 400;
  color: white;
  text-decoration: none;
  font-size: 14px; }

header .btn-link:hover {
  color: #939DA5; }

header .dropdown-item {
  font-size: 85%; }

header a.navbar-brand {
  padding-bottom: 0 !important; }

.header-top {
  height: 60px;
  background-color: #003660;
  background-image: url(../img/header-image-construction-2.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  overflow: hidden;
  margin: 0; }
  .header-top img {
    background-color: #003660;
    position: relative;
    top: 12px;
    left: 1.5em; }

h1.navbar-brand, h1.navbar-brand-small {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 0;
  margin-left: 1.5rem;
  margin-right: 1rem;
  font-size: 28px;
  line-height: inherit;
  white-space: nowrap;
  color: white;
  vertical-align: top;
  font-weight: 600;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  letter-spacing: 2px; }

h1.navbar-brand-small {
  font-size: 21px; }

.accent-border-bottom {
  border-bottom: 1px solid #000F1B; }

/* user, help icon styles */
.btn-header {
  border: 1px solid white;
  padding: 2px;
  border-radius: 0.3em;
  background-color: #003660; }

a.btn-header[aria-expanded="true"] {
  border-left: 1px solid white !important;
  transition: all 2s; }

a.btn-header:focus {
  box-shadow: 0 !important; }

/* Help menu styles */
.dropdown-item:hover {
  background-color: transparent; }

.help-menu-item-container {
  padding-left: 0.5rem; }
  .help-menu-item-container a {
    padding: 0 .25em 0 2.25rem; }

#tooltip-menu-item-label {
  font-size: 85%;
  /* display: block; */
  /* width: 100%; */
  padding: 0rem 0.5rem 0 0;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.tooltip-menu-item-label::before {
  padding-left: 1.5rem; }

/* Toggle logo size based on device - media query */
#mndot-logo-full {
  display: block; }

#mndot-logo-simple {
  display: none;
  max-height: 26px; }

#mndot-logo-full-width {
  display: block;
  max-width: 310px;
  max-width: 310px; }

@media (max-width: 768px) {
  #mndot-logo-full-main {
    display: none; }
  #mndot-logo-simple {
    display: block; }
  h1.navbar-brand, h1.navbar-brand-small {
    margin-left: 1rem; } }

/* ---------------------------------------------------
    FOOTER STYLES
----------------------------------------------------- */
footer {
  background-color: #343741;
  color: #fff;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.7em; }

/* Styles for the login page, which uses a minimal, centered layout */
/* ---------------------------------------------------
    LOGIN SCREEN STYLES
----------------------------------------------------- */
body.bare {
  background-image: linear-gradient(to bottom, #003660, #09446f); }

.container {
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto; }

.form-outer {
  display: table-cell;
  vertical-align: middle;
  min-height: 100vh;
  max-width: 300px;
  padding: 20px 0;
  position: relative; }
  .form-outer .form-inner {
    max-width: 310px;
    width: 310px;
    position: relative;
    margin: 0 auto; }
  .form-outer label {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px; }
  .form-outer label.remember-me {
    color: #fff;
    font-size: 14px; }
  .form-outer .validation-summary-errors {
    padding: 5px;
    border: 1px solid #72bf44;
    border-radius: 3px;
    margin-bottom: 0.5em; }
    .form-outer .validation-summary-errors ul {
      list-style-type: none;
      padding-inline-start: 0; }
      .form-outer .validation-summary-errors ul li {
        margin: 0;
        color: #fff; }
  .form-outer a {
    color: white; }
  .form-outer a:hover {
    color: lightgray; }

#browserupgrade {
  font-size: 16px;
  display: block;
  background-color: #AE0602;
  border: 1px solid #26282A;
  border-radius: 8px;
  color: #fff;
  padding: 0.25em;
  margin-bottom: 15px; }

#browserupgrade a {
  color: #72bf45; }

#browserupgrade svg {
  fill: #fff;
  height: 30px;
  width: 30px; }

/* Styles for the no browser support page, which uses a minimal, centered layout */
/* ---------------------------------------------------
    NO BROWSER SUPPORT STYLES
----------------------------------------------------- */
.no-support-page {
  width: 100%;
  background-image: linear-gradient(to bottom, #003660, #09446f);
  min-height: auto;
  padding-bottom: 0; }
  .no-support-page .form-outer {
    min-height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative; }
  .no-support-page section {
    background-color: white;
    border: 1px solid #09446f;
    border-radius: 5px;
    margin-top: 1.5em;
    padding: 1em; }

/* ---------------------------------------------------
    MAP STYLES
----------------------------------------------------- */
/*.map-container {
    position: fixed;
}*/
#map-view-canvas,
.map-container {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%; }

.map-toolbar,
.map-search {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 15px;
  left: 15px; }

.map-search {
  left: 55px; }

#map-intersection-mode, #map-route-mode, #map-stack-alert, #map-crashrate-alert {
  position: absolute;
  bottom: 0px;
  pointer-events: none; }

#map-basemap-toggle.selected ~ #map-intersection-mode, #map-basemap-toggle.selected ~ #map-route-mode, #map-basemap-toggle.selected ~ #map-stack-alert, #map-basemap-toggle.selected ~ #map-crashrate-alert {
  bottom: 153px; }

#map-intersection-mode > .alert,
#map-route-mode > .alert,
#map-stack-alert > .alert,
#map-crashrate-alert > .alert {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
  pointer-events: auto; }

.map-charts-container {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 20px 35px 0 0;
  pointer-events: none; }

.map-charts-container.overview-visible {
  top: 200px; }

.map-overview-container, .map-overview-toggle {
  position: absolute;
  top: 0;
  right: 0; }

.map-overview-container {
  display: none;
  padding: 0;
  margin: 0;
  height: 200px;
  width: 300px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3); }

#map-overview-canvas {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

#map-overview-extent {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2; }

.map-overview-container.visible {
  display: block; }

.map-overview-toggle {
  height: 24px;
  width: 24px;
  border: 1px solid #ccc;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.65);
  cursor: pointer; }

.map-overview-toggle > svg {
  margin: -5px 0 0 2px;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(224deg);
  transform: rotate(224deg); }

.map-overview-toggle.selected > svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.alert-icon > svg {
  height: 32px;
  width: 32px;
  margin-left: -10px;
  margin-right: 5px; }

.alert-primary > .alert-icon > svg {
  fill: #004085; }

.alert-secondary > .alert-icon > svg {
  fill: #383d41; }

.alert-success > .alert-icon > svg {
  fill: #155724; }

.alert-danger > .alert-icon > svg {
  fill: #721c24; }

.alert-warning > .alert-icon > svg {
  fill: #856404; }

.alert-info > .alert-icon > svg {
  fill: #0c5460; }

.alert-light > .alert-icon > svg {
  fill: #818182; }

.alert-dark > .alert-icon > svg {
  fill: #1b1e21; }

.btn-map-tool {
  background-color: #fff; }

.btn-map-tool,
.btn-map-tool:hover {
  border-color: #888; }

.btn-group-map {
  margin-bottom: 15px;
  vertical-align: top; }

.btn-map-search > svg,
.btn-map-tool > svg {
  height: 22px;
  width: 22px;
  margin: -6px -4px -4px -4px;
  fill: #444; }

.btn-map-tool.selected {
  background-color: #08f; }

.btn-map-tool.selected > svg {
  fill: #fff; }

.map-toolbar-float {
  display: none;
  margin-left: -5px;
  padding-bottom: 15px;
  vertical-align: top; }

.map-toolbar-float button {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.map-select.active {
  display: none; }

.btn-group-separator {
  background-color: #f8f9fa; }

.color-swatch {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  box-sizing: border-box;
  margin: 0; }

.color-swatch:nth-child(n+2) {
  margin-left: 4px; }

.color-picker .dropdown-menu li {
  padding: 0;
  margin: 0;
  white-space: nowrap; }

.color-picker .dropdown-menu {
  padding: 4px 4px 0 4px;
  line-height: 24px;
  overflow: hidden; }

.toggle-arrow {
  width: 30px; }

.toggle-arrow-180 > svg {
  transform: rotate(180deg); }

.toast {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #72bf44; }

.toast-body {
  font-size: 20px;
  color: #fff; }

/* Tool Tips */
.tool-tip {
  position: absolute;
  color: #333;
  padding: 5px;
  line-height: 18px;
  width: 240px;
  height: 100px;
  background: #fff;
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.arrow-top:after, .arrow-top:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.arrow-top:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000000;
  border-width: 11px;
  margin-left: -11px; }

.arrow-right:after, .arrow-right:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px; }

.arrow-right:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #000000;
  border-width: 11px;
  margin-top: -11px; }

.arrow-bottom:after, .arrow-bottom:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px; }

.arrow-bottom:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 11px;
  margin-left: -11px; }

.arrow-left:after, .arrow-left:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px; }

.arrow-left:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #000000;
  border-width: 11px;
  margin-top: -11px; }

/* Basemap Selector */
#map-basemap-toggle {
  position: absolute;
  left: 15px;
  bottom: 15px; }

#map-basemap-toggle.selected {
  bottom: 168px; }

#map-basemap-toggle + #map-basemap-selector {
  display: none; }

#map-basemap-toggle.selected + #map-basemap-selector {
  display: block; }

#map-basemap-selector {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 153px;
  opacity: 0.9;
  background: white;
  transition: all 0.5s;
  display: block;
  border-top: 1px solid #777;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.3);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 10px 0 10px 10px; }

.basemap-selector-item {
  position: relative;
  height: 100%;
  width: 200px;
  background-color: #fff;
  opacity: 1;
  display: inline-block;
  border: 1px solid #777;
  margin-right: 10px;
  white-space: normal;
  overflow: hidden;
  cursor: pointer; }

.basemap-selector-item.selected {
  box-shadow: 0 0 5px 5px rgba(114, 191, 68, 0.8); }

.basemap-selector-label {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

/* ---------------------------------------------------
    Workspace modal STYLES
----------------------------------------------------- */
#workspace-create-map, #workspace-create-list {
  height: 400px;
  border: 1px solid #ccc; }

#workspace-create-list {
  overflow-y: auto; }
  #workspace-create-list div:hover {
    background-color: #c5e5b3;
    color: black; }
  #workspace-create-list div.selected {
    background-color: #72bf45;
    color: black; }

#workspace-create .modal-dialog {
  width: 700px;
  max-width: 700px; }

#workspace-create-selector button.selected {
  background-color: #4b812c; }

#workspace-create-map {
  position: relative;
  background-color: #ddd; }

#workspace-create-map-tips {
  position: absolute;
  top: 0;
  right: 0;
  /*height: 24px;*/
  text-align: right;
  background-color: #fff;
  max-width: calc(50%);
  display: none; }

#workspace-open-list .card-header {
  cursor: pointer;
  max-height: 72px; }

#workspace-open-list .card-header h5 {
  max-width: 315px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#workspace-open-list .card-header .toggle-arrow {
  height: 36px; }

#workspace-open .modal-body {
  max-height: 600px;
  overflow: auto; }

.work_area_list_item {
  padding-left: 0.5em;
  cursor: pointer; }

/*.work_area_list_item:hover {
    background-color: $accent-bg-color;
    color: black;
}*/
#panel-workspace .lh-18 {
  line-height: 18px; }

#panel-workspace .lh-18 {
  line-height: 18px; }

.recent-date {
  margin-top: -8px; }

/* ---------------------------------------------------
    FILTER PANEL
----------------------------------------------------- */
#panel-filters {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0; }

#panel-filters-container {
  position: absolute;
  display: flex;
  width: 600px;
  height: 100%;
  left: 0;
  transition: 0.5s;
  padding: 0; }

#panel-filters-container.slide {
  left: -300px;
  transition: 0.5s; }

.datepicker {
  padding: 8px; }

.datepicker td {
  padding: 4px; }

.panel-filters-view {
  display: inline-block;
  width: 300px;
  height: 100%;
  overflow-y: hidden; }

#panel-filters-list:last-child {
  border-left: 1px solid #777; }

#panel-filters-list {
  height: calc(100% - 54px);
  overflow-y: auto; }

.filter-list-item {
  padding-left: 0.5em;
  cursor: pointer; }

.filter-list-item:hover {
  background-color: #c5e5b3;
  color: black; }

.filter-list-item.active {
  color: #333;
  font-weight: 600; }

.filter-list-item .filter-details {
  margin-right: 0.5em; }

.filter-list-item .filter-details button {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
  margin-top: -1px; }

.filter-badge {
  margin-left: 0.5em;
  background-color: #72bf45;
  margin-top: -1px; }

#panel-filters-select-list input[type=checkbox],
#panel-filters-select-list input[type=radio] {
  height: 16px;
  width: 16px;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-top: -3px; }

#filter-list-options-header {
  height: 32px;
  padding-left: 0.5em;
  border-bottom: 1px solid #ddd; }

#filter-list-options-header span.filter-label {
  padding-top: 2px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle; }

#filter-options-range {
  padding: 2px 0.5em 0 0;
  font-size: 14px; }

.filter-inputs {
  padding: 15px; }

.filter-options-content {
  height: calc(100% - 86px);
  overflow-y: auto; }

#filter-list-action-button {
  margin: 0.5em;
  margin-top: 1em;
  max-width: calc(100% - 1em); }

#filter-list-option-buttons, #filter-list-container-buttons {
  height: 54px;
  border-top: 1px solid #ddd;
  background-color: #f7f7f7; }

.filter-list-option-group, .filter-list-group {
  padding-left: 0.4em;
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.filter-list-option {
  padding-left: 0.5em; }

.filter-list-option > label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.filter-list-option.not-in > label {
  font-weight: bold; }

/* ---------------------------------------------------
    REPORT PANEL
----------------------------------------------------- */
#panel-reports {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0; }

#panel-reports-container {
  position: absolute;
  display: flex;
  width: 600px;
  height: 100%;
  left: 0;
  transition: 0.5s;
  padding: 0; }

#panel-reports-container.slide {
  left: -300px;
  transition: 0.5s; }

#panel-report-select-header {
  height: 32px;
  padding-left: 0.5em;
  border-bottom: 1px solid #ddd; }

#panel-report-select-header label {
  padding-top: 2px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle; }

.report-select-content {
  height: calc(100% - 86px);
  overflow-y: auto; }

#panel-report-select-buttons {
  height: 54px;
  border-top: 1px solid #ddd;
  background-color: #f7f7f7; }

#panel-report-select-ints-search-type > button.selected {
  background-color: #4b812c; }

.panel-reports-view {
  display: inline-block;
  width: 300px;
  height: 100%;
  overflow-y: auto; }

.report-list-item {
  padding: 0.5em;
  color: #333;
  font-weight: 600; }

#chart-view {
  height: 100%;
  width: 100%;
  overflow-y: auto; }

#sub-header-charts button > svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  margin: -3px;
  vertical-align: middle;
  margin: -2px -3px 0 -3px; }

#chart-add-edit .modal-dialog {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  max-width: 1200px;
  max-height: 900px;
  z-index: 1000; }

#chart-add-edit .modal-content {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%; }

#chart-add-edit .modal-body {
  padding: 0; }

#chart-add-edit-chart-title {
  max-width: calc(100% - 30px);
  width: 400px; }

#chart-list {
  margin: -5px 0; }

.chart-add-edit-header {
  height: 60px;
  max-height: 60px;
  padding-top: 15px; }

.chart-add-edit-canvas-parent {
  height: calc(100% - 120px);
  width: 100%;
  padding: 15px;
  background: #fff; }

.chart-add-edit-canvas {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff; }

.chart-add-edit-footer {
  height: 60px;
  max-height: 60px;
  padding-bottom: 15px; }

#chart-add-edit-footer-type button.selected {
  background-color: #4b812c; }

#chart-add-edit-footer-type button > svg {
  fill: #fff;
  width: 20px;
  height: 20px; }

.chart-widget {
  position: relative;
  height: 400px;
  width: 400px;
  max-width: 400px;
  min-width: 400px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  cursor: pointer; }

.chart-widget-title {
  position: absolute;
  top: 0;
  left: 0; }

/* Do not display show on map label when in popout */
#wrapper-popout .chart-widget-footer {
  display: none; }

.chart-widget-footer {
  position: absolute;
  top: 0;
  right: 30px; }

.chart-widget-footer > label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.chart-widget-footer > label > input[type=checkbox] {
  height: 16px;
  width: 16px;
  margin-right: 0.5em;
  vertical-align: middle;
  margin-top: -3px; }

.chart-widget-remove {
  position: absolute;
  top: 0;
  right: 0; }

.chart-widget-remove > svg {
  width: 24px;
  height: 24px;
  cursor: pointer; }

.chart-widget-canvas {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px); }

.chart-thumbnail {
  position: relative;
  height: 180px;
  width: 180px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border-width: 0;
  cursor: pointer;
  pointer-events: all;
  padding: 5px;
  margin-bottom: 5px; }

.chart-thumbnail-title {
  position: absolute;
  color: #fff;
  font-size: 13px;
  top: 1px;
  left: 8px;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.chart-thumbnail-remove {
  position: absolute;
  top: 0;
  right: 3px; }

.chart-thumbnail-remove > svg {
  width: 22px;
  height: 22px;
  cursor: pointer; }

.chart-thumbnail-canvas {
  position: absolute;
  top: 25px;
  width: 170px;
  height: 145px; }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  /* Potential fix for mobile chart height? */
  .chart-add-edit-canvas {
    min-height: calc(100vh - 370px) !important;
    width: 100%;
    padding: 15px; }
  .chart-widget {
    min-width: 300px; } }

#table-view {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

#table-view-canvas, #card-view-canvas {
  height: 100%;
  width: 100%;
  overflow: auto; }

#card-view-canvas {
  background-color: #red; }

#table-view table {
  table-layout: fixed; }

#table-view table td {
  overflow: hidden; }

#table-view-record-count {
  color: #fff;
  padding: 3px;
  vertical-align: middle; }

#sub-header-table button > span {
  display: inline; }

#sub-header-table.icon-only-labels-nav button.table-nav-button > span {
  display: none; }

#sub-header-table.icon-only-labels-action button.table-action-button > span {
  display: none; }

#sub-header-table button > svg, #card-view-show-map > svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  margin: -3px;
  vertical-align: middle;
  margin: -2px -3px 0 -3px; }

.dg-header {
  position: fixed;
  height: 53px;
  margin: 0;
  background-color: #fff; }

.dg-push {
  height: 53px; }

.dg-row {
  background-color: #fff; }

/* Attempt to fix layout issue on select IE */
.dg-row.fix_layout:not(.selected) {
  margin: 0;
  padding: 0;
  background-color: #fff; }

.dg-row:hover {
  background-color: #c5e5b3; }

.dg-row.selected {
  background-color: #72bf45; }

#table-view th .sort-button {
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("../img/icons/glyphicons-basic-471-sort.svg");
  background-size: 18px 18px;
  opacity: 0.1;
  cursor: pointer;
  vertical-align: middle;
  margin-right: -5px; }

#table-view th .sort-button:hover {
  opacity: 1; }

#table-view th.sort-asc .sort-button {
  background-image: url("../img/icons/glyphicons-basic-212-arrow-up.svg");
  opacity: 1; }

#table-view th.sort-desc .sort-button {
  background-image: url("../img/icons/glyphicons-basic-211-arrow-down.svg");
  opacity: 1; }

#table-view th, #table-view td {
  white-space: nowrap; }

/* MODALS */
#sketch-narrative-open .modal-dialog {
  /*width: calc(100% - 60px);
    height: calc(100% - 60px);*/
  width: 840px;
  max-width: 100%;
  /*max-height: 900px;*/
  z-index: 1000; }

#myTabContent {
  height: 600px;
  max-height: 60vh;
  width: 100%;
  /*max-width: 80vw;*/
  overflow-y: auto; }

/*#sketch-narrative-open .modal-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}*/
#sketch-narrative-open pre {
  word-wrap: break-word;
  white-space: pre-wrap; }

#sketch-narrative-open .tab-pane {
  overflow: auto;
  height: 100%;
  width: 100%; }

#sketch-narrative-open #sketch-image {
  max-width: inherit;
  max-height: inherit;
  height: inherit;
  width: inherit;
  object-fit: cover; }

.twitter-typeahead {
  width: 100%; }

.tt-menu {
  text-align: left;
  width: 100%; }

.tt-hint {
  color: #999; }

.tt-menu {
  color: #555;
  margin: 2px 0;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075); }

.tt-suggestion {
  padding: 3px 12px;
  line-height: 24px; }

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf; }

.tt-suggestion p {
  margin: 0; }

.tt-suggestion .tt-highlight {
  color: #111; }

.tt-suggestion:hover .tt-highlight {
  color: #fff; }

#panel-diagrams-search-type > button.selected {
  background-color: #4b812c; }

#find-dialog .modal-body {
  margin: 0;
  padding: 0; }

#find-dialog .card {
  height: 100%; }

#find-dialog .card-body {
  min-height: 500px; }

/*#find-menu button::after { 
    content: none;
}*/
#find-menu button .caret {
  position: absolute;
  right: 0px;
  top: 10px; }

#find-dialog select option {
  height: 100px; }

#find-dialog-intersection-list {
  overflow: hidden;
  min-height: 300px; }

/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */
/* Generic registration page content */
.register-content {
  margin-top: 1.5em; }

fieldset.registration {
  margin-bottom: 3em; }
  fieldset.registration hr {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }

/* SmartWizard Basic CSS */
.sw-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 0.25rem !important; }

.sw-main .sw-container {
  display: block;
  margin: 0;
  padding: 0;
  position: relative; }

.sw-main .step-content {
  display: none;
  position: relative;
  margin: 0; }

.sw-main .sw-toolbar {
  margin-left: 0; }

/* SmartWizard Theme: White */
.sw-theme-default {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }

.sw-theme-default .sw-container {
  min-height: 250px; }

.sw-theme-default .step-content {
  padding: 10px;
  border: 0px solid #D4D4D4;
  background-color: #FFF;
  text-align: left; }

.sw-theme-default .sw-toolbar {
  background: #f9f9f9;
  border-radius: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  padding: 10px;
  margin-bottom: 0 !important; }

.sw-theme-default .sw-toolbar-top {
  border-bottom-color: #ddd !important; }

.sw-theme-default .sw-toolbar-bottom {
  border-top-color: #ddd !important; }

.sw-theme-default > ul.step-anchor > li {
  position: relative;
  margin-right: 2px;
  font-size: 130%; }

.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
  border: none !important;
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: transparent !important;
  border: none !important;
  cursor: not-allowed; }

.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
  color: #003660 !important;
  background: transparent !important;
  cursor: pointer; }

.sw-theme-default > ul.step-anchor > li > a::after {
  content: "";
  background: #003660;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.sw-theme-default > ul.step-anchor > li.active > a {
  border: none !important;
  color: #003660 !important;
  background: transparent !important;
  cursor: pointer; }

.sw-theme-default > ul.step-anchor > li.active > a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.sw-theme-default > ul.step-anchor > li.done > a {
  border: none !important;
  color: #000 !important;
  background: transparent !important;
  cursor: pointer; }

.sw-theme-default > ul.step-anchor > li.done > a::after {
  background: #4b812c;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.sw-theme-default > ul.step-anchor > li.danger > a {
  border: none !important;
  color: #d9534f !important;
  /* background: #d9534f !important; */
  cursor: pointer; }

.sw-theme-default > ul.step-anchor > li.danger > a::after {
  background: #d9534f;
  border-left-color: #f8d7da;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
  color: #eee !important;
  cursor: not-allowed; }

/* Responsive CSS */
@media screen and (max-width: 768px) {
  .sw-theme-default > .nav-tabs > li {
    float: none !important; } }

/* Common Loader */
.sw-loading::after {
  position: absolute;
  display: block;
  opacity: 1;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 2; }

.sw-loading::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ---------------------------------------------------
    Admin application STYLES
----------------------------------------------------- */
ul.admin-menu li > a {
  color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 0 !important; }

#user-table {
  font-size: 13px !important; }

.table .thead-dark th {
  font-size: 13px !important; }

.badge-larger {
  font-size: 110%; }

/* Task row styles */
.task-row-complete td {
  text-decoration: line-through;
  background-color: #4b812c; }

.task-row-active td {
  font-style: italic;
  background-color: #72bf45; }

.task-row-error td {
  font-weight: bold;
  background-color: #AE0602; }

.show-hide-task-table-btn {
  padding: 0 0.25rem 0 0.25em;
  margin-bottom: 0.25rem; }

/* Remove year collapse styles */
#remove-year-modal div.row {
  margin-left: 0 !important; }

/* CSS spinner styles */
.spinner {
  width: 250px;
  text-align: left; }

.spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tippy-tooltip.mndot-theme {
  background-color: #fffff2;
  color: #4f4d4d;
  text-align: center !important;
  border: 1px solid #4f4d4d;
  font-size: 85% !important;
  max-width: 200px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.tippy-tooltip.mndot-theme a {
  text-decoration: underline !important;
  color: #09446f !important;
  padding: 0 !important;
  font-size: 100% !important; }

.tippy-tooltip.mndot-theme a:hover {
  background: transparent !important; }

.tippy-tooltip.mndot-theme[data-placement^='top'] .tippy-arrow {
  border-top-color: #fffff2; }

.tippy-tooltip.mndot-theme[data-placement^='bottom'] .tippy-arrow {
  border-bottom-color: #fffff2; }

.tippy-tooltip.mndot-theme[data-placement^='left'] .tippy-arrow {
  border-left-color: #fffff2; }

.tippy-tooltip.mndot-theme[data-placement^='right'] .tippy-arrow {
  border-right-color: #fffff2; }

.tippy-tooltip.mndot-theme .tippy-arrow {
  margin-top: 1px !important; }

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent; }

/* ---------------------------------------------------
    IDENTIFY
----------------------------------------------------- */
.map-identify-header {
  height: 44px;
  border-start-start-radius: 5px;
  border-start-end-radius: 5px;
  position: relative;
  margin-top: 0;
  padding: 0.5em 1em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd; }
  .map-identify-header h5 {
    font-size: 17px;
    line-height: 17px;
    margin-top: 7px;
    font-weight: 500;
    color: #333;
    opacity: 1 !important; }
  .map-identify-header button > svg {
    fill: #333;
    height: 24px;
    width: 24px; }

.map-identify-content {
  height: calc(100% - 44px - 36px);
  overflow-y: auto;
  overflow-x: hidden; }

.map-identify-footer {
  height: 36px;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
  padding: 0.5em 1em;
  /*    font-size: 15px;
    line-height: 15px;*/
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  text-decoration: underline;
  cursor: pointer; }
