﻿@charset "UTF-8";
.bootstrap-tagsinput {
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: flex;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .badge {
  margin-right: 2px;
  color: #FFFFFF;
  background-color: #0275d8;
  padding: 5px 8px;
  border-radius: 3px;
  border: 1px solid #01649e;
}

.bootstrap-tagsinput .badge [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .badge [data-role=remove]:after {
  content: "×";
  padding: 0px 4px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 14px;
}

.bootstrap-tagsinput .badge [data-role=remove]:hover:after {
  background-color: rgba(0, 0, 0, 0.62);
}

.bootstrap-tagsinput .badge [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.badge:empty {
  display: none;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  color: #FFFFFF;
  background-color: #63778b;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #4e5e6d;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #10bbf3;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0a98c6;
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #63778b;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #4e5e6d;
}

.badge-success {
  color: #FFFFFF;
  background-color: #008a02;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #005701;
}

.badge-info {
  color: #FFFFFF;
  background-color: #117cab;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0c5a7d;
}

.badge-warning {
  color: #212529;
  background-color: #e1a931;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #c38e1c;
}

.badge-danger {
  color: #FFFFFF;
  background-color: #d53d39;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #b52a26;
}

.badge-light {
  color: #212529;
  background-color: #dee2e6;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #c1c9d0;
}

.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-black {
  color: #FFFFFF;
  background-color: #1d2124;
}

.badge-black[href]:focus, .badge-black[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #343a40;
}

.badge-navy {
  color: #FFFFFF;
  background-color: #142c52;
}

.badge-navy[href]:focus, .badge-navy[href]:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0a1629;
}

span.twitter-typeahead .tt-menu {
  cursor: pointer;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0275d8;
}

span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
  color: #818a91;
}

span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

span.twitter-typeahead {
  width: 100%;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
}

.input-group span.twitter-typeahead {
  display: block !important;
}

.input-group span.twitter-typeahead .tt-menu {
  top: 2.375rem !important;
}

.atlas_blue {
  color: #09246a;
}

.atlas_blue_background {
  background-color: #09246a;
}

.atlas_blue_background_bold_white14_font {
  background-color: #09246a !important;
  font-size: 14px;
  font-weight: bold !important;
  color: #FFFFFF;
}

.atlas_blue_background_white14_font {
  background-color: #09246a !important;
  font-size: 14px;
  color: #FFFFFF;
}

.atlas_red {
  color: #e22b3c;
}

.atlas_red_background {
  background-color: #e22b3c;
}

.atlas_red_background_bold_white14_font {
  background-color: #e22b3c !important;
  font-size: 14px;
  font-weight: bold !important;
  color: #FFFFFF;
}

.atlas_green {
  color: #086A4E;
}

.atlas_green_background {
  background-color: #086A4E;
}

.atlas_orange {
  color: #ffae1a;
}

.atlas_orange_background {
  background-color: #ffae1a;
}

.atlas_yellow {
  color: #ffff00;
}

.atlas_yellow_background {
  background-color: #ffff00;
}

.atlas_purple {
  color: #4B0082;
}

.atlas_purple_background {
  background-color: #4B0082;
}

.atlas_carolina_blue {
  color: #4B9CD3;
}

.atlas_carolina_blue_background {
  background-color: #4B9CD3;
}

.atlas_slate_grey {
  color: #708090;
}

.atlas_slate_grey_background {
  background-color: #708090;
}

.atlas_grey {
  color: #EEEEEE;
}

.atlas_grey_background {
  background-color: #EEEEEE;
}

div.card-icon [data-background-color=atlas_red] {
  background: #e22b3c;
  background-color: #e22b3c;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(226, 43, 60, 0.4);
}

.card [data-background-color=atlas_red] {
  background: #e22b3c;
  background-color: #e22b3c;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(226, 43, 60, 0.4);
}

div.card-icon [data-background-color=atlas_green] {
  background: #086A4E;
  background-color: #086A4E;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(8, 106, 78, 0.4);
}

.card [data-background-color=atlas_green] {
  background: #086A4E;
  background-color: #086A4E;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(8, 106, 78, 0.4);
}

div.card-icon [data-background-color=atlas_orange] {
  background: #ffae1a;
  background-color: #ffae1a;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(255, 174, 26, 0.4);
}

.card [data-background-color=atlas_orange] {
  background: #ffae1a;
  background-color: #ffae1a;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(255, 174, 26, 0.4);
}

div.card-icon [data-background-color=atlas_yellow] {
  background: #ffff00;
  background-color: #ffff00;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(255, 255, 0, 0.4);
}

.card [data-background-color=atlas_yellow] {
  background: #ffff00;
  background-color: #ffff00;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(255, 255, 0, 0.4);
}

div.card-icon [data-background-color=atlas_blue] {
  background: #09246a;
  background-color: #09246a;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(9, 36, 106, 0.4);
}

.card [data-background-color=atlas_blue] {
  background: #09246a;
  background-color: #09246a;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(9, 36, 106, 0.4);
}

div.card-icon [data-background-color=atlas_purple] {
  background: #4B0082;
  background-color: #4B0082;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(75, 0, 130, 0.4);
}

.card [data-background-color=atlas_purple] {
  background: #4B0082;
  background-color: #4B0082;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(75, 0, 130, 0.4);
}

div.card-icon [data-background-color=atlas_carolina_blue] {
  background: #4B9CD3;
  background-color: #4B9CD3;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(75, 156, 211, 0.4);
}

.card [data-background-color=atlas_carolina_blue] {
  background: #4B9CD3;
  background-color: #4B9CD3;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(75, 156, 211, 0.4);
}

div.card-icon [data-background-color=atlas_slate_grey] {
  background: #708090;
  background-color: #708090;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(112, 128, 144, 0.4);
}

.card [data-background-color=atlas_slate_grey] {
  background: #708090;
  background-color: #708090;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(112, 128, 144, 0.4);
}

div.card-icon [data-background-color=atlas_grey] {
  background: #EEEEEE;
  background-color: #EEEEEE;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(238, 238, 238, 0.4);
}

.card [data-background-color=atlas_grey] {
  background: #EEEEEE;
  background-color: #EEEEEE;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(238, 238, 238, 0.4);
}

.thumbnail {
  position: relative;
  float: left;
  padding: 5px;
  width: 50px;
  height: 50px;
  /*z-index: 0;*/
}

.thumbnail:hover {
  background-color: #e9e9e2;
  /*z-index: 50;*/
  color: #335500;
  text-decoration: none;
}

.thumbnail span {
  /*CSS for enlarged image*/
  position: absolute;
  background-color: #e5e5e5;
  padding: 5px;
  /*left: -1000px;*/
  border: 1px solid #666;
  visibility: hidden;
  color: #000000;
  text-decoration: none;
}

.thumbnail span img {
  /*CSS for enlarged image*/
  border-width: 0px;
  /*padding: 2px;*/
}

.thumbnail:hover span {
  /*CSS for enlarged image on hover*/
  visibility: visible;
  width: 750px;
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -350px;
  margin-left: -150px;
  /* top: 5px;use IF IE6 style to correct IE6 positions of larger image relative to thumb */
  /*left: 300px; position where enlarged image should offset horizontally */
}

.dataTables_filter {
  text-align: left !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* QR code generator */
#qrCode {
  margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
@media (min-width: 992px) {
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative;
  }

  .typo-line .category {
    transform: translateY(-50%);
    top: 50%;
    left: 0px;
    position: absolute;
  }

  .sidebar .nav > li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}
#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 70px;
}

