@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("resources/fonts/glyphicons-halflings-regular.eot"), url("resources/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("resources/fonts/glyphicons-halflings-regular.woff") format("woff"), url("resources/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/*  $module: 3.125rem;
 $module: 2.5rem;
 $spacing: 0rem;
 $spacing: 0.313rem;
 $secondary-color: #9d9d9d;
 */
/*===========FUNCTIONS===========*/
/*-------Convert px to rem-------*/
/*===========VARIABLES===========*/
/*-------------Fonts------------*/
/*--------Buttons Colors--------*/
/*---------Links Colors---------*/
/*-------Background Colours------*/
/*----------text Colors---------*/
/*--------Headers Colors--------*/
/*$h3-bg-color: #8bd;*/
/*---------Other colors---------*/
/*------------Aligment----------*/
/*------Module base sizes-------*/
/*-------------Menus------------*/
/*-------------Steps------------*/
/*===========BASICS============*/
*, :before, :after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #345;
}

html {
  overflow: hidden;
}

*::selection {
  background-color: #b0de09;
  color: #fff;
}

/*===========CONTENT============*/
.logo {
  display: inline-block;
  height: 3.75rem;
  font-size: 0;
  line-height: 0;
}

h1 {
  margin: 0.375rem;
}

h1:first-letter {
  text-transform: uppercase;
}

h1:after {
  content: "";
  height: 100%;
  vertical-align: middle;
}

h2, h5 {
  margin: 1.5rem 0.375rem 0.375rem;
  color: #345;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  flex: 100%;
  margin: 0.375rem;
  padding: 0.375rem 0;
  font-size: 1.125rem;
  color: #096;
  text-transform: capitalize;
}

.cardGroup h3 {
  border-bottom: solid 2px #096;
}

h3 > .iconBtn {
  height: 100%;
}

h4 {
  margin: 0.375rem;
  font-size: 1rem;
  color: #096;
  text-transform: capitalize;
}

h4 span {
  font-weight: normal;
  padding: 0.375rem;
}

h5 {
  margin: 0.375rem;
  font-size: 0.875rem;
  color: #999c9f;
}

p {
  margin: 1.5rem 0.75rem;
  font-size: 1rem;
}

img {
  max-width: calc(100% - 0.375rem*2);
  margin: 0.375rem;
}

ul, ol, dl {
  margin: 0 0.375rem 0.75rem;
  padding: 0 1.5rem;
}

dl {
  padding: 0;
}

li, dt, dd {
  margin: 0;
  padding: 0.375rem;
}

dt {
  font-weight: bold;
  color: #096;
  border-bottom: solid 2px #096;
}

dd {
  margin: 0;
}

strong {
  font-weight: 500;
}

/*==========STRUCTURE===========*/
header, main, aside, footer {
  padding: 0.375rem;
}

header {
  display: flex;
  background: #dddedf;
}

header > * {
  vertical-align: middle;
}

header h1 {
  padding: 1.125rem 0.375rem;
  font-size: 1.5rem;
  line-height: calc(1.5rem - 2px);
  font-weight: 400;
  color: #678;
  white-space: nowrap;
}

.title {
  flex: 2 0 auto;
  margin: 0.375rem;
  padding: 0.375rem 0;
  line-height: 1rem;
  font: normal 1rem "Roboto", Arial, Helvetica, sans-serif;
}

.title:before {
  content: "";
  height: 100%;
}

.ttlCore, .title:before {
  display: inline-block;
  vertical-align: middle;
}

.subTitle {
  display: block;
  color: #2b85b8;
}

