/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *





*/
/* line 4, app/assets/stylesheets/admin.scss */
.admin-title {
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/admin.scss */
.admin-search-bar {
  margin-bottom: 20px;
}

/* line 11, app/assets/stylesheets/admin.scss */
.admin-search-bar__container {
  flex: 3;
  margin-left: 20px;
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/admin.scss */
.admin-search-bar__container--no-label {
  margin-top: 18px;
}

/* line 21, app/assets/stylesheets/admin.scss */
.admin-search-bar__button {
  margin-right: 20px;
  display: inline-block;
  float: right;
}

/* line 27, app/assets/stylesheets/admin.scss */
.admin-search-bar__filter {
  margin: 10px 10px 0px 20px;
  flex: 1;
}

/* line 32, app/assets/stylesheets/admin.scss */
.admin-search-bar__subdomain {
  margin: 10px 0px 0px 20px;
  flex: 1;
}

/* line 37, app/assets/stylesheets/admin.scss */
.admin-search-bar__select {
  display: flex;
}

/* line 41, app/assets/stylesheets/admin.scss */
.admin-search-bar__search-box-container {
  flex: 3;
  margin: 10px -10px 0px 20px;
}

/* line 48, app/assets/stylesheets/admin.scss */
.digital-sensors-data {
  margin-top: 40px;
}

/* line 51, app/assets/stylesheets/admin.scss */
.digital-sensors-data__title {
  font-size: 17px;
}
/* line 5, app/assets/stylesheets/admin_overview.scss */
.admin-overview {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 60px;
}

/* line 10, app/assets/stylesheets/admin_overview.scss */
.admin-overview__title {
  margin-bottom: 20px;
}

/* line 14, app/assets/stylesheets/admin_overview.scss */
.admin-overview__summary {
  display: flex;
  margin-bottom: 20px;
}

/* line 19, app/assets/stylesheets/admin_overview.scss */
.admin-overview__login-message-header {
  margin-bottom: 20px;
}

/* line 24, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box {
  display: flex;
  margin-bottom: 20px;
  width: 24%;
}

/* line 28, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box:first-child {
  margin-left: 0;
}

/* line 32, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box:last-child {
  margin-right: 0;
}

/* line 36, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__content {
  background-color: #EDEDED;
  padding: 40px 0px;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  color: #4B4B4B;
  width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 36, app/assets/stylesheets/admin_overview.scss */
  .admin-overview-box__content {
    padding: 20px 40px;
  }
}

/* line 51, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__content > a {
  display: block;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__title {
  font-size: 22px;
  color: #4B4B4B;
  font-family: Roboto;
  font-weight: 300;
}

/* line 64, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__value {
  font-size: 48px;
  color: #4B4B4B;
  font-family: Roboto;
  font-weight: 300;
  margin-top: 40px;
}

/* line 72, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__action {
  margin-top: 40px;
}

/* line 75, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__action > a {
  width: 120px;
  margin: 0 auto;
}

/* line 80, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__actionLast {
  margin-top: 106px;
}

/* line 82, app/assets/stylesheets/admin_overview.scss */
.admin-overview-box__actionLast > a {
  width: 120px;
  margin: 0 auto;
}

/* line 89, app/assets/stylesheets/admin_overview.scss */
.login-message {
  font-family: Roboto;
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
}

/* line 96, app/assets/stylesheets/admin_overview.scss */
.login-message__status-active {
  color: #709655;
}

/* line 100, app/assets/stylesheets/admin_overview.scss */
.login-message__status-inactive {
  color: #8b0000;
}

/* line 104, app/assets/stylesheets/admin_overview.scss */
.login-message__last-edited {
  font-family: Roboto;
  font-weight: 300;
  font-size: 12px;
  display: inline;
  margin-right: 20px;
  padding-top: 10px;
}

/* line 113, app/assets/stylesheets/admin_overview.scss */
.login-message-preview {
  padding: 10px 40px;
  background-color: #EDEDED;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* line 119, app/assets/stylesheets/admin_overview.scss */
.login-message-preview__static-text {
  width: auto !important;
}

/* line 123, app/assets/stylesheets/admin_overview.scss */
.login-message-preview__text {
  display: block;
  margin: 20px 0;
  background-color: #FFFFFF;
  resize: none;
  height: 200px;
  border: none;
  border-radius: 4px;
  width: 100%;
  padding: 5px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
}

/* line 139, app/assets/stylesheets/admin_overview.scss */
.login-message-preview__help {
  text-decoration: none;
  display: inline-block;
  padding-top: 10px;
}

/* line 147, app/assets/stylesheets/admin_overview.scss */
.marketing-material {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

/* line 151, app/assets/stylesheets/admin_overview.scss */
.marketing-material:first-child {
  margin-left: 0;
}

/* line 155, app/assets/stylesheets/admin_overview.scss */
.marketing-material:last-child {
  margin-right: 0;
}

/* line 159, app/assets/stylesheets/admin_overview.scss */
.marketing-material__content {
  background-color: #EDEDED;
  padding: 40px 0px;
  box-sizing: border-box;
  margin-right: 10px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  color: #4B4B4B;
  width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 159, app/assets/stylesheets/admin_overview.scss */
  .marketing-material__content {
    padding: 20px 40px;
  }
}

/* line 175, app/assets/stylesheets/admin_overview.scss */
.marketing-material__form {
  text-align: left;
  width: 100%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 175, app/assets/stylesheets/admin_overview.scss */
  .marketing-material__form {
    padding: 20px 40px;
  }
}

/* line 186, app/assets/stylesheets/admin_overview.scss */
#mm_modal_confirm,
#mm_modal_cancel {
  margin-top: 35px !important;
}

/* line 191, app/assets/stylesheets/admin_overview.scss */
.tox-tinymce:not(.tox-fullscreen) {
  max-height: 260px !important;
}

/* line 195, app/assets/stylesheets/admin_overview.scss */
.tox .tox-toolbar__group {
  padding: 0 4px !important;
}

/* line 199, app/assets/stylesheets/admin_overview.scss */
.tox .tox-toolbar button {
  font-size: 12px;
}

/* line 203, app/assets/stylesheets/admin_overview.scss */
.tox .tox-toolbar button .tox-icon svg {
  width: 20px;
  height: 20px;
}

/* line 208, app/assets/stylesheets/admin_overview.scss */
.tox.tox-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  z-index: 99999 !important;
  transform: none !important;
}
/* line 3, app/assets/stylesheets/buttons.scss */
.button {
  -webkit-appearance: none;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  line-height: 12px;
  padding: 10px 0 !important;
  width: 100px;
}

/* line 16, app/assets/stylesheets/buttons.scss */
.button--primary {
  background-color: #2A69B2 !important;
  color: #FFFFFF !important;
  margin-top: 0 !important;
}

/* line 22, app/assets/stylesheets/buttons.scss */
.button--secondary {
  background-color: #AAAAAA !important;
  color: #4B4B4B !important;
  margin-right: 10px;
  height: 12px;
}

/* line 29, app/assets/stylesheets/buttons.scss */
.button--tertiary {
  background-color: #D65566 !important;
  color: #FFFFFF !important;
  margin-right: 10px;
  height: 12px;
}

/* line 36, app/assets/stylesheets/buttons.scss */
.button--large {
  width: 150px !important;
}

/* line 40, app/assets/stylesheets/buttons.scss */
.button--x-large {
  width: 200px;
}

/* line 44, app/assets/stylesheets/buttons.scss */
.button--inline {
  display: inline;
}

/* line 48, app/assets/stylesheets/buttons.scss */
.button--right {
  float: right;
}

/* line 52, app/assets/stylesheets/buttons.scss */
.button--disabled {
  cursor: not-allowed;
  background-color: #FFFFFF;
  color: #979797 !important;
  border: 1px solid #EDEDED;
}
/* line 5, app/assets/stylesheets/common.scss */
html {
  height: 100%;
}

@media print {
  /* line 10, app/assets/stylesheets/common.scss */
  .screen_short_print_tall {
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen {
  /* line 16, app/assets/stylesheets/common.scss */
  .screen_short_print_tall {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 537px;
  }
}

/* line 22, app/assets/stylesheets/common.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-width: 700px;
  height: 100%;
}

/* line 30, app/assets/stylesheets/common.scss */
body.body_bg_image {
  background-image: url(/assets/bg-login-d3e008d460a0d5e2e2b07b8867839b2ff24710f0ca6cfc30a079ba95f1af21cb.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 40, app/assets/stylesheets/common.scss */
h1, h2, h3, h4, h5, p, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 46, app/assets/stylesheets/common.scss */
h2 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2A69B2;
}

/* line 52, app/assets/stylesheets/common.scss */
h3 {
  font-size: 18px;
  color: #2A69B2;
}

/* line 57, app/assets/stylesheets/common.scss */
h4 {
  color: #4B4B4B;
}

/* line 61, app/assets/stylesheets/common.scss */
a:link {
  color: #2A69B2;
  font-size: 12px;
  font-weight: normal;
}

/* line 67, app/assets/stylesheets/common.scss */
a:visited {
  color: #29537E;
  font-size: 12px;
  font-weight: normal;
}

/* line 73, app/assets/stylesheets/common.scss */
a:hover {
  color: #2A69B2;
  text-decoration: none;
}

/* line 78, app/assets/stylesheets/common.scss */
input[type="text"], input[type="password"] {
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  border-left: 1px solid #CCCCCC;
  padding: 2px;
}

/* line 86, app/assets/stylesheets/common.scss */
div {
  margin: 0 auto;
}
/* line 4, app/assets/stylesheets/contact.scss */
.contact {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 60px;
}

/* line 9, app/assets/stylesheets/contact.scss */
.contact__title {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/contact.scss */
.contact__description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  text-decoration: none;
}

/* line 21, app/assets/stylesheets/contact.scss */
.contact-form {
  padding: 10px 40px;
  background-color: #EDEDED;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* line 27, app/assets/stylesheets/contact.scss */
.contact-form__textarea {
  display: block;
  margin-top: 20px;
  background-color: #FFFFFF;
  resize: none;
  width: 100%;
  height: 200px;
  border: none;
  padding: 5px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  box-sizing: border-box;
  overflow: auto;
}
/* line 4, app/assets/stylesheets/devices.scss */
.devices {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 60px;
}

/* line 9, app/assets/stylesheets/devices.scss */
.devices__title {
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/devices.scss */
.devices__table {
  margin-top: 20px !important;
}

/* line 17, app/assets/stylesheets/devices.scss */
.devices-form {
  padding: 10px 40px;
  background-color: #EDEDED;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/devices.scss */
.devices__empty-state {
  margin-top: 70px;
}

/* line 31, app/assets/stylesheets/devices.scss */
.devices-search-bar__button-container {
  flex: 1;
}

/* line 35, app/assets/stylesheets/devices.scss */
.devices-search-bar__search-box {
  float: left;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: none !important;
  height: 27px;
  font-size: 12px;
  width: 270px;
  padding-left: 5px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 48, app/assets/stylesheets/devices.scss */
.devices-search-bar__search-box::-ms-expand {
  display: none;
}

/* line 53, app/assets/stylesheets/devices.scss */
.devices-search-bar__button {
  margin-right: 20px;
  display: inline-block;
  float: right;
}

/* line 59, app/assets/stylesheets/devices.scss */
.autosize_char {
  white-space: nowrap;
  max-width: none !important;
}
/* line 2, app/assets/stylesheets/dual_listbox.scss */
.dual-multiselect-wrapper {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 9, app/assets/stylesheets/dual_listbox.scss */
.search-container {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
  padding: 8px;
}

/* line 17, app/assets/stylesheets/dual_listbox.scss */
.search-box {
  width: 90%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 24, app/assets/stylesheets/dual_listbox.scss */
.search-box img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  width: 15px;
  height: auto;
}

/* line 34, app/assets/stylesheets/dual_listbox.scss */
.transfer-list-box {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  width: 100%;
}

/* line 41, app/assets/stylesheets/dual_listbox.scss */
.list-container {
  overflow-y: auto;
  max-height: 250px;
  min-height: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
  background: white;
}

/* line 51, app/assets/stylesheets/dual_listbox.scss */
.list-box {
  width: 45%;
  border-radius: 4px;
  padding: 10px;
}

/* line 57, app/assets/stylesheets/dual_listbox.scss */
.list-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 63, app/assets/stylesheets/dual_listbox.scss */
.account-item {
  padding-top: 5px;
}

/* line 67, app/assets/stylesheets/dual_listbox.scss */
.list-box label {
  display: flex;
  align-items: center;
}

/* line 72, app/assets/stylesheets/dual_listbox.scss */
.list-box input[type="checkbox"] {
  margin-right: 10px;
}

/* line 76, app/assets/stylesheets/dual_listbox.scss */
.transfer-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

/* line 84, app/assets/stylesheets/dual_listbox.scss */
.transfer-buttons button {
  margin: 5px 0;
}

/* line 90, app/assets/stylesheets/dual_listbox.scss */
#availableItems .device-list {
  display: none;
  padding-left: 20px;
}

/* line 96, app/assets/stylesheets/dual_listbox.scss */
#availableItems .account-item input.select-devices:checked ~ .device-list {
  display: block;
}

/* line 101, app/assets/stylesheets/dual_listbox.scss */
#selectedItems .device-list,
#selectedItems .device-item {
  display: block;
}

/* line 107, app/assets/stylesheets/dual_listbox.scss */
.device-item {
  padding: 5px 0 5px 20px;
  list-style-type: none;
}

/* line 112, app/assets/stylesheets/dual_listbox.scss */
.account-item label {
  cursor: pointer;
}

/* line 116, app/assets/stylesheets/dual_listbox.scss */
.account-item.selected, .device-item.selected {
  background-color: #e6f7ff;
  border-radius: 4px;
}

/* line 120, app/assets/stylesheets/dual_listbox.scss */
.account-name {
  font-size: 14px;
}

/* line 124, app/assets/stylesheets/dual_listbox.scss */
.select-devices-warning {
  color: red;
  margin-left: 10px;
  font-size: 0.9em;
  display: none;
}
/* line 3, app/assets/stylesheets/empty_state.scss */
.empty-state {
  display: block;
  text-align: center;
  background-color: #EDEDED;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  color: #979797;
}

/* line 12, app/assets/stylesheets/empty_state.scss */
.empty-state__logo {
  font-size: 120px;
  position: relative;
  padding-top: 40px;
  color: #979797;
}

/* line 19, app/assets/stylesheets/empty_state.scss */
.empty-state__button-container {
  display: flex;
  justify-content: center;
}

/* line 24, app/assets/stylesheets/empty_state.scss */
.empty-state__text-container {
  position: relative;
  width: 260px;
  padding-top: 20px;
}

/* line 29, app/assets/stylesheets/empty_state.scss */
.empty-state__text-container__title {
  font-size: 13px;
  display: inline-block;
}

/* line 35, app/assets/stylesheets/empty_state.scss */
.empty-state--small {
  height: 280px;
  width: 280px;
}
/* line 6, app/assets/stylesheets/flash_message.scss */
.flash-message-box {
  position: absolute;
  top: 105px;
  right: -500px;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 10px 0px #979797;
  width: 400px;
  min-height: 54px;
  text-align: center;
  z-index: 1;
  display: flex;
  flex-direction: row;
  transform: translateX(0);
  border-radius: 3px;
}

/* line 21, app/assets/stylesheets/flash_message.scss */
.flash-message-box--enter {
  transform: translateX(-510px);
  transition: all 1s ease-in-out;
}

/* line 26, app/assets/stylesheets/flash_message.scss */
.flash-message-box--leave {
  transform: translateX(510px);
  transition: all 1s ease-in-out;
}

/* line 31, app/assets/stylesheets/flash_message.scss */
.flash-message-box--disappear {
  display: none;
}

/* line 36, app/assets/stylesheets/flash_message.scss */
.flash-message-icon {
  flex: 2;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

/* line 45, app/assets/stylesheets/flash_message.scss */
.flash-message-icon--error {
  background-color: #D65566;
}

/* line 49, app/assets/stylesheets/flash_message.scss */
.flash-message-icon--success {
  background-color: #70AD45;
}

/* line 53, app/assets/stylesheets/flash_message.scss */
.flash-message-icon__icon {
  color: #FFFFFF;
  font-size: 22px !important;
}

/* line 59, app/assets/stylesheets/flash_message.scss */
.flash-message-textbox {
  flex: 12;
  background-color: #EDEDED;
  font-size: 15px;
  font-weight: 300;
  color: #979797;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 0px 7px 10px;
  box-sizing: border-box;
}

/* line 72, app/assets/stylesheets/flash_message.scss */
.flash-message-close-container {
  flex: 1;
  background-color: #EDEDED;
  box-sizing: border-box;
  padding-top: 5px;
}

/* line 78, app/assets/stylesheets/flash_message.scss */
.flash-message-close-container__icon {
  font-size: 10px !important;
  color: #979797;
  cursor: pointer;
}
/* line 5, app/assets/stylesheets/fleets.scss */
.fleets {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 60px;
}

/* line 10, app/assets/stylesheets/fleets.scss */
.fleets__empty-state {
  margin-top: 70px;
}

/* line 14, app/assets/stylesheets/fleets.scss */
.fleets__description, .fleets__description a {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/fleets.scss */
.fleets__content {
  margin: 20px 0;
}

/* line 26, app/assets/stylesheets/fleets.scss */
.fleets__name-cell {
  width: 90%;
}

/* line 30, app/assets/stylesheets/fleets.scss */
.fleets__edit-cell {
  width: 10%;
}

/* line 35, app/assets/stylesheets/fleets.scss */
.new-fleet-form {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 35, app/assets/stylesheets/fleets.scss */
  .new-fleet-form {
    margin-top: 60px;
  }
}

/* line 44, app/assets/stylesheets/fleets.scss */
.new-fleet-form__cell {
  box-sizing: border-box;
  width: 48%;
  height: 385px;
  background-color: #EDEDED;
  padding: 40px;
  margin: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 44, app/assets/stylesheets/fleets.scss */
  .new-fleet-form__cell {
    padding: 20px;
  }
}

/* line 57, app/assets/stylesheets/fleets.scss */
.new-fleet-form__main-description {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

/* line 63, app/assets/stylesheets/fleets.scss */
.new-fleet-form__icon-title {
  margin-top: 40px;
}

/* line 67, app/assets/stylesheets/fleets.scss */
.new-fleet-form__icon-list {
  margin-top: 20px;
}

/* line 70, app/assets/stylesheets/fleets.scss */
.new-fleet-form__icon-list ul {
  display: flex;
  justify-content: space-between;
}

/* line 75, app/assets/stylesheets/fleets.scss */
.new-fleet-form__icon-list img {
  height: 40px;
  width: 30px;
  display: block;
}

/* line 81, app/assets/stylesheets/fleets.scss */
.new-fleet-form__icon-list input {
  margin-top: 5px;
  margin-left: 9px;
}

/* line 87, app/assets/stylesheets/fleets.scss */
.new-fleet-form__description {
  color: #979797;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 10px;
}

/* line 93, app/assets/stylesheets/fleets.scss */
.new-fleet-form__description--inline {
  display: inline-block;
  margin-left: 5px;
}

/* line 101, app/assets/stylesheets/fleets.scss */
.new-fleet-form__select-devices__device {
  line-height: 14px;
  color: #4B4B4B;
  font-weight: 300;
  display: inline-block;
  font-size: 13px;
  max-width: 110px;
  vertical-align: bottom;
}

/* line 111, app/assets/stylesheets/fleets.scss */
.new-fleet-form__select-devices__checkbox {
  margin-bottom: 0;
  vertical-align: bottom;
}

/* line 116, app/assets/stylesheets/fleets.scss */
.new-fleet-form__select-devices__fleet {
  line-height: 13px;
  color: #D65566;
  display: inline-block;
  max-width: 100px;
  vertical-align: bottom;
}

/* line 124, app/assets/stylesheets/fleets.scss */
.new-fleet-form__select-devices__list-container {
  height: 230px;
  overflow-y: auto;
}

/* line 129, app/assets/stylesheets/fleets.scss */
.new-fleet-form__select-devices__list {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 2em;
  -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1.5em;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 129, app/assets/stylesheets/fleets.scss */
  .new-fleet-form__select-devices__list {
    column-count: 1;
  }
}

/* line 146, app/assets/stylesheets/fleets.scss */
.new-fleet-form__actions {
  margin-top: 30px;
  margin-bottom: 100px;
}

/* line 152, app/assets/stylesheets/fleets.scss */
.sel_icon__icon {
  height: 33px;
  width: 25px;
  display: block;
}
/* line 5, app/assets/stylesheets/form.scss */
.form {
  padding: 10px 40px;
  background-color: #EDEDED;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/form.scss */
.form td {
  height: 40px;
  text-align: right;
}

/* line 16, app/assets/stylesheets/form.scss */
.form__row {
  margin-bottom: 30px !important;
}

/* line 20, app/assets/stylesheets/form.scss */
.form__date {
  margin-top: 10px;
}

/* line 24, app/assets/stylesheets/form.scss */
.form__radio-button {
  height: 17px;
  width: 17px;
}

/* line 29, app/assets/stylesheets/form.scss */
.form__label {
  font-size: 13px;
}

/* line 33, app/assets/stylesheets/form.scss */
.form__field-tag {
  display: inline-block;
  color: #979797;
  font-size: 14px;
  margin-left: 2px;
}

/* line 40, app/assets/stylesheets/form.scss */
.form__input {
  font-family: Roboto;
  margin-top: 10px;
}

/* line 44, app/assets/stylesheets/form.scss */
.form__input i {
  margin-top: 10px;
}

/* line 50, app/assets/stylesheets/form.scss */
.form-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 54, app/assets/stylesheets/form.scss */
.form-row__checkbox {
  margin: 0;
  margin-bottom: 5px;
}

/* line 59, app/assets/stylesheets/form.scss */
.form-row--center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 65, app/assets/stylesheets/form.scss */
.form-row--inline {
  margin: 0;
  width: 45%;
  order: 0;
}

/* line 71, app/assets/stylesheets/form.scss */
.form-row--flex {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}

/* line 77, app/assets/stylesheets/form.scss */
.form-row--flex-start {
  justify-content: flex-start;
}

/* line 81, app/assets/stylesheets/form.scss */
.form-row--actions {
  width: 100%;
  order: 1;
}

/* line 87, app/assets/stylesheets/form.scss */
.form-option {
  padding: 5px 0;
}

/* line 91, app/assets/stylesheets/form.scss */
.form-separator {
  height: 1px;
  width: 100%;
  background-color: #AAAAAA;
  margin: 10px 0;
}

/* line 98, app/assets/stylesheets/form.scss */
.form-label {
  font-size: 12px;
  margin-bottom: 10px;
  color: #4B4B4B;
}

/* line 103, app/assets/stylesheets/form.scss */
.form-label--title {
  font-size: 14px;
}

/* line 108, app/assets/stylesheets/form.scss */
.form-input {
  padding: 2px 7px !important;
  border-radius: 4px;
  height: 30px;
  font-size: 12px;
  width: 270px;
  border: none !important;
  font-family: Roboto;
}

/* line 117, app/assets/stylesheets/form.scss */
.form-input__read-only {
  margin-top: 15px;
}

/* line 121, app/assets/stylesheets/form.scss */
.form-input--shrinked {
  width: auto !important;
  height: auto !important;
}

/* line 126, app/assets/stylesheets/form.scss */
.form-input--full-width {
  width: 100%;
  box-sizing: border-box;
}

/* line 131, app/assets/stylesheets/form.scss */
.form-input--small-width {
  width: 20%;
  box-sizing: border-box;
}

/* line 137, app/assets/stylesheets/form.scss */
.form-date-picker {
  width: 95%;
}

/* line 140, app/assets/stylesheets/form.scss */
.form-date-picker--right {
  float: right;
}

/* line 144, app/assets/stylesheets/form.scss */
.form-date-picker__calendar-caret {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

/* line 151, app/assets/stylesheets/form.scss */
.form-date-picker__arrow-separator {
  width: 7px !important;
}

/* line 156, app/assets/stylesheets/form.scss */
.form-select-wrapper {
  display: flex;
}

/* line 160, app/assets/stylesheets/form.scss */
.form-select {
  border-radius: 4px;
  height: 30px;
  font-size: 12px;
  border: none !important;
  padding: 5px 20px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
}

/* line 170, app/assets/stylesheets/form.scss */
.form-select::-ms-expand {
  display: none;
}

/* line 174, app/assets/stylesheets/form.scss */
.form-select__arrow {
  position: relative;
  right: 15px;
  pointer-events: none;
  width: 0px;
}

@media only screen and (max-device-width: 767px) {
  /* line 181, app/assets/stylesheets/form.scss */
  .form-select__mobile {
    width: 95%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 181, app/assets/stylesheets/form.scss */
  .form-select__mobile {
    max-width: 180px;
  }
}

/* line 191, app/assets/stylesheets/form.scss */
.form-double-checkbox {
  margin-top: 7px;
  margin-bottom: 10px;
}

/* line 196, app/assets/stylesheets/form.scss */
.form-actions-spacing {
  margin-top: 25px;
}

/* line 200, app/assets/stylesheets/form.scss */
.form-checkbox {
  padding-top: 20px;
  line-height: 40px;
}

/* line 205, app/assets/stylesheets/form.scss */
.form_table {
  padding: 5px;
}

/* line 208, app/assets/stylesheets/form.scss */
.form_table th {
  font-size: 13px;
  text-align: right;
  color: #4B4B4B;
}

/* line 214, app/assets/stylesheets/form.scss */
.form_table td {
  padding: 5px;
}

/* line 217, app/assets/stylesheets/form.scss */
.form_table td input[type="text"], .form_table td input[type="password"] {
  padding: 2px;
}

/* line 222, app/assets/stylesheets/form.scss */
.form_table input {
  font-weight: bold;
  color: #2A69B2;
}
/* line 5, app/assets/stylesheets/geofences.scss */
.geofences {
  width: 100%;
}

/* line 8, app/assets/stylesheets/geofences.scss */
.geofences__title {
  width: 100%;
  margin: 20px 0 20px;
}

/* line 13, app/assets/stylesheets/geofences.scss */
.geofences__btn {
  padding: 10px;
  width: auto;
}

/* line 18, app/assets/stylesheets/geofences.scss */
.geofences-form {
  display: flex;
  padding: 20px;
  background-color: #EDEDED;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/geofences.scss */
.geofences-form__arrow {
  top: 11px;
}

/* line 29, app/assets/stylesheets/geofences.scss */
.geofences-form-map {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  order: 2;
  width: 65%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 29, app/assets/stylesheets/geofences.scss */
  .geofences-form-map {
    width: 60%;
  }
}

/* line 40, app/assets/stylesheets/geofences.scss */
.geofences-form-map > #map {
  height: 100% !important;
}

/* line 44, app/assets/stylesheets/geofences.scss */
.geofences-form-map__wrapper {
  flex: 1;
  position: relative;
  width: 100%;
  border-radius: 4px;
}

/* line 50, app/assets/stylesheets/geofences.scss */
.geofences-form-map__wrapper > .googlemap {
  height: 680px !important;
  border-radius: 4px;
}

/* line 57, app/assets/stylesheets/geofences.scss */
.geofences-form-data {
  order: 1;
  width: 35%;
  margin-right: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 57, app/assets/stylesheets/geofences.scss */
  .geofences-form-data {
    width: 40%;
  }
}

/* line 67, app/assets/stylesheets/geofences.scss */
.geofences-form__input {
  display: block;
  margin-top: 5px;
  background-color: #FFFFFF;
}

/* line 73, app/assets/stylesheets/geofences.scss */
.geofences-form__instructions {
  font-size: 11px;
  color: #4B4B4B;
}
/* line 5, app/assets/stylesheets/google_map.scss */
.googlemap {
  width: 99%;
  margin: 0.50%;
  height: 380px;
}

/* line 11, app/assets/stylesheets/google_map.scss */
.reports_map {
  width: 50%;
  float: right;
  border: 4px #EDEDED solid;
}

/* line 17, app/assets/stylesheets/google_map.scss */
embed, object {
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/google_map.scss */
.toggler_link {
  top: 260px;
  position: relative;
}

/* line 26, app/assets/stylesheets/google_map.scss */
.map-holder {
  margin-top: 25px;
  position: relative;
  height: calc(100% - 260px);
}

/* line 32, app/assets/stylesheets/google_map.scss */
.map-wrapper {
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 4px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
/* line 4, app/assets/stylesheets/header.scss */
.header {
  padding: 0;
  margin: 0;
  background-color: #282828;
  position: relative;
}

/* line 11, app/assets/stylesheets/header.scss */
.header-mobile {
  position: sticky;
  background-color: #282828;
  height: 9%;
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 11, app/assets/stylesheets/header.scss */
  .header-mobile {
    height: 13%;
  }
}

/* line 21, app/assets/stylesheets/header.scss */
.header-mobile ul {
  height: 100%;
}

/* line 25, app/assets/stylesheets/header.scss */
.header-mobile li {
  float: left;
  width: 33.33%;
  display: flex;
  height: 100%;
}

/* line 32, app/assets/stylesheets/header.scss */
.header-mobile a {
  text-align: center;
  width: 100%;
  font-size: 17px;
  color: #CCCCCC;
  height: 100%;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/header.scss */
.header-mobile a span {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

/* line 47, app/assets/stylesheets/header.scss */
.header-mobile .selected-menu-tab a {
  color: #FFFFFF;
  box-shadow: 0 -10px 3px -3px #FF8840 inset;
}

/* line 53, app/assets/stylesheets/header.scss */
.header-column {
  height: 100%;
  width: 33.3%;
  float: left;
}

/* line 59, app/assets/stylesheets/header.scss */
.user-options {
  position: absolute;
  top: 50px;
  right: 10px;
  -webkit-transition: all .15s ease;
  -moz-transition: all .15s ease;
  -ms-transition: all .15s ease;
  -o-transition: all .15s ease;
}

/* line 68, app/assets/stylesheets/header.scss */
.user-options--hidden {
  opacity: 0;
  height: 1px;
  z-index: -1;
}

/* line 74, app/assets/stylesheets/header.scss */
.user-options--show {
  opacity: 1;
  height: auto;
  z-index: 1;
}

/* line 81, app/assets/stylesheets/header.scss */
.user-option {
  background-color: #363636;
  font-size: 14px;
}

/* line 85, app/assets/stylesheets/header.scss */
.user-option__icon {
  margin-right: 5px;
}

/* line 89, app/assets/stylesheets/header.scss */
.user-option:hover {
  background-color: #282828;
}

/* line 93, app/assets/stylesheets/header.scss */
.user-option li a {
  text-decoration: none;
  padding: 15px 45px;
  display: block;
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/header.scss */
.header-top {
  width: 100%;
  display: flex;
}

/* line 105, app/assets/stylesheets/header.scss */
.header-top__left {
  display: inline-block;
  margin: 20px 0 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 113, app/assets/stylesheets/header.scss */
.header-top__right {
  flex-grow: 1;
}

/* line 118, app/assets/stylesheets/header.scss */
.vertical-separator {
  margin: 0 20px;
  width: 0.5px;
  height: 30px;
  display: inline-block;
  background-color: #FFFFFF;
}

/* line 126, app/assets/stylesheets/header.scss */
.header-bottom {
  width: 100%;
}

/* line 130, app/assets/stylesheets/header.scss */
.user-name {
  padding: 10px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 138, app/assets/stylesheets/header.scss */
.user-name__icon {
  margin-right: 15px;
  font-size: 15px;
}

/* line 143, app/assets/stylesheets/header.scss */
.user-name__text {
  margin-right: 15px;
}

/* line 147, app/assets/stylesheets/header.scss */
.user-name-options {
  margin-right: 10px;
  font-size: 10px;
}

/* line 152, app/assets/stylesheets/header.scss */
.user-name__timezone {
  font-size: 9.5px;
}

/* line 157, app/assets/stylesheets/header.scss */
.logged-user {
  margin: 10px 10px 0 0;
  float: right;
  font-size: 10px;
  color: #FFFFFF;
}

/* line 163, app/assets/stylesheets/header.scss */
.logged-user a:link, .logged-user a:visited {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* line 169, app/assets/stylesheets/header.scss */
.logged-user a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/header.scss */
.nav-tabs-admin ul li {
  float: left;
}

/* line 179, app/assets/stylesheets/header.scss */
.nav-tabs {
  background-color: #282828;
  width: 100%;
  bottom: 0px;
}

/* line 184, app/assets/stylesheets/header.scss */
.nav-tabs ul {
  padding: 0;
  margin: 0;
  height: 25px;
}

/* line 190, app/assets/stylesheets/header.scss */
.nav-tabs li {
  float: right;
  list-style-type: none;
  display: inline;
  height: 100%;
}

/* line 197, app/assets/stylesheets/header.scss */
.nav-tabs a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 22px;
  font-weight: 100;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 197, app/assets/stylesheets/header.scss */
  .nav-tabs a {
    padding: 5px 20px;
  }
}

/* line 207, app/assets/stylesheets/header.scss */
.nav-tabs a:hover {
  box-shadow: 0 5px 0 #FF8840;
}

/* line 212, app/assets/stylesheets/header.scss */
.nav-tabs .selected a {
  font-weight: bold;
  height: 100%;
  box-shadow: 0 5px 0 #FF8840;
}

/* line 218, app/assets/stylesheets/header.scss */
.nav-tabs .selected_subnav a {
  font-weight: bold;
  color: #000000;
  padding: 5px 10px;
}

/* line 223, app/assets/stylesheets/header.scss */
.nav-tabs .selected_subnav a:hover {
  color: #000000;
}

/* line 229, app/assets/stylesheets/header.scss */
.gotrack-logo {
  display: inline-block;
}

/* line 233, app/assets/stylesheets/header.scss */
.company {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  vertical-align: top;
}

/* line 242, app/assets/stylesheets/header.scss */
.navbar {
  height: 40px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #1e242a;
}

/* line 256, app/assets/stylesheets/header.scss */
.navbar ul {
  margin-bottom: 0;
  margin-left: auto;
}

/* line 264, app/assets/stylesheets/header.scss */
.navbar ul li {
  postion: relative;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 17px;
}

/* line 278, app/assets/stylesheets/header.scss */
.navbar ul li .icon {
  margin-right: 0.5rem;
}

/* line 286, app/assets/stylesheets/header.scss */
.popup {
  background-color: #000;
  position: relative;
  width: 300px;
  float: right;
  /* margin-top: 40px; */
  background-color: #0e0e0e;
  /* border-radius: 4px; */
  margin-bottom: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* line 308, app/assets/stylesheets/header.scss */
.popup.hide {
  display: none;
}

/* line 315, app/assets/stylesheets/header.scss */
.popup ul .option {
  padding: 1rem 2rem 1rem 1rem;
}

/* line 322, app/assets/stylesheets/header.scss */
.popup ul .option-sub {
  padding: 1rem 2rem 1rem 2rem;
}

/* line 326, app/assets/stylesheets/header.scss */
.popup ul .option-sub .sub-label {
  overflow: hidden;
  display: block;
}

/* line 330, app/assets/stylesheets/header.scss */
.popup ul .option-sub .sub-icon {
  float: left;
}

/* line 334, app/assets/stylesheets/header.scss */
.popup ul .option-sub .sub-icon-img {
  width: 17px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 343, app/assets/stylesheets/header.scss */
.popup ul .option:hover, .option-sub:hover {
  cursor: pointer;
  color: orange;
  cursor: pointer;
}

/* line 351, app/assets/stylesheets/header.scss */
.popup ul .option:hover a, .option-sub:hover a {
  color: orange !important;
}

/* line 357, app/assets/stylesheets/header.scss */
.popup .icon {
  width: 1rem;
  margin-right: 1rem;
  display: inline-flex;
}

/* line 367, app/assets/stylesheets/header.scss */
.popup .option-head {
  text-decoration: none;
  padding: 1rem 2rem 1rem 1rem;
  border-bottom: 1px solid #4e4c4c;
}

/* line 375, app/assets/stylesheets/header.scss */
.popup .sign-out {
  padding: 1rem 2rem 1rem 1rem;
  border-top: 1px solid #c9c9c9;
}

/* line 382, app/assets/stylesheets/header.scss */
.popup .sign-out:hover {
  border-top: 1px solid #ad3232;
  background-color: #b74c4c;
  color: #fff;
  cursor: pointer;
}

/* line 397, app/assets/stylesheets/header.scss */
.select-user {
  position: absolute;
  right: 10px;
}

/* line 402, app/assets/stylesheets/header.scss */
.popup ul .separate {
  border-bottom: 1px solid #484242;
}

/* line 406, app/assets/stylesheets/header.scss */
.popup ul li a {
  text-decoration: none;
}

/* line 410, app/assets/stylesheets/header.scss */
.popup .sign-out a {
  text-decoration: none;
}

/* line 414, app/assets/stylesheets/header.scss */
.fs-13 {
  font-size: 13px !important;
}

/* line 418, app/assets/stylesheets/header.scss */
.fs-14 {
  font-size: 14px !important;
}

/* line 423, app/assets/stylesheets/header.scss */
.scrollbar {
  max-height: 200px;
  overflow-y: auto;
}

/* line 430, app/assets/stylesheets/header.scss */
.scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  background-color: #CCCCCC;
}

/* line 437, app/assets/stylesheets/header.scss */
.scrollbar::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

/* line 443, app/assets/stylesheets/header.scss */
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ff7825;
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.4) 50%, transparent, transparent);
}

/* line 455, app/assets/stylesheets/header.scss */
.full-width-link {
  display: block;
  text-decoration: none;
}
/*! jQuery UI - v1.10.3 - 2013-06-27
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(/images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
/*! jQuery Mobile v1.1.0 db342b1f315c282692791aa870455901fdb46a55 jquerymobile.com | jquery.org/license */
.ui-bar-a{border:1px solid #333;background:#111;color:#fff;font-weight:bold;text-shadow:0 -1px 1px #000;background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#111));background-image:-webkit-linear-gradient(#3c3c3c,#111);background-image:-moz-linear-gradient(#3c3c3c,#111);background-image:-ms-linear-gradient(#3c3c3c,#111);background-image:-o-linear-gradient(#3c3c3c,#111);background-image:linear-gradient(#3c3c3c,#111)}.ui-bar-a,.ui-bar-a input,.ui-bar-a select,.ui-bar-a textarea,.ui-bar-a button{font-family:Helvetica,Arial,sans-serif}.ui-bar-a .ui-link-inherit{color:#fff}.ui-bar-a .ui-link{color:#7cc4e7;font-weight:bold}.ui-bar-a .ui-link:hover{color:#2489ce}.ui-bar-a .ui-link:active{color:#2489ce}.ui-bar-a .ui-link:visited{color:#2489ce}.ui-body-a,.ui-overlay-a{border:1px solid #444;background:#222;color:#fff;text-shadow:0 1px 1px #111;font-weight:normal;background-image:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222));background-image:-webkit-linear-gradient(#444,#222);background-image:-moz-linear-gradient(#444,#222);background-image:-ms-linear-gradient(#444,#222);background-image:-o-linear-gradient(#444,#222);background-image:linear-gradient(#444,#222)}.ui-overlay-a{background-image:none;border-width:0}.ui-body-a,.ui-body-a input,.ui-body-a select,.ui-body-a textarea,.ui-body-a button{font-family:Helvetica,Arial,sans-serif}.ui-body-a .ui-link-inherit{color:#fff}.ui-body-a .ui-link{color:#2489ce;font-weight:bold}.ui-body-a .ui-link:hover{color:#2489ce}.ui-body-a .ui-link:active{color:#2489ce}.ui-body-a .ui-link:visited{color:#2489ce}.ui-btn-up-a{border:1px solid #111;background:#333;font-weight:bold;color:#fff;text-shadow:0 1px 1px #111;background-image:-webkit-gradient(linear,left top,left bottom,from(#444),to(#2d2d2d));background-image:-webkit-linear-gradient(#444,#2d2d2d);background-image:-moz-linear-gradient(#444,#2d2d2d);background-image:-ms-linear-gradient(#444,#2d2d2d);background-image:-o-linear-gradient(#444,#2d2d2d);background-image:linear-gradient(#444,#2d2d2d)}.ui-btn-up-a a.ui-link-inherit{color:#fff}.ui-btn-hover-a{border:1px solid #000;background:#444;font-weight:bold;color:#fff;text-shadow:0 1px 1px #111;background-image:-webkit-gradient(linear,left top,left bottom,from(#555),to(#383838));background-image:-webkit-linear-gradient(#555,#383838);background-image:-moz-linear-gradient(#555,#383838);background-image:-ms-linear-gradient(#555,#383838);background-image:-o-linear-gradient(#555,#383838);background-image:linear-gradient(#555,#383838)}.ui-btn-hover-a a.ui-link-inherit{color:#fff}.ui-btn-down-a{border:1px solid #000;background:#222;font-weight:bold;color:#fff;text-shadow:0 1px 1px #111;background-image:-webkit-gradient(linear,left top,left bottom,from(#202020),to(#2c2c2c));background-image:-webkit-linear-gradient(#202020,#2c2c2c);background-image:-moz-linear-gradient(#202020,#2c2c2c);background-image:-ms-linear-gradient(#202020,#2c2c2c);background-image:-o-linear-gradient(#202020,#2c2c2c);background-image:linear-gradient(#202020,#2c2c2c)}.ui-btn-down-a a.ui-link-inherit{color:#fff}.ui-btn-up-a,.ui-btn-hover-a,.ui-btn-down-a{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-b{border:1px solid #456f9a;background:#5e87b0;color:#fff;font-weight:bold;text-shadow:0 1px 1px #3e6790;background-image:-webkit-gradient(linear,left top,left bottom,from(#6facd5),to(#497bae));background-image:-webkit-linear-gradient(#6facd5,#497bae);background-image:-moz-linear-gradient(#6facd5,#497bae);background-image:-ms-linear-gradient(#6facd5,#497bae);background-image:-o-linear-gradient(#6facd5,#497bae);background-image:linear-gradient(#6facd5,#497bae)}.ui-bar-b,.ui-bar-b input,.ui-bar-b select,.ui-bar-b textarea,.ui-bar-b button{font-family:Helvetica,Arial,sans-serif}.ui-bar-b .ui-link-inherit{color:#fff}.ui-bar-b .ui-link{color:#ddf0f8;font-weight:bold}.ui-bar-b .ui-link:hover{color:#ddf0f8}.ui-bar-b .ui-link:active{color:#ddf0f8}.ui-bar-b .ui-link:visited{color:#ddf0f8}.ui-body-b,.ui-overlay-b{border:1px solid #999;background:#f3f3f3;color:#222;text-shadow:0 1px 0 #fff;font-weight:normal;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#ccc));background-image:-webkit-linear-gradient(#ddd,#ccc);background-image:-moz-linear-gradient(#ddd,#ccc);background-image:-ms-linear-gradient(#ddd,#ccc);background-image:-o-linear-gradient(#ddd,#ccc);background-image:linear-gradient(#ddd,#ccc)}.ui-overlay-b{background-image:none;border-width:0}.ui-body-b,.ui-body-b input,.ui-body-b select,.ui-body-b textarea,.ui-body-b button{font-family:Helvetica,Arial,sans-serif}.ui-body-b .ui-link-inherit{color:#333}.ui-body-b .ui-link{color:#2489ce;font-weight:bold}.ui-body-b .ui-link:hover{color:#2489ce}.ui-body-b .ui-link:active{color:#2489ce}.ui-body-b .ui-link:visited{color:#2489ce}.ui-btn-up-b{border:1px solid #044062;background:#396b9e;font-weight:bold;color:#fff;text-shadow:0 1px 1px #194b7e;background-image:-webkit-gradient(linear,left top,left bottom,from(#5f9cc5),to(#396b9e));background-image:-webkit-linear-gradient(#5f9cc5,#396b9e);background-image:-moz-linear-gradient(#5f9cc5,#396b9e);background-image:-ms-linear-gradient(#5f9cc5,#396b9e);background-image:-o-linear-gradient(#5f9cc5,#396b9e);background-image:linear-gradient(#5f9cc5,#396b9e)}.ui-btn-up-b a.ui-link-inherit{color:#fff}.ui-btn-hover-b{border:1px solid #00415e;background:#4b88b6;font-weight:bold;color:#fff;text-shadow:0 1px 1px #194b7e;background-image:-webkit-gradient(linear,left top,left bottom,from(#6facd5),to(#4272a4));background-image:-webkit-linear-gradient(#6facd5,#4272a4);background-image:-moz-linear-gradient(#6facd5,#4272a4);background-image:-ms-linear-gradient(#6facd5,#4272a4);background-image:-o-linear-gradient(#6facd5,#4272a4);background-image:linear-gradient(#6facd5,#4272a4)}.ui-btn-hover-b a.ui-link-inherit{color:#fff}.ui-btn-down-b{border:1px solid #225377;background:#4e89c5;font-weight:bold;color:#fff;text-shadow:0 1px 1px #194b7e;background-image:-webkit-gradient(linear,left top,left bottom,from(#295b8e),to(#3e79b5));background-image:-webkit-linear-gradient(#295b8e,#3e79b5);background-image:-moz-linear-gradient(#295b8e,#3e79b5);background-image:-ms-linear-gradient(#295b8e,#3e79b5);background-image:-o-linear-gradient(#295b8e,#3e79b5);background-image:linear-gradient(#295b8e,#3e79b5)}.ui-btn-down-b a.ui-link-inherit{color:#fff}.ui-btn-up-b,.ui-btn-hover-b,.ui-btn-down-b{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-c{border:1px solid #b3b3b3;background:#eee;color:#3e3e3e;font-weight:bold;text-shadow:0 1px 1px #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(#ddd));background-image:-webkit-linear-gradient(#f0f0f0,#ddd);background-image:-moz-linear-gradient(#f0f0f0,#ddd);background-image:-ms-linear-gradient(#f0f0f0,#ddd);background-image:-o-linear-gradient(#f0f0f0,#ddd);background-image:linear-gradient(#f0f0f0,#ddd)}.ui-bar-c .ui-link-inherit{color:#3e3e3e}.ui-bar-c .ui-link{color:#7cc4e7;font-weight:bold}.ui-bar-c .ui-link:hover{color:#2489ce}.ui-bar-c .ui-link:active{color:#2489ce}.ui-bar-c .ui-link:visited{color:#2489ce}.ui-bar-c,.ui-bar-c input,.ui-bar-c select,.ui-bar-c textarea,.ui-bar-c button{font-family:Helvetica,Arial,sans-serif}.ui-body-c,.ui-overlay-c{border:1px solid #aaa;color:#333;text-shadow:0 1px 0 #fff;background:#f9f9f9;background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#eee));background-image:-webkit-linear-gradient(#f9f9f9,#eee);background-image:-moz-linear-gradient(#f9f9f9,#eee);background-image:-ms-linear-gradient(#f9f9f9,#eee);background-image:-o-linear-gradient(#f9f9f9,#eee);background-image:linear-gradient(#f9f9f9,#eee)}.ui-overlay-c{background-image:none;border-width:0}.ui-body-c,.ui-body-c input,.ui-body-c select,.ui-body-c textarea,.ui-body-c button{font-family:Helvetica,Arial,sans-serif}.ui-body-c .ui-link-inherit{color:#333}.ui-body-c .ui-link{color:#2489ce;font-weight:bold}.ui-body-c .ui-link:hover{color:#2489ce}.ui-body-c .ui-link:active{color:#2489ce}.ui-body-c .ui-link:visited{color:#2489ce}.ui-btn-up-c{border:1px solid #ccc;background:#eee;font-weight:bold;color:#222;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f1f1f1));background-image:-webkit-linear-gradient(#fff,#f1f1f1);background-image:-moz-linear-gradient(#fff,#f1f1f1);background-image:-ms-linear-gradient(#fff,#f1f1f1);background-image:-o-linear-gradient(#fff,#f1f1f1);background-image:linear-gradient(#fff,#f1f1f1)}.ui-btn-up-c a.ui-link-inherit{color:#2f3e46}.ui-btn-hover-c{border:1px solid #bbb;background:#dfdfdf;font-weight:bold;color:#222;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e0e0e0));background-image:-webkit-linear-gradient(#f9f9f9,#e0e0e0);background-image:-moz-linear-gradient(#f6f6f6,#e0e0e0);background-image:-ms-linear-gradient(#f6f6f6,#e0e0e0);background-image:-o-linear-gradient(#f6f6f6,#e0e0e0);background-image:linear-gradient(#f6f6f6,#e0e0e0)}.ui-btn-hover-c a.ui-link-inherit{color:#2f3e46}.ui-btn-down-c{border:1px solid #bbb;background:#d6d6d6;font-weight:bold;color:#222;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#d0d0d0),to(#dfdfdf));background-image:-webkit-linear-gradient(#d0d0d0,#dfdfdf);background-image:-moz-linear-gradient(#d0d0d0,#dfdfdf);background-image:-ms-linear-gradient(#d0d0d0,#dfdfdf);background-image:-o-linear-gradient(#d0d0d0,#dfdfdf);background-image:linear-gradient(#d0d0d0,#dfdfdf)}.ui-btn-down-c a.ui-link-inherit{color:#2f3e46}.ui-btn-up-c,.ui-btn-hover-c,.ui-btn-down-c{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-d{border:1px solid #bbb;background:#bbb;color:#333;text-shadow:0 1px 0 #eee;background-image:-webkit-gradient(linear,left top,left bottom,from(#ddd),to(#bbb));background-image:-webkit-linear-gradient(#ddd,#bbb);background-image:-moz-linear-gradient(#ddd,#bbb);background-image:-ms-linear-gradient(#ddd,#bbb);background-image:-o-linear-gradient(#ddd,#bbb);background-image:linear-gradient(#ddd,#bbb)}.ui-bar-d,.ui-bar-d input,.ui-bar-d select,.ui-bar-d textarea,.ui-bar-d button{font-family:Helvetica,Arial,sans-serif}.ui-bar-d .ui-link-inherit{color:#333}.ui-bar-d .ui-link{color:#2489ce;font-weight:bold}.ui-bar-d .ui-link:hover{color:#2489ce}.ui-bar-d .ui-link:active{color:#2489ce}.ui-bar-d .ui-link:visited{color:#2489ce}.ui-body-d,.ui-overlay-d{border:1px solid #bbb;color:#333;text-shadow:0 1px 0 #fff;background:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));background-image:-webkit-linear-gradient(#fff,#fff);background-image:-moz-linear-gradient(#fff,#fff);background-image:-ms-linear-gradient(#fff,#fff);background-image:-o-linear-gradient(#fff,#fff);background-image:linear-gradient(#fff,#fff)}.ui-overlay-d{background-image:none;border-width:0}.ui-body-d,.ui-body-d input,.ui-body-d select,.ui-body-d textarea,.ui-body-d button{font-family:Helvetica,Arial,sans-serif}.ui-body-d .ui-link-inherit{color:#333}.ui-body-d .ui-link{color:#2489ce;font-weight:bold}.ui-body-d .ui-link:hover{color:#2489ce}.ui-body-d .ui-link:active{color:#2489ce}.ui-body-d .ui-link:visited{color:#2489ce}.ui-btn-up-d{border:1px solid #bbb;background:#fff;font-weight:bold;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#f6f6f6));background-image:-webkit-linear-gradient(#fafafa,#f6f6f6);background-image:-moz-linear-gradient(#fafafa,#f6f6f6);background-image:-ms-linear-gradient(#fafafa,#f6f6f6);background-image:-o-linear-gradient(#fafafa,#f6f6f6);background-image:linear-gradient(#fafafa,#f6f6f6)}.ui-btn-up-d a.ui-link-inherit{color:#333}.ui-btn-hover-d{border:1px solid #aaa;background:#eee;font-weight:bold;color:#333;cursor:pointer;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#fff));background-image:-webkit-linear-gradient(#eee,#fff);background-image:-moz-linear-gradient(#eee,#fff);background-image:-ms-linear-gradient(#eee,#fff);background-image:-o-linear-gradient(#eee,#fff);background-image:linear-gradient(#eee,#fff)}.ui-btn-hover-d a.ui-link-inherit{color:#333}.ui-btn-down-d{border:1px solid #aaa;background:#eee;font-weight:bold;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#e5e5e5),to(#f2f2f2));background-image:-webkit-linear-gradient(#e5e5e5,#f2f2f2);background-image:-moz-linear-gradient(#e5e5e5,#f2f2f2);background-image:-ms-linear-gradient(#e5e5e5,#f2f2f2);background-image:-o-linear-gradient(#e5e5e5,#f2f2f2);background-image:linear-gradient(#e5e5e5,#f2f2f2)}.ui-btn-down-d a.ui-link-inherit{color:#333}.ui-btn-up-d,.ui-btn-hover-d,.ui-btn-down-d{font-family:Helvetica,Arial,sans-serif;text-decoration:none}.ui-bar-e{border:1px solid #f7c942;background:#fadb4e;color:#333;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fceda7),to(#fbef7e));background-image:-webkit-linear-gradient(#fceda7,#fbef7e);background-image:-moz-linear-gradient(#fceda7,#fbef7e);background-image:-ms-linear-gradient(#fceda7,#fbef7e);background-image:-o-linear-gradient(#fceda7,#fbef7e);background-image:linear-gradient(#fceda7,#fbef7e)}.ui-bar-e,.ui-bar-e input,.ui-bar-e select,.ui-bar-e textarea,.ui-bar-e button{font-family:Helvetica,Arial,sans-serif}.ui-bar-e .ui-link-inherit{color:#333}.ui-bar-e .ui-link{color:#2489ce;font-weight:bold}.ui-bar-e .ui-link:hover{color:#2489ce}.ui-bar-e .ui-link:active{color:#2489ce}.ui-bar-e .ui-link:visited{color:#2489ce}.ui-body-e,.ui-overlay-e{border:1px solid #f7c942;color:#222;text-shadow:0 1px 0 #fff;background:#fff9df;background-image:-webkit-gradient(linear,left top,left bottom,from(#fffadf),to(#fff3a5));background-image:-webkit-linear-gradient(#fffadf,#fff3a5);background-image:-moz-linear-gradient(#fffadf,#fff3a5);background-image:-ms-linear-gradient(#fffadf,#fff3a5);background-image:-o-linear-gradient(#fffadf,#fff3a5);background-image:linear-gradient(#fffadf,#fff3a5)}.ui-overlay-e{background-image:none;border-width:0}.ui-body-e,.ui-body-e input,.ui-body-e select,.ui-body-e textarea,.ui-body-e button{font-family:Helvetica,Arial,sans-serif}.ui-body-e .ui-link-inherit{color:#333}.ui-body-e .ui-link{color:#2489ce;font-weight:bold}.ui-body-e .ui-link:hover{color:#2489ce}.ui-body-e .ui-link:active{color:#2489ce}.ui-body-e .ui-link:visited{color:#2489ce}.ui-btn-up-e{border:1px solid #f4c63f;background:#fadb4e;font-weight:bold;color:#222;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffefaa),to(#ffe155));background-image:-webkit-linear-gradient(#ffefaa,#ffe155);background-image:-moz-linear-gradient(#ffefaa,#ffe155);background-image:-ms-linear-gradient(#ffefaa,#ffe155);background-image:-o-linear-gradient(#ffefaa,#ffe155);background-image:linear-gradient(#ffefaa,#ffe155)}.ui-btn-up-e a.ui-link-inherit{color:#222}.ui-btn-hover-e{border:1px solid #f2c43d;background:#fbe26f;font-weight:bold;color:#111;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff5ba),to(#fbdd52));background-image:-webkit-linear-gradient(#fff5ba,#fbdd52);background-image:-moz-linear-gradient(#fff5ba,#fbdd52);background-image:-ms-linear-gradient(#fff5ba,#fbdd52);background-image:-o-linear-gradient(#fff5ba,#fbdd52);background-image:linear-gradient(#fff5ba,#fbdd52)}.ui-btn-hover-e a.ui-link-inherit{color:#333}.ui-btn-down-e{border:1px solid #f2c43d;background:#fceda7;font-weight:bold;color:#111;text-shadow:0 1px 0 #fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8d94c),to(#fadb4e));background-image:-webkit-linear-gradient(#f8d94c,#fadb4e);background-image:-moz-linear-gradient(#f8d94c,#fadb4e);background-image:-ms-linear-gradient(#f8d94c,#fadb4e);background-image:-o-linear-gradient(#f8d94c,#fadb4e);background-image:linear-gradient(#f8d94c,#fadb4e)}.ui-btn-down-e a.ui-link-inherit{color:#333}.ui-btn-up-e,.ui-btn-hover-e,.ui-btn-down-e{font-family:Helvetica,Arial,sans-serif;text-decoration:none}a.ui-link-inherit{text-decoration:none!important}.ui-btn-active{border:1px solid #2373a5;background:#5393c5;font-weight:bold;color:#fff;cursor:pointer;text-shadow:0 1px 1px #3373a5;text-decoration:none;background-image:-webkit-gradient(linear,left top,left bottom,from(#5393c5),to(#6facd5));background-image:-webkit-linear-gradient(#5393c5,#6facd5);background-image:-moz-linear-gradient(#5393c5,#6facd5);background-image:-ms-linear-gradient(#5393c5,#6facd5);background-image:-o-linear-gradient(#5393c5,#6facd5);background-image:linear-gradient(#5393c5,#6facd5);font-family:Helvetica,Arial,sans-serif}.ui-btn-active a.ui-link-inherit{color:#fff}.ui-btn-inner{border-top:1px solid #fff;border-color:rgba(255,255,255,.3)}.ui-corner-tl{-moz-border-radius-topleft:.6em;-webkit-border-top-left-radius:.6em;border-top-left-radius:.6em}.ui-corner-tr{-moz-border-radius-topright:.6em;-webkit-border-top-right-radius:.6em;border-top-right-radius:.6em}.ui-corner-bl{-moz-border-radius-bottomleft:.6em;-webkit-border-bottom-left-radius:.6em;border-bottom-left-radius:.6em}.ui-corner-br{-moz-border-radius-bottomright:.6em;-webkit-border-bottom-right-radius:.6em;border-bottom-right-radius:.6em}.ui-corner-top{-moz-border-radius-topleft:.6em;-webkit-border-top-left-radius:.6em;border-top-left-radius:.6em;-moz-border-radius-topright:.6em;-webkit-border-top-right-radius:.6em;border-top-right-radius:.6em}.ui-corner-bottom{-moz-border-radius-bottomleft:.6em;-webkit-border-bottom-left-radius:.6em;border-bottom-left-radius:.6em;-moz-border-radius-bottomright:.6em;-webkit-border-bottom-right-radius:.6em;border-bottom-right-radius:.6em}.ui-corner-right{-moz-border-radius-topright:.6em;-webkit-border-top-right-radius:.6em;border-top-right-radius:.6em;-moz-border-radius-bottomright:.6em;-webkit-border-bottom-right-radius:.6em;border-bottom-right-radius:.6em}.ui-corner-left{-moz-border-radius-topleft:.6em;-webkit-border-top-left-radius:.6em;border-top-left-radius:.6em;-moz-border-radius-bottomleft:.6em;-webkit-border-bottom-left-radius:.6em;border-bottom-left-radius:.6em}.ui-corner-all{-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.ui-corner-none{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.ui-br{border-bottom:#828282;border-bottom:rgba(130,130,130,.3);border-bottom-width:1px;border-bottom-style:solid}.ui-disabled{opacity:.3}.ui-disabled,.ui-disabled a{cursor:default!important;pointer-events:none}.ui-disabled .ui-btn-text{-ms-filter:"alpha(opacity=30)";filter:alpha(opacity=30);zoom:1}.ui-icon,.ui-icon-searchfield:after{background:#666;background:rgba(0,0,0,.4);background-image:url(/images/jquery-mobile/icons-18-white.png);background-repeat:no-repeat;-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px}.ui-icon-alt{background:#fff;background:rgba(255,255,255,.3);background-image:url(/images/jquery-mobile/icons-18-black.png);background-repeat:no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi){.ui-icon-plus,.ui-icon-minus,.ui-icon-delete,.ui-icon-arrow-r,.ui-icon-arrow-l,.ui-icon-arrow-u,.ui-icon-arrow-d,.ui-icon-check,.ui-icon-gear,.ui-icon-refresh,.ui-icon-forward,.ui-icon-back,.ui-icon-grid,.ui-icon-star,.ui-icon-alert,.ui-icon-info,.ui-icon-home,.ui-icon-search,.ui-icon-searchfield:after,.ui-icon-checkbox-off,.ui-icon-checkbox-on,.ui-icon-radio-off,.ui-icon-radio-on{background-image:url(/images/jquery-mobile/icons-36-white.png);-moz-background-size:776px 18px;-o-background-size:776px 18px;-webkit-background-size:776px 18px;background-size:776px 18px}.ui-icon-alt{background-image:url(/images/jquery-mobile/icons-36-black.png)}}.ui-icon-plus{background-position:-0 50%}.ui-icon-minus{background-position:-36px 50%}.ui-icon-delete{background-position:-72px 50%}.ui-icon-arrow-r{background-position:-108px 50%}.ui-icon-arrow-l{background-position:-144px 50%}.ui-icon-arrow-u{background-position:-180px 50%}.ui-icon-arrow-d{background-position:-216px 50%}.ui-icon-check{background-position:-252px 50%}.ui-icon-gear{background-position:-288px 50%}.ui-icon-refresh{background-position:-324px 50%}.ui-icon-forward{background-position:-360px 50%}.ui-icon-back{background-position:-396px 50%}.ui-icon-grid{background-position:-432px 50%}.ui-icon-star{background-position:-468px 50%}.ui-icon-alert{background-position:-504px 50%}.ui-icon-info{background-position:-540px 50%}.ui-icon-home{background-position:-576px 50%}.ui-icon-search,.ui-icon-searchfield:after{background-position:-612px 50%}.ui-icon-checkbox-off{background-position:-684px 50%}.ui-icon-checkbox-on{background-position:-648px 50%}.ui-icon-radio-off{background-position:-756px 50%}.ui-icon-radio-on{background-position:-720px 50%}.ui-checkbox .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.ui-icon-checkbox-off,.ui-icon-radio-off{background-color:transparent}.ui-checkbox-on .ui-icon,.ui-radio-on .ui-icon{background-color:#4596ce}.ui-icon-loading{background:url(/images/jquery-mobile/ajax-loader.gif);background-size:46px 46px}.ui-btn-corner-tl{-moz-border-radius-topleft:1em;-webkit-border-top-left-radius:1em;border-top-left-radius:1em}.ui-btn-corner-tr{-moz-border-radius-topright:1em;-webkit-border-top-right-radius:1em;border-top-right-radius:1em}.ui-btn-corner-bl{-moz-border-radius-bottomleft:1em;-webkit-border-bottom-left-radius:1em;border-bottom-left-radius:1em}.ui-btn-corner-br{-moz-border-radius-bottomright:1em;-webkit-border-bottom-right-radius:1em;border-bottom-right-radius:1em}.ui-btn-corner-top{-moz-border-radius-topleft:1em;-webkit-border-top-left-radius:1em;border-top-left-radius:1em;-moz-border-radius-topright:1em;-webkit-border-top-right-radius:1em;border-top-right-radius:1em}.ui-btn-corner-bottom{-moz-border-radius-bottomleft:1em;-webkit-border-bottom-left-radius:1em;border-bottom-left-radius:1em;-moz-border-radius-bottomright:1em;-webkit-border-bottom-right-radius:1em;border-bottom-right-radius:1em}.ui-btn-corner-right{-moz-border-radius-topright:1em;-webkit-border-top-right-radius:1em;border-top-right-radius:1em;-moz-border-radius-bottomright:1em;-webkit-border-bottom-right-radius:1em;border-bottom-right-radius:1em}.ui-btn-corner-left{-moz-border-radius-topleft:1em;-webkit-border-top-left-radius:1em;border-top-left-radius:1em;-moz-border-radius-bottomleft:1em;-webkit-border-bottom-left-radius:1em;border-bottom-left-radius:1em}.ui-btn-corner-all{-moz-border-radius:1em;-webkit-border-radius:1em;border-radius:1em}.ui-corner-tl,.ui-corner-tr,.ui-corner-bl,.ui-corner-br,.ui-corner-top,.ui-corner-bottom,.ui-corner-right,.ui-corner-left,.ui-corner-all,.ui-btn-corner-tl,.ui-btn-corner-tr,.ui-btn-corner-bl,.ui-btn-corner-br,.ui-btn-corner-top,.ui-btn-corner-bottom,.ui-btn-corner-right,.ui-btn-corner-left,.ui-btn-corner-all{-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.ui-overlay{background:#666;opacity:.5;filter:Alpha(Opacity=50);position:absolute;width:100%;height:100%}.ui-overlay-shadow{-moz-box-shadow:0 0 12px rgba(0,0,0,.6);-webkit-box-shadow:0 0 12px rgba(0,0,0,.6);box-shadow:0 0 12px rgba(0,0,0,.6)}.ui-shadow{-moz-box-shadow:0 1px 4px rgba(0,0,0,.3);-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}.ui-bar-a .ui-shadow,.ui-bar-b .ui-shadow,.ui-bar-c .ui-shadow{-moz-box-shadow:0 1px 0 rgba(255,255,255,.3);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.3);box-shadow:0 1px 0 rgba(255,255,255,.3)}.ui-shadow-inset{-moz-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 4px rgba(0,0,0,.2);box-shadow:inset 0 1px 4px rgba(0,0,0,.2)}.ui-icon-shadow{-moz-box-shadow:0 1px 0 rgba(255,255,255,.4);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.4);box-shadow:0 1px 0 rgba(255,255,255,.4)}.ui-btn:focus{outline:0}.ui-focus,.ui-btn:focus{-moz-box-shadow:0 0 12px #387bbe;-webkit-box-shadow:0 0 12px #387bbe;box-shadow:0 0 12px #387bbe}.ui-mobile-nosupport-boxshadow *{-moz-box-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.ui-mobile-nosupport-boxshadow .ui-focus,.ui-mobile-nosupport-boxshadow .ui-btn:focus{outline-width:1px;outline-style:dotted}.ui-mobile,.ui-mobile body{height:99.9%}.ui-mobile fieldset,.ui-page{padding:0;margin:0}.ui-mobile a img,.ui-mobile fieldset{border-width:0}.ui-mobile-viewport{margin:0;overflow-x:visible;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body.ui-mobile-viewport,div.ui-mobile-viewport{overflow-x:hidden}.ui-mobile [data-role=page],.ui-mobile [data-role=dialog],.ui-page{top:0;left:0;width:100%;min-height:100%;position:absolute;display:none;border:0}.ui-mobile .ui-page-active{display:block;overflow:visible}.ui-page{outline:0}@media screen and (orientation:portrait){.ui-mobile,.ui-mobile .ui-page{min-height:420px}}@media screen and (orientation:landscape){.ui-mobile,.ui-mobile .ui-page{min-height:300px}}.ui-loading .ui-loader{display:block}.ui-loader{display:none;z-index:9999999;position:fixed;top:50%;box-shadow:0 1px 1px -1px #fff;left:50%;border:0}.ui-loader-default{background:0;opacity:.18;width:46px;height:46px;margin-left:-23px;margin-top:-23px}.ui-loader-verbose{width:200px;opacity:.88;height:auto;margin-left:-110px;margin-top:-43px;padding:10px}.ui-loader-default h1{font-size:0;width:0;height:0;overflow:hidden}.ui-loader-verbose h1{font-size:16px;margin:0;text-align:center}.ui-loader .ui-icon{background-color:#000;display:block;margin:0;width:44px;height:44px;padding:1px;-webkit-border-radius:36px;-moz-border-radius:36px;border-radius:36px}.ui-loader-verbose .ui-icon{margin:0 auto 10px;opacity:.75}.ui-loader-textonly{padding:15px;margin-left:-115px}.ui-loader-textonly .ui-icon{display:none}.ui-loader-fakefix{position:absolute}.ui-mobile-rendering>*{visibility:hidden}.ui-bar,.ui-body{position:relative;padding:.4em 15px;overflow:hidden;display:block;clear:both}.ui-bar{font-size:16px;margin:0}.ui-bar h1,.ui-bar h2,.ui-bar h3,.ui-bar h4,.ui-bar h5,.ui-bar h6{margin:0;padding:0;font-size:16px;display:inline-block}.ui-header,.ui-footer{position:relative;border-left-width:0;border-right-width:0}.ui-header .ui-btn-left,.ui-header .ui-btn-right,.ui-footer .ui-btn-left,.ui-footer .ui-btn-right{position:absolute;top:3px}.ui-header .ui-btn-left,.ui-footer .ui-btn-left{left:5px}.ui-header .ui-btn-right,.ui-footer .ui-btn-right{right:5px}.ui-footer .ui-btn-icon-notext,.ui-header .ui-btn-icon-notext{top:6px}.ui-header .ui-title,.ui-footer .ui-title{min-height:1.1em;text-align:center;font-size:16px;display:block;margin:.6em 30% .8em;padding:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;outline:0!important}.ui-footer .ui-title{margin:.6em 15px .8em}.ui-content{border-width:0;overflow:visible;overflow-x:hidden;padding:15px}.ui-icon{width:18px;height:18px}.ui-nojs{position:absolute;left:-9999px}.ui-hide-label label,.ui-hidden-accessible{position:absolute!important;left:-9999px;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-mobile-viewport-transitioning,.ui-mobile-viewport-transitioning .ui-page{width:100%;height:100%;overflow:hidden}.in{-webkit-animation-timing-function:ease-out;-webkit-animation-duration:350ms;-moz-animation-timing-function:ease-out;-moz-animation-duration:350ms}.out{-webkit-animation-timing-function:ease-in;-webkit-animation-duration:225ms;-moz-animation-timing-function:ease-in;-moz-animation-duration:225}@-webkit-keyframes fadein{from{opacity:0}to{opacity:1}}@-moz-keyframes fadein{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{from{opacity:1}to{opacity:0}}@-moz-keyframes fadeout{from{opacity:1}to{opacity:0}}.fade.out{opacity:0;-webkit-animation-duration:125ms;-webkit-animation-name:fadeout;-moz-animation-duration:125ms;-moz-animation-name:fadeout}.fade.in{opacity:1;-webkit-animation-duration:225ms;-webkit-animation-name:fadein;-moz-animation-duration:225ms;-moz-animation-name:fadein}.pop{-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%}.pop.in{-webkit-transform:scale(1);-moz-transform:scale(1);opacity:1;-webkit-animation-name:popin;-moz-animation-name:popin;-webkit-animation-duration:350ms;-moz-animation-duration:350ms}.pop.out{-webkit-animation-name:fadeout;-moz-animation-name:fadeout;opacity:0;-webkit-animation-duration:100ms;-moz-animation-duration:100ms}.pop.in.reverse{-webkit-animation-name:fadein;-moz-animation-name:fadein}.pop.out.reverse{-webkit-transform:scale(.8);-moz-transform:scale(.8);-webkit-animation-name:popout;-moz-animation-name:popout}@-webkit-keyframes popin{from{-webkit-transform:scale(.8);opacity:0}to{-webkit-transform:scale(1);opacity:1}}@-moz-keyframes popin{from{-moz-transform:scale(.8);opacity:0}to{-moz-transform:scale(1);opacity:1}}@-webkit-keyframes popout{from{-webkit-transform:scale(1);opacity:1}to{-webkit-transform:scale(.8);opacity:0}}@-moz-keyframes popout{from{-moz-transform:scale(1);opacity:1}to{-moz-transform:scale(.8);opacity:0}}@-webkit-keyframes slideinfromright{from{-webkit-transform:translateX(100%)}to{-webkit-transform:translateX(0)}}@-moz-keyframes slideinfromright{from{-moz-transform:translateX(100%)}to{-moz-transform:translateX(0)}}@-webkit-keyframes slideinfromleft{from{-webkit-transform:translateX(-100%)}to{-webkit-transform:translateX(0)}}@-moz-keyframes slideinfromleft{from{-moz-transform:translateX(-100%)}to{-moz-transform:translateX(0)}}@-webkit-keyframes slideouttoleft{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(-100%)}}@-moz-keyframes slideouttoleft{from{-moz-transform:translateX(0)}to{-moz-transform:translateX(-100%)}}@-webkit-keyframes slideouttoright{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(100%)}}@-moz-keyframes slideouttoright{from{-moz-transform:translateX(0)}to{-moz-transform:translateX(100%)}}.slide.out,.slide.in{-webkit-animation-timing-function:ease-out;-webkit-animation-duration:350ms;-moz-animation-timing-function:ease-out;-moz-animation-duration:350ms}.slide.out{-webkit-transform:translateX(-100%);-webkit-animation-name:slideouttoleft;-moz-transform:translateX(-100%);-moz-animation-name:slideouttoleft}.slide.in{-webkit-transform:translateX(0);-webkit-animation-name:slideinfromright;-moz-transform:translateX(0);-moz-animation-name:slideinfromright}.slide.out.reverse{-webkit-transform:translateX(100%);-webkit-animation-name:slideouttoright;-moz-transform:translateX(100%);-moz-animation-name:slideouttoright}.slide.in.reverse{-webkit-transform:translateX(0);-webkit-animation-name:slideinfromleft;-moz-transform:translateX(0);-moz-animation-name:slideinfromleft}.slidefade.out{-webkit-transform:translateX(-100%);-webkit-animation-name:slideouttoleft;-moz-transform:translateX(-100%);-moz-animation-name:slideouttoleft;-webkit-animation-duration:225ms;-moz-animation-duration:225ms}.slidefade.in{-webkit-transform:translateX(0);-webkit-animation-name:fadein;-moz-transform:translateX(0);-moz-animation-name:fadein;-webkit-animation-duration:200ms;-moz-animation-duration:200ms}.slidefade.out.reverse{-webkit-transform:translateX(100%);-webkit-animation-name:slideouttoright;-moz-transform:translateX(100%);-moz-animation-name:slideouttoright;-webkit-animation-duration:200ms;-moz-animation-duration:200ms}.slidefade.in.reverse{-webkit-transform:translateX(0);-webkit-animation-name:fadein;-moz-transform:translateX(0);-moz-animation-name:fadein;-webkit-animation-duration:200ms;-moz-animation-duration:200ms}.slidedown.out{-webkit-animation-name:fadeout;-moz-animation-name:fadeout;-webkit-animation-duration:100ms;-moz-animation-duration:100ms}.slidedown.in{-webkit-transform:translateY(0);-webkit-animation-name:slideinfromtop;-moz-transform:translateY(0);-moz-animation-name:slideinfromtop;-webkit-animation-duration:250ms;-moz-animation-duration:250ms}.slidedown.in.reverse{-webkit-animation-name:fadein;-moz-animation-name:fadein;-webkit-animation-duration:150ms;-moz-animation-duration:150ms}.slidedown.out.reverse{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-animation-name:slideouttotop;-moz-animation-name:slideouttotop;-webkit-animation-duration:200ms;-moz-animation-duration:200ms}@-webkit-keyframes slideinfromtop{from{-webkit-transform:translateY(-100%)}to{-webkit-transform:translateY(0)}}@-moz-keyframes slideinfromtop{from{-moz-transform:translateY(-100%)}to{-moz-transform:translateY(0)}}@-webkit-keyframes slideouttotop{from{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(-100%)}}@-moz-keyframes slideouttotop{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(-100%)}}.slideup.out{-webkit-animation-name:fadeout;-moz-animation-name:fadeout;-webkit-animation-duration:100ms;-moz-animation-duration:100ms}.slideup.in{-webkit-transform:translateY(0);-webkit-animation-name:slideinfrombottom;-moz-transform:translateY(0);-moz-animation-name:slideinfrombottom;-webkit-animation-duration:250ms;-moz-animation-duration:250ms}.slideup.in.reverse{-webkit-animation-name:fadein;-moz-animation-name:fadein;-webkit-animation-duration:150ms;-moz-animation-duration:150ms}.slideup.out.reverse{-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-webkit-animation-name:slideouttobottom;-moz-animation-name:slideouttobottom;-webkit-animation-duration:200ms;-moz-animation-duration:200ms}@-webkit-keyframes slideinfrombottom{from{-webkit-transform:translateY(100%)}to{-webkit-transform:translateY(0)}}@-moz-keyframes slideinfrombottom{from{-moz-transform:translateY(100%)}to{-moz-transform:translateY(0)}}@-webkit-keyframes slideouttobottom{from{-webkit-transform:translateY(0)}to{-webkit-transform:translateY(100%)}}@-moz-keyframes slideouttobottom{from{-moz-transform:translateY(0)}to{-moz-transform:translateY(100%)}}.viewport-flip{-webkit-perspective:1000;-moz-perspective:1000;position:absolute}.flip{-webkit-backface-visibility:hidden;-webkit-transform:translateX(0);-moz-backface-visibility:hidden;-moz-transform:translateX(0)}.flip.out{-webkit-transform:rotateY(-90deg) scale(.9);-webkit-animation-name:flipouttoleft;-webkit-animation-duration:175ms;-moz-transform:rotateY(-90deg) scale(.9);-moz-animation-name:flipouttoleft;-moz-animation-duration:175ms}.flip.in{-webkit-animation-name:flipintoright;-webkit-animation-duration:225ms;-moz-animation-name:flipintoright;-moz-animation-duration:225ms}.flip.out.reverse{-webkit-transform:rotateY(90deg) scale(.9);-webkit-animation-name:flipouttoright;-moz-transform:rotateY(90deg) scale(.9);-moz-animation-name:flipouttoright}.flip.in.reverse{-webkit-animation-name:flipintoleft;-moz-animation-name:flipintoleft}@-webkit-keyframes flipouttoleft{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(-90deg) scale(.9)}}@-moz-keyframes flipouttoleft{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(-90deg) scale(.9)}}@-webkit-keyframes flipouttoright{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(90deg) scale(.9)}}@-moz-keyframes flipouttoright{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(90deg) scale(.9)}}@-webkit-keyframes flipintoleft{from{-webkit-transform:rotateY(-90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoleft{from{-moz-transform:rotateY(-90deg) scale(.9)}to{-moz-transform:rotateY(0)}}@-webkit-keyframes flipintoright{from{-webkit-transform:rotateY(90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoright{from{-moz-transform:rotateY(90deg) scale(.9)}to{-moz-transform:rotateY(0)}}.viewport-turn{-webkit-perspective:1000;-moz-perspective:1000;position:absolute}.turn{-webkit-backface-visibility:hidden;-webkit-transform:translateX(0);-webkit-transform-origin:0 0;-moz-backface-visibility:hidden;-moz-transform:translateX(0);-moz-transform-origin:0 0}.turn.out{-webkit-transform:rotateY(-90deg) scale(.9);-webkit-animation-name:flipouttoleft;-moz-transform:rotateY(-90deg) scale(.9);-moz-animation-name:flipouttoleft;-webkit-animation-duration:125ms;-moz-animation-duration:125ms}.turn.in{-webkit-animation-name:flipintoright;-moz-animation-name:flipintoright;-webkit-animation-duration:250ms;-moz-animation-duration:250ms}.turn.out.reverse{-webkit-transform:rotateY(90deg) scale(.9);-webkit-animation-name:flipouttoright;-moz-transform:rotateY(90deg) scale(.9);-moz-animation-name:flipouttoright}.turn.in.reverse{-webkit-animation-name:flipintoleft;-moz-animation-name:flipintoleft}@-webkit-keyframes flipouttoleft{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(-90deg) scale(.9)}}@-moz-keyframes flipouttoleft{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(-90deg) scale(.9)}}@-webkit-keyframes flipouttoright{from{-webkit-transform:rotateY(0)}to{-webkit-transform:rotateY(90deg) scale(.9)}}@-moz-keyframes flipouttoright{from{-moz-transform:rotateY(0)}to{-moz-transform:rotateY(90deg) scale(.9)}}@-webkit-keyframes flipintoleft{from{-webkit-transform:rotateY(-90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoleft{from{-moz-transform:rotateY(-90deg) scale(.9)}to{-moz-transform:rotateY(0)}}@-webkit-keyframes flipintoright{from{-webkit-transform:rotateY(90deg) scale(.9)}to{-webkit-transform:rotateY(0)}}@-moz-keyframes flipintoright{from{-moz-transform:rotateY(90deg) scale(.9)}to{-moz-transform:rotateY(0)}}.flow{-webkit-transform-origin:50% 30%;-moz-transform-origin:50% 30%;-webkit-box-shadow:0 0 20px rgba(0,0,0,.4);-moz-box-shadow:0 0 20px rgba(0,0,0,.4)}.ui-dialog.flow{-webkit-transform-origin:none;-moz-transform-origin:none;-webkit-box-shadow:none;-moz-box-shadow:none}.flow.out{-webkit-transform:translateX(-100%) scale(.7);-webkit-animation-name:flowouttoleft;-webkit-animation-timing-function:ease;-webkit-animation-duration:350ms;-moz-transform:translateX(-100%) scale(.7);-moz-animation-name:flowouttoleft;-moz-animation-timing-function:ease;-moz-animation-duration:350ms}.flow.in{-webkit-transform:translateX(0) scale(1);-webkit-animation-name:flowinfromright;-webkit-animation-timing-function:ease;-webkit-animation-duration:350ms;-moz-transform:translateX(0) scale(1);-moz-animation-name:flowinfromright;-moz-animation-timing-function:ease;-moz-animation-duration:350ms}.flow.out.reverse{-webkit-transform:translateX(100%);-webkit-animation-name:flowouttoright;-moz-transform:translateX(100%);-moz-animation-name:flowouttoright}.flow.in.reverse{-webkit-animation-name:flowinfromleft;-moz-animation-name:flowinfromleft}@-webkit-keyframes flowouttoleft{0%{-webkit-transform:translateX(0) scale(1)}60%,70%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(-100%) scale(.7)}}@-moz-keyframes flowouttoleft{0%{-moz-transform:translateX(0) scale(1)}60%,70%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(-100%) scale(.7)}}@-webkit-keyframes flowouttoright{0%{-webkit-transform:translateX(0) scale(1)}60%,70%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(100%) scale(.7)}}@-moz-keyframes flowouttoright{0%{-moz-transform:translateX(0) scale(1)}60%,70%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(100%) scale(.7)}}@-webkit-keyframes flowinfromleft{0%{-webkit-transform:translateX(-100%) scale(.7)}30%,40%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(0) scale(1)}}@-moz-keyframes flowinfromleft{0%{-moz-transform:translateX(-100%) scale(.7)}30%,40%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(0) scale(1)}}@-webkit-keyframes flowinfromright{0%{-webkit-transform:translateX(100%) scale(.7)}30%,40%{-webkit-transform:translateX(0) scale(.7)}100%{-webkit-transform:translateX(0) scale(1)}}@-moz-keyframes flowinfromright{0%{-moz-transform:translateX(100%) scale(.7)}30%,40%{-moz-transform:translateX(0) scale(.7)}100%{-moz-transform:translateX(0) scale(1)}}.ui-grid-a,.ui-grid-b,.ui-grid-c,.ui-grid-d{overflow:hidden}.ui-block-a,.ui-block-b,.ui-block-c,.ui-block-d,.ui-block-e{margin:0;padding:0;border:0;float:left;min-height:1px}.ui-grid-solo .ui-block-a{width:100%;float:none}.ui-grid-a .ui-block-a,.ui-grid-a .ui-block-b{width:50%}.ui-grid-a .ui-block-a{clear:left}.ui-grid-b .ui-block-a,.ui-grid-b .ui-block-b,.ui-grid-b .ui-block-c{width:33.333%}.ui-grid-b .ui-block-a{clear:left}.ui-grid-c .ui-block-a,.ui-grid-c .ui-block-b,.ui-grid-c .ui-block-c,.ui-grid-c .ui-block-d{width:25%}.ui-grid-c .ui-block-a{clear:left}.ui-grid-d .ui-block-a,.ui-grid-d .ui-block-b,.ui-grid-d .ui-block-c,.ui-grid-d .ui-block-d,.ui-grid-d .ui-block-e{width:20%}.ui-grid-d .ui-block-a{clear:left}.ui-header-fixed,.ui-footer-fixed{left:0;right:0;width:100%;position:fixed;z-index:1000}.ui-header-fixed{top:0}.ui-footer-fixed{bottom:0}.ui-header-fullscreen,.ui-footer-fullscreen{opacity:.9}.ui-page-header-fixed{padding-top:2.5em}.ui-page-footer-fixed{padding-bottom:3em}.ui-page-header-fullscreen .ui-content,.ui-page-footer-fullscreen .ui-content{padding:0}.ui-fixed-hidden{position:absolute}.ui-page-header-fullscreen .ui-fixed-hidden,.ui-page-footer-fullscreen .ui-fixed-hidden{left:-99999em}.ui-header-fixed .ui-btn,.ui-footer-fixed .ui-btn{z-index:10}.ui-navbar{overflow:hidden}.ui-navbar ul,.ui-navbar-expanded ul{list-style:none;padding:0;margin:0;position:relative;display:block;border:0}.ui-navbar-collapsed ul{float:left;width:75%;margin-right:-2px}.ui-navbar-collapsed .ui-navbar-toggle{float:left;width:25%}.ui-navbar li.ui-navbar-truncate{position:absolute;left:-9999px;top:-9999px}.ui-navbar li .ui-btn,.ui-navbar .ui-navbar-toggle .ui-btn{display:block;font-size:12px;text-align:center;margin:0;border-right-width:0;max-width:100%}.ui-navbar li .ui-btn{margin-right:-1px}.ui-navbar li .ui-btn:last-child{margin-right:0}.ui-header .ui-navbar li .ui-btn,.ui-header .ui-navbar .ui-navbar-toggle .ui-btn,.ui-footer .ui-navbar li .ui-btn,.ui-footer .ui-navbar .ui-navbar-toggle .ui-btn{border-top-width:0;border-bottom-width:0}.ui-navbar .ui-btn-inner{padding-left:2px;padding-right:2px}.ui-navbar-noicons li .ui-btn .ui-btn-inner,.ui-navbar-noicons .ui-navbar-toggle .ui-btn-inner{padding-top:.8em;padding-bottom:.9em}.ui-navbar-expanded .ui-btn{margin:0;font-size:14px}.ui-navbar-expanded .ui-btn-inner{padding-left:5px;padding-right:5px}.ui-navbar-expanded .ui-btn-icon-top .ui-btn-inner{padding:45px 5px 15px;text-align:center}.ui-navbar-expanded .ui-btn-icon-top .ui-icon{top:15px}.ui-navbar-expanded .ui-btn-icon-bottom .ui-btn-inner{padding:15px 5px 45px;text-align:center}.ui-navbar-expanded .ui-btn-icon-bottom .ui-icon{bottom:15px}.ui-navbar-expanded li .ui-btn .ui-btn-inner{min-height:2.5em}.ui-navbar-expanded .ui-navbar-noicons .ui-btn .ui-btn-inner{padding-top:1.8em;padding-bottom:1.9em}.ui-btn{display:block;text-align:center;cursor:pointer;position:relative;margin:.5em 5px;padding:0}.ui-mini{margin:.25em 5px}.ui-btn-inner{padding:.6em 20px;min-width:.75em;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;position:relative;zoom:1}.ui-btn input,.ui-btn button{z-index:2}.ui-btn-left,.ui-btn-right,.ui-btn-inline{display:inline-block}.ui-btn-block{display:block}.ui-header .ui-btn,.ui-footer .ui-btn{display:inline-block;margin:0}.ui-header .ui-btn-inner,.ui-footer .ui-btn-inner,.ui-mini .ui-btn-inner{font-size:12.5px;padding:.55em 11px .5em}.ui-header .ui-fullsize .ui-btn-inner,.ui-footer .ui-fullsize .ui-btn-inner{font-size:16px;padding:.6em 25px}.ui-btn-icon-notext{width:24px;height:24px}.ui-btn-icon-notext .ui-btn-inner{padding:0;height:100%}.ui-btn-icon-notext .ui-btn-inner .ui-icon{margin:2px 1px 2px 3px}.ui-btn-text{position:relative;z-index:1;width:100%}.ui-btn-icon-notext .ui-btn-text{position:absolute;left:-9999px}.ui-btn-icon-left .ui-btn-inner{padding-left:40px}.ui-btn-icon-right .ui-btn-inner{padding-right:40px}.ui-btn-icon-top .ui-btn-inner{padding-top:40px}.ui-btn-icon-bottom .ui-btn-inner{padding-bottom:40px}.ui-header .ui-btn-icon-left .ui-btn-inner,.ui-footer .ui-btn-icon-left .ui-btn-inner,.ui-mini .ui-btn-icon-left .ui-btn-inner{padding-left:30px}.ui-header .ui-btn-icon-right .ui-btn-inner,.ui-footer .ui-btn-icon-right .ui-btn-inner,.ui-mini .ui-btn-icon-right .ui-btn-inner{padding-right:30px}.ui-header .ui-btn-icon-top .ui-btn-inner,.ui-footer .ui-btn-icon-top .ui-btn-inner,.ui-mini .ui-btn-icon-top .ui-btn-inner{padding:30px 3px .5em 3px}.ui-header .ui-btn-icon-bottom .ui-btn-inner,.ui-footer .ui-btn-icon-bottom .ui-btn-inner,.ui-mini .ui-btn-icon-bottom .ui-btn-inner{padding:.55em 3px 30px 3px}.ui-btn-icon-notext .ui-icon{display:block;z-index:0}.ui-btn-icon-left .ui-btn-inner .ui-icon,.ui-btn-icon-right .ui-btn-inner .ui-icon{position:absolute;top:50%;margin-top:-9px}.ui-btn-icon-top .ui-btn-inner .ui-icon,.ui-btn-icon-bottom .ui-btn-inner .ui-icon{position:absolute;left:50%;margin-left:-9px}.ui-btn-icon-left .ui-icon{left:10px}.ui-btn-icon-right .ui-icon{right:10px}.ui-btn-icon-top .ui-icon{top:10px}.ui-btn-icon-bottom .ui-icon{top:auto;bottom:10px}.ui-header .ui-btn-icon-left .ui-icon,.ui-footer .ui-btn-icon-left .ui-icon,.ui-mini.ui-btn-icon-left .ui-icon,.ui-mini .ui-btn-icon-left .ui-icon{left:5px}.ui-header .ui-btn-icon-right .ui-icon,.ui-footer .ui-btn-icon-right .ui-icon,.ui-mini.ui-btn-icon-right .ui-icon,.ui-mini .ui-btn-icon-right .ui-icon{right:5px}.ui-header .ui-btn-icon-top .ui-icon,.ui-footer .ui-btn-icon-top .ui-icon,.ui-mini.ui-btn-icon-top .ui-icon,.ui-mini .ui-btn-icon-top .ui-icon{top:5px}.ui-header .ui-btn-icon-bottom .ui-icon,.ui-footer .ui-btn-icon-bottom .ui-icon,.ui-mini.ui-btn-icon-bottom .ui-icon,.ui-mini .ui-btn-icon-bottom .ui-icon{bottom:5px}.ui-btn-hidden{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-appearance:button;opacity:.1;cursor:pointer;background:#fff;background:rgba(255,255,255,0);filter:Alpha(Opacity=.0001);font-size:1px;border:0;text-indent:-9999px}.ui-collapsible{margin:.5em 0}.ui-collapsible-heading{font-size:16px;display:block;margin:0 -8px;padding:0;border-width:0 0 1px 0;position:relative}.ui-collapsible-heading a{text-align:left;margin:0}.ui-collapsible-heading .ui-btn-inner,.ui-collapsible-heading .ui-btn-icon-left .ui-btn-inner{padding-left:40px}.ui-collapsible-heading .ui-btn-icon-right .ui-btn-inner{padding-left:12px;padding-right:40px}.ui-collapsible-heading .ui-btn-icon-top .ui-btn-inner,.ui-collapsible-heading .ui-btn-icon-bottom .ui-btn-inner{padding-right:40px;text-align:center}.ui-collapsible-heading a span.ui-btn{position:absolute;left:6px;top:50%;margin:-12px 0 0 0;width:20px;height:20px;padding:1px 0 1px 2px;text-indent:-9999px}.ui-collapsible-heading a span.ui-btn .ui-btn-inner{padding:10px 0}.ui-collapsible-heading a span.ui-btn .ui-icon{left:0;margin-top:-10px}.ui-collapsible-heading-status{position:absolute;top:-9999px;left:0}.ui-collapsible-content{display:block;margin:0 -8px;padding:10px 16px;border-top:0;background-image:none;font-weight:normal}.ui-collapsible-content-collapsed{display:none}.ui-collapsible-set{margin:.5em 0}.ui-collapsible-set .ui-collapsible{margin:-1px 0 0}.ui-controlgroup,fieldset.ui-controlgroup{padding:0;margin:0 0 .5em;zoom:1}.ui-bar .ui-controlgroup{margin:0 .3em}.ui-controlgroup-label{font-size:16px;line-height:1.4;font-weight:normal;margin:0 0 .4em}.ui-controlgroup-controls{display:block;width:100%}.ui-controlgroup li{list-style:none}.ui-controlgroup-vertical .ui-btn,.ui-controlgroup-vertical .ui-checkbox,.ui-controlgroup-vertical .ui-radio{margin:0;border-bottom-width:0}.ui-controlgroup-controls label.ui-select{position:absolute;left:-9999px}.ui-controlgroup-vertical .ui-controlgroup-last{border-bottom-width:1px}.ui-controlgroup-horizontal{padding:0}.ui-controlgroup-horizontal .ui-btn-inner{text-align:center}.ui-controlgroup-horizontal .ui-btn,.ui-controlgroup-horizontal .ui-select{display:inline-block;margin:0 -6px 0 0}.ui-controlgroup-horizontal .ui-checkbox,.ui-controlgroup-horizontal .ui-radio{float:left;clear:none;margin:0 -1px 0 0}.ui-controlgroup-horizontal .ui-checkbox .ui-btn,.ui-controlgroup-horizontal .ui-radio .ui-btn,.ui-controlgroup-horizontal .ui-checkbox:last-child,.ui-controlgroup-horizontal .ui-radio:last-child{margin-right:0}.ui-controlgroup-horizontal .ui-controlgroup-last{margin-right:0}.ui-controlgroup .ui-checkbox label,.ui-controlgroup .ui-radio label{font-size:16px}@media all and (min-width:450px){.ui-field-contain .ui-controlgroup-label{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain .ui-controlgroup-controls{width:60%;display:inline-block}.ui-field-contain .ui-controlgroup .ui-select{width:100%}.ui-field-contain .ui-controlgroup-horizontal .ui-select{width:auto}}.ui-dialog{background:none!important}.ui-dialog-contain{width:92.5%;max-width:500px;margin:10% auto 15px auto;padding:0}.ui-dialog .ui-header{margin-top:15%;border:0;overflow:hidden}.ui-dialog .ui-header,.ui-dialog .ui-content,.ui-dialog .ui-footer{display:block;position:relative;width:auto}.ui-dialog .ui-header,.ui-dialog .ui-footer{z-index:10;padding:0}.ui-dialog .ui-footer{padding:0 15px}.ui-dialog .ui-content{padding:15px}.ui-dialog{margin-top:-15px}.ui-checkbox,.ui-radio{position:relative;clear:both;margin:.2em 0 .5em;z-index:1}.ui-checkbox .ui-btn,.ui-radio .ui-btn{margin:0;text-align:left;z-index:2}.ui-checkbox .ui-btn-inner,.ui-radio .ui-btn-inner{white-space:normal}.ui-checkbox .ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-btn-icon-left .ui-btn-inner{padding-left:45px}.ui-checkbox .ui-mini.ui-btn-icon-left .ui-btn-inner,.ui-radio .ui-mini.ui-btn-icon-left .ui-btn-inner{padding-left:36px}.ui-checkbox .ui-btn-icon-right .ui-btn-inner,.ui-radio .ui-btn-icon-right .ui-btn-inner{padding-right:45px}.ui-checkbox .ui-mini.ui-btn-icon-right .ui-btn-inner,.ui-radio .ui-mini.ui-btn-icon-right .ui-btn-inner{padding-right:36px}.ui-checkbox .ui-btn-icon-top .ui-btn-inner,.ui-radio .ui-btn-icon-top .ui-btn-inner{padding-right:0;padding-left:0;text-align:center}.ui-checkbox .ui-btn-icon-bottom .ui-btn-inner,.ui-radio .ui-btn-icon-bottom .ui-btn-inner{padding-right:0;padding-left:0;text-align:center}.ui-checkbox .ui-icon,.ui-radio .ui-icon{top:1.1em}.ui-checkbox .ui-btn-icon-left .ui-icon,.ui-radio .ui-btn-icon-left .ui-icon{left:15px}.ui-checkbox .ui-mini.ui-btn-icon-left .ui-icon,.ui-radio .ui-mini.ui-btn-icon-left .ui-icon{left:9px}.ui-checkbox .ui-btn-icon-right .ui-icon,.ui-radio .ui-btn-icon-right .ui-icon{right:15px}.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon,.ui-radio .ui-mini.ui-btn-icon-right .ui-icon{right:9px}.ui-checkbox .ui-btn-icon-top .ui-icon,.ui-radio .ui-btn-icon-top .ui-icon{top:10px}.ui-checkbox .ui-btn-icon-bottom .ui-icon,.ui-radio .ui-btn-icon-bottom .ui-icon{top:auto;bottom:10px}.ui-checkbox .ui-btn-icon-right .ui-icon,.ui-radio .ui-btn-icon-right .ui-icon{right:15px}.ui-checkbox .ui-mini.ui-btn-icon-right .ui-icon,.ui-radio .ui-mini.ui-btn-icon-right .ui-icon{right:9px}.ui-checkbox input,.ui-radio input{position:absolute;left:20px;top:50%;width:10px;height:10px;margin:-5px 0 0 0;outline:0!important;z-index:1}.ui-field-contain,fieldset.ui-field-contain{padding:.8em 0;margin:0;border-width:0 0 1px 0;overflow:visible}.ui-field-contain:first-child{border-top-width:0}.ui-header .ui-field-contain-left,.ui-header .ui-field-contain-right{position:absolute;top:0;width:25%}.ui-header .ui-field-contain-left{left:1em}.ui-header .ui-field-contain-right{right:1em}@media all and (min-width:450px){.ui-field-contain,.ui-mobile fieldset.ui-field-contain{border-width:0;padding:0;margin:1em 0}}.ui-select{display:block;position:relative}.ui-select select{position:absolute;left:-9999px;top:-9999px}.ui-select .ui-btn{overflow:hidden;opacity:1;margin:0}.ui-select .ui-btn select{cursor:pointer;-webkit-appearance:button;left:0;top:0;width:100%;min-height:1.5em;min-height:100%;height:3em;max-height:100%;opacity:0;-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0);z-index:2}.ui-select .ui-disabled{opacity:.3}@-moz-document url-prefix(){.ui-select .ui-btn select{opacity:.0001}}.ui-select .ui-btn select.ui-select-nativeonly{opacity:1;text-indent:0}.ui-select .ui-btn-icon-right .ui-btn-inner{padding-right:45px}.ui-select .ui-btn-icon-right .ui-icon{right:15px}.ui-select .ui-mini.ui-btn-icon-right .ui-icon{right:7px}label.ui-select{font-size:16px;line-height:1.4;font-weight:normal;margin:0 0 .3em;display:block}.ui-select .ui-btn-text,.ui-selectmenu .ui-btn-text{display:block;min-height:1em;overflow:hidden!important}.ui-select .ui-btn-text{text-overflow:ellipsis}.ui-selectmenu{position:absolute;padding:0;z-index:1100!important;width:80%;max-width:350px;padding:6px}.ui-selectmenu .ui-listview{margin:0}.ui-selectmenu .ui-btn.ui-li-divider{cursor:default}.ui-selectmenu-hidden{top:-9999px;left:-9999px}.ui-selectmenu-screen{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.ui-screen-hidden,.ui-selectmenu-list .ui-li .ui-icon{display:none}.ui-selectmenu-list .ui-li .ui-icon{display:block}.ui-li.ui-selectmenu-placeholder{display:none}.ui-selectmenu .ui-header .ui-title{margin:.6em 46px .8em}@media all and (min-width:450px){.ui-field-contain label.ui-select{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain .ui-select{width:60%;display:inline-block}}.ui-selectmenu .ui-header h1:after{content:'.';visibility:hidden}label.ui-input-text{font-size:16px;line-height:1.4;display:block;font-weight:normal;margin:0 0 .3em}input.ui-input-text,textarea.ui-input-text{background-image:none;padding:.4em;line-height:1.4;font-size:16px;display:block;width:97%;outline:0}.ui-header input.ui-input-text,.ui-footer input.ui-input-text{margin-left:1.25%;padding:.4em 1%;width:95.5%}input.ui-input-text{-webkit-appearance:none}textarea.ui-input-text{height:50px;-webkit-transition:height 200ms linear;-moz-transition:height 200ms linear;-o-transition:height 200ms linear;transition:height 200ms linear}.ui-input-search{padding:0 30px;background-image:none;position:relative}.ui-icon-searchfield:after{position:absolute;left:7px;top:50%;margin-top:-9px;content:"";width:18px;height:18px;opacity:.5}.ui-input-search input.ui-input-text{border:0;width:98%;padding:.4em 0;margin:0;display:block;background:transparent none;outline:0!important}.ui-input-search .ui-input-clear{position:absolute;right:0;top:50%;margin-top:-13px}.ui-mini .ui-input-clear{right:-3px}.ui-input-search .ui-input-clear-hidden{display:none}input.ui-mini,.ui-mini input,textarea.ui-mini{font-size:14px}textarea.ui-mini{height:45px}@media all and (min-width:450px){.ui-field-contain label.ui-input-text{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain input.ui-input-text,.ui-field-contain textarea.ui-input-text,.ui-field-contain .ui-input-search{width:60%;display:inline-block}.ui-field-contain .ui-input-search{width:50%}.ui-hide-label input.ui-input-text,.ui-hide-label textarea.ui-input-text,.ui-hide-label .ui-input-search{padding:.4em;width:97%}.ui-input-search input.ui-input-text{width:98%}}.ui-listview{margin:0;counter-reset:listnumbering}.ui-content .ui-listview{margin:-15px}.ui-content .ui-listview-inset{margin:1em 0}.ui-listview,.ui-li{list-style:none;padding:0}.ui-li,.ui-li.ui-field-contain{display:block;margin:0;position:relative;overflow:visible;text-align:left;border-width:0;border-top-width:1px}.ui-li .ui-btn-text a.ui-link-inherit{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-li-divider,.ui-li-static{padding:.5em 15px;font-size:14px;font-weight:bold}.ui-li-divider{counter-reset:listnumbering}ol.ui-listview .ui-link-inherit:before,ol.ui-listview .ui-li-static:before,.ui-li-dec{font-size:.8em;display:inline-block;padding-right:.3em;font-weight:normal;counter-increment:listnumbering;content:counter(listnumbering) ". "}ol.ui-listview .ui-li-jsnumbering:before{content:""!important}.ui-listview-inset .ui-li{border-right-width:1px;border-left-width:1px}.ui-li:last-child,.ui-li.ui-field-contain:last-child{border-bottom-width:1px}.ui-li>.ui-btn-inner{display:block;position:relative;padding:0}.ui-li .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li{padding:.7em 15px .7em 15px;display:block}.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-thumb{min-height:60px;padding-left:100px}.ui-li-has-icon .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-icon{min-height:20px;padding-left:40px}.ui-li-has-count .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-count{padding-right:45px}.ui-li-has-arrow .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-arrow{padding-right:30px}.ui-li-has-arrow.ui-li-has-count .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-arrow.ui-li-has-count{padding-right:75px}.ui-li-has-count .ui-btn-text{padding-right:15px}.ui-li-heading{font-size:16px;font-weight:bold;display:block;margin:.6em 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-li-desc{font-size:12px;font-weight:normal;display:block;margin:-.5em 0 .6em;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ui-li-thumb,.ui-listview .ui-li-icon{position:absolute;left:1px;top:0;max-height:80px;max-width:80px}.ui-listview .ui-li-icon{max-height:40px;max-width:40px;left:10px;top:.9em}.ui-li-thumb,.ui-listview .ui-li-icon,.ui-li-content{float:left;margin-right:10px}.ui-li-aside{float:right;width:50%;text-align:right;margin:.3em 0}@media all and (min-width:480px){.ui-li-aside{width:45%}}.ui-li-divider{cursor:default}.ui-li-has-alt .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-alt{padding-right:95px}.ui-li-has-count .ui-li-count{position:absolute;font-size:11px;font-weight:bold;padding:.2em .5em;top:50%;margin-top:-.9em;right:48px}.ui-li-divider .ui-li-count,.ui-li-static .ui-li-count{right:10px}.ui-li-has-alt .ui-li-count{right:55px}.ui-li-link-alt{position:absolute;width:40px;height:100%;border-width:0;border-left-width:1px;top:0;right:0;margin:0;padding:0;z-index:2}.ui-li-link-alt .ui-btn{overflow:hidden;position:absolute;right:8px;top:50%;margin:-11px 0 0 0;border-bottom-width:1px;z-index:-1}.ui-li-link-alt .ui-btn-inner{padding:0;height:100%;position:absolute;width:100%;top:0;left:0}.ui-li-link-alt .ui-btn .ui-icon{right:50%;margin-right:-9px}.ui-listview * .ui-btn-inner>.ui-btn>.ui-btn-inner{border-top:0}.ui-listview-filter{border-width:0;overflow:hidden;margin:-15px -15px 15px -15px}.ui-listview-filter .ui-input-search{margin:5px;width:auto;display:block}.ui-listview-filter-inset{margin:-15px -5px -15px -5px;background:transparent}.ui-li.ui-screen-hidden{display:none}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.ui-li .ui-btn-text{overflow:visible}}label.ui-slider{font-size:16px;line-height:1.4;font-weight:normal;margin:0 0 .3em;display:block}input.ui-slider-input,.ui-field-contain input.ui-slider-input{display:inline-block;width:50px}select.ui-slider-switch{display:none}div.ui-slider{position:relative;display:inline-block;overflow:visible;height:15px;padding:0;margin:0 2% 0 20px;top:4px;width:65%}div.ui-slider-mini{height:12px;margin-left:10px}div.ui-slider-bg{border:0;height:100%;padding-right:8px}.ui-controlgroup a.ui-slider-handle,a.ui-slider-handle{position:absolute;z-index:1;top:50%;width:28px;height:28px;margin-top:-15px;margin-left:-15px;outline:0}a.ui-slider-handle .ui-btn-inner{padding:0;height:100%}div.ui-slider-mini a.ui-slider-handle{height:14px;width:14px;margin:-8px 0 0 -7px}div.ui-slider-mini a.ui-slider-handle .ui-btn-inner{height:30px;width:30px;padding:0;margin:-9px 0 0 -9px}@media all and (min-width:450px){.ui-field-contain label.ui-slider{vertical-align:top;display:inline-block;width:20%;margin:0 2% 0 0}.ui-field-contain div.ui-slider{width:43%}.ui-field-contain div.ui-slider-switch{width:5.5em}}div.ui-slider-switch{height:32px;margin-left:0;width:5.8em}a.ui-slider-handle-snapping{-webkit-transition:left 70ms linear;-moz-transition:left 70ms linear}div.ui-slider-switch .ui-slider-handle{margin-top:1px}.ui-slider-inneroffset{margin:0 16px;position:relative;z-index:1}div.ui-slider-switch.ui-slider-mini{width:5em;height:29px}div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset{margin:0 15px 0 14px}div.ui-slider-switch.ui-slider-mini .ui-slider-handle{width:25px;height:25px;margin:1px 0 0 -13px}div.ui-slider-switch.ui-slider-mini a.ui-slider-handle .ui-btn-inner{height:30px;width:30px;padding:0;margin:0}span.ui-slider-label{position:absolute;text-align:center;width:100%;overflow:hidden;font-size:16px;top:0;line-height:2;min-height:100%;border-width:0;white-space:nowrap}.ui-slider-mini span.ui-slider-label{font-size:14px}span.ui-slider-label-a{z-index:1;left:0;text-indent:-1.5em}span.ui-slider-label-b{z-index:0;right:0;text-indent:1.5em}.ui-slider-inline{width:120px;display:inline-block}

/*
//
// reports */

body {
  min-width: 320px;
}

#page {
  min-height: 480px;
}

/* hack for poor web-kit %33.3333 calculation */
#page div.ui-navbar li {
  width: 33%
}

/* hack for poor web-kit %33.3333 calculation */
#page div.ui-navbar li.ui-block-b {
  width: 34%
}

#page div#selectors {
  margin: 10px 10px;
}

#page div#content{
  margin: 0;
  padding: 0;
  min-height: 100%;
}

#page fieldset#date {
  width: 330px;
  margin: 12px auto;
}

#page div#result_count {
  margin: 10px auto;
}

#page div#map {
  height: 0;
  min-height: 350px; /* 350px is proper min hight for good UX in SAMSUNG I5500 */
}

#page fieldset#date > div.ui-btn span {
  padding-left: 8px;
  padding-right: 8px;
}

#page ul#events {
  margin: 0 10px;
  margin-bottom: 10px;
}

/*
//
// login */

#page form#login-form {
  margin: 10px;
}

#page img#logo {
  float: right;
  display: inline;
}

#page div.message {
  margin: 10px 10px;
}

#page div#headerbar h1{
  min-width: 140px;
  text-align: center;
}

/*
//
// home */

#page div#info h1 {
  text-align: center;
  margin-bottom: 0;
}

#page div#info {
    height: 45px;
}

#page div#info div#updating {
    background-color: transparent;
}

/*
//
// general */

#page a.ui-btn {
    text-decoration: none;
}




