body {
  overflow: auto;
}

[data-prototype] > .form-group > .control-label {
  display: none;
}

pre {
  padding: 5px;
  margin: 0;
  margin-bottom: 0;
  word-break: keep-all;
  line-height: 1;
  max-width: 700px;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  overflow: hidden;
}

.loader, .loadinmodal {
  cursor: pointer;
}

.dropdown-item input {
  color: #000;
  width: 80px;
}

.modal {
  z-index: 2000;
}

.modal .modal-header {
  padding-top: 15px;
}
.modal .modal-header .close {
  font-size: 25px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -ms-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}

.alert span {
  display: inline-block;
}

span.danger {
  color: red;
  font-weight: bold;
}

.modal.modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
  * /!\ By using this feature, you force the header and footer to be placed
  * in an absolute position. You must handle by yourself the margin of the
  * content.
  */
}

.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.modal.modal-fullscreen .modal-body {
  padding: 0;
}

.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration: 0.6s;
}

.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
  /* background:#1abc9c; */
}

.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}

.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}

#mainWrapper .goBakc {
  cursor: pointer;
}

.form-group label.control-label {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 0 0;
}

.form-group .form-control {
  margin-bottom: 0;
}

.form-group {
  padding-bottom: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 4px;
}

.table > tbody > tr {
  font-size: 13px !important;
}

.table thead tr th {
  font-size: 11px;
}

.loading {
  float: right;
  font-size: 28px;
  margin-right: 22px;
  color: #fff;
}

.spin-container .loading {
  float: none;
  font-size: 28px;
  margin: 0px;
}

.actions {
  font-size: 18px;
  margin-left: 5px;
}

.widgetbutton {
  color: #999999;
}

.modal .modal-dialog {
  margin-top: 30px;
}

.modal-content .modal-body {
  padding-top: 0;
}

.login-page {
  background-color: #e5e7ed;
}
.login-page main {
  width: 100%;
  max-width: 460px;
  margin: 8% auto 5%;
}

.login-block {
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 5px;
}

.login-block .form-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dynamic-load {
  position: relative;
}
.dynamic-load:before {
  content: "Cargando datos...";
  color: white;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  top: 0;
  z-index: 1;
  background-color: rgba(39, 176, 144, 0.6);
  padding-top: 15px;
}

.bootstrap-select {
  margin-bottom: 15px;
  margin-top: 0;
  background: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: gray;
}
.bootstrap-select button {
  padding: 7px !important;
  background-color: transparent !important;
}

.form-group {
  margin: 10px 0 0 0;
  padding-bottom: 0px;
}

.form-control {
  height: 30px;
}

.btn, .navbar .navbar-nav > li > a.btn {
  padding: 7px 10px;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.datetime .bootstrap-select {
  width: 50px !important;
}
.datetime .bootstrap-select button {
  width: 50px;
  display: inline-block;
  float: left;
}

.card {
  padding: 5px;
  box-shadow: 0 1px 12px 0px #00000024;
  border-radius: 6px;
}

.card-header .loading {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-orange {
  background-color: #f97b3d;
}

.couple {
  background-color: #f6f6f6;
  padding: 5px;
}

.speech {
  font-size: 11px;
}

.callballot {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 19px;
  color: green;
  cursor: pointer;
}

.fa-minus {
  cursor: pointer;
}

.modal {
  overflow-y: auto;
}

#App_assitance_meeting .alert-danger {
  display: none !important;
}

.colorcode {
  display: inline-block;
  margin-right: 1px;
  font-size: 11px;
  padding: 1px;
}

.mstatus-WMC {
  background-color: rgba(254, 254, 0, 0.24);
}

.mstatus-WM {
  background-color: rgba(254, 12, 39, 0.08);
}

.mstatus-WMNA {
  background-color: rgba(183, 254, 25, 0.24);
}

.mstatus-WMR {
  background-color: rgba(67, 254, 169, 0.08);
}

.mstatus-WMQS {
  background-color: rgba(6, 82, 254, 0.14);
}

.mstatus-WMQNS {
  background-color: rgba(32, 197, 181, 0.24);
}

.mstatus-WMNQ {
  background-color: rgba(197, 4, 0, 0.26);
}

.mstatus-WMNASS {
  background-color: rgba(197, 179, 90, 0.24);
}

.mstatus-WMNI {
  background-color: rgba(197, 42, 0, 0.22);
}

.form-group .help-block {
  position: relative;
  display: block;
}

.required:before {
  content: "*";
  font-weight: bold;
  margin-right: 4px;
}

#errorModal {
  z-index: 10000;
}