.excluded {
  display: inline-block;
  overflow: hidden;
  max-width: 13.125rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.excludedItem {
  text-decoration: line-through;
}

.excludedItem + .excludedItem:before {
  content: ",";
  padding: 0 0.375rem 0 0;
  text-decoration: none;
}

header .tabs {
  flex-basis: content;
}

/*-----------Containers----------*/
.content main, aside {
  display: table-cell;
  vertical-align: top;
}

main {
  width: 100%;
}

aside {
  max-width: 100%;
  -webkit-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
  background: #dddedf;
  order: 2;
}

.centered {
  max-width: 64rem;
  margin: auto;
}

.content {
  display: flex;
  /* table-layout: fixed; */
  width: 100%;
  padding: 0.375rem;
}

.content aside {
  /*overflow: auto;*/
  height: calc(100vh - 3.75rem - 0.375rem*2);
}

.top + .content {
  margin-top: 3.75rem;
}

footer {
  background: #eeeff0;
  text-align: center;
  vertical-align: middle;
}

.modalWin {
  display: flex;
  flex-flow: column nowrap;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.modalWin main {
  display: table-cell;
  width: 100%;
  height: 100vh;
  padding: 0.375rem;
  vertical-align: middle;
}

.modalWin footer {
  z-index: 2;
  order: 3;
  height: 4.5rem;
  padding: 0;
  text-align: right;
}

.modalWin footer + main {
  height: calc(100vh - 3.75rem - 0.375rem*2);
}

.modalWin .fixedTH {
  top: 0;
}

.wellcomeBanner {
  text-align: center;
}

.wellcomeBanner h2 {
  font-size: 7.5rem;
  margin: 3.75rem auto 7.5rem;
}

.treatment {
  display: block;
  font-size: 5.625rem;
  /*color: $dark;*/
}

.wellcomeBanner img {
  height: 15%;
  margin: 3.75rem;
}

.emptyMSG {
  width: 33.3%;
  height: 33.3%;
  margin: 33.3% auto;
}

/*-----------Not Found----------*/
.notFound {
  position: absolute;
  top: calc(50% - 3.75rem*2);
  left: 33.3%;
  width: 33.3%;
  text-align: center;
  transition: top 0.8s ease;
}

.panel:not(:empty) .ifEmpty {
  display: none;
}

.notFound h3 {
  font-size: 24px;
}

.noFav, .fav .notFound .noResults {
  display: none;
}

.notFound:only-child, .fav .notFound:only-child .noFav {
  display: block;
}

.list .notFound {
  width: 100%;
  left: 0;
}

.noResults {
  padding: 3.75rem 0 0;
  background: url("./images/magnifier_xl.png") no-repeat 49% top;
}

/*This works for inline messages within lists*/
.notItems:not(:only-child) {
  display: none;
}

/*------------Tables------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

td {
  padding: 0.1875rem 0.375rem;
}

td.form {
  padding: 0;
  font-size: 0;
}

/*=========SPECIAL LISTS========*/
.blockList {
  padding: 0;
}
.blockList ol, .blockList ul, .blockList header, .blockList h2, .blockList h3 {
  margin: 0;
  padding: 0;
}

.blockList ul:not(.popMenu) > li:not(.route), .blockList > li {
  margin: 0;
  padding: 0;
  list-style: none;
  /*background: $h3-bg-color;*/
}

.blockList header {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 3.75rem;
  border-bottom: solid 2px #eeeff0;
}

.blockList header button, .hdrButton {
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border: none;
}

.hdrButton:first-child, .tiny .hdrButton {
  min-width: 3rem;
  max-width: 3rem;
}

.hdrButton:last-child {
  padding: 0 0 0 0.375rem;
}

/*.switchMe header:not(:only-of-type) .hdrButton:first-child {
    display: none;
}*/
.flexItem .hdrButton {
  padding: 0.375rem 0;
}

.hdrButton:nth-of-type(2) {
  margin-left: auto;
}

.blockList header {
  color: #fff;
}

.blockList > header {
  color: #eeeff0;
  /*background: $primary-bg;*/
  background: #999c9f;
}

/*.blockList ul ul li {
    color: $default-txt;
    background: $medium;
}*/
/*.blockList ul ul li + li {
    border-top: solid 2px $light;
}*/
/*.blockList li li {
    padding: calc(3.75rem/2 - 0.375rem*2 - 0.5rem);
}*/
.blockList [class$=HDR]:not(.genHDR) {
  background-size: 3rem auto;
}

.blockList [class$=HDR]:not(.genHDR) h3 {
  padding-left: 2.5rem;
  background-size: 3rem auto;
}

.genHDR {
  background-color: #bbbcbd;
}

.bookingHDR {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat left calc(-5 * 3rem + 0.375rem/2);
  background-position-x: calc(0.375rem/-2);
}

.flightHDR {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat left calc(-7 * 3rem + 0.375rem/2);
  background-position-x: calc(0.375rem/-2);
}

.groupHDR {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat left calc(-6 * 3rem + 0.375rem/2);
  background-position-x: calc(0.375rem/-2);
}

.paxHDR {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat left calc(-9 * 3rem + 0.375rem/2);
  background-position-x: calc(0.375rem/-2);
}

.menuHDR {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat left calc(-11 * 3rem + 0.375rem/2);
  background-position-x: calc(0.375rem/-2);
}

.meetGreetHDR {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat left calc(-14 * 3rem + 0.375rem/2);
  background-position-x: calc(0.375rem/-2);
}

.blockList .flightHDR .groupHDR {
  padding-right: 3rem;
  background: #bbbcbd url(./images/icons/iconsSpriteSmall.png) no-repeat right calc(-6 * 3rem + 0.375rem/2);
  background-blend-mode: screen;
}

.groupHDR button:last-child {
  /*margin-right: $spacing;*/
  font-size: 1rem;
  line-height: 1.75rem;
  vertical-align: bottom;
}

.groupHDR .glyphiconMap:before {
  vertical-align: -8px;
  font-size: 1.75rem;
}

.genHDR > h3 {
  max-width: 80%;
  white-space: nowrap;
}

.genHDR em {
  width: 100%;
  font-style: normal;
  white-space: normal;
}

/*[class$=HDR] strong {
    font-weight: 500;
}*/
[class$=HDR] strong:not(:only-child) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blockList .scroller {
  overflow: auto;
  height: calc(100vh - 3.75rem*2 - 0.375rem*2);
}

/*.halfScroller {
    overflow: auto;
    max-height: calc(62vh - 3.75rem*2 - 0.375rem*2); 
}*/
.blockList h2, .blockList h3 {
  width: 100%;
  /*height: $module;*/
  margin: 0;
  padding: 0 0.75rem 0 0;
  font-weight: 500;
}

.blockList h3:first-child, .blockList h2 {
  padding: 0 0.75rem;
}

.blockList header > :not(button):before {
  content: "";
  display: inline-block;
  height: 3.75rem;
  vertical-align: middle;
}

.blockList h2, .blockList header button {
  font-size: 1.125rem;
  color: #eeeff0;
}

.blockList h3 {
  overflow: hidden;
  font-size: 1rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blockList h3 em {
  display: inline-block;
  vertical-align: middle;
}

.blockList h3 span {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #dddedf;
}

.blockList header p {
  margin: 0;
  padding: 0 0.375rem;
  white-space: nowrap;
}

/*--------------Row List-------------*/
.quotedList {
  display: inline;
  padding: 0;
  color: #2b85b8;
}

.quotedList:before {
  content: "[";
}

.quotedList:after {
  content: "]";
}

.quotedList li {
  display: inline;
  padding: 0;
}

.selected .quotedList {
  color: #eeeff0;
}

/*-----------Ordered Lists-----------*/
.ordered {
  counter-reset: number;
}

ol > li {
  list-style: decimal-leading-zero inside;
}

.ordered > li:before {
  counter-increment: number;
  content: counter(number);
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  padding: 0.375rem;
  border-radius: 50%;
  border: solid 2px #eeeff0;
  text-align: center;
  line-height: 1.125rem;
}

.subList.ordered li:before {
  border-color: #dddedf;
}

.ordered .concept {
  flex: auto;
}

/*-----------Category Item-----------*/
tr.catItem {
  color: #eeeff0;
  background-color: #bbbcbd;
  border-bottom: solid 2px #eeeff0;
}

.catItem td {
  padding: 0.75rem;
}

.catItem td:not(:nth-child(2)) {
  text-align: right;
}

.catItem [class*=cat] {
  min-width: 0.375rem;
}

td[class*=cat] {
  padding: 0.375rem;
  border-right: solid 2px #eeeff0;
}

.catItem:not(tr):before {
  content: "";
  width: 0.75rem;
  padding: 0.375rem;
  border-right: solid 2px #eeeff0;
}

/*------------Stats-------------*/
[class*=stat] {
  width: auto;
  max-height: 3.75rem;
  /*padding: calc(3.75rem/2 - 0.5rem) $spacing;*/
  padding: 0.375rem;
}

[class*=stat]:before {
  content: "";
  display: inline-block;
  /*float: right;*/
  /*width: 1rem;
  height: 1rem;*/
  font-family: "Glyphicons Halflings";
  font-size: 1.5rem;
  vertical-align: middle;
  /*border: solid 2px $light;*/
  border-radius: 50%;
  line-height: 1.5rem;
}

.blockList [class*=stat]:before {
  border: solid 2px #eee;
  background: #fff;
}

td[class*=stat]:before, .popMenu [class*=stat]:before {
  margin-right: 0.375rem;
  vertical-align: middle;
}

/*--------Categories and stats--------*/
[class*=stat]:empty:before {
  margin: 0 0.375rem;
}

.stat0:before {
  content: "";
  color: #999c9f;
}

.selected [class*=stat]:before {
  background: #fff;
}

[class*=stat].statUngrouped:before {
  color: #fff;
  border: solid 1px #F30;
  background: #F30;
}

.stat1:before {
  content: "";
  color: #535559;
}

.stat3:before {
  content: "";
  color: #F74;
}

.stat2:before, .stat4:before, .stat6:before, .stat8:before, .statUngrouped:before {
  content: "";
}

.stat2:before {
  color: #F30;
}

.stat4:before {
  color: #F90;
}

.stat5:before {
  /*background-color: #eeCC10;*/
  color: #FB6;
}

.stat6:before {
  /*background-color: #b0de09;*/
  /*background-color: #fff44f;*/
  /* background-color: rgb(239,210,16); */
  color: #2b85b8;
}

.stat7:before {
  color: #86b7d9;
  /*background-color: #005588;*/
}

.stat8:before {
  /*background-color: #BCF5A9;*/
  color: #009966;
}

.stat9:before {
  color: #7b8;
}

/*-------------stats Up & Down-----------*/
.stUp {
  /*margin: 0 0 0 $spacing;*/
}

.stUp:before, .stDown:before {
  content: "";
  display: inline-block;
  color: #eeeff0;
  width: 1.875rem;
  height: 1.875rem;
  font-family: "Glyphicons Halflings";
  font-size: 1rem;
  line-height: 1.625rem;
}

.stDown:before {
  content: "";
}

.cat1:before, td.cat1, .stUp.stat1:before, .stDown.stat1:before {
  background-color: #535559;
}

.cat2:before, td.cat2, .stUp.stat2:before, .stDown.stat2:before {
  background-color: #F30;
}

.cat3:before, td.cat3, .stUp.stat3:before, .stDown.stat3:before {
  background-color: #F74;
}

.cat4:before, td.cat4, .stUp.stat4:before, .stDown.stat4:before {
  background-color: #F90;
}

.cat5:before, td.cat5, .stUp.stat5:before, .stDown.stat5:before {
  background-color: #FB6;
}

.cat6:before, td.cat6, .stUp.stat6:before, .stDown.stat6:before {
  background-color: #2b85b8;
}

.cat7:before, td.cat7, .stUp.stat7:before, .stDown.stat7:before {
  background-color: #86b7d9;
}

.cat8:before, td.cat8, .stUp.stat8:before, .stDown.stat8:before {
  background-color: #009966;
}

.cat9:before, td.cat9, .stUp.stat9:before, .stDown.stat9:before {
  background-color: #7b8;
}

/*----------Flex Lists----------*/
.flexItem, .flexForm {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  /*min-height: $module - $spacing*2 + rem(2px);*/
  min-height: 3.125rem;
  text-align: initial;
}

.flexForm {
  min-height: initial;
}

.flexParent {
  flex-flow: row wrap;
}

.flexParent header {
  width: 100%;
  height: 2.25rem;
  padding: 0;
  border: 0;
  vertical-align: middle;
}

.flexItem h4 {
  /*display: table-cell;
  padding: 0;*/
  padding: 0.375rem;
  /*height: calc(3rem - 0.375rem*2);*/
  /*vertical-align: middle;*/
}

.flexParent > header a {
  padding: 0.375rem 0.75rem;
}

.flexParent > header > :not(button):before {
  height: 2.25rem;
}

.flexItem + .flexItem {
  border-top: solid 2px #eeeff0;
}

.flexItem > * {
  vertical-align: middle;
  padding: 0 0.75rem;
}

.flexItem em {
  font-style: normal;
}

.flexItem em, .flexItem strong {
  font-weight: 500;
}

.flexItem > :only-child {
  padding: 0.75rem;
  width: 100%;
}

.flexItem em + [class*=stat] {
  padding: 0.75rem;
}

[class*=stat] + em {
  order: 1;
  /*width: calc(100% - 1rem - 0.375rem*4);*/
  width: calc(100% - 3.75rem - 0.375rem*4);
}

.flexItem > [class*=stat]:first-child {
  order: 2;
  padding: 0 0.75rem;
}

.inlineFlexList:last-child .flexParent:last-child li.flexItem:only-child, .inlineFlexList:last-child > li.flexItem:only-child, .inlineFlexList:last-child .hasActions:last-child {
  margin-bottom: 5.625rem;
}

.hasActions:after {
  content: "";
  order: 2;
  width: 1rem;
  height: 1rem;
  margin: 0 0.375rem 0 0;
  font-family: "Glyphicons Halflings";
  color: #eeeff0;
}

.hasActions.active:after {
  content: "";
}

.flexItem .actions {
  display: none;
  overflow: hidden;
  /*height: calc(2.4rem + 0.375rem*2);*/
  max-width: 0;
  padding: 0;
}

.flexItem.active .actions {
  display: initial;
  order: 3;
  overflow: visible;
  max-width: none;
  white-space: nowrap;
}

.actions .rowBtn {
  background: #eeeff0;
}

.flexItem.active em {
  flex: auto;
  max-width: calc(100% - 3.75rem - 1rem - 0.375rem*2);
}

.concept {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  text-overflow: ellipsis;
  vertical-align: text-bottom;
}

.hasActions .concept {
  max-width: 100%;
}

[class*=stat] + .concept {
  max-width: calc(100% - 3.75rem - 0.375rem);
}

strong + .concept, em + .concept {
  flex: auto;
  padding-left: 0;
}

em + .concept {
  text-align: right;
}

.concept:not(only-child):first-child {
  margin-right: 0.375rem;
}

.sideInfo {
  display: inline-block;
  /*padding: 0 0 0 $spacing;*/
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #096;
  white-space: nowrap;
  vertical-align: baseline;
}

/*.sideInfo:not(:only-child) {
    margin: 0 0 0 $spacing;
}*/
.formElement {
  flex: auto;
  height: 3rem;
  margin: 0.375rem;
  padding: 0.375rem;
  font-size: 1rem;
  font-family: Roboto;
  color: #999c9f;
  /*border: none;*/
  background-color: #fff;
}

.formElement[class$=Icon] {
  padding-left: 2.625rem;
}

.formElement + button {
  width: 3rem;
}

.popMenu .formElement {
  width: 100%;
  flex: auto;
  margin: 0;
  border: solid 2px #dddedf;
}

.groupLink {
  /*flex: 1;*/
  width: 33.3%;
  text-align: right;
}

.groupLink span {
  display: block;
}

/*----------flexForm-----------*/
.flexForm > :not(label) {
  vertical-align: middle;
  padding: 0 0.75rem;
}

/*------------SMS-------------*/
[for=Mobile] ~ * {
  display: none;
}

[for=Mobile].hidden ~ * {
  display: inline;
}

/*------------Route-------------*/
.inlineFlexList .route {
  padding: 0.375rem 0;
  border: solid 2px #eee;
  border-width: 2px 0;
}

/*Stops*/
.stopCounter {
  counter-reset: stop;
}

.stopCounter li {
  list-style: none;
}

.stopCounter .pointA strong:after {
  counter-increment: stop;
  content: counter(stop);
  margin-left: 0.375rem;
}

.stopCounter > .summaryLnk {
  display: none;
}

.stopCounter.collapsed .pointA {
  display: none;
}

.stopCounter.collapsed > .summaryLnk {
  display: block;
}

/*Pickups*/
.pickupCounter {
  counter-reset: pickup;
}

.pickupCounter li {
  list-style: none;
}

.pickupCounter .pointA strong:after {
  counter-increment: pickup;
  content: counter(pickup);
  margin-left: 0.375rem;
}

.pickupCounter > .summaryLnk {
  display: none;
}

.pickupCounter.collapsed li + li {
  display: none;
}

.pickupCounter.collapsed > .summaryLnk {
  display: block;
}

/*Points A & B*/
.pointA, .pointB {
  overflow: visible;
  position: relative;
  margin: 0.375rem 0.375rem 1.875rem 1.75rem;
  padding: 0 0.375rem;
}

.pointB {
  margin-bottom: 0.375rem;
}

.pointA:before {
  content: "";
  display: block;
  position: absolute;
  left: -0.5625rem;
  top: 0.75rem;
  height: calc(100% + 3.75rem/2);
  border-left: dashed 2px #2b85b8;
}

.pointA:after, .pointB:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1rem;
  top: 1px;
  height: 1rem;
  width: 1rem;
  border: solid 2px #2b85b8;
  border-radius: 50%;
  background: #fff;
}

.timeDisplay {
  display: block;
  font-size: 1.375rem;
  line-height: 1;
}

.stopCounter .timeDisplay {
  font-size: 1.125rem;
}

.timeDisplay .sideInfo {
  margin-left: 0.375rem;
  vertical-align: middle;
}

.subList {
  width: 100%;
  background-color: #eeeff0;
}

.subList li {
  border-color: #dddedf;
}

/*------------Notes--------------*/
.notesList {
  max-height: 68%;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0.375rem;
  text-align: initial;
}

.noteItem {
  padding: 0.375rem;
  border-bottom: solid 2px #dddedf;
}

.noteDescription {
  margin: 0.375rem;
  padding: 0;
}

/*-----------Soap Bars-----------*/
.soapBars {
  /*display: flex;
  flex-flow: row nowrap;*/
  width: 100%;
  height: calc(100% - 3.75rem*2 - 0.375rem);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  color: #fff;
}

.sBar {
  display: inline-block;
  position: relative;
  width: calc(50% - 0.375rem*2);
  min-height: 33.3%;
  margin: 0.375rem;
  vertical-align: top;
  background-color: grey;
}

.bis {
  width: calc(25% - 0.375rem);
  margin: 0.375rem 0 0.375rem 0.375rem;
}

.bis + .sBar {
  width: calc(25% - 0.375rem);
  margin: 0.375rem 0.375rem 0.375rem 0;
}

.sBar:before {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  color: #fff;
}

.soapBars h3 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  opacity: 0.75;
}

.soapBars p {
  font-size: 1.5rem;
}

.sBar.stat1 {
  background-color: #535559;
}

.sBar.stat2 {
  background-color: #F30;
}

.sBar.stat3 {
  background-color: #F74;
}

.sBar.stat4 {
  background-color: #F90;
}

.sBar.stat5 {
  background-color: #FB6;
}

.sBar.stat6 {
  background-color: #2b85b8;
}

.sBar.stat7 {
  background-color: #86b7d9;
}

.sBar.stat8 {
  background-color: #009966;
}

.sBar.stat9 {
  background-color: #7b8;
}

/*-------------ALERTS------------*/
.notifications {
  position: absolute;
  right: calc(0.375rem*2 - 6px);
  bottom: 0.375rem;
  z-index: 10;
  width: 19.125rem;
  /*height: calc(100% - 0.375rem*3);*/
  text-align: right;
}

.notifications.collapsed {
  width: auto;
}

/*------Alert list-------*/
.alertList {
  overflow: auto;
  opacity: 1;
  max-height: calc(100vh - 3.75rem - 0.375rem*4);
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 1s ease 0.2s, max-height 1s 0.2s;
  transition: opacity 1s ease 0.2s, max-height 1s 0.2s;
}

.alertList.collapsed {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease, max-height 1s;
  transition: opacity 1s ease, max-height 1s;
}

.alertItem, .alertControlPill {
  display: inline-block;
  position: relative;
  list-style: none;
  width: calc(100% - 12px);
  margin: 0.1875rem 0.375rem;
  padding: calc(3.75rem/2 - 4px - 0.5rem) 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-align: left;
  border: solid 4px #c30;
  border-radius: 1.875rem;
  background: #fff;
  box-shadow: 0 2px 0.375rem rgba(0, 0, 0, 0.5);
}

.alertItem .clearIcon {
  position: absolute;
  right: -4px;
  top: -4px;
}

/*.alertItem:first-child:nth-last-child(n + 10){
    opacity: 0.5;
}
.alertItem:nth-last-child(11){
    opacity: 0.6;
}
.alertItem:nth-last-child(10){
    opacity: 0.8;
}*/
.alertItem time {
  position: absolute;
}

.alertItem:not(.defcon1) time {
  color: #999c9f;
}

.alertItem time strong {
  margin-left: 0.375rem;
}

.alertItem:not(.defcon1) time strong {
  color: #c30;
}

.alertItem .itemID {
  display: block;
  overflow: hidden;
  max-width: 38%;
  margin: 0 calc(3rem - 4px) 0 auto;
  text-align: right;
  color: #2b85b8;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.alertBtn:before {
    content: "\e123";
    font-size: 1.75rem;
    line-height: $smallModule;
    font-family: "Glyphicons Halflings";
    color: $primary-bg;
}*/
.alertBtn {
  border: 0;
  width: 3.25rem;
  height: 3.25rem;
  /*padding: 1px 1px 0 0;*/
  /*background: $medium url(./images/icons/iconsSpriteSmall.png) no-repeat calc(100% + 4px) calc(-16 * 3.75rem);*/
  background: transparent url(./images/icons/iconsSpriteLink.png) no-repeat center calc(-13 * 3.75rem - 0.25rem);
  background-size: 3.75rem auto;
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.alertBtn.disabled {
  background-image: url(./images/icons/iconsSpriteActive.png);
  font-size: 0;
}

/*------Alert control-------*/
.alertControlPill {
  display: inline-block;
  margin-top: 0.375rem;
  padding: 0;
  text-align: right;
  border-color: #dddedf;
  background-color: #dddedf;
}

.collapsed .alertControlPill {
  width: 3.75rem;
  height: 3.75rem;
  transition: 0.25s ease-in-out 0.5s;
  background: rgba(221, 222, 223, 0.75);
  border-color: transparent;
}

.collapsed .switcher0\|1 {
  /*     float:left;
      visibility: hidden;
      height: 0;
   */
  /*max-width: 0;
  line-height: 0;
  font-size: 0;*/
  display: none;
}

.defcon1 {
  background: #c30;
  color: #fff;
}

.defcon1 * {
  color: #fff !important;
}

.defcon3 {
  border-color: #fff;
}

/*------Alertrs onOff-------*/
.onOff2 ~ span {
  display: none;
}

.onOff2:not(:checked) ~ .false {
  display: inline;
}

.onOff2:checked + .true {
  display: inline;
}

/*==========DATA TABLES==========*/
.tableWrapper {
  display: flex;
  padding: 3.75rem 0 0 !important;
}

.tableWrapper > .scroller {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.tableWrapper:before {
  content: "";
  position: absolute;
  right: 0;
  top: 3.75rem;
  width: 100%;
  height: 1px;
  border-bottom: solid 2px #999c9f;
}

.hasMenu:before {
  left: 3.75rem;
  width: calc(100% - 3.75rem);
}

[class$=Data], .bleed > [class$=Data] {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 7.5rem !important;
  text-align: left;
  vertical-align: middle;
}

/*[class$=Data] thead {
    background: $medium;
}*/
/*------------THEADS------------*/
[class$=Data] thead th {
  position: relative;
  /*height: $module;*/
  padding: 0;
  /*border-right: solid 2px $light;
  border-bottom: solid 3px $dark;*/
}

.fixedTH {
  position: fixed;
  top: 4.125rem;
  height: 3.75rem;
  padding: calc(3.75rem/2 - 0.5rem) 0.375rem;
  white-space: nowrap;
}

th + th .fixedTH {
  border-left: solid 2px #eeeff0;
}

.searchHDR, .searchHDR .fixedTH {
  padding: 0;
  font-size: 0;
}

.searchHDR .fixedTH > * {
  font-size: 1rem;
  vertical-align: top;
}

.thLabel {
  display: inline-block;
  padding: calc(3.75rem/2 - 0.5rem) 0.375rem;
}

.ExtraLargeTH, .ExtraLargeTH .fixedTH {
  width: 27.5rem;
}

.largeTH, .largeTH .fixedTH {
  width: 15rem;
}

.medTH, .medTH .fixedTH {
  width: 11.25rem;
}

.shortTH, .shortTH .fixedTH {
  width: calc(3.75rem + 3.125rem);
}

.xsTH, .xsTH .fixedTH {
  width: 4.6875rem;
}

.xxsTH, .xxsTH .fixedTH {
  width: 3rem;
}

/*.hidden + main .searchHDR, .hidden + main .searchHDR .fixedTH {
    padding: 0;
}*/
[class$=Data] tbody > tr {
  border-bottom: solid 2px #eeeff0;
}

[class$=Data] tr.selected {
  color: #fff;
  background: #058;
}

[class$=Data] td {
  height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flightId {
  min-width: 5.625rem;
}

.origin {
  max-width: 15rem;
}

.origin span {
  max-width: 100%;
}

.searchHDR button {
  vertical-align: -0.75rem;
}

/*------column fine tunning-----*/
#serviceTypeHDR {
  width: 5.625rem;
}

/*aside:not(.hidden) + main .paxData td:last-child, aside:not(.hidden) + main [id*=distributorHDR]*/
.sidebar:not(.hidden) + main .sidebarHides, #summary:not(.tiny) + main .sidebarHides {
  display: none;
}

@media only screen and (orientation: portrait) {
  aside:not(.hidden) + main [headers*=flightHDR], [id*=flightHDR] {
    display: none;
  }

  .searchHDR, .searchHDR .fixedTH {
    width: 15rem;
  }
}
.tableInput {
  width: 100%;
  height: 100%;
  padding: 0.375rem;
  text-align: center;
  font-family: roboto;
  outline: none;
  border: solid 2px #dddedf;
  border-radius: 0.375rem;
  background-color: transparent;
}

.tableInput::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}

.selected .tableInput {
  color: #fff;
}

.tableInput option {
  color: #999c9f;
}

.capsule {
  display: inline-block;
  white-space: nowrap;
  color: #999c9f;
}

.capsule:before {
  content: "/";
  margin: 0 1px;
}

/*.capsule + .capsule {
    color: $secondary-bg;
}
.selected .capsule + .capsule  {
    color: $medium;
}*/
/*----------Row Detail----------*/
.expander:before {
  content: "";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Glyphicons Halflings";
  color: #2b85b8;
}

.expander.active:before {
  content: "";
  color: #058;
}

.expander.disabled:before {
  opacity: 0.25;
}

.rowDetail table {
  width: 100%;
  margin: 0;
  background-color: #eeeff0;
}

.rowDetail tbody tr, thead ~ thead tr {
  border-top: solid 2px #fff;
}

[class$=Data] .rowDetail tbody:not(:last-child) tr:last-of-type {
  border-bottom-color: #fff;
}

.rowDetail td, .rowDetail thead th {
  position: initial;
  height: 3rem;
  padding: 0.375rem;
}

.rowDetail > td {
  padding: 0;
}

.rowDetail table tr > :last-child {
  padding-right: 0.75rem;
  text-align: right;
}

/*----------Table checkbox----------*/
.rowDetail .checkLabel {
  position: initial;
}

.rowDetail table td .checkLabel {
  padding-left: 1.125rem;
  font-weight: 400;
}

.check:before {
  background-color: #fff;
}

/*.rowDetail .check:after {
    left: rem(2px);
    top: rem(-1px)
}*/
.rowDetail .check:checked:after {
  color: #999c9f;
}

.partial.check:checked:after {
  content: " ";
  /*left: $spacing + rem(4px);
  top: $spacing + rem(4px);*/
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 3px;
  background: #058;
}

.checkCell .partial.check:checked:before {
  border-color: #058;
}

.checkCell .partial.check:checked:after {
  /*top: calc(50% - 0.375rem);*/
}

.rowDetail .partial.check:after {
  background: #999c9f;
}

/*----Shared vs Private-----*/
.sharedChecked .private .check:before, .privateChecked .checkCell:not(.checked) .check:before, .privateChecked .shared .check:before {
  opacity: 0.5;
}

.sharedChecked .private .check:checked:after, .privateChecked .checkCell:not(.checked) .check:after, .privateChecked .shared .check:after {
  display: none;
}

/*----------No match List----------*/
.noMatchList {
  position: relative;
  opacity: 0.5;
}

.noMatchList:after {
  content: "click to unblur";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.splittedList {
  border-top: solid 0.1875rem #b0de09;
  color: #999c9f;
}

/*----------Flex Lists----------*/
/*.stClosed {
    position: relative;
    padding: $spacing 1rem $spacing $spacing;
}
.stClosed:after {
    content: "\e033";
    display: inline-block;
    position: absolute;
    right: $spacing;
    width: 1rem;
    height: 1rem;
    font-family: "Glyphicons Halflings";
    color: $secondary-bg;
    border-radius: 50%;
}*/
/*==========NAVIGATION==========*/
a {
  text-decoration: none;
}

a:link, a:visited {
  color: #2b85b8;
}

a:hover, a:focus {
  text-decoration: underline;
  outline: none;
  color: #058;
}

/*-------------Tabs------------*/
.tabSet {
  position: relative;
}

.tabs {
  width: 33.3%;
  padding: 0.375rem 0.1875rem 0 0.375rem;
  font-size: 0;
  text-align: center;
  background: transparent;
}

.tabs a {
  display: inline-block;
  position: relative;
  min-width: calc(50% - 0.375rem);
  padding: 0.375rem;
  margin: 0 0.1875rem;
  font-size: 1rem;
  line-height: calc(3.75rem - 0.375rem*3);
  text-align: center;
  background: linear-gradient(to top, rgba(0, 86, 140, 0.3) 0%, #2b85b8 40%), #2b85b8;
  color: #fff;
  border-radius: 0.375rem 0.375rem 0 0;
}

.tabs a:hover, .tabs a:focus, .tabs a:hover:before, .tabs a:hover:after {
  color: #fff;
  background: #058;
  text-decoration: none;
}

.tabs .active, .tabs .active:hover, .tabs .active:focus, .tabs .active:after, .tabs .active:before {
  z-index: 1;
  font-weight: 500;
  color: #058;
  background: #fff;
}

[role=tabpanel] {
  position: absolute;
  overflow: hidden;
  height: calc(100vh - 3.75rem - 0.375rem*2);
  max-height: 0;
  background: #fff;
}

[role=tabpanel]:not(.active) {
  display: none;
  opacity: 0;
  /*-webkit-transition: opacity 0.5s;
  transition: opacity 2s;*/
}

[role=tabpanel].active, [role=tabpanel]:target {
  display: flex;
  overflow: auto;
  /* position: static; */
  position: relative;
  max-height: none;
  padding: 0.375rem;
  /*opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 2s;*/
}

@media screen and (orientation: portrait) {
  .tabs {
    width: 38%;
  }
}
.mapContainer {
  position: relative;
}

.mapPanel {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mapPanel img {
  margin: 0;
}

/*-------------Menus------------*/
/*-----------thumbMenu----------*/
.thumbMenu {
  position: absolute;
  left: 1.125rem;
  bottom: 0.375rem;
  z-index: 9;
}

.thumbMenu .menu {
  margin: 0;
  padding: 0;
}

.thumbMenu li {
  padding: 0;
  cursor: pointer;
}

.thumbMenu .menu > li {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  margin: 0.375rem;
  z-index: 99;
}

.thumbMenu [role=menu] {
  position: absolute;
  bottom: calc(100% - 0rem);
  z-index: -1;
  min-width: 11.25rem;
  margin: 0;
  padding: 0;
  background: none;
}

.thumbMenu [role=menu] li {
  margin: 0.375rem 0;
}

/*--------Grouping mode--------*/
.groupingCTABar {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: calc(0.375rem*2 - 6px);
  bottom: 0;
  z-index: 8;
  width: 100%;
  padding: 0.375rem;
  text-align: right;
  border-top: solid 4px #eeeff0;
  background-color: #fff;
}

.notifications.collapsed {
  width: auto;
}

/*----------Legend------------*/
.legend {
  display: inline-block;
  flex: auto;
  text-align: left;
}

.legend h4 {
  margin: 0.375rem 0.75rem;
}

[class^=match] {
  display: inline-block;
  position: relative;
  line-height: 1.5rem;
}

.legend [class^=match] {
  margin: 0.375rem;
}

.legend [class^=match]:first-of-type {
  margin-left: 0.75rem;
}

.selected [class^=match]:before {
  border-color: #fff;
}

.selected [class^=match]:after {
  background-color: #fff;
}

[class^=match]:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
  border: solid 2px #058;
  border-radius: 50%;
  /*background: $active;
  box-shadow: inset 0 0 0 3px #fff;*/
  vertical-align: top;
}

.match2:before, .match3:before, .selected .match2:before, .selected .match3:before {
  border-color: #dddedf;
}

[class^=match]:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.375rem;
  top: 0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #058;
  border-radius: 50%;
}

.match3:after, .selected .match3:after {
  background-color: #dddedf;
}

/*--------Drop up effect--------*/
[role=menu] li {
  display: block;
  position: relative;
  list-style: none;
  max-height: calc(3.75rem + 0.375rem*2);
  /*Es el tamaño que tendrá cada item del listado abierto*/
  opacity: 1;
  -webkit-transition: max-height 0.5s, opacity 0.5s;
  transition: max-height 0.5s, opacity 0.5s;
  white-space: nowrap;
}

.menu li.closed li {
  max-height: 0;
  /*Es el tamaño que tendrá cada item del listado cerrado*/
  margin: 0;
  opacity: 0;
  -webkit-transition: max-height 0.5s, opacity 0.5s;
  transition: max-height 0.5s, opacity 0.5s;
}

/*-------Option Lists-------*/
.optList {
  display: flex;
  flex-direction: column;
  /*position: absolute;
  left: $module + $spacing*2;
  bottom: 0;
  top: 0;*/
  min-width: 15rem;
  max-width: 33.3vw;
  margin: 0.375rem 0;
  padding: 0.375rem;
  /*background-color: $medium;
  border-radius: $spacing;
  box-shadow: 1px 2px $spacing rgba(0,0,0,0.3);*/
}

.optList .scroller {
  overflow: auto;
  max-height: 27.75rem;
  margin: 0;
  padding: 0;
}

.optList:before {
  /*content: "\e251";
  position: absolute;
  left: calc(-1rem);
  bottom: $spacing*2.5;*/
  /*padding: calc(50% - 1.125rem);
  margin: $spacing;*/
  /*font-family: "Glyphicons Halflings";
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: $medium;
  vertical-align: middle;*/
}

.optList li {
  padding: 0.625rem;
  /*border-bottom: solid 2px $light;*/
  cursor: pointer;
}

.optList label {
  padding: 0 4.125rem 0 0;
  font-weight: 400;
}

/*------Menu Buttons Styling------*/
.thumbMenu.active:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
}

.thumbMenu [class$=Btn]:before, .thumbBtn:before {
  content: "";
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #dddedf;
  border: solid 0.375rem #dddedf;
  border-radius: 50%;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

[role=menubar] > .active > :before, .menuItem:hover :before {
  background-color: #058;
  border: solid 0.375rem #058;
}

[role=menu] [class*=Btn]:before {
  margin-right: 0.375rem;
}

[role=menu] > .active > [class*=Btn]:before {
  border: solid 0.375rem #058;
}

.thumbMenu [class$=Btn]:before {
  background-image: url(./images/icons/iconsSpriteLink.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-x: -0.375rem;
  background-size: 3.75rem auto;
}

.thumbMenu .active > [class$=Btn]:before, .menuItem:hover > [class$=Btn]:before {
  background-image: url(./images/icons/iconsSpriteActive.png);
}

/*  .dashboardBtn:before {
     background-position-y: calc(-8 * 3.75rem - 0.375rem/2);
 }
 .flightsBtn:before {
     background-position-y: calc(-7 * 3.75rem - 0.375rem/2);
 }
 .groupingsBtn:before {
     background-position-y: calc(-6 * 3.75rem - 0.375rem/2);
 }
 .bookingsBtn:before {
     background-position-y: calc(-5 * 3.75rem - 0.375rem/2);
 }
 .contactsBtn:before {
     background-position-y: calc(-4 * 3.75rem - 0.375rem/2);
 }
 .timeBtn:before {
     background-position-y: calc(-3 * 3.75rem - 0.375rem/2);
 }
 .distributorBtn:before {
     background-position-y: calc(-2 * 3.75rem - 0.375rem/2);
 }
 .menuBtn:before {
     background-position-y: calc(-11 * 3.75rem - 0.375rem/2);
 }
 .filterBtn:before {
     background-position-y: calc(-10 * 3.75rem - 0.375rem/2);
 }
 .airSettingsBtn:before {
     background-position-y: calc(-9 * 3.75rem - 0.375rem/2);
 }
 .logoutBtn:before {
     background-position-y: -$spacing/2;
 } */
.dashboardBtn:before {
  background-position-y: calc(-8 * 3.75rem - 0.375rem);
}

.flightsBtn:before {
  background-position-y: calc(-7 * 3.75rem - 0.375rem);
}

.groupingsBtn:before {
  background-position-y: calc(-6 * 3.75rem - 0.375rem);
}

.bookingsBtn:before {
  background-position-y: calc(-5 * 3.75rem - 0.375rem);
}

.contactsBtn:before {
  background-position-y: calc(-4 * 3.75rem - 0.375rem);
}

.timeBtn:before {
  background-position-y: calc(-3 * 3.75rem - 0.375rem);
}

.distributorBtn:before {
  background-position-y: calc(-2 * 3.75rem - 0.375rem);
}

.menuBtn:before {
  background-position-y: calc(-11 * 3.75rem - 0.375rem);
}

.filterBtn:before {
  background-position-y: calc(-10 * 3.75rem - 0.375rem);
}

.airSettingsBtn:before {
  background-position-y: calc(-9 * 3.75rem - 0.375rem);
}

.logoutBtn:before {
  background-position-y: -0.375rem;
}

.meetGreetBtn:before {
  background-position-y: calc(-14 * 3.75rem - 0.375rem);
}

.thumbBtn {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background: none;
}

.backBtn {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  white-space: nowrap;
}

.backBtn:before, .columnSetter:before, .closeCrossIcon:before {
  content: "";
  padding: calc(50% - 1.125rem);
  margin: 0.375rem;
  font-family: "Glyphicons Halflings";
  font-size: 1.5rem;
  line-height: 1.5rem;
  vertical-align: middle;
}

.columnSetter, .closeCrossIcon {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  border: none;
  background: none;
}

.columnSetter:before, .closeCrossIcon:before {
  content: "";
  color: #2b85b8;
  padding: calc(50% - 0.75rem);
}

.closeCrossIcon {
  right: initial;
  left: 0.375rem;
  top: 0.375rem;
  bottom: initial;
  z-index: 1;
}

.closeCrossIcon:before {
  content: "";
}

/*------------abcMenu-----------*/
/*.abcMenu,.abcMenu + .scroller {
    display: inline-block;
}*/
.abcMenu {
  width: 3.75rem;
  height: calc(100vh - 3.75rem - 0.375rem*2);
  margin-top: -3.75rem;
  padding: 0.375rem 0;
  color: #dddedf;
  border: solid 0.375rem #eeeff0;
}

.abcMenu ul {
  margin: 0;
  padding: 0;
}

.abcMenu li {
  display: table;
  position: relative;
  width: 100%;
  height: calc((100vh - 25px - 3.75rem*3)/26);
  padding: 1px 0 2px;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
}

.abcMenu a {
  display: table-cell;
  height: 100%;
  text-decoration: none;
  vertical-align: middle;
}

.abcMenu a:active, .abcMenu a.active {
  width: 100%;
  color: #eeeff0;
  background-color: #058;
}

.abcMenu a:active:before {
  content: attr(title);
  position: absolute;
  right: -4.5rem;
  top: -1.125rem;
  z-index: 9;
  width: 3.75rem;
  height: 3.75rem;
  padding: 0;
  font-size: 2.25rem;
  font-weight: 500;
  color: #058;
  text-transform: uppercase;
  line-height: 3.75rem;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: -1px 0.1875rem 1.125rem rgba(0, 0, 0, 0.38);
}

.abcMenu a:active:after {
  content: "";
  position: absolute;
  right: -1.125rem;
  z-index: 9999;
  font-family: "Glyphicons Halflings";
  color: #fff;
}

.abcMenu + .scroller {
  width: calc(100% - 3.75rem);
}

/*============FORMS=============*/
fieldset {
  padding: 0.375rem;
  border: none;
}

legend {
  width: 100%;
  margin: 0;
  padding: 0.375rem;
  font-size: 1rem;
  font-weight: bold;
  color: #096;
  border-bottom: solid 2px #096;
}

/*------------Labels-----------*/
label {
  display: inline-block;
  padding: 0.375rem;
  font-weight: 500;
}

label:not(.onTop):first-letter {
  line-height: 3rem;
}

label.onTop {
  display: block;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: normal;
}

label.radio {
  width: auto;
}

button, label, [data-ember-action]:not(:disabled) {
  cursor: pointer;
  /*-webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;*/
  -webkit-tap-highlight-color: transparent;
}

/*-------------Inputs-----------*/
input {
  /*height: calc(3.75rem - 0.375rem*2);*/
  height: 3.75rem;
  font-size: 1rem;
  outline: none;
}

input:focus {
  border-color: #b0de09;
}

/*Radio btns and checks*/
[type=text], select, textarea {
  width: calc(100% - 0.375rem*2);
  height: 3rem;
  margin: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  text-align: left;
  vertical-align: middle;
}

[type=text], [type=password], [type=number], [type=email], select {
  padding: 0.75rem;
  border: solid 2px #ccc;
  border-radius: 0.375rem;
}

textarea {
  /*width: calc(100% - 0.375rem*2);*/
  min-height: 6.25rem;
  margin: 0.375rem;
  padding: 0.75rem;
  border: solid 2px #dddedf;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-family: "Roboto";
  resize: vertical;
}

select {
  padding-right: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #345;
  /*background: white url(./images/icons/caret-down.svg) no-repeat 98% center;*/
  background: white url(./images/icons/caret-down.svg) no-repeat calc(100% - 3.75rem/3) center;
  background-size: 1rem;
}

option {
  font-size: 0.75rem;
}

[disabled] {
  opacity: 0.33;
}

.tableInput[disabled], select[disabled] {
  color: rgba(51, 68, 85, 0.25);
  border-color: rgba(221, 222, 223, 0.5);
  opacity: 1;
}

select[disabled] {
  background-image: url(./images/icons/caret-down-disabled.svg);
}

select.coachIcon[disabled] {
  background-image: url(./images/icons/iconsSpriteSmall_light.png), url(./images/icons/caret-down-disabled.svg);
}

/*------checks and radios-------*/
[type=radio], [type=checkbox] {
  visibility: hidden;
  height: 100%;
  padding: 0;
  text-align: center;
}

[type=checkbox]:before, [type=checkbox]:after {
  visibility: visible;
  font-family: "Glyphicons Halflings";
}

[type=checkbox]:after {
  content: "";
  display: inline-block;
}

.checkLabel {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0.375rem;
  /*line-height: 1.25rem;*/
  font-weight: 500;
  text-overflow: ellipsis;
}

.preSettigns .checkLabel {
  margin: 0.75rem 0;
  padding: 0.375rem;
  height: calc(0.375rem + 1.25rem);
}

/*.checkCell {
    position: relative;
}
.checkCell .check:checked:after {
    top: calc(50% - 1rem);
}
th.checkCell .check:checked:after {
    top: $module/2 - 0.75rem;
}*/
/*.iconMenu .checkLabel {
    padding:0;
}*/
.optList > .checkLabel {
  display: block;
  overflow: visible;
  width: calc(100% - 0.375rem*1.5);
  margin: 0.375rem 0 0;
  padding: 0.375rem 1.125rem 0.75rem;
}

.optList > .checkLabel .onOff:before {
  right: 0.5625rem;
}

.checkLabel [class*=BG]:before {
  height: 1.25rem;
}

.checkLabel.dobleLined {
  padding: 0.375rem;
}

/*---Basic Checkbox---*/
.check, .radio {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.75rem 0 0;
  padding: 0;
  vertical-align: bottom;
}

.check:before, .radio:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  border: solid 2px #ccc;
  border-radius: 0.375rem;
}

.check:after, .radio:after {
  content: "";
  position: absolute;
}

.check:checked:after {
  content: "";
  /*left: $spacing + rem(2px);
  top: 1px;*/
  left: 2px;
  font-size: 1.25rem;
  line-height: 1rem;
  color: #058;
}

/*---Basic Checkbox---*/
.radioLabel {
  display: inline-block;
  position: relative;
}

.radio:before, .radio:checked:after {
  visibility: visible;
  border-radius: 50%;
}

.radio:checked:after {
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #999c9f;
}

/*---onOff---*/
.switcher0\|1 {
  position: absolute;
  left: 0.625rem;
  top: calc(50% - 0.6rem);
}

.onOff, .add2 {
  -webkit-appearance: none;
  appearance: none;
  visibility: hidden;
  /*For Safari iOS*/
  width: 0;
  /*For Safari iOS*/
  /*height: 1rem;*/
  margin: 0.375rem 0;
  vertical-align: middle;
  cursor: pointer;
}

.add2 {
  padding: 0 0.375rem;
}

[class^=onOff]:before, [class^=onOff]:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 0.375rem;
  display: block;
  visibility: visible;
  width: 3.75rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: rgba(136, 187, 221, 0.5);
}

[class^=onOff]:before {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
}

[class^=onOff]:checked:after, [class^=onOff]:not(:checked):after {
  /*visibility: visible;
  top: 3px;*/
  content: "";
  top: 0.625rem;
  right: calc(0.375rem + 2px);
  /*right: 2px;*/
  width: calc(3.75rem/2 - 4px);
  height: calc(3.75rem/2 - 4px);
  border-radius: 1.875rem;
  background: #2b85b8;
}

.onOff2 {
  margin: 0 3.75rem 0 0;
  vertical-align: middle;
  height: 1.25rem;
}

.onOff2:before {
  left: 0;
  right: initial;
  top: -4px;
}

.onOff2:not(:checked):after {
  top: -1px;
  left: 2px;
}

.onOff2:checked:after {
  top: -2px;
  left: calc(3.75rem/2 + 2px);
}

[class^=onOff]:not(:checked):before {
  /*background: rgba($error-color, 0.25);*/
  background: #eeeff0;
}

[class^=onOff]:not(:checked):after {
  right: calc(3.75rem/2 + 0.375rem + 2px);
  /*right: calc(3.75rem/2 + 2px);*/
  /*background: $error-color;*/
  background: #dddedf;
}

.optList > .checkLabel [class^=onOff]:after {
  right: calc(0.375rem*1.5 + 3.75rem/2 + 2px);
}

.optList > .checkLabel [class^=onOff]:checked:after {
  right: calc(0.375rem*1.5 + 2px);
}

.onRadio.selected:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.875rem;
  right: 0.375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.375rem;
  border-radius: 50%;
  background: #2b85b8;
}