/* line 6, app/assets/stylesheets/leg_detail.scss */
.leg-detail__search-bar {
  background-color: #FFFFFF !important;
}

/* line 10, app/assets/stylesheets/leg_detail.scss */
.leg-detail__form-fields {
  margin-top: 10px;
  display: flex;
  width: 90%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 10, app/assets/stylesheets/leg_detail.scss */
  .leg-detail__form-fields {
    width: 80%;
  }
}

/* line 20, app/assets/stylesheets/leg_detail.scss */
.leg-detail__form-field {
  margin-left: 0px !important;
}

/* line 24, app/assets/stylesheets/leg_detail.scss */
.leg-detail__label {
  font-weight: bold;
  font-size: 12px !important;
}

/* line 29, app/assets/stylesheets/leg_detail.scss */
.leg-detail__actions {
  margin-right: 0px !important;
  width: 10%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 29, app/assets/stylesheets/leg_detail.scss */
  .leg-detail__actions {
    width: 20%;
  }
}
/* line 4, app/assets/stylesheets/locations.scss */
.locations {
  width: 95%;
  margin-bottom: 60px;
}

/* line 8, app/assets/stylesheets/locations.scss */
.locations__empty-state {
  margin-top: 100px;
}

/* line 12, app/assets/stylesheets/locations.scss */
.locations__content {
  margin-top: 20px;
}
/* line 7, app/assets/stylesheets/login.scss */
.html_login {
  height: 100%;
}