.ballot-info {
  background-color: rgba(164, 203, 217, 0.39);
  padding: 15px;
  margin-bottom: 10px;
}

#meetings {
  overflow-y: hidden;
}

.main-panel > .content {
  padding: 0;
}

.navbar.navbar-transparent {
  padding: 0;
}

h4 {
  margin: 0;
  font-weight: bold;
}

.card .card-header {
  padding: 10px;
}

.card .title {
  margin-bottom: 0;
}

body.cobalt .card [data-background-color=purple] {
  background: linear-gradient(60deg, #4b60ad, #2485aa);
  box-shadow: 0 12px 20px -10px rgba(156, 39, 176, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(156, 39, 176, 0.2);
}
body.cobalt .sidebar[data-color=purple] .nav li.active a, body.cobalt .off-canvas-sidebar[data-color=purple] .nav li.active a {
  background-color: #4567ad;
  box-shadow: 0 12px 20px -10px rgba(90, 113, 200, 0.28), 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px rgba(58, 83, 140, 0.2);
}
body.cobalt .btn.btn-primary, body.cobalt .btn.btn-primary:hover, body.cobalt .btn.btn-primary:focus, body.cobalt .btn.btn-primary:active, body.cobalt .btn.btn-primary.active, body.cobalt .btn.btn-primary:active:focus, body.cobalt .btn.btn-primary:active:hover, body.cobalt .btn.btn-primary.active:focus, body.cobalt .btn.btn-primary.active:hover, body.cobalt .open > .btn.btn-primary.dropdown-toggle, body.cobalt .open > .btn.btn-primary.dropdown-toggle:focus, body.cobalt .open > .btn.btn-primary.dropdown-toggle:hover, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary:hover, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary:focus, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary:active, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary.active, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary:active:focus, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary:active:hover, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary.active:focus, body.cobalt .navbar .navbar-nav > li > a.btn.btn-primary.active:hover, body.cobalt .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle, body.cobalt .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:focus, body.cobalt .open > .navbar .navbar-nav > li > a.btn.btn-primary.dropdown-toggle:hover {
  background-color: #3c6eac;
  color: #FFFFFF;
}

.expired {
  background-color: rgba(255, 0, 0, 0.67);
  color: white;
}
.expired:hover {
  background-color: red !important;
}
.expired a {
  color: white;
}

.label, .label.label-default {
  background-color: #aeaeae;
}

.positive {
  color: green;
}

.negative {
  color: red;
}

.select2 {
  width: 100% !important;
}

.contact-data .btn {
  margin: 0px;
}

.menu-divider {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  text-align: center;
}
.menu-divider:before {
  border-top: 1px solid #dfdfdf;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  z-index: -1;
}
.menu-divider span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}

.accordion .panel.open {
  background-color: white;
}
.accordion .panel:hover {
  background-color: white;
}
.accordion .panel.selected {
  background-color: red;
  font-weight: bold;
}
.accordion .panel-default {
  margin-top: 10px;
  margin-bottom: 35px;
  border: 1px solid lightgrey;
  position: relative;
}
.accordion .panel-default .panel-heading {
  padding: 0;
}
.accordion .panel-group .panel + .panel {
  margin-top: 15px;
}
.accordion .panel-body {
  padding: 10px;
}
.accordion [data-tooggle] {
  cursor: pointer;
}
.accordion .header-info {
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.accordion .service {
  margin-top: 12px;
  margin-bottom: 25px;
  background-color: #fafaff;
}
.accordion .service.alert.alert-success {
  background-color: #90ee904f;
}
.accordion .service.alert.alert-danger {
  background-color: #f0808069;
}
.accordion .service.alert.alert-warning {
  background-color: lightyellow;
}
.accordion .alert-info {
  color: darkslategray;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 255, 255, 0.4);
}

.service .service-body {
  padding-top: 5px;
}

#reservation-quotations .panel .hidden-check {
  position: absolute;
  left: 8px;
  bottom: -1px;
  top: -3px;
}
#reservation-quotations .tools {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  right: 0;
  top: -27px;
  padding: 3px;
  border-top: solid 1px lightgrey;
  border-left: solid 1px lightgrey;
  border-right: solid 1px lightgrey;
  border-radius: 4px;
}
#reservation-quotations .tools ul {
  padding: 0px;
}
#reservation-quotations .tools a {
  color: #333;
}
#reservation-quotations .tools a:hover {
  color: #0F4D57 !important;
}
#reservation-quotations .tools .dropdown-menu a {
  color: #333;
}
#reservation-quotations .tools .dropdown-menu a:hover {
  color: #FFF !important;
}
#reservation-quotations .tools i {
  float: left;
  margin-right: 15px;
}