.addNew:after {
  content: "";
  font: normal 1.5rem "Glyphicons Halflings";
  color: #2b85b8;
}

.add2:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.75rem);
  width: auto;
  height: auto;
  font: normal 1.5rem "Glyphicons Halflings";
  color: #096;
  background: none;
}

.add2:checked:after {
  content: "";
  color: #2b85b8;
}

/*---noShow---*/
.noShow:after {
  content: "";
  width: 3rem;
  height: 100%;
  line-height: 3rem;
  color: #999c9f;
  background-color: #eeeff0;
  vertical-align: top;
}

.noShow:checked:after {
  content: "";
  color: #2b85b8;
}

/*search inputs*/
/*.searchHeader {
    display: flex;
    flex: 1 100%;
    width: 100%;
    height: $module + $spacing*2;
    padding: $spacing;
}
.searchHeader > * {
    flex: 1 auto;
    min-width: calc(50% - 0.375rem);
}
.searchHeader > :last-child {
    flex: 1 100%;
    text-align: right;
}*/
form.search {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3.75rem;
  vertical-align: middle;
}

th form.search:not(:only-child) {
  width: calc(100% - 3.75rem);
}

th form.search {
  padding: 1.375rem 0.375rem;
}

.blockList form.search {
  position: static;
}

.mainHDR > .search {
  width: calc(33.3% - 3rem);
  padding: 0.375rem 0 0.375rem 0.375rem;
}