/* line 27, app/assets/stylesheets/login.scss */
.mobile__screen__login-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* line 34, app/assets/stylesheets/login.scss */
.mobile__screen__login-form-wrapper {
  width: 300px;
  position: relative;
  margin-bottom: 5%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 34, app/assets/stylesheets/login.scss */
  .mobile__screen__login-form-wrapper {
    width: 650px;
  }
}

@media only screen and (min-device-width: 1200px) {
  /* line 34, app/assets/stylesheets/login.scss */
  .mobile__screen__login-form-wrapper {
    width: 400px;
  }
}

/* line 48, app/assets/stylesheets/login.scss */
.mobile__screen__login__logo {
  margin-top: 16%;
  width: 200px;
  height: 60px;
  margin-bottom: 20px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 48, app/assets/stylesheets/login.scss */
  .mobile__screen__login__logo {
    width: 300px;
    margin-bottom: 40px;
  }
}

/* line 59, app/assets/stylesheets/login.scss */
.mobile__screen__login__logo img {
  width: 100%;
  height: auto;
}

/* line 65, app/assets/stylesheets/login.scss */
.mobile__screen__login-form {
  padding: 5%;
  border-radius: 4px;
  background-color: #FFFFFF;
  width: 90%;
  line-height: 30px;
  box-shadow: 0px 3px 20px -5px #000000;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 65, app/assets/stylesheets/login.scss */
  .mobile__screen__login-form {
    line-height: 50px;
  }
}