.places-buttons .btn {
  margin-bottom: 30px;
}

.space-70 {
  height: 70px;
  display: block;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
}

.tim-typo .tim-note {
  bottom: 10px;
  color: #EEEEEE;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  margin-left: 20px;
  position: absolute;
  width: 260px;
}

.tim-row {
  padding-top: 50px;
}

.tim-row h3 {
  margin-top: 0;
}

.sidebar .nav li.active > a {
  background-color: rgba(226, 43, 60, 0.1) !important;
  font-weight: bold !important;
  color: #000000;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .nav li.active > a i {
  font-weight: bold !important;
  color: #000000;
}

.sidebar .nav li.focus > a {
  background-color: rgba(112, 128, 144, 0.1) !important;
  font-weight: bold !important;
  color: #000000;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .nav li.active > a:hover {
  background-color: rgba(112, 128, 144, 0.1) !important;
  font-weight: bold !important;
  color: #000000;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .nav li.hover > a {
  background-color: rgba(112, 128, 144, 0.1) !important;
  font-weight: bold !important;
  color: #000000;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .nav li.hover > a i {
  font-weight: bold !important;
  color: #000000;
}

.sidebar .nav li > a:hover {
  background-color: rgba(112, 128, 144, 0.1) !important;
  font-weight: bold !important;
  color: #000000;
  border-radius: 0px 20px 20px 0px;
}