.mainHDR > .search + .iconBtn {
  max-width: 3rem;
}

.mainHDR [type=search], .mainHDR [type=search]:valid, .mainHDR [type=search]:focus {
  height: calc(3.75rem - 0.375rem*2);
  /*padding-left: $smallModule - $spacing*2;
  background-position: -$spacing calc(-12 * 3rem);
  background-image: url(./images/icons/iconsSpriteSmall_light.png);*/
  background-image: none;
  border-radius: 0.375rem;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  width: 100%;
  height: 3.75rem;
  font-size: 1rem;
  background: #fff url(./images/icons/iconsSpriteSmall.png) no-repeat right calc(-12 * 3rem + 0.375rem);
  background-size: 3rem auto;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

th [type=search], .blockList [type=search] {
  position: absolute;
  /*right: $spacing;*/
  right: 0;
  top: 0;
  width: 3rem;
}

/*.searchHeader [type=search], .searchHeader [type=search]:focus, .searchHeader [type=search]:valid {
    padding: $spacing $spacing*2 $spacing $module;
    background: url(./images/icons/iconsSpriteSmall_light.png) no-repeat left calc(-12 * 3rem + 0.375rem);
    border-bottom: solid 2px $medium;
}*/
.blockList [type=search] {
  background-color: transparent;
}

[type=search]:focus, [type=search]:valid {
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeff0;
  background-image: url(./images/icons/iconsSpriteSmall_light.png);
  background-position-x: right;
  /* border: solid 2px $medium; */
  outline: none;
  cursor: initial;
}

/*.searchHeader [type=search]:focus, .searchHeader [type=search]:valid {
    background-color: $light;
    background-position-x: left;
}*/
/*[type=search]:valid:not(:focus) {
    font-size: 0;
}*/
[type=search]:valid {
  padding-right: 0.375rem;
  background-image: none;
}

header [type=search] {
  margin: 0;
  background-image: url(./images/icons/iconsSpriteSmall_light.png);
}

[type=search] + .clearIcon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 3.75rem;
  background-color: transparent;
  color: #2b85b8;
}

