/* Minification failed. Returning unminified contents.
(94,43): run-time error CSS1034: 
(94,43): run-time error CSS1036: Expected expression, found ':'
(94,43): run-time error CSS1034: 
(246,9): run-time error CSS1056: Expected media feature, found '('
(1484,9): run-time error CSS1056: Expected media feature, found '('
 */
@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/*Manager Panel -> Manager Status*/
.pending-status-span {
  background-color: #ECEDEF;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  opacity: 1; }
  .pending-status-span span {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 750;
    font-size: 10px;
    color: #12151E;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 1; }

.accepted-status-span {
  background-color: #2BBD68;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  opacity: 1; }
  .accepted-status-span span {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 750;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 1; }

.declined-status-span {
  background-color: #FF7583;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  opacity: 1; }
  .declined-status-span span {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 750;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 1; }

.moreinfo-status-span {
  background-color: #FFC400;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  opacity: 1; }
  .moreinfo-status-span span {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 750;
    font-size: 10px;
    color: #242A3B;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    opacity: 1; }

.duty-ticket-modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.modal-dialog-duty {
  position: relative;
  width: auto;
  margin: 30px auto; }
  @media screen and (min-width: (min-width: 768px)) {
    .modal-dialog-duty {
      width: 800px !important;
      margin: 30px auto; } }

.display-characters-remaining {
  float: right;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #6C7079;
  text-align: right;
  line-height: 1.6; }

#ownManagerRequestPanel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

#ownManagerRequestPanel .body {
  width: 80%; }

.delete-pending-duty-request-btn {
  padding-top: 5px !important; }

.duty-submit-img {
  width: 300px;
  border-radius: 5px; }

.duty-max-20kg-bag {
  margin-left: 90px; }

.duty-2-cabin-bags {
  margin-left: 40px; }

.duty-checked-bag-info {
  padding-right: 0px;
  margin-top: 20px; }

.duty-bags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center; }

.duty-submit-bags-btn {
  margin-top: 15px; }

.duty-bags-checkbox {
  margin-left: 15px; }

.left-duty-bag {
  margin-left: 50px; }

.duty-travel-declaration-modal {
  margin-top: 20px; }

.heading-duty-manager {
  display: table-row;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding: 8px; }

.right-duty-manager {
  padding-left: 0;
  float: right;
  right: 0px;
  -ms-flex-align: end;
      align-items: flex-end; }

.area-duty-manager {
  height: 100%;
  width: 100%;
  box-sizing: border-box; }

.btn-accept {
  color: #06AD4E;
  cursor: pointer; }
  .btn-accept:hover, .btn-accept:focus {
    color: #049545; }
  .btn-accept:active {
    color: #027D3B; }

.btn-decline {
  color: #FF5262;
  cursor: pointer; }
  .btn-decline:hover, .btn-decline:focus {
    color: #DF3E49; }
  .btn-decline:active {
    color: #BF2C34; }

.bulk-decision-button-accept {
  margin: 0px !important; }

.filterable {
  margin-top: 15px; }

.filterable .panel-heading .pull-right {
  margin-top: -20px; }

.pull-right-duty {
  float: right !important;
  margin-top: -20px; }

.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto; }

.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333; }

.filterable .filters input[disabled]::-moz-placeholder {
  color: #333; }

.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333; }

.panel-primary.noborder {
  border-color: transparent; }

.credit-card-iframe {
  border: 0;
  display: inline-block;
  height: 5.25rem;
  margin: 0 -4px -5px;
  width: calc(100% + 8px); }

.button-padd {
  padding-right: 2px !important;
  padding-left: 2px !important;
  padding-top: 10px;
  display: none; }

.button-header-padd {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.duty-travel-indicators {
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: 5px 10px 8px #b1b1b1;
  display: none;
  padding: 30px;
  background: white; }

@media ((max-width: 767px)) {
  .duty-own-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center; }
    .duty-own-grid .filter-container {
      margin-bottom: 10px; }
  .duty-own-grid-table-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center; }
  .duty-own-grid-request {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 25px !important; }
    .duty-own-grid-request .btn {
      padding: 0px; } }

.login-page-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 60px;
  margin-bottom: 30px;
  background: white;
  border: 1px solid white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1); }

.login-page-core-card {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 25px; }

.login-page-login-form {
  width: 70%;
  min-width: 392px;
  max-width: 392px;
  background: white;
  padding: 11% 8%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1); }
  .login-page-login-form label.error, .login-page-login-form label.alert {
    margin: 0px; }
  .login-page-login-form .header {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center; }
    .login-page-login-form .header h2 {
      margin-top: 0px; }

.login-page-login-form-link {
  text-align: center; }

.btn-login {
  width: 100%; }

.login-page-important-info {
  margin: 0px; }
  .login-page-important-info .panel {
    border-radius: 10px; }
  .login-page-important-info .header {
    margin-left: 15px;
    font-weight: 900; }
  .login-page-important-info h4 {
    font-weight: bold; }
  .login-page-important-info .headline {
    font-weight: 600;
    margin-bottom: 5px; }
  .login-page-important-info span {
    color: #787C87;
    white-space: pre-wrap; }

.login-page-content span {
  white-space: pre-wrap; }

.login-pass-details {
  color: #787C87;
  margin: 5px 0 0 0; }

/* MAINTENANCE PAGE */
.maintenance-btn {
  width: 300px;
  height: 40px;
  font-size: large;
  font-weight: 300; }

.maintenance-ryanair-logo {
  width: 75%; }

.maintenance-animation-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 80px;
  margin-bottom: 20px; }

.zzz {
  animation-name: zzz;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-direction: forwards;
  color: #f1c931;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  transform: translateY(100%);
  font-family: 'Concert One', cursive; }

.zzz-z {
  animation-delay: 0s;
  left: 75%; }

.zzz-zz {
  animation-delay: 0.5s;
  left: 77%; }

.zzz-zzz {
  animation-delay: 1s;
  left: 73%; }

@keyframes zzz {
  0% {
    color: rgba(241, 201, 49, 0);
    font-size: 30px;
    transform: translateY(100%); }
  100% {
    color: #f1c931;
    font-size: 72px;
    transform: translateY(-100%); } }

/* MOBILE VIEW */
@media (max-width: 480px) {
  .login-page-login-form {
    width: 100%;
    min-width: auto;
    max-width: none; }
  .login-page-important-info h2 {
    text-align: center;
    font-size: 25px; }
  .maintenance-ryanair-logo {
    width: 50% !important; }
  .maintenance-animation-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .maintenance-text h2 {
    font-size: 20px;
    font-weight: 600; }
  .maintenance-text h3 {
    font-size: 15px; } }

.captcha-login {
  margin-bottom: 10px; }

.captcha-forgot-pass {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

@font-face {
  font-family: 'icon-font';
  src: url("/Content/font/icon-font.eot");
  src: url("/Content/font/icon-font.eot?#iefix") format("embedded-opentype"), url("/Content/font/icon-font.woff") format("woff"), url("/Content/font/icon-font.ttf") format("truetype"), url("/Content/font/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'icon-font';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-medium {
  font-size: 24px; }

.icon-large {
  font-size: 30px; }

.icon-next:before {
  content: "\"; }

.icon-prev:before {
  content: "\"; }

.icon-close:before {
  content: "\"; }

.icon-user:before {
  content: "\"; }

.icon-passenger:before {
  content: "\"; }

.icon-phone:before {
  content: "\"; }

.icon-calendar:before {
  content: "\"; }

.icon-search:before {
  content: "\"; }

.icon-flight:before {
  content: "\"; }

.icon-flight2:before {
  content: "\"; }

.icon-flight-back2:before {
  content: "\"; }

.icon-warning-round:before {
  content: "\"; }

.icon-breakdown:before {
  content: "\"; }

.icon-breakdown2:before {
  content: "\"; }

.icon-plus-circle:before {
  content: "\"; }

.icon-minus-circle:before {
  content: "\"; }

.icon-credit-card:before {
  content: "\"; }

.icon-passengers:before {
  content: "\"; }

.icon-info:before {
  content: "\"; }

.icon-down:before {
  content: "\"; }

.icon-up:before {
  content: "\"; }

.icon-flight-back:before {
  content: "\"; }

.icon-ok-circle:before {
  content: "\"; }

.icon-cancel-circle:before {
  content: "\"; }

.icon-ok:before {
  content: "\"; }

.icon-cancel:before {
  content: "\"; }

.icon-document:before {
  content: "\"; }

.icon-extra-legroom2:before {
  content: "\"; }

.icon-no-flights:before {
  content: "\"; }

.icon-sold-out:before {
  content: "\"; }

.icon-dot:before {
  content: "\"; }

.icon-circle:before {
  content: "\"; }

.icon-download:before {
  content: "\"; }

.icon-boarding-pass:before {
  content: "\"; }

.icon-print:before {
  content: "\"; }

.icon-luggage-md:before {
  content: "\"; }

.icon-luggage-lg:before {
  content: "\"; }

.icon-ticket:before {
  content: "\"; }

.icon-infant:before {
  content: "\"; }

.icon-bags:before {
  content: "\"; }

.icon-reservation:before {
  content: "\"; }

.icon-payment-fee:before {
  content: "\"; }

.icon-bags-flyout:before {
  content: "\"; }

.icon-bags-return:before {
  content: "\"; }

.icon-cookie:before {
  content: "\"; }

.icon-extra-legroom:before {
  content: "\"; }

.icon-emergency-left:before {
  content: "\"; }

.icon-emergency-right:before {
  content: "\"; }

.icon-seats:before {
  content: "\"; }

.icon-login:before {
  content: "\"; }

.icon-logout:before {
  content: "\"; }

.icon-default:before {
  content: "\"; }

.icon-warning-triangle:before {
  content: "\"; }

.icon-colleague:before {
  content: "\"; }

.icon-family:before {
  content: "\"; }

.icon-friend:before {
  content: "\"; }

.icon-star:before {
  content: "\"; }

.icon-companion-type-unknown:before {
  content: "\"; }

.icon-companion-type-colleague:before {
  content: "\"; }

.icon-tag:before {
  content: "\"; }

.icon-companion-type-family:before {
  content: "\"; }

.icon-companion-type-friend:before {
  content: "\"; }

.icon-social-google:before {
  content: "\"; }

.icon-social-facebook:before {
  content: "\"; }

.icon-mobile-boarding-pass:before {
  content: "\"; }

.icon-market {
  display: inline-block;
  background: url("/Content/img/icons/sprite-markets-48x32.png");
  border: 1px solid #f6f6f8;
  width: 48px;
  height: 32px; }
  .icon-market.gb {
    background-position-x: 0px; }
  .icon-market.ie {
    background-position-x: -48px; }
  .icon-market.be {
    background-position-x: -96px; }
  .icon-market.bg {
    background-position-x: -144px; }
  .icon-market.hr {
    background-position-x: -192px; }
  .icon-market.cy {
    background-position-x: -240px; }
  .icon-market.cz {
    background-position-x: -288px; }
  .icon-market.dk {
    background-position-x: -336px; }
  .icon-market.de {
    background-position-x: -384px; }
  .icon-market.es {
    background-position-x: -432px; }
  .icon-market.ct {
    background-position-x: -480px; }
  .icon-market.ee {
    background-position-x: -528px; }
  .icon-market.fi {
    background-position-x: -576px; }
  .icon-market.fr {
    background-position-x: -624px; }
  .icon-market.it {
    background-position-x: -672px; }
  .icon-market.lv {
    background-position-x: -720px; }
  .icon-market.lt {
    background-position-x: -768px; }
  .icon-market.hu {
    background-position-x: -816px; }
  .icon-market.mt {
    background-position-x: -864px; }
  .icon-market.ma {
    background-position-x: -912px; }
  .icon-market.nl {
    background-position-x: -960px; }
  .icon-market.no {
    background-position-x: -1008px; }
  .icon-market.at {
    background-position-x: -1056px; }
  .icon-market.pl {
    background-position-x: -1104px; }
  .icon-market.ro {
    background-position-x: -1152px; }
  .icon-market.sk {
    background-position-x: -1200px; }
  .icon-market.se {
    background-position-x: -1248px; }
  .icon-market.gr {
    background-position-x: -1296px; }
  .icon-market.pt {
    background-position-x: -1344px; }
  .icon-market.us {
    background-position-x: -1392px; }
  .icon-market.ch {
    background-position-x: -1440px; }
  .icon-market.icon-small {
    background: url("/Content/img/icons/sprite-markets-27x18.png");
    width: 27px;
    height: 18px; }
    .icon-market.icon-small.gb {
      background-position-x: 0px; }
    .icon-market.icon-small.ie {
      background-position-x: -27px; }
    .icon-market.icon-small.be {
      background-position-x: -54px; }
    .icon-market.icon-small.bg {
      background-position-x: -81px; }
    .icon-market.icon-small.hr {
      background-position-x: -108px; }
    .icon-market.icon-small.cy {
      background-position-x: -135px; }
    .icon-market.icon-small.cz {
      background-position-x: -162px; }
    .icon-market.icon-small.dk {
      background-position-x: -189px; }
    .icon-market.icon-small.de {
      background-position-x: -216px; }
    .icon-market.icon-small.es {
      background-position-x: -243px; }
    .icon-market.icon-small.ct {
      background-position-x: -270px; }
    .icon-market.icon-small.ee {
      background-position-x: -297px; }
    .icon-market.icon-small.fi {
      background-position-x: -324px; }
    .icon-market.icon-small.fr {
      background-position-x: -351px; }
    .icon-market.icon-small.it {
      background-position-x: -378px; }
    .icon-market.icon-small.lv {
      background-position-x: -405px; }
    .icon-market.icon-small.lt {
      background-position-x: -432px; }
    .icon-market.icon-small.hu {
      background-position-x: -459px; }
    .icon-market.icon-small.mt {
      background-position-x: -486px; }
    .icon-market.icon-small.ma {
      background-position-x: -513px; }
    .icon-market.icon-small.nl {
      background-position-x: -540px; }
    .icon-market.icon-small.no {
      background-position-x: -567px; }
    .icon-market.icon-small.at {
      background-position-x: -594px; }
    .icon-market.icon-small.pl {
      background-position-x: -621px; }
    .icon-market.icon-small.ro {
      background-position-x: -648px; }
    .icon-market.icon-small.sk {
      background-position-x: -675px; }
    .icon-market.icon-small.se {
      background-position-x: -702px; }
    .icon-market.icon-small.gr {
      background-position-x: -729px; }
    .icon-market.icon-small.pt {
      background-position-x: -756px; }
    .icon-market.icon-small.us {
      background-position-x: -783px; }
    .icon-market.icon-small.ch {
      background-position-x: -810px; }
  .icon-market.icon-tiny {
    background: url("/Content/img/icons/sprite-markets-18x12.png");
    width: 18px;
    height: 12px; }
    .icon-market.icon-tiny.gb {
      background-position-x: 0px; }
    .icon-market.icon-tiny.ie {
      background-position-x: -18px; }
    .icon-market.icon-tiny.be {
      background-position-x: -36px; }
    .icon-market.icon-tiny.bg {
      background-position-x: -54px; }
    .icon-market.icon-tiny.hr {
      background-position-x: -72px; }
    .icon-market.icon-tiny.cy {
      background-position-x: -90px; }
    .icon-market.icon-tiny.cz {
      background-position-x: -108px; }
    .icon-market.icon-tiny.dk {
      background-position-x: -126px; }
    .icon-market.icon-tiny.de {
      background-position-x: -144px; }
    .icon-market.icon-tiny.es {
      background-position-x: -162px; }
    .icon-market.icon-tiny.ct {
      background-position-x: -180px; }
    .icon-market.icon-tiny.ee {
      background-position-x: -198px; }
    .icon-market.icon-tiny.fi {
      background-position-x: -216px; }
    .icon-market.icon-tiny.fr {
      background-position-x: -234px; }
    .icon-market.icon-tiny.it {
      background-position-x: -252px; }
    .icon-market.icon-tiny.lv {
      background-position-x: -270px; }
    .icon-market.icon-tiny.lt {
      background-position-x: -288px; }
    .icon-market.icon-tiny.hu {
      background-position-x: -306px; }
    .icon-market.icon-tiny.mt {
      background-position-x: -324px; }
    .icon-market.icon-tiny.ma {
      background-position-x: -342px; }
    .icon-market.icon-tiny.nl {
      background-position-x: -360px; }
    .icon-market.icon-tiny.no {
      background-position-x: -378px; }
    .icon-market.icon-tiny.at {
      background-position-x: -396px; }
    .icon-market.icon-tiny.pl {
      background-position-x: -414px; }
    .icon-market.icon-tiny.ro {
      background-position-x: -432px; }
    .icon-market.icon-tiny.sk {
      background-position-x: -450px; }
    .icon-market.icon-tiny.se {
      background-position-x: -468px; }
    .icon-market.icon-tiny.gr {
      background-position-x: -486px; }
    .icon-market.icon-tiny.pt {
      background-position-x: -504px; }
    .icon-market.icon-tiny.us {
      background-position-x: -522px; }
    .icon-market.icon-tiny.ch {
      background-position-x: -540px; }

.image-verisign {
  width: 82px; }

.selectize-control {
  position: relative; }
  .selectize-control .selectize-dropdown {
    color: #2E2E2E;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-width: 1px;
    border-style: solid;
    border-color: #f6f6f8;
    border-top: none; }
    .selectize-control .selectize-dropdown .optgroup-header {
      background-color: #2091EB;
      color: #fff; }
  .selectize-control .selectize-input {
    padding: 2px 5px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: text; }
    .selectize-control .selectize-input.disabled:before {
      color: #D2D6D9; }
    .selectize-control .selectize-input:before {
      content: "\";
      position: absolute;
      right: 8px;
      top: 50%;
      display: block;
      font-size: 10px;
      font-family: 'icon-font';
      color: #2091EB;
      margin-top: -8px; }
    .selectize-control .selectize-input > * {
      vertical-align: baseline;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline; }
    .selectize-control .selectize-input > input {
      display: inline-block !important;
      padding: 0 !important;
      min-height: 0 !important;
      max-height: none !important;
      max-width: 100% !important;
      text-indent: 0 !important;
      border: 0 none !important;
      background: none !important;
      line-height: inherit !important;
      -webkit-user-select: auto !important; }
      .selectize-control .selectize-input > input:focus {
        outline: none; }
  .selectize-control .selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    margin: -1px 0px 0px 0px;
    border-top: 0 none; }
    .selectize-control .selectize-dropdown [data-selectable], .selectize-control .selectize-dropdown .optgroup-header {
      padding: 5px 10px; }
    .selectize-control .selectize-dropdown .optgroup:first-child .optgroup-header {
      border-top: 0 none; }
    .selectize-control .selectize-dropdown .active {
      background-color: #f5fafd;
      color: #495c68; }
  .selectize-control .selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    background: #ffffff; }

.core-input {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px; }
  .core-input.disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5; }
    .core-input.disabled .datepicker {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      display: none !important; }
  .core-input label {
    color: #2E2E2E;
    padding: 5px;
    font-weight: 400;
    line-height: 20px; }
    .core-input label .sublabel {
      color: #828790; }
  .core-input input {
    padding: 2px 5px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    cursor: text;
    border: 0 none;
    background: none;
    color: #073590;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700; }
    .core-input input:focus {
      outline: none; }
    .core-input input.js-custom-spinner {
      padding-right: 76px; }
  .core-input .js-custom-spinner-controller {
    width: 76px;
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 8px;
    color: #2091EB; }
    .core-input .js-custom-spinner-controller .js-custom-spinner-inc,
    .core-input .js-custom-spinner-controller .js-custom-spinner-dec {
      margin-left: 6px;
      display: inline-block;
      font-size: 30px;
      line-height: 20px;
      position: relative;
      z-index: 1;
      cursor: pointer; }
      .core-input .js-custom-spinner-controller .js-custom-spinner-inc.disabled,
      .core-input .js-custom-spinner-controller .js-custom-spinner-dec.disabled {
        color: #95cbf5; }
  .core-input .datepicker-dropdown {
    width: 100%; }
    .core-input .datepicker-dropdown table {
      margin: 0 auto; }

label.error, label.alert {
  font-size: 12px;
  background-color: #FEEAEB;
  color: #B13336;
  padding: 5px 10px;
  margin: 5px 0 20px;
  border: 1px solid #F75D5D;
  border-radius: 5px;
  width: 100%;
  position: relative; }
  label.error:before, label.alert:before {
    top: -21px;
    left: 20px;
    border-width: 11px;
    border-color: transparent transparent #F75D5D transparent; }
  label.error:after, label.alert:after {
    top: -20px;
    left: 20px;
    border-color: transparent transparent #FEEAEB transparent; }
  label.error:after, label.error:before, label.alert:after, label.alert:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-width: 10px;
    border-style: solid; }

label.alert {
  background-color: #FFF5E3;
  color: #C27E00;
  border: 1px solid #F1C933; }
  label.alert:before {
    border-color: transparent transparent #F1C933 transparent; }
  label.alert:after {
    border-color: transparent transparent #FFF5E3 transparent; }

.core-rich-input {
  border: 1px solid #2091EB;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding-top: 25px;
  margin-bottom: 10px; }
  .core-rich-input input {
    position: relative;
    width: 100%;
    height: 28px;
    padding: 0px 10px;
    color: #2091EB;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    vertical-align: middle;
    text-transform: capitalize;
    z-index: 1;
    line-height: 28px;
    bottom: 0;
    border: none;
    background: transparent; }
  .core-rich-input .label {
    position: absolute;
    top: 0;
    color: #2E2E2E;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px; }
    .core-rich-input .label.focused {
      z-index: 10;
      background: #e9f2f9;
      color: #2E2E2E;
      line-height: 18px;
      border-radius: 5px 5px 0 0;
      border-bottom: 1px solid #cee1f2; }
  .core-rich-input .rich-input-search {
    position: absolute;
    right: 0;
    color: #073590;
    padding: 10px; }
  .core-rich-input .rich-input-icon {
    position: absolute;
    right: 0;
    color: #073590;
    padding: 5px; }

.core-btn-link {
  color: #2091EB;
  font-weight: 400;
  font-size: 16px;
  margin: 20px 0;
  padding: 0; }

.core-radio-group {
  margin-bottom: 10px; }

.core-radio input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  margin: 1px;
  cursor: pointer;
  outline: none; }

.core-radio .tick {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  z-index: 1;
  top: 4px;
  background-image: url("/Content/img/core/radio-btn.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 5px; }

.core-radio.selected .tick {
  background-position: 0 -21px; }

.core-radio.core-radio-alt {
  color: #ffffff; }
  .core-radio.core-radio-alt .tick {
    background-image: url("/Content/img/core/radio-btn-alt.png"); }
  .core-radio.core-radio-alt.core-radio-dark {
    color: #000000; }
    .core-radio.core-radio-alt.core-radio-dark .tick {
      background-image: url("/Content/img/core/radio-btn-alt-dark.png"); }

.core-checkbox {
  position: relative; }
  .core-checkbox input {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0; }
  .core-checkbox .tick {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #D2D6D9;
    border-radius: 5px;
    margin-right: 2px;
    cursor: pointer; }
    .core-checkbox .tick .icon {
      position: absolute;
      display: none;
      font-size: 10px;
      margin-top: 2px;
      margin-left: 3px; }
  .core-checkbox.checked .tick .icon {
    display: block; }
  .core-checkbox.core-checkbox-lg {
    line-height: 25px; }
    .core-checkbox.core-checkbox-lg .tick {
      top: 0;
      height: 25px;
      width: 25px; }
      .core-checkbox.core-checkbox-lg .tick .icon {
        font-size: 15px;
        margin-top: 4px;
        margin-left: 5px; }
  .core-checkbox.terms-acceptance .tick {
    position: absolute;
    left: 0; }
  .core-checkbox.terms-acceptance .checkbox-text {
    display: block;
    position: relative;
    padding-left: 28px; }

.core-card {
  padding: 0;
  position: relative;
  color: #2E2E2E;
  display: block;
  margin-bottom: 24px; }
  .core-card .prompt-info {
    display: inline-block;
    margin-bottom: 20px; }
    .core-card .prompt-info .icon {
      color: #2091EB; }
  .core-card > .header {
    margin-bottom: 12px; }
    .core-card > .header .section-title {
      padding: 0;
      padding-bottom: 10px;
      font-size: 24px; }
    .core-card > .header h2 {
      margin: 4px 0 0 0;
      font-size: 26px;
      position: relative;
      font-weight: 700;
      padding: 0;
      border-bottom: none;
      /*@media (min-width: 992px) {
        padding: $ryanair-padding-large $ryanair-padding-xlarge;
      }*/ }
    .core-card > .header .icon {
      font-size: 1.2em;
      position: relative;
      top: 3px;
      margin-right: 10px;
      color: #073590; }
  .core-card > .body h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 700; }
  .core-card > .body .info-text {
    font-size: 14px;
    font-weight: 400;
    color: #828790;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .core-card > .body .info-text .icon {
      color: #2091EB;
      margin-right: 5px; }
  .core-card .info-total-itens-page {
    font-size: 18px;
    font-weight: 600;
    color: black; }
  .core-card .footer {
    padding: 15px;
    text-align: left;
    background-color: transparent;
    border: none;
    border-top: 1px solid #D2D6D9; }
    @media (min-width: 992px) {
      .core-card .footer {
        padding: 20px 30px; } }
  .core-card .horizontal-line {
    padding: 0; }
    .core-card .horizontal-line hr {
      display: inline-block;
      overflow: hidden;
      width: 100%;
      border-top: 1px solid #D2D6D9;
      margin: 10px 0; }
  .core-card .field-label {
    margin-bottom: 5px;
    color: #828790; }
  .core-card label.error, .core-card label.alert {
    margin-top: 0; }
  .core-card select {
    border-color: #D2D6D9; }
  .core-card .core-input,
  .core-card .core-select select,
  .core-card .core-select .selectize-input {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding: 8px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #D2D6D9;
    border-radius: 5px; }
    .core-card .core-input:focus,
    .core-card .core-select select:focus,
    .core-card .core-select .selectize-input:focus {
      outline: none; }
  .core-card .core-select .selectize-control {
    margin-bottom: 15px; }
    .core-card .core-select .selectize-control .selectize-input {
      padding-top: 10px;
      margin-bottom: 0; }
    .core-card .core-select .selectize-control .selectize-dropdown {
      border: 1px solid #D2D6D9;
      border-top: none;
      margin-top: -3px; }

.core-card-light {
  background-color: #fff; }

.checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 16px;
  /* Hide the browser's default checkbox */ }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ddd; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.prompt {
  display: block;
  font-size: 14px;
  color: #828790;
  border-radius: 5px;
  padding: 16px;
  margin-bottom: 10px; }
  .prompt :first-child {
    margin-top: 0; }
  .prompt :last-child {
    margin-bottom: 0; }
  .prompt-title {
    font-size: 14px;
    font-weight: bold;
    color: #2E2E2E; }
  .prompt.error {
    background-color: #FEEAEB;
    border: 1px solid #F75D5D; }
  .prompt.success {
    background-color: #EDFDED;
    border: 1px solid #65C74B; }
    .prompt.success .icon {
      color: #65C74B; }
  .prompt.info {
    background-color: #F8FBFF;
    border: 1px solid #D2D6D9; }
  .prompt ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.steps-list {
  padding: 30px 0; }
  .steps-list .step {
    position: relative;
    text-align: center; }
  .steps-list .step-line {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #D2D6D9;
    margin-top: -1px; }
  .steps-list .step.first .step-line {
    left: 50%; }
  .steps-list .step.last .step-line {
    right: 50%; }
  .steps-list .step-image {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    color: #D2D6D9;
    background-color: #fff;
    position: relative; }
    .steps-list .step-image:hover {
      text-decoration: none; }
    .steps-list .step-image:before {
      content: "\";
      font-family: icon-font;
      display: block;
      position: absolute;
      width: 100%;
      font-size: 38px;
      margin-left: -6px;
      line-height: 1em;
      text-align: center; }
    .steps-list .step-image .icon {
      padding-top: 9px;
      font-size: 18px;
      display: block;
      line-height: 1em;
      text-align: center; }
  .steps-list .step-title {
    display: none;
    font-weight: bold;
    color: #D2D6D9;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .steps-list .step-title {
        display: inline-block; } }
    .steps-list .step-title:hover {
      text-decoration: none; }

.steps-list .step.active .step-image {
  color: #073590; }
  .steps-list .step.active .step-image:before {
    content: "\"; }
  .steps-list .step.active .step-image .icon {
    color: #fff; }

.steps-list .step.active .step-title {
  color: #073590; }

.steps-list .step.checked .step-image {
  color: #FFC400; }
  .steps-list .step.checked .step-image:before {
    content: "\"; }
  .steps-list .step.checked .step-image .icon {
    color: #073590; }
    .steps-list .step.checked .step-image .icon:before {
      content: "\"; }

.footer {
  text-align: center;
  background: #fff;
  border-top: 1px solid #D2D6D9;
  padding: 32px 0; }
  .footer .links {
    list-style: none;
    padding-left: 0; }
    .footer .links .link {
      margin-bottom: 10px; }
  .footer .server-info {
    display: none; }
  @media (min-width: 768px) {
    .footer .links .link {
      display: inline-block;
      margin-right: 10px; }
      .footer .links .link:last-child {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .footer .links {
      float: right; }
    .footer .copyright {
      float: left; }
    .footer .server-info {
      clear: both; } }

.empty-space-ecrew-app {
  display: none;
  height: 100px; }
  @media (max-width: 995px) {
    .empty-space-ecrew-app {
      display: block; } }

.footer-core-card {
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: left;
  background-color: transparent;
  border: none;
  border-top: 1px solid #D2D6D9; }

@media (min-width: 992px) {
  .footer-core-card {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media ((max-width: 767px)) {
  .footer {
    padding-bottom: 100px; } }

.error-page {
  padding-top: 10px;
  margin-bottom: 30px; }
  .error-page .error-image img {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto; }
  .error-page .error-message {
    text-align: center; }
    @media (min-width: 992px) {
      .error-page .error-message {
        text-align: left;
        padding-top: 90px; } }
    @media (min-width: 1200px) {
      .error-page .error-message {
        padding-top: 180px; } }
    .error-page .error-message h1 {
      color: #073590; }
    .error-page .error-message p {
      font-size: 16px;
      margin-top: 20px;
      margin-bottom: 30px; }
  @media (min-width: 992px) {
    .error-page.error-page-500 .error-message {
      padding-top: 70px; } }
  @media (min-width: 1200px) {
    .error-page.error-page-500 .error-message {
      padding-top: 150px; } }

.cookie-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #073590;
  padding: 24px;
  z-index: 999;
  text-align: center;
  color: #fff;
  border-top: 1px dashed #FFC400; }
  .cookie-popup .cookie-info {
    position: relative;
    z-index: 1; }
  .cookie-popup .icon-close {
    cursor: pointer;
    font-size: 20px;
    color: #FFC400; }
  .cookie-popup .icon-cookie {
    position: absolute;
    top: 50%;
    left: -30px;
    z-index: -1;
    font-size: 50px;
    color: #1e4eac;
    margin-top: -25px; }
  .cookie-popup a {
    color: #FFC400;
    padding: 0;
    font-size: 14px;
    line-height: 18px; }

.core-card-nd {
  padding: 0;
  position: relative;
  border-radius: 5px;
  color: #12151E;
  display: block;
  margin-bottom: 24px; }
  .core-card-nd .prompt-info {
    display: inline-block;
    margin-bottom: 20px; }
    .core-card-nd .prompt-info .icon {
      color: #2091EB; }
  .core-card-nd > .header .section-title {
    padding: 0;
    padding-bottom: 10px;
    font-size: 24px; }
  .core-card-nd > .header h2 {
    margin: 0;
    font-size: 26px;
    position: relative;
    font-weight: bold;
    padding: 0;
    opacity: 1;
    letter-spacing: 0px; }
  .core-card-nd > .header .icon {
    font-size: 1.2em;
    position: relative;
    top: 3px;
    margin-right: 10px;
    color: #073590; }
  .core-card-nd > .body h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 700; }
  .core-card-nd > .body .info-text {
    font-size: 14px;
    font-weight: 400;
    color: #828790;
    min-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px; }
    .core-card-nd > .body .info-text .icon {
      color: #2091EB;
      margin-right: 5px; }
  .core-card-nd .info-total-itens-page {
    font-size: 18px;
    font-weight: 600;
    color: black; }
  .core-card-nd .footer {
    padding: 15px;
    text-align: left;
    background-color: transparent;
    border: none; }
    @media (min-width: 992px) {
      .core-card-nd .footer {
        padding: 20px 30px; } }
  .core-card-nd .horizontal-line {
    padding: 0; }
    .core-card-nd .horizontal-line hr {
      display: inline-block;
      overflow: hidden;
      width: 100%;
      border-top: 1px solid #D2D6D9;
      margin: 10px 0; }
  .core-card-nd .field-label {
    margin-bottom: 5px;
    color: #828790; }
  .core-card-nd label.error, .core-card-nd label.alert {
    margin-top: 0; }
  .core-card-nd select {
    border-color: #D2D6D9; }
  .core-card-nd .core-input,
  .core-card-nd .core-select select,
  .core-card-nd .core-select .selectize-input {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    padding: 8px;
    line-height: 1.42857143;
    color: #2E2E2E;
    background-color: #fff;
    border: 1px solid #D2D6D9;
    border-radius: 5px; }
    .core-card-nd .core-input:focus,
    .core-card-nd .core-select select:focus,
    .core-card-nd .core-select .selectize-input:focus {
      outline: none; }
  .core-card-nd .core-select .selectize-control {
    margin-bottom: 15px; }
    .core-card-nd .core-select .selectize-control .selectize-input {
      padding-top: 10px;
      margin-bottom: 0; }
    .core-card-nd .core-select .selectize-control .selectize-dropdown {
      border: 1px solid #D2D6D9;
      border-top: none;
      margin-top: -3px; }
  .core-card-nd .content-profile-left {
    width: 575px;
    height: 370px;
    background-color: #fff;
    position: relative;
    float: left;
    border-radius: 5px; }
    @media (min-width: 992px) {
      .core-card-nd .content-profile-left {
        padding: 20px 30px; } }
  .core-card-nd .content-profile-right {
    width: 575px;
    height: 370px;
    position: relative;
    float: left;
    border-radius: 5px; }
    @media (min-width: 992px) {
      .core-card-nd .content-profile-right {
        margin-left: 15px; } }
  .core-card-nd .form-field-label {
    width: 50%;
    position: relative;
    float: left;
    color: #787C87;
    text-align: left; }
  .core-card-nd .form-field-label > label {
    font-weight: 100; }
  .core-card-nd .form-field-value {
    width: 50%;
    position: relative;
    float: left;
    color: #242A3B;
    text-align: right; }
  .core-card-nd .form-field-container {
    border-bottom: 1px solid #ECEDEF;
    margin-bottom: 2px;
    margin-top: 5px; }
  .core-card-nd .form-fullname {
    font-size: 22px;
    color: #242A3B;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px; }
  .core-card-nd .form-staffID {
    color: #12151E;
    font-size: 10px;
    margin-bottom: 20px; }
  .core-card-nd .form-staffID > span {
    background-color: #d2d3d7;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1; }
  .core-card-nd .top-profile {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 10px; }
  .core-card-nd .general-info {
    width: 575px;
    text-align: left;
    position: relative;
    float: left;
    color: #787C87;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.6px; }
  .core-card-nd .travel-info {
    width: 575px;
    text-align: left;
    position: relative;
    float: left;
    color: #787C87;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.6px;
    margin-left: 15px; }
  .core-card-nd .blue-ticket {
    position: relative;
    float: left;
    width: 280px;
    background-color: #0053BF;
    height: 134px;
    border-radius: 5px; }
  .core-card-nd .white-ticket {
    position: relative;
    float: left;
    width: 280px;
    background-color: #008CFF;
    height: 134px;
    border-radius: 5px;
    margin-left: 15px; }
  .core-card-nd .number-blue {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 50px; }
  .core-card-nd .number-white {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 50px; }
  .core-card-nd .confirmed-info {
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    color: #FFFFFF; }
  .core-card-nd .first-letter-uppercase {
    text-transform: capitalize;
    display: inline-block; }
  .core-card-nd .valid-info {
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: relative;
    float: left;
    color: #A6D5FC; }
  .core-card-nd .relatives-container {
    position: relative;
    float: left;
    width: 355px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
    height: 220px; }
    .core-card-nd .relatives-container .relatives-display {
      width: 100%;
      height: 70%;
      overflow-y: auto;
      overflow-x: hidden; }
    .core-card-nd .relatives-container .relatives-display::-webkit-scrollbar {
      width: 10px; }
    .core-card-nd .relatives-container .relatives-display::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .core-card-nd .relatives-container .relatives-display::-webkit-scrollbar-thumb {
      background: #888; }
    .core-card-nd .relatives-container .relatives-display::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .core-card-nd .relatives-infoND {
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 32px;
    font-size: 10px;
    letter-spacing: 0.6px;
    text-align: left;
    font-weight: normal;
    color: #787C87;
    margin-bottom: 20px; }
  .core-card-nd .relatives-infoND-header {
    text-transform: uppercase; }
  .core-card-nd .relative-row {
    position: relative;
    float: left;
    width: 290px;
    margin-left: 32px;
    height: 32px;
    margin-right: 32px;
    border-bottom: 1px solid #ECEDEF;
    margin-top: 5px; }
  .core-card-nd .relative-title {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
    letter-spacing: 0px;
    color: #787C87; }
  .core-card-nd .relative-name {
    position: relative;
    float: left;
    width: 50%;
    text-align: right;
    letter-spacing: 0px;
    color: #242A3B; }
  .core-card-nd .content-benefits {
    border-radius: 5px;
    position: relative;
    float: left;
    background-color: #ffffff;
    margin-top: 15px;
    height: 220px;
    text-align: center;
    width: 205px;
    margin-left: 15px; }
  .core-card-nd .benefits-image {
    width: 100%;
    height: 70px;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 35px; }
  .core-card-nd .benefits-findmore {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #787C87; }
  .core-card-nd .benefits-discount {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    letter-spacing: 0px;
    color: #0D49C0; }
  .core-card-nd .benefits-margin-bottom {
    margin-bottom: 15px; }
  .core-card-nd .sap-info {
    position: relative;
    float: left;
    width: 175px;
    height: 45px;
    margin-top: 40px; }
  .core-card-nd .sap-description {
    text-align: left;
    letter-spacing: 0px;
    color: #787C87; }
  .core-card-nd .sap-link {
    text-align: left;
    letter-spacing: 0px;
    color: #0D49C0; }

.alert-green {
  width: 21px;
  height: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  background-color: #06AD4D; }

.alert-red {
  width: 21px;
  height: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  background-color: #FF5262; }

#alert-close {
  float: right; }

.width-60 {
  width: 60% !important; }

.shimmer-loader-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.manager-panel-shimmer-loader .col-sm-3 span {
  display: block;
  height: 20px;
  width: 80%; }

.manager-panel-shimmer-loader .col-sm-2 span {
  display: block;
  height: 20px;
  width: 80%; }

.manager-panel-shimmer-loader .col-sm-1 span {
  display: block;
  height: 20px;
  width: 80%; }

.notice-period-shimmer-loader .col-md-3 span {
  display: block;
  height: 20px;
  width: 80%; }

.notice-period-shimmer-loader .col-md-6 span {
  display: block;
  height: 20px;
  width: 80%; }

.terms-and-conditions-shimmer-loader .list-group-item span {
  display: block;
  height: 20px;
  width: 80%; }

@media (max-width: 480px) {
  .plan-trip-shimmer-loader .blue-tickets-left {
    margin-bottom: 10px; } }

.plan-trip-shimmer-loader .blue-tickets-left {
  width: 100% !important; }
  .plan-trip-shimmer-loader .blue-tickets-left span {
    display: block;
    width: 100%;
    height: 20px; }

.plan-trip-shimmer-loader .core-input-origin span {
  display: block;
  width: 100%;
  height: 61px; }

.plan-trip-shimmer-loader .bottom-shimmer span {
  display: block;
  height: 46px;
  width: 100%; }

.animate-shimmer {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%; }

@keyframes shimmer {
  0% {
    background-position: -1000px 0; }
  100% {
    background-position: 1000px 0; } }

html {
  background-color: #fff; }

.field-validation-error {
  display: block;
  color: #B13336;
  font-weight: bold;
  margin: 5px 0; }

.col-inner {
  margin-right: -15px;
  margin-left: -15px; }

.loader-layer,
.js-loader-layer {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  background-image: url(/Content/img/noreusable/spin.gif);
  background-position: center center;
  background-repeat: no-repeat; }

:focus {
  outline: none; }

.logout-btn {
  color: #337ab7;
  border: 0 solid transparent;
  background-color: transparent; }

.logout-btn:hover, .logout-btn:focus {
  color: #23527c; }

.payment-loader-layer {
  z-index: 1000; }

.requestSelected {
  background-color: lightgrey; }

.requestSelectable {
  cursor: pointer; }

.requestSelectable:hover {
  background-color: lightcyan; }

#body-ticket-abuse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

#div-ticket-abuse {
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px; }

#header-ticket-abuse {
  margin-bottom: 30px; }

#table-ticket-abuse {
  width: 100%;
  text-align: center; }

#table-ticket-abuse th {
  text-align: center; }

.button-add-group {
  margin-bottom: 20px;
  margin-top: 10px; }

.column-search {
  width: 90% !important; }

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

.core-input-iframe {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 101%;
  height: 60px !important;
  left: -2px;
  top: 1px; }

.terms-and-conditions-change-flight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  top: -10px; }

.peak-summer-2021 {
  background-color: #4fa8ef; }

.summer2021-icon {
  color: #0000b6;
  vertical-align: middle;
  font-size: 24px; }

.body-dev-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100px;
  width: 100%; }

.duty-request-disabled {
  color: lightgrey;
  cursor: not-allowed; }

.duty-request-disabled:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.duty-request-disabled .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s; }

.tooltip {
  position: relative;
  display: inline-block; }

.div-duty-collection-delete-btn {
  width: 91%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 10px 0 -10px; }

.icon-logout-mainpage {
  color: white;
  font-size: 32px; }

.btn-page-select {
  color: white !important;
  background-color: #073590 !important; }

/* new table */
.staff-table {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ECEDEF;
  border-radius: 8px;
  color: #242A3B; }

.staff-rows > .staff-row:hover {
  background-color: #ECEDEF; }

.staff-row {
  width: 100%;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #ECEDEF; }
  @media (max-width: 991px) {
    .staff-row {
      font-size: 12px; } }
  .staff-row > .bold-row {
    font-weight: bold; }
  .staff-row:before, .staff-row:after {
    display: table;
    content: " "; }
  .staff-row:after {
    clear: both; }
  .staff-row > .col-sm-1, .staff-row > .col-sm-2, .staff-row > .col-sm-3, .staff-row > .col-md-1, .staff-row > .col-md-2, .staff-row > .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .staff-row > div:first-child {
    padding-left: 0; }

.no-data-row {
  padding-top: 40px;
  padding-bottom: 40px; }
  .no-data-row:before, .no-data-row:after {
    display: table;
    content: " "; }
  .no-data-row:after {
    clear: both; }

.col-no-data {
  text-align: center;
  color: #787C87; }
  .col-no-data > p:first-child {
    font-weight: bold; }

.table-header {
  font-size: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 16px 20px 16px 20px; }
  .table-header a {
    color: #787C87; }
  .table-header a:hover, .table-header a:focus {
    color: #242A3B;
    cursor: pointer; }
  .table-header .sort:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 13px;
    vertical-align: top; }
  .table-header .sort.asc:after {
    background: no-repeat center url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNiAxNikgcm90YXRlKDE4MCkiPjxjaXJjbGUgaWQ9IkJHIiBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiMwZDQ5YzAiIG9wYWNpdHk9IjAiLz48cGF0aCBpZD0iUGF0aF85OTQ1IiBkYXRhLW5hbWU9IlBhdGggOTk0NSIgZD0iTTE3MDkuNjU0LDE0MzMuMzQyYS43NTguNzU4LDAsMCwwLC4yNDgtLjE2NWwyLjc1LTIuNzUyYS43NS43NSwwLDAsMC0xLjA2LTEuMDZsLTIuMjIsMi4yMjEtMi4yMi0yLjIyMWEuNzUuNzUsMCwxLDAtMS4wNjEsMS4wNmwyLjc1MSwyLjc1MmEuNzQ0Ljc0NCwwLDAsMCwuNTMuMjJBLjc2MS43NjEsMCwwLDAsMTcwOS42NTQsMTQzMy4zNDJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcwMS4zNzIgLTE0MjMuMjcxKSIgZmlsbD0iIzI0MmEzYiIvPjwvZz48L3N2Zz4="); }
  .table-header .sort.desc:after {
    background: no-repeat center url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCgk8Y2lyY2xlIGlkPSJCRyIgY3g9IjgiIGN5PSI4IiByPSI4IiBmaWxsPSIjMGQ0OWMwIiBvcGFjaXR5PSIwIi8+DQoJPHBhdGggaWQ9IlBhdGhfOTk0NSIgZGF0YS1uYW1lPSJQYXRoIDk5NDUiIGQ9Ik0xNzA5LjY1NCwxNDMzLjM0MmEuNzU4Ljc1OCwwLDAsMCwuMjQ4LS4xNjVsMi43NS0yLjc1MmEuNzUuNzUsMCwwLDAtMS4wNi0xLjA2bC0yLjIyLDIuMjIxLTIuMjItMi4yMjFhLjc1Ljc1LDAsMSwwLTEuMDYxLDEuMDZsMi43NTEsMi43NTJhLjc0NC43NDQsMCwwLDAsLjUzLjIyQS43NjEuNzYxLDAsMCwwLDE3MDkuNjU0LDE0MzMuMzQyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3MDEuMzcyIC0xNDIzLjI3MSkiIGZpbGw9IiMyNDJhM2IiLz4NCjwvc3ZnPg=="); }

.table-filters {
  margin-bottom: 14px; }
  .table-filters select {
    /*font-size: $ryanair-filter-text-size;*/
    border-radius: 18px;
    color: #242A3B;
    background-color: #fff;
    border: 1px solid #4B505F; }
  .table-filters .search-input {
    /*font-size: $ryanair-filter-text-size;*/
    padding: 4px 16px 4px 34px;
    color: #787C87;
    border-radius: 18px;
    border: none;
    min-width: 260px;
    background: #ECEDEF; }
  .table-filters .magnifyingglass-clickable {
    position: absolute;
    margin-left: 6px;
    width: 26px;
    opacity: 0.8; }
    .table-filters .magnifyingglass-clickable:hover {
      width: 28px;
      cursor: pointer;
      opacity: 1; }
    .table-filters .magnifyingglass-clickable:active, .table-filters .magnifyingglass-clickable:focus {
      width: 26px; }
  .table-filters .btn-search {
    text-transform: uppercase;
    font-weight: 900; }

.export-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: end;
  margin-bottom: 20px; }

.regular-button {
  color: #0D49C0; }
  .regular-button .inactive {
    color: #0D49C066; }
  .regular-button:hover, .regular-button:focus {
    color: #0831A3; }
  .regular-button:active {
    text-decoration: underline;
    color: #051C86; }

.secondary {
  padding: 8px 16px;
  border-radius: 55px;
  color: #fff;
  background-color: #0D49C0;
  border: none; }
  .secondary.small {
    font-size: 12px; }
  .secondary:hover, .secondary:focus {
    color: #fff;
    background-color: #0A3A9A; }
  .secondary:active {
    color: #fff;
    background-color: #082E7B; }

.inverse-secondary {
  padding: 7px 16px;
  border-radius: 55px;
  color: #0D49C0;
  background-color: transparent;
  border: 1px solid #0D49C0;
  cursor: pointer; }
  .inverse-secondary.small {
    font-size: 12px; }
  .inverse-secondary:hover, .inverse-secondary:focus {
    color: #0D49C0;
    background-color: white; }
  .inverse-secondary:active {
    color: #fff;
    background-color: #082E7B; }

.redesign-btn-primary {
  color: #242A3B;
  background-color: #FFC400;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 12px;
  border: transparent;
  border-radius: 55px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none; }
  .redesign-btn-primary:hover, .redesign-btn-primary:focus {
    color: #242A3B;
    background-color: #FFB500;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none; }
  .redesign-btn-primary:active {
    color: #242A3B;
    background-color: #E6A300;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none; }
  .redesign-btn-primary[disabled]:hover {
    cursor: not-allowed; }

.redesign-btn-inactive {
  opacity: 0.5; }

.redesign-btn-secondary {
  color: #242A3B;
  background-color: #0D49C0;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 12px;
  border: transparent;
  border-radius: 55px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF; }
  .redesign-btn-secondary:hover, .redesign-btn-secondary:focus {
    color: #242A3B;
    background-color: #0831A3;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF; }
  .redesign-btn-secondary:active {
    color: #242A3B;
    background-color: #051C86;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF; }
  .redesign-btn-secondary[disabled]:hover {
    cursor: not-allowed;
    color: #FFFFFF; }

.redesign-btn-secondary {
  color: #242A3B;
  background-color: #0D49C0;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 12px;
  border: transparent;
  border-radius: 55px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF; }
  .redesign-btn-secondary:hover, .redesign-btn-secondary:focus {
    color: #242A3B;
    background-color: #0831A3;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF; }
  .redesign-btn-secondary:active {
    color: #242A3B;
    background-color: #051C86;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF; }
  .redesign-btn-secondary[disabled]:hover {
    cursor: not-allowed;
    color: #FFFFFF; }

.redesign-btn-action {
  color: #242A3B;
  background-color: #FF5262;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 12px;
  border: transparent;
  border-radius: 55px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none; }
  .redesign-btn-action:hover, .redesign-btn-action:focus {
    color: #242A3B;
    background-color: #E5414F;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none; }
  .redesign-btn-action:active {
    color: #242A3B;
    background-color: #CE3B47;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none; }

.redesign-button-default {
  color: #242A3B;
  background-color: #2091EB;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 12px;
  border: transparent;
  border-radius: 55px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-weight: 400; }
  .redesign-button-default:hover, .redesign-button-default:focus {
    color: #242A3B;
    background-color: #1171bd;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: 400; }
  .redesign-button-default:active {
    color: #242A3B;
    background-color: #1276c6;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: 400; }

.redesign-btn-tertiary {
  color: #242A3B;
  background-color: #ECEDEF;
  line-height: 2;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 12px;
  border: transparent;
  border-radius: 55px;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none; }
  .redesign-btn-tertiary:hover, .redesign-btn-tertiary:focus {
    color: #242A3B;
    background-color: #D2D3D7;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none; }
  .redesign-btn-tertiary:active {
    color: #242A3B;
    background-color: #A4A7AE;
    line-height: 2;
    font-weight: bold;
    font-size: 14px;
    padding: 2px 12px;
    border: transparent;
    border-radius: 55px;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none; }

.redesign-btn-remove-own-manager-request {
  margin-right: 10px; }

.filter-container {
  color: #787C87;
  border: 1px solid #4B505F;
  background-color: #fff;
  border-radius: 18px;
  padding: 4px 12px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  height: 30px; }
  .filter-container > img {
    margin-top: -3px; }
  .filter-container > label {
    font-weight: normal;
    margin-bottom: 0px;
    color: #242A3B; }
  .filter-container.active {
    color: #242A3B; }
    .filter-container.active > select {
      color: #242A3B; }
  .filter-container > select {
    border: none;
    color: #242A3B;
    background-color: transparent; }
  .filter-container.date-picker > input {
    border: none;
    padding: 0;
    width: 36px;
    margin-left: -8px;
    vertical-align: bottom;
    color: #242A3B;
    margin-bottom: 1px; }
    .filter-container.date-picker > input.has-value {
      width: 80px; }
  .filter-container.date-picker > input:-ms-input-placeholder {
    color: #242A3B; }
  .filter-container.date-picker > input::placeholder {
    color: #242A3B; }

.row-actions > a + a {
  margin-left: 16px; }

.cursor-pointer {
  cursor: pointer; }

.grid-pagination {
  color: #787C87;
  font-size: 12px; }

.page-size-navigation {
  text-align: right; }
  .page-size-navigation > div {
    display: inline-block; }
  .page-size-navigation a:hover, .page-size-navigation a:focus {
    text-decoration: none; }

.page-navigation {
  margin-left: 16px; }
  .page-navigation > a:hover {
    cursor: pointer; }

.page-size > select {
  border: 1px solid #D2D3D7;
  border-radius: 18px;
  padding: 4px 0 4px 4px; }

.own-duty-travel-request-row a {
  color: black;
  text-decoration: none; }
  .own-duty-travel-request-row a:hover {
    color: #787C87;
    text-decoration: none; }

.staff-input {
  border-radius: 18px;
  color: #242A3B;
  padding: 8px 12px;
  border: 1px solid #4B505F; }

.manager-selector {
  margin-bottom: 20px; }

button.btn-export {
  text-align: center;
  color: #0D49C0;
  text-transform: uppercase;
  border: 1px solid #0D49C0;
  border-radius: 55px;
  font-weight: 900; }

button.btn-export:hover {
  background-color: #E5F3FF !important;
  color: #0D49C0 !important; }

secondary-blue-100
.alert-body {
  width: 30%;
  padding: 15px;
  float: right;
  background-color: #242A3B;
  border-radius: 2px;
  color: #FFFFFF; }
  secondary-blue-100
.alert-body button {
    color: #FFFFFF;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }

.email-cancel-btn {
  background: none;
  border: none;
  padding: 0;
  color: #2091eb;
  text-decoration: underline;
  cursor: pointer; }

.alert-body {
  width: 30%;
  padding: 15px;
  float: right;
  background-color: #333333;
  border-radius: 2px;
  color: #FFF; }
  .alert-body button {
    color: #FFF;
    float: left;
    padding-left: 10px;
    padding-right: 10px; }

.alert-top-right {
  width: 100%;
  position: fixed;
  z-index: 1; }

.tooltipDark {
  visibility: hidden;
  width: 250px;
  background-color: #242A3B;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 6px;
  position: absolute;
  z-index: 1;
  font-size: 10px; }

.tooltip-dark-big {
  visibility: hidden;
  width: 24%;
  background-color: #242A3B;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 15px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  left: 38%; }

.staff-row:hover .tooltip-dark-big {
  visibility: visible; }

.sap-info:hover .tooltipDark {
  visibility: visible; }

.relatives-infoND-icon:hover .tooltipDark {
  visibility: visible; }

.search-by-pnr-wrapper {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 0; }

.captcha-form-group {
  margin-left: 15px; }

.float-right {
  float: right; }

.magin-bottom {
  margin-bottom: 15px; }

.btn-your-manager-save-manager {
  width: 179px;
  margin-left: -15px; }

.icon-svg {
  width: 1.5%; }

.no-shadow {
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0);
  border: none; }

#btn-confirm-blue-type {
  margin-left: 10px; }

.moreInfo {
  background-color: white;
  float: left; }

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

.disable-click {
  pointer-events: none;
  cursor: not-allowed; }

.blueLandingPage {
  background-color: white;
  padding: 25px; }

.bGWhite {
  background-color: white; }

.notification-badge {
  position: absolute;
  top: -6px;
  right: -9px;
  border-radius: 50%;
  background: red;
  color: white;
  width: 17px;
  height: 17px;
  font-size: 10px;
  padding-top: 2px;
  text-align: center; }

.core-input-disabled {
  color: #AAAAAA !important;
  background-color: #eeeeee !important;
  opacity: 1 !important; }

select.core-input-disabled,
input[type='checkbox'].core-input-disabled {
  color: #AAAAAA !important;
  background-color: #eeeeee !important;
  opacity: 1 !important;
  pointer-events: none !important; }

.manager-panel-select-all-checkbox {
  float: left;
  margin-top: 0px !important;
  margin-right: 5px !important; }

label.errorSibling {
  font-size: 12px;
  background-color: #FEEAEB;
  color: #B13336;
  padding: 5px 10px;
  margin: 5px 0 20px;
  border: 1px solid #F75D5D;
  border-radius: 5px;
  width: 100%;
  position: relative; }

.disabled-input {
  background-color: lightgray;
  pointer-events: none; }

.tickRight {
  float: right;
  top: 0 !important;
  margin-left: 10px; }

.blue-tickets-flex {
  display: -ms-flexbox;
  display: flex; }

.disabled-link {
  opacity: 0.5; }

.seats-available-label {
  display: none; }

.disabled {
  opacity: 0.4;
  pointer-events: none; }

.relatives-list .js-loader-layer {
  z-index: 1000;
  background-color: #f6f6f8;
  display: none; }

.staff-admin-notice-periods {
  display: -ms-flexbox;
  display: flex; }
  .staff-admin-notice-periods .col:first-child {
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .staff-admin-notice-periods .col:not(:first-child) {
    margin: 15px; }

#noticePeriods .header {
  border-bottom: 1px solid #D2D6D9; }

.expired-password-component {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 20px; }
  .expired-password-component header {
    margin-bottom: 40px;
    text-align: center; }
  .expired-password-component .expired-password-update {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    .expired-password-component .expired-password-update header {
      margin-bottom: 40px; }
    .expired-password-component .expired-password-update .expired-password-update-form {
      width: 350px;
      margin: auto;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 15px;
      padding: 11% 8%; }
    .expired-password-component .expired-password-update .expired-password-btn {
      width: 100%;
      margin-top: 20px; }
  .expired-password-component .expired-password-description {
    padding: 20px; }
    .expired-password-component .expired-password-description dl dt {
      padding-top: 10px;
      margin-top: 10px;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .expired-password-component .expired-password-description dl dd {
      margin-top: 3px;
      color: #787C87; }

.js-duty-request {
  margin-right: 15px; }

.LandingTable {
  border-left: 2px solid #c7c7c7;
  border-right: 2px solid #c7c7c7;
  width: 100%;
  background-color: #f4f4f4;
  text-align: center;
  vertical-align: middle; }

.LandingTable tr {
  border: 2px solid;
  border-left: none;
  border-right: none;
  border-color: #c7c7c7;
  height: 50px; }

.LandingTable td {
  border-left: 2px solid;
  border-color: #c7c7c7; }

.LandingTableHeader {
  font-size: 16px;
  font-weight: 700; }

.LandingTable1Col {
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  border-left: none !important; }

.excMark {
  font-size: 35px; }

.moreInfoDesc {
  line-height: 25px; }

.LandingTableHeader span {
  font-size: 13px; }

.txt-underline {
  text-decoration: underline; }

.fare-type .sublabel {
  font-weight: bold;
  font-size: 15px; }

/* MOBILE */
@media (max-width: 480px) {
  .mobile-modal-dialog {
    width: 95%;
    margin-top: 20%; }
    .mobile-modal-dialog .btn {
      width: 100%; } }

.d-inline-block {
  display: inline-block !important; }

.modal-ETA-body {
  padding: 5px; }

.modal-ETA-title {
  font-weight: bold;
  text-decoration: underline; }

/*# sourceMappingURL=main-module.css.map */

