@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans|Roboto);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap);
.contextMenu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 120px;
  background: #eee;
  border: 1px solid #777;
}

.contextMenu ul {
  padding: 3px 0px;
  margin: 0px;
  border: solid 1px #fff;
}

.contextMenu li {
  list-style: none;
  padding: 0px 1px;
  margin: 0px;
}

.contextMenu a {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 22px;
  height: 22px;
  padding: 1px 8px;
}

.contextMenu li.hover a {
  padding: 0px 7px;
  background-color: #DFE6F5;
  border: 1px solid #A2C1FA;
  border-radius: 2px;
}

.contextMenu li.separator div {
  margin: 3px 0px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #fff;
}

.modal-backdrop {
  position: absolute;
  height: 20000vh;
}

.geozone-control-frame .modal {
  position: absolute;
}

.track-map .modal {
  position: absolute;
}
.confirmation-modal .modal-header:before, .confirmation-modal .modal-header:after {
  content: "";
  display: table;
}
.confirmation-modal .modal-header:after {
  clear: both;
}
.confirmation-modal #confirmation-modal-ok {
  color: #FFF;
}
geozone-control-frame {
  height: 100%;
}

body[dir=rtl] .geozone-control-frame__right-zone-border {
  border-right: none;
  float: right;
  border-left: 1px solid #e2e2e2;
}
body[dir=rtl] .geozone-control-frame__private-left-border {
  margin-left: 0;
  margin-right: 300px;
}

.geozone-control-frame {
  background: #DDD;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: auto;
}
.geozone-control-frame .geometry-buttons {
  margin-top: 15px;
}
.geozone-control-frame .noUi-base {
  z-index: auto;
}
.geozone-control-frame .address-container {
  border-bottom: 1px #DDD solid;
}
.geozone-control-frame .address-container.last {
  border: none;
}
.geozone-control-frame__add-address-margin {
  padding-bottom: 10px;
}
.geozone-control-frame .scroll-me {
  overflow-y: auto;
}
.geozone-control-frame .loading {
  -webkit-animation: spin 0.7s infinite linear;
          animation: spin 0.7s infinite linear;
}
.geozone-control-frame__right-zone-border {
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  padding: 15px 10px;
  border-right: 1px solid #E2E2E2;
  float: left;
  border-right: 1px solid #e2e2e2;
}
.geozone-control-frame__private-left-border {
  position: relative;
  margin-left: 300px;
  padding: 20px 0px;
}
.geozone-control-frame__private-left-border .loading-spinner img {
  margin-left: auto;
}
.geozone-control-frame .map-wrapper {
  height: 100%;
}
.geozone-control-frame .map-container {
  width: 100%;
  overflow: hidden;
}
.geozone-control-frame__libray-button {
  margin-bottom: 15px;
}
.geozone-control-frame .read-only .glyphicon-remove {
  display: none;
}
.geozone-control-frame__add-container {
  color: #191919 !important;
  cursor: pointer !important;
  text-align: center !important;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
.add-geo-zone-to-library-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.add-geo-zone-to-library-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.add-geo-zone-to-library-modal .modal-header .glyphicon {
  font-size: 20px;
}
.add-geo-zone-to-library-modal .modal-footer {
  display: block;
}
.job-progress-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.job-progress-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.job-progress-modal .modal-header .glyphicon {
  font-size: 20px;
}
.job-progress-modal .loading-div {
  height: 300px;
  display: block;
}
.job-progress-modal .device-summary {
  font-size: 16px;
  font-weight: bold;
}
.job-progress-modal .uploading-devices-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  font-weight: bold;
}
.job-progress-modal .note span {
  font-weight: bold;
}
.job-progress-modal .pull-right-btn {
  text-align: right;
}
.date-input-field {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-input-field > input {
  border-radius: 0 5px 5px 0;
}
.date-input-field > span {
  right: 40px;
}

.invalid {
  background-color: #ffc7c7;
}

ngb-datepicker {
  border: none;
  top: -2px !important;
}
ngb-datepicker .bg-primary {
  background-color: #337ab7 !important;
}
ngb-datepicker [ngbDatepickerDayView] {
  width: 3.6rem !important;
}
ngb-datepicker [ngbDatepickerDayView][ng-reflect-selected=true] {
  background-color: #337ab7;
}
ngb-datepicker .ngb-dp-header {
  padding: 5px;
}
ngb-datepicker .ngb-dp-day.disabled, ngb-datepicker .ngb-dp-day.hidden {
  cursor: not-allowed !important;
}
ngb-datepicker .ngb-dp-months {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ngb-datepicker .ngb-dp-weekdays {
  border: 1px solid lightgrey;
  background: #f1fbfb;
}
ngb-datepicker .ngb-dp-day, ngb-datepicker .ngb-dp-week-number, ngb-datepicker .ngb-dp-weekday {
  width: 3.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
}
ngb-datepicker .ngb-dp-day .custom-day, ngb-datepicker .ngb-dp-week-number .custom-day, ngb-datepicker .ngb-dp-weekday .custom-day {
  width: 3.5rem !important;
}
ngb-datepicker .custom-select {
  font-size: 10px;
  font-weight: bold;
  color: black;
}

body[dir=rtl] ngb-datepicker .right .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body[dir=rtl] ngb-datepicker .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body[dir=rtl] .date-input-field > span {
  right: -40px;
}
body[dir=rtl] .toggle-button {
  border-radius: 5px 0 0 5px !important;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
}

.errors {
  margin-top: -10px;
}

_:-ms-fullscreen, :root .input-group-btn {
  width: 1.93px;
}


.loading-spinner-block {
  position: relative;
  width: 100%;
  min-height: 80px;
  display: block;
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 20px;
  pointer-events: none;
}
.loading-spinner .spinner {
  -webkit-animation: spin1 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.loading-spinner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 44px;
  height: 44px;
}
.loading-spinner span {
  display: block;
  text-align: center;
  font-weight: 400;
  color: white;
}
@-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);
  }
}
.loading-spinner-overlay {
  pointer-events: none;
}

.loading-spinner-overlay-empty-offset {
  margin-bottom: 60px;
}
.pagination-controls__buttons-shown {
  position: relative;
}
.pagination-controls__progress-label {
  padding-top: 10px;
}
.pagination-controls__button-container button {
  margin-top: 10px;
}
.pagination-controls__button-container div {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-left: 10px;
}
required-indicator {
  padding: 0 0.35em 0 0;
}

.required-indicator:after {
  content: "*";
  color: #ed1c24;
  position: absolute;
  margin: -0.2em 0 0 0;
}