[type=search]:valid + .clearIcon {
  display: inline-block;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

::placeholder {
  font-size: 1rem;
  color: #999c9f;
}

/*------------Buttons-----------*/
.btnSet {
  border-radius: 0.375rem;
}

.sectionTabs {
  position: absolute;
  right: 0.75rem;
  top: 4.5rem;
  z-index: 9;
  font-size: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.btnSet button {
  margin: 0;
  height: 3rem;
}

.btnSet button + button {
  border-left: solid 2px #fff;
}

.btnSet :first-child {
  border-radius: 0.375rem 0 0 0.375rem;
}

.btnSet :last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}

button {
  outline: none;
}

.btn, .narrowBtn, .sweet-alert button {
  height: 3.75rem;
  min-width: 3.75rem;
  margin: 0.375rem;
  padding: 0 1.875rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  background: #8bd;
  border: none;
  border-radius: 0.375rem;
  outline: none;
}

.btn.active, .narrowBtn.active {
  background-color: #058;
}

.btn[type=submit], .primaryBtn, .sweet-alert button.confirm {
  background: #2b85b8 !important;
}

.secondaryBtn, .sweet-alert button.cancel {
  background: #8bd;
}

.btn:hover {
  background: #2b85b8;
  cursor: pointer;
}

.btn:active, .btn:focus, .primaryBtn:hover {
  background: #058 !important;
}

.confirmSet {
  font-size: 0;
}

.confirmSet .btn {
  width: calc(50% - 0.375rem*2);
}

[class$=Icon]:before {
  font-family: "Glyphicons Halflings";
  vertical-align: middle;
}

.phoneIcon:before {
  content: "";
  transform: rotate(270deg);
}

.mailIcon:before {
  content: "✉";
}

.thumbMenu .btn:before {
  display: none;
}

[class$=Icon] {
  min-width: 3.75rem;
  /*height: $module;*/
  background-size: 3rem auto;
}

.xxsTH [class$=Icon], .xxsTH .iconBtn.active {
  width: 3rem;
  min-width: 3rem;
}

.settingsIcon {
  background: transparent url(./images/icons/iconsSpriteLink.png) no-repeat center calc(-1 * 3.75rem + 0.375rem/2);
  background-size: 3.75rem;
}

.settingsIcon.active {
  background-image: url(./images/icons/iconsSpriteActive.png);
}

.groupIcon {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall_light.png) no-repeat center calc(-6 * 3rem + 0.375rem/2)/3rem;
}