.service-header {
  position: absolute;
  top: 5px;
}

.alert.alert-info i {
  color: #6e3978;
}

.service-tools {
  position: absolute;
  cursor: pointer;
  font-size: 20px;
  display: inline-block;
  right: 0;
  top: 5px;
  padding: 3px;
}
.service-tools a {
  color: #333;
}
.service-tools a:hover {
  color: #0F4D57;
}
.service-tools i {
  color: #6e3978 !important;
  float: left;
  margin-right: 15px;
}

.confirmation-modal button {
  text-align: center;
  width: 200px;
}
.confirmation-modal .modal-header {
  padding-top: 10px;
}
.confirmation-modal h2 {
  font-size: 25px;
}
.confirmation-modal .modal-lg {
  text-align: center;
  width: 500px;
}
.confirmation-modal [data-dismiss] {
  display: none;
}

.inline-forms {
  clear: both;
}
.inline-forms .add-form {
  display: block;
}
.inline-forms .form-group {
  margin-top: 0;
}
.inline-forms > .form-group {
  margin-top: 25px;
  width: 33%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: inline-block;
}
.inline-forms > .form-group .fa-remove {
  position: absolute;
  top: 4px;
  right: 13px;
  cursor: pointer;
  font-size: 15px;
}

#service-detector li {
  cursor: pointer;
}

.loadaction {
  cursor: pointer;
}

.dropdown-toggle {
  cursor: pointer;
}

.batch-menu {
  max-height: 50px;
  max-width: 1900px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  margin-bottom: 35px;
  width: 100%;
}
.batch-menu.hidden {
  display: block !important;
  max-height: 0;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
}
.batch-menu select {
  float: left;
  margin: 0;
  width: 50%;
}
.batch-menu button {
  float: left;
  margin: 0;
  width: 50%;
}

.reservation-quotes .quotation {
  margin-bottom: 20px;
}
.reservation-quotes .quotation .header .number {
  font-weight: bold;
  font-size: 20px;
}
.reservation-quotes .package-service {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(164, 164, 164, 0.4);
  color: #3C4858;
  background-color: #c0c0c0;
}
.reservation-quotes .habitation-condition {
  color: #0f6ab4;
  font-weight: bold;
}

.quotation-pdf-header {
  margin: 0px;
  padding: 15px;
  background-color: #EEEEEE;
  height: 200px;
}

.pdf-header-logo {
  height: 100px;
  width: 100px;
}

.quotation-pdf-header-member-img {
  float: left;
  width: 120px;
  height: 120px;
}

.quotation-pdf-header-member-type {
  float: left;
}

.service-image {
  padding: 5px;
  float: left;
  width: 33%;
  position: relative;
  height: 200px;
  overflow: hidden;
  page-break-inside: avoid;
}

.service.alert.alert-info, .service.alert.alert-danger, .service.alert.alert-warning, .service.alert.alert-success {
  color: #6a6a6a;
}
.service.alert.alert-info i, .service.alert.alert-danger i, .service.alert.alert-warning i, .service.alert.alert-success i {
  color: #6e3978;
}

.alert {
  font-size: 14px;
}
.alert.alert-info {
  color: white;
}
.alert.alert-info i {
  color: white;
}

.add-form {
  cursor: pointer;
}
.add-form i {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
}

i {
  vertical-align: middle;
}

.price-title {
  background-color: #0f6ab4;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #0f6ab4;
  padding: 5px 5px 5px 5px;
}

.price {
  border: 1px solid #0f6ab4;
  padding: 5px 5px 5px 5px;
  text-align: right;
}

.moreinfo {
  cursor: help;
}

#interaction-history .fa-envelope {
  color: #ebcb97;
}
#interaction-history .fa-male {
  color: #e19595;
}
#interaction-history .fa-whatsapp {
  color: #09d261;
}
#interaction-history .fa-call {
  color: #026702;
}
#interaction-history .fa-sign-in {
  color: green;
}
#interaction-history .fa-sign-out {
  color: orangered;
}
#interaction-history .fa-facebook {
  color: #4267b2;
}
#interaction-history .fa-comment {
  color: cornflowerblue;
}

.checkbox label {
  padding-bottom: 10px;
}

.form-group input[type=file] {
  opacity: 1;
  position: relative;
}

.select2-edit {
  position: absolute;
  z-index: 40;
  cursor: pointer;
  float: right;
  right: 35px;
  top: 3.5px;
  margin: 0px;
  padding: 3px !important;
}
.select2-edit i {
  font-size: 14px !important;
  top: 0px !important;
  margin-top: 0px !important;
}