.sidebar .nav li > a:hover i {
  font-weight: bold !important;
  color: #000000;
}

#AtlasSidebar {
  background-color: #EEEEEE;
  color: #000000;
}

@media (max-width: 991px) {
  .sidebar::before, .off-canvas-sidebar nav .navbar-collapse::before {
    background-color: #EEEEEE;
    color: #000000;
  }
}
#SidebarLogo {
  padding: 0px 0px 0px 15px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
  width: 240px;
}

#SidebarMiniLogo {
  padding: 0px 0px 0px 15px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
  width: 70px;
}

#LoginEmailLabel {
  line-height: 24px;
}

#LoginEmailInput {
  -webkit-padding-before: 1rem;
}

#LoginPasswordLabel {
  line-height: 24px;
}

#LoginPasswordInput {
  -webkit-padding-before: 1rem;
}

#LoginCardHeader {
  color: #000000;
  -webkit-padding-start: 0.5rem;
}

[data-id=atlas_home_choose_provider] {
    color: #FFFFFF !important;
    background-color: #09246a !important;
    z-index: 9999 !important;
}

[data-id=atlas_home_choose_timeframe] {
    color: #FFFFFF !important;
    background-color: #09246a !important;
    z-index: 9999 !important;
}

#card-icon_atlas_blue {
  background: #09246a;
  background-color: #09246a;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(9, 36, 106, 0.4);
}

#card-icon_atlas_green {
  background: #086A4E;
  background-color: #086A4E;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(8, 106, 78, 0.4);
}

#card-icon_atlas_orange {
  background: #ffae1a;
  background-color: #ffae1a;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(255, 174, 26, 0.4);
}

#card-icon_atlas_red {
  background: #e22b3c;
  background-color: #e22b3c;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.125), 0 7px 10px -5px rgba(226, 43, 60, 0.4);
}

.atlas_search_badge {
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.5rem;
  top: -2px;
  border: 1px solid #000;
}

.atlas_search_options_badge {
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.5rem;
  top: -2px;
  border: 1px solid #333;
}

.nav-pills li.active a,
.nav-pills li a {
  font-weight: bold !important;
  color: #09246a;
  background-color: #FFFFFF;
}

.nav-pills li.active a:hover,
.nav-pills li a:hover {
  background-color: rgba(226, 43, 60, 0.1) !important;
  font-weight: bold !important;
  color: #000000;
}

.nav-pills li.active a:focus,
.nav-pills li a:focus {
  background-color: #09246a !important;
  font-weight: bold !important;
  color: #FFFFFF;
}

.swal-wide {
    width: 750px !important;
    font-family: "Comfortaa" !important;
}

.swal-normal {
    width: 500px !important;
    font-family: "Comfortaa" !important;
}

.swal-small {
    width: 250px !important;
    font-family: "Comfortaa" !important;
}

.swal-image {
    min-height: 0px !important;
    width: 80% !important;
    height: 95% !important;
    font-family: "Comfortaa" !important;
}
.swal2-modal button {
    margin-bottom: 20px !important
}

/*# sourceMappingURL=atlas-custom-styles-corporate.css.map */