.paxIcon {
  background: #bbbcbd url(./images/icons/iconsSpriteSmall_light.png) no-repeat center calc(-9 * 3rem + 0.375rem/2)/3rem;
}

.coachIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png);
  background-position: left calc(-6 * 3rem - 0.375rem/2);
  background-repeat: no-repeat;
}

select.coachIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png), url(./images/icons/caret-down.svg);
  background-position: left calc(-6 * 3rem + 0.375rem/2 - 4px), calc(100% - 3.75rem/3) center;
  background-size: auto, 1rem;
}

.planeIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png);
  background-position: left calc(-7 *3rem - 2px);
  background-repeat: no-repeat;
}

.driverIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png);
  background-position: left calc(-13 * 3rem + 0.375rem/2 - 4px);
  background-repeat: no-repeat;
}

.contactsIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png);
  background-position: left calc(-4 * 3rem - 2px);
  background-repeat: no-repeat;
}

select.contractIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png), url(./images/icons/caret-down.svg);
  background-position: left calc(-2 * 3rem + 0.375rem/2 - 4px), calc(100% - 3.75rem/3) center;
  background-size: auto, 1rem;
  background-repeat: no-repeat;
}

/*@media only screen and (aspect-ratio: 8/5) and (device-width: 960px) and (-webkit-min-device-pixel-ratio: 2) {*/
select.formElement[class$=Icon] {
  background-image: url(./images/icons/caret-down.svg);
  background-position: calc(100% - 3.75rem/3) center;
  background-size: 1rem;
  padding-left: 0.75rem;
}

select.coachIcon[disabled] {
  background-image: url(./images/icons/caret-down-disabled.svg);
}

/*}*/
select.formElement.driverIcon, select.formElement.guideIcon {
  padding-left: 2.625rem;
  background-image: url(./images/icons/iconsSpriteSmall_light.png), url(./images/icons/caret-down.svg);
  background-position: left calc(-13 * 3rem + 0.375rem/2 - 4px), calc(100% - 3.75rem/3) center;
  background-size: auto, 1rem;
  background-repeat: no-repeat;
}

select.formElement.guideIcon {
  background-image: url(./images/icons/iconsSpriteSmall_light.png), url(./images/icons/caret-down.svg);
  background-position: left calc(-18 * 3rem + 0.375rem/2 - 4px), calc(100% - 3.75rem/3) center;
}

.welcomeIcon {
  background: transparent url(./images/icons/iconsSpriteSmall_light.png) no-repeat center calc(-14 * 3rem + 0.375rem/2)/3rem;
}

.notesIcon {
  background: transparent url(./images/icons/iconsSpriteSmall.png) no-repeat center calc(-15 * 3rem - 0.375rem/2)/3rem;
}

.filterIcon {
  background: transparent url(./images/icons/iconsSpriteSmall.png) no-repeat center calc(-10 * 3rem + 0.375rem/2)/3rem;
}

.rowBtn.filterIcon {
  background: transparent url(./images/icons/iconsSpriteSmall.png) no-repeat center calc(-10 * 3rem)/3rem;
}

.xFilterIcon {
  background: transparent url(./images/icons/iconsSpriteSmall.png) no-repeat center calc(-17 * 3rem + 0.375rem/2)/3rem;
}

.rowBtn.xFilterIcon {
  background: transparent url(./images/icons/iconsSpriteSmall.png) no-repeat center calc(-17 * 3rem)/3rem;
}

.filterIcon.active {
  background: transparent url(./images/icons/iconsSpriteSmallActive.png) no-repeat center calc(-10 * 3rem + 0.375rem/2)/3rem;
}

.rowBtn.filterIcon:active {
  background: transparent url(./images/icons/iconsSpriteSmallActive.png) no-repeat center calc(-10 * 3rem)/3rem;
}

.filterIcon[class*=stat]:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: -1.5rem;
  border: solid 2px #eeeff0;
  position: relative;
  border-radius: 50%;
  left: 0.5rem;
}

.closeArrowIcon {
  /*Actually only used for sidebar tiny mode*/
  transform: rotate(0deg);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.closeArrowIcon:before {
  content: "";
  font-family: "Glyphicons Halflings";
}

.closeArrowIcon:last-child:before {
  content: "";
  font-family: "Glyphicons Halflings";
}

#panSwitchTR[class$=Icon] {
  background-position-x: right;
}

/*------------Icon Button--------------*/
.iconBtn {
  width: 3.75rem;
  height: 3.75rem;
  /*height: $module - $spacing*2;*/
  padding: 0;
  color: #2b85b8;
  text-align: center;
  background-color: transparent;
  border: 0;
}

.iconBtn.active {
  color: #058;
}

/*header .iconBtn {
    height: $module;
}*/
.iconBtn:before {
  font: normal 1.5rem "Glyphicons Halflings";
}

header .iconBtn, .searchHeader .iconBtn {
  height: 3.75rem;
}

nav .iconBtn {
  margin: 0.375rem;
  vertical-align: middle;
}

nav .iconBtn:before {
  font-size: 1.75rem;
  line-height: 3rem;
}

.iconBtn[class$=Icon]:before {
  display: inline-block;
  vertical-align: middle;
}

a.iconBtn:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*------------Row Button--------------*/
.rowBtn {
  width: 3rem;
  height: 3rem;
  margin: 0;
  color: #2b85b8;
  vertical-align: middle;
  border: 0;
}

/*------------Panels staff--------------*/
.panWrapper {
  position: relative;
}

.groupingCTABar + aside .scroller {
  height: calc(100vh - 3.75rem*3 - 0.375rem*6);
}

.switchMe:last-child {
  /*overflow: hidden;*/
  position: absolute;
  top: 0;
  right: 0;
  max-width: 0;
  opacity: 0;
  -webkit-transition: max-width 0.5s, opacity 0.5s;
  transition: max-width 0.5s, opacity 0.5s;
  background: #dddedf;
}

.slideMe:last-child {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  -webkit-transition: max-width 0.5s, opacity 0.5s;
  transition: max-width 0.5s, opacity 0.5s;
}

/*------------GlyphIcons--------------*/
/*[class$=BtnIcon]:before {
}*/
.clearIcon:before {
  content: "";
}

/*.gridIcon:before {
    content: "\e011";
}
.gridLargeIcon:before {
    content: "\e010";
}
.timeIcon:before {
    content: "\e023";
}*/
.collapseIcon:before {
  content: "";
}

.uncollapseIcon:before {
  content: "";
}

.pinIcon:before {
  content: "";
  color: #dddedf;
}

.pinned .pinIcon:before {
  color: #058;
}

.linkIcon:before {
  content: "";
  display: inline-block;
  margin: 0 0.375rem;
  padding: 0.3rem 0.375rem 0.375rem 0.3rem;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  text-align: center;
  vertical-align: -2px;
  border: solid 2px #eee;
  border-radius: 50%;
}

a.linkTo {
  color: #fff;
}

.linkTo:after {
  content: "";
  display: inline-block;
  margin: 0.375rem;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Glyphicons Halflings";
  text-align: center;
  vertical-align: -2px;
}

.dropMenu:after {
  content: "";
  display: inline-block;
  margin: 0.375rem;
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Glyphicons Halflings";
  text-align: center;
  vertical-align: -2px;
}