.select2-clear {
  top: 3px !important;
  margin: 0px !important;
  padding: 3px !important;
}

.fileinput .thumbnail {
  padding-top: 40%;
  position: relative;
  width: 100%;
}
.fileinput .thumbnail img {
  position: absolute;
  top: 0;
  width: 100%;
}

.fileinput {
  width: 100%;
}

/*for select multiple */
.ms-choice > span {
  line-height: 28px;
}

.ms-choice > div {
  line-height: 29px;
}

.ms-choice ul > li input {
  margin-right: 5px !important;
}

.ms-choice span {
  text-transform: capitalize !important;
}

.ms-drop input[type=checkbox] {
  margin: 0 4px 0 !important;
}

.ms-parent {
  padding-top: 0px;
}
.ms-parent button {
  height: 29px;
}

.loading-wdt {
  text-align: center;
  padding: 8px;
}
.loading-wdt i {
  font-size: 15px;
}

.sf-toolbar-block-navigate-ajax {
  float: right !important;
}
.sf-toolbar-block-navigate-ajax i {
  color: darkgray;
  font-size: 20px;
  margin: 5px;
}
.sf-toolbar-block-navigate-ajax i.enabled {
  cursor: pointer;
  color: white;
}

.ajaxRefresh {
  cursor: pointer;
  color: blue;
  font-size: 28px;
  float: right;
}

.debugIframe {
  width: 100%;
  height: 700px;
}

.file-box .main-panel {
  float: left !important;
  width: 100% !important;
}

.toast-top-right .toast-success, .toast-top-right .toast-error {
  margin-right: 40px !important;
}

.notification-content {
  min-width: 400px;
  max-width: 400px;
  height: auto;
  font-size: 13px;
  display: block;
  padding: 5px 10px;
}
.notification-content a {
  display: block;
  padding-right: 30px;
  display: block;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: normal;
}
.notification-content ul {
  list-style: none;
}

.notification-actions {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 0;
}

.navbar .dropdown-menu li:hover a {
  background-color: #019FC4;
  color: #FFFFFF;
}
.navbar .dropdown-menu li:hover .notification-actions {
  color: white;
}
.navbar .dropdown-menu li:hover .notification-actions i:hover {
  font-weight: bold;
}

h3.card-title {
  color: #0f0f0f;
}

h4.card-title {
  color: #0f0f0f;
}

h5.card-title {
  color: #0f0f0f;
}

strong.card-title {
  color: #0f0f0f;
}

span.card-title {
  color: #0f0f0f;
}

.quotation-header span {
  font-size: 13px;
}

.clone-nav a {
  color: #6a6a6a !important;
}
.clone-nav a:hover {
  color: #FFFFFF !important;
  background-color: #019FC4;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.dropdown-menu .dropdown-item, .dropdown-menu li > a {
  position: relative;
  width: auto;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0.125rem;
  margin: 0 0.3125rem;
  transition: all 0.15s linear;
  min-width: 7rem;
  padding: 0.625rem 1.25rem;
  overflow: hidden;
  line-height: 1.428571;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.625rem 1.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.remove-container {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
}

.cancelled, .approved {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.06;
}

.cancelled {
  background-image: url("../img/canceled.png");
}

.approved {
  background-image: url("../img/approved.png");
}

.vich-file {
  width: 90%;
}

.bootstrap-panel {
  border: 1px solid !important;
}

.sales-commission-panel .checkbox {
  margin: 0px;
}

.read-only {
  padding-left: 5px;
  cursor: not-allowed;
  background-color: #eee !important;
  background-image: linear-gradient(#999, #999), linear-gradient(#D2D2D2, #D2D2D2) !important;
}

.form-theme-table .input-group {
  display: -webkit-box;
}

.tooltip-custom .tooltip-inner {
  max-width: max-content;
}

.panel .panel-heading .text-info {
  color: #00bcd4;
}

.highlightElement {
  background-color: aliceblue !important;
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.violet {
  background-color: #ee82ee47 !important;
}

.violet:hover {
  background-color: #ee82eeb3 !important;
}

.contract-con-tacto-logo {
  background-image: url("../../images/con-tacto.png");
}

.contract-traveler-logo {
  background-image: url("../../images/contract-traveler-logo.png");
}

.contract-traveler-logo, .contract-con-tacto-logo {
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 10%;
}

.col-md-3-ckbox .checkbox {
  width: 33%;
  float: left;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1300px;
  }
}
.import-result .success {
  color: green;
}
.import-result .errors {
  color: red;
}

/*# sourceMappingURL=traveler.css.map */
