        html,
        body {
          height: 100%;
        }

        body {
          height: 100%;
          margin: 5px 0px 5px 0px;
          padding: 0px;
          background: #ddd;
          font-family: 'Roboto', sans-serif;
          font-size: 15px;
          font-weight: normal;
          color: #555;
          background: url(../images/background.jpg) #222 no-repeat top center fixed;
          background-repeat: no-repeat;
          background-attachment: fixed;
        }

        h1,
        h2,
        h3 {
          margin: 0;
          padding: 0;
          color: #555;
          text-align: left;
          font-weight: normal;
        }

        h2 {
          font-size: 23px;
        }

        p,
        ol,
        ul {
          margin-top: 0;
          margin-bottom: 10;
        }

        ol,
        ul {
          list-style: none;
        }

        p {
          line-height: 22px;
          margin-bottom: 5px
        }

        strong {}

        a {
          color: #2980b9;
          text-decoration: none;
          cursor: pointer;
        }

        a:hover {
          text-decoration: none;

        }

        table {
          width: 100%;
          border: none;
          border-collapse: collapse;
        }

        .container {
          overflow: hidden;
          margin: 0em auto;
          width: 1200px;
        }

        input,
        select,
        textarea,
        button {
          padding: 4px;
          margin: 0;
          vertical-align: middle;
          font-size: 15px;
          border: 1px solid #e2e2e2;
        }

        input[type="date"],
        input[type="time"] {
          padding: 1px 4px;
          margin: 0px;
          font-family: sans-serif;
        }

        hr {
          display: block;
          -webkit-margin-before: 0.5em;
          -webkit-margin-after: 0.5em;
          -webkit-margin-start: auto;
          -webkit-margin-end: auto;
          border-style: solid;
          color: #eeeeee;
        }

        fieldset {
          border: 1px solid #eee;
          padding: 0px 5px 5px 5px;
          margin: 0;
        }

        legend {
          text-align: left;
        }

        /*********************************************************************************/

        /* Image Style                                                                   */

        /*********************************************************************************/

        .image {
          display: inline-block;
        }

        .image img {
          display: block;
          width: 100%;
        }

        .image-full {
          display: block;
          width: 100%;
          margin: 0 0 2em 0;
        }

        .image-left {
          float: left;
          margin: 0 2em 2em 0;
        }

        .image-centered {
          display: block;
          margin: 0 0 2em 0;
        }

        .image-centered img {
          margin: 0 auto;
          width: auto;
        }

        /*********************************************************************************/

        /* Table                                                                         */

        /*********************************************************************************/

        table.tablesorter {
          width: 100%;
          border-spacing: 0px;
          text-align: left;
          line-height: 22px;
          border-collapse: collapse;
        }

        table.tablesorter thead {
          border-bottom: 1px solid;
        }

        table.tablesorter tfoot {
          border-top: 1px solid #eee;
        }

        table.tablesorter thead th {
          position: relative;
          top: 0px;
        }

        table.tablesorter thead tr th {
          color: black;
          font-size: 15px;
          padding: 3px 3px;
          font-weight: normal;
        }

        table.tablesorter tfoot tr th {
          color: black;
          font-size: 15px;
          padding: 3px 3px;
          font-weight: normal;
        }

        table.tablesorter thead tr .header {
          background: url(http://www.ksgaming.de/bremenair/lib/images/arrow_ud.gif) no-repeat 98% 9px;
          cursor: pointer;
        }

        table.tablesorter tbody tr .header {
          color: black;
          font-size: 15px;
          padding: 3px;
          font-weight: bold;
        }

        table.tablesorter tbody td {
          padding: 3px;
        }

        table.tablesorter tfoot tr .total {
          font-size: 20px;
          font-weight: bold;
        }

        table.tablesorter.gridlines tbody tr:nth-child(odd) {
          border-bottom: 1px solid #eee;
        }

        table.tablesorter.gridlines tbody tr:nth-child(even) {
          border-bottom: 1px solid #eee;
        }

        table.tablesorter.gridlines tbody tr:last-child {
          border-bottom: 1px solid #eee;
        }

        table.tablesorter thead tr .headerSortUp {
          background: url(http://www.ksgaming.de/bremenair/lib/images/arrow_up.gif) no-repeat 98% 15px;
        }

        table.tablesorter thead tr .headerSortDown {
          background: url(http://www.ksgaming.de/bremenair/lib/images/arrow_down.gif) no-repeat 98% 6px;
        }

        table.tablesorter thead tr .headerSortDown,
        table.tablesorter thead tr .headerSortUp {
          color: white;
          background-color: #aaaaaa;
          padding-left: 3px;
        }

        table.tablesorter img.shadow {
          border-radius: 3px;
          box-shadow: 0px 2px 4px 0px #bbbbbb;
        }

        table.tablesorter img {}

        table.tablesorter img.flag {
          margin-right: 5px;
        }

        .bg_gray {
          background: #eeeeee;
        }

        .table_border_gray {
          border: 1px solid #eee;
        }

        .tfoot_whitesmoke {
          background: whitesmoke;
        }

        .tile,
        .tile_nohover {
          text-align: center;
          padding: 3px;
          border: 1px solid #eee;
        }

        .tile:hover {
          cursor: pointer;
          border: 1px solid #888;
        }

        /*********************************************************************************/

        /* List Styles                                                                   */

        /*********************************************************************************/

        ul.style1 {
          margin: 0 auto;
          padding: 0;
          width: 80%;
          overflow: hidden;
          list-style: none;
          text-align: left;
          color: #6c6c6c
        }

        ul.style1 li {
          padding: 1.6em 0em 0em 0em;
          margin: 0 0 2.5em 0;
          border-top: 1px solid rgba(0, 0, 0, .1);
        }

        ul.style1 li:first-child {
          border-top: none;
        }

        ul.style1 p {
          margin: 0;
        }

        ul.style1 a {
          display: block;
          text-decoration: none;
          color: #2D2D2D;
        }

        ul.style1 a:hover {
          text-decoration: underline;
        }

        ul.style1 h3 {
          padding: 1em 0em 5px 0em;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: 400;
        }

        ul.style1 .first {
          padding-top: 0;
          background: none;
        }

        ul.style1 .date {
          float: left;
          position: relative;
          width: 80px;
          height: 70px;
          margin: 0.5em 1.5em 0em 0.5em;
          padding: 1.5em 0em 1.5em 0em;
          box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
          line-height: normal;
          text-align: center;
          text-transform: uppercase;
          text-shadow: 0px 1px 0px rgba(0, 0, 0, .2);
          font-size: 1em;
          font-weight: 400;
          border-right: 1px solid rgba(0, 0, 0, .1);
        }

        ul.style1 .date:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 6px;
        }

        ul.style1 .date b {
          margin: 0;
          padding: 0;
          display: block;
          margin-top: -5px;
          font-size: 1.8em;
          font-weight: 700;
        }

        ul.style1 .date a {}

        ul.style1 .date a:hover {
          text-decoration: none;
        }

        /*********************************************************************************/

        /* Button Style                                                                  */

        /*********************************************************************************/

        div .button {
          display: block;
          color: #555;
          font-size: 15px;
          border: 1px solid #eee;
          padding: 5px;
          background: #f8f8f8;
          text-align: center;
        }

        div .button:hover {
          color: white;
          font-size: 15px;
          background: #ccc;
          cursor: pointer;
        }

        div .button:focus,
        .bfocus {
          color: black;
          font-size: 15px;
          background: #ccc;
          border: 1px solid gray;
          cursor: pointer;
        }

        div .button_hrz {
          display: initial;
        }

        .buttons {
          padding: 5px 1em;
          background-color: #f8f8f8;
          text-indent: 0;
          border: 1px solid #eee;
          display: inline-block;
          color: #555;
          font-size: 15px;
          font-weight: normal;
          font-style: normal;
          min-width: 50px;
          text-decoration: none;
          text-align: center;
          vertical-align: top;
          margin-left: 1px;
        }

        .buttons:hover {
          background-color: #dfdfdf;
        }

        .buttons:active {
          position: relative;
          top: 1px;
        }


        /*********************************************************************************/

        /* 4-column                                                                      */

        /*********************************************************************************/

        .box1,
        .box2,
        .box3,
        .box4 {
          width: 235px;
        }

        .box1,
        .box2,
        .box3,
          {
          float: left;
          margin-right: 20px;
        }

        .box4 {
          float: right;
        }

        /*********************************************************************************/

        /* 3-column                                                                      */

        /*********************************************************************************/

        .boxA,
        .boxB,
        .boxC {
          width: 258px;
          float: left;
          margin-right: 30px;
          background: #fff;
          padding: 5px;
          border: 1px solid #eee;
        }

        .boxA,
        .boxB,
          {
          float: left;
          margin-right: 30px;
        }

        .boxC {
          float: right;
          margin-right: 0px;
        }

        /*********************************************************************************/

        /* 2-column                                                                      */

        /*********************************************************************************/

        .box1,
        .box2 {
          width: 420px;
        }

        .box1 {
          float: left;
        }

        .box2 {
          float: right;
        }

        /*********************************************************************************/

        /* 1-column                                                                      */

        /*********************************************************************************/

        .box {
          width: 100%;
          float: left;
        }

        /*********************************************************************************/

        /* All-columns                                                                   */

        /*********************************************************************************/

        .boxA,
        .boxB,
        .boxC,
        .box1,
        .box2,
        .box {
          margin-bottom: 15px;
          margin-top: 5px;
        }

        .boxA h2,
        .boxB h2,
        .boxC h2,
        .box1 h2,
        .box2 h2,
        .box h2 {
          text-align: left;
          padding: 5px 0px 5px 0px;
          border-bottom: 1px solid #eee;
          margin-bottom: 5px;
          font-size: 21px;
        }

        .boxh3,
        boxA h3,
        .boxB h3,
        .boxC h3,
        .box1 h3,
        .box2 h3,
        .box h3 {
          text-align: left;
          /*padding: 10px 0px 10px 0px; */
          color: #444;
          font-size: 20px;
          font-weight: bold;
          padding: 5px 0px;
          /*margin-bottom: 5px;*/
        }

        .box h3:before,
        .boxA h3:before,
        .boxB h3:before,
        .boxC h3:before,
        .box1 h3:before,
        .box2 h3:before,
        .box3 h3:before {

          /*font-family: FontAwesome;
               content: "\f0da";*/
        }

        .boxA p,
        .boxB p,
        .boxC p,
        .box1 p,
        .box2 p,
        .box p {
          text-align: justify;

        }

        .boxA_tab,
        .boxB_tab,
        .boxC_tab {
          width: 276px;
          float: left;
          margin-bottom: 15px;
          margin-top: 5px;
        }

        .boxA_tab,
        .boxB_tab {
          margin-right: 10px;
        }


        .boxC_tab {
          margin-right: 0px;

        }

        .bottom_spacer {
          margin-bottom: 15px;
        }

        .bottom_spacer_no {
          margin-bottom: 0px;
        }

        .top_spacer {
          margin-top: 15px;
        }

        .top_spacer_no {
          margin-top: 0px;
        }

        .h2_right {
          float: right;
          color: gray;
        }

        .h2_right_link {
          float: right;
        }

        .h3_right {
          float: right;
          color: gray;
        }

        .h3_right_link {
          float: right;
        }

        .sorterbar {
          float: right;
          margin: 0;
          padding: 0;
        }

        /*********************************************************************************/

        /* Heading Titles                                                                */

        /*********************************************************************************/

        .title {
          margin-bottom: 3em;
        }

        .title h2 {
          text-transform: lowercase;
          font-size: 2.8em;
        }

        .title .byline {
          font-size: 1.3em;
          color: #6F6F6F;
        }

        /*********************************************************************************/

        /* Header                                                                        */

        /*********************************************************************************/

        #header {
          position: relative;
          float: left;
          width: 269px;
          padding: 0em 0em;
        }

        /*********************************************************************************/

        /* LogIn                                                                         */

        /*********************************************************************************/

        #login {
          margin-top: 5px;
          text-align: center;
        }

        #login h1 {
          display: block;
        }

        #login h2 a {
          color: #555;
          font-size: 21px;
        }

        #login span {
          text-transform: uppercase;
          color: rgb(116, 116, 116);
        }

        #login span a {
          color: rgba(255, 255, 255, 0.5);
        }

        #login img {
          display: inline-block;
          padding: 10px;
        }

        /*********************************************************************************/

        /* Page                                                                          */

        /*********************************************************************************/

        #page {
          background: #eee;
          border: 1px solid #999;

        }

        /*********************************************************************************/

        /* Main                                                                          */

        /*********************************************************************************/

        #main {
          overflow: hidden;
          float: right;
          width: 870px;
          min-height: 1100px;
          padding: 10px 30px 10px 30px;
          background: #fff;
          border-left: 1px solid #ffffff;
          text-align: center;
        }

        #maincontent {
          opacity: 0;
        }

        /*********************************************************************************/

        /* Sidebar                                                                       */

        /*********************************************************************************/

        .sidebar_contentbox {
          padding: 5px;
          border-bottom: 0px solid #444444;
        }

        .sidebar_contentbox h2 {
          margin: 0;
          padding: 2px;
          font-weight: normal;
          color: #555;
          font-size: 18px;
          border: none;
        }

        .sidebar_contentbox p {
          line-height: 118%;
          text-align: center;
          margin-bottom: 0px;
        }

        /*********************************************************************************/

        /* BRA Logo                                                                      */

        /*********************************************************************************/

        #ba_logo {
          padding: 18px 50px;
        }

        #ba_logo .image {
          display: inline-block;
        }

        /*********************************************************************************/

        /* Sidebar                                                                       */

        /*********************************************************************************/

        #sidebar {}

        /*********************************************************************************/

        /* Footer                                                                        */

        /*********************************************************************************/

        #footer {}

        /*********************************************************************************/

        /* Copyright                                                                     */

        /*********************************************************************************/

        #copyright {
          overflow: hidden;
          padding: 1em 0em;
          text-align: center;
        }

        #copyright p {
          /* line-height: 100%; */
        }

        #copyright span {
          display: block;
          letter-spacing: 0.20em;
          line-height: 2.5em;
          text-align: center;
          text-transform: uppercase;
          font-size: 0.80em;
          color: rgba(0, 0, 0, 0.7);
        }

        #copyright a {
          text-decoration: none;
          color: #555;
        }

        .fa {
          /*color: #555;*/
          width: 35px;
          text-align: center;
        }

        .fa-menu {
          font-size: 24px;
          padding-top: 1px;
        }

        .fa-submenu {
          font-size: 19px;
        }

        .fa-button {
          width: 20px;
        }

        .fa-button-small {
          width: 10px;
        }

        /*********************************************************************************/

        /* Pagerbox                                                                      */

        /*********************************************************************************/

        .pagerbox {
          padding: 5px;
        }

        /*********************************************************************************/

        /* Flightnumber                                                                  */

        /*********************************************************************************/

        .flightnumber {
          background: #4a4a4a;
          color: white;
          border-bottom: 1px solid white;
        }

        .flightnumber_charter {
          background: rgb(204, 48, 198);
          color: white;
          border-bottom: 1px solid white;
        }

        .flightnumber_xpressline {
          background: #663399;
          color: white;
          border-bottom: 1px solid white;
        }

        .flightnumber_cityline {
          background: #e60000;
          color: white;
          border-bottom: 1px solid white;
        }

        .flightnumber_cargo {
          background: lightslategray;
          color: white;
          border-bottom: 1px solid white;
        }

        .flightnumber_hub {
          border: 1px solid red;
          background: red;
        }

        .fn-simple {
          border-bottom: 0px solid #eee;
        }

        .textcolor_charter {
          color: rgb(204, 48, 198);
        }

        .textcolor_cityline {
          color: #e60000;
        }

        .textcolor_xpressline {
          color: #663399;
        }

        .textcolor_cargo {
          color: lightslategray;
        }


        /*********************************************************************************/

        /* Colored Boxes                                                                 */

        /*********************************************************************************/

        #messagebox {
          border: dashed 1px #FF9900;
          background-color: #FFFFCC;
          padding: 5px 5px 5px 5px;
          color: #000000;
          font-size: 15px;
          float: right;
          margin-bottom: 2px;
        }

        #message {
          border: dashed 1px #FF9900;
          background-color: #FFFFCC;
          padding: 5px 5px 5px 5px;
          color: #000000;
          font-size: 15px;
          margin-top: 2px;
          margin-bottom: 2px;
          text-align: center;
        }

        .message {
          border: dashed 1px #FF9900;
          background-color: #FFFFCC;
          padding: 5px 5px 5px 5px;
          color: #000000;
          font-size: 15px;
          margin-top: 2px;
          margin-bottom: 2px;
          text-align: center;
        }

        #error {
          border: 1px solid #FF0000;
          background: #FFCCDA;
          padding: 4px;
          text-align: center;
          margin-bottom: 1px;
          color: red;
        }

        #success {
          border: 1px solid #30ce00;
          background: #D8FFCC;
          padding: 2px;
          text-align: center;
          margin-bottom: 1px;
          color: green;
        }

        #accepted {
          border: 1px solid #008020;
          background: #D8FFCC;
          padding: 2px;
          text-align: center;
          color: #008020;
          display: block;
        }

        #rejected {
          border: 1px solid #FF0000;
          background: #FFCCDA;
          padding: 2px;
          text-align: center;
          color: red;
        }

        #approval {
          border: 1px solid orangered;
          background: yellow;
          padding: 2px;
          text-align: center;
          color: orangered;
        }

        #inflight {
          border: 1px solid blue;
          background: lightskyblue;
          padding: 2px;
          text-align: center;
        }

        .gray_dashed_box {
          border: 1px dashed #ddd;
          text-align: center;
          padding: 2px;
          margin: 5px 0;
        }

        .gray_box {
          background: #eee;
          text-align: center;
          width: 100%;
          padding: 2px 0 2px 0;
          margin-bottom: 5px;
        }

        .gray_box_inner {
          text-align: right;
          margin: 2px;
        }

        .topmenu {
          border: solid 1px #eee;
          padding: 5px 5px 5px 5px;
          font-size: 15px;
          margin-top: 5px;
          margin-bottom: 5px;
          text-align: center;
        }

        .status {
          width: 100%;
          height: 22px;
          cursor: default;
        }

        .accepted {
          background: rgb(209, 240, 209);
        }

        .pending {
          background: orange;
        }

        .rejected {
          background: red;
        }

        .inflight {
          background: lightskyblue;
        }

        .accepted i {
          color: green;
        }

        .pending i {
          color: #555;
        }

        .rejected i {
          color: yellow;
        }

        .inflight i {
          color: #555;
        }

        .active {
          background: rgb(209, 240, 209);
          color: green;
          padding: 3px;
        }

        .check {
          background: red;
          color: white;
          padding: 3px;
        }

        .text-white {
          color: white;
        }

        .text-red {
          color: red;
        }

        .bg_lime {
          background: lime;
        }

        .bg_limegreen {
          background: limegreen;
          color: #444;
        }

        .bg_yellow {
          background: yellow;
        }

        .bg_orange {
          background: orange;
        }

        .bg_orangered {
          background: orangered;
          color: #222;
        }

        .bg_red {
          background: red;
          color: #222;
        }

        .bg_white {
          background: white;
          color: #222;
        }

        .waypoints {
          border: 1px solid #eee;
          background: lightyellow;
          padding: 3px;
          color: #333;
          text-align: center;
          margin: 0 5px 0 0px;
        }

        .airways {
          border: 1px solid #eee;
          background: lightblue;
          padding: 3px;
          color: #333;
          text-align: center;
          margin: 0 5px 0 0px;
        }

        .clearfix:before,
        .clearfix:after {
          content: " ";
          display: table;
        }

        .clearfix:after {
          clear: both;
        }

        .clearfix {
          *zoom: 1;
        }

        .container_menu {
          position: relative;
          margin: 0px auto;
          padding: 5px 0;
          clear: both;
          z-index: 1100;
        }

        .container_img {
          position: relative;
        }

        .tag {
          float: left;
          position: absolute;
          right: -3px;
          top: -3px;
          z-index: 1000;
          background-color: #d00000;
          padding: 5px;
          color: #FFFFFF;
          border: 3px solid white;
          opacity: 0.9;
        }

        /*********************************************************************************/

        /* Status Message Box                                                            */

        /*********************************************************************************/

        #statusmessage {
          position: fixed;
          top: 0px;
          left: 0px;
          z-index: 2000;
          width: 100%;
          height: 20px;
          opacity: 0.8;
          text-align: center;
        }

        .notice,
        .success,
        .error {
          padding: 5px;
          border-width: 1px;
          border-style: solid;
        }

        .notice {
          background-color: #FFF6BF;
          color: #514721;
          border-color: #FFD324;
        }

        .success {
          background-color: #E6EFC2;
          color: #346900;
          border-color: #C6D880;
        }

        .error {
          background-color: #FBE3E4;
          color: #8a1f11;
          border-color: #FBC2C4;
        }

        .error a {
          color: #8a1f11;
        }

        .notice a {
          color: #514721;
        }

        .success a {
          color: #264409;
        }

        /*********************************************************************************/

        /* Google Maps                                                                   */

        /*********************************************************************************/

        .gm-style .gm-style-iw,
        .gm-style .gm-style-iw a,
        .gm-style .gm-style-iw span,
        .gm-style .gm-style-iw label,
        .gm-style .gm-style-iw div {
          font-size: 15px;
        }

        .contenthover {
          padding: 20px 20px 10px 20px;
        }

        .contenthover,
        .contenthover h3,
        contenthover a {
          color: #fff;
        }

        .contenthover h3,
        .contenthover p {
          margin: 0 0 10px 0;
          line-height: 1.4em;
          padding: 0;
        }

        .contenthover a.mybutton {
          display: block;
          float: left;
          padding: 5px 10px;
          background: #3c9632;
          color: #fff;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
        }

        .contenthover a.mybutton:hover {
          background: #34742d
        }

        .maplabel {
          font-family: 'Roboto', sans-serif;
          font-size: 14px;
          text-align: center;
          width: auto;
          border: 0px solid #ccc;
          white-space: nowrap;
          padding: 3px;
        }

        .fleetmaplabel {
          font-family: 'Roboto', sans-serif;
          font-size: 14px;
          text-align: center;
          width: 80px;
          border: 0px solid red;
          white-space: nowrap;
          padding: 3px;
          background: #4a4a4a;
          color: white;
        }

        .blackwhite {
          background: black;
          color: white;
          padding: 5px;
        }

        .redwhite {
          background: red;
          color: white;
          padding: 5px;
        }

        /*********************************************************************************/

        /* Breadcrumb Navigation                                                         */

        /*********************************************************************************/

        #nav_breadcrumb {
          background: #eee;
          margin: 10px 0px;
        }

        .breadcrumb {
          list-style: none;
          overflow: hidden;
          font: 15px Sans-Serif;
        }

        .breadcrumb li {
          float: left;
        }

        .breadcrumb li a {
          color: white;
          text-decoration: none;
          padding: 5px 0 5px 60px;
          background: brown;
          /* fallback color */
          background: hsla(0, 0%, 30%, 1);
          position: relative;
          display: block;
          float: left;
        }

        .breadcrumb li a:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border-top: 50px solid transparent;
          /* Go big on the size, and let overflow hide */
          border-bottom: 45px solid transparent;
          border-left: 35px solid hsla(0, 0%, 30%, 1);
          position: absolute;
          top: 50%;
          margin-top: -50px;
          left: 100%;
          z-index: 2;
        }

        .breadcrumb li a:before {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border-top: 50px solid transparent;
          /* Go big on the size, and let overflow hide */
          border-bottom: 45px solid transparent;
          border-left: 35px solid white;
          position: absolute;
          top: 50%;
          margin-top: -50px;
          margin-left: 2px;
          left: 100%;
          z-index: 1;
        }

        .breadcrumb li:first-child a {
          padding-left: 30px;
        }

        .breadcrumb li:nth-child(2) a {
          background: hsla(0, 0%, 60%, 1);
        }

        .breadcrumb li:nth-child(2) a:after {
          border-left-color: hsla(0, 0%, 60%, 1);
        }

        .breadcrumb li:nth-child(3) a {
          background: hsla(0, 0%, 70%, 1);
        }

        .breadcrumb li:nth-child(3) a:after {
          border-left-color: hsla(0, 0%, 70%, 1);
        }

        .breadcrumb li:nth-child(4) a {
          background: hsla(0, 0%, 80%, 1);
        }

        .breadcrumb li:nth-child(4) a:after {
          border-left-color: hsla(0, 0%, 80%, 1);
        }

        .breadcrumb li:nth-child(5) a {
          background: hsla(0, 0%, 90%, 1);
        }

        .breadcrumb li:nth-child(5) a:after {
          border-left-color: hsla(0, 0%, 90%, 1);
        }

        .breadcrumb li:last-child a {
          background: #eee !important;
          color: black;
          pointer-events: none;
          cursor: default;
        }

        .breadcrumb li:last-child a:before {
          border-color: #eee;
        }

        .breadcrumb li:last-child a:after {
          border: 0;
        }

        .breadcrumb li a:hover {
          background: hsla(0, 100%, 40%, 1);
        }

        .breadcrumb li a:hover:after {
          border-left-color: hsla(0, 100%, 40%, 1) !important;
        }

        .breadcrumb li:first-child a.nolink {
          padding-left: 25px;
        }

        .breadcrumb li:nth-child(2) a.nolink {
          background: hsla(0, 0%, 60%, 1);
        }

        .breadcrumb li:nth-child(2) a.nolink:after {
          border-left-color: hsla(0, 0%, 60%, 1);
        }

        .breadcrumb li:nth-child(2) a.nolink:hover:after {
          border-left-color: hsla(0, 0%, 60%, 1) !important;
        }

        .breadcrumb li:nth-child(3) a.nolink {
          background: hsla(0, 0%, 70%, 1);
        }

        .breadcrumb li:nth-child(3) a.nolink:after {
          border-left-color: hsla(0, 0%, 70%, 1);
        }

        .breadcrumb li:nth-child(3) a.nolink:hover:after {
          border-left-color: hsla(0, 0%, 70%, 1) !important;
        }

        .breadcrumb li:nth-child(4) a.nolink {
          background: hsla(0, 0%, 80%, 1);
        }

        .breadcrumb li:nth-child(4) a.nolink:after {
          border-left-color: hsla(0, 0%, 80%, 1);
        }

        .breadcrumb li:nth-child(4) a.nolink:hover:after {
          border-left-color: hsla(0, 0%, 80%, 1) !important;
        }

        .breadcrumb li:nth-child(5) a.nolink {
          background: hsla(0, 0%, 90%, 1);
        }

        .breadcrumb li:nth-child(5) a.nolink:after {
          border-left-color: hsla(0, 0%, 90%, 1);
        }

        .breadcrumb li:nth-child(5) a.nolink:hover:after {
          border-left-color: hsla(0, 0%, 90%, 1) !important;
        }

        .breadcrumb li:last-child a.nolink {
          background: white !important;
          color: black;
          pointer-events: none;
          cursor: default;
        }

        .breadcrumb li:last-child a.nolink:after {
          border: 0;
        }

        .breadcrumb li a.nolink:hover {
          cursor: default;
        }

        #clocktxt,
        #clocktxt1 {
          opacity: 1;
          color: #777;
        }

        #logout:hover {
          color: red;
        }

        /*********************************************************************************/

        /* Helper                                                                        */

        /*********************************************************************************/

        .fullwidth {
          width: 100%;
        }

        .align_c {
          text-align: center;
        }

        .jqbutton_tc {
          display: inline-table;
          width: 100%;
          line-height: inherit;
          line-height: 29px;
        }

        /*********************************************************************************/

        /* Airport Logo                                                                  */

        /*********************************************************************************/

        .aplogo {       
          margin: 10px auto;
          display: block;
          width: 80px;
          height: 80px;         
          border: 1px solid #eee;
          border-radius: 50%;
          line-height: 80px;
          text-align: center;
          font-weight: bold;
          color: #444;
          text-decoration: none;
        }

        .aplogo-circle:hover {
          background: #e60000;
          color: white;
        }

        .aplogo-circle {
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          border-radius: 50%;

          overflow: hidden;
          background: white;
          box-shadow: 0 0 3px grey;
        }