/* line 78, app/assets/stylesheets/login.scss */
.mobile__screen__login__special_message {
  min-width: 285px;
  width: 80%;
  text-align: center;
  border-radius: 5px;
  padding: 2%;
  background-color: #5F94C6;
  min-height: 55px;
  line-height: 22px;
  box-shadow: 0px 3px 20px -5px #000000;
  margin-bottom: 5%;
}

@media only screen and (min-device-width: 1200px) {
  /* line 78, app/assets/stylesheets/login.scss */
  .mobile__screen__login__special_message {
    width: 525px;
  }
}

/* line 94, app/assets/stylesheets/login.scss */
.mobile__screen__login__special_message__text {
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: 300;
  font-size: 12pt;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 94, app/assets/stylesheets/login.scss */
  .mobile__screen__login__special_message__text {
    font-size: 20px;
  }
}

/* line 150, app/assets/stylesheets/login.scss */
.login__link {
  text-decoration: none;
  color: #16549c !important;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 150, app/assets/stylesheets/login.scss */
  .login__link {
    font-size: 18px !important;
  }
}

/* line 158, app/assets/stylesheets/login.scss */
.login__link__right {
  margin-left: 20px;
}

/* line 161, app/assets/stylesheets/login.scss */
.login__link__right:hover {
  color: #29537E !important;
}