[class*=glyphicon] {
  font-family: "Glyphicons Halflings";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphiconMap:before {
  content: "";
}

.glyphiconSave:before {
  content: "";
}

.glyphiconSaved:before {
  content: "";
  color: #7b8;
}

.glyphiconAdd:before {
  content: "+";
}

.glyphicon-search:before {
  content: "";
}

.glyphiconSend:before {
  content: "";
}

.glyphiconArrowRight:before {
  content: "";
}

.popMenu .filterRemove {
  color: #058;
}

.filterMenu li {
  padding-right: 3rem;
}

.filterRemove:after {
  content: "";
  font-family: "Glyphicons Halflings";
  font-size: 1.25rem;
  color: #2b85b8;
  vertical-align: middle;
}

.popMenu .filterRemove:after {
  position: absolute;
  right: 0.75rem;
}

.popMenu [type=search] {
  border: solid 2px #eeeff0;
}

/*-------------vForm------------*/
.vForm {
  font-size: 0;
}

.vForm label {
  display: block;
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  margin: 0 0.75rem;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.313rem;
  background: #fff;
}

.vForm input, .vForm textarea {
  width: calc(100% - 0.375rem*2);
  height: 3.75rem;
  margin: 0.75rem 0.375rem 0.375rem;
}

.vForm button {
  width: calc(100% - 0.375rem*2);
}

/*-------------Login------------*/
.loginContainer {
  height: 100vh;
  /*background: url(./images/mts_BG_logo.png) no-repeat left top fixed, url(./images/axis_BG_logo.png) no-repeat right top fixed, url(./images/ots_BG_logo.png) no-repeat right bottom fixed, url(./images/axis_BG_logo.png) no-repeat right top fixed, url(./images/left_bottom_corner_BG.png) no-repeat left bottom fixed;
  background-size: 30%;*/
  background: #eeeff0;
}

.login {
  position: absolute;
  top: calc(50% - 3.75rem*2.5 - 0.375rem*5);
  left: calc(50% - 10rem);
  /*height: calc(3.75rem*3 + );*/
  width: 33.3%;
  max-width: 20rem;
  padding: 0.375rem;
  z-index: 2;
  background: #fff;
  border: solid 2px #eeeff0;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.login .logo {
  display: block;
  width: auto;
  margin: 1.875rem auto;
}

/*
 * Login page avoid ugly yellow default autofill credentials
 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #665;
}

input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}

.versionIndicator {
  margin: 0.75rem;
  text-align: center;
}

/*----------Setting buttons---------*/
.preSettigns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  height: 100vh;
  margin: auto;
}

.pillSelector {
  overflow: auto;
  margin: 0.375rem 0 0;
  padding: 0;
}

.pillSelector + .pillSelector {
  max-height: calc(100% - 3.75rem - 0.375rem*2);
}

.pillSelector li {
  display: block;
  position: relative;
  width: calc(100% - 0.375rem*2);
  height: 3.75rem;
  margin: 0 0.375rem;
  padding: calc(3.75rem/2 - 0.5rem);
  text-align: center;
  background: #dddedf;
  border-radius: 0.375rem;
}

.pillSelector li + li {
  margin: 0.375rem;
}

.pillSelector > :active {
  background: #058;
  color: #eeeff0;
}

.hasSelected {
  overflow: hidden;
}

.airportSelected .airports li:not(.selected), .terminalSelected li:not(.selected) {
  display: none;
}

.pillSelector .selected {
  margin-bottom: 0;
  color: #fff;
  background: #2b85b8;
}

.pillSelector:not(:last-child) {
  overflow: hidden;
}

.pillSelector:not(:last-child) .selected:after {
  content: "";
  display: block;
  height: 0.75rem;
  font-family: "Glyphicons Halflings";
  position: absolute;
  z-index: 99;
  left: calc(50% - 0.313rem);
  bottom: 0;
  color: #fff;
}

.pillSelector:nth-of-type(2) .selected {
  background: rgba(43, 133, 184, 0.75);
}

.pillSelector:nth-of-type(3) .selected {
  background: rgba(43, 133, 184, 0.5);
}

/*---------Validation errors--------*/
.formElement[pattern]:invalid, .formElement[required]:invalid, .formElement[type=email]:invalid {
  border-color: #c30;
}

.formElement[pattern]:valid, .formElement[required]:valid, .formElement[type=email]:valid {
  border-color: #2b85b8;
}

.notValidMSG, .successMSG {
  width: 100%;
  max-height: 100px;
  margin: 0.375rem 0;
  padding: 0.75rem;
  line-height: 1.1;
  color: #c30;
  border: solid 2px rgba(204, 51, 0, 0.75);
  border-radius: 0.375rem;
  background: rgba(204, 51, 0, 0.15);
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.successMSG {
  color: #096;
  border: solid 2px rgba(0, 153, 102, 0.75);
  background: rgba(0, 153, 102, 0.15);
}

/*============MISCELANEA============*/
/*------------Inline pills------------*/
.inlinePills {
  white-space: normal;
  line-height: 1rem;
}

.inlinePills:empty:before {
  content: "Select distributors to exclude";
  display: block;
  padding: 0.75rem 0.375rem;
}

.inlinePill {
  display: inline-block;
  margin: 0.375rem;
  padding: 0.375rem;
  background: #dddedf;
  /*border: solid 2px $light;*/
  border-radius: 0.375rem;
}

.inlinePill:after {
  /*content: "\e014";*/
  content: "";
  padding: 0 0 0 0.375rem;
  font-family: "Glyphicons Halflings";
  vertical-align: middle;
}

.removeIcon {
  background-color: #096;
  color: #fff;
}

.addIcon {
  background-color: #2b85b8;
  color: #fff;
}

.inlinePill.removeIcon:after {
  content: "";
}

/*-------------Pie Chart------------*/
#chartdivOut {
  width: 100%;
  height: calc(100vh - 3.75rem*2);
  position: absolute;
  top: -3.75rem;
  right: 0;
}

.hidden + main #chartdivOut {
  height: calc(100vh - 3.75rem);
}

#chartdiv {
  width: 100%;
  height: calc(100vh - 3.75rem*2);
  position: absolute;
  top: -3.75rem;
  right: 0;
}

.hidden + main #chartdiv {
  height: calc(100vh - 3.75rem);
}

.amcharts-chart-div {
  z-index: 2;
}

.amChartsLegend {
  /*left: -20%!important;*/
}

/*.hidden + */
main .amChartsLegend {
  left: 12px !important;
}

.totalsSummary {
  position: absolute;
  bottom: 1.125rem;
  right: 1.125rem;
  text-align: right;
}

.totalsSummary ul {
  list-style: none;
  padding: 0;
}

.totalsSummary li {
  margin: 0.375rem 0 0;
  padding: 0;
}

/*-------------Card List------------*/
[role=tabpanel].cardList.active {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: auto;
  max-height: calc(100vh - 3.75rem);
  padding: 3rem 0.375rem 5.625rem 0.375rem;
  font-size: 0;
}

[role=tabpanel].cardList.empty {
  height: calc(100vh - 3.75rem);
}

.cardGroup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.cardGroup:only-child {
  width: calc(100vw - 0.75rem);
}

.cardGroup h3 {
  display: flex;
  align-items: flex-end;
}

.cardGroup h3:only-child {
  display: none;
}

.cardGroup h3 > strong {
  flex: auto;
}

.cardItem {
  display: inline-block;
  background: #eeeff0;
  margin: 0.375rem;
  padding: 0.375rem;
  font-size: 1rem;
  vertical-align: top;
  border-radius: 0.75rem 0;
}

.collapsed h3:not(.pinned) ~ .cardItem {
  display: none;
}

.cardList ul {
  padding: 0;
  margin: 0;
}

.cardItem li {
  list-style: none;
}

.cardItem a {
  white-space: nowrap;
}

.cardItem [class$=Icon]:before {
  margin: 0 0.75rem 0 0;
}

/*-------------Pop menu------------*/
.popMenu, .blockList .popMenu {
  position: absolute;
  left: 0.375rem;
  width: fit-content;
  min-width: 15rem;
  margin: 0;
  padding: 0.375rem;
  background: #fff;
  border: solid 2px #2b85b8;
  border-width: 2px 0 0 0;
  border-radius: 0.375rem;
  font-weight: 400;
  color: #678;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.blockList .popMenu {
  position: relative;
}

.popMenu:before {
  content: "";
  position: absolute;
  left: 0.625rem;
  top: -0.875rem;
  font-family: "Glyphicons Halflings";
  color: #2b85b8;
}

.popMenu.right {
  right: 0;
  left: initial;
}

.popMenu.right:before {
  left: initial;
  right: 0.75rem;
  /*right: $smallModule/2;*/
}

.blockList .popMenu {
  width: calc(100% - 0.375rem*2);
}

.searchHDR .popMenu:before {
  /*display: none;
  left: calc(100% - 3.75rem/2 - 0.313rem);
  top: -1.313rem;
  color: $primary-bg;*/
}

.headerSettings {
  position: relative;
}

.headerSettings:nth-last-child(2) {
  margin-right: 0.75rem;
}

.headerSettings > .iconBtn {
  display: block;
  width: 1.875rem;
  min-width: 1.875rem;
  margin: 0 0.375rem;
}

.headerSettings .popMenu {
  position: absolute;
  top: 3.75rem;
  z-index: 10;
  width: auto;
  max-height: calc(100vh - 3.75rem - 0.375rem*2);
  white-space: nowrap;
}

.mask:before {
  display: none;
}

.active + .mask:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 3.75rem;
  z-index: 10;
  width: 100vw;
  height: calc(100vh - 3.75rem);
  background-color: #fff;
  opacity: 0.85;
}

/*.popMenu ul {
    padding: 0;
}*/
.popMenu .popMenu {
  top: 0;
}

.popMenu .popBottom {
  top: auto;
  bottom: 0;
}

.popMenu .justPop {
  top: auto;
  bottom: auto;
}

.popMenu li {
  /*overflow: hidden;*/
  line-height: 3rem;
  /*color: $dark;*/
  text-overflow: ellipsis;
  list-style: none;
}

.popMenu li + li {
  border-top: solid 2px #dddedf;
}

.filterIcon + .popMenu li {
  padding: 0 2rem 0 0.375rem;
}

.popMenu h3 {
  margin: 0.375rem 0;
  padding: 0.375rem;
  line-height: 1.25rem;
  border-bottom: solid 2px #096;
}

.right .popMenu, .popMenu .popMenu {
  right: calc(100% + 0.375rem);
  left: initial;
  border-width: 0 2px 0 0;
}

.popMenu .active {
  position: relative;
}

.popMenu .active:after {
  content: "";
  position: absolute;
  right: initial;
  left: -1.025rem;
  top: 0rem;
  z-index: 11;
  font-size: 1rem;
  line-height: 3rem;
  font-family: "Glyphicons Halflings";
  color: #2b85b8;
}

.right .popMenu:before, .popMenu .popMenu:before {
  display: none;
  /*content: "\e250";
  left: initial;
  right: -0.75rem;
  top: 2.5*$smallModule;
  font-size: 1rem;*/
}

/*------Zone List-----*/
#groupingScroller {
  position: relative;
}

.flexList {
  top: calc(var(--yPosition)*1px + 3rem + 0.375rem);
  left: calc(var(--xPosition)*1px);
  max-width: 11.25rem;
}

.flexList.freeSize {
  max-width: 100%;
}

.flexList.right {
  right: var(--xPositionR);
}

.flexList .scroller {
  overflow: auto;
  width: 100%;
  max-height: 50vh;
}

.zoneTD {
  color: #2b85b8;
  font-weight: 500;
  cursor: pointer;
}

.selected .zoneTD {
  color: #fff;
}

/*------------iconMenu------------*/
.iconMenu {
  margin: 0;
  padding: 0;
}

.popMenu .iconMenu li {
  /*position: relative;*/
  padding: 0.375rem;
  text-align: left;
}

.popMenu .iconMenu > li {
  padding: 0.375rem 0;
}

.popMenu li > span {
  display: block;
  line-height: 3rem;
}

.iconMenu [class*=BG]:before {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 3rem;
  vertical-align: middle;
  background: transparent url(./images/icons/iconsSpriteSmall.png) no-repeat center top;
  background-size: 3rem auto;
}