.role-selection-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.role-selection-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.role-selection-modal .modal-header .glyphicon {
  font-size: 20px;
}
.date-input-field {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-input-field > input {
  border-radius: 0 5px 5px 0;
}
.date-input-field > span {
  right: 40px;
}

.invalid {
  background-color: #ffc7c7;
}

ngb-datepicker {
  border: none;
  top: -2px !important;
}
ngb-datepicker .bg-primary {
  background-color: #337ab7 !important;
}
ngb-datepicker [ngbDatepickerDayView] {
  width: 3.6rem !important;
}
ngb-datepicker [ngbDatepickerDayView][ng-reflect-selected=true] {
  background-color: #337ab7;
}
ngb-datepicker .ngb-dp-header {
  padding: 5px;
}
ngb-datepicker .ngb-dp-day.disabled, ngb-datepicker .ngb-dp-day.hidden {
  cursor: not-allowed !important;
}
ngb-datepicker .ngb-dp-months {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ngb-datepicker .ngb-dp-weekdays {
  border: 1px solid lightgrey;
  background: #f1fbfb;
}
ngb-datepicker .ngb-dp-day, ngb-datepicker .ngb-dp-week-number, ngb-datepicker .ngb-dp-weekday {
  width: 3.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
}
ngb-datepicker .ngb-dp-day .custom-day, ngb-datepicker .ngb-dp-week-number .custom-day, ngb-datepicker .ngb-dp-weekday .custom-day {
  width: 3.5rem !important;
}
ngb-datepicker .custom-select {
  font-size: 10px;
  font-weight: bold;
  color: black;
}

body[dir=rtl] ngb-datepicker .right .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body[dir=rtl] ngb-datepicker .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body[dir=rtl] .date-input-field > span {
  right: -40px;
}
body[dir=rtl] .toggle-button {
  border-radius: 5px 0 0 5px !important;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
}

.errors {
  margin-top: -10px;
}

_:-ms-fullscreen, :root .input-group-btn {
  width: 1.93px;
}
.manual-date-time-inputs {
  width: 230px;
}
.manual-date-time-inputs .date-time-single-input {
  position: relative;
  margin-bottom: 0;
  text-align: right;
}
.manual-date-time-inputs .date-time-single-input > i {
  position: absolute;
  left: 20px;
  top: 8px;
  opacity: 0.7;
  z-index: 100;
  font-size: 12px;
}
.manual-date-time-inputs input {
  padding: 3px 5px 3px 26px;
  height: auto;
  width: 218px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}
.manual-date-time-inputs .time-picker {
  margin-top: 15px;
}
.manual-date-time-inputs .time-picker > :first-child {
  float: left;
  color: #646464;
  line-height: 1.5;
  margin-left: 8px;
  margin-top: 6px;
  font-size: 2rem;
}
.manual-date-time-inputs .time-picker > :last-child {
  float: right;
}
.manual-date-time-inputs .time-picker * {
  margin-left: 4px;
}
.manual-date-time-inputs .time-picker select {
  display: inline-block;
  border: 1px solid #919090;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  line-height: 1.6rem;
  font-size: 1.6rem;
  color: #0c0b0b;
  padding: 11px 8px;
  width: 25px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  vertical-align: top;
}
.manual-date-time-inputs .time-picker select::-ms-expand {
  display: none;
}
.manual-date-time-inputs .time-picker .colon {
  line-height: 33px;
  vertical-align: top;
  padding-top: 36px;
}
.manual-date-time-inputs .time-picker .meridian-selector {
  display: inline-block;
}
.manual-date-time-inputs .time-picker .meridian-selector button {
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
  width: 29px;
  height: 20px;
  border: 1px solid #919090;
  padding: 0;
  background-color: #ffffff;
}
.manual-date-time-inputs .time-picker .meridian-selector button.active {
  background-color: #e4e4e4;
}
.manual-date-time-inputs .time-picker .meridian-selector button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-width: 0;
}
.manual-date-time-inputs .time-picker .meridian-selector button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

body[dir=rtl] .manual-date-time-inputs .date-time-single-input > i {
  left: unset !important;
  right: 6px !important;
}
body[dir=rtl] .manual-date-time-inputs input {
  padding: 3px 26px 3px 10px !important;
}
body[dir=rtl] .toggle-button {
  left: 2px;
  right: auto;
}
body[dir=rtl] .toggle-button > button {
  border-radius: 5px 0 0 5px !important;
}
body[dir=rtl] .tg-date-time-range {
  left: unset;
  right: 0;
}
body[dir=rtl] .tg-date-time-range .date-time-inputs tg-date-time-input:first-child {
  float: right;
}
body[dir=rtl] .tg-date-time-range .date-time-inputs tg-date-time-input:last-child {
  float: left;
}
body[dir=rtl] .tg-date-time-range .custom-ranges {
  float: right;
}
body[dir=rtl] .tg-date-time-range:after, body[dir=rtl] .tg-date-time-range:before {
  content: "";
  left: unset;
  right: 10px;
}
body[dir=rtl] .tg-date-time-range:after {
  border-width: 7.5px;
}
body[dir=rtl] .tg-date-time-range ngb-datepicker .ngb-dp-month:first-child {
  margin-right: 0;
}
body[dir=rtl] .calendar-view {
  margin-right: 15px;
  margin-left: 0;
  float: left;
}

.toggle-button {
  right: 2px;
  left: unset;
}
.toggle-button > button {
  border-radius: 0 5px 5px 0;
}

.tg-date-time-range-popover {
  max-width: "700px";
}

.tg-date-time-range {
  font-family: Inter;
  font-weight: 400;
  -webkit-box-shadow: 0 6px 12px #0000003f;
          box-shadow: 0 6px 12px #0000003f;
  max-height: 500px;
  padding: 24px;
  border: 1px solid #0000003f;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 10000;
  background: #ffffff;
}
.tg-date-time-range.window-large {
  width: 700px !important;
}
.tg-date-time-range.window-medium {
  width: 420px !important;
}
.tg-date-time-range.window-small {
  width: 220px !important;
}
.tg-date-time-range ngb-datepicker {
  border: none;
}
.tg-date-time-range ngb-datepicker .ngb-dp-day {
  border: none;
}
.tg-date-time-range ngb-datepicker .ngb-dp-day, .tg-date-time-range ngb-datepicker .ngb-dp-week-number, .tg-date-time-range ngb-datepicker .ngb-dp-weekday {
  width: 3.2rem !important;
  height: 3.2rem !important;
}
.tg-date-time-range ngb-datepicker .ngb-dp-day .custom-day, .tg-date-time-range ngb-datepicker .ngb-dp-week-number .custom-day, .tg-date-time-range ngb-datepicker .ngb-dp-weekday .custom-day {
  height: 3.2rem !important;
  line-height: 3.2rem !important;
  width: 3.2rem !important;
}
.tg-date-time-range ngb-datepicker .ngb-dp-weekdays, .tg-date-time-range ngb-datepicker .ngb-dp-weekday {
  border: none;
  font-style: normal;
  color: #919090;
  background-color: #ffffff;
}
.tg-date-time-range ngb-datepicker .ngb-dp-day.hidden {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border: none;
}
.tg-date-time-range ngb-datepicker .ngb-dp-months {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.tg-date-time-range ngb-datepicker .bg-light {
  background-color: #ffffff !important;
}
.tg-date-time-range ngb-datepicker .ngb-dp-day[tabindex="0"]:focus {
  outline: thin dotted;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper {
  text-align: center;
  color: #0c0b0b;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper .custom-day {
  display: inline-block;
  padding: 0.185rem 0.25rem;
  height: 2rem;
  width: 2rem;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper .custom-day.faded {
  background-color: #d2e6f1;
  color: #000000;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper.muted {
  visibility: hidden;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper.range {
  border-radius: 0;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper:hover {
  background-color: #1c84b7;
  color: #ffffff;
  border-radius: 50%;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper:hover.is-last {
  border-radius: 0;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper.is-last {
  background: -webkit-gradient(linear, left top, right top, from(#d2e6f1), color-stop(50%, #d2e6f1), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #d2e6f1 0%, #d2e6f1 50%, #ffffff 50%, #ffffff 100%);
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper.is-first {
  background: -webkit-gradient(linear, right top, left top, from(#d2e6f1), color-stop(50%, #d2e6f1), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(to left, #d2e6f1 0%, #d2e6f1 50%, #ffffff 50%, #ffffff 100%);
  border-radius: 0;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper.is-first.is-last {
  background: none;
}
.tg-date-time-range ngb-datepicker .custom-day-wrapper.is-first .custom-day, .tg-date-time-range ngb-datepicker .custom-day-wrapper.is-last .custom-day {
  border-radius: 50%;
  background-color: #1c84b7;
  color: #ffffff;
}
.tg-date-time-range .custom-ranges {
  width: 170px;
  float: left;
}
.tg-date-time-range .custom-ranges ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tg-date-time-range .custom-ranges ul li {
  cursor: pointer;
  font-size: 1.3rem;
  color: #1c84b7;
  border: 1px solid #1c84b7;
  border-radius: 4px;
  margin-bottom: 8px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
}
.tg-date-time-range .custom-ranges ul li.active {
  background-color: #1c84b7;
  color: #ffffff;
}
.tg-date-time-range .custom-ranges ul li:hover {
  color: #ffffff;
  background-color: #1c84b7;
  -webkit-transition: linear all 0.25s;
  transition: linear all 0.25s;
}
.tg-date-time-range .footer-buttons {
  margin-top: 15px;
  text-align: center;
  float: right;
  clear: right;
}
.tg-date-time-range .footer-buttons .invalid-date-range, .tg-date-time-range .footer-buttons .empty-date {
  display: inline-block;
}
.tg-date-time-range .footer-buttons button {
  border: none;
  text-transform: uppercase;
  color: #1c84b7;
  background-color: #ffffff;
}
.tg-date-time-range .footer-buttons button:first-of-type {
  margin: 0 5px;
}
.tg-date-time-range .calendar-view {
  max-width: 490px;
  float: right;
}
.tg-date-time-range .ngx-custom-months {
  clear: both;
}
.tg-date-time-range .ngx-custom-months .ngb-dp-header .ngb-dp-month-name {
  color: #000000;
}
.tg-date-time-range .ngx-custom-months .ngb-dp-header .ngb-dp-arrow button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #646464;
}
.tg-date-time-range .date-time-inputs tg-date-time-input:first-child {
  float: left;
}
.tg-date-time-range .date-time-inputs tg-date-time-input:last-child {
  float: right;
}

.timeline-start-date {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.timeline-start-date div.form-group div.date-input-field > input.form-control {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid #bdb8b8;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 2;
}
.timeline-start-date div.form-group div.date-input-field > span {
  right: 20px !important;
}
.timeline-start-date div.form-group div.date-input-field .btn-default {
  border: 0;
  z-index: 999999;
}
.timeline-start-date div.form-group div.date-input-field .btn-default.active:focus {
  background-color: #ffffff;
  outline: none;
}
.timeline-start-date .input-group-btn {
  display: block !important;
}
.timeline-start-date .form-control {
  padding: 0 !important;
}

.input-date-range popover-container {
  border-radius: 0px;
}
.input-date-range .popover.bottom {
  margin-top: 0px;
}
.input-date-range .popover-arrow {
  display: none;
}
.input-date-range input.date-picker {
  height: 34px;
  width: 100%;
  display: inline-block;
  margin: 0;
  border: 1px solid #dadada;
  border-radius: 5px;
}

.top-level .input-group-btn {
  display: none;
}

.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

version-info-display-modal .modal-header .modal-title {
  font-size: 1.8rem;
}
version-info-display-modal .modal-body {
  font-size: 1.4rem;
  font-weight: 300;
}
version-info-display-modal .modal-body .modal-title {
  font-size: 1.6rem;
}
.clickable {
  cursor: pointer;
}
modal-confirmation .mat-raised-button {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}

.filter-controls .pull-right {
  float: right;
}
.filter-controls__clear {
  margin-left: 10px;
}
.filter-controls__header > h2 {
  margin-top: 0;
}
.filter-controls__search-buttons-not-solo {
  margin-top: 20px;
}
.filter-controls__date-range-picker {
  margin-bottom: 20px;
}
.filter-controls__date-range-picker .form-group, .filter-controls__date-range-picker .form-control {
  margin-bottom: 0;
  width: 100%;
}
.filter-controls__date-range-picker .form-group .control-label, .filter-controls__date-range-picker .form-control .control-label {
  text-align: left;
}
.filter-controls .dropdown .dropdown-toggle {
  text-align: center !important;
}
.filter-controls .dropdown .treeview-header .col-12 {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.filter-controls .dropdown .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 2px solid #e9ecef;
}
.filter-controls .dropdown label {
  margin-left: 5px;
}
.filter-controls .input-date-range {
  width: 100%;
}

body[dir=rtl] .filter-controls__header {
  float: right;
}
body[dir=rtl] .filter-controls__clear {
  margin-right: 10px;
  margin-left: 0;
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

.user-search-modal .modal-body {
  min-width: 800px;
}
.user-search-modal mat-chip mat-icon.mat-chip-remove {
  margin-left: 5px;
}
.user-search-modal form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.user-search-modal form .mat-form-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.user-search-modal .table-container {
  max-height: 400px;
  overflow-y: auto;
}
.user-search-modal .table-container table {
  width: 100%;
}
.user-search-modal .table-container table th {
  text-transform: uppercase;
}
.user-search-modal .table-container table .no-results {
  width: 100%;
}
.user-search-modal .btn-confirm {
  min-width: 80px;
}
.user-search-modal .btn-cancel {
  min-width: 80px;
}
i.btn-clear {
  z-index: 3;
  position: absolute;
  right: 52px;
  top: 12px;
  color: #6a6a6a;
}

body[dir=rtl] .btn-clear {
  right: auto;
  left: 52px;
}
.developer-bar {
  padding: 3px;
  background: black;
  color: white;
  margin: 0 0 0 0;
}
.developer-bar .info {
  margin: 0 auto;
}
.developer-bar .watchers {
  text-align: right;
  padding-right: 10px;
  display: inline-block;
}
.developer-bar .digest-cycle {
  text-align: left;
  padding-left: 10px;
  display: inline-block;
}
.developer-bar .links {
  text-align: left;
  padding-left: 50px;
  display: inline;
}
.developer-bar .links a, .developer-bar .links a:link, .developer-bar .links a:visited, .developer-bar .links a:hover, .developer-bar .links a:active {
  color: white;
  text-decoration: none;
}
.developer-bar .links md-list-item {
  display: inline;
  padding: 0 0;
}
.developer-bar .links md-list-item + md-list-item:before {
  content: " | ";
  padding: 0 5px;
}
.developer-bar .safe {
  color: green;
}
.developer-bar .caution {
  color: yellow;
}
.developer-bar .alert {
  color: red;
}
.layout-auth {
  display: table;
  height: calc(100vh - 127px);
  overflow: hidden;
  width: 100%;
}
.layout-auth__panel-container {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  width: 100%;
}
.layout-auth__panel-container .panel {
  margin-bottom: 0;
}
.layout-auth__panel-container .panel a {
  color: #6a6a6a;
  cursor: pointer;
  text-decoration: underline;
}
.layout-auth__panel-container .panel a:first-child {
  margin-right: 15px;
}

body[dir=rtl] .layout-auth__panel-container .panel a:first-child {
  margin-right: 0;
  margin-left: 15px;
}
.layout-full-min-height {
  min-height: calc(100vh - $headerAndFooterHeight);
}

.ellipsis-position {
  display: inline-block;
  float: right;
}

body[dir=rtl] .ellipsis-position {
  float: left;
}
.layout-sidebar {
  position: relative;
}
.layout-sidebar__nav-container {
  background-color: #dadada;
}
.layout-sidebar__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout-sidebar__nav ul li {
  margin: 0 -15px;
}
.layout-sidebar__tab {
  border-bottom: 1px solid #c5c5c5;
  color: #6a6a6a;
  cursor: pointer;
  display: block;
  padding: 28px 15px 28px 20px;
  width: 100%;
}
.layout-sidebar__tab.active, .layout-sidebar__tab.active:hover {
  background-color: #ffffff;
  cursor: auto;
  font-weight: 600;
}
.layout-sidebar__tab:hover {
  background-color: #d0d0d0;
}
.to-do-icon {
  cursor: pointer;
}
.to-do-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.to-do-icon--attention a {
  color: #5fc8d5;
}
.to-do-icon--attention .glyphicon {
  color: #5fc8d5;
  font-size: 150%;
}
.to-do-icon a {
  text-decoration: none;
}
.to-do-icon a.text-muted:hover {
  color: #777777;
}
.loading-retry-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.loading-retry-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.loading-retry-modal .modal-header .glyphicon {
  font-size: 20px;
}
.loading-retry-modal .grid-loading-overlay {
  background-color: #ffffff;
}
.loading-retry-modal .grid-loading-overlay .msg {
  color: #191919;
}
.loading-retry-modal .loading-div {
  height: 300px;
  display: block;
}
.acquaintance-form {
  padding-top: 20px;
}
.acquaintance-form__address-label {
  margin-top: 15px;
}

.vicim-device-form .form-group {
  min-height: 90px;
}
.phone-number-form__add-button {
  color: #191919;
  cursor: pointer;
  text-align: center;
}

.phone-number-form__remove_button {
  margin-top: 8px;
  color: #191919;
  text-align: center;
}
.phone-number-input span.glyphicon.glyphicon-search {
  color: #939598;
}
.phone-number-input .phone-number-input__no-error-addon {
  color: #939598;
  background-color: #d4d4d4;
  border-color: #262626;
}
.phone-number-input .phone-number-input__no-error-input {
  border-color: #262626;
}
.phone-number-input .phone-number-ext {
  padding-left: 0px;
  padding-right: 0px;
}

.alias-form__add-button {
  color: #191919;
  cursor: pointer;
}
.alias-form__empty-label {
  display: block;
  margin-bottom: 15px;
}
.alias-form__row {
  margin-bottom: 15px;
}
.alias-form__row:last-child {
  margin-bottom: 0;
}
.alias-form label {
  margin-top: 10px !important;
}
.alias-form .glyphicon-remove {
  cursor: pointer;
}
.alias-form__remove-button {
  padding-top: 10px;
  color: #191919;
  cursor: pointer;
}
.email-form__add-button {
  color: #191919;
  cursor: pointer;
  text-align: center;
  padding-right: 15px;
}

.email-form__remove_button {
  margin-top: 8px;
  color: #191919;
  text-align: center;
}
.email-form__remove_button {
  margin-top: 8px;
  color: #191919;
  text-align: right;
}




.required-select {
  height: 75px;
}
.distance-group .distance-item {
  min-height: 90px;
}
.align-item-error {
  position: absolute;
}
.plain-text-notes textarea {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.plain-text-notes__note-entry {
  margin-bottom: 30px;
}
.plain-text-notes__notes-log-label {
  display: block;
}
.plain-text-notes__notes-log {
  overflow-y: auto;
  display: inline-block;
  padding-right: 30px;
}
.plain-text-notes__notes-log.has-notes {
  max-height: 300px;
  width: 100%;
}
.plain-text-notes .note {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0;
}
.plain-text-notes .note__header {
  margin-bottom: 5px;
}
.plain-text-notes .note:last-child {
  border-bottom: none;
}

.risk-level-indicator__square {
  float: left;
  height: 20px;
  width: 15px;
  margin: 0;
  border: 1px solid #c5c5c5;
}
.risk-level-indicator__square--filled {
  background-color: #ff6600;
}
.risk-level-indicator__square--empty {
  background-color: #999999;
}
.risk-level-descriptor__boxes {
  display: inline-block;
}

.risk-level-descriptor__box {
  border: solid #ccc 1px;
  display: inline-block;
  height: 13px;
  width: 10px;
}

.risk-level-descriptor__box--red {
  background-color: #ff6600;
}

.risk-level-descriptor__box--grey {
  background-color: #999999;
}
.case-grid__active-cases {
  margin-bottom: 40px;
}
.acquaintance-grid__grid {
  min-height: 150px;
}
.acquaintance-grid__marital-status {
  color: #777777;
}

.geozones-form-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.geozones-form-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.geozones-form-modal .modal-header .glyphicon {
  font-size: 20px;
}
.geozones-form-modal .country {
  margin-top: 35px;
  font-weight: bold;
}
.geozones-form-modal h3 {
  margin-bottom: 15px;
}
.geozones-form-modal .shape-types {
  width: 100%;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 15px;
}
.geozones-form-modal .shape {
  list-style: none;
  display: inline-block;
  width: 31%;
  cursor: pointer;
}
.geozones-form-modal .shape-types__item {
  width: 50px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
.geozones-form-modal .shape-types__item:not(.shape-types__item--polygon).selected {
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}
.geozones-form-modal .exclusion {
  background: red;
}
.geozones-form-modal .inclusion {
  background: green;
}
.geozones-form-modal .mixed {
  background: yellow;
}
.geozones-form-modal .selected-shape {
  color: #03AB03;
  font-weight: bold;
  margin-left: 60px;
}
.geozones-form-modal .error-message {
  color: red;
}
.geozones-form-modal .dropdown-selected-item {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.shape-types__item--square {
  border: 1px solid #CCC;
  background: #666;
  height: 50px;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  width: 50px;
}

.shape-types__item--circle {
  background: #666666;
  border-radius: 25px;
  height: 50px;
  -webkit-transition: background 200ms linear;
  transition: background 200ms linear;
  width: 50px;
}

.shape-types__item--polygon {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-left: calc(30px/3) solid transparent;
  border-right: calc(30px/3) solid transparent;
  border-top: 30px solid #666666;
  height: 30px;
  position: relative;
  top: 30px;
  -webkit-transition: border-top-color 200ms linear;
  transition: border-top-color 200ms linear;
  width: 34px !important;
}

.shape-types__item--polygon.selected {
  -webkit-transition: border-top-color 200ms linear;
  transition: border-top-color 200ms linear;
}

.shape-types__item--polygon.selected.inclusion {
  border-top-color: green;
  -webkit-transition: border-top-color 200ms linear;
  transition: border-top-color 200ms linear;
  background: none;
}
.shape-types__item--polygon.selected.inclusion:after {
  border-bottom-color: green;
  -webkit-transition: border-bottom-color 200ms linear;
  transition: border-bottom-color 200ms linear;
}

.shape-types__item--polygon.selected.exclusion {
  border-top-color: red;
  -webkit-transition: border-top-color 200ms linear;
  transition: border-top-color 200ms linear;
  background: none;
}
.shape-types__item--polygon.selected.exclusion:after {
  border-bottom-color: red;
  -webkit-transition: border-bottom-color 200ms linear;
  transition: border-bottom-color 200ms linear;
}

.shape-types__item--polygon.selected.mixed {
  border-top-color: yellow;
  -webkit-transition: border-top-color 200ms linear;
  transition: border-top-color 200ms linear;
  background: none;
}
.shape-types__item--polygon.selected.mixed:after {
  border-bottom-color: yellow;
  -webkit-transition: border-bottom-color 200ms linear;
  transition: border-bottom-color 200ms linear;
}

.shape-types__item--polygon:after {
  border-bottom: 27px solid #666666;
  border-left: 27px solid transparent;
  border-right: 27px solid transparent;
  content: "";
  height: 0;
  left: -10px;
  position: absolute;
  top: -57px;
  width: 0;
}

.shape-types__item--polygon:hover {
  border-top-color: #555;
  -webkit-transition: border-top-color 200ms linear;
  transition: border-top-color 200ms linear;
}

.shape-types__item--polygon:hover:after {
  border-bottom-color: #555;
  -webkit-transition: border-bottom-color 200ms linear;
  transition: border-bottom-color 200ms linear;
}

.shape-types__item--square:not(.selected):hover {
  background: #555;
}

.shape-types__item--circle:not(.selected):hover {
  background: #555;
}
.label-message {
  color: #cc0000;
  font-size: 13px;
  text-indent: -2.9em;
}

.edit-geo-zone-form__footer .btn {
  margin-right: 5px;
}
.edit-geo-zone-form .set-schedule-padding {
  padding: 15px 0px 0px 15px;
}
.edit-geo-zone-form .schedule-name-padding {
  padding: 15px 0px 0px 0px;
}
.glyphicon-select__row button {
  background-color: #ffffff;
  border: none;
  white-space: nowrap;
  display: block;
}
.glyphicon-select__row button:focus {
  outline: none;
}
body[dir=rtl] .slide-panel__inital-state {
  margin-right: -100%;
}

body[dir=rtl] .slide-panel__animated-state {
  margin-right: 0;
}

.slide-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.slide-panel__header {
  margin: 0;
  padding-top: 3px;
}

.slide-panel__header-break {
  margin: 0;
  margin-bottom: 5px;
}

.slide-panel__inital-state {
  width: 100%;
  overflow: hidden;
  position: absolute;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-left: -100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  height: 100%;
  overflow-y: scroll;
}

.slide-panel__offset-column-padding {
  margin-left: -15px;
}

.slide-panel__animated-state {
  margin-left: 0;
}

.slide-panel__hidden {
  visibility: hidden;
}

.slide-panel__close-button {
  background-color: transparent;
  border: none;
  white-space: nowrap;
  display: block;
  padding-top: 0;
  font-size: 22px;
}

.slide-panel__close-button:focus {
  outline: none;
}
.associated-beacons__add-button {
  white-space: nowrap;
  color: #191919;
  cursor: pointer;
  text-align: center;
}

.associated-beacons__input-row {
  margin-bottom: 5px;
}

.associated-beacons__remove-beacon-button {
  margin-top: 8px;
  color: #191919;
  text-align: center;
}
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.tabbed-panel__toggle-button {
  background-color: #999999;
  bottom: -28px;
  color: #191919;
  cursor: pointer;
  display: block;
  font-size: 20px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  width: 33px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  padding-top: 45px;
  left: -33px;
  top: 0;
  z-index: 250;
  height: 151px;
}
.tabbed-panel__inital-state {
  position: fixed;
  left: 100%;
  width: 80%;
  height: calc(100vh - 175px);
  padding-left: 10px;
  padding-right: 15px;
  z-index: 200;
  border: 5px solid #999999;
  border-right: none;
  -webkit-transition: left 5.5s ease;
  transition: left 5.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  -webkit-transition: left 0.5s ease;
}

.tabbed-panel__animated-state {
  left: 20%;
  height: calc(100vh - 175px);
}

.tabbed-panel__close-button:focus {
  outline: none;
}

.tabbed-panel-container .row .left-pad-5px {
  padding-left: 5px;
}

body[dir=rtl] .tabbed-panel__toggle-button {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  right: -33px;
  left: auto;
}
body[dir=rtl] .tabbed-panel__inital-state {
  left: -80%;
  border-left: none;
  border-right: 5px solid #999999;
}

body[dir=rtl] .tabbed-panel__animated-state {
  left: 0%;
}
.alarms-suspension-row .alternate-row {
  background-color: #fafafa;
}
.alarms-suspension-row .attention-status-box {
  width: 30px;
  height: 50px;
}
.alarms-suspension-row .ui-grid-cell {
  padding: 10px;
}
.alarms-suspension-row .alarm-row--row-container {
  padding-left: 5px;
  padding-right: 5px;
}
.alarms-suspension-row .alarm-col {
  margin-top: 5px;
  padding-right: 10px;
}
.alarms-suspension-row .alarm-col--date-span {
  width: 53%;
}

.alarms-suspension-row .alarm-col--errors {
  width: 47%;
}

.alarms-suspension-row .alarm-col--edit {
  width: 27%;
}

.alarms-suspension-row .alarm-col--notes {
  width: 15%;
}

.alarms-suspension-row .alarm-col--last-updated-by {
  width: 40%;
}

.alarms-suspension-row .alarm-col--last-updated-by span {
  position: relative;
  top: 10px;
}

.alarms-suspension-row .alarm-col--elipse {
  width: 12%;
}

.alarms-suspension-row .alarm-col--date-span, .alarms-suspension-row .alarm-col--errors {
  margin-top: 15px;
}

.alarms-suspension-row .alarm-col--edit, .alarms-suspension-row .alarm-col--elipse {
  margin-top: 10px;
}

.alarms-suspension-row .glyphicon-file {
  font-size: large;
  margin-top: 10px;
  cursor: pointer;
}
.suspension-alarm-modal__checkbox-group {
  margin-top: -15px;
}
.suspension-alarm-modal__checkbox-group p {
  font-size: 12px;
}
.suspension-alarm-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.suspension-alarm-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.suspension-alarm-modal .modal-header .glyphicon {
  font-size: 20px;
}
.suspension-alarm-modal .readonly-datetime {
  margin-top: 10px;
}
.suspension-alarm-modal .dropdown .dropdown-toggle {
  text-align: center !important;
}
.suspension-alarm-modal .dropdown .treeview-header .col-12 {
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.suspension-alarm-modal .dropdown .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.suspension-alarm-modal .dropdown label {
  margin-left: 5px;
  font-weight: normal;
}
.default-officer-agency-list-modal .enterpise-name {
  color: black;
}
.default-officer-agency-list-modal .modal-footer {
  border: none;
}
.default-officer-agency-list-modal .agency-list {
  padding-left: 15px;
}
.add-diary-entry-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.add-diary-entry-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.add-diary-entry-modal .modal-header .glyphicon {
  font-size: 20px;
}
.beacon-profile .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.beacon-profile .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.beacon-profile .modal-header .glyphicon {
  font-size: 20px;
}
.beacon-profile .modal-body__no-results {
  margin-top: 5px;
}
.beacon-profile .modal-body__search-buttons-not-solo {
  margin-top: 20px;
}
.beacon-profile .modal-body__type {
  margin-top: 10px;
}
.beacon-profile .modal-body .address-form__line1-input input {
  width: 100%;
}
.beacon-profile .modal-body .spaced-label-header {
  margin-top: 20px;
  display: block;
}
.range-slider .slider-component {
  width: 45%;
}
.range-slider .slider-max {
  width: 20%;
  text-align: right;
}
.range-slider .slider-min, .range-slider .slider-max {
  padding: 26px 0;
}
.range-slider .slider-label {
  font-weight: bold;
}
.range-slider .slider-min {
  width: 35%;
}
.range-slider .rzslider .rz-pointer {
  outline: none;
}
.toggle-button .switch {
  -webkit-box-shadow: 0px 0px 0px #555;
          box-shadow: 0px 0px 0px #555;
  background: transparent;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 95px;
}
.toggle-button .switch:focus {
  outline: 0;
}
.toggle-button .switch .status {
  position: absolute;
  line-height: 19px;
  top: 5px;
  font-size: 10px;
  z-index: 2;
}
.toggle-button .switch .status-disable {
  color: #727070;
  left: 39px;
  -webkit-animation: fadeIn 800ms;
          animation: fadeIn 800ms;
}
.toggle-button .switch .status-enable {
  color: #FFF;
  left: 6px;
  -webkit-animation: fadeIn 800ms;
          animation: fadeIn 800ms;
}
.toggle-button .toggle {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.toggle-button .toggle:before {
  background-color: white;
  bottom: 2px;
  content: "";
  color: #FFF;
  text-indent: -42px;
  height: 25px;
  left: 58px;
  position: absolute;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 33px;
}
.toggle-button .toggle.enabled {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
}
.toggle-button .toggle.disabled:before {
  color: #419641;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-57px);
          transform: translateX(-57px);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.tag-list h3 {
  text-transform: none;
}
.tag-list .list-group-item {
  padding: 0;
}
.tag-list .item {
  text-align: left;
}
.tag-list .item-value {
  margin-right: 5px;
  vertical-align: center;
}
.tag-list .remove-item {
  vertical-align: center;
  cursor: pointer;
  color: #191919;
}
.tag-list li.borderless {
  line-height: 25px;
  border: none;
}
.load-more-button {
  margin-bottom: 20px;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}

.grid-expanded-row {
  background: #a7a5a5;
}
.grid-expanded-row .grid-expanded-row__padding-left {
  padding-left: 10px;
}
.grid-expanded-row .grid-expanded-row__alarms {
  padding: 15px;
}
.grid-expanded-row .grid-expanded-row__status {
  margin-left: 25px !important;
}

.expandableRow {
  height: auto !important;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}

.button-container {
  padding: 15px;
  border-top: 1px solid #e5e5e5;
}

.notes-body {
  padding: 15px;
}

.display_multiline_text {
  white-space: pre-line;
}
.appointment-calendar .fc-day-grid-event > .fc-content {
  white-space: normal;
}

.inclusion-zone-type.fc-event, .inclusion-zone-type .fc-event-dot {
  cursor: pointer;
  background-color: #89c541;
}

.exclusion-zone-type.fc-event, .exclusion-zone-type .fc-event-dot {
  cursor: pointer;
  background-color: #ed1c24;
}

.ignore-zone-type.fc-event, .ignore-zone-type .fc-event-dot {
  cursor: pointer;
  background-color: #bdbcbc;
}
.appointment-modal {
  width: 900px;
}
@media (max-width: 1200px) {
  .appointment-modal {
    width: 870px;
  }
}
@media (max-width: 1100px) {
  .appointment-modal {
    width: 780px;
  }
}
@media (max-width: 992px) {
  .appointment-modal {
    width: 80vw;
  }
}
.appointment-modal .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.appointment-modal .modal-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.appointment-modal .modal-header #modal-close {
  padding-left: 10px;
}
.appointment-modal popover-container {
  border-radius: 0px;
}
.appointment-modal .popover.bottom {
  margin-top: 0px;
}
.appointment-modal .popover-arrow {
  display: none;
}
.appointment-modal .modal-footer {
  border-top: none;
}
.appointment-modal .header-item {
  margin-left: 10px;
}
.appointment-modal .modal-footer .form-errors {
  margin-right: 5px;
}
.appointment-modal .flex-center-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.appointment-modal .flex-center-children .ends-after-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.appointment-modal #recurrence-enabled {
  margin: 0 5px 0 0;
}
.appointment-modal .occurrences .occurrences-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.appointment-modal .occurrences .occurrences-input input {
  margin-left: 8px;
}
.appointment-modal .occurrences .form-errors {
  height: 5px;
}
.appointment-modal .monthly-input {
  display: grid;
  grid-template-columns: 12px 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.appointment-modal .monthly-input required-indicator {
  grid-area: 1/1/1/1;
}
.appointment-modal .monthly-input .ng-select {
  min-width: 90%;
  grid-area: 1/2/1/2;
}
.appointment-modal .monthly-input form-errors {
  grid-area: 2/2/2/2;
}
.appointment-modal .ends-on-date tg-datepicker .date-input-field {
  padding-left: 8px;
}
.appointment-modal .ends-on-date tg-datepicker .form-group {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appointment-modal .ends-on-date tg-datepicker .form-group #until-date-picker-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.appointment-modal .ends-on-date tg-datepicker .form-group form-errors {
  padding-left: 15px;
}
.modal-body {
  min-width: 400px;
  padding: 15px;
}

.occurrence-radio-group {
  display: grid;
}

.occurrence-already-begun {
  margin: 0 0 10px 15px;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}

.reference-form__add-button {
  color: #191919;
  cursor: pointer;
  text-align: center;
  padding-right: 15px;
}

.reference-form__remove_button {
  margin-top: 8px;
  color: #191919;
  text-align: center;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}

.reference-view {
  padding-bottom: 10px;
}
.thumbnail-wapper {
  position: relative;
}
.thumbnail-wapper .thumbnail-component div.photo {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.thumbnail-wapper .thumbnail-component div.photo > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.thumbnail-wapper .thumbnail-component .photo-link {
  cursor: pointer;
}
.subsection__header-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.subsection__edit-button {
  margin-top: 5px;
}

.subsection__header {
  margin-top: 10px;
}

.subsection__close-edit-button {
  cursor: pointer;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 6px;
  color: #191919;
}
.subsection__save-button {
  margin-left: 5px;
}
.subsection .control-row {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .subsection {
    width: 90%;
    margin: 0 auto;
  }
}
update-device-btn .btn-geozone-update {
  text-transform: uppercase;
  margin: 15px 0 0 0;
}
update-device-btn .line {
  margin-bottom: 10px;
}
.limited-text-area textarea {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.limited-text-area label {
  width: 100%;
}

.device-change ul li {
  list-style-type: none;
  padding: 10px;
}
.more-actions input {
  margin-right: 5px;
}

.tooltip {
  opacity: 1;
}

.deactivate-device .mi-name span, .deactivate-device .agency-name span, .deactivate-device .device-serial span, .deactivate-device .officer-name span {
  padding-left: 5px;
}
.deactivate-device .offender-info-box {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.plain-text-notes textarea {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.plain-text-notes__note-entry {
  margin-bottom: 30px;
}
.plain-text-notes__notes-log-label {
  display: block;
}
.plain-text-notes__notes-log {
  overflow-y: auto;
  display: inline-block;
  padding-right: 30px;
}
.plain-text-notes__notes-log.has-notes {
  max-height: 300px;
  width: 100%;
}
.plain-text-notes .note {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0;
}
.plain-text-notes .note__header {
  margin-bottom: 5px;
}
.plain-text-notes .note:last-child {
  border-bottom: none;
}

.phone-number-form__remove_button {
  text-align: right;
  margin-top: 8px;
  color: #191919;
}
.tracking-detail-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.tracking-detail-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.tracking-detail-modal .modal-header .glyphicon {
  font-size: 20px;
}
.tracking-detail-modal .modal-body .modal-row-label {
  font-weight: bold;
}
.tracking-detail-modal .modal-body .modal-row-data {
  line-height: 15.4px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tracking-detail-modal .modal-body .modal-row-data ul {
  margin-bottom: 0px;
  padding-left: 20px;
}
.tracking-detail-modal .modal-body .modal-section-header {
  font-weight: bold;
}
.tracking-detail-modal .modal-body .modal-section-body {
  position: relative;
  padding: 15px;
}


.beacon-selection-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.beacon-selection-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.beacon-selection-modal .modal-body .body-content {
  width: 90%;
  margin: 0 auto;
}
.beacon-selection-modal .modal-body .search-field {
  width: 100%;
}
.beacon-selection-modal .modal-body .model-content {
  min-height: 260px;
  margin: 25px 0 0 0;
}
.beacon-selection-modal .modal-body .model-content .selection-button {
  /* Medium devices (desktops, 992px and up) */
  width: 200px;
  height: 200px;
  border: 1px solid #D7D7D7;
  border-radius: 115px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .beacon-selection-modal .modal-body .model-content .selection-button {
    width: 225px;
    height: 225px;
  }
}
.beacon-selection-modal .modal-body .model-content .selection-button .center-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.beacon-selection-modal .modal-body .model-content .middle-cell {
  text-align: center;
  font-size: 18px;
  height: 225px;
}
.beacon-selection-modal .modal-body .model-content .middle-cell .center-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.beacon-selection-modal .modal-body .model-content .middle-cell .middle-word {
  margin: 0 10px;
}
.beacon-selection-modal .modal-body .model-content .middle-cell .faded {
  color: #D7D7D7;
}
.beacon-selection-modal .margin-right {
  margin-right: 5px;
}
.victim-legend__table {
  width: 100%;
}
.victim-legend__table th, .victim-legend__table td {
  padding: 3px;
}
.victim-legend__table th {
  background-color: #E2E2E2;
}
.victim-legend__table tr:nth-child(even) {
  background: #FFF;
}
.victim-legend__table tr:nth-child(odd) {
  background: #f3f3f3;
}





.position-margin {
  margin-top: -5px;
}




.enterprise-profile-view .flex-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.enterprise-profile-view .glyphicon-remove {
  cursor: pointer;
}
.enterprise-profile-view__content {
  padding-top: 6px;
}
.enterprise-profile-view h1 {
  margin-top: 21px;
  margin-bottom: 24px;
}
.enterprise-profile-view__header {
  width: 90%;
}
.enterprise-profile-view__section-footer {
  margin-top: 15px;
}
.enterprise-profile-view__hr--dark {
  border-top: 1px solid #dadada;
}
.enterprise-profile-view__distance {
  margin-top: 30px;
}
.enterprise-profile-view__distance-readonly {
  margin-top: 10px;
}
.enterprise-profile-view .block {
  display: block;
}
.enterprise-profile-view .save-cancel-buttons {
  padding-bottom: 15px;
}
.enterprise-profile-view .feature-configuration {
  padding: 0 18px;
}
.enterprise-profile-view .feature-configuration label {
  font-size: 0.8em;
  margin-bottom: 0;
}
.enterprise-profile-view .feature-options label {
  font-weight: 300;
}
.enterprise-profile-view .feature-options .sub-feature-options {
  padding-left: 15px;
  padding-right: 15px;
}
.enterprise-profile-view .feature-options .sub-feature-options .row {
  margin-left: 0px;
  margin-right: 0px;
}
.enterprise-profile-view .align-beacon-not-stack-minutes-error {
  position: absolute;
  bottom: -12px;
}
.enterprise-profile-view .beacon-trace-minutes-to-not-stack-after-move p {
  position: absolute;
}
.enterprise-profile-view .overriden-field-options label {
  font-weight: 300;
}
.enterprise-profile-view .text-italic {
  font-style: italic;
}
.enterprise-profile-view .parent-enterprise-external-identity {
  padding: 30px 0px 0px 15px;
  margin-bottom: 13px;
}
.active-offenders-appointments-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.active-offenders-appointments-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.active-offenders-appointments-modal .modal-header .glyphicon {
  font-size: 20px;
}
.active-offenders-appointments-modal .modal-body mat-paginator.pagination-controls {
  margin-bottom: 5px;
}
.active-offenders-appointments-modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.active-offenders-appointments-modal .error-message {
  color: red;
}
.active-offenders-appointments-modal .grid-header {
  font-size: 15px;
  font-weight: bold;
}
.active-offenders-appointments-modal .grid-data {
  width: 100%;
  display: inline-block;
}
.active-offenders-appointments-modal .modal-message {
  padding: 10px;
}

.cdk-overlay-container {
  z-index: 1050 !important;
}

.dashboard-view h2 {
  margin-bottom: 0;
}
.dashboard-view .show-label-in-two-lines .ui-grid-header-cell-label {
  white-space: normal;
}
.dashboard-view .danger {
  background-color: #ffc7c7;
  padding: 5px;
  border-radius: 5px;
}
.dashboard-view .center {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.dashboard-view .bottom-margin {
  margin-bottom: 10px;
}
.dashboard-view__content {
  margin-bottom: 15px;
}
.dashboard-view__bottom-data-border {
  border-bottom: 1px solid #eeeeee;
  padding: 6px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.dashboard-view__data-visualization-transition {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.dashboard-view__data-visualizations {
  overflow: hidden;
  margin-top: 15px;
}
.dashboard-view__data-visualizations--hide {
  max-height: 0;
  margin-bottom: 0;
}
.dashboard-view__data-visualizations--show {
  max-height: 330px;
  margin-bottom: 15px;
}
.dashboard-view__data-visualization {
  background-color: #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.dashboard-view__attention-status {
  height: 60px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dashboard-view__attention-status--high {
  background-color: #ed1c24;
}
.dashboard-view__attention-status--med {
  background-color: #ffcb00;
}
.dashboard-view__attention-status--low {
  background-color: #5fc8d5;
}
.dashboard-view__color-picker-label {
  display: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-view__color-picker {
  display: inline-block;
  width: 40px;
  height: 20px;
}
.dashboard-view .ui-grid-canvas {
  padding-top: 0;
}
.dashboard-view .ui-grid-cell input[type=checkbox] {
  margin: 9px 6px 7px 0;
  width: auto;
}
.dashboard-view .ui-grid-cell label, .dashboard-view .ui-grid-header-cell label {
  font-weight: 400;
  margin: 0 !important;
}
.dashboard-view__map-container {
  height: 75vh;
}
.dashboard-view .tabbed-panel__inital-state {
  top: 125px;
}
.dashboard-view .ui-grid-cell-overflow-visible {
  overflow: visible;
}
.dashboard-view .dropdown-menu, .dashboard-view .dropdown-menu-right {
  border: none;
  padding: 0;
  z-index: 10000;
}
.dashboard-view .dropdown-menu h4, .dashboard-view .dropdown-menu-right h4 {
  margin: 10px 5px;
  font-weight: bold;
}
.dashboard-view .dropdown-menu ul, .dashboard-view .dropdown-menu-right ul {
  padding: 0;
}
.dashboard-view .dropdown-menu ul a, .dashboard-view .dropdown-menu-right ul a {
  display: block;
}
.dashboard-view .alarm {
  display: table-row;
}
.dashboard-view .alarm:nth-child(odd) {
  background-color: #fafafa;
}
.dashboard-view .alarm a {
  border-top: 1px solid #f0f0f0;
  padding: 0;
  white-space: normal;
}
.dashboard-view .alarm a:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.dashboard-view .alarm .alarm__none-message {
  padding: 15px;
}
.dashboard-view .alarm__item {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  height: 35px;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
}
.dashboard-view .alarm__item--type, .dashboard-view .alarm__item--offender-name, .dashboard-view .alarm__item--status, .dashboard-view .alarm__item--date-time {
  min-width: 125px;
  padding: 5px 10px 5px 0;
}
.dashboard-view .alarm__item--type, .dashboard-view .alarm__item--date-time {
  padding: 5px 10px;
}
.dashboard-view .alarm__item--offender-name {
  text-decoration: underline;
}
.dashboard-view .alarm__severity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dashboard-view .alarm__severity--high {
  background-color: #ed1c24;
}
.dashboard-view .alarm__severity--med {
  background-color: #ffcb00;
}
.dashboard-view .alarm__severity--low {
  background-color: #5fc8d5;
}
.dashboard-view .custom-dropdown {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 45px;
}
.dashboard-view .caseload-status-heading {
  width: 16%;
  font-size: 18px;
  color: black;
  float: left;
  padding: 5px;
}
.dashboard-view .align-show-on-map-and-map-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.device-form-modal .modal-header .modal-title {
  float: left;
}
.device-form-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.device-form-modal .modal-header .glyphicon {
  font-size: 20px;
}
.device-form-modal__autocomplete-result {
  cursor: pointer;
}
.device-form-modal__test-button {
  padding-top: 22px;
}
body[dir=rtl] .modal-offender-name {
  float: left !important;
  margin-left: 30px;
}

.enrollment-case-form-modal .modal-header .modal-title {
  float: left;
}
.enrollment-case-form-modal .modal-header .modal-offender-name {
  float: right;
  margin-right: 30px;
}
.enrollment-case-form-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.enrollment-case-form-modal .modal-header > .glyphicon {
  font-size: 20px;
}
.enrollment-case-form-modal .glyphicon-file {
  cursor: pointer;
}
.enrollment-case-form-modal .currency-input {
  text-align: right;
}
.enrollment-case-form-modal .enterprise-label {
  display: inherit;
}

.my-account-view .glyphicon-remove {
  cursor: pointer;
}
.my-account-view__content {
  padding-top: 6px;
}
.my-account-view h1 {
  margin-top: 21px;
  margin-bottom: 24px;
}
.my-account-view__section {
  margin: 0 -15px;
  padding: 20px 30px;
  border-bottom: 1px solid #dadada;
}
.my-account-view__section:last-child {
  border: none;
}
.my-account-view__section--edit {
  background: #f0f0f0;
}
.my-account-view__section-header {
  margin-bottom: 15px;
}
.my-account-view__section-header h2 {
  display: inline;
  vertical-align: middle;
}
.my-account-view__section-footer {
  margin-top: 15px;
}
.my-account-view__address {
  margin-top: 30px;
}
.my-account-view__address-heading, .my-account-view__backup-contact-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.my-account-view__backup-contact {
  margin-bottom: 20px;
}
.my-account-view__remove-backup-contact-button, .my-account-view__remove-physical-address-button {
  margin-top: 24px;
}
.my-account-view__dark-hr {
  border-top: 1px solid #dadada;
}
.not-found {
  text-align: center;
  background-color: palevioletred;
}
.offender-list-view__content {
  padding: 15px 0;
}

.ui-grid-pager-row-count-picker {
  display: none;
}

.ui-grid-pager-max-pages-number {
  vertical-align: middle !important;
}
.offender-list .ui-grid-canvas {
  padding-top: 0;
}
.offender-list .ui-grid-allow-overflow {
  overflow: visible !important;
}
.offender-list .anchor-disabled, .offender-list .anchor-disabled:hover {
  color: #c1bcbc;
}
.offender-summary-view {
  color: #191919;
}
.offender-summary-view .layout-full .page-content {
  padding: 0;
}
.offender-summary-view h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.offender-summary-view h4 {
  font-weight: bold;
}
.offender-summary-view h5 {
  color: #646464;
  margin: 20px 0 5px;
}
.offender-summary-view .ui-grid .glyphicon-file {
  display: inline-block;
  margin-bottom: 5px;
}
.offender-summary-view .offender-photo {
  margin-top: 20px;
}
.offender-summary-view .victims-acquaintances .row {
  margin-top: 10px;
}
.offender-summary-view .glyphicon-off {
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.offender-summary-view .power-icon-contianer {
  text-align: center;
}
.offender-summary-view__containing-row {
  background-color: #dadada;
}
.offender-summary-view__side-bar {
  padding-top: 10px;
}
.offender-summary-view__side-bar a {
  color: #191919;
  text-decoration: underline;
}
.offender-summary-view__recent-alarms {
  padding-top: 100px;
}
.offender-summary-view__analytics-button {
  background-color: GoldenRod;
}
.offender-summary-view .tab-container {
  padding-left: 0;
  padding-right: 0;
  background: #ffffff;
}
.offender-summary-view .tab-content {
  padding-left: 15px;
  padding-right: 15px;
}
.offender-summary-view .devices h5 {
  margin: 4px 0;
}
.offender-summary-view .devices h5:first-child {
  margin-top: 0;
}
.offender-summary-view .devices .row {
  margin-top: 10px;
}
.offender-summary-view .tabs {
  background-color: #DADADA;
  color: #555;
}
.offender-summary-view .tabs__tab {
  border-right: 1px solid #C5C5C5;
  cursor: pointer;
  float: left;
  height: 70px;
  max-width: 17%;
  position: relative;
  text-align: center;
  width: 16.6666667%;
}
.offender-summary-view .tabs__tab:last-child {
  border-right: 1px solid #C5C5C5;
}
.offender-summary-view .tabs__tab.tabs__tab--selected {
  background-color: #ffffff;
  font-weight: bold;
}
.offender-summary-view .tabs__tab.tabs__tab--two-lines {
  padding-top: 15px;
}
.offender-summary-view .tabs__tab .tabs__tab-text {
  bottom: 0;
  padding: 0 22px 10px;
  position: absolute;
  width: 100%;
}

.offender-summary-view__map-panel {
  margin-top: 0px;
}
.offender-summary-view__map-container {
  height: 75vh;
  margin-right: -15px;
}
.offender-summary-view__map {
  padding-right: 10px;
}
.offender-summary-view__side-bar {
  border-right: 1px solid #C5C5C5;
  padding-bottom: 15px;
}
.offender-summary-view .tabbed-panel__inital-state {
  top: 125px;
}
.offender-summary-view .offender-profile-details {
  padding-bottom: 20px;
}
.recent-alarms .position-context {
  position: relative;
  padding-bottom: 25px;
}
.recent-alarms .sliding-container-wrap .slide-btn {
  background-color: #dadada;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 20px;
  left: 50%;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 33px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.recent-alarms .sliding-container-closed {
  overflow: hidden;
}
.recent-alarms .sliding-container {
  position: relative;
  background-color: #dadada;
  max-height: 0;
  padding-bottom: 0;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.recent-alarms .sliding-container--expanded {
  max-height: 5000px;
}
.recent-alarms .sliding-container-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.user-list-view__content {
  padding: 15px 0;
}
.add-user-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.add-user-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.add-user-modal .modal-header .glyphicon {
  font-size: 20px;
}
.user-list__button {
  margin-bottom: 10px;
}
.user-list-view__row--edit {
  text-transform: uppercase;
  width: 95%;
}
.user-list .user-email-col {
  word-break: break-all;
  text-align: left;
}
.user-list .role-tooltip .tooltip-inner {
  color: white;
  background-color: #939598;
  text-align: left;
}
.user-profile-view {
  padding-bottom: 20px;
}
.user-profile-view .user-profile-enterprise {
  cursor: pointer;
}
.user-profile-view .delete-btn {
  margin-top: 20px;
}
.user-profile-view .glyphicon-remove {
  cursor: pointer;
}
.user-profile-view__content {
  padding-top: 6px;
}
.user-profile-view h1 {
  margin-top: 21px;
  margin-bottom: 24px;
}
.user-profile-view__section {
  margin: 0 -15px;
  padding: 20px 30px;
  border-bottom: 1px solid #dadada;
}
.user-profile-view__section:last-child {
  border: none;
}
.user-profile-view__section--edit {
  background: #f0f0f0;
}
.user-profile-view__section-header {
  margin-bottom: 15px;
}
.user-profile-view__section-header h2 {
  display: inline;
  vertical-align: middle;
}
.user-profile-view__section-footer {
  margin-top: 15px;
}
.user-profile-view__address {
  margin-top: 30px;
}
.user-profile-view__address-heading, .user-profile-view__backup-contact-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.user-profile-view__backup-contact {
  margin-bottom: 20px;
}
.user-profile-view__remove-backup-contact-button, .user-profile-view__remove-physical-address-button {
  margin-top: 24px;
}
.user-profile-view__dark-hr {
  border-top: 1px solid #dadada;
}
.restore-user-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.restore-user-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.restore-user-modal .modal-header .glyphicon {
  font-size: 20px;
}
.report-row:first-of-type {
  margin-top: 30px;
}

.alarm-suspension-view .nav-tabs {
  background-color: #ffffff;
  border-bottom: 3px solid #dadada;
}
.alarm-suspension-view .tab-content {
  padding: 0;
}
.alarm-suspension-view__content-tab a {
  padding: 6px !important;
}
.enterprise-reassignment-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.enterprise-reassignment-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.enterprise-reassignment-modal .modal-header .glyphicon {
  font-size: 20px;
}
.archive-offender-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.archive-offender-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.archive-offender-modal .modal-header .glyphicon {
  font-size: 20px;
}
.archive-offender-modal .modal-footer {
  display: block;
}
.unarchive-offender-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.unarchive-offender-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.unarchive-offender-modal .modal-header .glyphicon {
  font-size: 20px;
}
.unarchive-offender-modal .modal-footer {
  display: block;
}

.court-report-view .top-button {
  margin-top: 20px;
}
.court-report-view geozone-control-frame {
  height: calc(100vh - 300px);
  display: block;
}


body[dir=rtl] .offender-enrollment-view__steps li {
  float: right;
}
body[dir=rtl] .offender-enrollment-view__steps a {
  padding-left: 20px;
  padding-right: 30px;
}
body[dir=rtl] .offender-enrollment-view__steps a:after, body[dir=rtl] .offender-enrollment-view__steps a span:after {
  right: auto;
  left: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body[dir=rtl] .offender-enrollment-view__steps a .offender-enrollment-view__step-name:after {
  right: auto;
  left: -23px;
  -webkit-transform: scale(1.2) rotate(180deg);
          transform: scale(1.2) rotate(180deg);
}
body[dir=rtl] .offender-enrollment-view__steps li:last-child a {
  padding-right: 30px;
}

body[dir=rtl] .offender-enrollment-view .offender-enrollment-view__linear-btn--previous {
  float: right;
}
body[dir=rtl] .offender-enrollment-view .offender-enrollment-view__linear-btn--next, body[dir=rtl] .offender-enrollment-view .offender-enrollment-view__linear-btn--cancel {
  float: left;
}
body[dir=rtl] .offender-enrollment-view .offender-enrollment-view__linear-btn--cancel {
  margin-right: 0;
  margin-left: 10px;
}

.offender-enrollment-view .page-content {
  padding: 10px 0 0 0;
}
.offender-enrollment-view .page-container {
  padding-left: 0;
  padding-right: 0;
}
.offender-enrollment-view .enrollment-step {
  display: block;
  height: calc(100vh - 345px);
}
.offender-enrollment-view__steps {
  list-style-type: none;
  margin: 0 -25px 30px -25px;
  overflow: hidden;
  padding: 0 20px;
}
.offender-enrollment-view__steps li {
  float: left;
  position: relative;
}
.offender-enrollment-view__steps a {
  background-color: #a1a1a1;
  color: #ffffff;
  display: inline-block;
  height: 120px;
  padding-left: 30px;
  padding-right: 20px;
  width: 100%;
}
.offender-enrollment-view__steps a.active {
  background-color: #e4e4e4;
  color: #333333;
}
.offender-enrollment-view__steps a.active:after {
  border-left: solid 20px #e4e4e4;
}
.offender-enrollment-view__steps a:after, .offender-enrollment-view__steps a span:after {
  border-bottom: solid 60px transparent;
  border-left: solid 20px #a1a1a1;
  border-top: solid 60px transparent;
  content: "";
  display: inline-block;
  height: 40px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  z-index: 2;
}
.offender-enrollment-view__steps a .offender-enrollment-view__step-num, .offender-enrollment-view__steps a .offender-enrollment-view__step-name {
  display: inline-block;
}
.offender-enrollment-view__steps a .offender-enrollment-view__step-num {
  display: block;
  font-size: 12px;
  margin-top: 24px;
}
@media screen and (min-width: 992px) {
  .offender-enrollment-view__steps a .offender-enrollment-view__step-num {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .offender-enrollment-view__steps a .offender-enrollment-view__step-num {
    margin-top: 12px;
  }
}
.offender-enrollment-view__steps a .offender-enrollment-view__step-name:after {
  border-left: solid 20px #ffffff;
  right: -23px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 1;
}
.offender-enrollment-view__steps a:hover {
  background-color: #d7d7d7;
  color: #333333;
  text-decoration: none;
}
.offender-enrollment-view__steps a:hover:after {
  border-left: solid 20px #d7d7d7;
}
@media screen and (min-width: 992px) {
  .offender-enrollment-view__steps a {
    height: 86px;
  }
  .offender-enrollment-view__steps a:after, .offender-enrollment-view__steps a span:after {
    border-bottom: solid 43px transparent;
    border-top: solid 43px transparent;
  }
}
@media screen and (min-width: 1200px) {
  .offender-enrollment-view__steps a {
    height: 60px;
  }
  .offender-enrollment-view__steps a:after, .offender-enrollment-view__steps a span:after {
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
  }
}
.offender-enrollment-view__steps .offender-enrollment-view__step--one {
  width: 18%;
}
.offender-enrollment-view__steps .offender-enrollment-view__step--two {
  width: 19%;
}
.offender-enrollment-view__steps .offender-enrollment-view__step--three {
  width: 27%;
}
.offender-enrollment-view__steps .offender-enrollment-view__step--four {
  width: 18%;
}
.offender-enrollment-view__steps .offender-enrollment-view__step--five {
  width: 18%;
}
.offender-enrollment-view__steps li:last-child a {
  padding-right: 20px;
}
.offender-enrollment-view__steps li:last-child a:after, .offender-enrollment-view__steps li:last-child span:after {
  display: none;
}
.offender-enrollment-view__steps li:last-child .offender-enrollment-view__step-name {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .offender-enrollment-view__steps li:last-child .offender-enrollment-view__step-name {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .offender-enrollment-view__steps li:last-child .offender-enrollment-view__step-name {
    margin-top: 20px;
  }
}

.offender-enrollment-view__subsection--title {
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: solid #ccc 1px;
}

.offender-enrollment-view .offender-enrollment-view__linear-nav {
  background-color: #999999;
  padding: 6px 65px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}
.offender-enrollment-view .offender-enrollment-view__linear-btn {
  background-color: #666;
  color: #ffffff;
  padding: 8px 15px;
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}
.offender-enrollment-view .offender-enrollment-view__linear-btn:hover {
  text-decoration: none;
  cursor: pointer;
}
.offender-enrollment-view .offender-enrollment-view__linear-btn--previous {
  float: left;
}
.offender-enrollment-view .offender-enrollment-view__linear-btn--next, .offender-enrollment-view .offender-enrollment-view__linear-btn--cancel {
  float: right;
}
.offender-enrollment-view .offender-enrollment-view__linear-btn--cancel {
  margin-right: 10px;
}
.offender-enrollment-view .offender-enrollment-view__linear-btn--cancel {
  color: #666;
  background-color: #ffffff;
}

body[dir=rtl] .enrollment-step1__level--first {
  padding-left: 6px;
  padding-right: 15px;
}

@media screen and (min-width: 1200px) {
  body[dir=rtl] .enrollment-step1__level {
    float: right;
  }
}

.enrollment-step1 {
  position: relative;
}
.enrollment-step1 .subsection-divider {
  border-top: 1px solid #ccc;
}
.enrollment-step1__tab-content .glyphicon-info-sign {
  color: #999999;
}

.enrollment-step1__details-column-2 {
  margin-bottom: 15px;
}
.enrollment-step1 .high-profile-checkbox {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 3px !important;
}
.enrollment-step1 .high-profile-checkbox-label {
  font-weight: bold !important;
}
.enrollment-step1 .label-header {
  margin-top: 15px;
  display: block;
}
.enrollment-step1__preferred-name {
  margin-bottom: 15px;
}

.enrollment-step1__tags select {
  height: 80px;
  width: 90%;
}

.enrollment-step1__risk-level input {
  display: inline-block;
}
.enrollment-step1__risk-level label {
  display: inline-block;
}

.enrollment-step1__level {
  padding: 0 15px;
  float: none;
}
.enrollment-step1__level label {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  .enrollment-step1__level {
    float: left;
    text-align: center;
    padding: 0 6px;
  }
}

.enrollment-step1__level--first {
  padding-left: 15px;
}

.enrollment-step1__boxes {
  display: inline-block;
}

.enrollment-step1__box {
  border: solid #ccc 1px;
  display: inline-block;
  height: 13px;
  margin-bottom: -3px;
  width: 10px;
}

.enrollment-step1__risk-box {
  display: inline-block;
  margin-top: 3px;
}

.enrollment-step1__image {
  text-align: center;
}

.enrollment-step1__button {
  margin-top: 10px;
}

.enrollment-step1__button--load-all {
  background-color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.enrollment-step1__contact-buttons {
  text-align: right;
}
.enrollment-step1__contact-buttons :first-child {
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .enrollment-step1__show-all {
    width: 90%;
    margin: 0 auto;
  }
}
.enrollment-step1 .enrollment-step1__risk-level-block label {
  padding: 0px;
}
.enrollment-step1 .risk-level-label {
  margin-left: -15px;
}
.enrollment-step1 .high-profile-box {
  width: 70%;
}
.enrollment-step1 person-height .label-header {
  margin-top: 0px;
}
.enrollment-step1 .form-group {
  margin-bottom: 5px;
}
.enrollment-step1 .required-select {
  height: auto;
}
.enrollment-step1 div.salutation-suffix:first-of-type {
  width: 24%;
  float: left;
  padding: 0px 1px 0px 14px;
}
.enrollment-step2__header {
  padding-bottom: 9px;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
.enrollment-step2__open-cases-warning {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .enrollment-step2 {
    width: 90%;
    margin: 0 auto;
  }
}
.enrollment-step3__header {
  padding-bottom: 9px;
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (min-width: 1200px) {
  .enrollment-step3 {
    width: 90%;
    margin: 0 auto;
  }
}
.enrollment-step4 {
  margin-top: -20px;
}
.enrollment-step4__header {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.enrollment-step4 .map-wrapper {
  min-height: 500px !important;
}

.step4-content__private-bottom-border {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}

.step4-content__private-left-border {
  border-left: 1px solid #e2e2e2;
}
.step4-content__private-left-border img {
  margin-left: -15px;
}

.step4-content__align-checkboxes {
  padding-left: 15px;
}
@media screen and (min-width: 1200px) {
  .enrollment-review__section {
    width: 90%;
    margin: 0 auto;
  }
}
.enrollment-review h2 {
  margin-top: 0 !important;
}
.enrollment-review .acquaintance-grid {
  margin-top: 20px;
}
.enrollment-review__step-one-header {
  padding-top: 15px;
}
.enrollment-review .avatar {
  max-width: 140px;
  height: auto;
}
.enrollment-review #offender-id-type {
  margin-right: 20px;
}
.enrollment-review .last-row {
  margin-bottom: 100px;
}
.enrollment-review .label-header {
  margin-top: 15px;
  display: block;
}

.enrollment-review__label-padding {
  padding-top: 15px;
}
.address-form {
  margin-bottom: 15px;
}
.address-form .glyphicon-remove {
  color: #191919;
  text-align: right;
}
.address-form label {
  margin-top: 0;
}
.address-form__checkbox-container {
  margin-bottom: 0;
}
.address-form__checkbox-container label {
  margin-top: 2px;
  font-weight: bold;
}

.address-form .address-form__beacon-button {
  width: auto;
  margin: 6px 0;
}
.address-form .address-form__line2-input, .address-form .address-form__property-owner {
  width: 100%;
}
.address-form .address-form__line1-input input {
  width: 100%;
}
.address-form__add-container {
  color: #191919 !important;
  cursor: pointer !important;
  text-align: center !important;
}
.address-form .margin-top-20 {
  margin-top: 20px;
}
.address-form #address-type p.text-danger {
  margin: 0 0 0px;
}

.offender-enrollment-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.offender-enrollment-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.offender-enrollment-modal .modal-body .body-content {
  width: 90%;
  margin: 0 auto;
}
.offender-enrollment-modal .modal-body .step1 {
  min-height: 260px;
  margin: 25px 0 0 0;
}
.offender-enrollment-modal .modal-body .step1 .selection-button {
  /* Medium devices (desktops, 992px and up) */
  width: 200px;
  height: 200px;
  border: 1px solid #D7D7D7;
  border-radius: 115px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 992px) {
  .offender-enrollment-modal .modal-body .step1 .selection-button {
    width: 225px;
    height: 225px;
  }
}
.offender-enrollment-modal .modal-body .step1 .selection-button .center-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.offender-enrollment-modal .modal-body .step1 .new-enrollment__icon {
  margin: 0 auto;
  margin-bottom: 30px;
}
.offender-enrollment-modal .modal-body .step1 .new-enrollment__create {
  margin: 0 auto;
}
.offender-enrollment-modal .modal-body .step1 .middle-cell {
  text-align: center;
  font-size: 18px;
  height: 225px;
}
.offender-enrollment-modal .modal-body .step1 .middle-cell .center-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.offender-enrollment-modal .modal-body .step1 .middle-cell .middle-word {
  margin: 0 10px;
}
.offender-enrollment-modal .modal-body .step1 .middle-cell .faded {
  color: #D7D7D7;
}
.offender-enrollment-modal .modal-body .step1 .search-offenders__icon {
  margin: 0 auto;
  margin-bottom: 20px;
}
.offender-enrollment-modal .modal-body .step1 .search-offenders__create {
  margin: 0 auto;
}
.offender-enrollment-modal .modal-body .step2 {
  position: relative;
  top: 10%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  margin-top: 25px;
}
.offender-enrollment-modal .modal-body .step2 .find-offender {
  width: 50%;
  margin: 0 auto;
}
.offender-enrollment-modal .modal-body .step2 .find-offender__no-results {
  margin-top: 5px;
}
.offender-enrollment-modal .modal-body .step2 .find-offender__new-enrollment {
  margin-top: 40px;
}
.offender-enrollment-modal .modal-body .step2 .find-offender__new-enrollment a {
  margin-left: 15px;
  cursor: pointer;
}
.offender-enrollment-modal .modal-body .step2 .find-offender_label {
  font-weight: bold;
}
.offender-enrollment-modal .step3 {
  padding: 15px;
}
.offender-enrollment-modal .modal-footer {
  display: block;
}
.vehicle-detail-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.vehicle-detail-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.vehicle-detail-modal .modal-header .glyphicon {
  font-size: 20px;
}
.vehicle-detail-modal .error {
  margin: 5px 0 0 0;
  color: #ed1c24;
}
.document-detail-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.document-detail-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.document-detail-modal .modal-header .glyphicon {
  font-size: 20px;
}
.document-detail-modal .file-selector {
  margin-top: 26px;
}
.document-detail-modal .document-file-selector {
  width: 25%;
  display: inline-block;
}
.document-detail-modal .document-file-name {
  display: inline-block;
  width: 74%;
  text-overflow: ellipsis;
}
.document-detail-modal .drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  width: 200px;
  height: 95px;
  text-align: center;
  padding-top: 25px;
}
.document-detail-modal .dragover {
  border: 5px dashed blue;
}
.document-detail-modal .error-text {
  color: #ff0000;
  display: inline-block;
  margin-right: 10px;
}
.address-view .address-view__address {
  margin: 0;
}
.address-view .geozone-description {
  padding-left: 0;
}
.address-view .geozone-description li {
  list-style: none;
  padding: 5px 0;
}
.address-view__type {
  margin-top: 10px;
}

.address-view__address {
  margin-left: 3px;
}

.address-view__extra-controls {
  margin-left: 5px;
  cursor: pointer;
}

.address-view__extra-controls:hover {
  color: #191919;
}

.address-view__highlight {
  background-color: #ffffff;
  outline: 1px solid #e2e2e2;
}
.device-notes-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.device-notes-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.device-notes-modal .modal-header .glyphicon {
  font-size: 20px;
}

.medical-details__header--right {
  text-align: right;
}
.medical-details__btn--edit {
  margin-top: 40px;
}
.medical-details__save-cancel {
  margin-top: 18px;
}
.medical-details__save-cancel--save {
  margin-right: 16px;
}
.medical-details__save-cancel--cancel {
  margin-right: 16px;
}
.dashboard-view .expandableRow {
  background-color: #eeeeee;
}

.dashboard-expanded-row {
  margin: 0;
  padding-left: 20px;
}
.dashboard-expanded-row__column {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  border-left: 1px solid #dadada;
}
.dashboard-expanded-row__column:first-child {
  border: none;
}
.dashboard-expanded-row__device {
  margin-bottom: 30px;
}
.dashboard-expanded-row__device .glyphicon-off {
  cursor: pointer;
}
.dashboard-expanded-row__victims {
  margin-top: 10px;
}
.dashboard-expanded-row .dropdown-menu, .dashboard-expanded-row .dropdown-menu-right {
  border: none;
  padding: 0;
  z-index: 10000;
}
.dashboard-expanded-row .dropdown-menu h4, .dashboard-expanded-row .dropdown-menu-right h4 {
  margin: 10px 5px;
  font-weight: bold;
}
.dashboard-expanded-row .dropdown-menu ul, .dashboard-expanded-row .dropdown-menu-right ul {
  padding: 0;
}
.dashboard-expanded-row .dropdown-menu ul a, .dashboard-expanded-row .dropdown-menu-right ul a {
  display: block;
}
.dashboard-expanded-row .alarm {
  display: table-row;
}
.dashboard-expanded-row .alarm:nth-child(odd) {
  background-color: #fafafa;
}
.dashboard-expanded-row .alarm a {
  border-top: 1px solid #f0f0f0;
  padding: 0;
  white-space: normal;
}
.dashboard-expanded-row .alarm a:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.dashboard-expanded-row .alarm .alarm__none-message {
  padding: 15px;
}
.dashboard-expanded-row .alarm__item {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
  height: 35px;
  overflow: hidden;
  padding-right: 10px;
  position: relative;
}
.dashboard-expanded-row .alarm__item--type, .dashboard-expanded-row .alarm__item--offender-name, .dashboard-expanded-row .alarm__item--status, .dashboard-expanded-row .alarm__item--date-time {
  min-width: 125px;
  padding: 5px 10px 5px 0;
}
.dashboard-expanded-row .alarm__item--type, .dashboard-expanded-row .alarm__item--date-time {
  padding: 5px 10px;
}
.dashboard-expanded-row .alarm__item--offender-name {
  text-decoration: underline;
}
.dashboard-expanded-row .alarm__severity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dashboard-expanded-row .alarm__severity--high {
  background-color: #ed1c24;
}
.dashboard-expanded-row .alarm__severity--med {
  background-color: #ffcb00;
}
.dashboard-expanded-row .alarm__severity--low {
  background-color: #5fc8d5;
}
.device-command-control-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.device-command-control-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.device-command-control-modal .modal-header .glyphicon {
  font-size: 20px;
}
.device-command-control-modal .device-status-reason-row:not(:last-child) {
  margin-bottom: 10px;
}
.device-command-control-modal__column {
  margin-top: 5px;
}
.todo-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.todo-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.todo-modal .modal-header .glyphicon {
  font-size: 20px;
}
.todo-modal .input-align {
  margin-top: 33px;
}
.todo-modal__time .btn.btn-default {
  height: 34px;
  margin-left: 5px;
  margin-top: -2px;
}
.todo-modal__recurring {
  margin-right: 10px;
}
.todo-modal__recurring-period {
  margin-top: 24px;
}
.todo-modal__description {
  margin-top: 15px;
}
.todo-modal__description textarea {
  max-width: 100%;
}
.expandable-grid-header {
  padding: 5px 0;
  vertical-align: center;
  color: #000;
}
.expandable-grid-header .btn--chevron {
  margin-bottom: 4px;
  margin-left: 10px;
}
.expandable-grid-header .btn--chevron:focus, .expandable-grid-header .btn--chevron:active {
  outline: none;
}
.expandable-grid-header .btn--ellipsis {
  margin-top: 5px;
}
.expandable-grid-header span {
  display: inline-block;
  margin-top: 10px;
}
.expandable-grid-header__button-col span {
  padding-left: 10px;
}

.expandable-grid-header__column {
  float: left;
  width: 20%;
}

.expandable-grid-header__column--expand-btn {
  width: 4%;
}

.expandable-grid-header__column--category {
  width: 20%;
}

.expandable-grid-header__column--location-num {
  width: 20%;
}

.expandable-grid-header__column--default-zone {
  width: 20%;
}

.expandable-grid-header--gray {
  background-color: #f2f2f2;
}

.expandable-grid {
  border-top: solid #D9D9D9 1px;
  border-bottom: solid #D9D9D9 4px;
}
.expandable-grid .ui-grid-header-cell-primary-focus {
  text-align: center;
}
.expandable-grid .ui-grid-cell-contents {
  color: #000;
}
.caseload-reassignment-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.caseload-reassignment-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.caseload-reassignment-modal .modal-header .glyphicon {
  font-size: 20px;
}
.caseload-reassignment-modal .modal-footer {
  display: block;
}
.geozone-schedule {
  margin-top: 5px;
}
.geozone-schedule__inclusion-type {
  color: #89c541;
}
.geozone-schedule .add-margin {
  margin-bottom: 10px;
}
.geozone-schedule__exclusion-type {
  color: #ed1c24;
}
.geozone-schedule__table table {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  margin-top: 20px;
  table-layout: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.geozone-schedule__table table tr {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
.geozone-schedule__table table th {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  padding: 0 !important;
}
.geozone-schedule__table table td {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  background-clip: padding-box !important;
  position: relative;
  padding: 0px !important;
  height: 0;
  vertical-align: middle;
}
.geozone-schedule__table table td.schedule-cell {
  cursor: cell;
}
.geozone-schedule__table table td.schedule-cell__disabled {
  cursor: not-allowed;
}
.geozone-schedule__table table td.schedule-cell:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  opacity: 0.5;
}
.geozone-schedule__table table td.inclusion {
  background: #89c541;
}
.geozone-schedule__table table td.exclusion {
  background: #ed1c24;
}
.geozone-schedule__table table td.inclusion-exclusion-mix {
  background: #ffcb00;
}
.geozone-schedule__table table td.out-of-range {
  background: #777777;
}
.geozone-schedule__table table td.highlighted:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #e6e6e6;
  opacity: 0.5;
}
.geozone-schedule__table table td.highlighted-red:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #e7121a;
  opacity: 0.5;
}
.geozone-schedule .schedule-row-hover {
  color: #f5f5f5;
  background: #939598;
}
.geozone-schedule__forth-row {
  border-bottom-color: #939598 !important;
}
.geozone-schedule__other-rows {
  border-bottom-color: #ddd !important;
}
.geozone-schedule__other-rows-th {
  border-bottom-color: transparent !important;
}
.geozone-schedule .flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.geozone-schedule .flex-right .btn-group {
  margin-left: 5px;
}
.geozone-schedule__table-header {
  color: #ffffff;
  background-color: #939598;
}
.geozone-schedule__resolution {
  font-size: small;
}
.geozone-schedule__schedule-dropdown-container {
  width: 100% !important;
}
.geozone-schedule__schedule-dropdown-container ul li {
  overflow: hidden;
}
.geozone-schedule__schedule-dropdown-item {
  cursor: pointer;
}
.geozone-schedule__schedule-dropdown-item.future-schedule {
  font-style: italic;
}
.geozone-schedule__schedule-dropdown-item.selected-schedule {
  background-color: #e6e6e6;
}
.geozone-schedule__schedule-dropdown-item:hover {
  background-color: #f5f5f5;
}
.geozone-schedule__schedule-dropdown-item a {
  margin-left: 15px;
}
.geozone-schedule__schedule-dropdown-item__dates {
  float: right;
  width: 55%;
}
.geozone-schedule__schedule-dropdown-item__dates.only-one-item {
  margin-right: 10px;
  text-align: right;
}
.geozone-schedule__schedule-dropdown {
  text-align: left !important;
}
.geozone-schedule__schedule-dropdown .schedule-range {
  margin-left: 15px;
}
.geozone-schedule__schedule-name {
  width: 100%;
}
.geozone-schedule__schedule-name required-input {
  width: 100%;
}
.geozone-schedule__schedule-name required-input p {
  position: absolute;
  top: 34px;
}
.geozone-schedule__schedule-name required-input p::before {
  content: "";
  margin-bottom: 10px;
}
.geozone-schedule__schedule-name required-input .form-group {
  width: 100%;
}
.geozone-schedule__schedule-name required-input .form-group .form-control {
  width: 100% !important;
}
.geozone-schedule__dropdown-buttons {
  width: 1% !important;
}
.geozone-schedule__dropdown-buttons .btn-default.active {
  border-right-width: 2px;
}
.geozone-schedule__schedule-dropdown-button {
  width: 100%;
  text-align: left;
  float: none !important;
}
.geozone-schedule__schedules-dropdown-caret {
  margin-top: 3px;
  margin-right: 3px;
}
.geozone-schedule__tab-group-container {
  float: none;
  white-space: nowrap;
  margin-bottom: 20px;
}
.geozone-schedule__address-label {
  margin-top: 5px;
}
.geozone-schedule .grid-loading-overlay {
  min-height: 1000px;
}
.geozone-schedule .no-padding {
  padding: 0;
}
.geozone-schedule .small {
  margin-top: 10px !important;
}
.geozone-schedule .label-message {
  color: #cc0000;
  font-size: 13px;
  text-indent: -2.9em;
}
.geozone-schedule__footer .btn {
  margin-right: 5px;
}
.geozone-schedule .limited-text-area .form-group, .geozone-schedule .limited-text-area textarea {
  width: 100%;
}
.geozone-schedule .dropdown-selected-item {
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

#passcode-search {
  outline: none;
}

.passcode-search-btn i {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  top: 3px;
}
.passcode-search-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.passcode-search-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.passcode-search-modal .modal-header .glyphicon {
  font-size: 20px;
}
.passcode-search-modal .modal-body .btn-search {
  margin-left: 15px;
}
.passcode-search-modal .modal-body .passcode-search-messages {
  padding: 15px 15px 0 15px;
}
body[dir=rtl] .tracking-history .tracking-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
body[dir=rtl] .tracking-history .tracking-victim-row, body[dir=rtl] .tracking-history .tracking-alarm-row {
  padding-left: 0;
  padding-right: 80px;
}
body[dir=rtl] .tracking-history .geocode-street-address {
  direction: ltr;
  float: left;
}

.app .tracking-history {
  padding-top: 20px;
}
.app .tracking-history .tracking-row, .app .tracking-history .tracking-row .ui-grid-cell {
  height: 100%;
}
.app .tracking-history .inner-row-container {
  display: block;
  height: 100%;
}
.app .tracking-history .inner-row {
  height: 60px;
}
.app .tracking-history .tracking-victim-row, .app .tracking-history .tracking-alarm-row, .app .tracking-history .tracking-alarm-row .ui-grid-cell {
  height: 40px !important;
  width: 100%;
  padding-left: 80px;
}
.app .tracking-history .ui-grid-row {
  height: auto !important;
}
.app .tracking-history .table-header {
  padding-left: 0;
  padding-right: 0;
}
.app .tracking-history .pagination-prev, .app .tracking-history .pagination-next {
  margin: 20px 0;
}
.app .tracking-history .pagination-prev {
  margin-right: 10px;
}
.app .tracking-history .squished-text-125, .app .tracking-history .squished-text-300, .app .tracking-history .squished-text-250, .app .tracking-history .squished-text-200 {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}
.app .tracking-history .squished-text-200 {
  font-size: 12px;
  line-height: 12px;
}
.app .tracking-history .squished-text-250 {
  font-size: 11px;
  line-height: 11px;
}
.app .tracking-history .squished-text-300 {
  font-size: 10px;
  line-height: 10px;
}
.app .tracking-history .tracking-note {
  cursor: pointer;
}
.app .tracking-history .tracking-note:before {
  color: #191919;
}
.app .tracking-history .tracking-location {
  max-height: 60px;
}
.app .tracking-history__alarm-status__first-occurrence {
  color: #ed1c24 !important;
}
.app .tracking-history__alarm-status__none {
  color: black;
}
.offender-diary {
  padding-bottom: 15px;
}
.offender-diary li {
  list-style: none;
}
.offender-diary .offender-diary--date {
  display: block;
  padding-top: 8px;
}
.offender-diary .offender-diary--add-entry {
  display: inline-block;
  width: 100%;
}
.offender-diary .offender-diary--add-entry button {
  padding: 5px;
  margin-bottom: 5px;
}
.offender-diary .offender-diary--entry-content {
  padding-left: 10px;
}
.offender-diary .offender-diary--entry-content .offender-diary--entry-text {
  text-align: left;
  overflow: hidden;
  -webkit-transition: height 400ms linear;
  transition: height 400ms linear;
  white-space: normal;
}
.offender-diary .offender-diary-activities {
  padding-left: 10px;
}
.offender-diary .offender-diary-activities .activity-icon {
  display: inline-block;
}
.offender-diary .offender-diary-activities .activity-icon.todo {
  color: blue;
}
.offender-diary .offender-diary-activities .activity-icon.alarm-triggered {
  color: #ED1C24;
}
.offender-diary .offender-diary-activities .acitvity-label {
  font-weight: bold;
  display: inline-block;
}
.offender-diary .offender-diary-activities .alarm-details {
  padding-left: 15px;
}
.offender-diary .offender-diary-activities .alarm-details:before {
  border-left: 10px #ED1C24 solid;
  content: "";
  height: 19px;
  float: left;
  margin-right: 5px;
  width: 10px;
}
.offender-diary .offender-diary-activities .alarm-details li {
  float: left;
  margin-right: 15px;
}
.offender-diary .offender-diary-activities .alarm-details li a {
  text-decoration: underline;
}
.offender-diary .offender-diary-activities .alarm-details .alarm-label {
  font-weight: bold;
}
.diary-filter {
  margin-top: 20px;
}
.diary-filter .slider-container {
  width: 67%;
}
.roles-admin {
  padding-top: 15px;
}
.roles-admin .roles-admin__padding-left {
  padding-left: 10px;
}
.roles-admin .roles-admin__edit {
  width: 100%;
}
.roles-admin .roles-admin__edit button {
  margin-right: 5px;
}
.roles-admin .roles-admin--list-sort {
  display: inline-block;
  margin-top: 10px;
  width: 90px;
}
.add-role-modal strong {
  color: #555;
}
.add-role-modal .toggle-switches {
  margin-bottom: 15px;
}
.add-role-modal .toggle-switch-row {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-role-modal .toggle-switch-row--even {
  background: #f0f0f0;
}
.add-role-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.add-role-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.add-role-modal .modal-header .glyphicon {
  font-size: 20px;
}
.add-role-modal .add-role-modal--section-title {
  display: block;
  font-weight: bold;
  padding: 15px;
}
.add-role-modal .add-role-modal--form-line {
  padding: 13px 0;
}
.add-role-modal .reset-left {
  padding-left: 0;
}
.role-profile .title-gray {
  background: #777;
}
.role-profile .title-gray h3 {
  padding: 10px 0;
  text-transform: none;
}
.role-profile__section {
  margin: 0 -15px;
  padding: 20px 30px;
  border-bottom: 1px solid #dadada;
  display: block;
}
.role-profile__section:last-child {
  border: none;
}
.role-profile__section--edit {
  background: #f0f0f0;
}
.role-profile .reset-left {
  padding-left: 0;
}
.role-profile .reset-right {
  padding-right: 0;
}
.role-profile .reset-padding {
  padding: 0;
}
.role-profile .role-profile--line {
  padding: 0 0 35px 15px;
}
.role-profile .role-profile--section-title {
  font-weight: bold;
}
.role-profile .features-list-item {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.role-profile .features-list-item .features-list-item-name {
  padding-left: 30px;
}
.role-profile .features-list--section-title {
  display: inline-block;
  padding: 15px 0 15px 30px;
}
.role-profile .toggle-feature {
  bottom: 5px;
  position: relative;
}
.role-profile .toggle-features-group {
  bottom: 0;
  top: 10px;
  position: relative;
  right: 15px;
}
.role-profile .role-profile--enterprise-id, .role-profile .role-profile--enterprise-roles {
  display: none;
}
.enterprise-assignment .enterprise-delete-btn {
  position: absolute;
  right: 5px;
}
.enterprise-assignment .enterprise-assignment-sort {
  display: inline-block;
  margin-top: 10px;
  width: 90px;
}
.enterprise-assignment .enterprise-filter-icon {
  position: relative;
  top: 40px;
  left: 340px;
}
.assign-enterprise-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.assign-enterprise-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.assign-enterprise-modal .modal-header .glyphicon {
  font-size: 20px;
}
.enterprise-selection-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.enterprise-selection-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.enterprise-selection-modal .modal-header .glyphicon {
  font-size: 20px;
}
.usavedCheck-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.usavedCheck-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.usavedCheck-modal .modal-header .glyphicon {
  font-size: 20px;
}
.alarm-list {
  padding: 15px 0;
}
.alarm-list__filter {
  margin-bottom: 15px;
}
.alarm-list__grid {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.alarm-list__alarm-status {
  height: 60px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alarm-list__alarm-status--urgent {
  background-color: #9370db;
}
.alarm-list__alarm-status--high {
  background-color: #ed1c24;
}
.alarm-list__alarm-status--med {
  background-color: #ffcb00;
}
.alarm-list__alarm-status--low {
  background-color: #5fc8d5;
}

.vertical-text {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  float: left;
  margin-top: 16px;
  font-weight: bold;
  padding-top: 11px;
}
.alarm-list-expanded-row {
  padding: 15px;
  background-color: #f0f0f0;
}
.alarm-list-expanded-row__buttons {
  margin-top: 15px;
}
.alarm-list-expanded-row__buttons .btn-default {
  margin-right: 5px;
}
.offender-related-people {
  margin-bottom: 10px;
}
.alarm-protocol-sets-view {
  padding-top: 15px;
}
.alarm-protocol-set-view .layout-full .page-content {
  padding: 0;
}
.alarm-protocol-set-view__container {
  background: #dadada;
}
.alarm-protocol-set-view__side-bar {
  padding-top: 20px;
}
.alarm-protocol-set-view__side-bar h2 {
  margin-top: 0;
}
.alarm-protocol-set-view__side-bar-item {
  margin-bottom: 15px;
}
.alarm-protocol-set-view__main {
  background: #ffffff;
}
.protocol-step-manager__grid {
  margin-bottom: 30px;
}
.protocol-step-manager .ui-grid-draggable-row::before, .protocol-step-manager .ui-grid-draggable-row--above::before, .protocol-step-manager .ui-grid-draggable-row--below::before {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.protocol-step-manager .grabbable {
  padding: 10px 2px;
  cursor: url(openhand.png), pointer;
}
.protocol-step-manager .grabbable:active {
  cursor: url(closedhand.png), pointer;
}
.protocol-set-view {
  padding: 10px;
}
.protocol-set-view__section {
  margin-bottom: 30px;
}
.protocol-set-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.protocol-set-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.protocol-set-modal .modal-header .glyphicon {
  font-size: 20px;
}
.protocol-expanded-row {
  padding: 15px;
  background-color: #f0f0f0;
}
.protocol-step-details {
  margin: 15px;
  background-color: #f0f0f0;
  display: inline-block;
  width: 96.5%;
  margin-bottom: -5px;
}
.protocol-step-details form {
  padding: 15px;
}
.protocol-step-details .date-picker-button {
  margin-top: 24px;
}
.protocol-step-details__alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-style: italic;
}
body[dir=rtl] .protocol-step-grid .ui-grid-viewport .custom {
  float: right;
}

.protocol-step-grid .tooltip {
  top: 0px !important;
  left: 0px !important;
}
.protocol-step-grid .tooltip-inner {
  white-space: initial !important;
  text-align: left !important;
  position: fixed;
}
.protocol-step-grid .position-relative {
  position: relative !important;
}
.protocol-step-grid__header {
  margin-top: 30px;
}
.protocol-step-grid .ui-grid-viewport {
  background: white;
}
.protocol-step-grid .protocol-step-modified {
  color: #ffcb00 !important;
}
.protocol-step-grid .protocol-step-delete-flag {
  color: #cc0000 !important;
}
.protocol-step-grid .grid-header {
  background: #e2e2e2;
  height: 42px;
  border: 1px solid #d9d9d9;
}
.protocol-step-grid .grid-header .header-item {
  color: #6a6a6a;
  padding: 12px;
  font-weight: 400;
}
.protocol-step-grid .protocol-row {
  min-height: 60px;
  height: auto;
}
.protocol-step-grid .protocol-row:nth-child(even) {
  background: #fdfdfd;
}
.protocol-step-grid .protocol-row:nth-child(odd) {
  background: #f3f3f3;
}
.protocol-step-grid .grid-body {
  display: inline-block;
  width: 100%;
}
.protocol-step-grid .grid-data-details {
  text-align: center;
  color: #000;
  font-weight: 200;
  font-size: 13px;
  padding: 5px;
}
.protocol-step-grid .detail-item {
  text-align: left;
}
.protocol-step-grid .detail-item-label {
  display: inherit;
  padding: 5px 10px 0px 10px;
}
.protocol-step-grid .item-value {
  color: #939598;
  padding: 6px 10px 7px 10px;
  display: inherit;
}
.protocol-step-grid .grid-data-labels {
  color: #000;
  font-size: 13px;
  padding-top: 15px;
}
.protocol-step-grid .grid-data-labels-notes {
  color: #000;
  font-size: 11px;
}
.protocol-step-grid .action-btn {
  padding: 5px;
}
.protocol-step-grid .action-btn .icon-padding {
  padding-top: 8px;
}
.protocol-step-grid .notes-icon {
  margin-top: 5px;
  padding: 10px;
  text-align: center;
  color: #000;
  float: left;
}
.protocol-step-grid .button-complete {
  margin-top: 10px;
}
.protocol-step-grid .button-complete span {
  margin-top: 5px;
}
.protocol-step-grid .draggable-icon {
  padding: 8px;
  color: #000;
  font-size: 15px;
  cursor: -webkit-grab;
  cursor: grab;
}

.role-assignment-view {
  padding-top: 15px;
}
.role-assignment-view .font-red {
  color: red;
}
.role-assignment-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.role-assignment-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.role-assignment-modal .modal-header .glyphicon {
  font-size: 20px;
}

.feature-assignment {
  margin-bottom: 25px;
}
.device-unassignment-modal .modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.device-unassignment-modal .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.device-unassignment-modal .modal-header .glyphicon {
  font-size: 20px;
}
.beacon-list__button {
  margin-bottom: 10px;
}
.beacon-list-view__row--edit {
  text-transform: uppercase;
  width: 95%;
}
.beacon-list__map-container {
  height: 75vh;
}
.beacon-list .tabbed-panel__inital-state {
  top: 125px;
}
.beacon-list .ui-grid-cell label, .beacon-list .ui-grid-header-cell label {
  font-weight: 400;
  margin: 0 !important;
}
.beacon-list__show-all input[type=checkbox] {
  margin-right: 6px;
}
.main-container {
  margin-top: 15px;
}

.investigation-view__color-picker {
  display: inline-block;
  width: 40px;
  height: 20px;
}
.investigation-view .align-item-error {
  position: relative;
  padding-bottom: 1px;
}
.investigation-view .individual-link-parent {
  width: 100%;
}
.investigation-view .individual-link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.investigation-view .map-color-icon {
  margin-left: -2px;
}

.investigation-map {
  height: 98%;
  width: 72.5% !important;
}

.allow-vertical-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}

.set-height-to-parent-height {
  height: 100%;
}

.allow-word-break {
  word-break: break-word;
}

.form-group.double-bottom-padding {
  margin-bottom: 25px;
}

.flex-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

track-map {
  width: 100%;
  height: 100%;
  position: absolute;
}
track-map .gm-style-mtc > div:last-child > div > span > img {
  vertical-align: unset !important;
  margin-right: 5px;
}
track-map .gm-style-mtc > div:last-child > div > label {
  margin-bottom: 0 !important;
}
track-map .gm-style > div:first-child {
  direction: ltr;
}

.track-map.with-range-slider {
  height: calc(100% - 110px);
}

#custom-fullscreen {
  position: absolute;
  right: 45px !important;
  top: 45px !important;
}

.parent {
  position: relative;
}

.fullscreen-control {
  list-style: none;
  position: absolute;
  height: 25px;
  display: block;
  width: 25px;
  margin: 50px 10px 10px 10px;
}

.exitFullscreen {
  background: url(sv9.png) -78px -85px;
}

.enterFullscreen {
  background: url(sv9.png) -53px -85px;
}

body[dir=rtl] .track-map .address-lookup .glyphicon-search {
  right: auto;
  left: 15px;
}

.track-map {
  width: 100%;
  height: 100%;
}
.track-map .map-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.track-map ng-map#track-map {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.track-map ng-map#track-map > div {
  top: -20px;
}
.track-map .auto-location-toggle {
  padding-left: 10px;
  width: 425px;
  color: #000;
  background-color: rgba(189, 184, 184, 0.5);
}
.track-map .auto-location-toggle .show-arrow-chkbox {
  margin-left: 5px;
}
.track-map .auto-location-toggle button {
  margin: 2px;
}
.track-map #address-search {
  top: 10px !important;
}
.track-map .address-lookup {
  height: 36px;
  width: 425px;
  background: #bdb8b8;
  padding: 6px 7px;
}
.track-map .address-lookup .glyphicon-search {
  color: #bbb;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 11px;
}
.track-map .address-lookup input {
  color: #666;
  width: 100%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  height: 100%;
  font-size: 12px;
}
.track-map #action-button {
  margin-top: 50px;
}
.track-map #layer-button {
  margin-bottom: 50px;
}
.track-map .center-marker {
  text-align: center;
  position: absolute;
  top: -25px;
  left: -70px;
  width: 140px;
}
.track-map .center-marker .icon {
  display: block;
  margin: 0 auto;
}
.track-map .center-marker .address {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.tile-providers {
  text-align: right;
  background: #bdb8b8;
  width: 237px;
  float: right;
}

.tile-providers-controls {
  background: #bdb8b8;
  top: 51px !important;
  background: #bdb8b8;
  top: 50px !important;
  right: 178.5px !important;
  border: 1px #edebeb;
  -webkit-box-shadow: #ccc 0px 1px 2px 0px;
  box-shadow: #888686 0px 1px 2px -1px;
}
.tile-providers-controls button {
  background-color: #fff;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
  line-height: -2px;
  padding: 9.2px;
  font-size: 17px;
  color: #565656;
}
.tile-providers-controls button:hover {
  color: #444;
}
.tile-providers-controls button.selected {
  font-weight: 500;
  color: #000;
}
.tile-providers-controls button.openstreetmap {
  background: url(http://wiki.openstreetmap.org/w/images/c/c8/Public-images-osm_logo.png) no-repeat;
}
.tile-providers-controls button.arcgis {
  background: url(http://www.sjsu.edu/at/ec/arcgis/arcgis-logo.png) no-repeat;
}
.tile-providers-controls button.google {
  background: url(https://images.seeklogo.net/2015/09/new-google-maps-logo-vector-download.jpg) no-repeat;
}
.tile-providers-controls button.apple {
  background: url(http://images.apple.com/v/ios/maps/a/images/icon_maps_large_2x.png) no-repeat;
}
.map-range-slider {
  background-color: #EEEEEE;
  width: 100%;
  height: 110px;
}
.map-range-slider .range-label {
  color: black;
}
.map-range-slider .slider {
  padding-top: 45px;
  padding-bottom: 45px;
}
.map-range-slider .noUi-origin:last-child .noUi-tooltip {
  bottom: -38px;
}
insufficient-permissions {
  display: block;
  text-align: center;
  line-height: 100vh;
  color: black;
  font-size: 24px;
}
max-alarm-counter .mat-badge-warn, max-alarm-counter .mat-badge {
  position: absolute;
}
max-alarm-counter .mat-badge-warn .mat-badge-content, max-alarm-counter .mat-badge .mat-badge-content {
  background: #cf1124;
}
max-alarm-counter .mat-badge-warn.offset, max-alarm-counter .mat-badge.offset {
  top: -10px;
  right: 12px;
}
max-alarm-counter .three-characters, max-alarm-counter .three-characters .mat-badge-content {
  font-size: 10px;
  color: #ffffff;
}
max-alarm-counter .three-characters.mat-badge .mat-badge-content {
  font-weight: 200;
}
max-alarm-counter .mat-badge .mat-badge-content {
  font-weight: 400;
}
max-alarm-counter .three-characters.mat-badge-small .mat-badge-content {
  font-size: 8px;
}
max-alarm-counter .notifications .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -6px;
  top: -4px;
  background: #cf1124;
}
max-alarm-counter .notifications .alarm-container {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  left: -25px;
}
.full-map-toggle {
  position: absolute;
  z-index: 99999;
  -webkit-box-shadow: 3px 5px 3px 0px #0000003f;
          box-shadow: 3px 5px 3px 0px #0000003f;
  height: 50px;
  width: 20px;
}
.full-map-toggle .mat-icon {
  color: #000000;
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  top: 12px;
  left: -2px;
}
.full-map-toggle.show-map {
  right: -20px;
  top: 151px;
  background-color: #ffffff;
}
.full-map-toggle.hide-map {
  left: 0;
  background: #ffffff;
  position: fixed;
}
.breadcrumb-section {
  display: inline-block;
  margin: 4px 0px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
}
.breadcrumb-section:first-child {
  padding-left: 12px;
}
.breadcrumb-section .seperator {
  padding: 0 5px;
}
.breadcrumb-section mat-icon.material-icons {
  vertical-align: middle;
  line-height: 23px;
  margin: 0 2px;
}
.breadcrumb-section .active {
  color: #616e7c;
  font-weight: bold;
  padding: 0 2px;
}
.breadcrumb-section a {
  color: #939598;
}
.breadcrumb-section.legacy {
  margin: 10px 0px;
  padding-left: 0px;
  font-family: "Noto Sans", Roboto, sans-serif;
  font-size: 16px;
  line-height: 17.6px;
}
.breadcrumb-section.legacy a {
  color: white;
}
.breadcrumb-section.legacy .active {
  color: white;
  font-weight: 400;
}
.phone-number-partial-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-end;
  gap: 10px;
}
.phone-number-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.phone-number-form .phone-number-list {
  width: 100%;
}
.phone-number-form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.phone-number-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.phone-number-line phone-number-partial-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.email-partial-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.emails-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.emails-form .email-list {
  width: 100%;
}
.emails-form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.email-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.email-line email-partial-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.email-partial-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.address-list-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address-list-form .address-list {
  width: 100%;
}
.address-list-form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.address-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 20px;
}
.address-line address-partial-form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layout-full-min-height {
  min-height: calc(100vh - $headerAndFooterHeight);
}

#action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout-sidebar {
  position: relative;
}
.layout-sidebar__nav-container {
  background-color: #dadada;
}
.layout-sidebar__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.layout-sidebar__nav ul li {
  margin: 0 -15px;
}
.layout-sidebar__tab {
  border-bottom: 1px solid #c5c5c5;
  color: #6a6a6a;
  cursor: pointer;
  display: block;
  padding: 28px 15px 28px 20px;
  width: 100%;
}
.layout-sidebar__tab.active, .layout-sidebar__tab.active:hover {
  background-color: #ffffff;
  cursor: auto;
  font-weight: 600;
}
.layout-sidebar__tab:hover {
  background-color: #d0d0d0;
}
body .mat-dialog-container {
  padding: 0;
}

role-selection .modal-header .title {
  float: left;
  font-weight: bold;
}
role-selection .modal-header .close-button {
  float: right;
  cursor: pointer;
}
role-selection .modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}
role-selection .modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}
@media (max-width: 768px) {
  role-selection .modal-body {
    min-width: auto;
  }
}
role-selection .modal-actions {
  padding: 15px;
  float: right;
}
role-selection .modal-actions button {
  margin-left: 5px;
}
role-selection body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
role-selection body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}
role-selection .cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
role-selection .cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
role-selection .cdk-overlay-pane.overlay-pane-large::before, role-selection .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}
role-selection .cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}
role-selection .role {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-color: lightgray;
  border-style: solid;
  border-width: 1px;
  width: 100%;
}
role-selection .role:last-of-type {
  margin-bottom: 0px;
}
.whats-new-component .modal-body {
  overflow-y: auto;
  height: 70vh;
  margin-bottom: 150;
}
.whats-new-component .whats-new-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whats-new-component .whats-new-header .modal-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-left: 20px;
  font-size: 2em;
}

.layout-auth {
  display: table;
  height: calc(100vh - 127px);
  overflow: hidden;
  width: 100%;
}
.layout-auth__panel-container {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  width: 100%;
}
.layout-auth__panel-container .panel {
  margin-bottom: 0;
}
.layout-auth__panel-container .panel .extra-link {
  margin-left: 15px;
}
.layout-auth__panel-container .panel a {
  color: #6a6a6a;
  cursor: pointer;
  text-decoration: underline;
}
.layout-auth__panel-container .panel a:first-child {
  margin-right: 15px;
}

body[dir=rtl] .layout-auth__panel-container .panel a:first-child {
  margin-right: 0;
  margin-left: 15px;
}
forgot-username .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
forgot-password .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
reset-password .panel-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.victim-list-view table {
  width: 100%;
}
.victim-list-view .error {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.victim-list-view .mat-table tr.mat-header-row {
  text-transform: uppercase;
  height: 36px;
}
.victim-list-view .mat-table tr.mat-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.read-only-contact-details .subheader {
  padding-top: 10px;
}
.read-only-contact-details .subheader:not(:first-child) {
  padding-top: 40px;
}

.address-type {
  padding-bottom: 10px;
}
.mat-form-field {
  width: 100%;
}
.victim-profile-view {
  padding-top: 6px;
  padding-bottom: 40px;
}
.victim-profile-view h1 {
  margin-top: 21px;
  margin-bottom: 24px;
}
.enterprise-list-view .button-toggle-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.enterprise-list-view mat-paginator mat-form-field {
  width: auto;
}
.enterprise-table {
  width: 100%;
  border-collapse: separate;
}
.enterprise-table .error {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.enterprise-table tr.mat-header-row {
  text-transform: uppercase;
  height: 36px;
}
.enterprise-table .highlighted {
  background-color: rgba(0, 0, 0, 0.05);
}
.enterprise-table .highlighted .has-children-row {
  -webkit-box-shadow: -3px 0px 0px 0px #646464;
          box-shadow: -3px 0px 0px 0px #646464;
}
.enterprise-table .ellipsis-menu-header {
  width: 55px;
}
.enterprise-table mat-paginator mat-form-field {
  width: auto;
}
.enterprise-table tr td.details-row {
  padding-right: 0;
  padding-left: 0;
  -webkit-box-shadow: -3px 0px 0px 0px #646464;
          box-shadow: -3px 0px 0px 0px #646464;
}
.enterprise-table .enterprise-list-main-row {
  border-left: none !important;
  border-top-left-radius: 10px;
}
.enterprise-table .enterprise-list-details-row {
  border-left: none !important;
  border-bottom-left-radius: 10px;
}
.enterprise-table .details-row-contents {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.enterprise-table .inner-table {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 15px;
}
.enterprise-table .long-enterprise-name-cell.has-children-row {
  padding-left: 4px;
}
.enterprise-table .long-enterprise-name-cell.has-no-children-row {
  padding-left: 47px;
}
.enterprise-table .mat-expand-btn {
  padding: 0px;
  min-width: 42px;
}
.enterprise-table .ui-grid-table-tree-view-header {
  padding-left: 47px;
}
.enterprise-table .hidden {
  display: none;
}
.distributor-info-window {
  color: #000000;
  font-family: Inter;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.distributor-info-window .enterprise-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
itk-google-map {
  /* https://developers.google.com/maps/documentation/javascript/examples/overlay-popup#maps_overlay_popup-css */
}
itk-google-map .map-container {
  height: 100%;
}
itk-google-map .popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  z-index: 999999;
}
itk-google-map .popup-bubble {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12);
  font-family: Inter;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 0;
}
itk-google-map .popup-container {
  pointer-events: none;
}
itk-google-map div[style].popup-container.hud {
  pointer-events: all;
}

.control-hidden {
  display: none !important;
}

.visibilityOff {
  visibility: hidden;
}

#hud {
  margin-bottom: 10px;
  padding: 0 10px;
}

#address-search {
  margin-bottom: 10px;
  padding: 0 10px;
  top: 10px !important;
  width: 100%;
}

#timeline {
  margin-bottom: 10px;
  padding: 0 10px;
  top: 10px !important;
  width: 100%;
  right: 0 !important;
}

#address-toggle {
  margin-top: 86px;
  right: 0 !important;
}

#timeline-toggle {
  margin-top: 135px;
  right: 0 !important;
}

.play-disabled .timeline-toggle:hover {
  cursor: default;
}
.play-disabled .timeline-toggle {
  background-color: #a6a6a6;
}
.play-disabled .timeline-toggle:hover .timeline-icon {
  color: #666666;
}

.active-button .timeline-toggle {
  border: 2px solid #1c84b7;
}
.active-button .timeline-toggle .timeline-icon {
  color: #1c84b7;
}
.active-button .timeline-toggle:hover .timeline-icon {
  color: #0060ff;
}
.active-button .address-search-toggle {
  border: 2px solid #1c84b7;
}
.active-button .address-search-toggle .search-icon {
  color: #1c84b7;
}
.active-button .address-search-toggle:hover .search-icon {
  color: #0060ff;
}

.map-button-tooltip .tooltip-inner {
  background-color: #ffffff;
  font-family: "Noto Sans", Arial, sans-serif;
  color: #000000;
  border: 1px solid #000000;
}

#map-type {
  margin-top: 380px;
  right: 0 !important;
}

.gm-svpc {
  top: 93px !important;
}

.gm-fullscreen-control {
  top: 223px !important;
}

.gm-bundled-control {
  top: 273px !important;
  right: 40px !important;
  left: auto !important;
}

geozone-control-frame .gm-bundled-control {
  top: 245px !important;
}

.address-toggle-lower {
  margin-top: 123px !important;
}

.address-toggle-lowest {
  margin-top: 148px !important;
}

.timeline-toggle-lower {
  margin-top: 173px !important;
}

.timeline-toggle-lowest {
  margin-top: 198px !important;
}

.map-type-lower {
  margin-top: 418px !important;
}

.map-type-lowest {
  margin-top: 441px !important;
}

.address-toggle-higher {
  margin-top: 0 !important;
}

.timeline-toggle-higher {
  margin-top: 50px !important;
}

.map-type-higher {
  margin-top: 295px !important;
}

.gm-fullscreen-control-neither-state {
  margin-top: 110px !important;
  top: 0 !important;
}

.gm-bundled-control-neither-state {
  margin-top: 160px !important;
  top: 0 !important;
}

.gm-fullscreen-control-search-state {
  margin-top: -23px !important;
}

.gm-bundled-control-search-state {
  margin-top: -23px !important;
}

.gm-fullscreen-control-timeline-min-width {
  margin-top: 35px !important;
}

.gm-bundled-control-timeline-min-width {
  margin-top: 35px !important;
}

.gm-bundled-control-on-bottom {
  margin-top: 165px !important;
}

/* IUR-434 - Mapping styles interfere between the two apps, needed to override behavior until merged */
.geozone-control-frame__private-left-border {
  position: relative;
  margin-left: 300px;
}

body[dir=rtl] #timeline {
  left: 0% !important;
  text-align: -webkit-left;
}
body[dir=rtl] #address-toggle {
  left: 0% !important;
  text-align: -webkit-left;
}
body[dir=rtl] #timeline-toggle {
  left: 0% !important;
  text-align: -webkit-left;
}
body[dir=rtl] #map-type {
  left: 0% !important;
  text-align: -webkit-left;
}
body[dir=rtl] .gm-fullscreen-control {
  position: absolute !important;
  left: 0px !important;
  right: auto !important;
}
body[dir=rtl] .gm-bundled-control {
  position: absolute !important;
  left: 0px !important;
  top: 273px !important;
}
body[dir=rtl] .gmnoprint {
  position: absolute;
  left: 0 !important;
}
body[dir=rtl] geozone-control-frame .gm-bundled-control {
  position: absolute !important;
  top: 243px !important;
}
body[dir=rtl] geozone-control-frame .track-map #address-search {
  right: 0px;
}
body[dir=rtl] geozone-control-frame #custom-fullscreen {
  right: auto !important;
  left: 45px !important;
}
.list-view {
  -webkit-box-shadow: 6px 0px 6px -4px #0000003f;
          box-shadow: 6px 0px 6px -4px #0000003f;
  height: 100%;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  z-index: 1;
  min-width: 424px;
}
.list-view form {
  font-size: 1.08rem;
  display: inline-block;
}
.list-view .filters {
  border-top: 1px solid #dadada;
}
.list-view .filters .action-link {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
  margin: 0 8px;
}
.list-view .filters .action-link:hover {
  color: #1c84b7;
}
.list-view .dashboard-date-range-picker {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.list-view .dashboard-date-range-picker .tg-date-time-range {
  left: 10px;
  top: 50px;
}
.list-view .dashboard-date-range-picker .input-group {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker {
  height: 40px;
  padding: 10px 8px;
  margin: 11px;
  border-color: #e4e4e4;
  border-style: solid;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker:hover, .list-view .dashboard-date-range-picker .input-group input.date-picker:focus {
  border-width: 2px;
  border-color: #000000;
  padding: 10px 7px;
  outline: none;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker.selected-ranges {
  color: #1c84b7;
  border-color: #1c84b7;
}
.list-view .table-container {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  overflow: auto;
}
.list-view .table-container table.main-table {
  border-collapse: separate;
  border-spacing: 0 1px;
  width: 100%;
}
.list-view .table-container table.main-table tr.mat-header-row {
  text-transform: uppercase;
  height: 36px;
}
.list-view .table-container table.main-table tr.mat-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-view .table-container table.main-table tr.mat-row {
  height: 36px;
}
.list-view .table-container table.main-table tr.mat-row.map-hover, .list-view .table-container table.main-table tr.mat-row:hover {
  background-color: #e4f1f7;
}
.list-view .table-container table.main-table th.mat-header-cell:last-of-type {
  padding-right: 10px;
}
.list-view .table-container table.main-table th.mat-header-cell:last-of-type.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .table-container table.main-table td.mat-cell {
  border-width: 0 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.list-view .table-container table.main-table td.mat-cell:last-of-type {
  border-right-width: 0;
  padding-right: 10px;
}
.list-view .table-container table.main-table td.mat-cell.centered {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-view .table-container table.main-table td.mat-cell.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .table-container table.main-table td.mat-cell span.mat-badge-warn .mat-badge-content {
  background-color: #cf1124;
  color: #ffffff;
  left: -10px;
}
.list-view .table-container table.main-table td.mat-cell a {
  color: #262626;
}
.list-view .table-container table.main-table th.mat-header-cell.centered {
  text-align: center;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-container {
  display: inline-block;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-content {
  float: left;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-arrow {
  top: 3px;
  left: 6px;
  position: relative;
}
.list-view .table-container table.main-table td.mat-cell, .list-view .table-container table.main-table th.mat-header-cell {
  font-size: 12px;
  color: #262626;
  font-weight: 400;
}
.list-view .table-container table.main-table td.mat-cell.left, .list-view .table-container table.main-table th.mat-header-cell.left {
  padding-left: 12px;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type, .list-view .table-container table.main-table th.mat-header-cell:first-of-type {
  padding-left: 12px;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type.no-padding, .list-view .table-container table.main-table th.mat-header-cell:first-of-type.no-padding {
  padding-left: 0;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type.h-padding-5, .list-view .table-container table.main-table th.mat-header-cell:first-of-type.h-padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.list-view .table-container table.main-table tbody, .list-view .table-container table.main-table thead {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.list-view .table-container .nested-table-container table.nested-table tr.mat-header-row {
  text-transform: unset;
  background-color: #e4e4e4;
  height: 25px;
}
.list-view .table-container button {
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 5px;
}
.list-view .table-container button.primary {
  border: 1px solid #1c84b7;
  background-color: #1c84b7;
  color: #ffffff;
}
.list-view .table-container button.success {
  border: 1px solid #129A4F;
  background-color: #129A4F;
  color: #ffffff;
}
.list-view .table-container button.outline {
  border: 1px solid #646464;
  color: #646464;
  background-color: #ffffff;
}
.list-view .table-container button.primary[disabled], .list-view .table-container button.outline[disabled], .list-view .table-container button.success[disabled] {
  cursor: not-allowed;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  color: #a6a6a6;
}
.list-view .table-container .rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-view .pagination-controls {
  border-top: 1px solid #dadada;
  height: 32px;
  margin-top: -1px;
}
.list-view .pagination-controls .mat-paginator-outer-container, .list-view .pagination-controls .mat-paginator-container {
  height: 32px;
  min-height: 32px;
  position: relative;
}
.list-view .pagination-controls .mat-paginator-container {
  text-align: end;
}
.list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size, .list-view .pagination-controls .mat-paginator-container .mat-paginator-range-actions, .list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size-label, .list-view .pagination-controls .mat-paginator-container .mat-paginator-range-label {
  display: inline-block;
  font-size: 1.4rem;
}
.list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size-label {
  margin: 0 18px;
}
.list-view .pagination-controls .mat-paginator-page-size {
  position: relative;
  top: 0;
  vertical-align: top;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select {
  margin: 0;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-infix, .list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-flex {
  width: 54px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-underline {
  bottom: 2px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-select-value {
  text-align: center;
  padding-left: 3px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-form-field-label-wrapper, .list-view .pagination-controls .mat-paginator-page-size .mat-form-field-wrapper {
  padding: 0;
  top: 0;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-form-field-infix {
  border-top-width: 0;
  padding-top: 0;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-paginator-range-label {
  position: relative;
  top: 0px;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-icon-button {
  height: 28px;
  line-height: 28px;
  width: 28px;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-icon-button .mat-paginator-icon {
  vertical-align: top;
}
.list-view .alarm-indicator {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  background-color: #199473;
  margin-right: 8px;
  top: 2px;
  position: relative;
}
.list-view .alarm-indicator.active {
  background-color: #cf1124;
}

body.full-map .list-view {
  -webkit-box-shadow: 3px 5px 3px 0px #0000003f;
          box-shadow: 3px 5px 3px 0px #0000003f;
}

enterprises-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
enterprises-list-view .list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 50%;
}
enterprises-list-view .list-view .filters .mat-form-field .mat-form-field-wrapper {
  margin: 10px;
  padding: 0;
}
enterprises-list-view .list-view .table-container {
  position: relative;
  height: 100%;
}
enterprises-list-view .list-view .table-container th.mat-header-cell.name-col {
  border-left: none;
}
enterprises-list-view .list-view .table-container td.mat-cell:first-of-type, enterprises-list-view .list-view .table-container th.mat-header-cell:first-of-type {
  padding-top: 5px;
  border-right: none;
  width: 40px;
}
enterprises-list-view .enterprise-name-cell {
  width: 350px;
  max-width: 350px;
}
@media screen and (min-width: 1200px) {
  enterprises-list-view .enterprise-name-cell {
    width: 500px;
    max-width: 500px;
  }
}
@media screen and (min-width: 1600px) {
  enterprises-list-view .enterprise-name-cell {
    width: 550px;
    max-width: 550px;
  }
}
enterprises-list-view .enterprise-name-cell a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
enterprises-list-view .enterprise-name-cell a .truncate-text {
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
enterprises-list-view .view-multi-selected {
  background-color: #e4f1f7;
  position: relative;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
enterprises-list-view .view-multi-selected .number-selected {
  margin-left: 20px;
  color: #337ab7;
  width: 25%;
}
enterprises-list-view .view-multi-selected .clear {
  cursor: pointer;
}
enterprises-list-view .view-multi-selected .controls {
  margin-right: 20px;
}
enterprises-list-view .view-multi-selected .controls button {
  background-color: #136fa6;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-left: 22px;
}
enterprises-list-view .itk-google-map {
  display: inline-block;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 50%;
}
enterprises-list-view .error {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.offender-custom-popup {
  color: #000000;
  font-family: Inter;
  min-height: 117px;
  padding: 15px 15px 17px;
  width: 216px;
}
.offender-custom-popup .battery-icon .icon-label, .offender-custom-popup .battery-icon path, .offender-custom-popup .svg-icon path {
  opacity: 1;
}
.offender-custom-popup .tamper-icon .icon-container {
  margin: 0 3px 0 6px;
}
.offender-custom-popup .alarm-label {
  color: #cf1124;
  top: -3px;
}
.offender-custom-popup .location-label {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: 8px;
  padding: 0 6px;
}
.offender-custom-popup .offender-name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.offender-custom-popup .offender-address {
  font-size: 1.2rem;
  line-height: 17px;
}
.offender-custom-popup .offender-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offender-custom-popup .offender-location .icon-container:first-of-type {
  margin: 0 3px 0 0;
}
.offender-custom-popup .offender-location .icon-container:first-of-type svg.svg-icon {
  top: 4px;
}
.offender-custom-popup .offender-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 23px;
}
.offender-custom-popup .device-signal .icon-container {
  margin: 0 0 0 6px;
}
.offender-custom-popup .battery-icon .icon-label {
  color: #6a6a6a;
  font-size: 1.1remx;
  font-weight: 400;
  text-align: left;
}
.offender-custom-popup .warning .svg-icon path {
  fill: #cf1124;
  opacity: 1;
}
.offender-custom-popup .last-known-location-event-datetime {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 17px;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-notes button.mat-raised-button {
  background-color: #136fa6;
  border-radius: 4px;
  color: #ffffff;
}
.modal-notes .mat-form-field {
  display: block;
}
.modal-notes .mat-form-field .mat-form-field-wrapper {
  margin: 15px 0;
  padding: 0;
}
.modal-notes .right-buttons button {
  float: right;
}
.modal-notes .right-buttons::after {
  content: "";
  display: table;
  clear: both;
}
.modal-notes .note-list {
  margin-top: 10px;
  max-height: 300px;
  overflow: auto;
}
.modal-notes .note-list .note p {
  margin-top: 5px;
  margin-bottom: 15px;
  white-space: pre-line;
}
.modal-notes .errors {
  padding-top: 1.5em !important;
}
.modal-notes .control-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}
selectable-tree-view .mat-tree ul {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
}
selectable-tree-view .mat-tree-node {
  min-height: 25px;
}
selectable-tree-view .mat-tree-node .mat-checkbox-label {
  font-weight: 400;
}
selectable-tree-view ul, selectable-tree-view li {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.filter-overlay-pane {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px #cccccc, 0px 6px 8px #cccccc, 0px 1px 12px #cccccc;
          box-shadow: 0 3px 3px #cccccc, 0px 6px 8px #cccccc, 0px 1px 12px #cccccc;
  border-radius: 3px;
  padding: 5px 10px;
}
.filter-overlay-pane .mat-form-field-wrapper {
  font-size: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.filter-overlay-pane .filter-label {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.filter-overlay-pane selectable-tree-view mat-tree {
  max-height: calc(50vh - 70px);
  overflow: auto;
}
.filter-overlay-pane ul.selected-elements {
  padding: 0;
  margin: 0;
}

tree-view-filter {
  font-size: 1.08rem;
}
tree-view-filter .mat-form-field {
  width: auto;
  display: inline-block;
}
tree-view-filter .mat-form-field-appearance-outline .mat-form-field-wrapper {
  padding: 0;
  margin: 11px;
}
tree-view-filter .mat-form-field-appearance-outline .mat-form-field-label {
  font-size: 12px;
  top: 1.9rem;
}
tree-view-filter .selected-items.mat-form-field-appearance-outline .mat-form-field-outline, tree-view-filter .selected-items.mat-form-field-appearance-outline .mat-form-field-label {
  color: #1c84b7;
}

.cdk-overlay-container .dashboard-overlay-pane {
  max-height: 50vh;
}
.multiselect {
  position: relative;
  height: 60px;
  width: 100%;
}
.multiselect .multiselect-input {
  min-height: 40px;
  height: 40px;
  max-height: 40px;
  width: 199px;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.multiselect .multiselect-input:hover, .multiselect .multiselect-input:focus {
  border: #000000 2px solid;
  padding-left: 9px;
}
.multiselect md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #000000;
}
.multiselect ::-webkit-input-placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.multiselect ::-moz-placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.multiselect ::-ms-input-placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.multiselect ::placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.multiselect.selected-items .multiselect-input, .multiselect.selected-items ::-webkit-input-placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}
.multiselect.selected-items .multiselect-input, .multiselect.selected-items ::-moz-placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}
.multiselect.selected-items .multiselect-input, .multiselect.selected-items ::-ms-input-placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}
.multiselect.selected-items .multiselect-input, .multiselect.selected-items ::placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}

.filter-overlay-pane {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px #cccccc, 0px 6px 8px #cccccc, 0px 1px 12px #cccccc;
          box-shadow: 0 3px 3px #cccccc, 0px 6px 8px #cccccc, 0px 1px 12px #cccccc;
  border-radius: 3px;
  padding: 5px 10px;
}
.filter-overlay-pane .mat-form-field-wrapper {
  font-size: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.filter-overlay-pane .filter-label {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.filter-overlay-pane .mat-option.multiselect-option {
  height: 30px;
  font-size: 1.4rem;
  padding: 0;
}
.filter-overlay-pane .mat-option.multiselect-option.is-searching {
  display: none;
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

.modal-notes {
  width: 900px;
  height: 650px;
}
.modal-notes .mat-form-field .mat-form-field-wrapper {
  margin: 15px 0;
  padding: 0;
  padding-bottom: 1.34375em;
}

.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}

.mat-row .mat-cell {
  color: #191919;
}

.modal-body {
  height: auto;
  min-height: 80%;
}
.modal-body .map-hover {
  background-color: #e4f1f7;
}
.modal-body .input-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
}
.modal-body .offender-table {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 5px;
}

.modal-footer .button-row {
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 5px;
  float: right;
}
.modal-footer .button-row .cancel-btn {
  width: 80px;
}
.modal-footer .button-row .btn {
  border-color: none;
  height: 36px;
  margin-top: 9px;
}
.modal-footer .button-row .btn.btn-success {
  background-color: #1c8487;
  border-color: #1c8487;
  color: #ffffff;
}
.modal-footer .button-row .btn.btn-success:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}
.single-select {
  position: relative;
  height: 60px;
  width: 100%;
}
.single-select .single-select-input {
  min-height: 40px;
  height: 40px;
  max-height: 40px;
  width: 199px;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.single-select .single-select-input:hover, .single-select .single-select-input:focus {
  border: #000000 2px solid;
  padding-left: 9px;
}
.single-select ::-webkit-input-placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.single-select ::-moz-placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.single-select ::-ms-input-placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.single-select ::placeholder {
  color: #777777 !important;
  font-size: 12px;
}
.single-select.selected-items .single-select-input, .single-select.selected-items ::-webkit-input-placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}
.single-select.selected-items .single-select-input, .single-select.selected-items ::-moz-placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}
.single-select.selected-items .single-select-input, .single-select.selected-items ::-ms-input-placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}
.single-select.selected-items .single-select-input, .single-select.selected-items ::placeholder {
  color: #1c84b7 !important;
  border-color: #1c84b7;
}

.filter-overlay-pane {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 3px #cccccc, 0px 6px 8px #cccccc, 0px 1px 12px #cccccc;
          box-shadow: 0 3px 3px #cccccc, 0px 6px 8px #cccccc, 0px 1px 12px #cccccc;
  border-radius: 3px;
  padding: 5px 10px;
  overflow: auto;
}
.filter-overlay-pane .mat-form-field-wrapper {
  font-size: 1.2rem;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.filter-overlay-pane .filter-label {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.filter-overlay-pane .mat-option {
  height: 30px;
}
.list-view {
  -webkit-box-shadow: 6px 0px 6px -4px #0000003f;
          box-shadow: 6px 0px 6px -4px #0000003f;
  height: 100%;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  z-index: 1;
  min-width: 424px;
}
.list-view form {
  font-size: 1.08rem;
  display: inline-block;
}
.list-view .filters {
  border-top: 1px solid #dadada;
}
.list-view .filters .action-link {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
  margin: 0 8px;
}
.list-view .filters .action-link:hover {
  color: #1c84b7;
}
.list-view .dashboard-date-range-picker {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.list-view .dashboard-date-range-picker .tg-date-time-range {
  left: 10px;
  top: 50px;
}
.list-view .dashboard-date-range-picker .input-group {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker {
  height: 40px;
  padding: 10px 8px;
  margin: 11px;
  border-color: #e4e4e4;
  border-style: solid;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker:hover, .list-view .dashboard-date-range-picker .input-group input.date-picker:focus {
  border-width: 2px;
  border-color: #000000;
  padding: 10px 7px;
  outline: none;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker.selected-ranges {
  color: #1c84b7;
  border-color: #1c84b7;
}
.list-view .table-container {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  overflow: auto;
}
.list-view .table-container table.main-table {
  border-collapse: separate;
  border-spacing: 0 1px;
  width: 100%;
}
.list-view .table-container table.main-table tr.mat-header-row {
  text-transform: uppercase;
  height: 36px;
}
.list-view .table-container table.main-table tr.mat-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-view .table-container table.main-table tr.mat-row {
  height: 36px;
}
.list-view .table-container table.main-table tr.mat-row.map-hover, .list-view .table-container table.main-table tr.mat-row:hover {
  background-color: #e4f1f7;
}
.list-view .table-container table.main-table th.mat-header-cell:last-of-type {
  padding-right: 10px;
}
.list-view .table-container table.main-table th.mat-header-cell:last-of-type.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .table-container table.main-table td.mat-cell {
  border-width: 0 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.list-view .table-container table.main-table td.mat-cell:last-of-type {
  border-right-width: 0;
  padding-right: 10px;
}
.list-view .table-container table.main-table td.mat-cell.centered {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-view .table-container table.main-table td.mat-cell.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .table-container table.main-table td.mat-cell span.mat-badge-warn .mat-badge-content {
  background-color: #cf1124;
  color: #ffffff;
  left: -10px;
}
.list-view .table-container table.main-table td.mat-cell a {
  color: #262626;
}
.list-view .table-container table.main-table th.mat-header-cell.centered {
  text-align: center;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-container {
  display: inline-block;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-content {
  float: left;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-arrow {
  top: 3px;
  left: 6px;
  position: relative;
}
.list-view .table-container table.main-table td.mat-cell, .list-view .table-container table.main-table th.mat-header-cell {
  font-size: 12px;
  color: #262626;
  font-weight: 400;
}
.list-view .table-container table.main-table td.mat-cell.left, .list-view .table-container table.main-table th.mat-header-cell.left {
  padding-left: 12px;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type, .list-view .table-container table.main-table th.mat-header-cell:first-of-type {
  padding-left: 12px;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type.no-padding, .list-view .table-container table.main-table th.mat-header-cell:first-of-type.no-padding {
  padding-left: 0;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type.h-padding-5, .list-view .table-container table.main-table th.mat-header-cell:first-of-type.h-padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.list-view .table-container table.main-table tbody, .list-view .table-container table.main-table thead {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.list-view .table-container .nested-table-container table.nested-table tr.mat-header-row {
  text-transform: unset;
  background-color: #e4e4e4;
  height: 25px;
}
.list-view .table-container button {
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 5px;
}
.list-view .table-container button.primary {
  border: 1px solid #1c84b7;
  background-color: #1c84b7;
  color: #ffffff;
}
.list-view .table-container button.success {
  border: 1px solid #129A4F;
  background-color: #129A4F;
  color: #ffffff;
}
.list-view .table-container button.outline {
  border: 1px solid #646464;
  color: #646464;
  background-color: #ffffff;
}
.list-view .table-container button.primary[disabled], .list-view .table-container button.outline[disabled], .list-view .table-container button.success[disabled] {
  cursor: not-allowed;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  color: #a6a6a6;
}
.list-view .table-container .rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-view .pagination-controls {
  border-top: 1px solid #dadada;
  height: 32px;
  margin-top: -1px;
}
.list-view .pagination-controls .mat-paginator-outer-container, .list-view .pagination-controls .mat-paginator-container {
  height: 32px;
  min-height: 32px;
  position: relative;
}
.list-view .pagination-controls .mat-paginator-container {
  text-align: end;
}
.list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size, .list-view .pagination-controls .mat-paginator-container .mat-paginator-range-actions, .list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size-label, .list-view .pagination-controls .mat-paginator-container .mat-paginator-range-label {
  display: inline-block;
  font-size: 1.4rem;
}
.list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size-label {
  margin: 0 18px;
}
.list-view .pagination-controls .mat-paginator-page-size {
  position: relative;
  top: 0;
  vertical-align: top;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select {
  margin: 0;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-infix, .list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-flex {
  width: 54px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-underline {
  bottom: 2px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-select-value {
  text-align: center;
  padding-left: 3px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-form-field-label-wrapper, .list-view .pagination-controls .mat-paginator-page-size .mat-form-field-wrapper {
  padding: 0;
  top: 0;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-form-field-infix {
  border-top-width: 0;
  padding-top: 0;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-paginator-range-label {
  position: relative;
  top: 0px;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-icon-button {
  height: 28px;
  line-height: 28px;
  width: 28px;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-icon-button .mat-paginator-icon {
  vertical-align: top;
}
.list-view .alarm-indicator {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  background-color: #199473;
  margin-right: 8px;
  top: 2px;
  position: relative;
}
.list-view .alarm-indicator.active {
  background-color: #cf1124;
}

body.full-map .list-view {
  -webkit-box-shadow: 3px 5px 3px 0px #0000003f;
          box-shadow: 3px 5px 3px 0px #0000003f;
}

offenders-list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
offenders-list-view .icon-margin .icon-container {
  margin: 0 4px 0 0;
}
offenders-list-view .filter-checkbox label {
  margin: 0;
}
offenders-list-view .filters {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
offenders-list-view .add-offender-button {
  margin-left: auto;
  right: 10px;
  color: #ffffff;
}
offenders-list-view .list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 640px;
}
offenders-list-view .list-view .filters {
  position: relative;
}
offenders-list-view .list-view .filters a.action-link {
  position: relative;
  margin: 0;
  padding: 5px;
}
offenders-list-view .list-view .warning .svg-icon path {
  fill: #cf1124;
  opacity: 1;
}
offenders-list-view .list-view .note {
  cursor: pointer;
}
offenders-list-view .list-view .table-container {
  position: relative;
  height: 100%;
}
offenders-list-view .list-view .table-container .location-label {
  display: inline-block;
  text-align: right;
  position: relative;
  font-weight: bold;
  top: -3px;
}
offenders-list-view .list-view .table-container .alarm-label {
  color: #cf1124;
}
offenders-list-view .list-view .table-container table tr.mat-row:hover .svg-icon path, offenders-list-view .list-view .table-container table tr.mat-row:hover battery-icon path, offenders-list-view .list-view .table-container table tr.mat-row:hover battery-icon .icon-label, offenders-list-view .list-view .table-container table tr.map-hover .svg-icon path, offenders-list-view .list-view .table-container table tr.map-hover battery-icon path, offenders-list-view .list-view .table-container table tr.map-hover battery-icon .icon-label {
  opacity: 1;
}
offenders-list-view .list-view .table-container table tr.mat-row:hover .note .svg-icon path, offenders-list-view .list-view .table-container table tr.map-hover .note .svg-icon path {
  fill: #1c84b7;
  opacity: 1;
}
offenders-list-view .list-view .table-container table tbody {
  border-bottom-width: 0;
}
offenders-list-view .multiselect-autocomplete {
  position: relative;
  display: inline-block;
  top: 0px;
  margin-right: 10px;
  width: 160px;
}
@media (max-width: 1490px) {
  offenders-list-view .multiselect-autocomplete {
    width: 100px;
  }
}
offenders-list-view .clear-filters {
  position: relative;
  display: inline-block;
  top: -22px;
  cursor: pointer;
  color: #1c84b7;
}
offenders-list-view .view-multi-selected {
  background-color: #e4f1f7;
  position: relative;
  height: 66px;
}
offenders-list-view .view-multi-selected .number-selected, offenders-list-view .view-multi-selected .controls {
  position: absolute;
  top: 16px;
}
offenders-list-view .view-multi-selected .number-selected {
  margin-top: 9px;
  left: 20px;
  color: #337ab7;
}
offenders-list-view .view-multi-selected .clear {
  cursor: pointer;
}
offenders-list-view .view-multi-selected .controls {
  right: 20px;
}
offenders-list-view .view-multi-selected .controls button {
  background-color: #136fa6;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-left: 22px;
}
offenders-list-view .tree-view-filter {
  position: relative;
  width: 180px;
}
@media (max-width: 1490px) {
  offenders-list-view .tree-view-filter {
    width: 120px;
  }
}
offenders-list-view tree-view-filter .mat-form-field {
  width: inherit;
}
offenders-list-view .itk-google-map {
  display: inline-block;
  white-space: normal;
  width: 50%;
}
offenders-list-view .no-results {
  text-align: center;
}
offenders-list-view .table-settings-sort mat-chip mat-icon {
  height: 16px;
  width: 16px;
  font-size: 16px;
}
offenders-list-view .table-settings-sort mat-chip mat-icon.mat-chip-remove {
  margin: 0px;
}
offenders-list-view .list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
offenders-list-view .list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-container .mat-sort-header-arrow {
  margin: 0 0 0 5px;
  top: 0px;
  left: 0px;
}

.danger {
  background-color: #ffc7c7;
  padding: 5px;
  border-radius: 5px;
}

.min-width-150 {
  min-width: 150px;
}

.min-width-100 {
  min-width: 100px;
}

.min-width-75 {
  min-width: 75px;
}

.single-select-dropdown {
  position: relative;
  display: inline-block;
  top: 0px;
  line-height: 55px;
}
.single-select-dropdown .single-select .single-select-input {
  margin-left: 0;
}
.event-hover-custom-popup {
  color: #000000;
  display: inline-block;
  min-width: 30px;
  padding: 4px;
  position: relative;
  text-align: center;
}
.event-hover-custom-popup.alert-popup {
  background-color: #cf1124;
  color: #ffffff;
}
.event-hover-custom-popup.compliance-popup {
  background-color: #199473;
  color: #ffffff;
}
.event-hover-custom-popup.hide-popup {
  display: none;
}
paginator-without-server-count .paginator-container {
  position: absolute;
  right: 0;
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 20px;
  font-family: Inter;
}
paginator-without-server-count .paginator-container mat-label, paginator-without-server-count .paginator-container .mat-select, paginator-without-server-count .paginator-container .range {
  margin-top: 5px;
}
paginator-without-server-count .paginator-container .mat-select {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.42);
  width: 60px;
  height: 22px;
}
paginator-without-server-count .paginator-container .mat-select-value {
  text-align: center;
  padding-left: 3px;
  width: 100%;
  display: table-cell;
}
paginator-without-server-count .paginator-container .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.125;
}
paginator-without-server-count .paginator-container .paging-controls {
  position: relative;
  top: -2px;
}
paginator-without-server-count .paginator-container .paging-controls a {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54);
}
paginator-without-server-count .paginator-container .paging-controls a:hover {
  color: rgba(0, 0, 0, 0.84);
}
paginator-without-server-count .paginator-container .paging-controls a.disabled {
  color: #b5b5b5;
  pointer-events: none;
  cursor: default;
}
paginator-without-server-count .paginator-container .paging-controls a .mat-icon {
  margin-top: 5px;
}
paginator-without-server-count .mat-select-value {
  max-width: 100%;
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.detail-schedule-row {
  height: 60px;
  display: table;
  padding-top: 8px;
}

.detail-schedule-item {
  display: table-cell;
  width: 200px;
}

.details-data-label, .details-data-text {
  display: block;
  font-weight: 400;
}

.details-data-label {
  color: #434242;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 17px;
}

.details-data-text {
  color: #0c0b0b;
  font-size: 1.3rem;
  letter-spacing: 0.25px;
  line-height: 30px;
}

.time-zone-alert {
  padding-bottom: 10px;
}

.text-italic {
  font-style: italic;
}

.min-height-90 {
  min-height: 90px;
}
events-list-view .center-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
events-list-view .center-contents [class*=-mat-icon] {
  vertical-align: middle;
  font-size: 18px;
  font-weight: lighter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 5px;
  height: auto;
  width: auto;
}
events-list-view .center-contents .status-mat-icon {
  color: #939598;
}
events-list-view .center-contents .alert-mat-icon {
  color: #cf1124;
  height: 25px;
}
events-list-view .event-icon {
  border-bottom: calc(0.866 * 12px) solid #000000;
  border-left: calc(12px / 2) solid transparent;
  border-right: calc(12px / 2) solid transparent;
  border-top: 0;
  height: 0;
  width: 0;
  display: inline-block;
}
events-list-view .alarm-text {
  color: #cf1124;
  font-weight: bold;
}
events-list-view .compliance-text {
  color: #199473;
  font-weight: bold;
}
events-list-view .alarm-trace {
  background-color: #cf1124;
  color: #ffffff;
}
events-list-view .compliance-trace {
  background-color: #199473;
  color: #ffffff;
}
events-list-view .center-aligned {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
events-list-view .inactive {
  opacity: 0.5;
}
events-list-view .trace-id {
  border: 1px solid #c5c5c5;
  display: inline-block;
  min-width: 30px;
  padding: 3px;
}
events-list-view .paginator-hidden {
  display: none;
}
events-list-view .pad-l-10 {
  padding-left: 10px;
}
events-list-view .pad-l-40 {
  padding-left: 40px;
}
events-list-view .pad-l-195 {
  padding-left: 195px;
}
events-list-view .table-container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
events-list-view .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
events-list-view .filters .dashboard-date-range-picker {
  width: 180px;
}
@media (max-width: 500px) {
  events-list-view .filters .dashboard-date-range-picker {
    width: 160px;
  }
}
events-list-view .latest-events-button {
  margin-left: auto;
  right: 10px;
  color: #ffffff;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-top: 13px;
}
events-list-view .tree-view-filter {
  position: relative;
  width: 200px;
}
@media (max-width: 500px) {
  events-list-view .tree-view-filter {
    width: 180px;
  }
}
events-list-view tree-view-filter .mat-form-field {
  width: inherit;
}
events-list-view .schedule-icon-cursor {
  cursor: pointer;
}
events-list-view .warning .svg-icon path {
  fill: #cf1124;
  opacity: 1;
}
events-list-view svg-icon .icon-container {
  margin: 0;
  vertical-align: middle;
}
events-list-view svg-icon .icon-container svg {
  height: 18px;
  width: 18px;
}
events-list-view svg-icon .icon-container .svg-icon {
  top: 0;
  vertical-align: middle;
  margin-left: 5px;
}
.alarm-popup {
  color: #000000;
  font-family: Inter;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.alarm-popup .alarm-type {
  font-size: 14px;
  text-align: left;
}
.alarm-popup .grayed {
  margin: 5px;
  text-align: left;
}
.alarm-steps-component {
  overflow: hidden;
  padding: 0 9px;
}
.alarm-steps-component.loading {
  height: 90px;
}
.alarm-steps-component .protocol-step-list {
  margin-bottom: 10px;
}
.alarm-steps-component .protocol-step-list.sequential-steps {
  margin-top: 30px;
}
.alarm-steps-component .protocol-step-list h5 {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #646464;
}
.alarm-steps-component .protocol-step-list table.nested-table td.mat-cell {
  vertical-align: middle !important;
}
.alarm-steps-component .protocol-step-list table.nested-table td.mat-cell .mat-icon {
  margin-top: 0 !important;
}
.alarm-steps-component .protocol-step-list__actions {
  float: right;
  margin: 12px 0;
}
.alarm-steps-component .protocol-step-list__actions button.outline {
  border-color: #c4c4c4;
}
.alarm-steps-component .no-items-msg {
  text-align: center;
}
.list-view alarms-list-view .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-view alarms-list-view .filters .dashboard-date-range-picker {
  width: 160px;
}
@media (max-width: 600px) {
  .list-view alarms-list-view .filters .dashboard-date-range-picker {
    width: 120px;
  }
}
.list-view alarms-list-view .filters .alarm-status-filter {
  width: 160px;
}
@media (max-width: 600px) {
  .list-view alarms-list-view .filters .alarm-status-filter {
    width: 120px;
  }
}
.list-view alarms-list-view .filters .alarm-status-filter .mat-form-field-infix {
  width: auto;
}
.list-view alarms-list-view .filters .alarm-type-filter {
  width: 160px;
}
@media (max-width: 600px) {
  .list-view alarms-list-view .filters .alarm-type-filter {
    width: 100px;
  }
}
.list-view alarms-list-view .filters .action-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-view alarms-list-view .copy-icon {
  color: #6a6a6a;
  opacity: 0.7;
  font-size: 1.6rem;
  top: 3px;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.list-view alarms-list-view .inactive {
  opacity: 0.5;
}
.list-view alarms-list-view .grayed {
  color: #646464;
}
.list-view alarms-list-view .alarm-list {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.list-view alarms-list-view .table-container table.main-table {
  position: relative;
}
.list-view alarms-list-view .table-container table.main-table tbody {
  overflow-y: auto;
}
.list-view alarms-list-view .table-container table.main-table .mat-column-severity {
  min-width: 39px;
  width: 39px;
  max-width: 39px;
}
.list-view alarms-list-view .table-container table.main-table .mat-column-actions {
  min-width: 160px;
  width: 160px;
  max-width: 160px;
  text-align: right;
  padding: 10px 15px 15px 0 !important;
}
.list-view alarms-list-view .table-container table.main-table .mat-column-latency {
  line-height: 3rem;
}
.list-view alarms-list-view .table-container table.main-table .mat-column-notes {
  min-width: 50px;
  width: 50px;
  max-width: 50px;
}
.list-view alarms-list-view .table-container table.main-table .mat-column-notes svg-icon {
  float: left;
  position: relative;
  top: 3px;
  margin-right: auto;
  cursor: pointer;
}
.list-view alarms-list-view .table-container table.main-table .mat-column-notes span {
  line-height: 3rem;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd), .list-view alarms-list-view .table-container table.main-table tr.mat-row {
  height: 52px;
  background-color: #ffffff;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd).collapsed-row, .list-view alarms-list-view .table-container table.main-table tr.mat-row.collapsed-row {
  height: 0;
  display: none;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd):hover:not(.expanded-row), .list-view alarms-list-view .table-container table.main-table tr.mat-row:hover:not(.expanded-row) {
  background-color: #e4f1f7;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd).expanded-row:hover, .list-view alarms-list-view .table-container table.main-table tr.mat-row.expanded-row:hover {
  background-color: #ffffff;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd).map-hover, .list-view alarms-list-view .table-container table.main-table tr.mat-row.map-hover {
  background-color: #e4f1f7;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd).empty-row, .list-view alarms-list-view .table-container table.main-table tr.mat-row.empty-row {
  background-color: rgba(0, 0, 0, 0.05);
  height: 36px;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.mat-cell {
  border-width: 0;
  border-bottom: 1px solid #dadada;
  font-size: 1.2rem;
  position: relative;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell * >, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.mat-cell * > {
  margin: 2px;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell .inline-link, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.mat-cell .inline-link {
  text-decoration: none;
  color: #1c84b7;
  display: inline-block;
  line-height: 4rem;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell .extra-row, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.mat-cell .extra-row {
  margin-top: 10px;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell .pad-l-40, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.mat-cell .pad-l-40 {
  padding-left: 40px;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.alarm-priority {
  padding: 0;
  border-left-width: 15px;
  border-left-style: solid;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.urgent, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.alarm-priority.urgent {
  border-left-color: #9370db;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.high, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.alarm-priority.high {
  border-left-color: #cf1124;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.med, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.alarm-priority.med {
  border-left-color: #ffcb00;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.low, .list-view alarms-list-view .table-container table.main-table tr.mat-row td.alarm-priority.low {
  border-left-color: #5fc8d5;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) mat-icon.expand, .list-view alarms-list-view .table-container table.main-table tr.mat-row mat-icon.expand {
  color: #bdbcbc;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 12px;
}
.list-view alarms-list-view .table-container table.main-table tr.mat-row:nth-child(odd) mat-icon.expand:hover, .list-view alarms-list-view .table-container table.main-table tr.mat-row mat-icon.expand:hover {
  color: #000000;
}
.list-view alarms-list-view .single-select-dropdown {
  position: relative;
  display: inline-block;
  top: 0px;
  line-height: 55px;
}
.list-view alarms-list-view .alarm-status-filter .mat-form-field .mat-form-field-wrapper {
  margin-right: 0;
}
.geozones {
  display: block;
  width: 100%;
}

.geozone-msg {
  margin: 15px;
  float: left;
}

.geozone-show-all {
  margin: 25px 0px 0px 10px;
  float: left;
}

#btn-edit-geozones {
  background-color: #136fa6;
  color: #ffffff;
  margin: 10px;
  float: right;
}

.geozone-list-container {
  overflow-x: auto;
}

.table-container {
  position: relative;
}
.device-command-control {
  font-family: Inter;
  height: 668px;
  padding: 10px;
}
.device-command-control.modal-body {
  padding: 10px;
}
.device-command-control .modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 0 0 -10px;
  min-height: 44px;
  padding: 6px 20px 8px;
  width: calc(100% + 20px);
}
.device-command-control .modal-header .modal-title {
  color: #919090;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 1.5px;
  line-height: 23px;
}
.device-command-control .modal-header .modal-close-button {
  color: #bdbcbc;
  height: 14px;
  width: 14px;
}
.device-command-control .modal-body {
  padding: 14px 15px;
}
.device-command-control .modal-body .mat-tab-header {
  margin: 0 0 0 -24px;
  padding: 0 20px;
  width: calc(100% + 48px);
}
.device-command-control .modal-body .mat-tab-label {
  color: #2c2c2d;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin: 0 12px;
  min-width: auto;
  padding: 0 4px;
  text-transform: uppercase;
}
.device-command-control .modal-body .mat-tab-label:first-of-type {
  margin: 0 12px 0 0;
}
.device-command-control .modal-body .mat-tab-label.mat-tab-label-active {
  color: #be1a1f;
}
.device-command-control .modal-body .mat-tab-group.mat-primary .mat-ink-bar {
  background-color: #be1a1f;
}
.device-command-control .modal-body .mat-tab-body {
  margin-top: 20px;
}
.device-command-control .modal-body .mat-tab-body .mat-tab-body-content {
  height: 424px;
  margin-top: -20px;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.device-command-control .modal-body .device-status-wrapper, .device-command-control .modal-body .no-device-status-wrapper {
  display: table;
  padding: 20px 0;
}
.device-command-control .modal-body .device-data-label, .device-command-control .modal-body .device-data-text {
  display: inline-block;
  font-weight: 400;
}
.device-command-control .modal-body .device-data-label {
  color: #434242;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.device-command-control .modal-body .device-data-label.status {
  line-height: 12.1px;
}
.device-command-control .modal-body .device-data-label.health {
  line-height: 17px;
}
.device-command-control .modal-body .device-data-text {
  color: #0c0b0b;
}
.device-command-control .modal-body .device-data-text.status {
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.device-command-control .modal-body .device-data-text.health {
  font-size: 1.4rem;
  letter-spacing: 0.25px;
  line-height: 30px;
}
.device-command-control .modal-body .device-data-text.health.inline {
  display: inline-block;
  margin-right: 5px;
}
.device-command-control .modal-body .device-data-text.reasons {
  font-size: 0.8rem;
  line-height: 14px;
  display: block;
  font-weight: 400;
}
.device-command-control .modal-body .device-name, .device-command-control .modal-body .tracking-duration, .device-command-control .modal-body .device-status, .device-command-control .modal-body .serial-number, .device-command-control .modal-body .phone-number {
  display: table-cell;
  padding-right: 10px;
}
.device-command-control .modal-body .device-name {
  width: 108px;
}
.device-command-control .modal-body .tracking-duration {
  width: 168px;
}
.device-command-control .modal-body .device-status {
  width: 132px;
  margin-right: 8px;
}
.device-command-control .modal-body .serial-number {
  width: 162px;
}
.device-command-control .modal-body .phone-number {
  width: 164px;
}
.device-command-control .modal-body .copy-phone-number {
  font-size: 1.8rem;
  margin-left: 8px;
  cursor: pointer;
  vertical-align: middle;
}
.device-command-control .modal-body .no-device-status-wrapper .no-device-status {
  color: #0c0b0b;
  display: table-cell;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 28px;
  vertical-align: middle;
}
.device-command-control .modal-body .no-device-status-tab-wrapper .no-device-status {
  color: #0c0b0b;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.device-command-control .modal-body .date-time, .device-command-control .modal-body .battery-level, .device-command-control .modal-body .cellular-strength, .device-command-control .modal-body .fix-quality, .device-command-control .modal-body .lat-lng, .device-command-control .modal-body .location, .device-command-control .modal-body .speed {
  margin-bottom: 10px;
}
.device-command-control .modal-body .cellular-strength {
  margin-right: 35px;
}
.device-command-control .modal-body .cellular-strength, .device-command-control .modal-body .fix-quality {
  display: inline-block;
}
.device-command-control .horizontal-rule {
  color: rgba(0, 0, 0, 0.12);
  display: block;
  height: 1px;
  margin: 0 0 0 -24px;
  width: calc(100% + 48px);
}
.device-command-control .device-commands-table {
  width: 100%;
}
.device-command-control .device-commands-table .device-commands-table-row {
  border-bottom: 1px solid #e4e4e4;
  height: 60px;
}
.device-command-control .device-commands-table .device-commands-table-row .command-name, .device-command-control .device-commands-table .device-commands-table-row .command-description {
  font-weight: 400;
}
.device-command-control .device-commands-table .device-commands-table-row .command-name {
  color: #2c2c2d;
  font-size: 1.4rem;
  letter-spacing: 0.25px;
  line-height: 16px;
}
.device-command-control .device-commands-table .device-commands-table-row .command-description {
  color: #646464;
  font-size: 1rem;
  letter-spacing: 0.4px;
}
.device-command-control .device-commands-table .device-commands-table-row .command-button {
  background-color: #1c84b7;
  -webkit-box-shadow: 0 3px 5px 0px #cccccc;
          box-shadow: 0 3px 5px 0px #cccccc;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  height: 30px;
  letter-spacing: 0.46px;
  text-transform: uppercase;
  width: auto;
  margin-right: 16px;
  padding: 5px 10px;
}
.device-command-control .device-commands-table .device-commands-table-row .command-button:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(0, 0, 0, 0.26);
}
.device-command-control .command-history-table-header .command, .device-command-control .command-history-table-header .sent-date, .device-command-control .command-history-table-header .status, .device-command-control .command-history-table-header .sent-by, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .command, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .sent-date, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .status, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .sent-by {
  padding-left: 12px;
}
.device-command-control .command-history-table-header .command, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .command {
  width: 184px;
  word-wrap: break-word;
  white-space: pre-line;
}
.device-command-control .command-history-table-header .sent-date, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .sent-date {
  width: 144px;
}
.device-command-control .command-history-table-header .status, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .status {
  width: 72px;
}
.device-command-control .command-history-table-header .sent-by, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .sent-by {
  width: 170px;
}
.device-command-control .command-history-table-header {
  background-color: #e4e4e4;
  height: 31px;
  text-transform: uppercase;
}
.device-command-control .command-history-table-header .command, .device-command-control .command-history-table-header .sent-date, .device-command-control .command-history-table-header .status, .device-command-control .command-history-table-header .sent-by {
  color: #2c2c2d;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 31px;
}
.device-command-control .command-history-no-history {
  color: #0c0b0b;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}
.device-command-control .command-history-table {
  width: 100%;
}
.device-command-control .command-history-table .command-history-table-body {
  display: block;
  height: 373px;
  overflow: auto;
}
.device-command-control .command-history-table .command-history-table-body .command-history-table-row {
  border-bottom: 1px solid #e4e4e4;
  height: 55px;
}
.device-command-control .command-history-table .command-history-table-body .command-history-table-row .command, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .sent-date, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .status, .device-command-control .command-history-table .command-history-table-body .command-history-table-row .sent-by {
  color: #2c2c2d;
  font-size: 1rem;
  font-weight: 400;
}
.offender-profile-menu .mat-menu-item {
  line-height: 30px;
  height: 30px;
  font-size: 1.2rem;
}
.offender-profile-menu .mat-menu-item:hover:not([disabled]) {
  background-color: #e4f1f7;
}

offender-profile-header .profile-header {
  width: 100%;
  overflow: auto;
  background-color: #252424;
  color: #f5f7fa;
  font-family: "Inter";
  display: inline-block;
  position: flex;
  height: 96px;
}
offender-profile-header .profile-header.expanded {
  min-height: 154px;
  height: 100%;
}
offender-profile-header .profile-header h1 {
  font-size: 2.3rem;
  color: #f5f7fa;
  font-weight: 400;
  margin: 13px 0 7px;
}
offender-profile-header .profile-header .info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .offender-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 65px;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  overflow: hidden;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines button {
  background-color: #252424;
  color: #c5c5c5;
  border-color: #c5c5c5;
  text-transform: uppercase;
  line-height: 30px;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines button:disabled {
  background: #252424;
  color: #939598;
  cursor: not-allowed;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines button.icon-button {
  min-width: 30px;
  padding: 0;
  margin-left: 10px;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .button-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .button-bar .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: 10px;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .button-bar .button-group > button {
  margin-left: 0;
  margin-right: 0;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .button-bar .button-group button {
  border-radius: 0;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .button-bar .button-group button:last-of-type {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .button-bar .button-group button:first-of-type {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
offender-profile-header .profile-header .info-panel .info-panel-first-line .button-lines .expand-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
offender-profile-header .profile-header .picture-panel {
  display: inline-block;
  min-width: 103px;
  width: 103px;
  max-width: 103px;
  vertical-align: top;
}
offender-profile-header .profile-header .picture-panel .photo {
  width: 75px;
  height: 75px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin: 12px;
}
offender-profile-header .profile-header .info-panel {
  min-width: calc(100% - 103px);
  width: calc(100% - 103px);
  max-width: calc(100% - 103px);
  display: inline-block;
}
offender-profile-header .profile-header .info-panel a {
  color: #ffffff;
  text-decoration: none;
}
offender-profile-header .profile-header .offender-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
offender-profile-header .profile-header .offender-details section {
  vertical-align: top;
}
offender-profile-header .profile-header .offender-details section h4 {
  font-size: 1rem;
  color: #9aa5b1;
  margin: 15px 0 4px;
  text-transform: uppercase;
}
offender-profile-header .profile-header .offender-details section p {
  margin-bottom: 4px;
}
offender-profile-header .profile-header .offender-details section .device-name {
  vertical-align: top;
  color: #ffffff;
  margin-right: 5px;
}
offender-profile-header .profile-header .offender-details section battery-icon svg rect {
  fill: #252424;
}
offender-profile-header .profile-header .offender-details section battery-icon svg path {
  opacity: 1;
  fill: #ffffff;
}
offender-profile-header .profile-header .offender-details section battery-icon .battery-icon-container .battery-icon {
  top: 0;
  margin-right: 5px;
}
offender-profile-header .profile-header .offender-details section battery-icon .battery-icon-container span {
  top: 0;
  color: #ffffff;
  vertical-align: top;
  opacity: 1;
  text-align: left;
  margin-right: 5px;
}
offender-profile-header .profile-header .offender-details section svg-icon .icon-container {
  margin: 0;
  vertical-align: top;
}
offender-profile-header .profile-header .offender-details section svg-icon .icon-container .svg-icon {
  top: 0;
  margin-right: 5px;
  vertical-align: top;
}
offender-profile-header .profile-header .offender-details section span.icon-label {
  vertical-align: top;
  color: #ffffff;
  opacity: 1;
}
offender-profile-header .profile-header .offender-details section .svg-icon path {
  fill: #ffffff;
  opacity: 1;
}
offender-profile-header .profile-header .offender-details section .warning .svg-icon path {
  fill: #cf1124;
  opacity: 1;
}
offender-profile-header .profile-header .offender-details section .alarm-label {
  color: #cf1124;
}
offender-profile-header .copy-phone-number {
  color: #FFFFFF;
  font-size: 1.6rem;
  top: 2px;
  margin-left: 8px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .button-group .scale-inline-buttons {
    display: none;
  }

  .scale-dropdown-buttons {
    display: block;
  }
}
@media (min-width: 1400px) {
  .button-group .scale-inline-buttons {
    display: inline-block;
  }

  .scale-dropdown-buttons {
    display: none;
  }
}
.alarm-queue-component {
  overflow: hidden;
  padding: 0 9px;
  margin-bottom: 10px;
}
.alarm-queue-component__actions {
  float: right;
  margin: 12px 0;
}
.alarm-queue-component .text-remaining {
  text-align: center;
}
.alarm-queue-component textarea {
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.alarm-queue-component label {
  width: 100%;
  color: #191919;
}
.list-view alarm-queue-list-view .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list-view alarm-queue-list-view .filters .dashboard-date-range-picker {
  width: 160px;
}
@media (max-width: 600px) {
  .list-view alarm-queue-list-view .filters .dashboard-date-range-picker {
    width: 120px;
  }
}
.list-view alarm-queue-list-view .filters .alarm-status-filter {
  width: 160px;
}
@media (max-width: 600px) {
  .list-view alarm-queue-list-view .filters .alarm-status-filter {
    width: 120px;
  }
}
.list-view alarm-queue-list-view .filters .alarm-status-filter .mat-form-field-infix {
  width: auto;
}
.list-view alarm-queue-list-view .filters .alarm-type-filter {
  width: 160px;
}
@media (max-width: 600px) {
  .list-view alarm-queue-list-view .filters .alarm-type-filter {
    width: 100px;
  }
}
.list-view alarm-queue-list-view .filters .action-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-view alarm-queue-list-view .filters .app-shortcut-link {
  margin-left: auto;
}
.list-view alarm-queue-list-view .filters .app-shortcut {
  margin-left: auto;
  position: relative;
  height: 35px;
}
.list-view alarm-queue-list-view .inactive {
  opacity: 0.5;
}
.list-view alarm-queue-list-view .grayed {
  color: #646464;
}
.list-view alarm-queue-list-view .alarm-list {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.list-view alarm-queue-list-view .table-container table.main-table {
  position: relative;
}
.list-view alarm-queue-list-view .table-container table.main-table tbody {
  overflow-y: auto;
}
.list-view alarm-queue-list-view .table-container table.main-table .mat-column-severity {
  min-width: 39px;
  width: 39px;
  max-width: 39px;
}
.list-view alarm-queue-list-view .table-container table.main-table .mat-column-actions {
  min-width: 200px;
  width: 200px;
  max-width: 200px;
  text-align: right;
  padding: 10px 15px 15px 0 !important;
}
.list-view alarm-queue-list-view .table-container table.main-table .mat-column-latency {
  line-height: 3rem;
}
.list-view alarm-queue-list-view .table-container table.main-table .mat-column-notes {
  min-width: 50px;
  width: 50px;
  max-width: 50px;
}
.list-view alarm-queue-list-view .table-container table.main-table .mat-column-notes svg-icon {
  float: left;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.list-view alarm-queue-list-view .table-container table.main-table .mat-column-notes span {
  line-height: 3rem;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd), .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row {
  height: 52px;
  background-color: #ffffff;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd).collapsed-row, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row.collapsed-row {
  height: 0;
  display: none;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd):hover:not(.expanded-row), .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:hover:not(.expanded-row) {
  background-color: #e4f1f7;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd).expanded-row:hover, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row.expanded-row:hover {
  background-color: #ffffff;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd).map-hover, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row.map-hover {
  background-color: #e4f1f7;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd).empty-row, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row.empty-row {
  background-color: rgba(0, 0, 0, 0.05);
  height: 36px;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.mat-cell {
  border-width: 0;
  border-bottom: 1px solid #dadada;
  font-size: 1.2rem;
  position: relative;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell * >, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.mat-cell * > {
  margin: 2px;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell .inline-link, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.mat-cell .inline-link {
  text-decoration: none;
  color: #1c84b7;
  display: inline-block;
  line-height: 4rem;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell .extra-row, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.mat-cell .extra-row {
  margin-top: 10px;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.mat-cell .pad-l-40, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.mat-cell .pad-l-40 {
  padding-left: 40px;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.alarm-priority {
  padding: 0;
  border-left-width: 15px;
  border-left-style: solid;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.urgent, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.alarm-priority.urgent {
  border-left-color: #9370db;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.high, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.alarm-priority.high {
  border-left-color: #cf1124;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.med, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.alarm-priority.med {
  border-left-color: #ffcb00;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) td.alarm-priority.low, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row td.alarm-priority.low {
  border-left-color: #5fc8d5;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) mat-icon.expand, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row mat-icon.expand {
  color: #bdbcbc;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 12px;
}
.list-view alarm-queue-list-view .table-container table.main-table tr.mat-row:nth-child(odd) mat-icon.expand:hover, .list-view alarm-queue-list-view .table-container table.main-table tr.mat-row mat-icon.expand:hover {
  color: #000000;
}
.list-view alarm-queue-list-view .single-select-dropdown {
  position: relative;
  display: inline-block;
  top: 0px;
  line-height: 55px;
}
.list-view alarm-queue-list-view .alarm-status-filter .mat-form-field .mat-form-field-wrapper {
  margin-right: 0;
}
.list-view {
  -webkit-box-shadow: 6px 0px 6px -4px #0000003f;
          box-shadow: 6px 0px 6px -4px #0000003f;
  height: 100%;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: normal;
  width: 50%;
  z-index: 1;
  min-width: 424px;
}
.list-view form {
  font-size: 1.08rem;
  display: inline-block;
}
.list-view .filters {
  border-top: 1px solid #dadada;
}
.list-view .filters .action-link {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #646464;
  font-weight: 500;
  margin: 0 8px;
}
.list-view .filters .action-link:hover {
  color: #1c84b7;
}
.list-view .dashboard-date-range-picker {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.list-view .dashboard-date-range-picker .tg-date-time-range {
  left: 10px;
  top: 50px;
}
.list-view .dashboard-date-range-picker .input-group {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker {
  height: 40px;
  padding: 10px 8px;
  margin: 11px;
  border-color: #e4e4e4;
  border-style: solid;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker:hover, .list-view .dashboard-date-range-picker .input-group input.date-picker:focus {
  border-width: 2px;
  border-color: #000000;
  padding: 10px 7px;
  outline: none;
}
.list-view .dashboard-date-range-picker .input-group input.date-picker.selected-ranges {
  color: #1c84b7;
  border-color: #1c84b7;
}
.list-view .table-container {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  overflow: auto;
}
.list-view .table-container table.main-table {
  border-collapse: separate;
  border-spacing: 0 1px;
  width: 100%;
}
.list-view .table-container table.main-table tr.mat-header-row {
  text-transform: uppercase;
  height: 36px;
}
.list-view .table-container table.main-table tr.mat-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.list-view .table-container table.main-table tr.mat-row {
  height: 36px;
}
.list-view .table-container table.main-table tr.mat-row.map-hover, .list-view .table-container table.main-table tr.mat-row:hover {
  background-color: #e4f1f7;
}
.list-view .table-container table.main-table th.mat-header-cell:last-of-type {
  padding-right: 10px;
}
.list-view .table-container table.main-table th.mat-header-cell:last-of-type.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .table-container table.main-table td.mat-cell {
  border-width: 0 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.list-view .table-container table.main-table td.mat-cell:last-of-type {
  border-right-width: 0;
  padding-right: 10px;
}
.list-view .table-container table.main-table td.mat-cell.centered {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-view .table-container table.main-table td.mat-cell.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.list-view .table-container table.main-table td.mat-cell span.mat-badge-warn .mat-badge-content {
  background-color: #cf1124;
  color: #ffffff;
  left: -10px;
}
.list-view .table-container table.main-table td.mat-cell a {
  color: #262626;
}
.list-view .table-container table.main-table th.mat-header-cell.centered {
  text-align: center;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-container {
  display: inline-block;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-content {
  float: left;
}
.list-view .table-container table.main-table th.mat-header-cell.centered .mat-sort-header-arrow {
  top: 3px;
  left: 6px;
  position: relative;
}
.list-view .table-container table.main-table td.mat-cell, .list-view .table-container table.main-table th.mat-header-cell {
  font-size: 12px;
  color: #262626;
  font-weight: 400;
}
.list-view .table-container table.main-table td.mat-cell.left, .list-view .table-container table.main-table th.mat-header-cell.left {
  padding-left: 12px;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type, .list-view .table-container table.main-table th.mat-header-cell:first-of-type {
  padding-left: 12px;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type.no-padding, .list-view .table-container table.main-table th.mat-header-cell:first-of-type.no-padding {
  padding-left: 0;
}
.list-view .table-container table.main-table td.mat-cell:first-of-type.h-padding-5, .list-view .table-container table.main-table th.mat-header-cell:first-of-type.h-padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.list-view .table-container table.main-table tbody, .list-view .table-container table.main-table thead {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}
.list-view .table-container .nested-table-container table.nested-table tr.mat-header-row {
  text-transform: unset;
  background-color: #e4e4e4;
  height: 25px;
}
.list-view .table-container button {
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-left: 5px;
}
.list-view .table-container button.primary {
  border: 1px solid #1c84b7;
  background-color: #1c84b7;
  color: #ffffff;
}
.list-view .table-container button.success {
  border: 1px solid #129A4F;
  background-color: #129A4F;
  color: #ffffff;
}
.list-view .table-container button.outline {
  border: 1px solid #646464;
  color: #646464;
  background-color: #ffffff;
}
.list-view .table-container button.primary[disabled], .list-view .table-container button.outline[disabled], .list-view .table-container button.success[disabled] {
  cursor: not-allowed;
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
  color: #a6a6a6;
}
.list-view .table-container .rotate90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.list-view .pagination-controls {
  border-top: 1px solid #dadada;
  height: 32px;
  margin-top: -1px;
}
.list-view .pagination-controls .mat-paginator-outer-container, .list-view .pagination-controls .mat-paginator-container {
  height: 32px;
  min-height: 32px;
  position: relative;
}
.list-view .pagination-controls .mat-paginator-container {
  text-align: end;
}
.list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size, .list-view .pagination-controls .mat-paginator-container .mat-paginator-range-actions, .list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size-label, .list-view .pagination-controls .mat-paginator-container .mat-paginator-range-label {
  display: inline-block;
  font-size: 1.4rem;
}
.list-view .pagination-controls .mat-paginator-container .mat-paginator-page-size-label {
  margin: 0 18px;
}
.list-view .pagination-controls .mat-paginator-page-size {
  position: relative;
  top: 0;
  vertical-align: top;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select {
  margin: 0;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-infix, .list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-flex {
  width: 54px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-form-field-underline {
  bottom: 2px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-paginator-page-size-select .mat-select-value {
  text-align: center;
  padding-left: 3px;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-form-field-label-wrapper, .list-view .pagination-controls .mat-paginator-page-size .mat-form-field-wrapper {
  padding: 0;
  top: 0;
}
.list-view .pagination-controls .mat-paginator-page-size .mat-form-field-infix {
  border-top-width: 0;
  padding-top: 0;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-paginator-range-label {
  position: relative;
  top: 0px;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-icon-button {
  height: 28px;
  line-height: 28px;
  width: 28px;
}
.list-view .pagination-controls .mat-paginator-range-actions .mat-icon-button .mat-paginator-icon {
  vertical-align: top;
}
.list-view .alarm-indicator {
  min-width: 15px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  background-color: #199473;
  margin-right: 8px;
  top: 2px;
  position: relative;
}
.list-view .alarm-indicator.active {
  background-color: #cf1124;
}

body.full-map .list-view {
  -webkit-box-shadow: 3px 5px 3px 0px #0000003f;
          box-shadow: 3px 5px 3px 0px #0000003f;
}

offender-situation-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
offender-situation-view .filters {
  height: 62px;
}
offender-situation-view .filters .filter-buttons {
  display: inline-block;
}
offender-situation-view .filters .filter-buttons .action-link {
  line-height: 62px;
}
offender-situation-view .list-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
offender-situation-view .list-view .pagination-controls {
  min-height: 32px;
}
offender-situation-view .list-view .mat-tab-label {
  min-width: 100px;
}
offender-situation-view .itk-google-map {
  display: inline-block;
  white-space: normal;
  min-width: 200px;
}
offender-situation-view .flex-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow-y: scroll;
}
offender-situation-view .left-panel {
  --left-panel-width: 50%;
  min-width: 400px;
  max-width: 90%;
  width: var(--left-panel-width);
}
offender-situation-view .right-panel {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
offender-situation-view .drag-handle {
  width: 4px;
  background-color: #cccccc;
  cursor: ew-resize;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
offender-situation-view .inner-handle {
  width: 2px;
  height: 100%;
  background-color: #262626;
}
offender-situation-view .width-99 {
  width: 99%;
}
.protocol-step-list table.nested-table {
  width: 100%;
}
.protocol-step-list table.nested-table tr.mat-row {
  height: 47px !important;
}
.protocol-step-list table.nested-table tr.mat-row:hover {
  background-color: unset !important;
}
.protocol-step-list table.nested-table .mat-column-expand {
  min-width: 39px;
  width: 39px;
  max-width: 39px;
  padding: 0 !important;
}
.protocol-step-list table.nested-table .mat-column-controls {
  text-align: right;
  padding-right: 0px !important;
}
.protocol-step-list table.nested-table .icon-container {
  display: contents;
}
.protocol-step-list table.nested-table .labeled-icon {
  display: inline;
  position: relative;
}
.protocol-step-list table.nested-table .labeled-icon span {
  position: relative;
  top: -5px;
  padding-right: 5px;
}
.protocol-step-list table.nested-table td button.outline {
  border-color: #1c84b7;
  color: #1c84b7;
}
.protocol-step-list table.nested-table mat-icon.green {
  color: #129A4F;
}
protocol-step-detail {
  margin-bottom: 10px;
  display: block;
}
@charset "UTF-8";
.alarm-suspensions {
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.suspension-msg {
  margin: 15px;
  float: left;
}

#btn-add-suspension {
  background-color: #136fa6;
  color: #ffffff;
  margin: 10px;
  float: right;
}

.table-container {
  position: relative;
}

.top-level-alarm-suspension-modal .suspension-alarm-modal {
  font-family: Inter;
  font-weight: 400;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-header {
  padding: 15px 20px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-header .modal-title {
  color: #919090;
  font-size: 1.9rem;
  font-weight: normal;
  letter-spacing: 0.015rem;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-header .glyphicon {
  color: #bdbcbc;
  top: 5px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body {
  padding: 25px 25px 0;
  min-width: 850px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body label[for=alarm-suspension-start-datetime-group], .top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body label[for=time], .top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body label[for=alarm-suspension-end-datetime-group], .top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body label[for=end-time] {
  font-family: Inter;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .required-indicator::after {
  display: none;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .date-input-field > input {
  width: 200px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .ngb-tp-input-container > input {
  border: 1px solid rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  color: #222121;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .ngb-tp-spacer {
  color: rgba(0, 0, 0, 0.87);
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .select-all, .top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .alarm-category {
  font-weight: 700;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .select-all, .top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .alarm-category, .top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .alarm-type {
  color: #222121;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .checkbox input[type=checkbox] {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  height: 18px;
  margin-left: -22px;
  margin-right: 9px;
  margin-top: -1px;
  outline: none;
  position: relative;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  vertical-align: middle;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .checkbox input[type=checkbox]:checked {
  background-color: #1c8487;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .checkbox input[type=checkbox]:checked::before {
  color: #ffffff;
  content: "✓";
  display: block;
  left: 2.5px;
  position: absolute;
  text-align: center;
  top: 0;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .select-one {
  display: none;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .suspension-alarm-modal__checkbox-group {
  margin-left: 8px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .suspension-alarm-modal__checkbox-group .checkbox {
  margin-bottom: 6px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .limited-text-area label {
  display: none;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .limited-text-area textarea {
  min-height: 60px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-body .limited-text-area .col-xs-6 {
  width: 100%;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-note, .top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-agreement {
  display: inline-block;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-note {
  width: 56%;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-agreement {
  height: 92px;
  padding-left: 10px;
  padding-top: 10px;
  width: 44%;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-agreement label {
  color: #222121;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-checkboxes {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 25px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .row.row-note {
  color: #222121;
  padding-right: 10px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-footer {
  height: 84px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-footer .btn {
  border-color: none;
  height: 36px;
  margin-top: 9px;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-footer .btn.btn-success {
  background-color: #1c8487;
  border-color: #1c8487;
  color: #ffffff;
}
.top-level-alarm-suspension-modal .suspension-alarm-modal .modal-footer .btn.btn-success:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.26);
}
.table-container.victims th, .table-container.victims td {
  padding-left: 15px !important;
  text-align: left !important;
}
.table-container.victims .victim-names {
  width: 33% !important;
}
.table-container.victims .victim-name {
  cursor: pointer;
}
.geozone-item {
  height: 80px;
  margin: 10px;
  border-bottom: 1px solid #bdb8b8;
}

.geozone-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.geozone-address {
  margin-bottom: 5px;
  cursor: pointer;
}
#suspensionsBox {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 95%;
}

button.alarm-suspension-list-btn {
  border: 1px solid #cccccc;
  color: #777777;
  line-height: 30px;
  padding: 0 10px;
  margin: 5px;
}

#load-more-btn {
  border: 1px solid #cccccc;
  color: #777777;
  line-height: 30px;
  padding: 0 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alarm-suspension-menu .mat-menu-item {
  line-height: 30px;
  height: 30px;
  font-size: 1.2rem;
}
.alarm-suspension-menu .mat-menu-item:hover:not([disabled]) {
  background-color: #e4f1f7;
}

button.icon-button {
  min-width: 28px;
  padding: 0 0px;
  line-height: 30px;
  margin: 5px;
}

.alarm-header-cell {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ddd;
  padding: 0;
}

.mat-column-startEndDate {
  width: 25%;
}

.mat-column-suspendedAlarms {
  width: 25%;
}

.mat-column-approvedBy {
  width: 25%;
}

.list-view .table-container {
  overflow: auto;
}

.list-view .table-container table {
  width: 100%;
}

.mat-cell, .mat-footer-cell {
  padding: 0;
}

.mat-expansion-panel-header-title {
  color: #999999;
  font-size: small;
  font-weight: bold;
}

table.alarm-suspension-table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5px;
}
table.alarm-suspension-table tr.mat-header-row {
  text-transform: uppercase;
  height: 36px;
}
table.alarm-suspension-table tr.mat-row {
  height: 36px;
  border-bottom: 1px solid #cccccc;
}
table.alarm-suspension-table tr.mat-row.map-hover, table.alarm-suspension-table tr.mat-row:hover {
  background-color: #e4f1f7;
}
table.alarm-suspension-table th.mat-header-cell:last-of-type {
  padding-right: 10px;
}
table.alarm-suspension-table th.mat-header-cell:last-of-type.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
table.alarm-suspension-table td.mat-cell {
  border-width: 0 1px;
}
table.alarm-suspension-table td.mat-cell:last-of-type {
  border-right-width: 0;
  padding-right: 10px;
}
table.alarm-suspension-table td.mat-cell.centered {
  text-align: center;
}
table.alarm-suspension-table td.mat-cell.h-padding-15 {
  padding-left: 15px;
  padding-right: 15px;
}
table.alarm-suspension-table td.mat-cell span.mat-badge-warn .mat-badge-content {
  background-color: #cf1124;
  color: #ffffff;
  left: -10px;
}
table.alarm-suspension-table td.mat-cell a {
  color: #262626;
}
table.alarm-suspension-table th.mat-header-cell.centered {
  text-align: center;
}
table.alarm-suspension-table th.mat-header-cell.centered .mat-sort-header-container {
  display: inline-block;
}
table.alarm-suspension-table th.mat-header-cell.centered .mat-sort-header-content {
  float: left;
}
table.alarm-suspension-table th.mat-header-cell.centered .mat-sort-header-arrow {
  top: 3px;
  left: 6px;
  position: relative;
}
table.alarm-suspension-table td.mat-cell, table.alarm-suspension-table th.mat-header-cell {
  font-size: 1rem;
  color: #262626;
  font-weight: 400;
}
table.alarm-suspension-table td.mat-cell.left, table.alarm-suspension-table th.mat-header-cell.left {
  padding-left: 12px;
}
table.alarm-suspension-table td.mat-cell.right, table.alarm-suspension-table th.mat-header-cell.right {
  float: right;
}
table.alarm-suspension-table td.mat-cell:first-of-type, table.alarm-suspension-table th.mat-header-cell:first-of-type {
  padding-left: 12px;
}
table.alarm-suspension-table td.mat-cell:first-of-type.no-padding, table.alarm-suspension-table th.mat-header-cell:first-of-type.no-padding {
  padding-left: 0;
}
table.alarm-suspension-table td.mat-cell:first-of-type.h-padding-5, table.alarm-suspension-table th.mat-header-cell:first-of-type.h-padding-5 {
  padding-left: 5px;
  padding-right: 5px;
}
table.alarm-suspension-table tbody, table.alarm-suspension-table thead {
  border-bottom: 1px solid #dadada;
}
.sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  background-color: #252424;
  color: #f5f7fa;
  height: 62px;
  font-family: "Inter";
}
.sidebar-header h4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #f5f7fa;
  padding: 8px 0;
  margin-left: 12px;
  font-family: Inter;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
}
.sidebar-header .spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 36px;
}
.sidebar-header .header-subtitle {
  padding: 10px 0;
}
.sidebar-header .header-subtitle .label {
  color: #9aa5b1;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
.sidebar-header .header-subtitle .value {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.battery-icon-container {
  display: inline-block;
}
.battery-icon-container .sleep-mode > mat-icon {
  font-size: 20px;
}
.battery-icon-container svg.battery-icon {
  top: 2px;
  position: relative;
  margin-right: 3px;
}
.battery-icon-container svg.battery-icon path {
  fill: #6a6a6a;
  opacity: 0.4;
}
.battery-icon-container svg.battery-icon path.critical {
  fill: #cf1124;
  opacity: 1;
}
.battery-icon-container span.icon-label {
  display: inline-block;
  text-align: right;
  position: relative;
  top: 6px;
  color: #6a6a6a;
  opacity: 0.4;
}
.battery-icon-container span.icon-label-sleep {
  top: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.icon-container {
  display: inline-block;
  margin: 0 6px;
}
.icon-container svg.svg-icon {
  top: 2px;
  position: relative;
}
.icon-container svg path {
  fill: #6a6a6a;
  opacity: 0.4;
}
.warning .svg-icon path {
  fill: #cf1124;
  opacity: 1;
}

span.icon-label {
  vertical-align: top;
  opacity: 1;
}

.style-text-default > span {
  color: #ffffff;
}

.style-text-alarm > span {
  color: #cf1124;
}

.display-inline-block {
  display: inline-block;
}
appointments-view .appointment-container {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 10px;
}
.pac-container, .pac-item {
  z-index: 2147483647 !important;
}

.address-search-control {
  -webkit-box-shadow: 3px 8px 3px -3px #0000003f;
          box-shadow: 3px 8px 3px -3px #0000003f;
}
.address-search-control .address-lookup {
  background: #ffffff;
  height: 46px;
  padding: 8px 8px;
  width: 100%;
}
.address-search-control .address-lookup input {
  border-radius: 3px;
  color: #666666;
  font-size: 1.2rem;
  height: 100%;
  width: 100%;
}
.address-search-control .auto-location-toggle {
  background-color: #ffffff;
  color: #000000;
  height: 30px;
  padding-left: 10px;
  width: 100%;
}
.address-search-control .auto-location-toggle input {
  margin-right: 5px;
}
.address-search-control .auto-location-toggle input, .address-search-control .auto-location-toggle span {
  vertical-align: bottom;
}
.address-search-control .auto-location-toggle button {
  margin: 2px;
}
.address-search-control .auto-location-toggle .margin-r-10 {
  margin-right: 10px;
}

.address-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}

.address-selector {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.3rem;
  margin-top: -3px;
  width: 110px;
}
.address-selector .mat-form-field-wrapper {
  padding-bottom: 0;
}
.address-selector.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  -webkit-transform: translate(-80px, 1.2px);
          transform: translate(-80px, 1.2px);
}
.address-selector.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  height: 28px;
  padding: 0 8px;
}
.address-selector.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix {
  border-top: 0;
  padding: 6.5px 0;
}
.address-selector.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix .mat-select-value {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.address-selector .mat-form-field-underline {
  display: none;
}
.address-selector .mat-select-trigger {
  display: inline-table;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.address-selector .mat-select-trigger .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
}

.marker-options-control {
  margin-right: 8px;
}

.marker-option-select-panel {
  border: 1px solid #919090;
  color: rgba(0, 0, 0, 0.54);
  min-width: 66px !important;
  -webkit-transform: translate(29px, 33px) !important;
          transform: translate(29px, 33px) !important;
}
.marker-option-select-panel.mat-select-panel .mat-option {
  height: 28px;
  font-weight: 400;
}
.marker-option-select-panel.mat-select-panel .mat-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.marker-option-select-panel.mat-select-panel .mat-option:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.address-search-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  width: 40px;
}
.address-search-toggle .search-icon {
  color: #666666;
  height: 26px;
  font-size: 27px;
  width: 26px;
}
.address-search-toggle:hover .search-icon {
  color: #333333;
}
.timeline-control {
  background: #ffffff;
  border-top: 3px solid #262626;
  -webkit-box-shadow: 3px 8px 3px -3px #0000003f;
          box-shadow: 3px 8px 3px -3px #0000003f;
  min-height: 113px;
  min-width: 560px;
  padding: 8px 8px;
}
.timeline-control.timeline-control-min-width .timeline-footer .timeline-footer-left {
  padding-right: 0;
}
.timeline-control .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
  padding: 4px;
  width: 100%;
}
.timeline-control .timeline .arrow-left {
  margin-left: -11px;
}
.timeline-control .timeline .arrow-right {
  margin-right: -18px;
}
.timeline-control .timeline .arrow.arrow-left .icon-container .svg-icon, .timeline-control .timeline .arrow.arrow-right .icon-container .svg-icon {
  cursor: pointer;
}
.timeline-control .timeline .arrow.arrow-left .icon-container .svg-icon path, .timeline-control .timeline .arrow.arrow-right .icon-container .svg-icon path {
  fill: #222121;
  opacity: 1;
}
.timeline-control .timeline #slider {
  background: #e4e4e4;
  border: none;
  border-radius: 0;
  height: 14px;
  margin-left: -8px;
  margin-top: 5px;
  width: 95%;
}
.timeline-control .timeline-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  margin-top: 6px;
  padding: 0 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto -webkit-min-content;
  grid-template-columns: 1fr auto min-content;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.timeline-control .timeline-footer .displayed-dates {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  grid-row: 1/2;
  grid-column: 1/2;
}
.timeline-control .timeline-footer .displayed-dates .displaying {
  font-weight: 700;
  margin-right: 11px;
  text-transform: uppercase;
}
.timeline-control .timeline-footer .displayed-dates .no-split {
  white-space: nowrap;
}
.timeline-control .timeline-footer .playback-controls {
  grid-row: 1/2;
  grid-column: 2/3;
}
.timeline-control .timeline-footer .playback-controls > * {
  vertical-align: middle;
}
.timeline-control .timeline-footer .playback-controls .icon-container svg.svg-icon {
  cursor: pointer;
  position: relative;
  top: 7px;
}
.timeline-control .timeline-footer .playback-controls .icon-container svg.svg-icon path {
  fill: #434242;
  opacity: 1;
}
.timeline-control .timeline-footer .playback-controls .speed {
  color: #646464;
  font-size: 1.3rem;
  margin-right: 10px;
  text-transform: uppercase;
}
.timeline-control .timeline-footer .playback-controls .speed-selector {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: -3px;
  width: 86px;
}
.timeline-control .timeline-footer .playback-controls .speed-selector .mat-form-field-wrapper {
  padding-bottom: 0;
}
.timeline-control .timeline-footer .playback-controls .speed-selector .mat-select-arrow-wrapper {
  -webkit-transform: translate(-54px, 1.2px);
          transform: translate(-54px, 1.2px);
}
.timeline-control .timeline-footer .playback-controls .speed-selector .mat-form-field-flex {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  height: 28px;
  padding: 0 8px;
}
.timeline-control .timeline-footer .playback-controls .speed-selector .mat-form-field-flex .mat-form-field-infix {
  border-top: 0;
  padding: 6.5px 0;
}
.timeline-control .timeline-footer .playback-controls .speed-selector .mat-form-field-flex .mat-form-field-infix .mat-select-value {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.timeline-control .timeline-footer .playback-controls .speed-selector .mat-form-field-underline {
  display: none;
}
.timeline-control .timeline-footer .option-selector {
  color: rgba(0, 0, 0, 0.54);
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: -3px;
  width: 110px;
  grid-row: 1/2;
  grid-column: 3/4;
}
.timeline-control .timeline-footer .option-selector .mat-form-field-wrapper {
  padding-bottom: 0;
}
.timeline-control .timeline-footer .option-selector.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  -webkit-transform: translate(-80px, 1.2px);
          transform: translate(-80px, 1.2px);
}
.timeline-control .timeline-footer .option-selector.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-radius: 4px;
  height: 28px;
  padding: 0 8px;
}
.timeline-control .timeline-footer .option-selector.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix {
  border-top: 0;
  padding: 6.5px 0;
}
.timeline-control .timeline-footer .option-selector.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix .mat-select-value {
  -webkit-transform: translateX(16px);
          transform: translateX(16px);
}
.timeline-control .timeline-footer .option-selector .mat-form-field-underline {
  display: none;
}
.timeline-control .timeline-footer .option-selector .mat-select-trigger {
  display: inline-table;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeline-control .timeline-footer .option-selector .mat-select-trigger .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
.timeline-control .timeline-footer .option-selector .mat-form-field-label-wrapper {
  position: revert;
  left: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.timeline-control .noUi-base .alarm-ranges.loading {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-color: #cccccc;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
  height: 100%;
  width: 100%;
}
.timeline-control .noUi-base .alarm-ranges .alarm-range {
  background: #be1a1f;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.timeline-control .noUi-pips.noUi-pips-horizontal {
  height: 37px;
  padding: 0;
  top: -230%;
}
.timeline-control .noUi-pips.noUi-pips-horizontal .noUi-marker-horizontal.noUi-marker-normal {
  display: none;
}
.timeline-control .noUi-pips.noUi-pips-horizontal .noUi-marker-horizontal.noUi-marker-large {
  background: #434242;
  height: 8px;
  top: 20px;
  width: 1px;
}
.timeline-control .noUi-pips.noUi-pips-horizontal .noUi-value-horizontal {
  color: #434242;
  font-size: 1.4rem;
  padding-bottom: 5px;
  font-weight: 400;
  -webkit-transform: translate3d(-50%, 10%, 0);
          transform: translate3d(-50%, 10%, 0);
}
.timeline-control .noUi-handle {
  border-color: #919090;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: ew-resize;
  height: 17px !important;
  left: -5px !important;
  outline: none;
  top: -1px !important;
  width: 9px !important;
}
.timeline-control .noUi-handle:before, .timeline-control .noUi-handle:after {
  background: #919090;
  content: "";
  display: block;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 1px;
}
.timeline-control .noUi-connect {
  background: rgba(188, 221, 235, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 207%;
  top: -7px;
}
.timeline-control .noUi-connect.noUi-draggable {
  cursor: -webkit-grab;
  cursor: grab;
}
.timeline-control .noUi-marker-horizontal.noUi-marker-large {
  background: #cf1124;
  height: 17px;
  margin-left: -1px;
  top: -15px;
  width: 3px;
}

.select-panel {
  border: 1px solid #919090;
  color: rgba(0, 0, 0, 0.54);
  min-width: 66px !important;
}
.select-panel.mat-select-panel .mat-option {
  height: 28px;
  font-weight: 400;
}
.select-panel.mat-select-panel .mat-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.select-panel.mat-select-panel .mat-option:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.speed-select-panel {
  -webkit-transform: translate(7px, 22px) !important;
          transform: translate(7px, 22px) !important;
}

.option-select-panel {
  -webkit-transform: translate(9px, 22px) !important;
          transform: translate(9px, 22px) !important;
}

body[dir=rtl] .timeline-control .mat-select-value {
  display: block;
  max-width: 0;
  width: 100%;
  overflow: visible;
  white-space: nowrap;
}
body[dir=rtl] .timeline-control .mat-select-placeholder, body[dir=rtl] .timeline-control .mat-select-value-text {
  position: relative;
  right: 40px;
}
body[dir=rtl] .timeline-control .speed {
  position: relative;
  left: 5px;
}
.timeline-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  width: 40px;
}
.timeline-toggle .timeline-icon {
  color: #666666;
  font-size: 26px;
  height: 26px;
  width: 27px;
}
.timeline-toggle:hover .timeline-icon {
  color: #333333;
}
.map-type-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  width: 40px;
}
.map-type-control .map-type-icon {
  color: #666666;
  font-size: 26px;
  height: 26px;
  width: 27px;
}
.map-type-control:hover .map-type-icon {
  color: #333333;
}

.map-type-dropdown .mat-menu-content .mat-menu-item.mat-focus-indicator.selected {
  background: #e4e4e4;
}
.map-type-dropdown .mat-menu-content .mat-menu-item.cdk-focused {
  background: none;
}
.heads-up-display {
  font-family: Inter;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding: 16px;
  position: relative;
  width: 683px;
  background-color: white;
  -webkit-box-shadow: 3px 8px 3px -3px #0000003f;
          box-shadow: 3px 8px 3px -3px #0000003f;
}

.displayNone {
  display: none;
}
offender-hud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-mat-tooltip {
  white-space: pre-line;
}

.offender-hud {
  display: grid;
  width: calc(683px - (2 * 16px));
  grid-template-columns: 215px auto;
  grid-template-rows: 24px auto;
  row-gap: 8px;
}
.offender-hud [class*=-mat-icon] {
  vertical-align: middle;
  font-size: 18px;
  font-weight: lighter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 5px;
  height: auto;
  width: auto;
}
.offender-hud .status-mat-icon {
  color: #939598;
}
.offender-hud .alert-mat-icon {
  color: #cf1124;
  height: 25px;
}
.offender-hud .battery-icon .icon-label, .offender-hud .battery-icon path, .offender-hud .svg-icon path, .offender-hud .device-info .device-info-data .speed-text, .offender-hud .device-info .device-info-data .direction-text, .offender-hud .device-info .device-info-data .fix-text, .offender-hud .device-info .device-info-data .signal-text {
  opacity: 1;
}
.offender-hud .trace-info-top {
  grid-column: 1/3;
  grid-row: 1/2;
  color: #2c2c2d;
}
.offender-hud .trace-info-top.is-alarm .trace-id {
  background-color: #be1a1f;
  color: #ffffff;
}
.offender-hud .trace-info-top.is-alarm .event-type {
  color: #be1a1f;
}
.offender-hud .trace-info-top.compliance-event .trace-id {
  background-color: #199473;
  color: #ffffff;
}
.offender-hud .trace-info-top.compliance-event .event-type {
  color: #199473;
}
.offender-hud .trace-info-top .trace-id, .offender-hud .trace-info-top .event-type {
  display: inline-block;
  vertical-align: middle;
}
.offender-hud .trace-info-top .trace-id {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  font-size: 1rem;
  height: 24px;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin-right: 9px;
  min-width: 30px;
  padding: 0 4px 6px;
  text-align: center;
}
.offender-hud .trace-info-top .event-type {
  font-weight: 700;
  letter-spacing: 0.25px;
}
.offender-hud .trace-info-top svg-icon .icon-container {
  margin: 0;
  vertical-align: middle;
}
.offender-hud .trace-info-top svg-icon .icon-container svg {
  height: 18px;
  width: 18px;
}
.offender-hud .trace-info-top svg-icon .icon-container .svg-icon {
  top: 0px;
  vertical-align: middle;
  margin-left: 5px;
}
.offender-hud .trace-info-top span.icon-label {
  opacity: 1;
  vertical-align: middle;
}
.offender-hud .trace-info-top .warning .svg-icon path {
  fill: #cf1124;
  opacity: 1;
}
.offender-hud .trace-info-top .alarm-label {
  color: #cf1124;
}
.offender-hud .triple-dot-menu {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
}
.offender-hud .triple-dot-menu .mat-icon-button {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.offender-hud .triple-dot-menu .mat-icon-button mat-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: baseline;
}
.offender-hud .trace-info-bottom {
  grid-column: 1/2;
  grid-row: 2/3;
  color: #434242;
  max-width: 215px;
}
.offender-hud .trace-info-bottom .date-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offender-hud .trace-info-bottom .date {
  line-height: 20px;
}
.offender-hud .trace-info-bottom .address {
  line-height: 22px;
}
.offender-hud .device-info {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-template-rows: auto 1fr;
  row-gap: 5px;
}
.offender-hud .device-info .device-info-headings {
  color: #646464;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}
.offender-hud .device-info .device-info-headings.battery {
  grid-column: 1/2;
  grid-row: 1/2;
}
.offender-hud .device-info .device-info-headings.speed {
  grid-column: 2/3;
  grid-row: 1/2;
}
.offender-hud .device-info .device-info-headings.direction {
  grid-column: 3/4;
  grid-row: 1/2;
}
.offender-hud .device-info .device-info-headings.fix {
  grid-column: 4/5;
  grid-row: 1/2;
}
.offender-hud .device-info .device-info-headings.signal {
  grid-column: 5/6;
  grid-row: 1/2;
}
.offender-hud .device-info .device-info-data {
  text-align: center;
  color: #000000;
}
.offender-hud .device-info .device-info-data.battery {
  grid-column: 1/2;
  grid-row: 2/3;
}
.offender-hud .device-info .device-info-data.speed {
  grid-column: 2/3;
  grid-row: 2/3;
}
.offender-hud .device-info .device-info-data.direction {
  grid-column: 3/4;
  grid-row: 2/3;
}
.offender-hud .device-info .device-info-data.fix {
  grid-column: 4/5;
  grid-row: 2/3;
}
.offender-hud .device-info .device-info-data.signal {
  grid-column: 5/6;
  grid-row: 2/3;
}
.offender-hud .device-info .device-info-data .fix-icon {
  margin-right: 5px;
}
.offender-hud .device-info .device-info-data .icon-container {
  margin: 0;
}
.offender-hud .device-info .device-info-data .speed-icon, .offender-hud .device-info .device-info-data .direction-icon, .offender-hud .device-info .device-info-data .fix-icon, .offender-hud .device-info .device-info-data .signal-icon {
  display: inline-block;
  vertical-align: middle;
}
.offender-hud .device-info .device-info-data .speed-icon {
  margin-top: 4px;
}
.victim-hud {
  display: grid;
  width: calc(683px - (2 * 16px));
  grid-template-columns: 215px auto;
  grid-template-rows: 24px auto;
  row-gap: 8px;
}
.victim-hud .trace-info-top {
  grid-column: 1/3;
  grid-row: 1/2;
  color: #2c2c2d;
}
.victim-hud .trace-info-top .trace-id, .victim-hud .trace-info-top .event-icon, .victim-hud .trace-info-top .event-type {
  display: inline-block;
  vertical-align: middle;
}
.victim-hud .trace-info-top .trace-id {
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  font-size: 1rem;
  height: 24px;
  letter-spacing: 0.4px;
  line-height: 22px;
  margin-right: 9px;
  min-width: 30px;
  padding: 0 4px 6px;
  text-align: center;
}
.victim-hud .trace-info-top .event-icon {
  border-bottom: calc(0.866 * 12px) solid #000000;
  border-left: calc(12px / 2) solid transparent;
  border-right: calc(12px / 2) solid transparent;
  border-top: 0;
  height: 0;
  width: 0;
  margin-right: 5px;
}
.victim-hud .trace-info-top .event-type {
  font-weight: 700;
  letter-spacing: 0.25px;
}
.victim-hud .triple-dot-menu {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
}
.victim-hud .triple-dot-menu .mat-icon-button {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.victim-hud .triple-dot-menu .mat-icon-button mat-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: baseline;
}
.victim-hud .trace-info-bottom {
  grid-column: 1/2;
  grid-row: 2/3;
  color: #434242;
  max-width: 190px;
}
.victim-hud .trace-info-bottom .date {
  display: block;
  line-height: 20px;
  margin: 0 0 4px;
}
.victim-hud .trace-info-bottom .address {
  line-height: 22px;
}
.victim-hud .victim-info {
  grid-column: 2/3;
  grid-row: 2/3;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  row-gap: 5px;
}
.victim-hud .victim-info .victim-info-headings {
  color: #646464;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.victim-hud .victim-info .victim-info-headings.victim-name {
  grid-column: 1/2;
  grid-row: 1/2;
}
.victim-hud .victim-info .victim-info-headings.victim-contact {
  grid-column: 2/3;
  grid-row: 1/2;
}
.victim-hud .victim-info .victim-info-data {
  color: #000000;
}
.victim-hud .victim-info .victim-info-data.victim-name {
  grid-column: 1/2;
  grid-row: 2/3;
}
.victim-hud .victim-info .victim-info-data.victim-contact {
  grid-column: 2/3;
  grid-row: 2/3;
}
app-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
}
app-component primary-nav, app-component router-outlet {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
app-component router-outlet + * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
app-component router-outlet + hybrid-app {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
body .mat-dialog-container {
  padding: 0;
}

enterprise-selection .modal-header .title {
  float: left;
  font-weight: bold;
}
enterprise-selection .modal-header .close-button {
  float: right;
  cursor: pointer;
}
enterprise-selection .modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}
enterprise-selection .modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}
@media (max-width: 768px) {
  enterprise-selection .modal-body {
    min-width: auto;
  }
}
enterprise-selection .modal-actions {
  padding: 15px;
  float: right;
}
enterprise-selection .modal-actions button {
  margin-left: 5px;
}
enterprise-selection body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
enterprise-selection body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}
enterprise-selection .cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
enterprise-selection .cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
enterprise-selection .cdk-overlay-pane.overlay-pane-large::before, enterprise-selection .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}
enterprise-selection .cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

passcode-search button {
  margin-left: 5px;
}
passcode-search .table-container {
  padding: 2rem;
  position: relative;
}
passcode-search .table-container table {
  width: 100%;
}
passcode-search .form-group .mat-form-field {
  width: 100%;
}
passcode-search .search-buttons {
  padding-top: 22px;
}
passcode-search h2 {
  margin: 0 15px 15px;
}
passcode-search .pagination-controls .mat-select-value {
  text-align: center;
  padding-left: 3px;
}
passcode-search .paginator-hidden {
  display: none;
}
passcode-search .no-results {
  padding-top: 15px;
  text-align: center;
}
passcode-search .mat-header-cell, passcode-search .mat-cell {
  color: #191919;
  font-size: 12px;
}
passcode-search .phone-number {
  font-family: "Noto Sans", "Roboto", "sans-serif";
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.build-details-table {
  margin: 15px 0 0 0;
}
.build-details-table th, .build-details-table td {
  padding: 3px 60px 0 0;
}
.build-details-table .table-header {
  font-weight: 600;
}

.divider {
  margin: 15px 0 0 0;
  border-top: 1px solid #e5e5e5;
}

body[dir=rtl] .year-and-copyrights, body[dir=rtl] .build-details-table {
  direction: rtl;
}
body[dir=rtl] .build-details-table th, body[dir=rtl] td {
  padding: 3px 0px 0px 60px;
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.primary-nav .iur-logo {
  margin-right: 33px;
  width: 202px;
}
.primary-nav .vertical-nav-icon {
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 27px;
}

.mat-toolbar.mat-primary {
  color: #ffffff;
  height: 92px;
}

.mat-menu-panel.monitor-menu, .mat-menu-panel.services-menu, .mat-menu-panel.user-menu {
  width: 250px;
}

.user-menu .mat-menu-content:not(:empty) {
  padding-top: 8px;
  padding-bottom: 0px;
}

.mat-menu-panel.monitor-menu, .mat-menu-panel.services-menu, .mat-menu-panel.user-menu, .mat-menu-panel.offender-menu {
  background: #262626;
  color: #ffffff;
}
.mat-menu-panel.monitor-menu .mat-menu-item, .mat-menu-panel.services-menu .mat-menu-item, .mat-menu-panel.user-menu .mat-menu-item, .mat-menu-panel.offender-menu .mat-menu-item {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.mat-menu-panel.monitor-menu .mat-menu-item:visited, .mat-menu-panel.services-menu .mat-menu-item:visited, .mat-menu-panel.user-menu .mat-menu-item:visited, .mat-menu-panel.offender-menu .mat-menu-item:visited {
  color: #ffffff;
}
.mat-menu-panel.monitor-menu .mat-menu-item:hover, .mat-menu-panel.monitor-menu .mat-menu-item.active-nav-link, .mat-menu-panel.services-menu .mat-menu-item:hover, .mat-menu-panel.services-menu .mat-menu-item.active-nav-link, .mat-menu-panel.user-menu .mat-menu-item:hover, .mat-menu-panel.user-menu .mat-menu-item.active-nav-link, .mat-menu-panel.offender-menu .mat-menu-item:hover, .mat-menu-panel.offender-menu .mat-menu-item.active-nav-link {
  font-weight: 600;
}
.mat-menu-panel.monitor-menu .mat-menu-item .alarm-queue-count-badge, .mat-menu-panel.services-menu .mat-menu-item .alarm-queue-count-badge, .mat-menu-panel.user-menu .mat-menu-item .alarm-queue-count-badge, .mat-menu-panel.offender-menu .mat-menu-item .alarm-queue-count-badge {
  margin-left: 10px;
  top: 24px;
  position: relative;
}

.alarm-notification-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #cf1124;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 7px;
}

.vertical-nav-alarm-nos-indicator {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #cf1124;
  border-radius: 50%;
  position: absolute;
  right: 9px;
  top: 6px;
}

.current-user-menu {
  position: absolute;
  right: 27px;
  top: 27px;
}
.current-user-menu .current-user-menu-button {
  height: auto;
}
.current-user-menu .current-user-menu-button:hover, .current-user-menu .current-user-menu-button:hover .mat-icon {
  font-weight: 600;
}
.current-user-menu .button-text-wrapper {
  display: inline-block;
  margin-right: 10px;
}
.current-user-menu .button-text-wrapper .button-text-username {
  line-height: 14px;
  text-transform: uppercase;
}
.current-user-menu .button-text-wrapper .button-text-enterprise-name {
  text-transform: none;
  max-width: 200px;
}
.current-user-menu .button-text-wrapper .button-text-username, .current-user-menu .button-text-wrapper .button-text-enterprise-name {
  text-align: right;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
}
.current-user-menu .button-arrow-icon {
  margin-top: -7px;
}
.current-user-menu .notifications {
  height: 21px;
  right: 0;
  position: relative;
  top: 2px;
  width: 19px;
  display: inline-block;
  cursor: pointer;
}
.current-user-menu .notifications .mat-icon {
  height: 35px;
}

.mat-menu-panel.offender-menu {
  min-height: 46px;
  border-radius: 0;
}
.mat-menu-panel.offender-menu .cdk-focused, .mat-menu-panel.offender-menu .cdk-keyboard-focused {
  outline: none;
}
.mat-menu-panel.offender-menu .mat-menu-content {
  padding-bottom: 0;
}
.mat-menu-panel.offender-menu .mat-menu-item, .mat-menu-panel.offender-menu .error-message, .mat-menu-panel.offender-menu .none-message {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.mat-menu-panel.offender-menu .name-type {
  height: 36px;
  width: 286px;
  font-size: 12px;
  line-height: 36px;
  border-bottom: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
  padding-left: 4px;
  overflow: unset !important;
}
.mat-menu-panel.offender-menu .severity-high {
  border-left: 7px solid #cf1124;
}
.mat-menu-panel.offender-menu .severity-med {
  border-left: 7px solid #ffcb00;
}
.mat-menu-panel.offender-menu .severity-low {
  border-left: 7px solid #38bec9;
}
.mat-menu-panel.offender-menu .type {
  text-transform: capitalize;
  width: 50%;
  display: inline-block;
}
.mat-menu-panel.offender-menu .name {
  display: inline-block;
}
.mat-menu-panel.offender-menu .error-message, .mat-menu-panel.offender-menu .none-message {
  text-align: center;
  padding: 8px;
  max-width: 259px;
}
.mat-menu-panel.offender-menu .mat-menu-item.cdk-focused {
  background: inherit;
}
.mat-menu-panel.offender-menu .mat-menu-item.cdk-focused.name-type {
  border-bottom: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}
.mat-menu-panel.offender-menu .mat-menu-item.cdk-focused.severity-high {
  border-left: 7px solid #cf1124;
}
.mat-menu-panel.offender-menu .mat-menu-item.cdk-focused.severity-med {
  border-left: 7px solid #ffcb00;
}
.mat-menu-panel.offender-menu .mat-menu-item.cdk-focused.severity-low {
  border-left: 7px solid #38bec9;
}

.horizontal-nav {
  display: none;
}
.horizontal-nav .mat-button, .horizontal-nav .link-item {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 15px;
  vertical-align: middle;
}
.horizontal-nav .mat-button:visited, .horizontal-nav .link-item:visited {
  color: #ffffff;
}
.horizontal-nav .mat-button:hover .mat-icon, .horizontal-nav .link-item:hover .mat-icon {
  font-weight: 600;
}
.horizontal-nav .mat-button:hover, .horizontal-nav .mat-button.active-nav-link, .horizontal-nav .link-item:hover, .horizontal-nav .link-item.active-nav-link {
  font-weight: 600;
}
.horizontal-nav .mat-button::before, .horizontal-nav .link-item::before {
  display: block;
  content: attr(title);
  font-weight: 600;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.horizontal-nav .mat-button.dropdown::before, .horizontal-nav .link-item.dropdown::before {
  margin-right: 35px;
}
.horizontal-nav .mat-button.no-margin-left, .horizontal-nav .link-item.no-margin-left {
  margin-left: 0px !important;
}
.horizontal-nav .current-user-menu-button {
  text-align: right;
  padding-right: 10px;
}
.horizontal-nav .monitor, .horizontal-nav .services, .horizontal-nav .current-user-menu-button {
  padding: 0;
}

body[dir=rtl] .horizontal-nav {
  display: block;
  width: 81%;
  position: relative;
  right: 25px;
  top: 10px;
}
body[dir=rtl] .current-user-menu {
  position: relative;
  left: 27px;
  top: 0px;
  float: left;
}
body[dir=rtl] .current-user-menu .button-text-username, body[dir=rtl] .current-user-menu .button-text-enterprise-name {
  text-align: left;
  position: relative;
  left: 10px;
}
body[dir=rtl] .current-user-menu .notifications {
  right: -13px;
}
body[dir=rtl] .current-user-menu .notifications .mat-badge {
  right: 5px;
}

.vertical-nav {
  background: #262626;
  opacity: 0;
  position: fixed;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 1030;
}
.vertical-nav.expanded {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.vertical-nav .current-user-menu {
  color: #ffffff;
  top: -5px;
}
.vertical-nav .vertical-nav-body {
  padding-top: 30px;
}
.vertical-nav .mat-list-base .mat-list-item {
  background: #262626;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
.vertical-nav .mat-list-base .mat-list-item:visited {
  color: #ffffff;
}
.vertical-nav .mat-list-base .mat-list-item:hover, .vertical-nav .mat-list-base .mat-list-item.active-nav-link {
  font-weight: 600;
}
.vertical-nav .mat-list-base .mat-list-item .alarm-queue-count-badge {
  margin-left: 10px;
}

.button-text-enterprise-name {
  max-width: 170px;
}

@media (min-width: 500px) {
  .button-text-enterprise-name {
    max-width: 300px;
  }
}
@media (min-width: 800px) {
  .button-text-enterprise-name {
    max-width: 600px;
  }
}
@media (min-width: 1199px) {
  .button-text-enterprise-name {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .button-text-enterprise-name {
    max-width: 80px;
  }

  .horizontal-nav {
    display: block;
  }

  .vertical-nav, .primary-nav .vertical-nav-icon {
    display: none;
  }
}
@media (min-width: 1300px) {
  .button-text-enterprise-name {
    max-width: 170px;
  }
}
@media (min-width: 1400px) {
  .button-text-enterprise-name {
    max-width: 270px;
  }
}
@media (min-width: 1600px) {
  .button-text-enterprise-name {
    max-width: 470px;
  }
}
@media (min-width: 1800px) {
  .button-text-enterprise-name {
    max-width: 670px;
  }
}
.modal-header .title {
  float: left;
  font-weight: bold;
}
.modal-header .close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
  color: #939598;
}

.modal-body {
  min-width: 600px;
  padding: 15px;
  color: #939598;
}

@media (max-width: 768px) {
  .modal-body {
    min-width: auto;
  }
}
.modal-actions {
  padding: 15px;
  float: right;
}
.modal-actions button {
  margin-left: 5px;
}

body .cdk-global-overlay-wrapper {
  pointer-events: auto;
  display: block;
  overflow: auto;
  text-align: center;
}
body .cdk-global-overlay-wrapper .mat-dialog-container {
  text-align: initial;
}

.cdk-overlay-pane.overlay-pane-small {
  max-height: initial !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cdk-overlay-pane.overlay-pane-large {
  display: inline-block;
  position: relative;
  white-space: normal;
  max-height: inherit;
}
.cdk-overlay-pane.overlay-pane-large::before, .cdk-overlay-pane.overlay-pane-large::after {
  content: "";
  display: inline-block;
  height: 50px;
  white-space: nowrap;
}

.cdk-overlay-pane.overlay-pane-large-custom .mat-dialog-container {
  overflow: visible;
  overflow-y: visible;
}

.alarm-notification {
  width: 650px;
  height: 365px;
  min-height: 300px;
  bottom: 10px;
  left: 10px;
  display: none;
  z-index: 4;
  border: 1px solid;
  background: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px 3px rgba(0, 0, 0, 0.2);
}
.alarm-notification .modal-header {
  background-color: #252424;
}
.alarm-notification .modal-header .modal-title {
  float: left;
  font-weight: bold;
  color: #ffffff;
}
.alarm-notification .modal-header .volume-toggle {
  margin-left: 20px;
  cursor: pointer;
  color: #ffffff;
}
.alarm-notification .modal-header .modal-close-button {
  float: right;
  cursor: pointer;
  color: #ffffff;
}
.alarm-notification .mat-row .mat-cell {
  color: #191919;
  padding-right: 0px;
}
.alarm-notification .mat-header-cell {
  font-size: 15px;
  font-weight: 600;
}
.alarm-notification .modal-body {
  height: auto;
  min-height: 50%;
}
.alarm-notification .modal-body .row-selected {
  background-color: #e4f1f7;
}
.alarm-notification .modal-body .offender-table {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 5px;
}
.alarm-notification .modal-footer .btn {
  border-color: none;
  height: 36px;
  margin-top: 9px;
}
.alarm-notification .modal-footer .btn.btn-success {
  background-color: #252424;
  border-color: #252424;
  color: #ffffff;
}

.alarm-notification.visible {
  display: block;
}
.custom-card.mat-card {
  margin-bottom: 20px;
}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@charset "UTF-8";
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px;
}
.fc-rtl .fc-popover .fc-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-mirror-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th, .fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "mirror" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-mirror-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to timegrid/daygrid */
.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}
.fc-event, .fc-event-dot {
  background-color: #3788d8;
  /* default BACKGROUND color */
}
.fc-event, .fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href], .fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed, .fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}
/* Event Dragging
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-dragging.fc-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
  /* except for mirror skeleton */
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
/* Icons
--------------------------------------------------------------------------------------------------
from https://feathericons.com/ and built with IcoMoon
*/
@font-face {
  font-family: "fcicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.fc-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fcicons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-icon-chevron-left:before {
  content: "";
}
.fc-icon-chevron-right:before {
  content: "";
}
.fc-icon-chevrons-left:before {
  content: "";
}
.fc-icon-chevrons-right:before {
  content: "";
}
.fc-icon-minus-square:before {
  content: "";
}
.fc-icon-plus-square:before {
  content: "";
}
.fc-icon-x:before {
  content: "";
}
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
}
/* Buttons
--------------------------------------------------------------------------------------------------
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css
*/
/* reset */
.fc-button {
  border-radius: 0;
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.fc-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.fc-button {
  -webkit-appearance: button;
}
.fc-button:not(:disabled) {
  cursor: pointer;
}
.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/* theme */
.fc-button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}
.fc-button:hover {
  color: #212529;
  text-decoration: none;
}
.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.fc-button:disabled {
  opacity: 0.65;
}
/* "primary" coloring */
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}
.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}
.fc-button-primary:not(:disabled):active:focus, .fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
/* icons within buttons */
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fc-button-group > .fc-button:hover {
  z-index: 1;
}
.fc-button-group > .fc-button:focus, .fc-button-group > .fc-button:active, .fc-button-group > .fc-button.fc-button-active {
  z-index: 1;
}
.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
}
.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-button-group > .fc-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
/* inner content */
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
.fc-view-container {
  position: relative;
}
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view, .fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
@media print {
  .fc {
    max-width: 100% !important;
  }

  /* Global Event Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc-event {
    background: #fff !important;
    color: #000 !important;
    page-break-inside: avoid;
  }

  .fc-event .fc-resizer {
    display: none;
  }

  /* Table & Day-Row Restyling
  --------------------------------------------------------------------------------------------------*/
  .fc th, .fc td, .fc hr, .fc thead, .fc tbody, .fc-row {
    border-color: #ccc !important;
    background: #fff !important;
  }

  /* kill the overlaid, absolutely-positioned components */
  /* common... */
  .fc-bg, .fc-bgevent-skeleton, .fc-highlight-skeleton, .fc-mirror-skeleton, .fc-bgevent-container, .fc-business-container, .fc-highlight-container, .fc-mirror-container {
    display: none;
  }

  /* don't force a min-height on rows (for DayGrid) */
  .fc tbody .fc-row {
    height: auto !important;
    /* undo height that JS set in distributeHeight */
    min-height: 0 !important;
    /* undo the min-height from each view's specific stylesheet */
  }

  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    /* undo .fc-rigid */
    padding-bottom: 0 !important;
    /* use a more border-friendly method for this... */
  }

  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    /* only works in newer browsers */
    padding-bottom: 1em;
    /* ...gives space within the skeleton. also ensures min height in a way */
  }

  .fc tbody .fc-row .fc-content-skeleton table {
    /* provides a min-height for the row, but only effective for IE, which exaggerates this value,
       making it look more like 3em. for other browers, it will already be this tall */
    height: 1em;
  }

  /* Undo month-view event limiting. Display all events and hide the "more" links
  --------------------------------------------------------------------------------------------------*/
  .fc-more-cell, .fc-more {
    display: none !important;
  }

  .fc tr.fc-limited {
    display: table-row !important;
  }

  .fc td.fc-limited {
    display: table-cell !important;
  }

  .fc-popover {
    display: none;
    /* never display the "more.." popover in print mode */
  }

  /* TimeGrid Restyling
  --------------------------------------------------------------------------------------------------*/
  /* undo the min-height 100% trick used to fill the container's height */
  .fc-time-grid {
    min-height: 0 !important;
  }

  /* don't display the side axis at all ("all-day" and time cells) */
  .fc-timeGrid-view .fc-axis {
    display: none;
  }

  /* don't display the horizontal lines */
  .fc-slats, .fc-time-grid hr {
    /* this hr is used when height is underused and needs to be filled */
    display: none !important;
    /* important overrides inline declaration */
  }

  /* let the container that holds the events be naturally positioned and create real height */
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }

  /* in case there are no events, we still want some height */
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }

  /* kill the horizontal spacing made by the event container. event margins will be done below */
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }

  /* TimeGrid *Event* Restyling
  --------------------------------------------------------------------------------------------------*/
  /* naturally position events, vertically stacking them */
  .fc-time-grid .fc-event {
    position: static !important;
    margin: 3px 2px !important;
  }

  /* for events that continue to a future day, give the bottom border back */
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }

  /* indicate the event continues via "..." text */
  .fc-time-grid .fc-event.fc-not-end:after {
    content: "...";
  }

  /* for events that are continuations from previous days, give the top border back */
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }

  /* indicate the event is a continuation via "..." text */
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }

  /* time */
  /* undo a previous declaration and let the time text span to a second line */
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }

  /* hide the the time that is normally displayed... */
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }

  /* ...replace it with a more verbose version (includes AM/PM) stored in an html attribute */
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }

  /* Vertical Scroller & Containers
  --------------------------------------------------------------------------------------------------*/
  /* kill the scrollbars and allow natural height */
  .fc-scroller, .fc-day-grid-container, .fc-time-grid-container {
    /* */
    overflow: visible !important;
    height: auto !important;
  }

  /* kill the horizontal border/padding used to compensate for scrollbars */
  .fc-row {
    border: 0 !important;
    margin: 0 !important;
  }

  /* Button Controls
  --------------------------------------------------------------------------------------------------*/
  .fc-button-group, .fc button {
    display: none;
    /* don't display any button-related controls */
  }
}
/* DayGridView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-dayGridWeek-view .fc-content-skeleton, .fc-dayGridDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-dayGrid-view .fc-week-number, .fc-dayGrid-view .fc-day-number {
  padding: 2px;
}
.fc-dayGrid-view th.fc-week-number, .fc-dayGrid-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}
.fc-dayGrid-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}
.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
@charset "UTF-8";
/* TimeGridView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container, .fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  /* the <hr> TimeGridView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-mirror-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  margin-bottom: 1px;
}
.fc-time-grid-event-inset {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: " - ";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{-webkit-box-shadow:none;box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.ng-select .ng-select-container:hover{-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.06);box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.06);box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
/* .bs-datepicker */
.bs-datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 #aaa;
          box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover, .bs-datepicker button:focus, .bs-datepicker button:active, .bs-datepicker input:hover, .bs-datepicker input:focus, .bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  -webkit-transform: translate(-1px, -1px);
          transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  -webkit-transform: translate(1px, -1px);
          transform: translate(1px, -1px);
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
  /* todo: check first :not(.disabled) usage */
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span, .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  -webkit-transition: 0s;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span, .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  -webkit-transition: 0s;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after, .bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before, .bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before, .bs-datepicker-body table.days span.active:not(.select-start):before, .bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right, .bs-datepicker-buttons .today-right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.bs-datepicker-buttons .clear-left, .bs-datepicker-buttons .today-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bs-datepicker-buttons .clear-center, .bs-datepicker-buttons .today-center {
  -webkit-box-flex: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
}
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}
bs-datepicker-container, bs-daterangepicker-container {
  z-index: 1080;
}
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bs-datepicker-multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span, .theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span, .theme-green .bs-datepicker-body table td span[class*=select-]:after, .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected, .theme-blue .bs-datepicker-body table td.selected span, .theme-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected, .theme-dark-blue .bs-datepicker-body table td.selected span, .theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected, .theme-red .bs-datepicker-body table td.selected span, .theme-red .bs-datepicker-body table td span[class*=select-]:after, .theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected, .theme-orange .bs-datepicker-body table td.selected span, .theme-orange .bs-datepicker-body table td span[class*=select-]:after, .theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0s;
  transition: 0s;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .ats-switch > .caret, .dropup > .btn > .caret, .dropup > .ats-switch > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(glyphicons-halflings-regular.eot);
  src: url(glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(glyphicons-halflings-regular.woff2) format("woff2"), url(glyphicons-halflings-regular.woff) format("woff"), url(glyphicons-halflings-regular.ttf) format("truetype"), url(glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #939598;
  background-color: #f0f0f0;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 22px;
}

h2, .h2 {
  font-size: 18px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small, .small {
  font-size: 85%;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 1200px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #f0f0f0;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=checkbox].disabled, fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=date].ats-switch, .input-group-sm input[type=date], input[type=time].input-sm, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > .input-group-btn > input[type=time].ats-switch, .input-group-sm input[type=time], input[type=datetime-local].input-sm, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].ats-switch, .input-group-sm input[type=datetime-local], input[type=month].input-sm, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=month].ats-switch, .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=date].ats-switch, .input-group-lg input[type=date], input[type=time].input-lg, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > .input-group-btn > input[type=time].ats-switch, .input-group-lg input[type=time], input[type=datetime-local].input-lg, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].ats-switch, .input-group-lg input[type=datetime-local], input[type=month].input-lg, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=month].ats-switch, .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.ats-switch, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.ats-switch {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .ats-switch {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.ats-switch {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.ats-switch, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > select[multiple].ats-switch {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .ats-switch {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.ats-switch {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.ats-switch, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > select[multiple].ats-switch {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .ats-switch + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .ats-switch + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #d4d5d6;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .ats-switch {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .ats-switch:focus, .btn.focus, .focus.ats-switch, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .ats-switch:hover, .btn:focus, .ats-switch:focus, .btn.focus, .focus.ats-switch {
  color: #939598;
  text-decoration: none;
}
.btn:active, .ats-switch:active, .btn.active, .active.ats-switch {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.ats-switch, .btn[disabled], [disabled].ats-switch, fieldset[disabled] .btn, fieldset[disabled] .ats-switch {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, a.disabled.ats-switch, fieldset[disabled] a.btn, fieldset[disabled] a.ats-switch {
  pointer-events: none;
}

.btn-default {
  color: #939598;
  background-color: #ffffff;
  border-color: #666666;
}
.btn-default:focus, .btn-default.focus {
  color: #939598;
  background-color: #e6e6e6;
  border-color: #262626;
}
.btn-default:hover {
  color: #939598;
  background-color: #e6e6e6;
  border-color: #474747;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #939598;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #474747;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #939598;
  background-color: #d4d4d4;
  border-color: #262626;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #666666;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #939598;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #89c541;
  border-color: #7cb537;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #6fa231;
  border-color: #395419;
}
.btn-success:hover {
  color: #fff;
  background-color: #6fa231;
  border-color: #5c8629;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6fa231;
  background-image: none;
  border-color: #5c8629;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #5c8629;
  border-color: #395419;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #89c541;
  border-color: #7cb537;
}
.btn-success .badge {
  color: #89c541;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5fc8d5;
  border-color: #4bc1d0;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #37baca;
  border-color: #20717b;
}
.btn-info:hover {
  color: #fff;
  background-color: #37baca;
  border-color: #2ea1af;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #37baca;
  background-image: none;
  border-color: #2ea1af;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #2ea1af;
  border-color: #20717b;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5fc8d5;
  border-color: #4bc1d0;
}
.btn-info .badge {
  color: #5fc8d5;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffcb00;
  border-color: #e6b700;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cca200;
  border-color: #665100;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cca200;
  border-color: #a88600;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cca200;
  background-image: none;
  border-color: #a88600;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a88600;
  border-color: #665100;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ffcb00;
  border-color: #e6b700;
}
.btn-warning .badge {
  color: #ffcb00;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c61017;
  border-color: #68080c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c61017;
  border-color: #a50d13;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c61017;
  background-image: none;
  border-color: #a50d13;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a50d13;
  border-color: #68080c;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #ed1c24;
  border-color: #de1219;
}
.btn-danger .badge {
  color: #ed1c24;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .ats-switch {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .ats-switch {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .ats-switch {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-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: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .ats-switch, .btn-group-vertical > .btn, .btn-group-vertical > .ats-switch {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .ats-switch:hover, .btn-group > .btn:focus, .btn-group > .ats-switch:focus, .btn-group > .btn:active, .btn-group > .ats-switch:active, .btn-group > .btn.active, .btn-group > .active.ats-switch, .btn-group-vertical > .btn:hover, .btn-group-vertical > .ats-switch:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .ats-switch:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .ats-switch:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.ats-switch {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .ats-switch + .btn, .btn-group .btn + .ats-switch, .btn-group .ats-switch + .ats-switch, .btn-group .btn + .btn-group, .btn-group .ats-switch + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .ats-switch, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .ats-switch, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .ats-switch, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .ats-switch:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .ats-switch:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .ats-switch:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .ats-switch:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .ats-switch {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .ats-switch:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .ats-switch:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .ats-switch + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .ats-switch + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .ats-switch .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .ats-switch .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .ats-switch .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .ats-switch, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .ats-switch {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .ats-switch {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .ats-switch + .btn, .btn-group-vertical > .btn + .ats-switch, .btn-group-vertical > .ats-switch + .ats-switch, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .ats-switch + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .ats-switch, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .ats-switch:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .ats-switch:first-child:not(:last-child) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .ats-switch:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .ats-switch {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ats-switch:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ats-switch:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .btn-group-justified > .ats-switch, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .ats-switch {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .ats-switch input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .ats-switch input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.ats-switch {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.ats-switch {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .ats-switch, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .btn-group > .ats-switch, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .ats-switch:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .ats-switch {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .ats-switch, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group > .ats-switch, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .ats-switch:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .ats-switch {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .input-group-btn > .ats-switch {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .ats-switch + .btn, .input-group-btn > .btn + .ats-switch, .input-group-btn > .ats-switch + .ats-switch {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .ats-switch:hover, .input-group-btn > .btn:focus, .input-group-btn > .ats-switch:focus, .input-group-btn > .btn:active, .input-group-btn > .ats-switch:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .ats-switch, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .ats-switch, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f0f0f0;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 75px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 1200px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 75px;
  padding: 27.5px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 20.5px;
  margin-bottom: 20.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1200px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 13.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 20.5px;
  margin-bottom: 20.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.ats-switch {
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.ats-switch {
  margin-top: 26.5px;
  margin-bottom: 26.5px;
}

.navbar-text {
  margin-top: 27.5px;
  margin-bottom: 27.5px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #eeeeee;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .ats-switch .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #89c541;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #6fa231;
}

.label-info {
  background-color: #5fc8d5;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #37baca;
}

.label-warning {
  background-color: #ffcb00;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #cca200;
}

.label-danger {
  background-color: #ed1c24;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c61017;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .ats-switch .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .ats-switch .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #939598;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: transparent;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: transparent;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: transparent;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: transparent;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #89c541;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5fc8d5;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #ffcb00;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ed1c24;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item, button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .ats-switch + .btn, .modal-footer .btn + .ats-switch, .modal-footer .ats-switch + .ats-switch {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .ats-switch + .btn, .modal-footer .btn-group .btn + .ats-switch, .modal-footer .btn-group .ats-switch + .ats-switch {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Noto Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .ats-switch {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.ui-grid-draggable-row-target {
  opacity: 0.5 !important;
}

.ui-grid-draggable-row {
  height: 30px;
}

.ui-grid-draggable-row-over {
  position: relative;
}
.ui-grid-draggable-row-over:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  border-bottom: 1px dotted #AAA;
}
.ui-grid-draggable-row-over--above:before {
  top: 0;
}
.ui-grid-draggable-row-over--below:before {
  bottom: 0;
}

.ats-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px;
}

.ats-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.ats-switch.disabled .switch-left, .ats-switch.disabled .switch-right, .ats-switch.disabled .knob {
  cursor: default !important;
}

.ats-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.ats-switch > div {
  position: relative;
  width: 150%;
}

.ats-switch .knob {
  background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100;
}

.ats-switch .switch-on {
  left: 0%;
}

.ats-switch .switch-off {
  left: -50%;
}

.ats-switch .swtich-left, .ats-switch .switch-right {
  z-index: 1;
}

.ats-switch .switch-left {
  color: #fff;
  background: #005fcc;
}

.ats-switch .switch-right {
  color: #333;
  background: #f0f0f0;
}

.ats-switch .switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
}

.ats-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.ats-switch:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ats-switch.disabled:hover {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}

.ats-switch .knob {
  border-right: none;
  border-left: none;
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  background: #ffffff;
}

.ats-switch .knob i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}

.ats-switch .switch-left, .ats-switch .switch-right, .ats-switch .knob {
  min-height: 28px;
}

.ats-switch.switch-mini {
  min-width: 72px;
}

.ats-switch.switch-mini .switch-left, .ats-switch.switch-mini .switch-right, .ats-switch.switch-mini .knob {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
  min-height: 18px;
}

.ats-switch.switch-mini i.switch-mini-icons {
  height: 1.2em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}

.ats-switch.switch-small {
  min-width: 80px;
}

.ats-switch.switch-small .switch-left, .ats-switch.switch-small .switch-right, .ats-switch.switch-small .knob {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
  min-height: 24px;
}

.ats-switch.switch-large {
  min-width: 120px;
}

.ats-switch.switch-large .switch-left, .ats-switch.switch-large .switch-right, .ats-switch.switch-large .knob {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
  min-height: 34px;
}

.ats-switch span.switch-left {
  color: #fff;
  background: #428bca;
}

.ats-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}

.ats-switch.switch-primary span.switch-left {
  color: #fff;
  background: #428bca;
}

.ats-switch.switch-info span.switch-left {
  color: #fff;
  background: #5bc0de;
}

.ats-switch.switch-success span.switch-left {
  color: #fff;
  background: #5cb85c;
}

.ats-switch.switch-warning span.switch-left {
  background: #f0ad4e;
  color: #fff;
}

.ats-switch.switch-danger span.switch-left {
  color: #fff;
  background: #d9534f;
}

.ats-switch.switch-default span.switch-left {
  color: #000;
  background: #eeeeee;
}

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a, .toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover, .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-box-shadow: 0 0 12px #999999;
          box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  -webkit-box-shadow: 0 0 12px #000000;
          box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr, .toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr, .toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.help-block {
  color: #a0a2a4;
}

.text-capitalize {
  text-transform: uppercase;
}

.logo {
  height: 76.469px;
}

.reset-left {
  margin-left: 0;
  padding-left: 0;
}

.reset-right {
  padding-right: 0;
  margin-right: 0;
}

.clickable {
  cursor: pointer;
}

.title-bar {
  background-color: #191919;
  color: #ffffff;
  line-height: 0;
  width: 100%;
}
.title-bar a {
  color: #ffffff;
}
.title-bar__content {
  padding-left: 15px;
}
.title-bar__content .breadcrumb {
  float: left;
  padding: 10px 0;
  margin-bottom: 0;
  background: transparent;
}
.title-bar__content .breadcrumb .active, .title-bar__content .breadcrumb > li + li:before {
  color: #ffffff;
}
div[dir=rtl] .title-bar__content .breadcrumb {
  float: right;
}
div[dir=rtl] .title-bar__content {
  padding-left: 0px;
  padding-right: 15px;
}
.title-bar__button {
  float: right;
  min-height: 37px;
}
div[dir=rtl] .title-bar__button {
  float: left;
}
.title-bar__element {
  padding-left: 15px;
  float: right;
  height: 100%;
}

body[dir=rtl] .title-bar__element {
  float: left;
  padding-left: 0;
}

.page-header {
  margin: 20px 0 20px !important;
}

.page-content {
  background-color: #ffffff;
}

.inline-button-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.inline-button-heading h1 {
  margin: 0;
}
.inline-button-heading h2 {
  margin: 0;
}
.inline-button-heading h3 {
  margin: 0;
}
.inline-button-heading h4 {
  margin: 0;
}
.inline-button-heading h5 {
  margin: 0;
}
.inline-button-heading h6 {
  margin: 0;
}

.empty-label-input-align {
  margin-top: 24px;
}

.alarm-icon--attention {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ed1c24;
}
.alarm-icon--attention .alarm-icon__bell {
  font-size: 110%;
}
.alarm-icon--urgent {
  color: #9370db;
}
.alarm-icon--high {
  color: #ed1c24;
}
.alarm-icon--med {
  color: #ffcb00;
}
.alarm-icon--low {
  color: #5fc8d5;
}

body {
  font-weight: 400;
  font-family: "Noto Sans", "Roboto", sans-serif;
  -ms-overflow-style: scrollbar;
}

h1, .h1 {
  font-weight: 400;
}

h2, .h2 {
  font-weight: 500;
}

h3, .h3 {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h4, .h4, h5, .h5 {
  color: #191919;
}

.alert {
  border: 5px solid;
}

p[class^=bg-] {
  padding: 10px;
}

.container--main {
  margin-top: 20px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.container--footer {
  border-top: 3px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 45px;
}

.float-bottom {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  border-radius: 0;
}

.panel {
  border: 0;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

.btn, .ats-switch {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 7px 15px 6px 15px;
  text-transform: uppercase;
}
.btn-default {
  border: 1px solid #eeeeee;
  color: #6a6a6a;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  border-color: #eeeeee;
  color: #6a6a6a;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:active:focus, .btn-warning:active:hover, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:focus, .btn-success:active:hover, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:focus, .btn-info:active:hover {
  color: #191919;
}
.btn-danger {
  color: #eeeeee;
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:active:hover {
  color: #eeeeee;
}
.btn--chevron {
  padding: 6px;
  width: 30px;
  height: 30px;
}
.btn--ellipsis {
  background: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  height: 28px;
  width: 28px;
  padding: 0;
}
.btn--ellipsis:hover, .btn--ellipsis:focus {
  background-color: #6a6a6a;
  color: #ffffff;
}
.btn--tab {
  background-color: #6a6a6a;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  font-weight: 500;
}
.btn--tab:hover, .btn--tab:focus {
  background-color: #515151;
  color: #ffffff;
}
.btn--white {
  background-color: #ffffff;
  color: #515151;
}

.row-bottom-padding {
  padding-bottom: 15px;
}

.input-group-btn button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: 34px;
}

.app .ui-grid, .modal .ui-grid {
  border: none;
  height: auto !important;
}
.app .ui-grid-viewport, .modal .ui-grid-viewport {
  height: auto !important;
  overflow: visible !important;
}
.app .ui-grid-top-panel, .modal .ui-grid-top-panel {
  background: #e2e2e2;
  color: #6a6a6a;
}
.app .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons, .modal .ui-grid-header-canvas .ui-grid-header-cell-wrapper .ui-grid-selection-row-header-buttons {
  padding-top: 13px;
  padding-bottom: 7px;
  padding-left: 7px;
  color: #191919;
}
.app .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(odd) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffdb4d;
}
.app .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell, .modal .ui-grid-row:nth-child(even) .ui-grid-row-has-warning .ui-grid-cell {
  background-color: #ffcb00;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  padding: 7px;
  position: relative;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-table-header, .modal .ui-grid-table-header {
  font-weight: 400;
  padding: 12px 7px;
  border-right: none;
}
.app .ui-grid-cell-contents, .modal .ui-grid-cell-contents {
  padding: 0;
  position: relative;
}
.app .ui-grid-v-center, .app .ui-grid-cell-contents, .modal .ui-grid-v-center, .modal .ui-grid-cell-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-disable-selection, .modal .ui-grid-disable-selection {
  height: 100%;
}
.app .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok, .modal .ui-grid-disable-selection .ui-grid-cell-contents .ui-grid-icon-ok {
  padding-top: 7px;
  color: #191919;
}
.app .ui-grid-cell, .modal .ui-grid-cell {
  color: #191919;
}
.app .ui-grid-allow-overflow, .modal .ui-grid-allow-overflow {
  overflow: visible !important;
}
.app .ui-grid--bring-to-front, .modal .ui-grid--bring-to-front {
  position: relative;
  z-index: 999999;
}
.app .ui-grid-expandable-buttons-cell, .modal .ui-grid-expandable-buttons-cell {
  height: 100%;
}
.app .ui-grid-expandable-buttons-cell .ui-grid-cell-contents, .modal .ui-grid-expandable-buttons-cell .ui-grid-cell-contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app .ui-grid-selection-row-header-buttons, .modal .ui-grid-selection-row-header-buttons {
  opacity: 0.7;
}
.app .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell, .modal .ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
  pointer-events: auto;
}

.grid-loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
}

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

.remove-padding {
  padding: 0 !important;
}

.modal-open .modal {
  z-index: 100000;
}

.cdk-overlay-pane {
  max-height: 300px;
}
.cdk-overlay-pane .mat-menu-panel {
  max-width: 400px;
}

div.cdk-overlay-container {
  z-index: 1050;
}

.modal-header {
  min-height: 50px;
}
.modal-header .modal-title {
  float: left;
  font-weight: bold;
}
.modal-header .modal-close-button {
  float: right;
  cursor: pointer;
}
.modal-header .glyphicon {
  font-size: 20px;
}

.modal-close-padding-left {
  padding-left: 20px;
}

.uib-datepicker-popup {
  padding: 5px;
}
.uib-datepicker-popup .btn, .uib-datepicker-popup .ats-switch {
  padding: 5px 10px;
  border-radius: 3px;
}
.uib-datepicker-popup .uib-button-bar {
  padding-left: 0;
  padding-right: 0;
}

.input-group-unstyled {
  border: 0px !important;
  background-color: transparent !important;
}

.header-link {
  color: #191919;
  text-decoration: underline;
}

.well-dark {
  background-color: #f0f0f0;
}

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

label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.center-text {
  text-align: center;
}

.center-span {
  margin-left: auto;
  margin-right: auto;
}

.cell-word-wrap .ui-grid-cell-contents {
  white-space: normal;
}

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

.track-map-sample-env > ul {
  z-index: 0 !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-enterprise-name-cell {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

tg-spinner-ngx ngx-spinner .overlay[style] {
  z-index: 1000 !important;
}

.ats-switch {
  padding: 0 !important;
}
.ats-switch > div {
  width: 177%;
}
.ats-switch .switch-left, .ats-switch .switch-right {
  width: 42%;
}
.ats-switch .switch-off {
  left: -77%;
}
.ats-switch .knob {
  width: 16%;
}
.ats-switch.switch-primary span.switch-left {
  color: #191919;
  background: #5fc8d5;
}
.ats-switch.switch-info span.switch-left {
  color: #191919;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #191919;
  background: #89c541;
}
.ats-switch.switch-warning span.switch-left {
  background: #ffcb00;
  color: #191919;
}
.ats-switch.switch-danger span.switch-left {
  color: #191919;
  background: #ed1c24;
}
.ats-switch.switch-default span.switch-left {
  color: #6a6a6a;
  background: #eeeeee;
}

.form-control[readonly].date-input {
  background: #fff;
}
.form-control[readonly].date-input[disabled] {
  background: #eeeeee;
}

.row.equal-column-height {
  overflow: hidden;
}

.row.equal-column-height > [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.tooltip-inner {
  max-width: none;
  white-space: nowrap;
}

[uib-datepicker-popup][required] + [uib-datepicker-popup-wrap] button[ng-click*="select(null"] {
  display: none;
}

.ui-grid-cell-contents {
  outline: none;
}

.disabled-link, .disabled-link:hover, .disabled-link:link, .disabled-link:visited, .disabled-link:active {
  color: inherit;
  text-decoration: inherit;
}

.input-sized-button {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.break-long-text {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

.no-margin-top {
  margin-top: 0px;
}

.toast-top-right {
  top: auto !important;
  bottom: 12px !important;
  right: 12px;
}

.page-top-margin {
  margin-top: 30px;
}

.section-top-margin {
  margin-top: 15px;
}

.multiline-text-truncate {
  line-height: 1.5em;
  max-height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
}

.threeline-text-truncate {
  max-height: 4.5em !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}

.tooltip {
  opacity: 1 !important;
}

.ngb-tp-input-container {
  width: 5em !important;
}

.mat-option-text {
  font-size: 12px !important;
}

.has-error > .ng-select-container {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

body[dir=ltr] .padding-left-md {
  padding-left: 15px;
}

body[dir=rtl] .padding-left-md {
  padding-right: 15px;
}

/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Inter;
}

.mat-badge-small .mat-badge-content {
  font-size: 9px;
}

.mat-badge-large .mat-badge-content {
  font-size: 24px;
}

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Inter;
  margin: 0 0 12px;
}

.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Inter;
  margin: 0 0 12px;
}

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Inter;
  letter-spacing: normal;
}

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Inter;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}

.mat-small, .mat-caption {
  font: 400 12px/20px Inter;
  letter-spacing: normal;
}

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Inter;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Inter;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Inter;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Inter;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px/20px Inter;
  letter-spacing: normal;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: Inter;
}

.mat-card {
  font-family: Inter;
}

.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}

.mat-card-header .mat-card-title {
  font-size: 20px;
}

.mat-card-subtitle, .mat-card-content {
  font-size: 14px;
}

.mat-checkbox {
  font-family: Inter;
}

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}

.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon, .mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}

.mat-table {
  font-family: Inter;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: Inter;
}

.mat-calendar-body {
  font-size: 13px;
}

.mat-calendar-body-label, .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}

.mat-dialog-title {
  font: 500 20px/32px Inter;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px/20px Inter;
  letter-spacing: normal;
}

.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Inter;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}

.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button, .mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon, .mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34375em) scale(0.75);
          transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.34374em) scale(0.75);
          transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}

.mat-form-field-label {
  top: 1.34375em;
}

.mat-form-field-underline {
  bottom: 1.34375em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
          transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}

@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28122em) scale(0.75);
            transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.28121em) scale(0.75);
            transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    -webkit-transform: translateY(-1.2812em) scale(0.75);
            transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59375em) scale(0.75);
          transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-0.59374em) scale(0.75);
          transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59375em) scale(0.75);
          transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  -webkit-transform: translateY(-1.59374em) scale(0.75);
          transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}

.mat-grid-tile-header, .mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line, .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2), .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: -0.0625em;
}

.mat-menu-item {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  font-family: Inter;
  font-size: 12px;
}

.mat-radio-button {
  font-family: Inter;
}

.mat-select {
  font-family: Inter;
}

.mat-select-trigger {
  height: 1.125em;
}

.mat-slide-toggle-content {
  font-family: Inter;
}

.mat-slider-thumb-label-text {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Inter;
}

.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}

.mat-step-sub-label-error {
  font-weight: normal;
}

.mat-step-label-error {
  font-size: 14px;
}

.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}

.mat-tab-group {
  font-family: Inter;
}

.mat-tab-label, .mat-tab-link {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.mat-toolbar, .mat-toolbar h1, .mat-toolbar h2, .mat-toolbar h3, .mat-toolbar h4, .mat-toolbar h5, .mat-toolbar h6 {
  font: 500 20px/32px Inter;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: Inter;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mat-list-item {
  font-family: Inter;
}

.mat-list-option {
  font-family: Inter;
}

.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
}

.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: Inter;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px/24px Inter;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: Inter;
  font-size: 14px;
}

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}

.mat-tree {
  font-family: Inter;
}

.mat-tree-node, .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  -webkit-transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1), -webkit-transform 0ms cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}

@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: 0 !important;
}

.mat-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #1c84b7;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #262626;
}

.mat-pseudo-checkbox-checked, .mat-pseudo-checkbox-indeterminate, .mat-accent .mat-pseudo-checkbox-checked, .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #1c84b7;
}

.mat-warn .mat-pseudo-checkbox-checked, .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0 {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1 {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2 {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3 {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4 {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7 {
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8 {
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9 {
  -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10 {
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11 {
  -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14 {
  -webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15 {
  -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16 {
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17 {
  -webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18 {
  -webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19 {
  -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22 {
  -webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23 {
  -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24 {
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge-content {
  background: #262626;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #1c84b7;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}

.mat-badge {
  position: relative;
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

.ng-animate-disabled .mat-badge-content, .mat-badge-content._mat-animation-noopable {
  -webkit-transition: none;
  transition: none;
}

.mat-badge-content.mat-badge-active {
  -webkit-transform: none;
          transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

.mat-bottom-sheet-container {
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #1c84b7;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #262626;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #1c84b7;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}

.mat-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #262626;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #1c84b7;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  opacity: 0.1;
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  opacity: 0.1;
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}

.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-raised-button:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone, .mat-button-toggle-group {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard, .mat-button-toggle-group-appearance-standard {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard, .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #262626;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1c84b7;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #262626;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #1c84b7;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element, .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #262626;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  opacity: 0.1;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #1c84b7;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  opacity: 0.1;
}

.mat-table {
  background: white;
}

.mat-table thead, .mat-table tbody, .mat-table tfoot, mat-header-row, mat-row, mat-footer-row, [mat-header-row], [mat-row], [mat-footer-row], .mat-table-sticky {
  background: inherit;
}

mat-row, mat-header-row, mat-footer-row, th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle, .mat-datepicker-content .mat-calendar-next-button, .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content, .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: rgba(38, 38, 38, 0.2);
}

.mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}

.mat-calendar-body-comparison-bridge-start::before, [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(38, 38, 38, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to right, rgba(38, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-comparison-bridge-end::before, [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(38, 38, 38, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to left, rgba(38, 38, 38, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}

.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}

.mat-calendar-body-selected {
  background-color: #262626;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(38, 38, 38, 0.4);
}

.mat-calendar-body-today.mat-calendar-body-selected {
  -webkit-box-shadow: inset 0 0 0 1px;
          box-shadow: inset 0 0 0 1px;
}

.mat-datepicker-content {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(28, 132, 183, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(28, 132, 183, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to right, rgba(28, 132, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before, .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(28, 132, 183, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to left, rgba(28, 132, 183, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #1c84b7;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(28, 132, 183, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  -webkit-box-shadow: inset 0 0 0 1px;
          box-shadow: inset 0 0 0 1px;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(244, 67, 54, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before, .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(244, 67, 54, 0.2)), color-stop(50%, rgba(249, 171, 0, 0.2)));
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected, .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  -webkit-box-shadow: inset 0 0 0 1px white;
          box-shadow: inset 0 0 0 1px white;
}

.mat-datepicker-content-touch {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-datepicker-toggle-active.mat-accent {
  color: #1c84b7;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.mat-dialog-container {
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}

@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description, .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title, .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}

.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #1c84b7;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}

.mat-focused .mat-form-field-required-marker {
  color: #1c84b7;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #1c84b7;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #1c84b7;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent, .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple, .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}

.mat-error {
  color: #f44336;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(33%, rgba(0, 0, 0, 0.42)), color-stop(0%, transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #262626;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #1c84b7;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-accent {
  color: #1c84b7;
}
.mat-icon.mat-warn {
  color: #f44336;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled, .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #1c84b7;
}

.mat-form-field.mat-warn .mat-input-element, .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-item-disabled {
  background-color: #eeeeee;
}

.mat-list-option:hover, .mat-list-option:focus, .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item:focus, .mat-action-list .mat-list-item:hover, .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}

.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}

.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color, .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-menu-item:hover:not([disabled]), .mat-menu-item.cdk-program-focused:not([disabled]), .mat-menu-item.cdk-keyboard-focused:not([disabled]), .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}

.mat-paginator {
  background: white;
}

.mat-paginator, .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement, .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first, .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement, .mat-icon-button[disabled] .mat-paginator-increment, .mat-icon-button[disabled] .mat-paginator-first, .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: #bebebe;
}

.mat-progress-bar-buffer {
  background-color: #bebebe;
}

.mat-progress-bar-fill::after {
  background-color: #262626;
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #197cb0;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #197cb0;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #1c84b7;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #262626;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #1c84b7;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #262626;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle, .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #262626;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1c84b7;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle, .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #1c84b7;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle, .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle, .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #1c84b7;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #1c84b7;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(28, 132, 183, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #1c84b7;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #262626;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(38, 38, 38, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #262626;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.mat-slide-toggle-thumb {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-primary .mat-slider-track-fill, .mat-primary .mat-slider-thumb, .mat-primary .mat-slider-thumb-label {
  background-color: #262626;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(38, 38, 38, 0.2);
}

.mat-accent .mat-slider-track-fill, .mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label {
  background-color: #1c84b7;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(28, 132, 183, 0.2);
}

.mat-warn .mat-slider-track-fill, .mat-warn .mat-slider-thumb, .mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}

.mat-slider:hover .mat-slider-track-background, .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-disabled .mat-slider-track-background, .mat-slider-disabled .mat-slider-track-fill, .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb, .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label, .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon-selected, .mat-step-header .mat-step-icon-state-done, .mat-step-header .mat-step-icon-state-edit {
  background-color: #262626;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before, .mat-horizontal-stepper-header::after, .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header {
  height: 72px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header, .mat-vertical-stepper-header {
  padding: 24px 24px;
}

.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}

.mat-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar, .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar, .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-tab-group[class*=mat-background-] .mat-tab-header, .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}

.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(190, 190, 190, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #262626;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(25, 124, 176, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #1c84b7;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(190, 190, 190, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #262626;
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(25, 124, 176, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #1c84b7;
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #262626;
}
.mat-toolbar.mat-accent {
  background: #1c84b7;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline, .mat-toolbar .mat-form-field-ripple, .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label, .mat-toolbar .mat-focused .mat-form-field-label, .mat-toolbar .mat-select-value, .mat-toolbar .mat-select-arrow, .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}

.mat-toolbar-multiple-rows {
  min-height: 64px;
}

.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}

@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}

.mat-tree {
  background: white;
}

.mat-tree-node, .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tree-node {
  min-height: 48px;
}

.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-simple-snackbar-action {
  color: #1c84b7;
}

.mat-raised-button.mat-primary, .mat-button.mat-primary {
  color: #FFFFFF;
}

.app[dir=rtl] .ui-grid-canvas div[ui-grid-row=row] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body[dir=rtl] .ui-grid-canvas .ui-grid-cell {
  float: right;
}
body[dir=rtl] div[class^=col-], body[dir=rtl] div[class*=" col-"] {
  float: right;
}
body[dir=rtl] .radio input[type=radio], body[dir=rtl] .radio-inline input[type=radio], body[dir=rtl] .checkbox input[type=checkbox], body[dir=rtl] .checkbox-inline input[type=checkbox] {
  margin-right: -20px;
}
body[dir=rtl] .radio label, body[dir=rtl] .checkbox label {
  padding-right: 20px;
  padding-left: 0px;
}
body[dir=rtl] .radio-inline, body[dir=rtl] .checkbox-inline {
  padding-left: 0;
  padding-right: 20px;
}
body[dir=rtl] .rtl-float-right-disable {
  float: left !important;
}
body[dir=rtl] .pull-right {
  float: left !important;
}
body[dir=rtl] .pull-left {
  float: right !important;
}
body[dir=rtl] .text-right {
  text-align: left !important;
}
body[dir=rtl] .text-left {
  text-align: right !important;
}
body[dir=rtl] .modal-header .modal-title {
  float: right;
}
body[dir=rtl] .modal-header .modal-close-button {
  float: left;
}
body[dir=rtl] .modal-footer {
  text-align: left;
}
body[dir=rtl] .modal-footer .text-right {
  text-align: left !important;
}
body[dir=rtl] .modal-footer .text-left {
  text-align: right !important;
}
body[dir=rtl] .modal-footer .btn + .btn, body[dir=rtl] .modal-footer .ats-switch + .btn, body[dir=rtl] .modal-footer .btn + .ats-switch, body[dir=rtl] .modal-footer .ats-switch + .ats-switch {
  margin-right: 5px;
  margin-left: 0;
}
body[dir=rtl] .daterangepicker .calendar-time {
  padding-left: 0;
  padding-right: 28px;
}
body[dir=rtl] .dropdown-menu-right {
  right: auto;
  left: 0;
}
body[dir=rtl] .dropdown-menu {
  text-align: right;
}
body[dir=rtl] .checkbox-inline {
  margin-right: 20px;
}
body[dir=rtl] .checkbox-inline input[type=checkbox] {
  margin-right: -20px;
}
body[dir=rtl] .ats-switch span {
  float: right;
}
body[dir=rtl] .ats-switch .switch-off {
  right: -77%;
  left: auto;
}
body[dir=rtl] .ats-switch .switch-on {
  left: auto;
  right: 0%;
}
body[dir=rtl] .ats-switch .switch-animate {
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.container-content {
  z-index: 1;
  position: relative;
}

.ui-grid-canvas {
  height: 100% !important;
}

body.full-map .list-view {
  overflow: hidden;
  height: 50px;
  width: 20px;
  min-width: 20px;
  position: absolute;
  top: 240px;
  -webkit-transition: 0.09s linear;
  transition: 0.09s linear;
}
body.full-map .itk-google-map {
  width: 100%;
}

label.mat-checkbox-layout {
  font-weight: normal;
}

@media print {
  img {
    max-width: none !important;
    position: absolute !important;
  }

  a[href]:after {
    content: "";
  }

  .primary-nav {
    display: none;
  }
}
.toast hr {
  margin: 0 0 5px 0;
  padding: 0;
}

.ngdialog.ngdialog-theme-default {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown-menu, .dropdown-menu-right {
  z-index: 10000;
}

[uib-dropdown-toggle], [ng-click], [data-ng-click], [x-ng-click] {
  cursor: pointer;
}

.ng-invalid-date {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.modal-footer {
  display: block;
}

.full-height {
  height: 100%;
}

.no-right-padding {
  padding-right: 0;
}

.contextMenu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 120px;
  background: #eee;
  border: 1px solid #777;
}

.contextMenu ul {
  padding: 3px 0px;
  margin: 0px;
  border: solid 1px #fff;
}

.contextMenu li {
  list-style: none;
  padding: 0px 1px;
  margin: 0px;
}

.contextMenu a {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 22px;
  height: 22px;
  padding: 1px 8px;
}

.contextMenu li.hover a {
  padding: 0px 7px;
  background-color: #dfe6f5;
  border: 1px solid #a2c1fa;
  border-radius: 2px;
}

.contextMenu li.separator div {
  margin: 3px 0px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #fff;
}

.ng-select.ng-select-single .ng-select-container {
  height: 34px;
  min-height: 34px;
}

.ng-select .ng-select-container {
  border-radius: 0px;
}

.col-to-fit {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.flex-end-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.no-results {
  text-align: center;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}

.relative-viewport {
  position: relative;
  min-height: 100%;
}

/* Material Tab styles */
.mat-tab-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.table-container {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mat-tab-body-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tabs-with-no-body.mat-tab-group {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.tabs-with-no-body .mat-tab-body-wrapper {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.mat-tab-body-wrapper .mat-tab-body.mat-tab-body-active {
  overflow-x: hidden;
  overflow-y: hidden;
}

.mat-tab-body .mat-tab-body-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.mat-tab-label {
  color: #262626;
  text-transform: uppercase;
  opacity: 1;
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #be1a1f;
}

.mat-tab-alarm-badge-label {
  margin-left: 5px;
}

.standard-padding-left {
  padding-left: 10px;
}

.click-target {
  cursor: pointer;
}
.click-target:hover {
  text-decoration: underline;
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}

.three-column-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}

.row-padding {
  padding: 0 15px;
}

.mat-menu-content .mat-menu-item {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-content .mat-menu-item.cdk-focused {
  background-color: #e0e0e0;
  border: 0;
  outline: none;
}

.phone-ext-letter-spacing {
  letter-spacing: 0.1px;
}

.margin-botton-15 {
  margin-bottom: 15px;
}

.svg-width-26 svg {
  width: 26px;
}