/* line 167, app/assets/stylesheets/login.scss */
.login-form {
  padding: 5%;
  border-radius: 10px 10px 0px 0px;
  background-color: #FFFFFF;
  line-height: 30px;
  height: 91%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 167, app/assets/stylesheets/login.scss */
  .login-form {
    line-height: 50px;
  }
}

/* line 182, app/assets/stylesheets/login.scss */
.login-form__table {
  margin: 2% 0 0 4%;
  width: 92%;
  border-spacing: 0px;
}

/* line 187, app/assets/stylesheets/login.scss */
.login-form__table th {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 5px;
  color: #2E6BB0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 187, app/assets/stylesheets/login.scss */
  .login-form__table th {
    font-size: 30px;
  }
}

/* line 199, app/assets/stylesheets/login.scss */
.login-form__table td {
  width: 100%;
  padding: 0 0 12px 0;
}

/* line 203, app/assets/stylesheets/login.scss */
.login-form__table td input[type="checkbox"] {
  vertical-align: middle;
}

/* line 208, app/assets/stylesheets/login.scss */
.login-form__table input {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background-color: #EDEDED;
  border: none;
  font-size: 15px;
  font-weight: 300;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 208, app/assets/stylesheets/login.scss */
  .login-form__table input {
    font-size: 20px;
  }
}