.iconMenu .airSettingsBG:before {
  background-position-y: calc(-7 * 3rem - 2px);
}

.iconMenu .distributorBG:before {
  background-position-y: calc(-2 * 3rem - 2px);
}

.iconMenu .timeBG:before {
  background-position-y: calc(-3 * 3rem - 2px);
}

.iconMenu .alertsBG:before {
  background-position-y: calc(-16 * 3rem - 2px);
}

.iconMenu .serviceBG:before {
  background-position-y: calc(-6 * 3rem - 2px);
}

.iconMenu .groupingsBG:before {
  background-position-y: calc(-9 * 3rem - 2px);
}

/*---------------KEY PAD-------------*/
#numericInput {
  position: relative;
  margin: auto;
  width: 151px;
  user-select: none;
  -webkit-user-select: none;
}

#in {
  position: relative;
}

.numpad {
  display: none;
  position: fixed;
  top: calc(50% - 3.75rem*3 - 3.75rem/2 - 0.375rem*3);
  left: calc(50% - 3.75rem*2.25 - 0.375rem*3);
  z-index: 9999;
  max-width: 19.875rem;
  padding: 0.375rem;
  white-space: normal;
  direction: ltr;
  border: none;
  background: #eeeff0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.numPadBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.numpad input[type=text][readonly] {
  width: calc(100% - 3.75rem - 0.375rem*3);
  height: 3.75rem;
  margin: 0.313rem;
  text-align: center;
  border: solid 1px #ccc;
}

/*.numpad input:not(:valid),*/
.numpad input.keypadError[readonly] {
  border: solid 1px red;
  color: red;
}

.key:not(.notnth):nth-of-type(3n+1) {
  clear: left;
}

.numpad .key {
  display: inline-block;
  width: 5.625rem;
  height: 5.625rem;
  margin: 0 0.375rem 0.375rem;
  vertical-align: top !important;
  border-radius: 0.313rem;
}

.key:hover {
  background-color: #8bd;
  color: #eeeff0;
}

.key:active {
  background-color: #fff;
}

.numpad .btn.num_reset {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0.313rem 0.313rem 0.313rem 0;
  padding: 0;
  /*border-radius: 0 0.313rem 0.313rem 0;*/
}

@media only screen and (max-width: 480px) {
  .key {
    /*margin: 4px;*/
  }
}
#grid-spinner-container,
#grid-spinner-container2 {
  display: none;
  position: absolute;
  /*width:300px;
  height:200px;*/
  z-index: 9999999;
  top: 45%;
  left: calc(50% - 40px);
  /*margin:-100px 0 0 -150px;*/
  /*background-color: lightgray;*/
  /*background: #989ecf;*/
  background-color: transparent;
}

.loader:after {
  content: "";
  display: block;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #245ba7;
  border-radius: 50%;
  left: 50%;
  top: 40%;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 9999999;
  animation: spin 2s linear infinite;
}

.loader:before {
  content: " ";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkedOut {
  color: green;
}

.delayed {
  color: red;
}

/*-----Celeran date picker------*/
.caleran-container .caleran-input {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.caleran-title {
  font-size: 1.25rem !important;
  color: #2b85b8 !important;
}

.caleran-day {
  padding: 0.375rem !important;
  border-radius: 0.375rem;
}

.caleran-day, .caleran-day span {
  font-size: 1rem !important;
  border: none !important;
}

.caleran-selected, .caleran-selected span {
  background-color: #2b85b8 !important;
}

.caleran-today, .caleran-today span {
  background-color: #8bd !important;
  color: #fff;
}

.caleran-dayofweek {
  font-size: 0.875rem !important;
}

.caleran-ms-month {
  height: 25% !important;
  width: 33.33% !important;
}

/*------------TOOLIP------------*/
.tooltipWrapper {
  position: relative;
}

.tooltip {
  display: none;
  position: absolute;
  max-width: calc(62vw - 0.375rem*2);
  padding: 0.375rem;
  font-weight: initial;
  text-transform: none;
  color: #345;
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 2px 2px 0.375rem rgba(0, 0, 0, 0.25);
}

.tooltipWrapper :hover:before {
  content: "";
  position: absolute;
  bottom: 2rem;
  z-index: 9;
  margin-left: -0.5rem;
  font-size: 1.5rem;
  font-family: "Glyphicons Halflings";
  color: #fff;
  text-shadow: 0 2px 0.375rem rgba(0, 0, 0, 0.25);
}

:hover + .tooltip.top {
  display: block;
  bottom: 2.75rem;
  top: initial;
}

.inlineHelp {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.375rem;
  padding: 0.1875rem;
  line-height: 1rem;
  color: #eeeff0;
  background-color: #2b85b8;
  border-radius: 50%;
  text-align: center;
}

.inlineHelp:hover {
  color: #fff;
  background-color: #058;
  text-decoration: none;
}

/*-------------TILS-------------*/
.tilContainer {
  position: absolute;
  top: -50vh;
  width: 100%;
  z-index: 9;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.tilContainer.show {
  top: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.tilContainer:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  height: 100vh;
  max-height: 0;
  width: 100vw;
  background: rgba(255, 255, 255, 0);
}

.tilContainer.show:before {
  max-height: 100vh;
  background: rgba(255, 255, 255, 0.62);
  -webkit-transition: background 2s ease, max-height 0.1s ease;
  transition: background 2s ease, max-height 0.1s ease;
}

.til {
  width: calc(100% / 3);
  margin: 0 auto;
  padding: 0.375rem;
  overflow: hidden;
  text-align: center;
  border-radius: 0 0 0.375rem 0.375rem;
  background: #eeeff0;
  box-shadow: 0 2px 0.375rem rgba(0, 0, 0, 0.5);
}

.tipIcon {
  width: 3.75rem;
  margin: 0.375rem;
  fill: #b0de09;
}

.tilHeader {
  padding: 0;
  text-transform: none;
}

.tilMessage {
  margin: 0;
}

@media only screen and (max-device-height: 800px) and (max-height: 400px) {
  .tilContainer {
    top: -100vh;
  }
}
/*========STYLE HELPERS=========*/
.alignCTR, .alignRGT, .alignLFT {
  display: block;
  text-align: center;
}

.alignLFT {
  text-align: left;
}

.alignRGT {
  text-align: right;
}

.floatL {
  float: left;
}

.thumb.floatL, .pic.floatL {
  margin: 0.375rem 0.75rem 0.75rem 0.375rem;
}

.floatR {
  float: right;
}

.bleed {
  margin: 0 !important;
  padding: 0 !important;
}

.bleed > :first-child {
  margin-left: 0 !important;
}

.bleed > :last-child {
  margin-right: 0 !important;
}

.bleed:not(section) > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.fixSize {
  resize: none;
  /*width: inherit!important;Not working*/
}

.fixWidth {
  resize: vertical;
}

.fixHeight {
  resize: horizontal;
}

.top {
  position: absolute;
  top: 0;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  /*text-align: center;*/
}

.top.fixed {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.fixedHDR {
  position: relative;
}

.fixedHDR:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  /*z-index: 9;*/
  width: 100%;
  height: 1.875rem;
  background: radial-gradient(rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0) 80%);
  background-position: center -20px;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
}

.link, .menuHDR .link, .summaryLnk {
  color: #2b85b8;
  cursor: pointer;
}

.hasError {
  border-color: #c30;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .logo {
    display: none;
  }
}
.noWrap {
  white-space: nowrap;
}

.allowWrap {
  white-space: initial !important;
}

.commaSplitter + .commaSplitter:before {
  content: ", ";
}

/*-------Grids and Columns------*/
article {
  width: calc(100% - 0.375rem * 2);
}

.grid {
  font-size: 0;
}

.grid > article {
  font-size: 1rem;
}

.grid article {
  display: inline-block;
  margin: 0.375rem;
  vertical-align: top;
}

.colLayout > [class*=colx] {
  display: inline-block;
  vertical-align: top;
}

.col, .colx2, .colx3, .colx4, .phi {
  /*padding: $spacing;*/
  width: 100%;
}

.colx2, .colx2 article, .colx3 + main.grid:last-child article, .colx4 + main.grid article {
  max-width: calc(50% - 0.375rem * 2);
}

.colx3, .colx3 + main:not(:last-child), .colx4 + main.grid:last-child article {
  width: 33.3%;
  max-width: calc(100%/3 - 0.375rem * 2);
}

.colx4, .single.grid article {
  max-width: calc(25% - 0.375rem * 2);
}

.col2x3 {
  max-width: calc(100%/3*2 - 0.375rem * 2);
}

.colx3 + main:last-child {
  width: calc(100%/3*2);
  flex: 2;
}

[class*=col].hidden + main:last-child {
  width: 100%;
}

.colx4 + main {
  width: 50%;
}

.colx4 + main:last-child {
  width: 75%;
}

.phi {
  width: calc(38% - 0.375rem * 2);
}

.phi .phi {
  display: inline-block;
  vertical-align: top;
}

.phi + main.phi {
  width: 62%;
}

.phi + .phi {
  width: calc(62% - 0.375rem * 2);
}

[class^=columns] {
  -webkit-columns: 2 11.25rem;
  columns: 2 11.25rem;
  column-gap: calc(0.375rem * 2);
}

[class^=columns] dd {
  white-space: nowrap;
}

@media screen and (orientation: portrait) {
  .colx3 {
    max-width: calc(38% - 0.375rem * 2);
    flex: 1.14;
  }

  .colx3 + main:last-child {
    width: 62%;
    flex: 1.86;
  }

  .preSettigns.colx3 {
    width: 50%;
    max-width: 50%;
  }
}
.asideGrouping {
  order: 0;
}

.tiny {
  max-width: 3rem;
  -webkit-transition: max-width 0.5s ease;
  transition: max-width 0.5s ease;
}

.tiny header {
  position: relative;
}

.tiny .closeArrowIcon {
  display: inline-block;
  transform: rotate(-180deg);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.tiny :not(header), .showInTiny {
  display: none;
}

.tiny .showInTiny.xFilterIcon {
  display: inline-block;
  position: absolute;
  bottom: 6.75rem;
  min-width: 3rem;
}

.tiny h3 {
  display: block;
  position: absolute;
  right: -3rem;
  bottom: -7.5rem;
  width: auto;
  height: 3rem;
  transform: rotate(-90deg);
  text-overflow: initial;
  color: #345;
}

.tiny h3:before {
  display: none;
}

.listHDR {
  display: block;
  padding: 0.75rem;
  font: 500 normal 1rem/1 "Roboto", Arial, sans-serif;
}

.desktop {
  display: none;
}

@media only screen and (min-width: 1280px) and (orientation: landscape) {
  /*Aquí los estilos genéricos para cualquier pantalla de 1024px de ancho en posición apaisada*/
}
@media only screen and (min-width: 1280px) and (orientation: landscape) and (-webkit-max-device-pixel-ratio: 1), only screen and (min-width: 1280px) and (orientation: landscape) and (min-resolution: 105dpi) {
  /*Aquí nuestros estilos para laptops y aquellas tablets de menor resolución*/
  .desktop {
    display: revert;
  }
}