/* line 223, app/assets/stylesheets/login.scss */
.login-form__input {
  width: 100%;
  height: 38px;
  background-color: #EDEDED;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 223, app/assets/stylesheets/login.scss */
  .login-form__input {
    height: 50px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 242, app/assets/stylesheets/login.scss */
  .user_remember_me {
    height: 25px;
    width: 25px;
  }
}

/* line 277, app/assets/stylesheets/login.scss */
.login_flash_message {
  width: 92%;
  line-height: 23px;
  border-radius: 5px;
  text-align: center;
  list-style: none;
  color: #FFFFFF;
  font-size: 14px;
  padding: 8px;
}

/* line 287, app/assets/stylesheets/login.scss */
.login_flash_message--error {
  background-color: #E36B7B;
}

/* line 291, app/assets/stylesheets/login.scss */
.login_flash_message--success {
  background-color: #70AD45;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 277, app/assets/stylesheets/login.scss */
  .login_flash_message {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

/* line 329, app/assets/stylesheets/login.scss */
.login {
  margin: 0px auto;
}

/* line 333, app/assets/stylesheets/login.scss */
.login__btn {
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 5px;
  color: #FFFFFF !important;
  background-color: #2E6BB0 !important;
  height: 38px;
  font-size: 13px !important;
  font-weight: bold !important;
  margin-top: 5px;
  width: 48%;
  line-height: 33px;
}

/* line 347, app/assets/stylesheets/login.scss */
.login__btn--right {
  float: right;
  margin-left: 2%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 333, app/assets/stylesheets/login.scss */
  .login__btn {
    height: 50px;
    font-size: 20px !important;
    line-height: 50px;
  }
}

/* line 359, app/assets/stylesheets/login.scss */
.book_now {
  background: #fff;
  padding: 10px;
  width: 230px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
}

/* line 367, app/assets/stylesheets/login.scss */
.book_now:hover {
  background: #333;
  color: #fff;
}

/* line 373, app/assets/stylesheets/login.scss */
.book_now_1 {
  background: #2E6BB0;
  padding: 10px;
  width: 230px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  color: #fff !important;
}

/* line 382, app/assets/stylesheets/login.scss */
.book_now_1:hover {
  background: #333;
  color: #fff;
}

/* line 388, app/assets/stylesheets/login.scss */
.login_container {
  display: flex;
  min-height: 100vh;
  width: 90%;
  margin: 0px auto;
  align-items: center;
  justify-content: space-between;
}

/* line 396, app/assets/stylesheets/login.scss */
.login_container .login_left,
.login_container .login_center,
.login_container .login_right {
  flex: 1;
  border-radius: 10px;
  box-shadow: -2px -2px 56px -5px rgba(0, 0, 0, 0.44);
  -webkit-box-shadow: -2px -2px 56px -5px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: -2px -2px 56px -5px rgba(0, 0, 0, 0.44);
  margin: 0px 20px;
}

/* line 407, app/assets/stylesheets/login.scss */
.login_container .login_left,
.login_container .login_right {
  text-align: center;
}

/* line 409, app/assets/stylesheets/login.scss */
.login_container .login_left .content_item,
.login_container .login_right .content_item {
  padding: 2rem;
}

/* line 413, app/assets/stylesheets/login.scss */
.login_container .login_left h1,
.login_container .login_right h1 {
  color: #2E6BB0;
  padding: 0px;
  margin: 0px 0 30px 0;
}

/* line 418, app/assets/stylesheets/login.scss */
.login_container .login_left h1 p,
.login_container .login_right h1 p {
  color: #2E6BB0;
  padding: 0px;
  margin: 0px;
}

/* line 425, app/assets/stylesheets/login.scss */
.login_container .login_left p,
.login_container .login_right p {
  color: #fff;
  margin: 0px 0 30px 0;
}

/* line 430, app/assets/stylesheets/login.scss */
.login_container .login_left img,
.login_container .login_right img {
  margin-bottom: 30px;
  height: auto;
  max-width: 220px;
}

/* line 438, app/assets/stylesheets/login.scss */
.login_container .login_left.bg-blue-add,
.login_container .login_right.bg-blue-add {
  background: -webkit-linear-gradient(180deg, #f0f2fc 45%, #2e6bb0 40%);
  background: -o-linear-gradient(180deg, #f0f2fc 45%, #2e6bb0 40%);
  background: -moz-linear-gradient(180deg, #f0f2fc 45%, #2e6bb0 40%);
  background: linear-gradient(180deg, #f0f2fc 45%, #2e6bb0 40%);
}

/* line 445, app/assets/stylesheets/login.scss */
.login_container .login_left.bg-gray-add,
.login_container .login_right.bg-gray-add {
  background: -webkit-linear-gradient(180deg, #f0f2fc 45%, gray 40%);
  background: -o-linear-gradient(180deg, #f0f2fc 45%, gray 40%);
  background: -moz-linear-gradient(180deg, #f0f2fc 45%, gray 40%);
  background: linear-gradient(180deg, #f0f2fc 45%, gray 40%);
}

/* line 453, app/assets/stylesheets/login.scss */
.login_container .login_left {
  background: #fff;
  order: 1;
}

/* line 458, app/assets/stylesheets/login.scss */
.login_container .login_center {
  background: #fff;
  order: 2;
}

/* line 462, app/assets/stylesheets/login.scss */
.login_container .login_center .login__logo {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

/* line 467, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container {
  padding: 2rem;
}

/* line 470, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container h1 {
  font-size: 20px;
  margin: 0px 0 20px;
  padding: 0px;
  color: #2E6BB0;
}

/* line 476, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container h1 p {
  color: #2E6BB0;
  padding: 0px;
  margin: 0px;
}

/* line 483, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container input {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background-color: #EDEDED;
  border: none;
  font-size: 15px;
  font-weight: 300;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* line 494, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container .login-form__input {
  width: 100%;
  height: 38px;
  background-color: #EDEDED !important;
}

/* line 500, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container .login__text-small {
  font-weight: 300;
  color: #4B4B4B;
  font-size: 12px;
}

/* line 506, app/assets/stylesheets/login.scss */
.login_container .login_center .login-form-container .fpassword {
  display: block;
  margin-bottom: 15px;
}

/* line 512, app/assets/stylesheets/login.scss */
.login_container .login_center .login_des {
  background: #2e6bb0;
  padding: 2rem;
  margin: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 519, app/assets/stylesheets/login.scss */
.login_container .login_center .login_des p {
  padding: 0px;
  margin: 0px;
  color: #fff;
  text-align: center;
  line-height: 19px;
}

/* line 529, app/assets/stylesheets/login.scss */
.login_container .login_center_solo {
  background: #fff;
  flex: inherit;
  width: 400px;
  margin: 0px auto !important;
  border-radius: 10px;
  order: 2;
}

/* line 537, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login__logo {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

/* line 542, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login-form-container {
  padding: 2rem;
}

/* line 545, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login-form-container h1 {
  font-size: 20px;
  margin: 0px 0 20px;
  padding: 0px;
  color: #2E6BB0;
}

/* line 552, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login-form-container input {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  background-color: #EDEDED;
  border: none;
  font-size: 15px;
  font-weight: 300;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* line 563, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login-form-container .login-form__input {
  width: 100%;
  height: 38px;
  background-color: #EDEDED !important;
}

/* line 569, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login-form-container .login__text-small {
  font-weight: 300;
  color: #4B4B4B;
  font-size: 12px;
}

/* line 575, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login-form-container .fpassword {
  display: block;
  margin-bottom: 15px;
}

/* line 581, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login_des {
  background: #2e6bb0;
  padding: 2rem;
  margin: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 588, app/assets/stylesheets/login.scss */
.login_container .login_center_solo .login_des p {
  padding: 0px;
  margin: 0px;
  color: #fff;
  text-align: center;
  line-height: 19px;
}

/* line 598, app/assets/stylesheets/login.scss */
.login_container .login_right {
  background: #fff;
  order: 3;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 605, app/assets/stylesheets/login.scss */
  .login_container {
    flex-wrap: wrap;
    width: 70%;
    margin: 0px auto;
  }
  /* line 610, app/assets/stylesheets/login.scss */
  .login_container .login_left,
.login_container .login_center,
.login_container .login_right {
    flex: 1 1 100%;
    margin: 10px 0px;
  }
  /* line 617, app/assets/stylesheets/login.scss */
  .login_container .login_left {
    background: #fff;
    order: 2;
  }
  /* line 622, app/assets/stylesheets/login.scss */
  .login_container .login_center {
    background: #fff;
    order: 1;
  }
  /* line 627, app/assets/stylesheets/login.scss */
  .login_container .login_center_solo {
    width: 100%;
  }
  /* line 631, app/assets/stylesheets/login.scss */
  .login_container .login_right {
    background: #fff;
    order: 3;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* line 639, app/assets/stylesheets/login.scss */
  .login_container {
    flex-wrap: wrap;
    width: 98%;
    margin: 0px auto;
  }
  /* line 644, app/assets/stylesheets/login.scss */
  .login_container .login_left,
.login_container .login_center,
.login_container .login_right {
    flex: 1;
    margin: 0px 10px;
  }
  /* line 651, app/assets/stylesheets/login.scss */
  .login_container .login_left {
    background: #fff;
    order: 1;
  }
  /* line 656, app/assets/stylesheets/login.scss */
  .login_container .login_center {
    background: #fff;
    order: 2;
  }
  /* line 661, app/assets/stylesheets/login.scss */
  .login_container .login_center_solo {
    width: 50%;
  }
  /* line 665, app/assets/stylesheets/login.scss */
  .login_container .login_right {
    background: #fff;
    order: 3;
  }
}
/* line 11, app/assets/stylesheets/maintenance.scss */
.show-maintenance {
  margin-top: 20px;
  margin-bottom: 60px;
  width: 95%;
}

/* line 16, app/assets/stylesheets/maintenance.scss */
.show-maintenance__back-arrow {
  font-size: 20px !important;
  color: #FF8840;
  padding-right: 5px;
}

/* line 23, app/assets/stylesheets/maintenance.scss */
.show-maintenance-form {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  margin-top: 30px;
}

/* line 33, app/assets/stylesheets/maintenance.scss */
.show-maintenance-form__row {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 38, app/assets/stylesheets/maintenance.scss */
.show-maintenance-form__data {
  width: 140px;
  margin-left: 0px;
  font-family: Roboto;
  font-size: 15px;
}

/* line 45, app/assets/stylesheets/maintenance.scss */
.show-maintenance-form__label {
  font-size: 15px;
  margin-left: 0px;
  width: 130px;
}

/* line 51, app/assets/stylesheets/maintenance.scss */
.show-maintenance-form__reset {
  width: 100px;
}

/* line 57, app/assets/stylesheets/maintenance.scss */
.maintenance-empty-state {
  margin-top: 40px;
}

/* line 60, app/assets/stylesheets/maintenance.scss */
.maintenance-empty-state__logo {
  padding-top: 50px;
  margin-bottom: 10px;
}

/* line 65, app/assets/stylesheets/maintenance.scss */
.maintenance-empty-state__title {
  padding-top: 10px;
}

/* line 70, app/assets/stylesheets/maintenance.scss */
.maintenance {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 75, app/assets/stylesheets/maintenance.scss */
.maintenance__width-large {
  width: 103%;
}

/* line 79, app/assets/stylesheets/maintenance.scss */
.maintenance__form {
  margin: 20px 0px;
}

/* line 82, app/assets/stylesheets/maintenance.scss */
.maintenance__form__item {
  position: relative;
  margin: 0px;
}

/* line 87, app/assets/stylesheets/maintenance.scss */
.maintenance__form__title {
  color: #4B4B4B;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}

/* line 93, app/assets/stylesheets/maintenance.scss */
.maintenance__form__title--bottom {
  margin-top: 10px;
}

/* line 98, app/assets/stylesheets/maintenance.scss */
.maintenance__form__column {
  margin: 20px 20px 30px 20px;
  width: 25%;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 98, app/assets/stylesheets/maintenance.scss */
  .maintenance__form__column {
    width: 30%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 108, app/assets/stylesheets/maintenance.scss */
  .maintenance__form__column--status-filter {
    width: 15%;
  }
}

/* line 114, app/assets/stylesheets/maintenance.scss */
.maintenance__form__column--button-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 114, app/assets/stylesheets/maintenance.scss */
  .maintenance__form__column--button-container {
    width: 15%;
  }
}

/* line 127, app/assets/stylesheets/maintenance.scss */
.maintenance__form__select__caret {
  margin-top: 10px;
}

/* line 135, app/assets/stylesheets/maintenance.scss */
.maintenance__table tbody > tr > td:nth-child(4) {
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/maintenance.scss */
.maintenance__table .row-completed > td:nth-child(4) {
  color: #1E824C;
}

/* line 146, app/assets/stylesheets/maintenance.scss */
.maintenance__table .row-due > td:nth-child(4) {
  color: #D35400;
}

/* line 151, app/assets/stylesheets/maintenance.scss */
.maintenance__table .row-pastdue {
  background-color: #E6C9CD !important;
}

/* line 154, app/assets/stylesheets/maintenance.scss */
.maintenance__table .row-pastdue > td:nth-child(4) {
  color: #CF000F;
}

/* line 160, app/assets/stylesheets/maintenance.scss */
.maintenance__table .row-ok > td:nth-child(4) {
  color: #1E824C;
}

/* line 166, app/assets/stylesheets/maintenance.scss */
.maintenance__table .row-pending > td:nth-child(4) {
  color: #2A69B2;
}

/* line 172, app/assets/stylesheets/maintenance.scss */
.maintenance__empty-state {
  margin-top: 40px;
}

/* line 176, app/assets/stylesheets/maintenance.scss */
.maintenance__entries {
  text-align: center;
}
/* line 4, app/assets/stylesheets/maps.scss */
.infobox {
  width: 330px !important;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #979797;
  background-color: #FFFFFF;
}

/* line 10, app/assets/stylesheets/maps.scss */
.infobox img {
  height: 9px;
  width: 9px;
  padding: 4px 4px 0 0;
}

/* line 16, app/assets/stylesheets/maps.scss */
.infobox:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 130px;
}

/* line 29, app/assets/stylesheets/maps.scss */
.tt_container {
  margin-bottom: 10px;
  min-height: 90px;
}

/* line 34, app/assets/stylesheets/maps.scss */
.tt_container__sidebar {
  position: absolute;
  height: 100%;
  background-color: #5F94C6;
  color: #FFFFFF;
  font-size: 20px;
  float: left;
  width: 120px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 45, app/assets/stylesheets/maps.scss */
.tt_container__sidebar__date_container {
  margin-left: 12px;
  line-height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}

/* line 52, app/assets/stylesheets/maps.scss */
.tt_container__sidebar__date_container--small {
  line-height: 20px;
  margin-top: -33px;
}

/* line 58, app/assets/stylesheets/maps.scss */
.tt_container__sidebar__text_container {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -12px;
}

/* line 67, app/assets/stylesheets/maps.scss */
.tt_container__body {
  float: left;
  width: 180px;
  padding-left: 10px;
  padding-top: 10px;
  margin-left: 120px;
}

/* line 74, app/assets/stylesheets/maps.scss */
.tt_container__body--small {
  width: 142px;
}

/* line 78, app/assets/stylesheets/maps.scss */
.tt_container__body__text {
  font-size: 12px;
}

/* line 82, app/assets/stylesheets/maps.scss */
.tt_container__body__text-small {
  color: #979797;
  font-size: 13px;
  padding-top: 0px;
}

/* line 88, app/assets/stylesheets/maps.scss */
.tt_container__body__name {
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #29537E;
  font-weight: bold;
}

/* line 97, app/assets/stylesheets/maps.scss */
.tt_container__body__link {
  color: #16549c !important;
  text-decoration: none;
}

/* line 101, app/assets/stylesheets/maps.scss */
.tt_container__body__link--large {
  overflow-wrap: break-word;
}

/* line 107, app/assets/stylesheets/maps.scss */
.geocode {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 107, app/assets/stylesheets/maps.scss */
  .geocode {
    max-width: 100px;
    margin-left: 0px;
  }
}

/* line 119, app/assets/stylesheets/maps.scss */
.infobox__date {
  font-family: Helvetica;
  font-weight: 300;
  font-size: 25px;
}

/* line 124, app/assets/stylesheets/maps.scss */
.infobox__date--bold {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  line-height: 30px;
}

/* line 132, app/assets/stylesheets/maps.scss */
.infobox__date--small {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: 300;
}

/* line 138, app/assets/stylesheets/maps.scss */
.infobox__date--timezone_bold {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/maps.scss */
.marker-label {
  color: black;
  background-color: white;
  border-radius: 6px;
  height: 16px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  padding: 0 4px;
  font-family: Helvetica;
  font-weight: 300;
  box-shadow: 0px 0px 0.5px #979797;
  box-sizing: border-box;
  min-width: 24px;
  white-space: nowrap;
}

@keyframes marker-drop {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  60% {
    transform: translateY(5px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}

/* line 176, app/assets/stylesheets/maps.scss */
.marker-drop {
  animation: marker-drop 0.5s ease-out;
}
/* line 4, app/assets/stylesheets/modal.scss */
.confirmation-modal {
  z-index: 2;
  position: absolute;
  top: -100%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  width: 500px !important;
  height: 400px !important;
  display: flex !important;
  flex-direction: column;
  font-family: Roboto !important;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 1px 2px 50px -10px #000000;
}

/* line 20, app/assets/stylesheets/modal.scss */
.confirmation-modal__header {
  font-size: 15px;
  line-height: 42px;
  padding-left: 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  flex: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 33, app/assets/stylesheets/modal.scss */
.confirmation-modal__textbox {
  font-size: 15px;
  font-weight: 300;
  flex: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 42, app/assets/stylesheets/modal.scss */
.confirmation-modal__text {
  display: inline-block;
}

/* line 46, app/assets/stylesheets/modal.scss */
.confirmation-modal__actions {
  flex: 2;
  display: flex;
  justify-content: center;
}

/* line 51, app/assets/stylesheets/modal.scss */
.confirmation-modal__actions__container {
  margin: 0px;
}

/* line 56, app/assets/stylesheets/modal.scss */
.confirmation-modal__cancel-btn {
  margin-right: 40px;
}

/* line 61, app/assets/stylesheets/modal.scss */
.jquery-modal:focus {
  outline: 0;
}
/* line 5, app/assets/stylesheets/overview.scss */
.overview {
  display: block;
  width: 95%;
  margin-bottom: 60px;
  height: 100%;
}

@media only screen and (max-device-width: 767px) {
  /* line 5, app/assets/stylesheets/overview.scss */
  .overview {
    width: 100%;
    margin: 0px;
  }
}

/* line 17, app/assets/stylesheets/overview.scss */
.overview-updating {
  margin-top: 5px;
  position: absolute;
}

/* line 22, app/assets/stylesheets/overview.scss */
.overview-devices {
  margin-top: 20px;
}

/* line 25, app/assets/stylesheets/overview.scss */
.overview-devices__title {
  font-size: 20px;
  margin: 2px;
}

/* line 30, app/assets/stylesheets/overview.scss */
.overview-devices__table {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 35, app/assets/stylesheets/overview.scss */
.overview-devices__empty {
  border-radius: 4px;
  padding-left: 4px;
  padding-top: 15px;
  height: 40px;
  margin-top: 20px;
  background-color: #FFFFCC;
  font-weight: bold;
}

/* line 45, app/assets/stylesheets/overview.scss */
.overview-devices__timezone {
  font-size: 11px;
}

/* line 50, app/assets/stylesheets/overview.scss */
.overview-group-header {
  background-color: #ffd3b8;
  width: 100%;
  padding: 1px 0 1px 30px !important;
}

/* line 56, app/assets/stylesheets/overview.scss */
.overview-group-name {
  display: flex;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 28px;
}

/* line 62, app/assets/stylesheets/overview.scss */
.overview-group-name__icon {
  height: 25px;
  width: 20px;
  padding-top: 2px;
  padding-right: 10px;
}

/* line 72, app/assets/stylesheets/overview.scss */
.overview-search-bar__outer-form {
  width: 75%;
  margin-left: 10px;
}

/* line 77, app/assets/stylesheets/overview.scss */
.overview-search-bar__address {
  margin: 2px 10px 0px 0px;
}

/* line 82, app/assets/stylesheets/overview.scss */
.overview-mobile-map-wrapper {
  position: absolute;
  width: 100%;
  height: 91% !important;
}
/* line 4, app/assets/stylesheets/pagination.scss */
.pagination-default {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-device-width: 767px) {
  /* line 4, app/assets/stylesheets/pagination.scss */
  .pagination-default {
    display: none;
  }
}

/* line 13, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination {
  display: flex;
  margin: 0px;
}

/* line 17, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination * {
  font-size: 14px;
  color: #4B4B4B;
  font-style: normal;
  font-weight: bold;
}

/* line 24, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination > .current {
  background-color: #AAAAAA;
  padding: 10px 20px;
  cursor: not-allowed;
  display: table;
}

/* line 31, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination > a {
  background-color: #EDEDED;
  text-decoration: none;
  padding: 10px 20px;
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

/* line 37, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination > a:hover {
  background-color: #AAAAAA;
}

/* line 42, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination > .previous_page, .pagination-default .pagination .next_page {
  background-color: #CCCCCC !important;
  padding: 10px 20px;
}

/* line 47, app/assets/stylesheets/pagination.scss */
.pagination-default .pagination > .previous_page.disabled, .pagination-default .pagination .next_page.disabled {
  cursor: not-allowed;
  display: table;
}
/* line 5, app/assets/stylesheets/reports.scss */
.reports {
  width: 95%;
  margin-bottom: 60px;
}

@media only screen and (max-device-width: 767px) {
  /* line 5, app/assets/stylesheets/reports.scss */
  .reports {
    width: 100%;
    height: 91%;
    margin-bottom: 0px !important;
  }
}

/* line 15, app/assets/stylesheets/reports.scss */
.reports-show {
  margin-top: 20px;
}

/* line 18, app/assets/stylesheets/reports.scss */
.reports-show__value {
  word-break: break-all;
}

/* line 24, app/assets/stylesheets/reports.scss */
.reports-header {
  margin: 10px 0;
}

@media only screen and (max-device-width: 767px) {
  /* line 27, app/assets/stylesheets/reports.scss */
  .reports-header--mobile {
    margin: 0px;
  }
}

/* line 34, app/assets/stylesheets/reports.scss */
.reports-content {
  display: flex;
  height: 500px;
}

/* line 38, app/assets/stylesheets/reports.scss */
.reports-content__left {
  box-sizing: border-box;
  width: 50%;
  overflow-y: auto;
}

/* line 43, app/assets/stylesheets/reports.scss */
.reports-content__left--hidden {
  display: none;
}

/* line 48, app/assets/stylesheets/reports.scss */
.reports-content__toggler {
  width: 10px;
}

/* line 52, app/assets/stylesheets/reports.scss */
.reports-content__right {
  height: 500px;
  width: 50%;
}

/* line 56, app/assets/stylesheets/reports.scss */
.reports-content__right div {
  box-sizing: border-box;
}

/* line 60, app/assets/stylesheets/reports.scss */
.reports-content__right--full {
  width: 100%;
}

@media only screen and (max-device-width: 767px) {
  /* line 65, app/assets/stylesheets/reports.scss */
  .reports-content--mobile {
    height: 72% !important;
    display: none;
  }
}

@media only screen and (max-device-width: 767px) {
  /* line 71, app/assets/stylesheets/reports.scss */
  .reports-content--mobile .reports-content__left {
    width: 100%;
  }
}

/* line 79, app/assets/stylesheets/reports.scss */
.reports-empty-state {
  text-align: center;
  color: #979797;
  font-size: 14px;
  margin-top: 200px;
  width: 100%;
}

@media only screen and (max-device-width: 767px) {
  /* line 79, app/assets/stylesheets/reports.scss */
  .reports-empty-state {
    margin-top: 100px;
  }
}

/* line 90, app/assets/stylesheets/reports.scss */
.reports-empty-state__text {
  margin-top: 4px;
}

/* line 95, app/assets/stylesheets/reports.scss */
.reports-outer-form {
  width: 100%;
}

/* line 99, app/assets/stylesheets/reports.scss */
.reports-trips-empty-state {
  margin-top: 60px;
}

/* line 102, app/assets/stylesheets/reports.scss */
.reports-trips-empty-state__logo {
  padding-top: 60px;
}

/* line 107, app/assets/stylesheets/reports.scss */
.reports-trips-summary {
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 113, app/assets/stylesheets/reports.scss */
.reports-trips-summary__box {
  background-color: #EDEDED;
  width: 25%;
  padding: 40px 20px;
  box-sizing: border-box;
  margin-left: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 4px;
  color: #4B4B4B;
}

/* line 124, app/assets/stylesheets/reports.scss */
.reports-trips-summary__box:first-child {
  margin: 0;
}

/* line 129, app/assets/stylesheets/reports.scss */
.reports-trips-summary__label {
  font-weight: bold;
  font-size: 14px;
}

/* line 134, app/assets/stylesheets/reports.scss */
.reports-trips-summary__value {
  font-size: 20px;
}

/* line 140, app/assets/stylesheets/reports.scss */
.reports-footer {
  padding: 0 20px 20px 20px;
  text-align: center;
  color: #4B4B4B;
}

@media only screen and (max-device-width: 767px) {
  /* line 140, app/assets/stylesheets/reports.scss */
  .reports-footer {
    display: none;
  }
}

/* line 152, app/assets/stylesheets/reports.scss */
.live_reports__title {
  font-family: Roboto;
  font-weight: 300;
  font-size: 21px;
  display: inline-block;
  margin-top: 5px;
}

/* line 160, app/assets/stylesheets/reports.scss */
.live_reports__name_link a, .live_reports__text {
  font-size: 13px;
  font-family: Roboto;
  font-weight: 300;
}

/* line 166, app/assets/stylesheets/reports.scss */
.live_reports__select {
  margin-left: 10px;
  padding-left: 10px;
  background-color: #EDEDED;
  color: #979797;
  height: 40px;
  font-size: 13px;
  width: 200px;
  margin-bottom: 10px;
}

/* line 180, app/assets/stylesheets/reports.scss */
.scheduled_report__empty-state {
  margin-top: 80px;
}

/* line 183, app/assets/stylesheets/reports.scss */
.scheduled_report__empty-state__text-container {
  padding-top: 10px;
}

/* line 188, app/assets/stylesheets/reports.scss */
.scheduled_report__icon {
  font-size: 15px !important;
}

/* line 191, app/assets/stylesheets/reports.scss */
.scheduled_report__icon--green {
  color: #709655;
}

/* line 196, app/assets/stylesheets/reports.scss */
.scheduled_report__header {
  justify-content: flex-end !important;
  margin-bottom: 10px !important;
}

/* line 201, app/assets/stylesheets/reports.scss */
.scheduled_report__action-button {
  margin: 0px;
}

/* line 208, app/assets/stylesheets/reports.scss */
.new-scheduled-report__datetime-text {
  color: #979797;
  font-size: 12px;
  font-weight: 200;
}

/* line 214, app/assets/stylesheets/reports.scss */
.new-scheduled-report__hidden-field {
  margin-left: 30px;
}

/* line 217, app/assets/stylesheets/reports.scss */
.new-scheduled-report__hidden-field__select {
  margin-left: 8px;
  width: 240px;
}

/* line 223, app/assets/stylesheets/reports.scss */
.new-scheduled-report__separators {
  font-weight: 200;
  color: #979797;
}

/* line 227, app/assets/stylesheets/reports.scss */
.new-scheduled-report__separators--select {
  font-size: 15px;
  margin: 6px 6px 0 6px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 227, app/assets/stylesheets/reports.scss */
  .new-scheduled-report__separators--select {
    margin: 6px 15px 0 15px;
  }
}

/* line 236, app/assets/stylesheets/reports.scss */
.new-scheduled-report__separators--datetime {
  margin: 0px !important;
  font-size: 25px;
  padding-right: 7px;
  padding-left: 6px;
}

/* line 245, app/assets/stylesheets/reports.scss */
.reports-mobile-subnav {
  background-color: #4B4B4B;
  height: 8%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 245, app/assets/stylesheets/reports.scss */
  .reports-mobile-subnav {
    height: 12%;
  }
}

/* line 253, app/assets/stylesheets/reports.scss */
.reports-mobile-subnav li {
  width: 50%;
}

/* line 257, app/assets/stylesheets/reports.scss */
.reports-mobile-subnav a {
  font-size: 16px;
}

/* line 261, app/assets/stylesheets/reports.scss */
.reports-mobile-subnav--selected {
  background-color: #AAAAAA;
}

/* line 264, app/assets/stylesheets/reports.scss */
.reports-mobile-subnav--selected a {
  color: #FFFFFF;
}

/* line 270, app/assets/stylesheets/reports.scss */
.reports-map {
  height: 100%;
  width: 100%;
  float: right;
  border: 4px #EDEDED solid;
}

@media only screen and (max-device-width: 767px) {
  /* line 270, app/assets/stylesheets/reports.scss */
  .reports-map {
    border: none !important;
    float: none !important;
  }
}

/* line 281, app/assets/stylesheets/reports.scss */
.reports-map__mobile-wrapper {
  height: 74%;
  border: none;
}

/* line 287, app/assets/stylesheets/reports.scss */
.blue_bold {
  font-size: 14px;
  font-weight: bold;
  color: #2A69B2;
}

/* line 293, app/assets/stylesheets/reports.scss */
.caret_down_icon {
  margin-left: -20px;
  margin-top: 10px;
}

/* line 298, app/assets/stylesheets/reports.scss */
.alert {
  width: 98%;
  color: #70AD45;
  border: 1px #709655 solid;
  text-align: center;
  background-color: #E5F1F4;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10pt;
}
/* line 5, app/assets/stylesheets/search_bar.scss */
.search-bar {
  display: flex;
  border-radius: 4px;
  background-color: #EDEDED;
  height: 70px;
}

/* line 11, app/assets/stylesheets/search_bar.scss */
.search-bar__form {
  display: flex;
  margin-top: 8px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 11, app/assets/stylesheets/search_bar.scss */
  .search-bar__form {
    flex-direction: row;
  }
}

/* line 19, app/assets/stylesheets/search_bar.scss */
.search-bar__form__fields {
  margin: 0px 0px 20px 0px;
  flex: 3;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 19, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__fields {
    flex: 10;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 19, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__fields {
    width: 25%;
    flex: none;
  }
}

/* line 33, app/assets/stylesheets/search_bar.scss */
.search-bar__form__action-date-mobile {
  display: flex;
  margin-bottom: 20px;
  width: 95%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 33, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__action-date-mobile {
    width: 60%;
  }
}

/* line 43, app/assets/stylesheets/search_bar.scss */
.search-bar__form__actions {
  margin-top: 14px;
  margin-right: 20px;
  flex: 1;
  text-align: right;
}

@media only screen and (max-device-width: 767px) {
  /* line 43, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__actions {
    margin-bottom: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 43, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__actions {
    flex: 2;
    align-self: flex-end;
    margin-bottom: 20px;
  }
}

/* line 60, app/assets/stylesheets/search_bar.scss */
.search-bar__form__action {
  display: inline-block;
  margin-left: 20px;
}

@media only screen and (max-device-width: 767px) {
  /* line 60, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__action {
    margin-top: 5px;
    flex: 1;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 60, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__action {
    flex: none;
    width: 10%;
  }
}

/* line 75, app/assets/stylesheets/search_bar.scss */
.search-bar__form__field-group {
  display: inline-block;
}

/* line 78, app/assets/stylesheets/search_bar.scss */
.search-bar__form__field-group--margin-small {
  margin-left: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 75, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__field-group {
    display: inline-block;
    margin-top: 10px;
  }
}

/* line 88, app/assets/stylesheets/search_bar.scss */
.search-bar__form__field {
  display: inline-block;
  margin-left: 20px;
}

/* line 92, app/assets/stylesheets/search_bar.scss */
.search-bar__form__field--margin-small {
  margin-left: 10px;
}

@media only screen and (max-device-width: 767px) {
  /* line 96, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__field--mobile {
    width: 95%;
  }
}

@media only screen and (max-device-width: 767px) {
  /* line 88, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__field {
    margin-left: 15px;
    margin-top: 5px;
    flex: 2;
  }
}

/* line 109, app/assets/stylesheets/search_bar.scss */
.search-bar__form__check-option {
  display: flex;
  margin: 20px 0 0 0;
}

/* line 113, app/assets/stylesheets/search_bar.scss */
.search-bar__form__check-option__text {
  margin-top: 3px;
  margin-left: 6px;
}

/* line 118, app/assets/stylesheets/search_bar.scss */
.search-bar__form__check-option__box {
  margin-bottom: 10px;
}

/* line 123, app/assets/stylesheets/search_bar.scss */
.search-bar__form__input {
  height: 27px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  /* line 123, app/assets/stylesheets/search_bar.scss */
  .search-bar__form__input {
    width: 250px;
  }
}

/* line 131, app/assets/stylesheets/search_bar.scss */
.search-bar__form__filter {
  margin: 10px 10px 0px 20px;
  width: 25%;
}

/* line 137, app/assets/stylesheets/search_bar.scss */
.search-bar__search-box-container {
  width: 75%;
  margin-top: 10px;
  margin-left: 10px;
}

/* line 143, app/assets/stylesheets/search_bar.scss */
.search-bar__label {
  font-size: 10px;
  display: block;
  margin-bottom: 3px;
}

/* line 149, app/assets/stylesheets/search_bar.scss */
.search-bar--flexible {
  height: auto;
}

/* line 153, app/assets/stylesheets/search_bar.scss */
.search-bar__arrow {
  top: 9px;
}

@media only screen and (max-device-width: 767px) {
  /* line 157, app/assets/stylesheets/search_bar.scss */
  .search-bar--mobile {
    border-radius: 0px;
    height: 18% !important;
  }
}

@media only screen and (max-device-width: 767px) {
  /* line 163, app/assets/stylesheets/search_bar.scss */
  .search-bar--mobile .search-bar__form {
    flex-direction: column;
  }
}

@media only screen and (max-device-width: 767px) {
  /* line 169, app/assets/stylesheets/search_bar.scss */
  .search-bar--mobile .search-bar__form__fields {
    margin: 0px 0px 5px 0px;
  }
}
/* line 4, app/assets/stylesheets/settings.scss */
.settings-content {
  width: 95%;
  margin-bottom: 60px;
}

/* line 9, app/assets/stylesheets/settings.scss */
.settings-header {
  height: 30px;
  position: relative;
  margin: 20px 0;
}

/* line 14, app/assets/stylesheets/settings.scss */
.settings-header__actions {
  float: right;
  line-height: 30px;
}

/* line 19, app/assets/stylesheets/settings.scss */
.settings-header__title {
  position: absolute;
  bottom: 0;
}

/* line 25, app/assets/stylesheets/settings.scss */
.settings-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* line 30, app/assets/stylesheets/settings.scss */
.settings-row__cell {
  box-sizing: border-box;
  width: 50%;
}

/* line 34, app/assets/stylesheets/settings.scss */
.settings-row__cell:last-child {
  margin-left: 20px;
}

/* line 40, app/assets/stylesheets/settings.scss */
.settings-box {
  background-color: #EDEDED;
  padding: 20px;
  margin-top: 10px;
}

/* line 45, app/assets/stylesheets/settings.scss */
.settings-box--disabled {
  color: #979797;
}

/* line 49, app/assets/stylesheets/settings.scss */
.settings-box--full {
  width: 100%;
}

/* line 53, app/assets/stylesheets/settings.scss */
.settings-box__subtitle {
  color: #4B4B4B;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 60, app/assets/stylesheets/settings.scss */
.settings-box__instruction {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 16px;
}

/* line 66, app/assets/stylesheets/settings.scss */
.settings-box__text {
  margin-bottom: 20px;
}

/* line 70, app/assets/stylesheets/settings.scss */
.settings-box__notification-option {
  margin-bottom: 6px;
}

/* line 76, app/assets/stylesheets/settings.scss */
.settings-working-hours th {
  text-transform: uppercase;
}

/* line 80, app/assets/stylesheets/settings.scss */
.settings-working-hours td {
  padding-right: 10px;
}
/* line 4, app/assets/stylesheets/shared.scss */
.page-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  height: 30px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/shared.scss */
.page-header__title-container {
  margin: 0px 0px;
  margin-top: 4px;
}

/* line 16, app/assets/stylesheets/shared.scss */
.page-header__action {
  margin: 0px 0px;
}

/* line 21, app/assets/stylesheets/shared.scss */
.page-title {
  font-family: Roboto;
  font-weight: 300;
  font-size: 21px;
}

/* line 27, app/assets/stylesheets/shared.scss */
.page-container {
  width: 95%;
  margin-top: 20px;
}

/* line 32, app/assets/stylesheets/shared.scss */
.link {
  color: #16549c !important;
}

/* line 36, app/assets/stylesheets/shared.scss */
.dark_blue_header {
  font-size: 16px;
  font-weight: bold;
  color: #29537E;
}

/* line 42, app/assets/stylesheets/shared.scss */
.dark_gray_header {
  font-size: 16px;
  color: #363636;
}

/* line 47, app/assets/stylesheets/shared.scss */
.input {
  width: 162px;
  height: 20px;
}

/* line 52, app/assets/stylesheets/shared.scss */
.content {
  margin: 0;
  padding: 0;
  min-height: 400px;
  height: 100%;
}

/* line 59, app/assets/stylesheets/shared.scss */
.page_entries {
  font-size: 18px;
  color: #29537E;
}

/* line 64, app/assets/stylesheets/shared.scss */
.container {
  width: 100%;
  clear: both;
}

/* line 69, app/assets/stylesheets/shared.scss */
.top-head {
  width: 100%;
  overflow: hidden;
  padding-top: 5px;
  margin-bottom: 20px;
}

/* line 75, app/assets/stylesheets/shared.scss */
.top-head h3 {
  font-size: 18px;
  color: #29537E;
  padding: 0px;
  margin: 0px;
  width: 70%;
  float: left;
}

/* line 85, app/assets/stylesheets/shared.scss */
.footer {
  border-top: 1px solid #CCCCCC;
  padding: 10px 0 0 0;
  margin: 20px;
  text-align: center;
  color: #4B4B4B;
  font-size: 10px;
  clear: both;
}

/* line 95, app/assets/stylesheets/shared.scss */
.act-as-if-account-form {
  width: 310px;
  display: inline;
}

/* line 100, app/assets/stylesheets/shared.scss */
.reset {
  clear: both;
  height: 0px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
top: 7px !important;
    left: 7px !important;
    right: 7px !important;
  bottom: 0;
  background-color: #ca2222;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
    height: 19px !important;
    width: 19px !important;
    left: 4px;
    bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2ab934;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(47px);
  -ms-transform: translateX(47px);
      transform: translateX(47px);
}

/*------ ADDED CSS ---------*/
.on {
  display: none;
}

.on, .off {
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
    top: 54% !important;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
  display: block;
}

input:checked + .slider .off {
  display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.gmap-control-legend {
    position: absolute;
    text-align: left;
    z-index: -1;
    top: -20px;
    right: 0;
    width: 150px;
    height: 160px;
    font-size: 10px;
    font-weight: 500;
    background: #FEFEFE;
    border: 1px solid #A9BBDF;
    padding: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}
.gmap-control-legend ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.gmap-control-legend li {
    line-height: 160%;
}
.gmap-control-legend img {
    height: 15px;
    margin-bottom: -3px;
}
/* line 5, app/assets/stylesheets/tabbed_menu.scss */
.tabbed-menu {
  width: 100%;
  padding-top: 10px;
  margin-bottom: 15px;
  background-color: #4B4B4B;
}

/* line 11, app/assets/stylesheets/tabbed_menu.scss */
.tabbed-menu__bar {
  display: flex;
  height: 30px;
  padding-left: 30px;
  line-height: 18px;
}

/* line 17, app/assets/stylesheets/tabbed_menu.scss */
.tabbed-menu__bar > a {
  color: #AAAAAA;
  text-decoration: none;
  font-size: 12px;
  min-width: 80px;
  text-align: center;
  padding: 5px 10px 0px;
}

/* line 25, app/assets/stylesheets/tabbed_menu.scss */
.tabbed-menu__bar > a:hover {
  color: #FFFFFF;
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/tabbed_menu.scss */
.tabbed-menu__bar > a.current-tab {
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}

/* line 36, app/assets/stylesheets/tabbed_menu.scss */
.tabbed-menu__bar > a.wider-tab {
  min-width: 120px;
}

@media only screen and (max-device-width: 1199px) {
  /* line 43, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded a {
    min-width: 55px;
  }
  /* line 46, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded a.wider-tab {
    min-width: 70px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 41, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded {
    padding-left: 0;
    height: 45px;
    line-height: normal;
  }
  /* line 58, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded a span {
    line-height: 30px;
    vertical-align: middle;
  }
  /* line 63, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded a.wider-tab {
    max-width: 85px;
  }
  /* line 66, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded a.wider-tab span {
    vertical-align: inherit;
    line-height: normal;
  }
  /* line 71, app/assets/stylesheets/tabbed_menu.scss */
  .tabbed-menu__bar--crowded a.wider-tab--one-line span {
    line-height: 30px;
    vertical-align: middle;
  }
}
/* line 4, app/assets/stylesheets/table.scss */
.table-wrapper {
  overflow-x: scroll;
}

/* line 8, app/assets/stylesheets/table.scss */
.panel_table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  font-size: 13px !important;
}

/* line 14, app/assets/stylesheets/table.scss */
.panel_table__header {
  background-color: #16549c;
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px;
}

/* line 21, app/assets/stylesheets/table.scss */
.panel_table thead > tr {
  background-color: #FFFFFF;
}

/* line 24, app/assets/stylesheets/table.scss */
.panel_table thead > tr th {
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/table.scss */
.panel_table tbody > tr:nth-of-type(even) {
  background-color: #FFFFFF;
}

/* line 33, app/assets/stylesheets/table.scss */
.panel_table tbody > tr:nth-of-type(odd) {
  background-color: #EDEDED;
}

/* line 37, app/assets/stylesheets/table.scss */
.panel_table tbody > tr.selected-row {
  background-color: #FFFFCC;
}

/* line 41, app/assets/stylesheets/table.scss */
.panel_table tfoot tr th {
  text-align: right;
}

/* line 45, app/assets/stylesheets/table.scss */
.panel_table th {
  color: black;
  text-align: left;
  padding: 10px 15px;
}

/* line 51, app/assets/stylesheets/table.scss */
.panel_table td {
  max-width: 300px;
  padding: 10px;
}

@media only screen and (max-device-width: 767px) {
  /* line 51, app/assets/stylesheets/table.scss */
  .panel_table td {
    max-width: 120px;
  }
}

/* line 60, app/assets/stylesheets/table.scss */
.panel_table a {
  text-decoration: none;
  color: #16549c;
  font-size: 13px !important;
}

/* line 66, app/assets/stylesheets/table.scss */
.panel_table--flexible {
  table-layout: auto;
  line-height: 16px;
}

/* line 70, app/assets/stylesheets/table.scss */
.panel_table--flexible th, .panel_table--flexible td {
  padding: 10px;
}

/* line 75, app/assets/stylesheets/table.scss */
.panel_table--centered {
  table-layout: auto;
  line-height: 16px;
}

/* line 79, app/assets/stylesheets/table.scss */
.panel_table--centered th, .panel_table--centered td {
  text-align: center;
}

/* line 85, app/assets/stylesheets/table.scss */
.table-actions {
  margin: 0 auto;
}

/* line 88, app/assets/stylesheets/table.scss */
.table-actions > a:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) and (orientation: portrait) {
  /* line 88, app/assets/stylesheets/table.scss */
  .table-actions > a:not(:last-child) {
    margin-right: 10px;
  }
}

/* line 97, app/assets/stylesheets/table.scss */
.devices-panel-table {
  min-width: 1150px;
}

/* line 101, app/assets/stylesheets/table.scss */
.table-faded-red-cell {
  background-color: #E88492;
}

/* line 105, app/assets/stylesheets/table.scss */
.light-row {
  background-color: #FFFFFF;
}

/* line 109, app/assets/stylesheets/table.scss */
.dark-row {
  background-color: #EDEDED;
}

/* line 113, app/assets/stylesheets/table.scss */
.selected-row {
  background-color: #FFFFCC;
}

/* line 117, app/assets/stylesheets/table.scss */
.default-row {
  background-color: #70AD45;
}

/* line 121, app/assets/stylesheets/table.scss */
.table-limit-width {
  max-width: 150px !important;
}

@media only screen and (max-device-width: 767px) {
  /* line 121, app/assets/stylesheets/table.scss */
  .table-limit-width {
    max-width: 80px !important;
  }
}
/* line 3, app/assets/stylesheets/users.scss */
.users {
  width: 95%;
  margin-top: 20px;
  margin-bottom: 60px;
}

/* line 8, app/assets/stylesheets/users.scss */
.users__title {
  margin-bottom: 20px;
}

/* line 12, app/assets/stylesheets/users.scss */
.users__table {
  margin-top: 20px;
}

/* line 16, app/assets/stylesheets/users.scss */
.users__empty-state {
  margin-top: 70px;
}
/* line 2, app/assets/stylesheets/utilities.scss */
.display--flex {
  display: flex;
}

/* line 6, app/assets/stylesheets/utilities.scss */
.display--flex-space-between {
  display: flex;
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/utilities.scss */
.width--full {
  width: 100%;
}

/* line 18, app/assets/stylesheets/utilities.scss */
.hide {
  display: none;
}

/* line 22, app/assets/stylesheets/utilities.scss */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 28, app/assets/stylesheets/utilities.scss */
.clearfix {
  clear: both;
}
/* line 3, app/assets/stylesheets/utils.scss */
.link-icon {
  color: #4B4B4B;
  font-size: 14px !important;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-ba552005a69e0718f70d36e302a2e4acecd2b78f75c3f3400cc89e363333959b.eot);
  src: url(/assets/fontawesome-webfont-ba552005a69e0718f70d36e302a2e4acecd2b78f75c3f3400cc89e363333959b.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-ac74cbb8412a5dfe1d390d4cab45d2cd8ff2c8cbdb4028fdbd722b8000ab02a2.woff2) format('woff2'), url(/assets/fontawesome-webfont-2b3f99652c9934733b3a1d60ff063a614b9fbba7eb1475db8efedfff13f5b90f.woff) format('woff'), url(/assets/fontawesome-webfont-8a491d6a4f6495c578d1baf5c7a36d996b14c00c53b0381321d8f200e93fa758.ttf) format('truetype'), url(/assets/fontawesome-webfont-aa6363535bf716097069828f865d2520f7ef4e0f74cae6364f761dad9f4e47c8.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon{
	width: 1.6em;
	height: 1.6em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);
	margin-top: -0.3em;
	background-size: auto 100%;
}

.ath-ios6 .ath-action-icon {
	width: 1.8em;
	height: 1.8em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);
	margin-bottom: 0.4em;
	background-size: 100% auto;
}

.ath-android .ath-action-icon {
	width: 1.4em;
	height: 1.5em;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);
	background-size: 100% auto;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}

@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
