/*$brand-danger:          #d71921 !default; */
/* 16
// Small screen / tablet
$container-tablet:             (720px + $grid-gutter-width) !default;
//** For `$screen-sm-min` and up.
$container-sm:                 $container-tablet !default;

// Medium screen / desktop
$container-desktop:            (940px + $grid-gutter-width) !default;
//** For `$screen-md-min` and up.
$container-md:                 $container-desktop !default;

// Large screen / wide desktop
$container-large-desktop:      (1140px + $grid-gutter-width) !default;
//** For `$screen-lg-min` and up.
$container-lg:                 $container-large-desktop !default;
*/
.ek {
    /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
    /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
    /*
@-moz-document url-prefix() {
	input[type="file"] {
		padding-left: 10px !important;
		padding-right: 100px !important; //ugly firefox hack.
	}
}*/
    @-webkit-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }

        to {
            background-position: 0 0;
        }
    }

    @keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }

        to {
            background-position: 0 0;
        }
    }

    @-ms-viewport {
        width: device-width;
    }
}

    .ek html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    .ek body {
        margin: 0;
    }

    .ek article, .ek aside, .ek details, .ek figcaption, .ek figure, .ek footer, .ek header, .ek hgroup, .ek main, .ek menu, .ek nav, .ek section, .ek summary {
        display: block;
    }

    .ek audio, .ek canvas, .ek progress, .ek video {
        display: inline-block;
        vertical-align: baseline;
    }

        .ek audio:not([controls]) {
            display: none;
            height: 0;
        }

    .ek [hidden], .ek template {
        display: none;
    }

    .ek a {
        background-color: transparent;
    }

        .ek a:active, .ek a:hover {
            outline: 0;
        }

    .ek abbr[title] {
        border-bottom: 1px dotted;
    }

    .ek b, .ek strong {
        font-weight: bold;
    }

    .ek dfn {
        font-style: italic;
    }

    .ek h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    .ek mark {
        background: #ff0;
        color: #000;
    }

    .ek small {
        font-size: 80%;
    }

    .ek sub, .ek sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    .ek sup {
        top: -0.5em;
    }

    .ek sub {
        bottom: -0.25em;
    }

    .ek img {
        border: 0;
    }

    .ek svg:not(:root) {
        overflow: hidden;
    }

    .ek figure {
        margin: 1em 40px;
    }

    .ek hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
    }

    .ek pre {
        overflow: auto;
    }

    .ek code, .ek kbd, .ek pre, .ek samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    .ek button, .ek input, .ek optgroup, .ek select, .ek textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }

    .ek button {
        overflow: visible;
    }

    .ek button, .ek select {
        text-transform: none;
    }

    .ek button, .ek html input[type="button"], .ek input[type="reset"], .ek input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        .ek button[disabled], .ek html input[disabled] {
            cursor: default;
        }

        .ek button::-moz-focus-inner, .ek input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    .ek input {
        line-height: normal;
    }

        .ek input[type="checkbox"], .ek input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
        }

        .ek input[type="number"]::-webkit-inner-spin-button, .ek input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        .ek input[type="search"] {
            -webkit-appearance: textfield;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

            .ek input[type="search"]::-webkit-search-cancel-button, .ek input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

    .ek fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    .ek legend {
        border: 0;
        padding: 0;
    }

    .ek textarea {
        overflow: auto;
    }

    .ek optgroup {
        font-weight: bold;
    }

    .ek table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    .ek td, .ek th {
        padding: 0;
    }

@media print {
    .ek *, .ek *:before, .ek *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .ek a, .ek a:visited {
        text-decoration: underline;
    }

        .ek a[href]:after {
            content: " (" attr(href) ")";
        }

    .ek abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ek a[href^="#"]:after, .ek a[href^="javascript:"]:after {
        content: "";
    }

    .ek pre, .ek blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .ek thead {
        display: table-header-group;
    }

    .ek tr, .ek img {
        page-break-inside: avoid;
    }

    .ek img {
        max-width: 100% !important;
    }

    .ek p, .ek h2, .ek h3 {
        orphans: 3;
        widows: 3;
    }

    .ek h2, .ek h3 {
        page-break-after: avoid;
    }

    .ek select {
        background: #fff !important;
    }

    .ek .navbar {
        display: none;
    }

    .ek .btn > .caret, .ek .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .ek .label {
        border: 1px solid #000;
    }

    .ek .table {
        border-collapse: collapse !important;
    }

        .ek .table td, .ek .table th {
            background-color: #fff !important;
        }

    .ek .table-bordered th, .ek .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.ek * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .ek *:before, .ek *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.ek html {
    -webkit-tap-highlight-color: transparent;
}

.ek body {
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.42857;
    color: #333333;
    overflow-x: hidden;
    background-color: #eeeeee;
}

@media (max-width: 767px) {
    .ek body {
        font-size: 0.8125em;
    }
}

.ek input, .ek button, .ek select, .ek textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ek a {
    color: #333333;
}

    .ek a:hover, .ek a:focus {
        color: #0d0d0d;
        text-decoration: none;
    }

.ek figure {
    margin: 0;
}

.ek img {
    vertical-align: middle;
}

.ek .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.ek .img-rounded {
    border-radius: 0px;
}

.ek .img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.ek .img-circle {
    border-radius: 50%;
}

.ek hr {
    margin-top: 1.5625em;
    margin-bottom: 2.1875em;
    border: 0;
    border-top: 1px solid #c4c4c4;
}

@media (max-width: 768px) {
    .ek hr {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }
}

.ek .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ek .sr-only-focusable:active, .ek .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.ek [role="button"] {
    cursor: pointer;
}

.ek h1, .ek h2, .ek h3, .ek h4, .ek h5, .ek h6, .ek .h1, .ek .h2, .ek .h3, .ek .h4, .ek .h5, .ek .h6 {
    font-family: "EmiratesSB-Bold", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}

    .ek h1 small, .ek h1 .small, .ek h2 small, .ek h2 .small, .ek h3 small, .ek h3 .small, .ek h4 small, .ek h4 .small, .ek h5 small, .ek h5 .small, .ek h6 small, .ek h6 .small, .ek .h1 small, .ek .h1 .small, .ek .h2 small, .ek .h2 .small, .ek .h3 small, .ek .h3 .small, .ek .h4 small, .ek .h4 .small, .ek .h5 small, .ek .h5 .small, .ek .h6 small, .ek .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #4f4f4f;
    }

        .ek h1 small.block, .ek h1 .small.block, .ek h2 small.block, .ek h2 .small.block, .ek h3 small.block, .ek h3 .small.block, .ek h4 small.block, .ek h4 .small.block, .ek h5 small.block, .ek h5 .small.block, .ek h6 small.block, .ek h6 .small.block, .ek .h1 small.block, .ek .h1 .small.block, .ek .h2 small.block, .ek .h2 .small.block, .ek .h3 small.block, .ek .h3 .small.block, .ek .h4 small.block, .ek .h4 .small.block, .ek .h5 small.block, .ek .h5 .small.block, .ek .h6 small.block, .ek .h6 .small.block {
            display: block;
        }

.ek h1, .ek .h1 {
    margin-top: 1.25em;
    margin-bottom: 0.625em;
}

@media (max-width: 480px) {
    .ek h1, .ek .h1 {
        margin-top: 1.25em;
        margin-bottom: 0.625em;
        font-size: 1.5625em;
    }
}

.ek h2, .ek .h2, .ek h3, .ek .h3 {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

    .ek h2 small, .ek h2 .small, .ek .h2 small, .ek .h2 .small, .ek h3 small, .ek h3 .small, .ek .h3 small, .ek .h3 .small {
        font-size: 65%;
    }

.ek .register-business-h3 {
    color: #666666;
    margin-top: 0.9375em;
}

.ek h4, .ek .h4, .ek h5, .ek .h5, .ek h6, .ek .h6 {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
}

    .ek h4 small, .ek h4 .small, .ek .h4 small, .ek .h4 .small, .ek h5 small, .ek h5 .small, .ek .h5 small, .ek .h5 .small, .ek h6 small, .ek h6 .small, .ek .h6 small, .ek .h6 .small {
        font-size: 75%;
    }

.ek h1, .ek .h1 {
    font-size: 3.125em;
}

@media (max-width: 767px) {
    .ek h1, .ek .h1 {
        font-size: 1.625em !important;
    }
}

@media (max-width: 480px) {
    .ek h1, .ek .h1 {
        font-size: 1em !important;
    }
}

.ek h2, .ek .h2 {
    font-size: 1.875em;
}

@media (max-width: 767px) {
    .ek h2, .ek .h2 {
        font-size: 1.4375em !important;
    }
}

.ek h3, .ek .h3 {
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .ek h3, .ek .h3 {
        font-size: 1.1875em !important;
    }
}

@media (max-width: 480px) {
    .ek h3, .ek .h3 {
        font-size: 1em !important;
    }
}

.ek h4, .ek .h4 {
    font-size: 1.125em;
}

@media (max-width: 767px) {
    .ek h4, .ek .h4 {
        font-size: 1.125em !important;
    }
}

@media (max-width: 480px) {
    .ek h4, .ek .h4 {
        font-size: 0.875em !important;
    }
}

.ek h5, .ek .h5 {
    font-size: 0.875em;
}

@media (max-width: 767px) {
    .ek h5, .ek .h5 {
        font-size: 0.875em !important;
    }
}

.ek h6, .ek .h6 {
    font-size: 0.75em;
}

@media (max-width: 767px) {
    .ek h6, .ek .h6 {
        font-size: 0.75em !important;
    }
}

.ek h2.page-title {
    font-size: 2.15625em;
    margin-top: 0.825em;
    margin-bottom: 0.50625em;
}

.ek p {
    margin: 0 0 0.625em;
}

    .ek p a {
        text-decoration: underline;
        cursor: pointer;
    }

.ek .lead {
    margin-top: 0.625em;
    margin-bottom: 1.25em;
    font-size: 1.57143em;
    font-weight: 300;
    line-height: 1.1;
    color: #666666;
    font-family: "EmiratesSL", Georgia, "Times New Roman", Times, serif;
    padding: 0px 20%;
}

@media (max-width: 768px) {
    .ek .lead {
        font-size: 1em;
        padding: 0px 10%;
        margin-top: 0.625em;
        margin-bottom: 1.25em;
    }
}

@media (max-width: 480px) {
    .ek .lead {
        font-size: 0.875em;
    }
}

.ek .lead.left-align {
    padding: 0px;
}

.ek small, .ek .small {
    font-size: 85%;
}

.ek mark, .ek .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.ek .text-left {
    text-align: left;
}

.ek .text-right {
    text-align: right;
}

.ek .text-center {
    text-align: center;
}

.ek .text-justify {
    text-align: justify;
}

.ek .text-nowrap {
    white-space: nowrap;
}

.ek .text-lowercase {
    text-transform: lowercase;
}

.ek .text-uppercase, .ek .initialism {
    text-transform: uppercase;
}

.ek .text-capitalize {
    text-transform: capitalize;
}

.ek .text-muted {
    color: #4f4f4f;
}

.ek .text-primary {
    color: #d61920;
}

.ek a.text-primary:hover {
    color: #a81419;
}

.ek .text-success {
    color: #3c763d;
}

.ek a.text-success:hover {
    color: #2b542c;
}

.ek .text-info {
    color: #31708f;
}

.ek a.text-info:hover {
    color: #245269;
}

.ek .text-warning {
    color: #8a6d3b;
}

.ek a.text-warning:hover {
    color: #66512c;
}

.ek .text-danger {
    color: #ba161e;
}

.ek a.text-danger:hover {
    color: #8c1117;
}

.ek .bg-primary {
    color: #fff;
}

.ek .bg-primary {
    background-color: #d61920;
}

.ek a.bg-primary:hover {
    background-color: #a81419;
}

.ek .bg-success {
    background-color: #dff0d8;
}

.ek a.bg-success:hover {
    background-color: #c1e2b3;
}

.ek .bg-info {
    background-color: #d9edf7;
}

.ek a.bg-info:hover {
    background-color: #afd9ee;
}

.ek .bg-warning {
    background-color: #fcf8e3;
}

.ek a.bg-warning:hover {
    background-color: #f7ecb5;
}

.ek .bg-danger {
    background-color: #f2dede;
}

.ek a.bg-danger:hover {
    background-color: #e4b9b9;
}

.ek .page-header {
    padding-bottom: -0.375em;
    margin: 2.5em 0 1.25em;
    border-bottom: 1px solid #eeeeee;
}

.ek ul, .ek ol {
    margin-top: 0;
    margin-bottom: 0.625em;
}

    .ek ul ul, .ek ul ol, .ek ol ul, .ek ol ol {
        margin-bottom: 0;
    }

.ek .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ek .list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .ek .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.ek dl {
    margin-top: 0;
    margin-bottom: 1.25em;
}

.ek dt, .ek dd {
    line-height: 1.42857;
}

.ek dt {
    font-weight: bold;
}

.ek dd {
    margin-left: 0;
}

.ek .dl-horizontal-wrapper {
    padding: 0 20px;
}

@media (max-width: 992px) {
    .ek .dl-horizontal-wrapper {
        padding: 0;
    }
}

.ek .dl-horizontal dd:before, .ek .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.ek .dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .ek .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ek .dl-horizontal dd {
        margin-left: 180px;
    }
}

.ek .dl-horizontal-striped dd:before, .ek .dl-horizontal-striped dd:after {
    content: " ";
    display: table;
}

.ek .dl-horizontal-striped dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .ek .dl-horizontal-striped dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 5px 0;
    }

    .ek .dl-horizontal-striped dd {
        border-bottom: 1px solid #eeeeee;
        text-align: right;
        margin: 5px 0;
        padding: 5px 0;
    }

        .ek .dl-horizontal-striped dd .icon, .ek .dl-horizontal-striped dd .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .dl-horizontal-striped dd .icon-header, .ek .dl-horizontal-striped dd label.styled-checkbox-wrapper:before {
            margin-right: 10px;
        }
}

@media (max-width: 768px) {
    .ek .dl-horizontal-striped dt, .ek .dl-horizontal-striped dd {
        margin: 5px 0;
    }

    .ek .dl-horizontal-striped dt {
        width: 50%;
        float: left;
        clear: left;
    }

    .ek .dl-horizontal-striped dd {
        width: 50%;
        float: right;
        text-align: right;
    }

        .ek .dl-horizontal-striped dd.text-danger {
            margin-top: 5px;
            margin-left: 0;
        }
}

@media (max-width: 768px) {
    .ek .dl-horizontal-striped {
        margin-top: 10px;
        overflow: hidden;
    }
}

.ek .dl-header-striped {
    font-size: 1em;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
    color: #333333;
}

@media (max-width: 767px) {
    .ek .dl-header-striped {
        font-size: 1em !important;
    }
}

.ek abbr[title], .ek abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #4f4f4f;
}

.ek .initialism {
    font-size: 90%;
}

.ek blockquote {
    padding: 0.625em 1.25em;
    margin: 0 0 1.25em;
    font-size: 1.09375em;
    border-left: 5px solid #eeeeee;
}

    .ek blockquote p:last-child, .ek blockquote ul:last-child, .ek blockquote ol:last-child {
        margin-bottom: 0;
    }

    .ek blockquote footer, .ek blockquote small, .ek blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #4f4f4f;
    }

        .ek blockquote footer:before, .ek blockquote small:before, .ek blockquote .small:before {
            content: '\2014 \00A0';
        }

    .ek .blockquote-reverse, .ek blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .ek .blockquote-reverse footer:before, .ek .blockquote-reverse small:before, .ek .blockquote-reverse .small:before, .ek blockquote.pull-right footer:before, .ek blockquote.pull-right small:before, .ek blockquote.pull-right .small:before {
            content: '';
        }

        .ek .blockquote-reverse footer:after, .ek .blockquote-reverse small:after, .ek .blockquote-reverse .small:after, .ek blockquote.pull-right footer:after, .ek blockquote.pull-right small:after, .ek blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

.ek address {
    margin-bottom: 1.25em;
    font-style: normal;
    line-height: 1.42857;
}

.ek code, .ek kbd, .ek pre, .ek samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.ek code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

.ek kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .ek kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

.ek pre {
    display: block;
    padding: 0.125em;
    margin: 0 0 0.625em;
    font-size: -0.125em;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

    .ek pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.ek .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.ek .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .ek .container:before, .ek .container:after {
        content: " ";
        display: table;
    }

    .ek .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .ek .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ek .container {
        width: 980px;
    }
}

@media (min-width: 1200px) {
    .ek .container {
        width: 980px;
    }
}

.ek .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .ek .container-fluid:before, .ek .container-fluid:after {
        content: " ";
        display: table;
    }

    .ek .container-fluid:after {
        clear: both;
    }

.ek .row {
    margin-left: -15px;
    margin-right: -15px;
}

    .ek .row:before, .ek .row:after {
        content: " ";
        display: table;
    }

    .ek .row:after {
        clear: both;
    }

.ek .col-xs-1, .ek .col-sm-1, .ek .col-md-1, .ek .col-lg-1, .ek .col-xs-2, .ek .col-sm-2, .ek .col-md-2, .ek .col-lg-2, .ek .col-xs-3, .ek .col-sm-3, .ek .col-md-3, .ek .col-lg-3, .ek .col-xs-4, .ek .col-sm-4, .ek .col-md-4, .ek .col-lg-4, .ek .col-xs-5, .ek .col-sm-5, .ek .col-md-5, .ek .col-lg-5, .ek .col-xs-6, .ek .col-sm-6, .ek .col-md-6, .ek .col-lg-6, .ek .col-xs-7, .ek .col-sm-7, .ek .col-md-7, .ek .col-lg-7, .ek .col-xs-8, .ek .col-sm-8, .ek .col-md-8, .ek .col-lg-8, .ek .col-xs-9, .ek .col-sm-9, .ek .col-md-9, .ek .col-lg-9, .ek .col-xs-10, .ek .col-sm-10, .ek .col-md-10, .ek .col-lg-10, .ek .col-xs-11, .ek .col-sm-11, .ek .col-md-11, .ek .col-lg-11, .ek .col-xs-12, .ek .col-sm-12, .ek .col-md-12, .ek .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.ek .col-xs-1, .ek .col-xs-2, .ek .col-xs-3, .ek .col-xs-4, .ek .col-xs-5, .ek .col-xs-6, .ek .col-xs-7, .ek .col-xs-8, .ek .col-xs-9, .ek .col-xs-10, .ek .col-xs-11, .ek .col-xs-12 {
    float: left;
}

.ek .col-xs-1 {
    width: 8.33333%;
}

.ek .col-xs-2 {
    width: 16.66667%;
}

.ek .col-xs-3 {
    width: 25%;
}

.ek .col-xs-4 {
    width: 33.33333%;
}

.ek .col-xs-5 {
    width: 41.66667%;
}

.ek .col-xs-6 {
    width: 50%;
}

.ek .col-xs-7 {
    width: 58.33333%;
}

.ek .col-xs-8 {
    width: 66.66667%;
}

.ek .col-xs-9 {
    width: 75%;
}

.ek .col-xs-10 {
    width: 83.33333%;
}

.ek .col-xs-11 {
    width: 91.66667%;
}

.ek .col-xs-12 {
    width: 100%;
}

.ek .col-xs-pull-0 {
    right: auto;
}

.ek .col-xs-pull-1 {
    right: 8.33333%;
}

.ek .col-xs-pull-2 {
    right: 16.66667%;
}

.ek .col-xs-pull-3 {
    right: 25%;
}

.ek .col-xs-pull-4 {
    right: 33.33333%;
}

.ek .col-xs-pull-5 {
    right: 41.66667%;
}

.ek .col-xs-pull-6 {
    right: 50%;
}

.ek .col-xs-pull-7 {
    right: 58.33333%;
}

.ek .col-xs-pull-8 {
    right: 66.66667%;
}

.ek .col-xs-pull-9 {
    right: 75%;
}

.ek .col-xs-pull-10 {
    right: 83.33333%;
}

.ek .col-xs-pull-11 {
    right: 91.66667%;
}

.ek .col-xs-pull-12 {
    right: 100%;
}

.ek .col-xs-push-0 {
    left: auto;
}

.ek .col-xs-push-1 {
    left: 8.33333%;
}

.ek .col-xs-push-2 {
    left: 16.66667%;
}

.ek .col-xs-push-3 {
    left: 25%;
}

.ek .col-xs-push-4 {
    left: 33.33333%;
}

.ek .col-xs-push-5 {
    left: 41.66667%;
}

.ek .col-xs-push-6 {
    left: 50%;
}

.ek .col-xs-push-7 {
    left: 58.33333%;
}

.ek .col-xs-push-8 {
    left: 66.66667%;
}

.ek .col-xs-push-9 {
    left: 75%;
}

.ek .col-xs-push-10 {
    left: 83.33333%;
}

.ek .col-xs-push-11 {
    left: 91.66667%;
}

.ek .col-xs-push-12 {
    left: 100%;
}

.ek .col-xs-offset-0 {
    margin-left: 0%;
}

.ek .col-xs-offset-1 {
    margin-left: 8.33333%;
}

.ek .col-xs-offset-2 {
    margin-left: 16.66667%;
}

.ek .col-xs-offset-3 {
    margin-left: 25%;
}

.ek .col-xs-offset-4 {
    margin-left: 33.33333%;
}

.ek .col-xs-offset-5 {
    margin-left: 41.66667%;
}

.ek .col-xs-offset-6 {
    margin-left: 50%;
}

.ek .col-xs-offset-7 {
    margin-left: 58.33333%;
}

.ek .col-xs-offset-8 {
    margin-left: 66.66667%;
}

.ek .col-xs-offset-9 {
    margin-left: 75%;
}

.ek .col-xs-offset-10 {
    margin-left: 83.33333%;
}

.ek .col-xs-offset-11 {
    margin-left: 91.66667%;
}

.ek .col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .ek .col-sm-1, .ek .col-sm-2, .ek .col-sm-3, .ek .col-sm-4, .ek .col-sm-5, .ek .col-sm-6, .ek .col-sm-7, .ek .col-sm-8, .ek .col-sm-9, .ek .col-sm-10, .ek .col-sm-11, .ek .col-sm-12 {
        float: left;
    }

    .ek .col-sm-1 {
        width: 8.33333%;
    }

    .ek .col-sm-2 {
        width: 16.66667%;
    }

    .ek .col-sm-3 {
        width: 25%;
    }

    .ek .col-sm-4 {
        width: 33.33333%;
    }

    .ek .col-sm-5 {
        width: 41.66667%;
    }

    .ek .col-sm-6 {
        width: 50%;
    }

    .ek .col-sm-7 {
        width: 58.33333%;
    }

    .ek .col-sm-8 {
        width: 66.66667%;
    }

    .ek .col-sm-9 {
        width: 75%;
    }

    .ek .col-sm-10 {
        width: 83.33333%;
    }

    .ek .col-sm-11 {
        width: 91.66667%;
    }

    .ek .col-sm-12 {
        width: 100%;
    }

    .ek .col-sm-pull-0 {
        right: auto;
    }

    .ek .col-sm-pull-1 {
        right: 8.33333%;
    }

    .ek .col-sm-pull-2 {
        right: 16.66667%;
    }

    .ek .col-sm-pull-3 {
        right: 25%;
    }

    .ek .col-sm-pull-4 {
        right: 33.33333%;
    }

    .ek .col-sm-pull-5 {
        right: 41.66667%;
    }

    .ek .col-sm-pull-6 {
        right: 50%;
    }

    .ek .col-sm-pull-7 {
        right: 58.33333%;
    }

    .ek .col-sm-pull-8 {
        right: 66.66667%;
    }

    .ek .col-sm-pull-9 {
        right: 75%;
    }

    .ek .col-sm-pull-10 {
        right: 83.33333%;
    }

    .ek .col-sm-pull-11 {
        right: 91.66667%;
    }

    .ek .col-sm-pull-12 {
        right: 100%;
    }

    .ek .col-sm-push-0 {
        left: auto;
    }

    .ek .col-sm-push-1 {
        left: 8.33333%;
    }

    .ek .col-sm-push-2 {
        left: 16.66667%;
    }

    .ek .col-sm-push-3 {
        left: 25%;
    }

    .ek .col-sm-push-4 {
        left: 33.33333%;
    }

    .ek .col-sm-push-5 {
        left: 41.66667%;
    }

    .ek .col-sm-push-6 {
        left: 50%;
    }

    .ek .col-sm-push-7 {
        left: 58.33333%;
    }

    .ek .col-sm-push-8 {
        left: 66.66667%;
    }

    .ek .col-sm-push-9 {
        left: 75%;
    }

    .ek .col-sm-push-10 {
        left: 83.33333%;
    }

    .ek .col-sm-push-11 {
        left: 91.66667%;
    }

    .ek .col-sm-push-12 {
        left: 100%;
    }

    .ek .col-sm-offset-0 {
        margin-left: 0%;
    }

    .ek .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .ek .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .ek .col-sm-offset-3 {
        margin-left: 25%;
    }

    .ek .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .ek .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .ek .col-sm-offset-6 {
        margin-left: 50%;
    }

    .ek .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .ek .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .ek .col-sm-offset-9 {
        margin-left: 75%;
    }

    .ek .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .ek .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .ek .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .ek .col-md-1, .ek .col-md-2, .ek .col-md-3, .ek .col-md-4, .ek .col-md-5, .ek .col-md-6, .ek .col-md-7, .ek .col-md-8, .ek .col-md-9, .ek .col-md-10, .ek .col-md-11, .ek .col-md-12 {
        float: left;
    }

    .ek .col-md-1 {
        width: 8.33333%;
    }

    .ek .col-md-2 {
        width: 16.66667%;
    }

    .ek .col-md-3 {
        width: 25%;
    }

    .ek .col-md-4 {
        width: 33.33333%;
    }

    .ek .col-md-5 {
        width: 41.66667%;
    }

    .ek .col-md-6 {
        width: 50%;
    }

    .ek .col-md-7 {
        width: 58.33333%;
    }

    .ek .col-md-8 {
        width: 66.66667%;
    }

    .ek .col-md-9 {
        width: 75%;
    }

    .ek .col-md-10 {
        width: 83.33333%;
    }

    .ek .col-md-11 {
        width: 91.66667%;
    }

    .ek .col-md-12 {
        width: 100%;
    }

    .ek .col-md-pull-0 {
        right: auto;
    }

    .ek .col-md-pull-1 {
        right: 8.33333%;
    }

    .ek .col-md-pull-2 {
        right: 16.66667%;
    }

    .ek .col-md-pull-3 {
        right: 25%;
    }

    .ek .col-md-pull-4 {
        right: 33.33333%;
    }

    .ek .col-md-pull-5 {
        right: 41.66667%;
    }

    .ek .col-md-pull-6 {
        right: 50%;
    }

    .ek .col-md-pull-7 {
        right: 58.33333%;
    }

    .ek .col-md-pull-8 {
        right: 66.66667%;
    }

    .ek .col-md-pull-9 {
        right: 75%;
    }

    .ek .col-md-pull-10 {
        right: 83.33333%;
    }

    .ek .col-md-pull-11 {
        right: 91.66667%;
    }

    .ek .col-md-pull-12 {
        right: 100%;
    }

    .ek .col-md-push-0 {
        left: auto;
    }

    .ek .col-md-push-1 {
        left: 8.33333%;
    }

    .ek .col-md-push-2 {
        left: 16.66667%;
    }

    .ek .col-md-push-3 {
        left: 25%;
    }

    .ek .col-md-push-4 {
        left: 33.33333%;
    }

    .ek .col-md-push-5 {
        left: 41.66667%;
    }

    .ek .col-md-push-6 {
        left: 50%;
    }

    .ek .col-md-push-7 {
        left: 58.33333%;
    }

    .ek .col-md-push-8 {
        left: 66.66667%;
    }

    .ek .col-md-push-9 {
        left: 75%;
    }

    .ek .col-md-push-10 {
        left: 83.33333%;
    }

    .ek .col-md-push-11 {
        left: 91.66667%;
    }

    .ek .col-md-push-12 {
        left: 100%;
    }

    .ek .col-md-offset-0 {
        margin-left: 0%;
    }

    .ek .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .ek .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .ek .col-md-offset-3 {
        margin-left: 25%;
    }

    .ek .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .ek .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .ek .col-md-offset-6 {
        margin-left: 50%;
    }

    .ek .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .ek .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .ek .col-md-offset-9 {
        margin-left: 75%;
    }

    .ek .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .ek .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .ek .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .ek .col-lg-1, .ek .col-lg-2, .ek .col-lg-3, .ek .col-lg-4, .ek .col-lg-5, .ek .col-lg-6, .ek .col-lg-7, .ek .col-lg-8, .ek .col-lg-9, .ek .col-lg-10, .ek .col-lg-11, .ek .col-lg-12 {
        float: left;
    }

    .ek .col-lg-1 {
        width: 8.33333%;
    }

    .ek .col-lg-2 {
        width: 16.66667%;
    }

    .ek .col-lg-3 {
        width: 25%;
    }

    .ek .col-lg-4 {
        width: 33.33333%;
    }

    .ek .col-lg-5 {
        width: 41.66667%;
    }

    .ek .col-lg-6 {
        width: 50%;
    }

    .ek .col-lg-7 {
        width: 58.33333%;
    }

    .ek .col-lg-8 {
        width: 66.66667%;
    }

    .ek .col-lg-9 {
        width: 75%;
    }

    .ek .col-lg-10 {
        width: 83.33333%;
    }

    .ek .col-lg-11 {
        width: 91.66667%;
    }

    .ek .col-lg-12 {
        width: 100%;
    }

    .ek .col-lg-pull-0 {
        right: auto;
    }

    .ek .col-lg-pull-1 {
        right: 8.33333%;
    }

    .ek .col-lg-pull-2 {
        right: 16.66667%;
    }

    .ek .col-lg-pull-3 {
        right: 25%;
    }

    .ek .col-lg-pull-4 {
        right: 33.33333%;
    }

    .ek .col-lg-pull-5 {
        right: 41.66667%;
    }

    .ek .col-lg-pull-6 {
        right: 50%;
    }

    .ek .col-lg-pull-7 {
        right: 58.33333%;
    }

    .ek .col-lg-pull-8 {
        right: 66.66667%;
    }

    .ek .col-lg-pull-9 {
        right: 75%;
    }

    .ek .col-lg-pull-10 {
        right: 83.33333%;
    }

    .ek .col-lg-pull-11 {
        right: 91.66667%;
    }

    .ek .col-lg-pull-12 {
        right: 100%;
    }

    .ek .col-lg-push-0 {
        left: auto;
    }

    .ek .col-lg-push-1 {
        left: 8.33333%;
    }

    .ek .col-lg-push-2 {
        left: 16.66667%;
    }

    .ek .col-lg-push-3 {
        left: 25%;
    }

    .ek .col-lg-push-4 {
        left: 33.33333%;
    }

    .ek .col-lg-push-5 {
        left: 41.66667%;
    }

    .ek .col-lg-push-6 {
        left: 50%;
    }

    .ek .col-lg-push-7 {
        left: 58.33333%;
    }

    .ek .col-lg-push-8 {
        left: 66.66667%;
    }

    .ek .col-lg-push-9 {
        left: 75%;
    }

    .ek .col-lg-push-10 {
        left: 83.33333%;
    }

    .ek .col-lg-push-11 {
        left: 91.66667%;
    }

    .ek .col-lg-push-12 {
        left: 100%;
    }

    .ek .col-lg-offset-0 {
        margin-left: 0%;
    }

    .ek .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .ek .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .ek .col-lg-offset-3 {
        margin-left: 25%;
    }

    .ek .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .ek .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .ek .col-lg-offset-6 {
        margin-left: 50%;
    }

    .ek .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .ek .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .ek .col-lg-offset-9 {
        margin-left: 75%;
    }

    .ek .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .ek .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .ek .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.ek table {
    background-color: transparent;
}

.ek caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #4f4f4f;
    text-align: left;
}

.ek th {
    text-align: left;
}

.ek .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.25em;
}

    .ek .table > thead > tr > th, .ek .table > thead > tr > td, .ek .table > tbody > tr > th, .ek .table > tbody > tr > td, .ek .table > tfoot > tr > th, .ek .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .ek .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .ek .table > caption + thead > tr:first-child > th, .ek .table > caption + thead > tr:first-child > td, .ek .table > colgroup + thead > tr:first-child > th, .ek .table > colgroup + thead > tr:first-child > td, .ek .table > thead:first-child > tr:first-child > th, .ek .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .ek .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .ek .table .table {
        background-color: #fff;
    }

.ek .table-condensed > thead > tr > th, .ek .table-condensed > thead > tr > td, .ek .table-condensed > tbody > tr > th, .ek .table-condensed > tbody > tr > td, .ek .table-condensed > tfoot > tr > th, .ek .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.ek .table-bordered {
    border: 1px solid #ddd;
}

    .ek .table-bordered > thead > tr > th, .ek .table-bordered > thead > tr > td, .ek .table-bordered > tbody > tr > th, .ek .table-bordered > tbody > tr > td, .ek .table-bordered > tfoot > tr > th, .ek .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .ek .table-bordered > thead > tr > th, .ek .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.ek .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ek .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.ek table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

.ek table td[class*="col-"], .ek table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.ek .table > thead > tr > td.active, .ek .table > thead > tr > th.active, .ek .table > thead > tr.active > td, .ek .table > thead > tr.active > th, .ek .table > tbody > tr > td.active, .ek .table > tbody > tr > th.active, .ek .table > tbody > tr.active > td, .ek .table > tbody > tr.active > th, .ek .table > tfoot > tr > td.active, .ek .table > tfoot > tr > th.active, .ek .table > tfoot > tr.active > td, .ek .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.ek .table-hover > tbody > tr > td.active:hover, .ek .table-hover > tbody > tr > th.active:hover, .ek .table-hover > tbody > tr.active:hover > td, .ek .table-hover > tbody > tr:hover > .active, .ek .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.ek .table > thead > tr > td.success, .ek .table > thead > tr > th.success, .ek .table > thead > tr.success > td, .ek .table > thead > tr.success > th, .ek .table > tbody > tr > td.success, .ek .table > tbody > tr > th.success, .ek .table > tbody > tr.success > td, .ek .table > tbody > tr.success > th, .ek .table > tfoot > tr > td.success, .ek .table > tfoot > tr > th.success, .ek .table > tfoot > tr.success > td, .ek .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.ek .table-hover > tbody > tr > td.success:hover, .ek .table-hover > tbody > tr > th.success:hover, .ek .table-hover > tbody > tr.success:hover > td, .ek .table-hover > tbody > tr:hover > .success, .ek .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.ek .table > thead > tr > td.info, .ek .table > thead > tr > th.info, .ek .table > thead > tr.info > td, .ek .table > thead > tr.info > th, .ek .table > tbody > tr > td.info, .ek .table > tbody > tr > th.info, .ek .table > tbody > tr.info > td, .ek .table > tbody > tr.info > th, .ek .table > tfoot > tr > td.info, .ek .table > tfoot > tr > th.info, .ek .table > tfoot > tr.info > td, .ek .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.ek .table-hover > tbody > tr > td.info:hover, .ek .table-hover > tbody > tr > th.info:hover, .ek .table-hover > tbody > tr.info:hover > td, .ek .table-hover > tbody > tr:hover > .info, .ek .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.ek .table > thead > tr > td.warning, .ek .table > thead > tr > th.warning, .ek .table > thead > tr.warning > td, .ek .table > thead > tr.warning > th, .ek .table > tbody > tr > td.warning, .ek .table > tbody > tr > th.warning, .ek .table > tbody > tr.warning > td, .ek .table > tbody > tr.warning > th, .ek .table > tfoot > tr > td.warning, .ek .table > tfoot > tr > th.warning, .ek .table > tfoot > tr.warning > td, .ek .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.ek .table-hover > tbody > tr > td.warning:hover, .ek .table-hover > tbody > tr > th.warning:hover, .ek .table-hover > tbody > tr.warning:hover > td, .ek .table-hover > tbody > tr:hover > .warning, .ek .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.ek .table > thead > tr > td.danger, .ek .table > thead > tr > th.danger, .ek .table > thead > tr.danger > td, .ek .table > thead > tr.danger > th, .ek .table > tbody > tr > td.danger, .ek .table > tbody > tr > th.danger, .ek .table > tbody > tr.danger > td, .ek .table > tbody > tr.danger > th, .ek .table > tfoot > tr > td.danger, .ek .table > tfoot > tr > th.danger, .ek .table > tfoot > tr.danger > td, .ek .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.ek .table-hover > tbody > tr > td.danger:hover, .ek .table-hover > tbody > tr > th.danger:hover, .ek .table-hover > tbody > tr.danger:hover > td, .ek .table-hover > tbody > tr:hover > .danger, .ek .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.ek .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .ek .table-responsive {
        width: 100%;
        margin-bottom: 0.9375em;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .ek .table-responsive > .table {
            margin-bottom: 0;
        }

            .ek .table-responsive > .table > thead > tr > th, .ek .table-responsive > .table > thead > tr > td, .ek .table-responsive > .table > tbody > tr > th, .ek .table-responsive > .table > tbody > tr > td, .ek .table-responsive > .table > tfoot > tr > th, .ek .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .ek .table-responsive > .table-bordered {
            border: 0;
        }

            .ek .table-responsive > .table-bordered > thead > tr > th:first-child, .ek .table-responsive > .table-bordered > thead > tr > td:first-child, .ek .table-responsive > .table-bordered > tbody > tr > th:first-child, .ek .table-responsive > .table-bordered > tbody > tr > td:first-child, .ek .table-responsive > .table-bordered > tfoot > tr > th:first-child, .ek .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .ek .table-responsive > .table-bordered > thead > tr > th:last-child, .ek .table-responsive > .table-bordered > thead > tr > td:last-child, .ek .table-responsive > .table-bordered > tbody > tr > th:last-child, .ek .table-responsive > .table-bordered > tbody > tr > td:last-child, .ek .table-responsive > .table-bordered > tfoot > tr > th:last-child, .ek .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .ek .table-responsive > .table-bordered > tbody > tr:last-child > th, .ek .table-responsive > .table-bordered > tbody > tr:last-child > td, .ek .table-responsive > .table-bordered > tfoot > tr:last-child > th, .ek .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.ek fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

.ek legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.625em;
    line-height: inherit;
    color: #666666;
    border: 0;
    font-weight: bold;
}

.ek label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #333333;
    cursor: pointer;
}

.ek input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ek input[type="radio"], .ek input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.ek input[type="file"] {
    display: block;
}

.ek input[type="range"] {
    display: block;
    width: 100%;
}

.ek select[multiple], .ek select[size] {
    height: auto;
}

.ek input[type="file"]:focus, .ek input[type="radio"]:focus, .ek input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ek output {
    display: block;
    padding-top: 7px;
    font-size: 0.875em;
    line-height: 1.42857;
    color: #333333;
}

@media (max-width: 767px) {
    .ek output {
        font-size: 0.8125em;
    }
}

.ek .form-control {
    display: block;
    width: 100%;
    height: 3.1em;
    padding: 6px 16px;
    font-size: 1em;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    -webkit-box-shadow: inset 1px 1px 0px #f2f2f2;
    box-shadow: inset 1px 1px 0px #f2f2f2;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (max-width: 767px) {
    .ek .form-control {
        font-size: 1em !important;
    }
}

.ek .form-control:focus {
    border-color: #797879;
    outline: 0;
}

.ek .form-control::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.6);
}

.ek .form-control::-moz-placeholder {
    color: rgba(51, 51, 51, 0.6);
    opacity: 1;
}

.ek .form-control:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.6);
}

.ek .form-control[disabled], .ek .form-control[readonly], fieldset[disabled] .ek .form-control {
    background-color: #f5f5f5;
    opacity: 1;
}

.ek .form-control[disabled], fieldset[disabled] .ek .form-control {
    cursor: false;
}

.ek textarea.form-control {
    height: auto;
    resize: none;
}

.ek input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ek input[type="date"], .ek input[type="time"], .ek input[type="datetime-local"], .ek input[type="month"] {
        line-height: 3em;
    }

        .ek input[type="date"].input-sm, .ek .input-group-sm > input[type="date"].form-control, .ek .input-group-sm > input[type="date"].input-group-addon, .ek .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm .ek input[type="date"], .ek input[type="time"].input-sm, .ek .input-group-sm > input[type="time"].form-control, .ek .input-group-sm > input[type="time"].input-group-addon, .ek .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm .ek input[type="time"], .ek input[type="datetime-local"].input-sm, .ek .input-group-sm > input[type="datetime-local"].form-control, .ek .input-group-sm > input[type="datetime-local"].input-group-addon, .ek .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm .ek input[type="datetime-local"], .ek input[type="month"].input-sm, .ek .input-group-sm > input[type="month"].form-control, .ek .input-group-sm > input[type="month"].input-group-addon, .ek .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm .ek input[type="month"] {
            line-height: 3.625em;
        }

        .ek input[type="date"].input-lg, .ek .input-group-lg > input[type="date"].form-control, .ek .input-group-lg > input[type="date"].input-group-addon, .ek .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg .ek input[type="date"], .ek input[type="time"].input-lg, .ek .input-group-lg > input[type="time"].form-control, .ek .input-group-lg > input[type="time"].input-group-addon, .ek .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg .ek input[type="time"], .ek input[type="datetime-local"].input-lg, .ek .input-group-lg > input[type="datetime-local"].form-control, .ek .input-group-lg > input[type="datetime-local"].input-group-addon, .ek .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg .ek input[type="datetime-local"], .ek input[type="month"].input-lg, .ek .input-group-lg > input[type="month"].form-control, .ek .input-group-lg > input[type="month"].input-group-addon, .ek .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg .ek input[type="month"] {
            line-height: 4.5em;
        }
}

.ek .ios select, .ek .ios textarea, .ek .ios input[type="text"], .ek .ios input[type="password"], .ek .ios input[type="number"], .ek .ios input[type="email"], .ek .ios option, .ek .ios select:focus, .ek .ios textarea:focus, .ek .ios input[type="text"]:focus, .ek .ios input[type="password"]:focus, .ek .ios input[type="number"]:focus, .ek .ios input[type="email"]:focus, .ek .ios select:hover, .ek .ios input[type="text"]:hover, .ek .ios input[type="password"]:hover, .ek .ios input[type="number"]:hover, .ek .ios input[type="email"]:hover, .ek .ios option:hover, .ek .ios option:focus, .ek .ios select:focus option, .ek .ios select:hover option {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
}

.ek .form-group {
    margin-bottom: 15px;
}

.ek .radio, .ek .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ek .radio label, .ek .checkbox label {
        min-height: 1.25em;
        padding-left: 30px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .ek .radio input[type="radio"], .ek .radio-inline input[type="radio"], .ek .checkbox input[type="checkbox"], .ek .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -30px;
        margin-top: 4px \9;
    }

    .ek .radio + .radio, .ek .checkbox + .checkbox {
        margin-top: -5px;
    }

.ek .radio-inline, .ek .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .ek .radio-inline + .radio-inline, .ek .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

.ek input[type="email"][disabled], .ek input[type="email"].disabled, .ek input[type="email"][readonly], fieldset[disabled] .ek input[type="email"], .ek input[type="radio"][disabled], .ek input[type="radio"].disabled, .ek input[type="radio"][readonly], fieldset[disabled] .ek input[type="radio"], .ek input[type="checkbox"][disabled], .ek input[type="checkbox"].disabled, .ek input[type="checkbox"][readonly], fieldset[disabled] .ek input[type="checkbox"] {
    cursor: false;
}

    .ek input[type="email"][disabled]:focus, .ek input[type="email"].disabled:focus, .ek input[type="email"][readonly]:focus, fieldset[disabled] .ek input[type="email"]:focus, .ek input[type="radio"][disabled]:focus, .ek input[type="radio"].disabled:focus, .ek input[type="radio"][readonly]:focus, fieldset[disabled] .ek input[type="radio"]:focus, .ek input[type="checkbox"][disabled]:focus, .ek input[type="checkbox"].disabled:focus, .ek input[type="checkbox"][readonly]:focus, fieldset[disabled] .ek input[type="checkbox"]:focus {
        border-color: #c4c4c4;
    }

.ek .radio-inline.disabled, fieldset[disabled] .ek .radio-inline, .ek .checkbox-inline.disabled, fieldset[disabled] .ek .checkbox-inline {
    cursor: false;
}

.ek .radio.disabled label, fieldset[disabled] .ek .radio label, .ek .checkbox.disabled label, fieldset[disabled] .ek .checkbox label {
    cursor: false;
}

.ek .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 2.125em;
}

    .ek .form-control-static.input-lg, .ek .input-group-lg > .form-control-static.form-control, .ek .input-group-lg > .form-control-static.input-group-addon, .ek .input-group-lg > .input-group-btn > .form-control-static.btn, .ek .form-control-static.input-sm, .ek .input-group-sm > .form-control-static.form-control, .ek .input-group-sm > .form-control-static.input-group-addon, .ek .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.ek .input-sm, .ek .input-group-sm > .form-control, .ek .input-group-sm > .input-group-addon, .ek .input-group-sm > .input-group-btn > .btn {
    height: 3.625em;
    padding: 5px 10px;
    font-size: 0.75em;
    line-height: 1.5;
    border-radius: 0px;
}

.ek select.input-sm, .ek .input-group-sm > select.form-control, .ek .input-group-sm > select.input-group-addon, .ek .input-group-sm > .input-group-btn > select.btn {
    height: 3.625em;
    line-height: 3.625em;
}

.ek textarea.input-sm, .ek .input-group-sm > textarea.form-control, .ek .input-group-sm > textarea.input-group-addon, .ek .input-group-sm > .input-group-btn > textarea.btn, .ek select[multiple].input-sm, .ek .input-group-sm > select[multiple].form-control, .ek .input-group-sm > select[multiple].input-group-addon, .ek .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.ek .form-group-sm .form-control {
    height: 3.625em;
    padding: 5px 10px;
    font-size: 0.75em;
    line-height: 1.5;
    border-radius: 0px;
}

.ek .form-group-sm select.form-control {
    height: 3.625em;
    line-height: 3.625em;
}

.ek .form-group-sm textarea.form-control, .ek .form-group-sm select[multiple].form-control {
    height: auto;
}

.ek .form-group-sm .form-control-static {
    height: 3.625em;
    padding: 5px 10px;
    font-size: 0.75em;
    line-height: 1.5;
    min-height: 2em;
}

@media (max-width: 767px) {
    .ek .form-group-sm .form-control-static {
        font-size: 0.75em !important;
    }
}

.ek .input-lg, .ek .input-group-lg > .form-control, .ek .input-group-lg > .input-group-addon, .ek .input-group-lg > .input-group-btn > .btn {
    height: 4.5em;
    padding: 12px 16px;
    font-size: 1em;
    line-height: 1.33333;
    border-radius: 0px;
}

.ek select.input-lg, .ek .input-group-lg > select.form-control, .ek .input-group-lg > select.input-group-addon, .ek .input-group-lg > .input-group-btn > select.btn {
    height: 4.5em;
    line-height: 4.5em;
}

.ek textarea.input-lg, .ek .input-group-lg > textarea.form-control, .ek .input-group-lg > textarea.input-group-addon, .ek .input-group-lg > .input-group-btn > textarea.btn, .ek select[multiple].input-lg, .ek .input-group-lg > select[multiple].form-control, .ek .input-group-lg > select[multiple].input-group-addon, .ek .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.ek .form-group-lg .form-control {
    height: 4.5em;
    padding: 12px 16px;
    font-size: 1em;
    line-height: 1.33333;
    border-radius: 0px;
}

.ek .form-group-lg select.form-control {
    height: 4.5em;
    line-height: 4.5em;
}

.ek .form-group-lg textarea.form-control, .ek .form-group-lg select[multiple].form-control {
    height: auto;
}

.ek .form-group-lg .form-control-static {
    height: 4.5em;
    padding: 12px 16px;
    font-size: 1em;
    line-height: 1.33333;
    min-height: 2.25em;
}

@media (max-width: 767px) {
    .ek .form-group-lg .form-control-static {
        font-size: 1em !important;
    }
}

.ek .has-feedback {
    position: relative;
}

    .ek .has-feedback .form-control {
        padding-right: 3.75em;
    }

.ek .form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    pointer-events: none;
}

.ek .input-lg + .form-control-feedback, .ek .input-group-lg > .form-control + .form-control-feedback, .ek .input-group-lg > .input-group-addon + .form-control-feedback, .ek .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
    width: 4.5em;
    height: 4.5em;
    line-height: 4.5em;
}

.ek .input-sm + .form-control-feedback, .ek .input-group-sm > .form-control + .form-control-feedback, .ek .input-group-sm > .input-group-addon + .form-control-feedback, .ek .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
    width: 3.625em;
    height: 3.625em;
    line-height: 3.625em;
}

.ek .has-success .help-block, .ek .has-success .control-label, .ek .has-success .radio, .ek .has-success .checkbox, .ek .has-success .radio-inline, .ek .has-success .checkbox-inline, .ek .has-success.radio label, .ek .has-success.checkbox label, .ek .has-success.radio-inline label, .ek .has-success.checkbox-inline label {
    color: #3c763d;
}

.ek .has-success .form-control {
    border-color: #3c763d;
}

.ek .has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.ek .has-success .form-control-feedback {
    color: #3c763d;
}

.ek .has-warning .help-block, .ek .has-warning .control-label, .ek .has-warning .radio, .ek .has-warning .checkbox, .ek .has-warning .radio-inline, .ek .has-warning .checkbox-inline, .ek .has-warning.radio label, .ek .has-warning.checkbox label, .ek .has-warning.radio-inline label, .ek .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.ek .has-warning .form-control {
    border-color: #8a6d3b;
}

.ek .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.ek .has-warning .form-control-feedback {
    color: #8a6d3b;
}

.ek .has-error .help-block, .ek .has-error .control-label, .ek .has-error .radio, .ek .has-error .checkbox, .ek .has-error .radio-inline, .ek .has-error .checkbox-inline, .ek .has-error.radio label, .ek .has-error.checkbox label, .ek .has-error.radio-inline label, .ek .has-error.checkbox-inline label {
    color: #ba161e;
}

.ek .has-error .form-control {
    border-color: #d71921;
}

.ek .has-error .input-group-addon {
    color: #ba161e;
    border-color: #d71921;
    background-color: #f2dede;
}

.ek .has-error .form-control-feedback {
    color: #ba161e;
}

.ek .has-feedback label ~ .form-control-feedback {
    top: 1.5625em;
}

.ek .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.ek .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 0.875em;
}

    .ek .help-block em {
        font-weight: bold;
    }

@media (min-width: 768px) {
    .ek .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ek .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .ek .form-inline .form-control-static {
        display: inline-block;
    }

    .ek .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .ek .form-inline .input-group .input-group-addon, .ek .form-inline .input-group .input-group-btn, .ek .form-inline .input-group .form-control {
            width: auto;
        }

        .ek .form-inline .input-group > .form-control {
            width: 100%;
        }

    .ek .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ek .form-inline .radio, .ek .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .ek .form-inline .radio label, .ek .form-inline .checkbox label {
            padding-left: 0;
        }

        .ek .form-inline .radio input[type="radio"], .ek .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .ek .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.ek .form-horizontal .radio, .ek .form-horizontal .checkbox, .ek .form-horizontal .radio-inline, .ek .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.ek .form-horizontal .radio, .ek .form-horizontal .checkbox {
    min-height: 2.625em;
}

.ek .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .ek .form-horizontal .form-group:before, .ek .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .ek .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .ek .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.ek .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .ek .form-horizontal .form-group-lg .control-label {
        padding-top: 17px;
    }
}

@media (min-width: 768px) {
    .ek .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.ek .file-input-section {
    position: relative;
}

    .ek .file-input-section input[type="file"] {
        padding-right: 32px;
        height: auto;
        min-height: 44px;
        padding-top: 10px;
    }

    .ek .file-input-section .btn-cancel-upload {
        position: absolute;
        right: 10px;
        top: 49%;
        margin-top: -7px;
        cursor: pointer;
    }

.ek input[type="radio"] {
    margin-right: 5px !important;
}

.ek .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: normal;
    padding: 6px 12px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .ek .btn:focus, .ek .btn.focus, .ek .btn:active:focus, .ek .btn:active.focus, .ek .btn.active:focus, .ek .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .ek .btn:hover, .ek .btn:focus, .ek .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .ek .btn:active, .ek .btn.active {
        outline: 0;
        background-image: none;
    }

    .ek .btn.disabled, .ek .btn[disabled], fieldset[disabled] .ek .btn {
        cursor: false;
        pointer-events: none;
    }

@media (max-width: 992px) {
    .ek .btn {
        margin-bottom: 10px;
    }
}

.ek .btn-default {
    color: #333;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #FFF 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #FFF 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #FFF 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE8E8E8', GradientType=0);
    border-color: #c4c4c4;
    text-decoration: none;
    display: table;
}

    .ek .btn-default .inner {
        display: table-row;
    }

        .ek .btn-default .inner > i, .ek .btn-default .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-default .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-default:hover, .ek .btn-default:focus, .ek .btn-default.focus, .ek .btn-default:active, .ek .btn-default.active, .open > .ek .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e8e8e8;
        background-image: -webkit-linear-gradient(top, #FFF 0%, #d1d1d1 100%);
        background-image: -o-linear-gradient(top, #FFF 0%, #d1d1d1 100%);
        background-image: linear-gradient(to bottom, #FFF 0%, #d1d1d1 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD1D1D1', GradientType=0);
        border-color: #c4c4c4;
    }

    .ek .btn-default:active, .ek .btn-default.active, .open > .ek .btn-default.dropdown-toggle {
        background-image: none;
        background-image: -webkit-linear-gradient(top, #d1d1d1 0%, #FFF 100%);
        background-image: -o-linear-gradient(top, #d1d1d1 0%, #FFF 100%);
        background-image: linear-gradient(to bottom, #d1d1d1 0%, #FFF 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1D1D1', endColorstr='#FFFFFFFF', GradientType=0);
    }

    .ek .btn-default.disabled, .ek .btn-default.disabled:hover, .ek .btn-default.disabled:focus, .ek .btn-default.disabled.focus, .ek .btn-default.disabled:active, .ek .btn-default.disabled.active, .ek .btn-default[disabled], .ek .btn-default[disabled]:hover, .ek .btn-default[disabled]:focus, .ek .btn-default[disabled].focus, .ek .btn-default[disabled]:active, .ek .btn-default[disabled].active, fieldset[disabled] .ek .btn-default, fieldset[disabled] .ek .btn-default:hover, fieldset[disabled] .ek .btn-default:focus, fieldset[disabled] .ek .btn-default.focus, fieldset[disabled] .ek .btn-default:active, fieldset[disabled] .ek .btn-default.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #FFF 100%);
        background-image: -o-linear-gradient(top, #e6e6e6 0%, #FFF 100%);
        background-image: linear-gradient(to bottom, #e6e6e6 0%, #FFF 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFFFFFFF', GradientType=0);
        color: #b4b4b4;
    }

    .ek .btn-default .badge {
        color: #FFF;
        background-color: #333;
    }

    .ek .btn-default.btn-border-hover {
        background: none;
        border-color: transparent;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        outline: none;
    }

        .ek .btn-default.btn-border-hover:active, .ek .btn-default.btn-border-hover:focus {
            outline: none;
            border: 1px solid #797879;
        }

    .ek .btn-default[disabled] {
        color: #686868;
    }

.ek .open > .btn-default.btn-border-hover.dropdown-toggle {
    background-color: #FFF;
    border-color: #797879;
    border-bottom-color: #fff;
}

.ek .btn-primary {
    color: #fff;
    background-color: #d71921;
    background-image: -webkit-linear-gradient(top, #d71921 0%, #ae141b 100%);
    background-image: -o-linear-gradient(top, #d71921 0%, #ae141b 100%);
    background-image: linear-gradient(to bottom, #d71921 0%, #ae141b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD71921', endColorstr='#FFAE141B', GradientType=0);
    border-color: #921116;
    text-decoration: none;
    display: table;
}

    .ek .btn-primary .inner {
        display: table-row;
    }

        .ek .btn-primary .inner > i, .ek .btn-primary .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-primary .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-primary:hover, .ek .btn-primary:focus, .ek .btn-primary.focus, .ek .btn-primary:active, .ek .btn-primary.active, .open > .ek .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae141b;
        background-image: -webkit-linear-gradient(top, #d71921 0%, #850f14 100%);
        background-image: -o-linear-gradient(top, #d71921 0%, #850f14 100%);
        background-image: linear-gradient(to bottom, #d71921 0%, #850f14 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD71921', endColorstr='#FF850F14', GradientType=0);
        border-color: #921116;
    }

    .ek .btn-primary:active, .ek .btn-primary.active, .open > .ek .btn-primary.dropdown-toggle {
        background-image: none;
        background-image: -webkit-linear-gradient(top, #850f14 0%, #d71921 100%);
        background-image: -o-linear-gradient(top, #850f14 0%, #d71921 100%);
        background-image: linear-gradient(to bottom, #850f14 0%, #d71921 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF850F14', endColorstr='#FFD71921', GradientType=0);
    }

    .ek .btn-primary.disabled, .ek .btn-primary.disabled:hover, .ek .btn-primary.disabled:focus, .ek .btn-primary.disabled.focus, .ek .btn-primary.disabled:active, .ek .btn-primary.disabled.active, .ek .btn-primary[disabled], .ek .btn-primary[disabled]:hover, .ek .btn-primary[disabled]:focus, .ek .btn-primary[disabled].focus, .ek .btn-primary[disabled]:active, .ek .btn-primary[disabled].active, fieldset[disabled] .ek .btn-primary, fieldset[disabled] .ek .btn-primary:hover, fieldset[disabled] .ek .btn-primary:focus, fieldset[disabled] .ek .btn-primary.focus, fieldset[disabled] .ek .btn-primary:active, fieldset[disabled] .ek .btn-primary.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        background-image: -webkit-linear-gradient(top, #a9141a 0%, #d71921 100%);
        background-image: -o-linear-gradient(top, #a9141a 0%, #d71921 100%);
        background-image: linear-gradient(to bottom, #a9141a 0%, #d71921 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA9141A', endColorstr='#FFD71921', GradientType=0);
        color: #b4b4b4;
    }

    .ek .btn-primary .badge {
        color: #d71921;
        background-color: #fff;
    }

.ek .btn-success {
    color: #fff;
    background-color: #3aae54;
    background-image: -webkit-linear-gradient(top, #3aae54 0%, #2f8c43 100%);
    background-image: -o-linear-gradient(top, #3aae54 0%, #2f8c43 100%);
    background-image: linear-gradient(to bottom, #3aae54 0%, #2f8c43 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3AAE54', endColorstr='#FF2F8C43', GradientType=0);
    border-color: #349b4b;
    text-decoration: none;
    display: table;
}

    .ek .btn-success .inner {
        display: table-row;
    }

        .ek .btn-success .inner > i, .ek .btn-success .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-success .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-success:hover, .ek .btn-success:focus, .ek .btn-success.focus, .ek .btn-success:active, .ek .btn-success.active, .open > .ek .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #2f8c43;
        background-image: -webkit-linear-gradient(top, #3aae54 0%, #236933 100%);
        background-image: -o-linear-gradient(top, #3aae54 0%, #236933 100%);
        background-image: linear-gradient(to bottom, #3aae54 0%, #236933 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3AAE54', endColorstr='#FF236933', GradientType=0);
        border-color: #349b4b;
    }

    .ek .btn-success:active, .ek .btn-success.active, .open > .ek .btn-success.dropdown-toggle {
        background-image: none;
        background-image: -webkit-linear-gradient(top, #236933 0%, #3aae54 100%);
        background-image: -o-linear-gradient(top, #236933 0%, #3aae54 100%);
        background-image: linear-gradient(to bottom, #236933 0%, #3aae54 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF236933', endColorstr='#FF3AAE54', GradientType=0);
    }

    .ek .btn-success.disabled, .ek .btn-success.disabled:hover, .ek .btn-success.disabled:focus, .ek .btn-success.disabled.focus, .ek .btn-success.disabled:active, .ek .btn-success.disabled.active, .ek .btn-success[disabled], .ek .btn-success[disabled]:hover, .ek .btn-success[disabled]:focus, .ek .btn-success[disabled].focus, .ek .btn-success[disabled]:active, .ek .btn-success[disabled].active, fieldset[disabled] .ek .btn-success, fieldset[disabled] .ek .btn-success:hover, fieldset[disabled] .ek .btn-success:focus, fieldset[disabled] .ek .btn-success.focus, fieldset[disabled] .ek .btn-success:active, fieldset[disabled] .ek .btn-success.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        background-image: -webkit-linear-gradient(top, #2d8842 0%, #3aae54 100%);
        background-image: -o-linear-gradient(top, #2d8842 0%, #3aae54 100%);
        background-image: linear-gradient(to bottom, #2d8842 0%, #3aae54 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2D8842', endColorstr='#FF3AAE54', GradientType=0);
        color: #b4b4b4;
    }

    .ek .btn-success .badge {
        color: #3aae54;
        background-color: #fff;
    }

.ek .btn-info {
    color: #fff;
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE8E8E8', GradientType=0);
    border-color: #f2f2f2;
    text-decoration: none;
    display: table;
}

    .ek .btn-info .inner {
        display: table-row;
    }

        .ek .btn-info .inner > i, .ek .btn-info .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-info .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-info:hover, .ek .btn-info:focus, .ek .btn-info.focus, .ek .btn-info:active, .ek .btn-info.active, .open > .ek .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #e8e8e8;
        background-image: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
        background-image: -o-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFD1D1D1', GradientType=0);
        border-color: #f2f2f2;
    }

    .ek .btn-info:active, .ek .btn-info.active, .open > .ek .btn-info.dropdown-toggle {
        background-image: none;
        background-image: -webkit-linear-gradient(top, #d1d1d1 0%, #ffffff 100%);
        background-image: -o-linear-gradient(top, #d1d1d1 0%, #ffffff 100%);
        background-image: linear-gradient(to bottom, #d1d1d1 0%, #ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1D1D1', endColorstr='#FFFFFFFF', GradientType=0);
    }

    .ek .btn-info.disabled, .ek .btn-info.disabled:hover, .ek .btn-info.disabled:focus, .ek .btn-info.disabled.focus, .ek .btn-info.disabled:active, .ek .btn-info.disabled.active, .ek .btn-info[disabled], .ek .btn-info[disabled]:hover, .ek .btn-info[disabled]:focus, .ek .btn-info[disabled].focus, .ek .btn-info[disabled]:active, .ek .btn-info[disabled].active, fieldset[disabled] .ek .btn-info, fieldset[disabled] .ek .btn-info:hover, fieldset[disabled] .ek .btn-info:focus, fieldset[disabled] .ek .btn-info.focus, fieldset[disabled] .ek .btn-info:active, fieldset[disabled] .ek .btn-info.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        background-image: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
        background-image: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 100%);
        background-image: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6E6E6', endColorstr='#FFFFFFFF', GradientType=0);
        color: #b4b4b4;
    }

    .ek .btn-info .badge {
        color: #ffffff;
        background-color: #fff;
    }

.ek .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec9924 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec9924 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec9924 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFEC9924', GradientType=0);
    border-color: #eea236;
    text-decoration: none;
    display: table;
}

    .ek .btn-warning .inner {
        display: table-row;
    }

        .ek .btn-warning .inner > i, .ek .btn-warning .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-warning .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-warning:hover, .ek .btn-warning:focus, .ek .btn-warning.focus, .ek .btn-warning:active, .ek .btn-warning.active, .open > .ek .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec9924;
        background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #d18212 100%);
        background-image: -o-linear-gradient(top, #f0ad4e 0%, #d18212 100%);
        background-image: linear-gradient(to bottom, #f0ad4e 0%, #d18212 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0AD4E', endColorstr='#FFD18212', GradientType=0);
        border-color: #eea236;
    }

    .ek .btn-warning:active, .ek .btn-warning.active, .open > .ek .btn-warning.dropdown-toggle {
        background-image: none;
        background-image: -webkit-linear-gradient(top, #d18212 0%, #f0ad4e 100%);
        background-image: -o-linear-gradient(top, #d18212 0%, #f0ad4e 100%);
        background-image: linear-gradient(to bottom, #d18212 0%, #f0ad4e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD18212', endColorstr='#FFF0AD4E', GradientType=0);
    }

    .ek .btn-warning.disabled, .ek .btn-warning.disabled:hover, .ek .btn-warning.disabled:focus, .ek .btn-warning.disabled.focus, .ek .btn-warning.disabled:active, .ek .btn-warning.disabled.active, .ek .btn-warning[disabled], .ek .btn-warning[disabled]:hover, .ek .btn-warning[disabled]:focus, .ek .btn-warning[disabled].focus, .ek .btn-warning[disabled]:active, .ek .btn-warning[disabled].active, fieldset[disabled] .ek .btn-warning, fieldset[disabled] .ek .btn-warning:hover, fieldset[disabled] .ek .btn-warning:focus, fieldset[disabled] .ek .btn-warning.focus, fieldset[disabled] .ek .btn-warning:active, fieldset[disabled] .ek .btn-warning.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        background-image: -webkit-linear-gradient(top, #ec971f 0%, #f0ad4e 100%);
        background-image: -o-linear-gradient(top, #ec971f 0%, #f0ad4e 100%);
        background-image: linear-gradient(to bottom, #ec971f 0%, #f0ad4e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC971F', endColorstr='#FFF0AD4E', GradientType=0);
        color: #b4b4b4;
    }

    .ek .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.ek .btn-danger {
    color: #fff;
    background-color: #ba161e;
    background-image: -webkit-linear-gradient(top, #ba161e 0%, #911117 100%);
    background-image: -o-linear-gradient(top, #ba161e 0%, #911117 100%);
    background-image: linear-gradient(to bottom, #ba161e 0%, #911117 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBA161E', endColorstr='#FF911117', GradientType=0);
    border-color: #a3131a;
    text-decoration: none;
    display: table;
}

    .ek .btn-danger .inner {
        display: table-row;
    }

        .ek .btn-danger .inner > i, .ek .btn-danger .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-danger .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-danger:hover, .ek .btn-danger:focus, .ek .btn-danger.focus, .ek .btn-danger:active, .ek .btn-danger.active, .open > .ek .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #911117;
        background-image: -webkit-linear-gradient(top, #ba161e 0%, #680c11 100%);
        background-image: -o-linear-gradient(top, #ba161e 0%, #680c11 100%);
        background-image: linear-gradient(to bottom, #ba161e 0%, #680c11 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBA161E', endColorstr='#FF680C11', GradientType=0);
        border-color: #a3131a;
    }

    .ek .btn-danger:active, .ek .btn-danger.active, .open > .ek .btn-danger.dropdown-toggle {
        background-image: none;
        background-image: -webkit-linear-gradient(top, #680c11 0%, #ba161e 100%);
        background-image: -o-linear-gradient(top, #680c11 0%, #ba161e 100%);
        background-image: linear-gradient(to bottom, #680c11 0%, #ba161e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF680C11', endColorstr='#FFBA161E', GradientType=0);
    }

    .ek .btn-danger.disabled, .ek .btn-danger.disabled:hover, .ek .btn-danger.disabled:focus, .ek .btn-danger.disabled.focus, .ek .btn-danger.disabled:active, .ek .btn-danger.disabled.active, .ek .btn-danger[disabled], .ek .btn-danger[disabled]:hover, .ek .btn-danger[disabled]:focus, .ek .btn-danger[disabled].focus, .ek .btn-danger[disabled]:active, .ek .btn-danger[disabled].active, fieldset[disabled] .ek .btn-danger, fieldset[disabled] .ek .btn-danger:hover, fieldset[disabled] .ek .btn-danger:focus, fieldset[disabled] .ek .btn-danger.focus, fieldset[disabled] .ek .btn-danger:active, fieldset[disabled] .ek .btn-danger.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        background-image: -webkit-linear-gradient(top, #8c1117 0%, #ba161e 100%);
        background-image: -o-linear-gradient(top, #8c1117 0%, #ba161e 100%);
        background-image: linear-gradient(to bottom, #8c1117 0%, #ba161e 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8C1117', endColorstr='#FFBA161E', GradientType=0);
        color: #b4b4b4;
    }

    .ek .btn-danger .badge {
        color: #ba161e;
        background-color: #fff;
    }

.ek .btn-default-alt {
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 5px solid #ebebeb;
    border-color: #ebebeb;
    text-decoration: none;
    display: table;
}

    .ek .btn-default-alt .inner {
        display: table-row;
    }

        .ek .btn-default-alt .inner > i, .ek .btn-default-alt .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-default-alt .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-default-alt:hover, .ek .btn-default-alt:focus, .ek .btn-default-alt.focus, .ek .btn-default-alt:active, .ek .btn-default-alt.active, .open > .ek .btn-default-alt.dropdown-toggle {
        color: #333;
        background-color: #ededed;
        border-bottom: 5px solid #e6e6e6;
        border-color: #ebebeb;
    }

    .ek .btn-default-alt:active, .ek .btn-default-alt.active, .open > .ek .btn-default-alt.dropdown-toggle {
        background-image: none;
        border-bottom: 5px solid #e6e6e6;
    }

    .ek .btn-default-alt.disabled, .ek .btn-default-alt.disabled:hover, .ek .btn-default-alt.disabled:focus, .ek .btn-default-alt.disabled.focus, .ek .btn-default-alt.disabled:active, .ek .btn-default-alt.disabled.active, .ek .btn-default-alt[disabled], .ek .btn-default-alt[disabled]:hover, .ek .btn-default-alt[disabled]:focus, .ek .btn-default-alt[disabled].focus, .ek .btn-default-alt[disabled]:active, .ek .btn-default-alt[disabled].active, fieldset[disabled] .ek .btn-default-alt, fieldset[disabled] .ek .btn-default-alt:hover, fieldset[disabled] .ek .btn-default-alt:focus, fieldset[disabled] .ek .btn-default-alt.focus, fieldset[disabled] .ek .btn-default-alt:active, fieldset[disabled] .ek .btn-default-alt.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        border-bottom: 5px solid #e6e6e6;
        color: #b4b4b4;
    }

    .ek .btn-default-alt.btn-lg, .ek .btn-group-lg > .btn-default-alt.btn {
        padding: 12px 16px 8px;
    }

    .ek .btn-default-alt .badge {
        color: #f5f5f5;
        background-color: #333;
    }

    .ek .btn-default-alt .icon-chevron-right {
        color: #d61920;
        text-align: right;
    }

.ek .btn-primary-alt {
    color: #fff;
    background-color: #d71921;
    border-bottom: 5px solid #921116;
    border-color: #921116;
    text-decoration: none;
    display: table;
}

    .ek .btn-primary-alt .inner {
        display: table-row;
    }

        .ek .btn-primary-alt .inner > i, .ek .btn-primary-alt .inner > span {
            display: table-cell;
            vertical-align: middle;
        }

        .ek .btn-primary-alt .inner .inner-text {
            text-align: left;
            padding: 0 5px;
        }

    .ek .btn-primary-alt:hover, .ek .btn-primary-alt:focus, .ek .btn-primary-alt.focus, .ek .btn-primary-alt:active, .ek .btn-primary-alt.active, .open > .ek .btn-primary-alt.dropdown-toggle {
        color: #fff;
        background-color: #c9171f;
        border-bottom: 5px solid #891015;
        border-color: #921116;
    }

    .ek .btn-primary-alt:active, .ek .btn-primary-alt.active, .open > .ek .btn-primary-alt.dropdown-toggle {
        background-image: none;
        border-bottom: 5px solid #891015;
    }

    .ek .btn-primary-alt.disabled, .ek .btn-primary-alt.disabled:hover, .ek .btn-primary-alt.disabled:focus, .ek .btn-primary-alt.disabled.focus, .ek .btn-primary-alt.disabled:active, .ek .btn-primary-alt.disabled.active, .ek .btn-primary-alt[disabled], .ek .btn-primary-alt[disabled]:hover, .ek .btn-primary-alt[disabled]:focus, .ek .btn-primary-alt[disabled].focus, .ek .btn-primary-alt[disabled]:active, .ek .btn-primary-alt[disabled].active, fieldset[disabled] .ek .btn-primary-alt, fieldset[disabled] .ek .btn-primary-alt:hover, fieldset[disabled] .ek .btn-primary-alt:focus, fieldset[disabled] .ek .btn-primary-alt.focus, fieldset[disabled] .ek .btn-primary-alt:active, fieldset[disabled] .ek .btn-primary-alt.active {
        background: transparent;
        background-image: none !important;
        border-color: #cdcdcd;
        border-bottom: 5px solid #891015;
        color: #b4b4b4;
    }

    .ek .btn-primary-alt.btn-lg, .ek .btn-group-lg > .btn-primary-alt.btn {
        padding: 12px 16px 8px;
    }

    .ek .btn-primary-alt .badge {
        color: #d71921;
        background-color: #fff;
    }

.ek .btn-email-validation {
    float: left;
    margin: 0 5px 5px 0;
}

.ek .btn-link {
    color: #333333;
    font-weight: bold;
    border-radius: 0;
    text-decoration: underline;
}

    .ek .btn-link, .ek .btn-link:active, .ek .btn-link.active, .ek .btn-link[disabled], fieldset[disabled] .ek .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .ek .btn-link, .ek .btn-link:hover, .ek .btn-link:focus, .ek .btn-link:active {
            border-color: transparent;
        }

            .ek .btn-link:hover, .ek .btn-link:focus {
                color: #0d0d0d;
                text-decoration: none;
                background-color: transparent;
            }

            .ek .btn-link[disabled]:hover, .ek .btn-link[disabled]:focus, fieldset[disabled] .ek .btn-link:hover, fieldset[disabled] .ek .btn-link:focus {
                color: #4f4f4f;
                text-decoration: none;
            }

            .ek .btn-link .icon, .ek .btn-link .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .btn-link .icon-header, .ek .btn-link label.styled-checkbox-wrapper:before {
                color: #d61920;
                vertical-align: text-top;
                margin: 0 0 0 5px;
                font-size: 0.75em;
                position: relative;
                top: 2px;
            }

.ek .btn-lg, .ek .btn-group-lg > .btn {
    padding: 12px 16px;
    line-height: 1.33333;
    border-radius: 0px;
}

.ek .btn-sm, .ek .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 0.75em;
    line-height: 1.5;
    border-radius: 0px;
}

.ek .btn-xs, .ek .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 0.75em;
    line-height: 1.5;
    border-radius: 0px;
}

.ek .btn-block {
    display: block;
    width: 100%;
}

    .ek .btn-block + .btn-block {
        margin-top: 5px;
    }

.ek input[type="submit"].btn-block, .ek input[type="reset"].btn-block, .ek input[type="button"].btn-block {
    width: 100%;
}

.ek .button-row {
    margin-bottom: 20px;
}

.ek .btn-overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .ek .btn-overflow-text {
        white-space: normal;
    }
}

.ek .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .ek .fade.in {
        opacity: 1;
    }

.ek .collapse {
    display: none;
}

    .ek .collapse.in {
        display: block;
    }

.ek tr.collapse.in {
    display: table-row;
}

.ek tbody.collapse.in {
    display: table-row-group;
}

.ek .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.ek .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.ek .dropup, .ek .dropdown {
    position: relative;
}

.ek .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0px 0;
    margin: -1px 0 0;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background-color: #fff;
    border: 1px solid #797879;
    border: 1px solid #797879;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

@media (max-width: 767px) {
    .ek .dropdown-menu {
        font-size: 1em !important;
    }
}

.ek .dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.ek .dropdown-menu .divider {
    height: 1px;
    margin: -0.375em 0;
    overflow: hidden;
    background-color: #e5e5e5;
    margin: 0px;
}

.ek .dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    text-align: left;
}

    .ek .dropdown-menu > li > a:hover, .ek .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }

.ek .dropdown-menu > .active > a, .ek .dropdown-menu > .active > a:hover, .ek .dropdown-menu > .active > a:focus {
    color: #d61920;
    text-decoration: none;
    outline: 0;
    background-color: #EFEED9;
}

.ek .dropdown-menu > .disabled > a, .ek .dropdown-menu > .disabled > a:hover, .ek .dropdown-menu > .disabled > a:focus {
    color: #4f4f4f;
}

    .ek .dropdown-menu > .disabled > a:hover, .ek .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        cursor: false;
    }

.ek .open > .dropdown-menu {
    display: block;
}

.ek .open > a {
    outline: 0;
}

.ek .dropdown-menu-right {
    left: auto;
    right: 0;
}

.ek .dropdown-menu-left {
    left: 0;
    right: auto;
}

.ek .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.75em;
    line-height: 1.42857;
    color: #4f4f4f;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ek .dropdown-header {
        font-size: 0.75em !important;
    }
}

.ek .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1041;
}

.ek .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.ek .dropup .caret, .ek .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.ek .dropup .dropdown-menu, .ek .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .ek .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .ek .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.ek .datepicker-input[readonly] {
    background-color: #fff;
}

.ek .datepicker-container {
    padding: 20px;
}

.ek .datepicker-table {
    width: 100%;
}

    .ek .datepicker-table:focus {
        outline: none;
    }

    .ek .datepicker-table .icon, .ek .datepicker-table .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .datepicker-table .icon-header, .ek .datepicker-table label.styled-checkbox-wrapper:before {
        cursor: pointer;
    }

    .ek .datepicker-table .btn-default {
        font-size: 15px;
        font-weight: normal;
        color: #666;
        border: 1px solid transparent;
        background: none;
    }

        .ek .datepicker-table .btn-default.active {
            border-color: #d71921;
        }

        .ek .datepicker-table .btn-default.btn-info {
            background-color: #d71921;
            color: #FFF;
        }

        .ek .datepicker-table .btn-default[disabled] {
            color: #c6c6c6;
        }

        .ek .datepicker-table .btn-default.btn-year {
            color: #666;
        }

        .ek .datepicker-table .btn-default:hover {
            color: #fff;
            background-color: #d71921;
        }

            .ek .datepicker-table .btn-default:hover .text-muted {
                color: #fff;
            }

    .ek .datepicker-table .btn-info.active {
        background-color: #d71921;
        color: #FFF;
    }

    .ek .datepicker-table .icon-chevron-circle-left, .ek .datepicker-table .icon-chevron-circle-right {
        color: #d71921;
    }

    .ek .datepicker-table .flipped-horizontal > .icon-chevron-circle-left {
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        -ms-filter: fliph;
        /*IE*/
        filter: fliph;
    }

    .ek .datepicker-table .text-muted {
        color: #b8b8b8;
    }

    .ek .datepicker-table .btn-muted {
        display: none;
    }

    .ek .datepicker-table .line-separator {
        background-color: #b3b3b3;
        height: 1px;
        margin: 10px 0;
    }

.ek .btn-group, .ek .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .ek .btn-group > .btn, .ek .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .ek .btn-group > .btn:hover, .ek .btn-group > .btn:focus, .ek .btn-group > .btn:active, .ek .btn-group > .btn.active, .ek .btn-group-vertical > .btn:hover, .ek .btn-group-vertical > .btn:focus, .ek .btn-group-vertical > .btn:active, .ek .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .ek .btn-group .btn + .btn, .ek .btn-group .btn + .btn-group, .ek .btn-group .btn-group + .btn, .ek .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.ek .btn-toolbar {
    margin-left: -5px;
}

    .ek .btn-toolbar:before, .ek .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .ek .btn-toolbar:after {
        clear: both;
    }

    .ek .btn-toolbar .btn-group, .ek .btn-toolbar .input-group {
        float: left;
    }

    .ek .btn-toolbar > .btn, .ek .btn-toolbar > .btn-group, .ek .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.ek .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.ek .btn-group > .btn:first-child {
    margin-left: 0;
}

    .ek .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.ek .btn-group > .btn:last-child:not(:first-child), .ek .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ek .btn-group > .btn-group {
    float: left;
}

    .ek .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .ek .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .ek .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .ek .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.ek .btn-group-lg > .btn {
    padding-left: 33px;
    padding-right: 33px;
}

.ek .btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.ek .btn-group > .btn-lg + .dropdown-toggle, .ek .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 16px;
    padding-right: 16px;
}

.ek .btn-group > .btn.has-border {
    border: 1px solid #c4c4c4;
}

.ek .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #797879;
}

    .ek .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ek .btn .caret {
    margin-left: 0;
}

.ek .btn-lg .caret, .ek .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.ek .dropup .btn-lg .caret, .ek .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.ek .btn-group-vertical > .btn, .ek .btn-group-vertical > .btn-group, .ek .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .ek .btn-group-vertical > .btn-group:before, .ek .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .ek .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .ek .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .ek .btn-group-vertical > .btn + .btn, .ek .btn-group-vertical > .btn + .btn-group, .ek .btn-group-vertical > .btn-group + .btn, .ek .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .ek .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .ek .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ek .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .ek .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .ek .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .ek .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .ek .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.ek .btn-group-justified {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .ek .btn-group-justified > .btn, .ek .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        vertical-align: top;
        height: 100%;
        width: 1%;
    }

        .ek .btn-group-justified > .btn-group .btn {
            width: 100%;
            height: 100%;
        }

        .ek .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

.ek [data-toggle="buttons"] > .btn input[type="radio"], .ek [data-toggle="buttons"] > .btn input[type="checkbox"], .ek [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .ek [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.ek .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .ek .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .ek .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .ek .input-group-addon, .ek .input-group-btn, .ek .input-group .form-control {
        display: table-cell;
    }

        .ek .input-group-addon:not(:first-child):not(:last-child), .ek .input-group-btn:not(:first-child):not(:last-child), .ek .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.ek .input-group-addon, .ek .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.ek .input-group-addon {
    padding: 6px 12px;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .ek .input-group-addon {
        font-size: 0.8125em;
    }
}

.ek .input-group-addon.input-sm, .ek .input-group-sm > .input-group-addon, .ek .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 0.75em;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .ek .input-group-addon.input-sm, .ek .input-group-sm > .input-group-addon, .ek .input-group-sm > .input-group-btn > .input-group-addon.btn {
        font-size: 0.75em !important;
    }
}

.ek .input-group-addon.input-lg, .ek .input-group-lg > .input-group-addon, .ek .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 12px 16px;
    font-size: 1em;
    border-radius: 0px;
}

@media (max-width: 767px) {
    .ek .input-group-addon.input-lg, .ek .input-group-lg > .input-group-addon, .ek .input-group-lg > .input-group-btn > .input-group-addon.btn {
        font-size: 1em !important;
    }
}

.ek .input-group-addon input[type="radio"], .ek .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.ek .input-group-addon label {
    margin-bottom: 0px;
    font-size: 1em;
}

@media (max-width: 767px) {
    .ek .input-group-addon label {
        font-size: 1em !important;
    }
}

.ek .input-group .form-control:first-child, .ek .input-group-addon:first-child, .ek .input-group-btn:first-child > .btn, .ek .input-group-btn:first-child > .btn-group > .btn, .ek .input-group-btn:first-child > .dropdown-toggle, .ek .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .ek .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.ek .input-group-addon:first-child {
    border-right: 0;
}

.ek .input-group .form-control:last-child, .ek .input-group-addon:last-child, .ek .input-group-btn:last-child > .btn, .ek .input-group-btn:last-child > .btn-group > .btn, .ek .input-group-btn:last-child > .dropdown-toggle, .ek .input-group-btn:first-child > .btn:not(:first-child), .ek .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.ek .input-group-addon:last-child {
    border-left: 0;
    line-height: 1.5;
}

.ek .input-group-addon.pixelout:last-child {
    border-left: 0;
    line-height: 1.5;
}

.ek .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .ek .input-group-btn > .btn {
        position: relative;
    }

        .ek .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .ek .input-group-btn > .btn:hover, .ek .input-group-btn > .btn:focus, .ek .input-group-btn > .btn:active {
            z-index: 2;
        }

    .ek .input-group-btn:first-child > .btn, .ek .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .ek .input-group-btn:last-child > .btn, .ek .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.ek .nav {
    margin-bottom: 1.25em;
    padding-left: 0;
    list-style: none;
}

    .ek .nav:before, .ek .nav:after {
        content: " ";
        display: table;
    }

    .ek .nav:after {
        clear: both;
    }

    .ek .nav > li {
        position: relative;
        display: block;
    }

        .ek .nav > li > a {
            position: relative;
            display: block;
            padding: 22px 15px;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .ek .nav > li > a:hover, .ek .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .ek .nav > li.disabled > a {
            color: #4f4f4f;
        }

            .ek .nav > li.disabled > a:hover, .ek .nav > li.disabled > a:focus {
                color: #4f4f4f;
                text-decoration: none;
                background-color: transparent;
                cursor: false;
            }

    .ek .nav .open > a, .ek .nav .open > a:hover, .ek .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #333333;
    }

    .ek .nav .nav-divider {
        height: 1px;
        margin: -0.375em 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .ek .nav > li > a > img {
        max-width: none;
    }

.ek .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

    .ek .nav-tabs > li > a {
        font-family: "EmiratesSB-Bold", Georgia, "Times New Roman", Times, serif;
        font-size: 1.57143em;
        margin-right: 0px;
        line-height: 1.42857;
        background-color: #f5f5f5;
        border: 1px solid transparent;
        border-radius: 0px 0px 0 0;
        color: #666666;
        -webkit-box-shadow: inset 0px -5px 0px #e8e3e2;
        box-shadow: inset 0px -5px 0px #e8e3e2;
        border-top: 1px solid #ddd;
        border-left: none;
        border-right: none;
        text-decoration: none;
    }

        .ek .nav-tabs > li > a > small {
            display: block;
            font-family: Arial, sans-serif;
            font-size: 0.875em;
        }

@media (max-width: 767px) {
    .ek .nav-tabs > li > a > small {
        font-size: 0.8125em;
    }
}

.ek .nav-tabs > li.active > a, .ek .nav-tabs > li.active > a:hover, .ek .nav-tabs > li.active > a:focus {
    color: #666666;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ek .nav-pills {
    margin-left: -15px;
}

    .ek .nav-pills > li {
        float: left;
    }

        .ek .nav-pills > li > a {
            border-radius: 0px;
            padding: 3px 0;
            margin: 0 20px;
            text-decoration: none;
            color: #666666;
            border-bottom: 2px solid transparent;
            font-size: 1.125em;
        }

@media (max-width: 767px) {
    .ek .nav-pills > li > a {
        font-size: 1.125em !important;
    }
}

@media (max-width: 480px) {
    .ek .nav-pills > li > a {
        font-size: 0.875em !important;
    }
}

.ek .nav-pills > li + li {
    margin-left: 2px;
}

.ek .nav-pills > li.active > a, .ek .nav-pills > li.active > a:hover, .ek .nav-pills > li.active > a:focus {
    color: #d61920;
    font-weight: bold;
    border-bottom: 2px solid #d8dbe0;
}

.ek .nav-pills.nav-pills-top {
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}

    .ek .nav-pills.nav-pills-top > li:first-child > a {
        margin-left: 0;
    }

.ek .nav-stacked > li {
    float: none;
}

    .ek .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.ek .nav-justified, .ek .nav-tabs.nav-justified {
    width: 100%;
}

    .ek .nav-justified > li, .ek .nav-tabs.nav-justified > li {
        float: none;
    }

        .ek .nav-justified > li > a, .ek .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 0px;
        }

    .ek .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .ek .nav-justified > li, .ek .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .ek .nav-justified > li > a, .ek .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.ek .nav-justified-no-wrap {
    width: 100%;
}

    .ek .nav-justified-no-wrap > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

    .ek .nav-justified-no-wrap > li {
        display: table-cell;
        width: 1%;
        float: none;
        /*
    &:first-child {
      border-top: 1px solid #ddd;
    }
*/
    }

        .ek .nav-justified-no-wrap > li > a {
            margin-bottom: 0px;
            text-align: center;
        }

@media (max-width: 768px) {
    .ek .nav-justified-no-wrap > li > a {
        font-size: 1.125em;
        padding: 10px 25px;
    }
}

@media (max-width: 480px) {
    .ek .nav-justified-no-wrap > li > a {
        padding: 10px 20px;
    }
}

.ek .nav-tabs-justified li:first-child > a, .ek .nav-tabs.nav-justified li:first-child > a, .ek .nav-tabs.nav-justified-no-wrap li:first-child > a {
    border-left: 0px !important;
}

.ek .nav-tabs-justified li:last-child > a, .ek .nav-tabs.nav-justified li:last-child > a, .ek .nav-tabs.nav-justified-no-wrap li:last-child > a {
    border-right: 0px !important;
}

.ek .nav-tabs-justified > li > a, .ek .nav-tabs.nav-justified > li > a, .ek .nav-tabs.nav-justified-no-wrap > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.ek .nav-tabs-justified > .active > a, .ek .nav-tabs.nav-justified > .active > a, .ek .nav-tabs.nav-justified-no-wrap > .active > a, .ek .nav-tabs-justified > .active > a:hover, .ek .nav-tabs.nav-justified > .active > a:hover, .ek .nav-tabs.nav-justified-no-wrap > .active > a:hover, .ek .nav-tabs-justified > .active > a:focus, .ek .nav-tabs.nav-justified > .active > a:focus, .ek .nav-tabs.nav-justified-no-wrap > .active > a:focus {
    border: 1px solid #ddd;
    border-bottom: none;
}

.ek .nav-tabs-justified > li > a, .ek .nav-tabs.nav-justified > li > a, .ek .nav-tabs.nav-justified-no-wrap > li > a {
    border-bottom: none;
    border-radius: 0px 0px 0 0;
}

.ek .tab-content > .tab-pane {
    display: none;
}

.ek .tab-content > .active {
    display: block;
}

.ek .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ek .navbar {
    position: relative;
    min-height: 42px;
    margin-bottom: 1.25em;
    border: 1px solid transparent;
}

    .ek .navbar:before, .ek .navbar:after {
        content: " ";
        display: table;
    }

    .ek .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .ek .navbar {
        border-radius: 0px;
    }
}

.ek .navbar-header:before, .ek .navbar-header:after {
    content: " ";
    display: table;
}

.ek .navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .ek .navbar-header {
        float: left;
    }
}

.ek .navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .ek .navbar-collapse:before, .ek .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .ek .navbar-collapse:after {
        clear: both;
    }

    .ek .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .ek .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .ek .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .ek .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .ek .navbar-collapse, .navbar-static-top .ek .navbar-collapse, .navbar-fixed-bottom .ek .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.ek .navbar-fixed-top .navbar-collapse, .ek .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .ek .navbar-fixed-top .navbar-collapse, .ek .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.ek .container > .navbar-header, .ek .container > .navbar-collapse, .ek .container-fluid > .navbar-header, .ek .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .ek .container > .navbar-header, .ek .container > .navbar-collapse, .ek .container-fluid > .navbar-header, .ek .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.ek .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .ek .navbar-static-top {
        border-radius: 0;
    }
}

.ek .navbar-fixed-top, .ek .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .ek .navbar-fixed-top, .ek .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.ek .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.ek .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.ek .navbar-brand {
    float: left;
    padding: 0.6875em 15px;
    font-size: 1em;
    line-height: 1.25em;
    height: 42px;
}

@media (max-width: 767px) {
    .ek .navbar-brand {
        font-size: 1em !important;
    }
}

.ek .navbar-brand:hover, .ek .navbar-brand:focus {
    text-decoration: none;
}

.ek .navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .ek .navbar-brand, .navbar > .container-fluid .ek .navbar-brand {
        margin-left: -15px;
    }
}

.ek .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .ek .navbar-toggle:focus {
        outline: 0;
    }

    .ek .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .ek .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .ek .navbar-toggle {
        display: none;
    }
}

.ek .navbar-nav {
    margin: 0.34375em -15px;
}

    .ek .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.25em;
    }

@media (max-width: 767px) {
    .ek .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .ek .navbar-nav .open .dropdown-menu > li > a, .ek .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .ek .navbar-nav .open .dropdown-menu > li > a {
            line-height: 1.25em;
        }

            .ek .navbar-nav .open .dropdown-menu > li > a:hover, .ek .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .ek .navbar-nav {
        float: left;
        margin: 0;
    }

        .ek .navbar-nav > li {
            float: left;
        }

            .ek .navbar-nav > li > a {
                padding-top: 0.6875em;
                padding-bottom: 0.6875em;
            }
}

.ek .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .ek .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ek .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .ek .navbar-form .form-control-static {
        display: inline-block;
    }

    .ek .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .ek .navbar-form .input-group .input-group-addon, .ek .navbar-form .input-group .input-group-btn, .ek .navbar-form .input-group .form-control {
            width: auto;
        }

        .ek .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .ek .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .ek .navbar-form .radio, .ek .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .ek .navbar-form .radio label, .ek .navbar-form .checkbox label {
            padding-left: 0;
        }

        .ek .navbar-form .radio input[type="radio"], .ek .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .ek .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .ek .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .ek .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .ek .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.ek .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.ek .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media (min-width: 768px) {
    .ek .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .ek .navbar-left {
        float: left !important;
    }

    .ek .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .ek .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.ek .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .ek .navbar-default .navbar-brand {
        color: #777;
    }

        .ek .navbar-default .navbar-brand:hover, .ek .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .ek .navbar-default .navbar-text {
        color: #777;
    }

    .ek .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .ek .navbar-default .navbar-nav > li > a:hover, .ek .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .ek .navbar-default .navbar-nav > .active > a, .ek .navbar-default .navbar-nav > .active > a:hover, .ek .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .ek .navbar-default .navbar-nav > .disabled > a, .ek .navbar-default .navbar-nav > .disabled > a:hover, .ek .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .ek .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .ek .navbar-default .navbar-toggle:hover, .ek .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .ek .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .ek .navbar-default .navbar-collapse, .ek .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .ek .navbar-default .navbar-nav > .open > a, .ek .navbar-default .navbar-nav > .open > a:hover, .ek .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .ek .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .ek .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .ek .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .ek .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .ek .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .ek .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .ek .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .ek .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .ek .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.ek .navbar-default .navbar-link {
    color: #777;
}

    .ek .navbar-default .navbar-link:hover {
        color: #333;
    }

.ek .navbar-default .btn-link {
    color: #777;
}

    .ek .navbar-default .btn-link:hover, .ek .navbar-default .btn-link:focus {
        color: #333;
    }

    .ek .navbar-default .btn-link[disabled]:hover, .ek .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .ek .navbar-default .btn-link:hover, fieldset[disabled] .ek .navbar-default .btn-link:focus {
        color: #ccc;
    }

.ek .navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .ek .navbar-inverse .navbar-brand {
        color: #757575;
    }

        .ek .navbar-inverse .navbar-brand:hover, .ek .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .ek .navbar-inverse .navbar-text {
        color: #757575;
    }

    .ek .navbar-inverse .navbar-nav > li > a {
        color: #757575;
    }

        .ek .navbar-inverse .navbar-nav > li > a:hover, .ek .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .ek .navbar-inverse .navbar-nav > .active > a, .ek .navbar-inverse .navbar-nav > .active > a:hover, .ek .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .ek .navbar-inverse .navbar-nav > .disabled > a, .ek .navbar-inverse .navbar-nav > .disabled > a:hover, .ek .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .ek .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .ek .navbar-inverse .navbar-toggle:hover, .ek .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .ek .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .ek .navbar-inverse .navbar-collapse, .ek .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .ek .navbar-inverse .navbar-nav > .open > a, .ek .navbar-inverse .navbar-nav > .open > a:hover, .ek .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .ek .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .ek .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #757575;
    }

        .ek .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .ek .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .ek .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.ek .navbar-inverse .navbar-link {
    color: #757575;
}

    .ek .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.ek .navbar-inverse .btn-link {
    color: #757575;
}

    .ek .navbar-inverse .btn-link:hover, .ek .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .ek .navbar-inverse .btn-link[disabled]:hover, .ek .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .ek .navbar-inverse .btn-link:hover, fieldset[disabled] .ek .navbar-inverse .btn-link:focus {
        color: #444;
    }

.ek .breadcrumb-wrapper {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    border-bottom: 1px solid #b8b7b8;
    z-index: 1;
}

.ek .breadcrumb-navigation {
    background-color: rgba(255, 255, 255, 0.8);
}

.ek .breadcrumb {
    padding: 12px 10px;
    margin-bottom: 1.25em;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
}

    .ek .breadcrumb > li {
        display: inline-block;
        position: relative;
    }

        .ek .breadcrumb > li > a {
            display: inline-block;
        }

            .ek .breadcrumb > li > a > .icon, .ek .people-management-list .list-group-item .people-row .breadcrumb > li > a > .icon-header, .ek .breadcrumb > li > a > label.styled-checkbox-wrapper:before {
                color: #d61920;
                -webkit-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                -o-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                font-size: 10px;
                padding: 0 10px;
                line-height: 1px;
            }

        .ek .breadcrumb > li.open > a > .icon, .ek .people-management-list .list-group-item .people-row .breadcrumb > li.open > a > .icon-header, .ek .breadcrumb > li.open > a > label.styled-checkbox-wrapper:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .ek .breadcrumb > li:first-of-type {
            margin-left: 100px;
        }

        .ek .breadcrumb > li + li:before {
            content: "\e021";
            font-family: "ek-font-icons";
            padding: 0 10px;
            color: #d61920;
            position: relative;
            top: -2px;
            font-size: 6px;
        }

        .ek .breadcrumb > li > .l2-breadcrumb {
            position: absolute;
            top: 30px;
            left: 20px;
            background-color: #f6f6f6;
            border-left: 1px solid #b8b7b8;
            border-right: 1px solid #b8b7b8;
            border-bottom: 1px solid #b8b7b8;
            width: 168px;
            z-index: 100;
            padding: 0px;
            height: 0px;
            visibility: hidden;
            overflow: hidden;
            -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

            .ek .breadcrumb > li > .l2-breadcrumb.open {
                height: 150px;
                visibility: visible;
                overflow: auto;
            }

            .ek .breadcrumb > li > .l2-breadcrumb > li {
                list-style: none;
            }

                .ek .breadcrumb > li > .l2-breadcrumb > li > a {
                    display: block;
                    font-weight: bold;
                    padding: 10px 20px;
                    text-align: left;
                    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                }

                    .ek .breadcrumb > li > .l2-breadcrumb > li > a:hover {
                        background-color: #ffffff;
                    }

    .ek .breadcrumb > .active {
        color: #333333;
        font-weight: bold;
    }

    .ek .breadcrumb ul.dropdown-menu {
        left: 15px;
        top: 32px;
        border: 1px solid #b8b7b8;
        border-top: none;
        background-color: #f6f6f6;
    }

.ek .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1.25em 0;
    border-radius: 0px;
}

    .ek .pagination > li {
        display: inline;
    }

        .ek .pagination > li > a, .ek .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #333333;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .ek .pagination > li:first-child > a, .ek .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
        }

        .ek .pagination > li:last-child > a, .ek .pagination > li:last-child > span {
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
        }

        .ek .pagination > li > a:hover, .ek .pagination > li > a:focus, .ek .pagination > li > span:hover, .ek .pagination > li > span:focus {
            color: #0d0d0d;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .ek .pagination > .active > a, .ek .pagination > .active > a:hover, .ek .pagination > .active > a:focus, .ek .pagination > .active > span, .ek .pagination > .active > span:hover, .ek .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #d61920;
        border-color: #d61920;
        cursor: default;
    }

    .ek .pagination > .disabled > span, .ek .pagination > .disabled > span:hover, .ek .pagination > .disabled > span:focus, .ek .pagination > .disabled > a, .ek .pagination > .disabled > a:hover, .ek .pagination > .disabled > a:focus {
        color: #4f4f4f;
        background-color: #fff;
        border-color: #ddd;
        cursor: false;
    }

.ek .pagination-lg > li > a, .ek .pagination-lg > li > span {
    padding: 12px 16px;
    font-size: 1em;
}

.ek .pagination-lg > li:first-child > a, .ek .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ek .pagination-lg > li:last-child > a, .ek .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ek .pagination-sm > li > a, .ek .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 0.75em;
}

.ek .pagination-sm > li:first-child > a, .ek .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ek .pagination-sm > li:last-child > a, .ek .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ek .pager {
    padding-left: 0;
    margin: 1.25em 0;
    list-style: none;
    text-align: center;
}

    .ek .pager:before, .ek .pager:after {
        content: " ";
        display: table;
    }

    .ek .pager:after {
        clear: both;
    }

    .ek .pager li {
        display: inline;
    }

        .ek .pager li > a, .ek .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .ek .pager li > a:hover, .ek .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .ek .pager .next > a, .ek .pager .next > span {
        float: right;
    }

    .ek .pager .previous > a, .ek .pager .previous > span {
        float: left;
    }

    .ek .pager .disabled > a, .ek .pager .disabled > a:hover, .ek .pager .disabled > a:focus, .ek .pager .disabled > span {
        color: #4f4f4f;
        background-color: #fff;
        cursor: false;
    }

.ek .label {
    display: inline;
    padding: .2em 1.1em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}

    .ek .label:empty {
        display: none;
    }

.btn .ek .label {
    position: relative;
    top: -1px;
}

.ek a.label:hover, .ek a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ek .label-default {
    background-color: #FFF;
    border: 1px solid #333333;
    color: #333333;
}

    .ek .label-default[href]:hover, .ek .label-default[href]:focus {
        background-color: #e8e8e8;
        border: 1px solid #1a1a1a;
    }

    .ek .label-default.red {
        color: #D41D28;
    }

    .ek .label-default.gray {
        color: #666;
        border-color: #666;
    }

.ek .label-primary {
    background-color: #d61920;
    border: 1px solid black;
}

    .ek .label-primary[href]:hover, .ek .label-primary[href]:focus {
        background-color: #ad141a;
        border: 1px solid black;
    }

.ek .label-success {
    background-color: #3aae54;
    border: 1px solid black;
}

    .ek .label-success[href]:hover, .ek .label-success[href]:focus {
        background-color: #2f8c43;
        border: 1px solid black;
    }

.ek .label-info {
    background-color: #ffffff;
    border: 1px solid #333333;
    color: #333333;
}

    .ek .label-info[href]:hover, .ek .label-info[href]:focus {
        background-color: #e8e8e8;
        border: 1px solid #1a1a1a;
    }

.ek .label-warning {
    background-color: #f0ad4e;
    border: 1px solid black;
}

    .ek .label-warning[href]:hover, .ek .label-warning[href]:focus {
        background-color: #ec9924;
        border: 1px solid black;
    }

.ek .label-danger {
    background-color: #ba161e;
    border: 1px solid black;
}

    .ek .label-danger[href]:hover, .ek .label-danger[href]:focus {
        background-color: #911117;
        border: 1px solid black;
    }

.ek .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 0.75em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #4f4f4f;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .ek .badge {
        font-size: 0.75em !important;
    }
}

.ek .badge:empty {
    display: none;
}

.btn .ek .badge {
    position: relative;
    top: -1px;
}

.btn-xs .ek .badge, .ek .btn-group-xs > .btn .ek .badge, .btn-group-xs > .btn .ek .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .ek .badge, .nav-pills > .active > a > .ek .badge {
    color: #333333;
    background-color: #fff;
}

.list-group-item > .ek .badge {
    float: right;
}

    .list-group-item > .ek .badge + .ek .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .ek .badge {
    margin-left: 3px;
}

.ek a.badge:hover, .ek a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.ek .jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .ek .jumbotron h1, .ek .jumbotron .h1 {
        color: inherit;
    }

    .ek .jumbotron p {
        margin-bottom: 15px;
        font-size: 2em;
        font-weight: 200;
    }

    .ek .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .ek .jumbotron, .container-fluid .ek .jumbotron {
    border-radius: 0px;
}

.ek .jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .ek .jumbotron {
        padding: 48px 0;
    }

    .container .ek .jumbotron, .container-fluid .ek .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .ek .jumbotron h1, .ek .jumbotron .h1 {
        font-size: 3.9375em;
    }
}

.ek .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 1.25em;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .ek .thumbnail > img, .ek .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .ek .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

.ek a.thumbnail:hover, .ek a.thumbnail:focus, .ek a.thumbnail.active {
    border-color: #333333;
}

.ek .alert {
    padding: 15px;
    margin-bottom: 1.25em;
    border: 1px solid transparent;
    border-radius: 0px;
    text-align: center;
}

    .ek .alert:last-child {
        margin-bottom: -7px;
    }

    .ek .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .ek .alert .alert-link {
        font-weight: bold;
    }

    .ek .alert > p, .ek .alert > ul {
        margin-bottom: 0;
    }

        .ek .alert > p + p {
            margin-top: 5px;
        }

.ek .alert-dismissable, .ek .alert-dismissible {
    padding-right: 35px;
}

    .ek .alert-dismissable .close, .ek .alert-dismissible .close {
        position: relative;
        right: -21px;
        color: inherit;
    }

.ek .alert-success {
    background-color: #dff0d8;
    border-color: #88af85;
    color: #3c763d;
}

    .ek .alert-success hr {
        border-top-color: #79a576;
    }

    .ek .alert-success .alert-link {
        color: #2b542c;
    }

.ek .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .ek .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .ek .alert-info .alert-link {
        color: #245269;
    }

.ek .alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .ek .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .ek .alert-warning .alert-link {
        color: #66512c;
    }

.ek .alert-danger {
    background-color: #f2dede;
    border-color: #d71921;
    color: #ba161e;
}

    .ek .alert-danger hr {
        border-top-color: #c0161d;
    }

    .ek .alert-danger .alert-link {
        color: #8c1117;
    }

.ek .progress {
    overflow: hidden;
    height: 0.3125em;
    background-color: transparent;
    border-radius: 0px;
}

.ek .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #fff;
    text-align: center;
    background-color: #d61920;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

@media (max-width: 767px) {
    .ek .progress-bar {
        font-size: 0.75em !important;
    }
}

.ek .progress-striped .progress-bar, .ek .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.ek .progress.active .progress-bar, .ek .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.ek .progress-bar-success {
    background-color: #3aae54;
}

.progress-striped .ek .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ek .progress-bar-info {
    background-color: #ffffff;
}

.progress-striped .ek .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ek .progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .ek .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ek .progress-bar-danger {
    background-color: #ba161e;
}

.progress-striped .ek .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.ek .media {
    margin-top: 15px;
    /*
  &:first-child {
    margin-top: 0;
  }*/
}

.ek .media, .ek .media-body {
    zoom: 1;
    overflow: hidden;
}

.ek .media-body {
    width: 10000px;
}

.ek .media-object {
    display: block;
}

.ek .media-right, .ek .media > .pull-right {
    padding-left: 10px;
}

.ek .media-left, .ek .media > .pull-left {
    padding-right: 50px;
}

.ek .media-left, .ek .media-right, .ek .media-body {
    display: table-cell;
    vertical-align: top;
}

.ek .media-middle {
    vertical-align: middle;
}

.ek .media-bottom {
    vertical-align: bottom;
}

.ek .media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.ek .media-list {
    padding-left: 0;
    list-style: none;
}

.ek .list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

@media (min-width: 992px) {
    .ek .list-group input[type=checkbox] {
        margin: 30% 0 0;
    }

    .ek .list-group .styled-checkbox-wrapper {
        margin: 0;
    }
}

.ek .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    /*margin-bottom: -1px;*/
    background-color: #edeff2;
    border: 1px solid #c9cbd0;
    border-bottom: transparent;
}

    .ek .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

    .ek .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom: 1px solid #c9cbd0;
    }

.ek a.list-group-item {
    color: #555;
}

    .ek a.list-group-item .list-group-item-heading {
        color: #333;
    }

    .ek a.list-group-item:hover, .ek a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.ek .list-group-item.disabled, .ek .list-group-item.disabled:hover, .ek .list-group-item.disabled:focus {
    background-color: #edeff2;
    color: #4f4f4f;
    cursor: false;
}

    .ek .list-group-item.disabled .list-group-item-heading, .ek .list-group-item.disabled:hover .list-group-item-heading, .ek .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .ek .list-group-item.disabled .list-group-item-text, .ek .list-group-item.disabled:hover .list-group-item-text, .ek .list-group-item.disabled:focus .list-group-item-text {
        color: #4f4f4f;
    }

.ek .list-group-item.active, .ek .list-group-item.active:hover, .ek .list-group-item.active:focus {
    z-index: 2;
    color: #333;
    background-color: #fff;
    border-color: #c9cbd0;
}

    .ek .list-group-item.active .list-group-item-heading, .ek .list-group-item.active .list-group-item-heading > small, .ek .list-group-item.active .list-group-item-heading > .small, .ek .list-group-item.active:hover .list-group-item-heading, .ek .list-group-item.active:hover .list-group-item-heading > small, .ek .list-group-item.active:hover .list-group-item-heading > .small, .ek .list-group-item.active:focus .list-group-item-heading, .ek .list-group-item.active:focus .list-group-item-heading > small, .ek .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .ek .list-group-item.active .list-group-item-text, .ek .list-group-item.active:hover .list-group-item-text, .ek .list-group-item.active:focus .list-group-item-text {
        color: white;
    }

.ek .list-group-item.list-group-header-default {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.875em;
    background-color: #fff;
}

.ek .list-group-item .media-body > div.text-danger {
    font-size: 0.875em;
}

@media (max-width: 767px) {
    .ek .list-group-item .media-body > div.text-danger {
        font-size: 0.8125em;
    }
}

.ek .list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

.ek a.list-group-item-success {
    color: #3c763d;
}

    .ek a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    .ek a.list-group-item-success:hover, .ek a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    .ek a.list-group-item-success.active, .ek a.list-group-item-success.active:hover, .ek a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.ek .list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

.ek a.list-group-item-info {
    color: #31708f;
}

    .ek a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    .ek a.list-group-item-info:hover, .ek a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    .ek a.list-group-item-info.active, .ek a.list-group-item-info.active:hover, .ek a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.ek .list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

.ek a.list-group-item-warning {
    color: #8a6d3b;
}

    .ek a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    .ek a.list-group-item-warning:hover, .ek a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    .ek a.list-group-item-warning.active, .ek a.list-group-item-warning.active:hover, .ek a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.ek .list-group-item-danger {
    color: #ba161e;
    background-color: #f2dede;
}

.ek a.list-group-item-danger {
    color: #ba161e;
}

    .ek a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    .ek a.list-group-item-danger:hover, .ek a.list-group-item-danger:focus {
        color: #ba161e;
        background-color: #ebcccc;
    }

    .ek a.list-group-item-danger.active, .ek a.list-group-item-danger.active:hover, .ek a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #ba161e;
        border-color: #ba161e;
    }

.ek .list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.ek .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.ek .panel {
    margin-bottom: 1.25em;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ek .panel-body {
    padding: 22px 0;
    margin: 0 40px;
}

    .ek .panel-body:before, .ek .panel-body:after {
        content: " ";
        display: table;
    }

    .ek .panel-body:after {
        clear: both;
    }

@media (max-width: 768px) {
    .ek .panel-body {
        padding: 22px 0px;
        margin: 0px 20px;
    }
}

.ek .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}

    .ek .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

    .ek .panel-heading .accordion-toggle {
        display: block;
        padding: 22px 40px;
        text-decoration: none;
        cursor: default;
    }

        .ek .panel-heading .accordion-toggle:before, .ek .panel-heading .accordion-toggle:after {
            content: " ";
            display: table;
        }

        .ek .panel-heading .accordion-toggle:after {
            clear: both;
        }

@media (max-width: 768px) {
    .ek .panel-heading .accordion-toggle {
        padding: 22px 20px;
    }
}

.ek .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125em;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 767px) {
    .ek .panel-title {
        font-size: 1.125em !important;
    }
}

@media (max-width: 480px) {
    .ek .panel-title {
        font-size: 0.875em !important;
    }
}

@media (max-width: 768px) {
    .ek .panel-title {
        font-size: 0.875em;
    }
}

@media (max-width: 480px) {
    .ek .panel-title {
        font-size: 0.98438em !important;
    }
}

.ek .panel-title > a .title {
    margin-bottom: 0px;
    font-size: 1.125em;
    color: #666666;
    /*@media (max-width: $screen-sm-min){
      font-size: $font-size-base;
      width: 55%;
      margin-right: 10px;
      float: left;
      display: inline-block;
    }
    @media (max-width: $screen-xs-min) {
      width: 62%;
    }*/
}

@media (max-width: 767px) {
    .ek .panel-title > a .title {
        font-size: 1.125em !important;
    }
}

@media (max-width: 480px) {
    .ek .panel-title > a .title {
        font-size: 0.875em !important;
    }
}

@media (max-width: 480px) {
    .ek .panel-title > a .title {
        font-size: 0.98438em !important;
    }
}

.ek .panel-title > a [class^="icon-"] {
    color: #3c763d;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    margin: 0 10px 0 0;
}

@media (max-width: 767px) {
    .ek .panel-title > a [class^="icon-"] {
        font-size: 0.8125em;
    }
}

@media (max-width: 768px) {
    .ek .panel-title > a [class^="icon-"] {
        vertical-align: text-top;
    }
}

.ek .panel-title > a strong {
    margin-right: 20px;
    color: #333333;
}

@media (max-width: 768px) {
    .ek .panel-title > a strong {
        float: left;
        display: inline-block;
        width: 15%;
    }
}

@media (max-width: 480px) {
    .ek .panel-title > a strong {
        width: 18%;
    }
}

.ek .panel-title > a span {
    color: #333333;
}

.ek .panel-title > a .icon, .ek .panel-title > a .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .panel-title > a .icon-header, .ek .panel-title > a label.styled-checkbox-wrapper:before {
    color: #3aae54;
    font-size: 0.875em;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .ek .panel-title > a .icon, .ek .panel-title > a .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .panel-title > a .icon-header, .ek .panel-title > a label.styled-checkbox-wrapper:before {
        font-size: 0.8125em;
    }
}

.ek .panel-title > a:hover {
    text-decoration: none;
}

.ek .panel-title > a, .ek .panel-title > small, .ek .panel-title > .small, .ek .panel-title > small > a, .ek .panel-title > .small > a {
    color: inherit;
}

.ek .panel-title .step-row {
    display: table;
    width: 100%;
}

    .ek .panel-title .step-row label {
        margin-bottom: 0;
    }

    .ek .panel-title .step-row .table-cell {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

        .ek .panel-title .step-row .table-cell:first-child {
            width: 70px;
        }

@media (max-width: 480px) {
    .ek .panel-title .step-row .table-cell:first-child {
        width: 45px;
    }
}

.ek .panel-title .step-row .table-cell.title {
    padding: 0 10px;
}

.ek .panel-footer {
    padding: 22px 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #bcbcbc;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}

.ek .panel > .list-group, .ek .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .ek .panel > .list-group .list-group-item, .ek .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .ek .panel > .list-group:first-child .list-group-item:first-child, .ek .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: -1px;
        border-top-left-radius: -1px;
    }

    .ek .panel > .list-group:last-child .list-group-item:last-child, .ek .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px;
    }

.ek .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.ek .list-group + .panel-footer {
    border-top-width: 0;
}

.ek .panel > .table, .ek .panel > .table-responsive > .table, .ek .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .ek .panel > .table caption, .ek .panel > .table-responsive > .table caption, .ek .panel > .panel-collapse > .table caption {
        padding-left: 22px 0;
        padding-right: 22px 0;
    }

    .ek .panel > .table:first-child, .ek .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: -1px;
        border-top-left-radius: -1px;
    }

        .ek .panel > .table:first-child > thead:first-child > tr:first-child, .ek .panel > .table:first-child > tbody:first-child > tr:first-child, .ek .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .ek .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: -1px;
            border-top-right-radius: -1px;
        }

            .ek .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .ek .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .ek .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .ek .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .ek .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .ek .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .ek .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .ek .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: -1px;
            }

            .ek .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .ek .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .ek .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .ek .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .ek .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .ek .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .ek .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .ek .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: -1px;
            }

    .ek .panel > .table:last-child, .ek .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: -1px;
        border-bottom-left-radius: -1px;
    }

        .ek .panel > .table:last-child > tbody:last-child > tr:last-child, .ek .panel > .table:last-child > tfoot:last-child > tr:last-child, .ek .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .ek .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: -1px;
            border-bottom-right-radius: -1px;
        }

            .ek .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .ek .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .ek .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .ek .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .ek .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .ek .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .ek .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .ek .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: -1px;
            }

            .ek .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .ek .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .ek .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .ek .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .ek .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .ek .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .ek .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .ek .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: -1px;
            }

    .ek .panel > .panel-body + .table, .ek .panel > .panel-body + .table-responsive, .ek .panel > .table + .panel-body, .ek .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .ek .panel > .table > tbody:first-child > tr:first-child th, .ek .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.ek .panel > .table-bordered, .ek .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .ek .panel > .table-bordered > thead > tr > th:first-child, .ek .panel > .table-bordered > thead > tr > td:first-child, .ek .panel > .table-bordered > tbody > tr > th:first-child, .ek .panel > .table-bordered > tbody > tr > td:first-child, .ek .panel > .table-bordered > tfoot > tr > th:first-child, .ek .panel > .table-bordered > tfoot > tr > td:first-child, .ek .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .ek .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .ek .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .ek .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .ek .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .ek .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .ek .panel > .table-bordered > thead > tr > th:last-child, .ek .panel > .table-bordered > thead > tr > td:last-child, .ek .panel > .table-bordered > tbody > tr > th:last-child, .ek .panel > .table-bordered > tbody > tr > td:last-child, .ek .panel > .table-bordered > tfoot > tr > th:last-child, .ek .panel > .table-bordered > tfoot > tr > td:last-child, .ek .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .ek .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .ek .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .ek .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .ek .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .ek .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .ek .panel > .table-bordered > thead > tr:first-child > td, .ek .panel > .table-bordered > thead > tr:first-child > th, .ek .panel > .table-bordered > tbody > tr:first-child > td, .ek .panel > .table-bordered > tbody > tr:first-child > th, .ek .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .ek .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .ek .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .ek .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .ek .panel > .table-bordered > tbody > tr:last-child > td, .ek .panel > .table-bordered > tbody > tr:last-child > th, .ek .panel > .table-bordered > tfoot > tr:last-child > td, .ek .panel > .table-bordered > tfoot > tr:last-child > th, .ek .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .ek .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .ek .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .ek .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.ek .panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.ek .panel-group {
    margin-bottom: 1.25em;
}

    .ek .panel-group > :not(:nth-last-child(-n+2)) {
        border-bottom: 0px solid transparent;
    }

    .ek .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0px;
    }

        .ek .panel-group .panel + .panel {
            margin-top: 0px;
        }

    .ek .panel-group .panel-heading {
        border-bottom: 0;
    }

        .ek .panel-group .panel-heading + .panel-collapse {
            -webkit-transition: height, 0.2s, ease-in;
            -o-transition: height, 0.2s, ease-in;
            transition: height, 0.2s, ease-in;
        }

            .ek .panel-group .panel-heading + .panel-collapse > .panel-body, .ek .panel-group .panel-heading + .panel-collapse > .list-group {
                border-top: 1px solid #bcbcbc;
            }

    .ek .panel-group .panel-footer {
        border-top: 0;
    }

        .ek .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #bcbcbc;
        }

.ek .panel-default {
    border-color: #bcbcbc;
}

    .ek .panel-default > .panel-heading {
        color: #666666;
        background-color: #e8e3e2;
        border-color: #bcbcbc;
    }

        .ek .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bcbcbc;
        }

        .ek .panel-default > .panel-heading .badge {
            color: #e8e3e2;
            background-color: #666666;
        }

    .ek .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bcbcbc;
    }

.ek .panel-primary {
    border-color: #d61920;
}

    .ek .panel-primary > .panel-heading {
        color: #fff;
        background-color: #d61920;
        border-color: #d61920;
    }

        .ek .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d61920;
        }

        .ek .panel-primary > .panel-heading .badge {
            color: #d61920;
            background-color: #fff;
        }

    .ek .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d61920;
    }

.ek .panel-success {
    border-color: #bcbcbc;
}

    .ek .panel-success > .panel-heading {
        color: #666666;
        background-color: #e8e3e2;
        border-color: #bcbcbc;
    }

        .ek .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bcbcbc;
        }

        .ek .panel-success > .panel-heading .badge {
            color: #e8e3e2;
            background-color: #666666;
        }

    .ek .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bcbcbc;
    }

.ek .panel-info {
    border-color: #bce8f1;
}

    .ek .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .ek .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .ek .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .ek .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.ek .panel-warning {
    border-color: #faebcc;
}

    .ek .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .ek .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .ek .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .ek .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.ek .panel-danger {
    border-color: #d71921;
}

    .ek .panel-danger > .panel-heading {
        color: #ba161e;
        background-color: #f2dede;
        border-color: #d71921;
    }

        .ek .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d71921;
        }

        .ek .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #ba161e;
        }

    .ek .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d71921;
    }

.ek .panel-disabled {
    border-color: #bcbcbc;
}

    .ek .panel-disabled > .panel-heading {
        color: #666666;
        background-color: #e8e3e2;
        border-color: #bcbcbc;
    }

        .ek .panel-disabled > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bcbcbc;
        }

        .ek .panel-disabled > .panel-heading .badge {
            color: #e8e3e2;
            background-color: #666666;
        }

    .ek .panel-disabled > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bcbcbc;
    }

    .ek .panel-default label:hover, .ek .panel-active label:hover, .ek .panel-disabled label:hover {
        cursor: default;
    }

.ek .panel-active > .panel-heading {
    background-color: #f5f5f5;
}

.ek .panel > .panel-heading > .panel-title a:focus {
    outline: none;
}

.ek .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .ek .embed-responsive .embed-responsive-item, .ek .embed-responsive iframe, .ek .embed-responsive embed, .ek .embed-responsive object, .ek .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.ek .embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.ek .embed-responsive-4by3 {
    padding-bottom: 75%;
}

.ek .well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    color: #666666;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .ek .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.ek .well-lg {
    padding: 24px;
    border-radius: 0px;
}

.ek .well-sm {
    padding: 9px;
    border-radius: 0px;
}

.ek .close {
    float: right;
    font-size: 1.3125em;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

    .ek .close:hover, .ek .close:focus {
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.ek button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.ek .modal-open {
    overflow: hidden;
}

.ek .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .ek .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

.ek .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.ek .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.ek .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.ek .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .ek .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .ek .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.ek .modal-header {
    padding: 15px;
    min-height: 16.42857px;
}

    .ek .modal-header .close {
        margin-top: -2px;
    }

.ek .modal-title {
    margin: -5px 0 0 0;
    font-size: 2.275em;
    line-height: 1.42857;
    color: #333333;
}

.ek .modal-body {
    position: relative;
    padding: 15px;
}

    .ek .modal-body .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .ek .modal-body .nav-tabs {
        margin-bottom: 1.5625em;
    }

    .ek .modal-body .modal-form-only {
        margin-top: 20px;
    }

.ek .modal-footer {
    text-align: right;
    padding: 15px;
    text-align: right;
}

    .ek .modal-footer:before, .ek .modal-footer:after {
        content: " ";
        display: table;
    }

    .ek .modal-footer:after {
        clear: both;
    }

    .ek .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .ek .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .ek .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.ek .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .ek .modal-dialog {
        width: 600px;
        margin: 0 auto 30px;
    }

    .ek .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .ek .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .ek .modal-lg {
        width: 900px;
    }
}

.ek .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

@media (max-width: 767px) {
    .ek .tooltip {
        font-size: 0.75em !important;
    }
}

.ek .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ek .tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.ek .tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.ek .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.ek .tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.ek .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0px;
}

.ek .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.ek .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.ek .tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.ek .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.ek .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.ek .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.ek .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.ek .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.ek .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.ek .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Arial, sans-serif;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

@media (max-width: 767px) {
    .ek .popover {
        font-size: 0.8125em;
    }
}

.ek .popover.top {
    margin-top: -10px;
}

.ek .popover.right {
    margin-left: 10px;
}

.ek .popover.bottom {
    margin-top: 10px;
}

.ek .popover.left {
    margin-left: -10px;
}

.ek .popover.top-left {
    margin-left: -10px;
    margin-top: -10px;
}

.ek .popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 0.875em;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 0 0;
}

@media (max-width: 767px) {
    .ek .popover-title {
        font-size: 0.8125em;
    }
}

.ek .popover-content {
    padding: 9px 14px;
}

.ek .popover > .arrow, .ek .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.ek .popover > .arrow {
    border-width: 11px;
}

    .ek .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.ek .popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .ek .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.ek .popover.top-left > .arrow {
    left: 10px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .ek .popover.top-left > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.ek .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .ek .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.ek .popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .ek .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.ek .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .ek .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

@media (min-width: 768px) {
    .ek .popover.right {
        min-width: 276px;
    }
}

.ek .carousel {
    position: relative;
}

.ek .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .ek .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .ek .carousel-inner > .item > img, .ek .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .ek .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000;
    }

        .ek .carousel-inner > .item.next, .ek .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .ek .carousel-inner > .item.prev, .ek .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .ek .carousel-inner > .item.next.left, .ek .carousel-inner > .item.prev.right, .ek .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.ek .carousel-inner > .active, .ek .carousel-inner > .next, .ek .carousel-inner > .prev {
    display: block;
}

.ek .carousel-inner > .active {
    left: 0;
}

.ek .carousel-inner > .next, .ek .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.ek .carousel-inner > .next {
    left: 100%;
}

.ek .carousel-inner > .prev {
    left: -100%;
}

    .ek .carousel-inner > .next.left, .ek .carousel-inner > .prev.right {
        left: 0;
    }

.ek .carousel-inner > .active.left {
    left: -100%;
}

.ek .carousel-inner > .active.right {
    left: 100%;
}

.ek .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .ek .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .ek .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .ek .carousel-control:hover, .ek .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .ek .carousel-control .icon-prev, .ek .carousel-control .icon-next, .ek .carousel-control .glyphicon-chevron-left, .ek .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .ek .carousel-control .icon-prev, .ek .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .ek .carousel-control .icon-next, .ek .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .ek .carousel-control .icon-prev, .ek .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif;
    }

        .ek .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .ek .carousel-control .icon-next:before {
            content: '\203a';
        }

.ek .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .ek .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
    }

    .ek .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.ek .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .ek .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .ek .carousel-control .glyphicon-chevron-left, .ek .carousel-control .glyphicon-chevron-right, .ek .carousel-control .icon-prev, .ek .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .ek .carousel-control .glyphicon-chevron-left, .ek .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .ek .carousel-control .glyphicon-chevron-right, .ek .carousel-control .icon-next {
        margin-right: -15px;
    }

    .ek .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .ek .carousel-indicators {
        bottom: 20px;
    }
}

.ek .clearfix:before, .ek .clearfix:after {
    content: " ";
    display: table;
}

.ek .clearfix:after {
    clear: both;
}

.ek .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ek .pull-right {
    float: right !important;
}

.ek .pull-left {
    float: left !important;
}

.ek .hide {
    display: none !important;
}

.ek .show {
    display: block !important;
}

.ek .invisible {
    visibility: hidden;
}

.ek .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.ek .hidden {
    display: none !important;
}

.ek .affix {
    position: fixed;
}

.ek .visible-xs {
    display: none !important;
}

.ek .visible-sm {
    display: none !important;
}

.ek .visible-md {
    display: none !important;
}

.ek .visible-lg {
    display: none !important;
}

.ek .visible-xs-block, .ek .visible-xs-inline, .ek .visible-xs-inline-block, .ek .visible-sm-block, .ek .visible-sm-inline, .ek .visible-sm-inline-block, .ek .visible-md-block, .ek .visible-md-inline, .ek .visible-md-inline-block, .ek .visible-lg-block, .ek .visible-lg-inline, .ek .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .ek .visible-xs {
        display: block !important;
    }

    .ek table.visible-xs {
        display: table;
    }

    .ek tr.visible-xs {
        display: table-row !important;
    }

    .ek th.visible-xs, .ek td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .ek .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .ek .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .ek .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ek .visible-sm {
        display: block !important;
    }

    .ek table.visible-sm {
        display: table;
    }

    .ek tr.visible-sm {
        display: table-row !important;
    }

    .ek th.visible-sm, .ek td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ek .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ek .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ek .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ek .visible-md {
        display: block !important;
    }

    .ek table.visible-md {
        display: table;
    }

    .ek tr.visible-md {
        display: table-row !important;
    }

    .ek th.visible-md, .ek td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ek .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ek .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ek .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .ek .visible-lg {
        display: block !important;
    }

    .ek table.visible-lg {
        display: table;
    }

    .ek tr.visible-lg {
        display: table-row !important;
    }

    .ek th.visible-lg, .ek td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .ek .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .ek .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .ek .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .ek .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ek .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ek .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .ek .hidden-lg {
        display: none !important;
    }
}

.ek .visible-print {
    display: none !important;
}

@media print {
    .ek .visible-print {
        display: block !important;
    }

    .ek table.visible-print {
        display: table;
    }

    .ek tr.visible-print {
        display: table-row !important;
    }

    .ek th.visible-print, .ek td.visible-print {
        display: table-cell !important;
    }
}

.ek .visible-print-block {
    display: none !important;
}

@media print {
    .ek .visible-print-block {
        display: block !important;
    }
}

.ek .visible-print-inline {
    display: none !important;
}

@media print {
    .ek .visible-print-inline {
        display: inline !important;
    }
}

.ek .visible-print-inline-block {
    display: none !important;
}

@media print {
    .ek .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .ek .hidden-print {
        display: none !important;
    }
}

.ek .p-t-n {
    padding-top: 0 !important;
}

.ek .p-r-n {
    padding-right: 0;
    padding-left: 0;
}

.ek .p-b-n {
    padding-bottom: 0 !important;
}

.ek .p-l-n {
    padding-left: 0;
}

.ek .p-t-xs {
    padding-top: 5px !important;
}

.ek .p-r-xs {
    padding-right: 5px;
    padding-left: 5px;
}

.ek .p-b-xs {
    padding-bottom: 5px !important;
}

.ek .p-l-xs {
    padding-left: 5px;
}

.ek .p-t-sm {
    padding-top: 10px !important;
}

.ek .p-r-sm {
    padding-right: 10px;
    padding-left: 10px;
}

.ek .p-b-sm {
    padding-bottom: 10px !important;
}

.ek .p-l-sm {
    padding-left: 10px;
}

.ek .p-t-md {
    padding-top: 15px !important;
}

.ek .p-r-md {
    padding-right: 15px;
    padding-left: 15px;
}

.ek .p-b-md {
    padding-bottom: 15px !important;
}

.ek .p-l-md {
    padding-left: 15px;
}

.ek .p-t-lg {
    padding-top: 20px !important;
}

.ek .p-r-lg {
    padding-right: 20px;
    padding-left: 20px;
}

.ek .p-b-lg {
    padding-bottom: 20px !important;
}

.ek .p-l-lg {
    padding-left: 20px;
}

.ek .m-t-n {
    margin-top: 0 !important;
}

.ek .m-r-n {
    margin-right: 0;
    margin-left: 0;
}

.ek .m-b-n {
    margin-bottom: 0 !important;
}

.ek .m-l-n {
    margin-left: 0;
}

.ek .m-t-xs {
    margin-top: 5px !important;
}

.ek .m-r-xs {
    margin-right: 5px;
    margin-left: 5px;
}

.ek .m-b-xs {
    margin-bottom: 5px !important;
}

.ek .m-l-xs {
    margin-left: 5px;
}

.ek .m-t-sm {
    margin-top: 10px !important;
}

.ek .m-r-sm {
    margin-right: 10px;
    margin-left: 10px;
}

.ek .m-b-sm {
    margin-bottom: 10px !important;
}

.ek .m-l-sm {
    margin-left: 10px;
}

.ek .m-t-md {
    margin-top: 15px !important;
}

.ek .m-r-md {
    margin-right: 15px;
    margin-left: 15px;
}

.ek .m-b-md {
    margin-bottom: 15px !important;
}

.ek .m-l-md {
    margin-left: 15px;
}

.ek .m-t-lg {
    margin-top: 20px !important;
}

.ek .m-r-lg {
    margin-right: 20px;
    margin-left: 20px;
}

.ek .m-b-lg {
    margin-bottom: 20px !important;
}

.ek .m-l-lg {
    margin-left: 20px;
}

.ek .m-l-n-10 {
    margin-right: 0;
    margin-left: -20px;
}

.ek .m-r-n-10 {
    margin-right: -20px;
    margin-left: -20px;
}

@media (max-width: 992px) {
    .ek .no-padding-left-md {
        padding-left: 0;
    }
}

.ek .max-w-360 {
    max-width: 360px !important;
}

.ek .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.ek .pointer {
    cursor: pointer !important;
}

.ek .inline-block {
    display: inline-block;
}

    .ek .inline-block.stick-right {
        margin-right: -5px;
    }

.ek .over {
    position: relative;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}

    .ek .over .ckbx-divider {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 15px;
        border-left: 1px solid #e9e9e9;
        height: 44px;
    }

.ek .b-t-divider {
    border-top: 1px solid #c4c4c4;
}

.ek .b-r-divider {
    border-right: 1px solid #c4c4c4;
}

.ek .b-b-divider {
    border-bottom: 1px solid #c4c4c4;
}

    .ek .b-b-divider.lighter {
        border-color: #e9e9e9;
    }

.ek .b-l-divider {
    border-left: 1px solid #c4c4c4;
}

.ek .passenger-name {
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 1.125em;
    font-weight: 700;
    color: #666666;
}

@media (max-width: 767px) {
    .ek .passenger-name {
        font-size: 1.125em !important;
    }
}

@media (max-width: 480px) {
    .ek .passenger-name {
        font-size: 0.875em !important;
    }
}

.ek .rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ek .transparent {
    background: none;
}

.ek .traveler-details .icon, .ek .traveler-details .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .traveler-details .icon-header, .ek .traveler-details label.styled-checkbox-wrapper:before {
    font-size: 35px;
    padding-right: 10px;
}

.ek .traveler-details dl {
    margin-left: 50px;
}

.ek .traveler-details dt {
    font-family: "EmiratesSB-Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 0.875em;
    color: #666666;
}

@media (max-width: 767px) {
    .ek .traveler-details dt {
        font-size: 0.8125em;
    }
}

.ek .traveler-details dd {
    font-family: "EmiratesSB-Bold", Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    color: #333333;
}

@media (max-width: 767px) {
    .ek .traveler-details dd {
        font-size: 1em !important;
    }
}

.ek .triplet-middle {
    padding: 0;
}

@media (max-width: 991px) {
    .ek .triplet-middle {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.ek .custom-title {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

    .ek .custom-title .label-default {
        margin-left: 5px;
        padding: 0 8px;
    }

        .ek .custom-title .label-default.label-red {
            color: #ba161e;
        }

@media (max-width: 992px) {
    .ek .custom-title {
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .ek .text-center-min-sm {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .ek .display-block-without-margin-max-xs {
        display: block !important;
        margin: 0 !important;
    }
}

.ek .default-cursor {
    cursor: default !important;
}

.ek :focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

@font-face {
    font-family: 'EmiratesSM';
    src: url('/CSS/globalnav/fonts/EmiratesSM.eot');
    src: url('/CSS/globalnav/fonts/EmiratesSM.eot?#iefix') format('embedded-opentype'), url('/CSS/globalnav/fonts/EmiratesSM.woff2') format('woff2'), url('/CSS/globalnav/fonts/EmiratesSM.woff') format('woff'), url('/CSS/globalnav/fonts/EmiratesSM.ttf') format('truetype'), url('/CSS/globalnav/fonts/EmiratesSM.svg#EmiratesSM') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EmiratesSB-Bold';
    src: url('/CSS/globalnav/fonts/EmiratesSB-Bold.eot');
    src: url('/CSS/globalnav/fonts/EmiratesSB-Bold.eot?#iefix') format('embedded-opentype'), url('/CSS/globalnav/fonts/EmiratesSB-Bold.woff2') format('woff2'), url('/CSS/globalnav/fonts/EmiratesSB-Bold.woff') format('woff'), url('/CSS/globalnav/fonts/EmiratesSB-Bold.ttf') format('truetype'), url('/CSS/globalnav/fonts/EmiratesSB-Bold.svg#EmiratesSB-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EmiratesSL';
    src: url('/CSS/globalnav/fonts/EmiratesSL.eot');
    src: url('/CSS/globalnav/fonts/EmiratesSL.eot?#iefix') format('embedded-opentype'), url('/CSS/globalnav/fonts/EmiratesSL.woff2') format('woff2'), url('/CSS/globalnav/fonts/EmiratesSL.woff') format('woff'), url('/CSS/globalnav/fonts/EmiratesSL.ttf') format('truetype'), url('/CSS/globalnav/fonts/EmiratesSL.svg#EmiratesSL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ek-font-icons";
    src: url('/CSS/globalnav/fonts/ek-font-icons.eot');
    src: url('/CSS/globalnav/fonts/ek-font-icons.eot?#iefix') format("embedded-opentype"), url('/CSS/globalnav/fonts/ek-font-icons.woff') format("woff"), url('/CSS/globalnav/fonts/ek-font-icons.ttf') format("truetype"), url('/CSS/globalnav/fonts/ek-font-icons.svg#ek-font-icons') format("svg");
    font-weight: normal;
    font-style: normal;
}

.ek.ek-wrapper {
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    line-height: 1.42857;
    color: #333333;
}

.ek {
    /* handles the conflicting styles with Emirates existing content. */
    /*
.global-nav-toolbar, .header-navigation{
  &.toggle-hide{
    @include transition(margin-top 0.3s ease-in-out);

    margin-top:-103px;

    .row{
      >div{
        margin-top:-103px;
      }
    }

    &.active{
      margin-top:0;

      .row{
        >div{
          @include transition(margin-top 0.3s ease-in-out);
          margin-top:0;
        }
      }
    }
  }
}
*/
    /* Style base */
    /* IBE Styling override */
    /* Typeahead menu styles */
}

    .ek [ng\:cloak], .ek [ng-cloak], .ek [data-ng-cloak], .ek [x-ng-cloak], .ek .ng-cloak, .ek .x-ng-cloak {
        display: none !important;
    }

@media (max-width: 768px) {
    .ek .text-sm-left {
        text-align: left;
    }

    .ek .text-sm-right {
        text-align: right;
    }

    .ek .text-sm-center {
        text-align: center;
    }

    .ek .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .ek .text-md-left {
        text-align: left;
    }

    .ek .text-md-right {
        text-align: right;
    }

    .ek .text-md-center {
        text-align: center;
    }

    .ek .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .ek .text-lg-left {
        text-align: left;
    }

    .ek .text-lg-right {
        text-align: right;
    }

    .ek .text-lg-center {
        text-align: center;
    }

    .ek .text-lg-justify {
        text-align: justify;
    }
}

.ek .sub-header {
    color: #939598;
}

.ek .language-country-flag, .ek .flag-icon-gb {
    width: 16px;
    height: 13px;
    margin: 0 2px 0 0;
    background: url('/Images/globalnavigation/flag-uk.png') no-repeat;
    background-size: 16px 13px;
    display: inline-block;
}

.ek .icon, .ek .people-management-list .list-group-item .people-row .icon-header, .ek label.styled-checkbox-wrapper:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "ek-font-icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ek .icon-arrow-down:before {
    content: "\e001";
}

.ek .icon-search:before {
    content: "\e002";
}

.ek .icon-order-desc:before {
    content: "\e003";
}

.ek .icon-avatar:before {
    content: "\e004";
}

.ek .icon-chauffeur-drive:before
	{content:"\e064";}

.ek .icon-checkin:before {
    content: "\e005";
}

.ek .icon-seat:before {
    content: "\e006";
}

.ek .icon-luggage:before {
    content: "\e007";
}

.ek .icon-times-circle:before {
    content: "\e058";
}

.ek .icon-flight-list:before {
    content: "\e009";
}

.ek .icon-fleet:before {
    content: "\e010";
}

.ek .icon-dubai:before {
    content: "\e011";
}

.ek .icon-compass:before {
    content: "\e012";
}

.ek .icon-globe:before {
    content: "\e013";
}

.ek .icon-chevron-circle-left:before {
    content: "\e014";
}

.ek .icon-tag:before {
    content: "\e015";
}

.ek .icon-plane:before {
    content: "\e016";
}

.ek .icon-bed:before {
    content: "\e017";
}

.ek .icon-car:before {
    content: "\e018";
}

.ek .icon-handshake:before {
    content: "\e019";
}

.ek .icon-skywards:before {
    content: "\e020";
}

.ek .icon-chevron-right:before {
    content: "\e021";
}

.ek .icon-basket:before {
    content: "\e022";
}

.ek .icon-calculator:before {
    content: "\e023";
}

.ek .icon-medal:before {
    content: "\e024";
}

.ek .icon-briefcase:before {
    content: "\e025";
}

.ek .icon-flight-time:before {
    content: "\e026";
}

.ek .icon-tick:before, .ek label.styled-checkbox-wrapper.checkbox-checked:before {
    content: "\e027";
}

.ek .icon-times:before {
    content: "\e028";
}

.ek .icon-man-case:before {
    content: "\e029";
}

.ek .icon-clock:before {
    content: "\e030";
}

.ek .icon-exclamation:before {
    content: "\e031";
}

.ek .icon-mobile:before {
    content: "\e032";
}

.ek .icon-ticket-up:before {
    content: "\e033";
}

.ek .icon-pick-seat:before {
    content: "\e034";
}

.ek .icon-wheelchair:before {
    content: "\e035";
}

.ek .icon-question-mark:before {
    content: "\e060";
}

.ek .icon-building:before {
    content: "\e037";
}

.ek .icon-dots-horizontal:before {
    content: "\e038";
}

.ek .icon-minus:before, .ek label.styled-checkbox-wrapper.checkbox-checked-minus:before {
    content: "\e039";
}

.ek .icon-arrow-up:before {
    content: "\e040";
}

.ek .icon-chevron-left:before {
    content: "\e041";
}

.ek .icon-chevron-circle-right:before {
    content: "\e042";
}

.ek .icon-logo-ice:before {
    content: "\e043";
}

.ek .icon-profile-card:before {
    content: "\e044";
}

.ek .icon-chevron-down:before {
    content: "\e045";
}

.ek .icon-chevron-up:before {
    content: "\e046";
}

.ek .icon-plane-top-right:before {
    content: "\e047";
}

.ek .icon-organisation-licence:before {
    content: "\e048";
}

.ek .icon-organisation-card:before {
    content: "\e049";
}

.ek .icon-calendar:before {
    content: "\e050";
}

.ek .icon-globe-inverted:before {
    content: "\e051";
}

.ek .icon-arrow-circle-right:before {
    content: "\e052";
}

.ek .icon-arrow-circle-double:before {
    content: "\e053";
}

.ek .icon-plane-side-left:before {
    content: "\e054";
}

.ek .icon-clock-smaller:before {
    content: "\e055";
}

.ek .icon-path-from-to:before {
    content: "\e056";
}

.ek .icon-plane-side-right:before {
    content: "\e057";
}

.ek .icon-planes-connection:before {
    content: "\e061";
}

.ek .row {
    overflow: visible;
    margin-top: 0;
}

    .ek .row input[type="text"], .ek .row select, .ek .row .dk-select {
        font-size: 14px !important;
    }

.ek .icon, .ek .people-management-list .list-group-item .people-row .icon-header, .ek label.styled-checkbox-wrapper:before {
    width: auto;
    min-width: 0;
    height: 0;
    float: inherit;
    margin-left: 0;
    margin-right: 0;
}

.ek .form-control {
    float: inherit !important;
    padding: 6px 16px !important;
    color: #333333 !important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 0 !important;
    font-size: 1em !important;
}

    .ek .form-control:focus, .ek .form-control:active {
        border-color: #797879 !important;
    }

    .ek .form-control.select-focus {
        border-color: #797879 !important;
    }

.ek a {
    text-decoration: underline;
}

.ek .has-error .form-control {
    border-color: #d71921 !important;
}

.ek ek :focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.ek .header-navigation .menu-content-module-buttons {
    margin-bottom: -2px;
}

.ek .header-navigation .menu-content-module-info {
    margin-bottom: -3px;
}

.ek .global-nav-toolbar ul.menu {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    margin: 0 180px 0 0;
}

    .ek .global-nav-toolbar ul.menu.active {
        width: 100%;
        -webkit-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

        .ek .global-nav-toolbar ul.menu.active > li:not(.active) {
            width: 0;
            overflow: hidden;
        }

    .ek .global-nav-toolbar ul.menu > li {
        width: auto;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search {
            -webkit-transition: width 0.3s ease-in-out;
            -o-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
            width: 180px;
            position: absolute;
            right: 0;
            z-index: 999999;
        }

            .ek .global-nav-toolbar ul.menu > li.global-search.active {
                width: 60%;
            }

@media (min-width: 768px) {
    .ek .global-nav-toolbar ul.menu > li.global-search.active {
        width: 86%;
    }
}

@media (min-width: 992px) {
    .ek .global-nav-toolbar ul.menu > li.global-search.active {
        width: 89%;
    }
}

@media (min-width: 1200px) {
    .ek .global-nav-toolbar ul.menu > li.global-search.active {
        width: 89.2%;
    }
}

.ek .global-nav-toolbar ul.menu > li.global-search.active .search-form {
    cursor: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .row > div {
        z-index: 999999;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-right, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-left {
        border-right: 1px solid #ededed;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search] {
        color: #333333;
        text-align: left;
        width: 100%;
        padding-left: 40px !important;
        /*smi@15/07: sorry for this 'important', but last merge has important 10px somewhere else
				  and I don't want to break something somewhere else.*/
    }

        .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search].placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-moz-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]::-webkit-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-ms-input-placeholder {
            color: #bababa;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend {
        color: #333333;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .append {
        color: #bababa;
        display: block;
    }

.ek .global-nav-toolbar ul.menu > li.global-search.active .global-search-flyout .search-results-list {
    height: 100%;
}

.ek .global-nav-toolbar ul.menu > li.global-search .search-form {
    cursor: pointer;
    background-color: #333333;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row > div {
        height: 42px;
        padding-right: 0;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row > div.search-options {
            padding-left: 0;
            padding-right: 15px;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options {
        overflow: hidden;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt {
            color: #d61920 !important;
        }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt .icon, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt label.styled-checkbox-wrapper:before {
                font-size: 9px;
                padding-top: 4px;
            }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-right, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-left {
        width: 0px;
        height: 16px;
        position: absolute;
        top: 50%;
        margin: -8px 10px 0;
        -webkit-transition: border-right 0.3s ease-in-out;
        -o-transition: border-right 0.3s ease-in-out;
        transition: border-right 0.3s ease-in-out;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-right {
        border-right: 1px solid #333333;
        right: 0;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-left {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        left: 0;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search] {
        background-color: transparent;
        text-align: left;
        border: none;
        padding-left: 40px !important;
        /*smi@15/07: sorry for this 'important', but last merge has important 10px somewhere else
              and I don't want to break something somewhere else.*/
        height: 42px;
        font-size: 110%;
        outline: none;
        -webkit-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-decoration, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-cancel-button, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-results-button, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-results-decoration {
            display: none;
        }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search].placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-moz-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]::-webkit-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-ms-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]:-moz-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]:-ms-input-placeholder {
            color: #FFFFFF;
            font-style: italic;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]:hover {
            cursor: pointer;
        }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-moz-placeholder {
            color: #FFFFFF;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form button {
        background-color: transparent;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend {
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        border: none;
        margin: -9px 0 0 0;
        z-index: 2;
        color: #FFFFFF;
        left: 26px;
        width: 16px;
        height: 16px;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend .icon, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search .search-form .prepend .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend label.styled-checkbox-wrapper:before {
            font-size: 13px;
            font-size: calculateRem(13px);
            width: 16px;
            height: 16px;
            display: inline-block;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .append {
        position: absolute;
        top: 50%;
        right: 20px;
        margin: -16.5px 0 0 0;
        z-index: 2;
        color: #FFFFFF;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        display: none;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .append .icon-clear-field {
            font-size: 16px;
            font-size: calculateRem(16px);
        }

.ek .global-nav-toolbar ul.menu > li.global-search .global-search-flyout .search-results-list {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s 0.3s ease-in-out;
    -o-transition: height 0.3s 0.3s ease-in-out;
    transition: height 0.3s 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .ek .global-nav-toolbar ul.menu {
        width: auto;
    }

        .ek .global-nav-toolbar ul.menu.active {
            width: auto;
        }

            .ek .global-nav-toolbar ul.menu.active > li:not(.active) {
                width: auto;
                overflow: auto;
            }

        .ek .global-nav-toolbar ul.menu > li.global-search {
            position: relative;
            right: auto;
            width: auto;
        }

            .ek .global-nav-toolbar ul.menu > li.global-search.active {
                width: auto;
                position: static;
            }

                .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form {
                    box-shadow: none;
                    position: relative;
                    z-index: 200;
                }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-left {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-right {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-options {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search] {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .append {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend {
                        position: relative;
                        top: auto;
                        left: auto;
                        margin: 0px;
                        padding: 13px 15px;
                        width: 100%;
                        height: 42px;
                    }

                        .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend .icon, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend label.styled-checkbox-wrapper:before {
                            font-size: 16px;
                            font-size: calculateRem(16px);
                        }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row {
                margin-left: 0px;
                margin-right: 0px;
            }

                .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row .col-xs-12, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row .col-xs-11 {
                    padding-left: 0px;
                    padding-right: 0px;
                    width: 100%;
                }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-left {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-right {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group input[type=search] {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .append {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend {
                position: relative;
                top: auto;
                left: auto;
                margin: 0px;
                padding: 13px 15px;
                width: 100%;
                height: 42px;
            }

                .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend .icon, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend label.styled-checkbox-wrapper:before {
                    font-size: 16px;
                    font-size: calculateRem(16px);
                }
}

.ek .input-search {
    position: relative;
}

    .ek .input-search input[type=search] {
        padding-left: 40px !important;
        /*smi@15/07: sorry for this 'important', but last merge has important 0px somewhere else
      and I don't want to break something somewhere else.

      TODO: refactor.
      */
    }

    .ek .input-search .prepend {
        position: absolute;
        top: 8px;
        left: 15px;
    }

.ek .skip-to {
    position: relative;
    background-color: #ffffff;
    z-index: 210;
}

    .ek .skip-to.transparent {
        background: none;
    }

        .ek .skip-to.transparent .abs {
            position: absolute;
            top: 0;
            left: 385px;
        }

            .ek .skip-to.transparent .abs button {
                margin-left: 10px;
                background-color: #FFFFFF;
            }

.ek .profile-xs {
    margin: 5px 0 0 0;
}

    .ek .profile-xs .avatar {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        width: 1.1em;
        height: 1.1em;
        margin: 0 15px 0 0;
        display: inline-block;
    }

        .ek .profile-xs .avatar.av-ppl-lst {
            position: relative;
            left: 32px;
            top: 0;
            margin: 0;
        }

    .ek .profile-xs .avatar-default {
        font-size: 1.5625em;
        border: 1px solid #999999;
        text-align: center;
    }

    .ek .profile-xs .avatar-text {
        font-size: 1.2em;
        border: 1px solid #CCCCCC;
        text-align: center;
        line-height: 2em;
        font-weight: bold;
        color: #CCCCCC;
    }

    .ek .profile-xs .name {
        font-size: 0.75em;
        font-weight: bold;
        margin: 0.20313em 15px 0 0;
        vertical-align: bottom;
    }

.disabled .ek .profile-xs .name {
    font-weight: normal;
}

.ek .profile-xs .text-muted.name-margin, .ek .profile-xs .text-danger.name-margin {
    margin-left: 48px;
}

.ek .profile-sm {
    margin: 5px 0 0 0;
}

    .ek .profile-sm .avatar {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        width: 1.1em;
        height: 1.1em;
        margin: 0 15px 0 0;
        display: inline-block;
    }

        .ek .profile-sm .avatar.av-ppl-lst {
            position: relative;
            left: 32px;
            top: 0;
            margin: 0;
        }

    .ek .profile-sm .avatar-default {
        font-size: 2.1875em;
        border: 1px solid #999999;
        text-align: center;
    }

    .ek .profile-sm .avatar-text {
        font-size: 1.2em;
        border: 1px solid #CCCCCC;
        text-align: center;
        line-height: 2em;
        font-weight: bold;
        color: #CCCCCC;
    }

    .ek .profile-sm .name {
        font-size: 1.125em;
        font-weight: bold;
        margin: 0.26563em 15px 0 0;
        vertical-align: bottom;
    }

.disabled .ek .profile-sm .name {
    font-weight: normal;
}

.ek .profile-sm .text-muted.name-margin, .ek .profile-sm .text-danger.name-margin {
    margin-left: 48px;
}

.ek .profile-md {
    margin: 5px 0 0 0;
}

    .ek .profile-md .avatar {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        width: 1.1em;
        height: 1.1em;
        margin: 0 15px 0 0;
        display: inline-block;
    }

        .ek .profile-md .avatar.av-ppl-lst {
            position: relative;
            left: 32px;
            top: 0;
            margin: 0;
        }

    .ek .profile-md .avatar-default {
        font-size: 2.8125em;
        border: 1px solid #999999;
        text-align: center;
    }

    .ek .profile-md .avatar-text {
        font-size: 1.2em;
        border: 1px solid #CCCCCC;
        text-align: center;
        line-height: 2em;
        font-weight: bold;
        color: #CCCCCC;
    }

    .ek .profile-md .name {
        font-size: 1.5em;
        font-weight: bold;
        margin: 0.32813em 15px 0 0;
        vertical-align: bottom;
    }

.disabled .ek .profile-md .name {
    font-weight: normal;
}

.ek .profile-md .text-muted.name-margin, .ek .profile-md .text-danger.name-margin {
    margin-left: 48px;
}

.ek .profile-lg {
    margin: 5px 0 0 0;
}

    .ek .profile-lg .avatar {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        width: 1.1em;
        height: 1.1em;
        margin: 0 15px 0 0;
        display: inline-block;
    }

        .ek .profile-lg .avatar.av-ppl-lst {
            position: relative;
            left: 32px;
            top: 0;
            margin: 0;
        }

    .ek .profile-lg .avatar-default {
        font-size: 3.4375em;
        border: 1px solid #999999;
        text-align: center;
    }

    .ek .profile-lg .avatar-text {
        font-size: 1.2em;
        border: 1px solid #CCCCCC;
        text-align: center;
        line-height: 2em;
        font-weight: bold;
        color: #CCCCCC;
    }

    .ek .profile-lg .name {
        font-size: 1.75em;
        font-weight: bold;
        margin: 0.42188em 15px 0 0;
        vertical-align: bottom;
    }

.disabled .ek .profile-lg .name {
    font-weight: normal;
}

.ek .profile-lg .text-muted.name-margin, .ek .profile-lg .text-danger.name-margin {
    margin-left: 48px;
}

.ek .global-nav-toolbar {
    background-color: #333333;
    width: 100%;
    height: 42px;
    position: relative;
    z-index: 200;
}

    .ek .global-nav-toolbar .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 980px;
    }

        .ek .global-nav-toolbar .container:before, .ek .global-nav-toolbar .container:after {
            content: " ";
            display: table;
        }

        .ek .global-nav-toolbar .container:after {
            clear: both;
        }

    .ek .global-nav-toolbar .logo-emirates {
        display: block;
        width: 86px;
        height: 127px;
        background: url('/Images/globalnavigation/logo-emirates.png') no-repeat;
        background-size: 86px 127px;
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 20px;
        z-index: 100;
        float: left;
    }

    .ek .global-nav-toolbar .label {
        font-size: 100%;
    }

    .ek .global-nav-toolbar ul.menu {
        float: right;
        width: auto;
        height: 100%;
    }

        .ek .global-nav-toolbar ul.menu > li {
            display: inline-block;
            float: left;
            width: auto;
            height: 100%;
        }

            .ek .global-nav-toolbar ul.menu > li > .menu-item {
                display: block;
                width: 100%;
                height: 100%;
                overflow: hidden;
                padding: 12px 20px;
                position: relative;
                z-index: 150;
                max-height: 42px;
                text-align: center;
                background: url('/Images/globalnavigation/global-nav-mark.png') no-repeat 95% 80%;
                background-size: 6px 7px;
                min-width: 110px;
            }

                .ek .global-nav-toolbar ul.menu > li > .menu-item:focus {
                    background-color: #3b3b3b;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item:hover {
                    background-color: #3b3b3b;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item:active {
                    background: #454545;
                }

                .ek .global-nav-toolbar ul.menu > li > .menu-item > .label {
                    color: #FFFFFF;
                    font-weight: bold;
                    display: inline-block;
                    vertical-align: middle;
                    opacity: 1;
                }

                    .ek .global-nav-toolbar ul.menu > li > .menu-item > .label em {
                        font-weight: normal;
                        font-style: normal;
                    }

                .ek .global-nav-toolbar ul.menu > li > .menu-item > .label-close {
                    color: #FFFFFF;
                    font-weight: bold;
                    display: inline-block;
                    vertical-align: middle;
                    position: absolute;
                    width: 100%;
                    left: 10px;
                    text-align: center;
                    top: 0;
                    text-align: center;
                    line-height: 45px;
                    opacity: 0;
                }

                    .ek .global-nav-toolbar ul.menu > li > .menu-item > .label-close i {
                        margin-left: 10px;
                        height: auto;
                    }

                .ek .global-nav-toolbar ul.menu > li > .menu-item > .icon, .ek .global-nav-toolbar .people-management-list .list-group-item .people-row ul.menu > li > .menu-item > .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li > .menu-item > .icon-header, .ek .global-nav-toolbar ul.menu > li > .menu-item > label.styled-checkbox-wrapper:before {
                    color: #FFFFFF;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 5px 0 0;
                }

            .ek .global-nav-toolbar ul.menu > li.active .menu-item {
                background: #FFFFFF;
            }

                .ek .global-nav-toolbar ul.menu > li.active .menu-item .label {
                    opacity: 0;
                }

                .ek .global-nav-toolbar ul.menu > li.active .menu-item .label-close {
                    color: #d61920;
                    opacity: 1;
                }

                    .ek .global-nav-toolbar ul.menu > li.active .menu-item .label-close .icon, .ek .global-nav-toolbar ul.menu > li.active .menu-item .label-close .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.active .menu-item .label-close .icon-header, .ek .global-nav-toolbar ul.menu > li.active .menu-item .label-close label.styled-checkbox-wrapper:before {
                        font-size: 9px;
                    }

                .ek .global-nav-toolbar ul.menu > li.active .menu-item:hover {
                    background-color: #FFFFFF;
                }

                    .ek .global-nav-toolbar ul.menu > li.active .menu-item:hover .label {
                        color: #d61920;
                    }

            .ek .global-nav-toolbar ul.menu > li.active .language-country-flag, .ek .global-nav-toolbar ul.menu > li.active .flag-icon-gb {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li .language-country-flag, .ek .global-nav-toolbar ul.menu > li .flag-icon-gb {
                width: 16px;
                height: 13px;
                margin: 0 2px 0 0;
                background: url('/Images/globalnavigation/flag-uk.png') no-repeat;
                background-size: 16px 13px;
                display: inline-block;
                vertical-align: middle;
            }

            .ek .global-nav-toolbar ul.menu > li.global-help, .ek .global-nav-toolbar ul.menu > li.lang-selector {
                min-width: 0;
                width: auto;
            }

                .ek .global-nav-toolbar ul.menu > li.global-help a, .ek .global-nav-toolbar ul.menu > li.lang-selector a {
                    min-width: 0 !important;
                    width: auto !important;
                }

                    .ek .global-nav-toolbar ul.menu > li.global-help a:focus, .ek .global-nav-toolbar ul.menu > li.lang-selector a:focus {
                        outline: 1px dotted #000000;
                        outline: 5px auto -webkit-focus-ring-color;
                    }

    .ek .global-nav-toolbar .flyoutMenuBase, .ek .global-nav-toolbar .flyout-menu {
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 0px;
        width: 100%;
        height: auto;
        z-index: 100;
        background-color: #FFFFFF;
        -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    }

        .ek .global-nav-toolbar .flyout-menu .introduction {
            padding: 20px 0 0;
            font-size: 15px;
            font-size: calculateRem(15px);
        }

        .ek .global-nav-toolbar .flyout-menu .text-link-primary {
            margin: 15px 0 0;
            display: inline-block;
        }

        .ek .global-nav-toolbar .flyout-menu .flyout-content {
            padding: 10px 20px 0px;
            width: 100%;
            height: auto;
        }

            .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group {
                padding: 0 10px 0 0;
            }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group:last-child {
                    padding: 0;
                }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group.btn-group-justified {
                    padding: 0;
                }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-default-alt {
                    border-color: transparent;
                    border-bottom-color: #ebebeb;
                }

                    .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-default-alt .inner :first-child {
                        color: #939393;
                        width: 30px;
                        font-size: 16px;
                        text-align: center;
                    }

                .ek .global-nav-toolbar .flyout-menu .flyout-content .btn-group .btn-primary .inner :first-child {
                    width: 30px;
                    text-align: left;
                }

c .ek .global-nav-toolbar .flyout-menu .flyout-content.flyout-content-wide {
    padding: 10px 30px 0 20px;
}

.ek .global-nav-toolbar .flyout-menu .flyout-content .heading {
    font-size: 2.14em;
    font-size: calculateRem(2.14em);
    font-family: "EmiratesSL", Georgia, "Times New Roman", Times, serif;
    margin: 0 0 10px;
}

.ek .global-nav-toolbar .flyout-menu .flyout-footer {
    padding: 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ededed;
    margin: 15px 0 0;
}

    .ek .global-nav-toolbar .flyout-menu .flyout-footer .heading {
        font-size: 1.6em;
        font-size: calculateRem(1.6em);
        line-height: 44px;
        text-decoration: none;
        font-family: "EmiratesSL", Georgia, "Times New Roman", Times, serif;
        margin: 10px 0;
    }

    .ek .global-nav-toolbar .flyout-menu .flyout-footer .form-group {
        margin-bottom: 0;
    }

.ek .global-nav-toolbar ul.region-map-list:before, .ek .global-nav-toolbar ul.region-map-list:after {
    content: " ";
    display: table;
}

.ek .global-nav-toolbar ul.region-map-list:after {
    clear: both;
}

.ek .global-nav-toolbar ul.region-map-list > li {
    margin-bottom: 10px;
    padding: 0 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .ek .global-nav-toolbar ul.region-map-list > li.active a {
        -webkit-box-shadow: inset -3px 0px 0 #d61920;
        -moz-box-shadow: inset -3px 0px 0 #d61920;
        box-shadow: inset 0px -3px 0 #d61920;
        background-color: #FFFFFF !important;
    }

        .ek .global-nav-toolbar ul.region-map-list > li.active a .title {
            color: #d61920;
        }

        .ek .global-nav-toolbar ul.region-map-list > li.active a:hover {
            background-color: #FFFFFF !important;
        }

    .ek .global-nav-toolbar ul.region-map-list > li a {
        display: block;
        text-decoration: none;
        width: 100%;
        height: 115px;
        -webkit-box-shadow: inset -3px 0px 0 #ededed;
        -moz-box-shadow: inset -3px 0px 0 #ededed;
        box-shadow: inset 0px -3px 0 #ededed;
        background: #f5f5f5;
        margin: 0 10px 0 0;
        padding: 15px 10px 0;
        cursor: pointer;
    }

        .ek .global-nav-toolbar ul.region-map-list > li a .title {
            text-align: center;
            font-size: 13px;
            font-size: calculateRem(13px);
            font-weight: bold;
            line-height: 1.1;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a:hover {
            background-color: #ededed !important;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a:active {
            background-color: #f5f5f5 !important;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a.reg-north-south-america {
            background: #f5f5f5 url('/Images/globalnavigation/reg-north-south-america.png') no-repeat center 70%;
            background-size: 50% auto;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a.reg-europe {
            background: #f5f5f5 url('/Images/globalnavigation/reg-europe.png') no-repeat center 70%;
            background-size: 50% auto;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a.reg-middle-east {
            background: #f5f5f5 url('/Images/globalnavigation/reg-middle-east.png') no-repeat center 70%;
            background-size: 50% auto;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a.reg-africa {
            background: #f5f5f5 url('/Images/globalnavigation/reg-africa.png') no-repeat center 70%;
            background-size: 50% auto;
        }

        .ek .global-nav-toolbar ul.region-map-list > li a.reg-asia-south-pacific {
            background: #f5f5f5 url('/Images/globalnavigation/reg-asia-south-pacific.png') no-repeat center 70%;
            background-size: 50% auto;
        }

.ek .global-nav-toolbar .select-language > div {
    padding-left: 5px;
    padding-right: 5px;
}

.ek .global-nav-toolbar .global-search-flyout {
    position: absolute;
    top: 42px;
    right: auto;
    bottom: auto;
    left: 0px;
    width: auto;
    height: auto;
    width: 100% !important;
    z-index: 200;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 0 10px 0px;
    background-color: #FFFFFF;
}

    .ek .global-nav-toolbar .global-search-flyout .global-search-box {
        position: relative;
    }

        .ek .global-nav-toolbar .global-search-flyout .global-search-box .icon-search {
            display: inline-block;
            vertical-align: middle;
            color: #333333 !important;
            font-size: 12px;
            font-size: calculateRem(12px);
            padding: 15px 0px 15px 15px;
        }

        .ek .global-nav-toolbar .global-search-flyout .global-search-box .btn-clear-search {
            width: 16px;
            height: 16px;
            vertical-align: middle;
            display: inline-block;
        }

            .ek .global-nav-toolbar .global-search-flyout .global-search-box .btn-clear-search .icon-clear-field {
                color: #bababa;
                font-size: 16px;
                font-size: calculateRem(16px);
                display: inline-block;
            }

        .ek .global-nav-toolbar .global-search-flyout .global-search-box .vertical-divider, .ek .global-nav-toolbar .global-search-flyout .global-search-box ul.menu > li.global-search .search-form .vertical-divider-right, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .global-search-flyout .global-search-box .vertical-divider-right, .ek .global-nav-toolbar .global-search-flyout .global-search-box ul.menu > li.global-search .search-form .vertical-divider-left, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .global-search-flyout .global-search-box .vertical-divider-left {
            width: 0px;
            height: 16px;
            border-right: 1px solid #ededed;
            padding: 0 0 0 20px;
            display: inline-block;
            vertical-align: middle;
            font-size: 16px;
            font-size: calculateRem(16px);
        }

        .ek .global-nav-toolbar .global-search-flyout .global-search-box input[type=text] {
            box-shadow: none;
            background-color: transparent;
            vertical-align: middle;
            display: inline-block;
            border: none;
            width: 90%;
            outline: none;
            font-family: Arial, sans-serif;
            color: #333333;
            font-size: 14px;
            font-size: calculateRem(14px);
        }

            .ek .global-nav-toolbar .global-search-flyout .global-search-box input[type=text]::-webkit-input-placeholder {
                color: #333333;
                font-style: italic;
            }

            .ek .global-nav-toolbar .global-search-flyout .global-search-box input[type=text]:-moz-placeholder {
                /* Firefox 18- */
                color: #333333;
                font-style: italic;
            }

            .ek .global-nav-toolbar .global-search-flyout .global-search-box input[type=text]::-moz-placeholder {
                /* Firefox 19+ */
                opacity: 1;
                color: #333333;
                font-style: italic;
            }

            .ek .global-nav-toolbar .global-search-flyout .global-search-box input[type=text]:-ms-input-placeholder {
                color: #333333;
                font-style: italic;
            }

            .ek .global-nav-toolbar .global-search-flyout .global-search-box input[type=text]:focus {
                outline: none;
            }

    .ek .global-nav-toolbar .global-search-flyout .btn-close {
        display: block;
        width: auto;
        height: auto;
        padding: 14px 0px;
        text-align: center;
    }

        .ek .global-nav-toolbar .global-search-flyout .btn-close .label {
            color: #d61920 !important;
        }

    .ek .global-nav-toolbar .global-search-flyout .search-results-list {
        border-top: 1px solid #ededed;
        margin: 0 0 15px;
        list-style: none;
        padding: 0;
    }

        .ek .global-nav-toolbar .global-search-flyout .search-results-list a {
            display: block;
            border-bottom: 1px solid #e5e5e5;
            border-right: none;
            border-left: none;
            text-decoration: underline;
            padding: 15px 15px 20px;
        }

            .ek .global-nav-toolbar .global-search-flyout .search-results-list a:focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .ek .global-nav-toolbar .global-search-flyout .search-results-list a span {
                color: #707070;
                margin: 0;
                text-decoration: none;
            }

            .ek .global-nav-toolbar .global-search-flyout .search-results-list a .sub-header {
                margin: 0 0 10px;
                color: #333333;
                font-weight: bold;
            }

            .ek .global-nav-toolbar .global-search-flyout .search-results-list a.odd {
                background-color: #f5f5f5;
                border-left: 5px solid #f5f5f5;
            }

            .ek .global-nav-toolbar .global-search-flyout .search-results-list a.even {
                background-color: #FFFFFF;
                border-left: 5px solid #FFFFFF;
            }

            .ek .global-nav-toolbar .global-search-flyout .search-results-list a.active {
                border-left: 5px solid #d61920;
            }

    .ek .global-nav-toolbar .global-search-flyout .link-more-results {
        display: inline-block;
        padding: 0 0 0 15px;
    }

    .ek .global-nav-toolbar .global-search-flyout .search-faq .title {
        font-size: 14px;
        font-size: calculateRem(14px);
        font-family: "EmiratesSB-Bold", Georgia, "Times New Roman", Times, serif;
        text-transform: capitalize;
    }

    .ek .global-nav-toolbar .global-search-flyout .search-faq .search-faq-list > li {
        border-bottom: 1px solid #d9d9d9;
        padding: 15px 0px;
    }

        .ek .global-nav-toolbar .global-search-flyout .search-faq .search-faq-list > li a {
            text-decoration: underline;
            font-size: 12px;
            font-size: calculateRem(12px);
        }

        .ek .global-nav-toolbar .global-search-flyout .search-faq .search-faq-list > li:last-child {
            padding-bottom: 25px;
            border-bottom: none;
        }

    .ek .global-nav-toolbar .global-search-flyout .search-faq .btn-tertiary {
        margin: auto;
    }

.ek .global-nav-hidden {
    background-color: #f8f8f8;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
}

    .ek .global-nav-hidden .btn, .ek .global-nav-hidden .btn-link {
        font-weight: normal;
        margin-bottom: 0;
    }

.ek .hidden-menu {
    -webkit-transition: margin-bottom 0.3s ease-in-out;
    -o-transition: margin-bottom 0.3s ease-in-out;
    transition: margin-bottom 0.3s ease-in-out;
}

    .ek .hidden-menu .hidden-menu-content {
        position: absolute;
        top: -103px;
        left: 0;
        width: 100%;
        z-index: 200;
        -webkit-transition: top 0.3s ease-in-out;
        -o-transition: top 0.3s ease-in-out;
        transition: top 0.3s ease-in-out;
    }

        .ek .hidden-menu .hidden-menu-content .logo-emirates {
            -webkit-transition: margin-top 0.3s ease-in-out;
            -o-transition: margin-top 0.3s ease-in-out;
            transition: margin-top 0.3s ease-in-out;
            margin-top: 103px;
        }

    .ek .hidden-menu.active .hidden-menu-content {
        top: 0px;
    }

        .ek .hidden-menu.active .hidden-menu-content .logo-emirates {
            margin-top: 0px;
        }

.ek .global-nav-toolbar ul.menu {
    -webkit-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    margin: 0 180px 0 0;
}

    .ek .global-nav-toolbar ul.menu.active {
        width: 100%;
        -webkit-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

        .ek .global-nav-toolbar ul.menu.active > li:not(.active) {
            width: 0;
            overflow: hidden;
        }

    .ek .global-nav-toolbar ul.menu > li {
        width: auto;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search {
            -webkit-transition: width 0.3s ease-in-out;
            -o-transition: width 0.3s ease-in-out;
            transition: width 0.3s ease-in-out;
            width: 180px;
            position: absolute;
            right: 0;
            z-index: 999999;
        }

            .ek .global-nav-toolbar ul.menu > li.global-search.active {
                width: 60%;
            }

@media (min-width: 768px) {
    .ek .global-nav-toolbar ul.menu > li.global-search.active {
        width: 86%;
    }
}

@media (min-width: 992px) {
    .ek .global-nav-toolbar ul.menu > li.global-search.active {
        width: 89%;
    }
}

@media (min-width: 1200px) {
    .ek .global-nav-toolbar ul.menu > li.global-search.active {
        width: 89.2%;
    }
}

.ek .global-nav-toolbar ul.menu > li.global-search.active .search-form {
    cursor: auto;
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .row > div {
        z-index: 999999;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-right, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-left {
        border-right: 1px solid #ededed;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search] {
        color: #333333;
        text-align: left;
        width: 100%;
        padding-left: 40px !important;
        /*smi@15/07: sorry for this 'important', but last merge has important 10px somewhere else
				  and I don't want to break something somewhere else.*/
    }

        .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search].placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-moz-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]::-webkit-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-ms-input-placeholder {
            color: #bababa;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend {
        color: #333333;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .append {
        color: #bababa;
        display: block;
    }

.ek .global-nav-toolbar ul.menu > li.global-search.active .global-search-flyout .search-results-list {
    height: 100%;
}

.ek .global-nav-toolbar ul.menu > li.global-search .search-form {
    cursor: pointer;
    background-color: #333333;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row > div {
        height: 42px;
        padding-right: 0;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row > div.search-options {
            padding-left: 0;
            padding-right: 15px;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options {
        overflow: hidden;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt {
            color: #d61920 !important;
        }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt .icon, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options .btn.btn-default-alt label.styled-checkbox-wrapper:before {
                font-size: 9px;
                padding-top: 4px;
            }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-right, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-left {
        width: 0px;
        height: 16px;
        position: absolute;
        top: 50%;
        margin: -8px 10px 0;
        -webkit-transition: border-right 0.3s ease-in-out;
        -o-transition: border-right 0.3s ease-in-out;
        transition: border-right 0.3s ease-in-out;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-right {
        border-right: 1px solid #333333;
        right: 0;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-left {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        left: 0;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search] {
        background-color: transparent;
        text-align: left;
        border: none;
        padding-left: 40px !important;
        /*smi@15/07: sorry for this 'important', but last merge has important 10px somewhere else
              and I don't want to break something somewhere else.*/
        height: 42px;
        font-size: 110%;
        outline: none;
        -webkit-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-decoration, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-cancel-button, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-results-button, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-search-results-decoration {
            display: none;
        }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search].placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-moz-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]::-webkit-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search]:-ms-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]:-moz-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-webkit-input-placeholder, .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]:-ms-input-placeholder {
            color: #FFFFFF;
            font-style: italic;
            display: inline-block;
            vertical-align: middle;
            -webkit-transition: color 0.3s ease-in-out;
            -o-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out;
        }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]:hover {
            cursor: pointer;
        }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form input[type=search]::-moz-placeholder {
            color: #FFFFFF;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form button {
        background-color: transparent;
    }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend {
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        border: none;
        margin: -9px 0 0 0;
        z-index: 2;
        color: #FFFFFF;
        left: 26px;
        width: 16px;
        height: 16px;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend .icon, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search .search-form .prepend .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .prepend label.styled-checkbox-wrapper:before {
            font-size: 13px;
            font-size: calculateRem(13px);
            width: 16px;
            height: 16px;
            display: inline-block;
        }

    .ek .global-nav-toolbar ul.menu > li.global-search .search-form .append {
        position: absolute;
        top: 50%;
        right: 20px;
        margin: -16.5px 0 0 0;
        z-index: 2;
        color: #FFFFFF;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        display: none;
    }

        .ek .global-nav-toolbar ul.menu > li.global-search .search-form .append .icon-clear-field {
            font-size: 16px;
            font-size: calculateRem(16px);
        }

.ek .global-nav-toolbar ul.menu > li.global-search .global-search-flyout .search-results-list {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s 0.3s ease-in-out;
    -o-transition: height 0.3s 0.3s ease-in-out;
    transition: height 0.3s 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .ek .global-nav-toolbar ul.menu {
        width: auto;
    }

        .ek .global-nav-toolbar ul.menu.active {
            width: auto;
        }

            .ek .global-nav-toolbar ul.menu.active > li:not(.active) {
                width: auto;
                overflow: auto;
            }

        .ek .global-nav-toolbar ul.menu > li.global-search {
            position: relative;
            right: auto;
            width: auto;
        }

            .ek .global-nav-toolbar ul.menu > li.global-search.active {
                width: auto;
                position: static;
            }

                .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form {
                    box-shadow: none;
                    position: relative;
                    z-index: 200;
                }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-left {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .vertical-divider-right {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-options {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group input[type=search] {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .append {
                        display: none;
                    }

                    .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend {
                        position: relative;
                        top: auto;
                        left: auto;
                        margin: 0px;
                        padding: 13px 15px;
                        width: 100%;
                        height: 42px;
                    }

                        .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend .icon, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search.active .search-form .search-group .prepend label.styled-checkbox-wrapper:before {
                            font-size: 16px;
                            font-size: calculateRem(16px);
                        }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row {
                margin-left: 0px;
                margin-right: 0px;
            }

                .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row .col-xs-12, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .row .col-xs-11 {
                    padding-left: 0px;
                    padding-right: 0px;
                    width: 100%;
                }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-left {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .vertical-divider-right {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-options {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group input[type=search] {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .append {
                display: none;
            }

            .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend {
                position: relative;
                top: auto;
                left: auto;
                margin: 0px;
                padding: 13px 15px;
                width: 100%;
                height: 42px;
            }

                .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend .icon, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend .icon-header, .ek .global-nav-toolbar ul.menu > li.global-search .search-form .search-group .prepend label.styled-checkbox-wrapper:before {
                    font-size: 16px;
                    font-size: calculateRem(16px);
                }
}

.ek .input-search {
    position: relative;
}

    .ek .input-search input[type=search] {
        padding-left: 40px !important;
        /*smi@15/07: sorry for this 'important', but last merge has important 0px somewhere else
      and I don't want to break something somewhere else.

      TODO: refactor.
      */
    }

    .ek .input-search .prepend {
        position: absolute;
        top: 8px;
        left: 15px;
    }

.ek .bg-adjust, .ek .header-navigation .menu-content-module-bg .section-bg.b-class-bg, .ek .header-navigation .menu-content-module-bg .section-bg.e-class-bg {
    background-size: 143%;
    background-position: -27px 0;
}

.ek .header-navigation {
    padding: 0 0 0 10px;
    padding: 0 0 0 10px;
    background-color: #f5f5f5;
    width: 100%;
    height: 55px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: inset -1px 0px 0 #cacaca;
    -moz-box-shadow: inset -1px 0px 0 #cacaca;
    box-shadow: inset 0px -1px 0 #cacaca;
    -webkit-transition: right, 0.2s, ease-in;
    -o-transition: right, 0.2s, ease-in;
    transition: right, 0.2s, ease-in;
    /* Sections with background images */
}

    .ek .header-navigation .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 980px;
    }

        .ek .header-navigation .container:before, .ek .header-navigation .container:after {
            content: " ";
            display: table;
        }

        .ek .header-navigation .container:after {
            clear: both;
        }

    .ek .header-navigation .no-left-pad, .ek .header-navigation ul, .ek .header-navigation .main-navigation-level-2 .menu-list-level-2 {
        padding-left: 0;
    }

    .ek .header-navigation .no-right-pad {
        padding-right: 0;
    }

    .ek .header-navigation .full-width-link, .ek .header-navigation .main-navigation-level-2 .menu-list-level-2 > a, .ek .header-navigation .main-navigation-level-2 .menu-list-level-2 li > a {
        width: 100%;
        text-align: left;
    }

    .ek .header-navigation .stick-to-top {
        margin-top: -52px;
    }

    .ek .header-navigation .icon-chevron-right {
        text-align: right;
    }

    .ek .header-navigation .sec-secondary {
        padding: 15px 0;
        background: #f5f5f5;
    }

        .ek .header-navigation .sec-secondary .nav-input {
            width: 250px;
            margin: 0 10px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

@media (min-width: 992px) {
    .ek .header-navigation .sec-secondary .nav-input {
        width: 220px;
    }
}

.ek .header-navigation ul {
    list-style-type: none;
    padding-left: 15px;
}

.ek .header-navigation .link-item a {
    color: #666;
}

.ek .header-navigation .menu-list-level-1 {
    float: left;
    display: inline-block;
    width: 100%;
    height: 55px;
    padding: 0 0 0 100px;
}

    .ek .header-navigation .menu-list-level-1 > li {
        display: inline-block;
        float: left;
        width: auto;
        height: 100%;
    }

        .ek .header-navigation .menu-list-level-1 > li:hover .menu-item, .ek .header-navigation .menu-list-level-1 > li.active .menu-item {
            background-color: #FFFFFF;
            color: #d61920;
        }

            .ek .header-navigation .menu-list-level-1 > li:hover .menu-item .label, .ek .header-navigation .menu-list-level-1 > li.active .menu-item .label {
                color: #d61920;
            }

        .ek .header-navigation .menu-list-level-1 > li:hover .main-navigation-level-2, .ek .header-navigation .menu-list-level-1 > li.active .main-navigation-level-2 {
            display: block;
        }

        .ek .header-navigation .menu-list-level-1 > li .menu-item {
            display: block;
            padding: 18px 25px;
            position: relative;
            z-index: 150;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
        }

            .ek .header-navigation .menu-list-level-1 > li .menu-item:after {
                content: "";
                position: absolute;
                top: 10px;
                right: 0px;
                bottom: auto;
                left: auto;
                border-right: 1px solid #e5e5e5;
                width: 0px;
                height: 31px;
            }

            .ek .header-navigation .menu-list-level-1 > li .menu-item.no-border:after {
                border-right: none;
            }

.menu-item .ek .header-navigation .menu-list-level-1 > li .menu-item:focus {
    background-color: #FFFFFF;
}

.ek .header-navigation .menu-list-level-1 > li .menu-item:hover {
    background-color: #FFFFFF;
}

    .ek .header-navigation .menu-list-level-1 > li .menu-item:hover:after {
        display: none;
    }

.ek .header-navigation .menu-list-level-1 > li .label {
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ek .header-navigation .menu-list-level-1 > li.active .menu-item, .ek .header-navigation .menu-list-level-1 > li:active .menu-item {
    background-color: #FFFFFF;
}

    .ek .header-navigation .menu-list-level-1 > li.active .menu-item .label, .ek .header-navigation .menu-list-level-1 > li:active .menu-item .label {
        color: #d61920;
    }

.ek .header-navigation .menu-list-level-1 > li.account {
    float: right;
    width: 220px;
    height: 100%;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    /*margin-right: -5px;*/
    margin: 0 -10px 0 0;
}

    .ek .header-navigation .menu-list-level-1 > li.account .menu-item {
        padding: 0px 15px;
        text-align: center;
        text-decoration: none;
        padding-bottom: 1px;
    }

        .ek .header-navigation .menu-list-level-1 > li.account .menu-item.logged-in {
            position: relative;
            color: #333333;
        }

            .ek .header-navigation .menu-list-level-1 > li.account .menu-item.logged-in .name-inner {
                text-align: left;
                margin-left: 10px;
            }

                .ek .header-navigation .menu-list-level-1 > li.account .menu-item.logged-in .name-inner .pull-left {
                    margin-top: -5px;
                }

                .ek .header-navigation .menu-list-level-1 > li.account .menu-item.logged-in .name-inner img {
                    margin-right: 10px;
                    width: 1.8em;
                    height: 1.8em;
                }

            .ek .header-navigation .menu-list-level-1 > li.account .menu-item.logged-in :before {
                content: '';
                position: absolute;
                bottom: 0px !important;
                left: 0;
                width: 100%;
                height: 5px;
                z-index: 201;
                background-image: -webkit-linear-gradient(left, #d1a25d, #b68a49 38%, #ebbe7b 65%, #ebbe7b 75%, #b68a49);
                background-image: -o-linear-gradient(left, #d1a25d, #b68a49 38%, #ebbe7b 65%, #ebbe7b 75%, #b68a49);
                background-image: linear-gradient(to right, #d1a25d, #b68a49 38%, #ebbe7b 65%, #ebbe7b 75%, #b68a49);
                background-repeat: no-repeat;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1A25D', endColorstr='#FFB68A49', GradientType=1);
            }

            .ek .header-navigation .menu-list-level-1 > li.account .menu-item.logged-in .avatar {
                margin-top: 0;
            }

        .ek .header-navigation .menu-list-level-1 > li.account .menu-item .name {
            margin: 0;
            font-size: 14px;
            padding: 15px 0;
        }

        .ek .header-navigation .menu-list-level-1 > li.account .menu-item .avatar {
            color: #999999;
            margin: 10px 0 0 20px;
        }

        .ek .header-navigation .menu-list-level-1 > li.account .menu-item:after {
            content: "";
            position: absolute;
            top: 10px;
            right: auto;
            bottom: auto;
            left: 0px;
            border-left: 1px solid #e5e5e5;
            border-right: none;
            width: 0px;
            height: 31px;
            -webkit-transform: rotate(15deg);
            -moz-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            -o-transform: rotate(15deg);
            transform: rotate(15deg);
        }

        .ek .header-navigation .menu-list-level-1 > li.account .menu-item .profile-avatar {
            display: inline-block;
            vertical-align: middle;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            /* stops bg color from leaking outside the border: */
            border: 1px solid #949494;
            width: 30px;
            height: 30px;
            margin: 0 7px 0 0;
            padding: 1px;
            background-color: #FFFFFF;
        }

    .ek .header-navigation .menu-list-level-1 > li.account.membership-blue .menu-item.logged-in :before {
        background-image: -webkit-linear-gradient(left, #579dff, #3d6eb2 38%, #579dff 65%, #579dff 75%, #3d6eb2);
        background-image: -o-linear-gradient(left, #579dff, #3d6eb2 38%, #579dff 65%, #579dff 75%, #3d6eb2);
        background-image: linear-gradient(to right, #579dff, #3d6eb2 38%, #579dff 65%, #579dff 75%, #3d6eb2);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF579DFF', endColorstr='#FF3D6EB2', GradientType=1);
    }

    .ek .header-navigation .menu-list-level-1 > li.account.membership-silver .menu-item.logged-in :before {
        background-image: -webkit-linear-gradient(left, #b2b2b2, #939393 38%, #dfdfdf 65%, #dfdfdf 75%, #939393);
        background-image: -o-linear-gradient(left, #b2b2b2, #939393 38%, #dfdfdf 65%, #dfdfdf 75%, #939393);
        background-image: linear-gradient(to right, #b2b2b2, #939393 38%, #dfdfdf 65%, #dfdfdf 75%, #939393);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB2B2B2', endColorstr='#FF939393', GradientType=1);
    }

    .ek .header-navigation .menu-list-level-1 > li.account.membership-platinum .menu-item.logged-in :before {
        background-image: -webkit-linear-gradient(left, #727272, #404040 38%, #939393 65%, #939393 75%, #404040);
        background-image: -o-linear-gradient(left, #727272, #404040 38%, #939393 65%, #939393 75%, #404040);
        background-image: linear-gradient(to right, #727272, #404040 38%, #939393 65%, #939393 75%, #404040);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF727272', endColorstr='#FF404040', GradientType=1);
    }

    .ek .header-navigation .menu-list-level-1 > li.account.membership-invitation-only .menu-item.logged-in :before {
        background-image: -webkit-linear-gradient(left, #000000 0%, #df474d 100%);
        background-image: -o-linear-gradient(left, #000000 0%, #df474d 100%);
        background-image: linear-gradient(to right, #000000 0%, #df474d 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#FFDF474D', GradientType=1);
    }
    /*BRSR :: Global nav for pure br admin/employee --start*/
    .ek .header-navigation .menu-list-level-1 > li.account.membership-bradmin .menu-item.logged-in :before {
        background: #949494;
        /*background-image: -webkit-linear-gradient(left,#000 0,##949494 100%);
                background-image: -o-linear-gradient(left,#000 0,##949494 100%);
                background-image: linear-gradient(to right,#000 0,##949494 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##949494', endColorstr='##949494', GradientType=1);*/
    }

    .ek .header-navigation .menu-list-level-1 > li.account.membership-bremployee .menu-item.logged-in :before {
        background: #E1E1E1;
        /*background-image: -webkit-linear-gradient(left,#000 0,#E1E1E1 100%);
                background-image: -o-linear-gradient(left,#000 0,#E1E1E1 100%);
                background-image: linear-gradient(to right,#000 0,#E1E1E1 100%);
                background-repeat: repeat-x;
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#E1E1E1', GradientType=1);*/
    }
    /*BRSR :: Global nav for pure br admin/employee --end*/
    .ek .header-navigation .menu-list-level-1 > li.account.active .menu-item:before {
        display: block;
        /*content: "";*/
        position: absolute;
        top: 0px;
        right: 100%;
        bottom: auto;
        left: auto;
        background: #FFFFFF;
        border-left: 1px solid rgba(51, 51, 51, 0.1);
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: skewX(-15deg);
        -moz-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        transform: skewX(-15deg);
        width: 16px;
        height: 50px;
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        z-index: 200;
    }

    .ek .header-navigation .menu-list-level-1 > li.account:hover .menu-item:before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        right: 100%;
        bottom: auto;
        left: auto;
        background: #FFFFFF;
        border-left: 1px solid rgba(51, 51, 51, 0.1);
        width: 16px;
        height: 50px;
        -webkit-transform-origin: bottom left;
        -moz-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: skewX(-15deg);
        -moz-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
        -o-transform: skewX(-15deg);
        transform: skewX(-15deg);
        -webkit-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        z-index: 200;
    }

    .ek .header-navigation .menu-list-level-1 > li.account:hover .menu-item.logged-in {
        color: #d61920;
    }

    .ek .header-navigation .menu-list-level-1 > li.account:hover .menu-item :before {
        top: -5px;
    }

    .ek .header-navigation .menu-list-level-1 > li.account.gold-member .main-navigation-level-2.active:after {
        display: block;
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        top: 0px;
        right: auto;
        bottom: auto;
        left: auto;
        background: #d1a25e;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxYTI1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I2OGE0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2ViYmU3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjhhNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d1a25d), color-stop(49%, #b68a49), color-stop(72%, #ebbe7b), color-stop(100%, #b68a49));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* IE10+ */
        background: linear-gradient(to right, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1a25d', endColorstr='#b68a49', GradientType=1);
        /* IE6-8 */
        z-index: 300;
    }

    .ek .header-navigation .menu-list-level-1 > li.account.gold-member .main-navigation-level-2:after {
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: #d1a25e;
        /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxYTI1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2I2OGE0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcyJSIgc3RvcC1jb2xvcj0iI2ViYmU3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjhhNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d1a25d), color-stop(49%, #b68a49), color-stop(72%, #ebbe7b), color-stop(100%, #b68a49));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* IE10+ */
        background: linear-gradient(to right, #d1a25d 0%, #b68a49 49%, #ebbe7b 72%, #b68a49 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1a25d', endColorstr='#b68a49', GradientType=1);
        /* IE6-8 */
    }

    .ek .header-navigation .menu-list-level-1 > li.account.gold-member .account-number {
        color: #d1a25e;
    }

.ek .header-navigation .main-navigation-level-2 {
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: -5px;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
    top: 55px;
    display: none;
    background-color: #FFFFFF;
}

    .ek .header-navigation .main-navigation-level-2 .btn-link {
        text-decoration: none;
    }

        .ek .header-navigation .main-navigation-level-2 .btn-link .icon, .ek .header-navigation .main-navigation-level-2 .btn-link .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .btn-link .icon-header, .ek .header-navigation .main-navigation-level-2 .btn-link label.styled-checkbox-wrapper:before {
            color: #d61920;
        }

            .ek .header-navigation .main-navigation-level-2 .btn-link .icon.icon-globe, .ek .header-navigation .main-navigation-level-2 .btn-link .people-management-list .list-group-item .people-row .icon-globe.icon-header, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .btn-link .icon-globe.icon-header, .ek .header-navigation .main-navigation-level-2 .btn-link label.icon-globe.styled-checkbox-wrapper:before {
                color: #666666;
            }

    .ek .header-navigation .main-navigation-level-2 .link-blank {
        display: block;
        padding: 12px 6px;
        border-bottom: 1px solid #c4c4c4;
    }

    .ek .header-navigation .main-navigation-level-2 .btn-icon .inner {
        display: table;
        width: 100%;
    }

        .ek .header-navigation .main-navigation-level-2 .btn-icon .inner span {
            display: table-cell;
            vertical-align: middle;
            font-size: 14px;
            top: 0;
        }

            .ek .header-navigation .main-navigation-level-2 .btn-icon .inner span.icon, .ek .header-navigation .main-navigation-level-2 .btn-icon .inner .people-management-list .list-group-item .people-row span.icon-header, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .btn-icon .inner span.icon-header {
                font-size: 8px;
            }

            .ek .header-navigation .main-navigation-level-2 .btn-icon .inner span.icon-globe {
                font-size: 12px;
                color: #939393;
                text-align: center;
            }

    .ek .header-navigation .main-navigation-level-2 .inner .icon:first-child, .ek .header-navigation .main-navigation-level-2 .inner .people-management-list .list-group-item .people-row .icon-header:first-child, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .inner .icon-header:first-child, .ek .header-navigation .main-navigation-level-2 .inner label.styled-checkbox-wrapper:first-child:before {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

        .ek .header-navigation .main-navigation-level-2 .inner .icon:first-child.icon-plane, .ek .header-navigation .main-navigation-level-2 .inner .people-management-list .list-group-item .people-row .icon-header:first-child.icon-plane, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .inner .icon-header:first-child.icon-plane, .ek .header-navigation .main-navigation-level-2 .inner label.styled-checkbox-wrapper:first-child.icon-plane:before {
            -webkit-transform: rotate(45deg) scale(1.3);
            -moz-transform: rotate(45deg) scale(1.3);
            -ms-transform: rotate(45deg) scale(1.3);
            -o-transform: rotate(45deg) scale(1.3);
            transform: rotate(45deg) scale(1.3);
        }

    .ek .header-navigation .main-navigation-level-2 .menu-list-level-2 {
        list-style: none;
    }

    .ek .header-navigation .main-navigation-level-2 .inner-text {
        padding: 0 15px;
    }

    .ek .header-navigation .main-navigation-level-2 .title {
        margin: 0 0 10px;
        padding: 0 0 0 20px;
    }

    .ek .header-navigation .main-navigation-level-2 .heading {
        font-size: 2.14em;
        font-family: EmiratesSL,Georgia,"Times New Roman",Times,serif;
        margin: 0 0 6px;
        padding-left: 18px;
    }

        .ek .header-navigation .main-navigation-level-2 .heading.no-left-pad, .ek .header-navigation .main-navigation-level-2 ul.heading, .ek .header-navigation .main-navigation-level-2 .heading.menu-list-level-2 {
            padding: 0;
        }

    .ek .header-navigation .main-navigation-level-2 .sec-primary, .ek .header-navigation .main-navigation-level-2 .content {
        padding: 42px 0px 15px;
        background: transparent;
    }

        .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content, .ek .header-navigation .main-navigation-level-2 .content .menu-content {
            display: table;
            width: 100%;
            min-height: 205px;
        }

            .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row {
                display: table-row;
                height: 100%;
            }

                .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div {
                    display: table-cell;
                    float: none;
                    vertical-align: top;
                    height: 100%;
                }

                    .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-introduction, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-introduction {
                        display: inline-table;
                    }

                    .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-buttons, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-links, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-bg, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-info, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-buttons, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-links, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-bg, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-info {
                        display: inline-block;
                    }

                    .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-introduction, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-buttons, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-links, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-bg, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content .row > div .menu-content-module-info, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-introduction, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-buttons, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-links, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-bg, .ek .header-navigation .main-navigation-level-2 .content .menu-content .row > div .menu-content-module-info {
                        width: 100%;
                        height: 100%;
                        min-height: 166px;
                    }

        .ek .header-navigation .main-navigation-level-2 .sec-primary .content-header, .ek .header-navigation .main-navigation-level-2 .content .content-header {
            margin: 0 20px;
        }

            .ek .header-navigation .main-navigation-level-2 .sec-primary .content-header .heading, .ek .header-navigation .main-navigation-level-2 .content .content-header .heading {
                font-size: 2.14em;
                font-family: EmiratesSL,Georgia,"Times New Roman",Times,serif;
                margin-bottom: 10px;
                margin-left: 0;
            }

        .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content-module-buttons .icon.pull-left, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content-module-buttons .people-management-list .list-group-item .people-row .pull-left.icon-header, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .sec-primary .menu-content-module-buttons .pull-left.icon-header, .ek .header-navigation .main-navigation-level-2 .sec-primary .menu-content-module-buttons label.pull-left.styled-checkbox-wrapper:before, .ek .header-navigation .main-navigation-level-2 .content .menu-content-module-buttons .icon.pull-left, .ek .header-navigation .main-navigation-level-2 .content .menu-content-module-buttons .people-management-list .list-group-item .people-row .pull-left.icon-header, .ek .people-management-list .list-group-item .people-row .header-navigation .main-navigation-level-2 .content .menu-content-module-buttons .pull-left.icon-header, .ek .header-navigation .main-navigation-level-2 .content .menu-content-module-buttons label.pull-left.styled-checkbox-wrapper:before {
            margin: 0 5px 0 0;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-primary .border-right, .ek .header-navigation .main-navigation-level-2 .content .border-right {
            border-right: 1px solid #cccccc;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-primary .border-left, .ek .header-navigation .main-navigation-level-2 .content .border-left {
            border-left: 1px solid #cccccc;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-primary .login, .ek .header-navigation .main-navigation-level-2 .content .login {
            margin: 0 20px 0 0;
        }

            .ek .header-navigation .main-navigation-level-2 .sec-primary .login .heading, .ek .header-navigation .main-navigation-level-2 .content .login .heading {
                text-align: center;
                font-size: 1.35em;
                font-family: EmiratesSB-Bold,Georgia,"Times New Roman",Times,serif;
                margin-bottom: 10px;
            }

            .ek .header-navigation .main-navigation-level-2 .sec-primary .login p, .ek .header-navigation .main-navigation-level-2 .content .login p {
                text-align: center;
                font-size: 1.2em;
                margin-top: 50px;
                font-family: EmiratesSL,Georgia,"Times New Roman",Times,serif;
                margin-bottom: 60px;
                color: #666;
                padding: 0px 15px;
            }

    .ek .header-navigation .main-navigation-level-2 .btn-close-global-menu {
        right: 5px;
    }

    .ek .header-navigation .main-navigation-level-2 .back-to-parent-level {
        padding: 13px 20px 15px 40px;
        height: 100%;
        width: auto;
    }

        .ek .header-navigation .main-navigation-level-2 .back-to-parent-level:before {
            font-family: "emirates-icons";
            content: "\e068";
            color: #FFFFFF;
            position: absolute;
            top: 14px;
            right: auto;
            bottom: auto;
            left: 20px;
            border: none;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            height: auto;
            width: auto;
        }

        .ek .header-navigation .main-navigation-level-2 .back-to-parent-level .label {
            color: #FFFFFF;
            font-weight: bold;
        }

        .ek .header-navigation .main-navigation-level-2 .back-to-parent-level:focus {
            background-color: #454545;
        }

    .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction {
        position: relative;
        background: transparent url('/dist/css/img/new_gn/hdr-menu-bg-airport.png') no-repeat;
        background-position: -75px 16px;
        -webkit-background-size: cover;
        background-size: cover;
        border-bottom: 3px solid transparent;
        padding: 15px 15px 0 20px;
    }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction.no-background {
            background: none;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .menu-content-module-introduction-background {
            background: transparent url('/dist/css/img/new_gn/hdr-menu-bg-airport.png') no-repeat;
            background-position: -55px 16px;
            margin-left: -20px;
            -webkit-background-size: cover;
            background-size: cover;
            height: 147px;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options {
            position: absolute;
            width: 100%;
            padding: 0 15% 0 0;
            bottom: 0;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary {
                width: 100%;
                padding: 14px 12px;
            }

                .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary.btn-avatar {
                    padding: 10px 12px;
                }

                .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary.btn-small-inside {
                    padding: 14px 12px !important;
                }

                .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary .profile-xs {
                    margin: 0;
                }

                .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary .avatar {
                    margin: 2px 0 0 0;
                    font-size: 16px;
                    width: 19px;
                    height: 19px;
                    border-color: #fff;
                }

                    .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary .avatar .icon-avatar {
                        -webkit-transform: none;
                        -moz-transform: none;
                        -ms-transform: none;
                        -o-transform: none;
                        transform: none;
                        color: #fff;
                        padding: 1px 0 0 1px;
                    }

                .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary .inner {
                    display: table;
                    width: 100%;
                }

                    .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction-options .btn-primary .inner span {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: center;
                    }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction {
            margin: 0 0 69px;
            font-size: 15px;
            font-size: calculateRem(15px);
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .introduction.long {
                margin-bottom: 0px;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .trip-info {
            padding: 15px 0;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-introduction .trip-link {
            display: block;
            margin-bottom: 15px;
        }

    .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons {
        /*
      &.menu-items-3{
        > li{
          height:33.333%;
          &:not(:last-child){
            padding-bottom:11px;
          }
        }
      }*/
    }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-2 > li {
            height: 50%;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-2 > li:not(:first-child) {
                padding-top: 6px;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-2 > li:not(:last-child) {
                padding-bottom: 0;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-3 > li {
            height: 33.33333%;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-3 > li:not(:first-child) {
                padding-top: 6px;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-3 > li:not(:last-child) {
                padding-bottom: 0;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-4 > li {
            height: 25%;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-4 > li:not(:first-child) {
                padding-top: 6px;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items-4 > li:not(:last-child) {
                padding-bottom: 0;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons.menu-items > li:not(:last-child) {
            margin-bottom: 11px;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons > li {
            display: block;
            float: none;
            width: 100%;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons > li:last-child {
                margin: 0;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons > li a {
                height: 100%;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons .btn-default-alt {
            padding: 14px 12px;
            border-color: transparent;
            border-bottom: 3px solid #ebebeb;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons .btn-default-alt.btn-alt-lg {
                padding: 30px 12px 29px;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons .btn-default-alt .inner > span:first-child {
                width: 30px;
                color: #939393;
                font-size: 16px;
                text-align: center;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-buttons .btn-default-alt .inner > span:last-child {
                font-size: 8px;
            }

    .ek .header-navigation .main-navigation-level-2 .menu-content-module-links {
        border-bottom: 3px solid #ededed;
        height: 166px;
        overflow: hidden;
    }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-links ul > li {
            display: block;
            float: none;
            width: 100%;
            padding: 0 0 0 20px;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-links ul > .link-item {
            margin: 0 0 10px;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-links ul > .link-item:btn-avatar {
                margin: 10px 0;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-links ul > .link-item:last-child {
                margin: 10px 0 0px;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-links ul .logo-featured-fares {
            margin: 20px 0 25px;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-links ul .logo-featured-fares img {
                display: block;
                width: 92px;
                height: auto;
            }

    .ek .header-navigation .main-navigation-level-2 .menu-content-module-info {
        border-bottom: 3px solid #ededed;
    }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-info.long-list li {
            padding: 0 0 2px;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-info .btn-link {
            padding: 15px 12px 14px 15px;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-info .inner-list {
            /*
        display: inline-block;
        margin-left: 15%;
        */
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-info .inner-list > li {
                padding: 0;
            }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-info .inner-list.top-margin {
                margin-top: 30px;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-info ul > li {
            display: block;
            float: none;
            width: 100%;
            padding: 0 0 0 20px;
        }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-info ul > .link-item {
            margin: 5px 0 8px;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-info ul > .link-item.centered {
                margin: 22px 0px;
            }

                .ek .header-navigation .main-navigation-level-2 .menu-content-module-info ul > .link-item.centered:last-child {
                    margin-bottom: 0px;
                    margin-top: 24px;
                }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-info ul > .link-item.highlight > a {
                color: #333333;
            }

        .ek .header-navigation .main-navigation-level-2 .menu-content-module-info .logo-featured-fares {
            margin: 8px 0 35px 15px;
        }

            .ek .header-navigation .main-navigation-level-2 .menu-content-module-info .logo-featured-fares img {
                display: block;
                width: 92px;
                height: auto;
            }

    .ek .header-navigation .main-navigation-level-2 .account-login-module {
        padding: 20px 20px 0px 15px;
        margin: -52px 0 0;
        border-left: 1px solid #e5e5e5;
    }

        .ek .header-navigation .main-navigation-level-2 .account-login-module legend {
            font-size: 18px;
            font-size: calculateRem(18px);
            margin: 0 0 15px;
            font-family: "EmiratesSL", Georgia, "Times New Roman", Times, serif;
        }

        .ek .header-navigation .main-navigation-level-2 .account-login-module .text-link-primary {
            font-size: 12px;
            font-size: calculateRem(12px);
        }

        .ek .header-navigation .main-navigation-level-2 .account-login-module .btn-tertiary {
            max-width: 100%;
        }

    .ek .header-navigation .main-navigation-level-2 .account-details-module {
        padding: 0px 20px 0px 15px;
        margin: -40px 0 0;
        border-left: 1px solid #e5e5e5;
    }

        .ek .header-navigation .main-navigation-level-2 .account-details-module .account-title {
            font-size: 18px;
            font-size: calculateRem(18px);
            font-family: "EmiratesSL", Georgia, "Times New Roman", Times, serif;
            margin: 0 0 15px;
        }

        .ek .header-navigation .main-navigation-level-2 .account-details-module .account-number {
            font-weight: bold;
            font-size: 14px;
            font-size: calculateRem(14px);
            margin: 0 0 30px;
        }

        .ek .header-navigation .main-navigation-level-2 .account-details-module .account-menu-list > li {
            margin: 0 0 15px;
        }

            .ek .header-navigation .main-navigation-level-2 .account-details-module .account-menu-list > li:last-child {
                margin: 0 0 25px;
            }

    .ek .header-navigation .main-navigation-level-2 .sec-secondary {
        position: relative;
        min-height: 75px;
    }

        .ek .header-navigation .main-navigation-level-2 .sec-secondary .dk-select {
            text-align: left;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-secondary .inline-label {
            font-family: "EmiratesSL", Georgia, "Times New Roman", Times, serif;
            font-size: 22px;
            padding-right: 20px;
            padding-top: 7px;
            margin-bottom: 0;
            vertical-align: middle;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-secondary .btn-default {
            padding: 11px 80px;
            display: inline-block;
            vertical-align: middle;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-secondary .dropdown-menu {
            top: -225px !important;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-secondary .datepicker-table .btn-default {
            padding: 6px 12px;
        }

        .ek .header-navigation .main-navigation-level-2 .sec-secondary .datepicker-table #back-to-year:focus, .ek .header-navigation .main-navigation-level-2 .sec-secondary .datepicker-table #back-to-month:focus {
            outline: 1px solid #d71921;
        }

    .ek .header-navigation .main-navigation-level-2.gold-member .menu-content-module-info {
        border: none;
    }

        .ek .header-navigation .main-navigation-level-2.gold-member .menu-content-module-info a.border-bottom {
            border-bottom: 3px solid #ededed;
            margin-bottom: 15px;
        }

    .ek .header-navigation .main-navigation-level-2.gold-member .menu-content-module-introduction {
        height: 256px;
        background-position: -240px -20px;
    }

        .ek .header-navigation .main-navigation-level-2.gold-member .menu-content-module-introduction .vertical-align-wrapper {
            position: relative;
            min-height: 190px;
        }

            .ek .header-navigation .main-navigation-level-2.gold-member .menu-content-module-introduction .vertical-align-wrapper .vertical-align {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

.ek .header-navigation .menu-content-module-bg > li {
    height: 100%;
    border-bottom: 3px solid #ededed;
}

.ek .header-navigation .menu-content-module-bg .section-bg {
    position: relative;
    display: block;
    min-height: 166px;
    height: 100%;
    padding: 15px 10px 15px 15px;
    -webkit-box-shadow: inset 0px 0px 200px transparent;
    -moz-box-shadow: inset 0px 0px 200px transparent;
    box-shadow: inset 0px 0px 200px transparent;
    text-decoration: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #f5f5f5;
}

    .ek .header-navigation .menu-content-module-bg .section-bg.map-bg {
        background-image: url('/Images/globalnavigation/new_gn/hdr-menu-bg-map2.png');
        background-position: -12px 0;
    }

    .ek .header-navigation .menu-content-module-bg .section-bg.map-route {
        background-image: url('/dist/css/img/new_gn/hdr-menu-bg-route-map.png');
        background-color: #f5f5f5;
        background-position: 14px 0;
    }

    .ek .header-navigation .menu-content-module-bg .section-bg.map-dubai {
        background-image: url('/dist/css/img/new_gn/hdr-menu-bg-discover-dubai.png');
        background-position: -8px 0;
    }

    .ek .header-navigation .menu-content-module-bg .section-bg.first-class-bg {
        background-image: url('/dist/css/img/new_gn/hdr-menu-bg-first-class.png');
        background-size: 162%;
        background-position: -30px 0;
    }

    .ek .header-navigation .menu-content-module-bg .section-bg.b-class-bg {
        background-image: url('/dist/css/img/new_gn/hdr-menu-bg-business-class.png');
    }

    .ek .header-navigation .menu-content-module-bg .section-bg.e-class-bg {
        background-image: url('/dist/css/img/new_gn/hdr-menu-bg-economy-class.png');
    }

    .ek .header-navigation .menu-content-module-bg .section-bg .icon-container {
        top: 50%;
        left: 50%;
        position: absolute;
        margin: -1.5em 0 0 -1.5em;
    }

        .ek .header-navigation .menu-content-module-bg .section-bg .icon-container > .icon, .ek .header-navigation .menu-content-module-bg .section-bg .people-management-list .list-group-item .people-row .icon-container > .icon-header, .ek .people-management-list .list-group-item .people-row .header-navigation .menu-content-module-bg .section-bg .icon-container > .icon-header, .ek .header-navigation .menu-content-module-bg .section-bg .icon-container > label.styled-checkbox-wrapper:before {
            font-size: 3em;
            margin-top: 5px;
            line-height: 1;
            color: #fff;
            text-shadow: -1px -1px 0 #cccccc, 1px -1px 0 #cccccc, -1px 1px 0 #cccccc, 1px 1px 0 #cccccc;
        }

    .ek .header-navigation .menu-content-module-bg .section-bg .description {
        position: absolute;
        padding-right: 10px;
        bottom: 10px;
    }

    .ek .header-navigation .menu-content-module-bg .section-bg:hover {
        -webkit-box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.05);
    }

.ek .header-navigation #logged-user {
    padding-top: 10px;
}

    .ek .header-navigation #logged-user .btn-icon {
        padding: 0;
        margin-bottom: 0;
        width: 100%;
        text-align: left;
        font-weight: normal;
    }

        .ek .header-navigation #logged-user .btn-icon .account-type-text {
            display: inline;
            font-weight: bold;
        }

    .ek .header-navigation #logged-user .table-points {
        display: table;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 3px solid #ededed;
    }

        .ek .header-navigation #logged-user .table-points .table-row {
            display: table-row;
        }

            .ek .header-navigation #logged-user .table-points .table-row > div {
                display: table-cell;
            }

@media (max-width: 992px) {
    .ek .header-navigation .menu-list-level-1 li.account {
        width: 220px;
        height: 100%;
    }
}

.ek .global-navigaton-wrapper .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 980px;
}

    .ek .global-navigaton-wrapper .container:before, .ek .global-navigaton-wrapper .container:after {
        content: " ";
        display: table;
    }

    .ek .global-navigaton-wrapper .container:after {
        clear: both;
    }

.ek #back-to-year:focus {
    outline: 2px solid #009926;
}

.ek .bs-docs-container .list-group-item {
    clear: both;
    overflow: hidden;
}

.ek .page-template {
    position: relative;
}

    .ek .page-template:before, .ek .page-template:after {
        content: "";
        position: fixed;
        top: 0px;
        right: auto;
        bottom: auto;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .ek .page-template:after {
        z-index: -2;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

    .ek .page-template:before {
        background-image: -webkit-linear-gradient(top, transparent 0%, #FFFFFF 50%);
        background-image: -o-linear-gradient(top, transparent 0%, #FFFFFF 50%);
        background-image: linear-gradient(to bottom, transparent 0%, #FFFFFF 50%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FFFFFFFF', GradientType=0);
        background-position: 0px 400px;
        z-index: -1;
    }

    .ek .page-template.landing-template > .content {
        padding-top: 326px;
    }

@media (max-width: 480px) {
    .ek .page-template.landing-template > .content {
        padding-top: 135px;
    }
}

.ek .page-template.leaderboard-template .content {
    padding-top: 150px;
}

@media (max-width: 480px) {
    .ek .page-template.leaderboard-template .content {
        padding-top: 67px;
    }
}

.ek .page-template.consumption-template .content {
    margin-top: 35px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 480px) {
    .ek .page-template.consumption-template .content {
        margin-top: 20px;
    }
}

.ek .page-template.consumption-template .content:before {
    position: absolute;
    top: -50px;
    left: calc(50% - 25px);
    content: "";
    height: 50px;
    width: 50px;
    background: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 5000px #fff;
}

    .ek .page-template.consumption-template .content:before > .container {
        overflow: auto;
    }

        .ek .page-template.consumption-template .content:before > .container:before {
            display: none;
        }

.ek .page-template.no-tip .content > .container {
    background-color: #fff;
}

    .ek .page-template.no-tip .content > .container:before {
        display: none;
    }

.ek .content {
    -webkit-overflow-scrolling: touch;
    background-image: -webkit-linear-gradient(top, #646772 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #646772 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #646772 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF646772', endColorstr='#FFFFFFFF', GradientType=0);
}

    .ek .content > .container {
        position: relative;
        overflow: hidden;
        min-height: 1200px;
        padding: 0;
        z-index: 1;
    }

@media (min-width: 768px) {
    .ek .content > .container {
        padding: 0px 20px 100px;
    }
}

.ek .content > .container:before {
    position: absolute;
    top: -50px;
    left: calc(50% - 25px);
    content: "";
    height: 50px;
    width: 50px;
    background: transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 25000px #fff;
    border-radius: 1px;
}

@media (max-width: 768px) {
    .ek .content > .container:before {
        box-shadow: 0 0 0 5000px #fff;
    }
}

.ek .background-image {
    position: fixed;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*
  @include position(fixed, 0px auto auto 0px);
	width: 100%;
	height: 100%;
	z-index: 0;
	@include transition(all 0.35s ease-in-out);
	opacity: 1;

	img {
		width: 100%;
		@include transition(all 0.35s ease-in-out);
	}
  */
}

    .ek .background-image picture img {
        width: 100%;
    }

    .ek .background-image picture.focus {
        position: absolute;
        opacity: 1;
        z-index: 0;
        width: 100%;
    }

    .ek .background-image picture.blur {
        opacity: 0;
        z-index: 1;
        width: 100%;
    }

@media (min-width: 992px) {
    .ek .blur-apply img {
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -o-filter: blur(20px);
        -ms-filter: blur(20px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
        filter: blur(20px);
    }
}

.ek .sidebar {
    background-color: #eeeeee;
    padding: 20px;
    min-height: 1000px;
}

.ek .panel-body .greeting {
    margin-bottom: 20px;
    color: #666666;
}

.ek .membership-gold .membership-text-color {
    color: #d1a25e;
}

.ek .membership-blue .membership-text-color {
    color: #2597d5;
}

.ek .membership-silver .membership-text-color {
    color: #c7c8cd;
}

.ek .membership-platinum .membership-text-color {
    color: #616161;
}

.ek .membership-invitation-only .membership-text-color {
    color: #df474d;
}

.ek .people-controls-nav {
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 768px) {
    .ek .people-controls-nav .page-title {
        display: none;
    }
}

@media (max-width: 768px) {
    .ek .people-controls-nav {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .ek .people-controls-nav > div {
        overflow: hidden;
    }
}

.ek .people-controls-nav.active {
    max-height: 1000px;
    overflow: visible;
    background: #fff;
}

    .ek .people-controls-nav.active .dk-select-options {
        z-index: 1100;
    }

.ek .people-controls-nav.people-multiselection-active .input-search .prepend {
    left: 0;
}

.ek .people-controls-nav.people-controls-nav-fixed {
    padding: 15px 5px 0;
    border-bottom: 1px solid #797879;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 10555;
}

@media (max-width: 992px) {
    .ek .people-controls-nav.people-controls-nav-fixed {
        position: static !important;
    }
}

.ek .people-controls-nav.people-controls-nav-fixed + .booking-result-rows {
    margin-top: 175px;
}

@media (max-width: 768px) {
    .ek .people-controls-nav.people-controls-nav-fixed {
        padding: 15px 20px 0;
    }
}

@media (max-width: 992px) {
    .ek .people-controls-nav .input-search .prepend {
        top: 4px;
        left: 0;
        font-size: 1.3em;
    }
}

.ek .people-controls-nav.booking-controls-nav.legacy-booking-controls-nav {
    max-height: none;
}

.ek .people-controls-nav.booking-controls-nav .icon, .ek .people-controls-nav.booking-controls-nav .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .people-controls-nav.booking-controls-nav .icon-header, .ek .people-controls-nav.booking-controls-nav label.styled-checkbox-wrapper:before {
    height: auto;
    top: 0;
    width: auto;
}

.ek .people-controls-nav.booking-controls-nav .reset-field {
    top: 8px !important;
}

.ek .people-controls-nav.booking-controls-nav .input-search .prepend {
    left: 0;
}

    .ek .people-controls-nav.booking-controls-nav .input-search .prepend .icon-search {
        height: auto;
    }

@media (max-width: 992px) {
    .ek .people-controls-nav .btn-primary {
        margin-bottom: 15px;
        height: 44px;
    }
}

.ek .people-controls-nav.employee-booking-controls-nav {
    max-height: none;
}

@media (max-width: 992px) {
    .ek .people-controls-nav.employee-booking-controls-nav .btn-primary {
        margin-bottom: 15px;
    }
}

.ek .people-controls-nav .checkbox label.styled-checkbox-wrapper:before, .ek .list-group .checkbox label.styled-checkbox-wrapper:before {
    position: static;
    margin: 0;
}

.ek .people-controls-nav .checkbox-group {
    float: left;
}

.ek .people-controls-nav .col-md-6 {
    padding-right: 0;
}

.ek .people-no-results {
    border-top: 1px solid #666;
    padding: 30px 0;
}

    .ek .people-no-results .bs-swatch {
        font-size: 4em;
        margin-bottom: 30px;
    }

        .ek .people-no-results .bs-swatch .color {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            line-height: 110px;
        }

    .ek .people-no-results .btn {
        margin-top: 15px;
    }

.ek .people-controls-row {
    float: left;
    width: 93%;
    padding-left: 10px;
}

    .ek .people-controls-row .people-controls-group {
        width: 33%;
        float: left;
        padding-right: 10px;
    }

        .ek .people-controls-row .people-controls-group:first-child {
            padding-left: 16px;
        }

        .ek .people-controls-row .people-controls-group .btn {
            white-space: nowrap;
        }

@media (max-width: 992px) {
    .ek .people-controls-row {
        width: 100%;
    }
}

.ek .people-list-group {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

    .ek .people-list-group.checkbox-group {
        width: 22px;
        padding: 0;
    }

    .ek .people-list-group.input-select, .ek .people-list-group.input-search {
        width: 45.835%;
    }

@media (max-width: 992px) {
    .ek .people-list-group.input-select, .ek .people-list-group.input-search {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.ek .people-list-group.people-avatar-group {
    padding-left: 0;
}

@media (max-width: 480px) {
    .ek .people-list-group.people-avatar-group {
        display: table-row;
    }
}

.ek .people-list-group.people-avatar-group.people-avatar-group-notification {
    white-space: nowrap;
    padding-top: 0;
}

    .ek .people-list-group.people-avatar-group.people-avatar-group-notification .text-muted, .ek .people-list-group.people-avatar-group.people-avatar-group-notification .text-danger {
        clear: both;
        display: block;
        white-space: normal;
    }

@media (max-width: 480px) {
    .ek .people-list-group.people-avatar-group.people-avatar-group-notification .text-muted, .ek .people-list-group.people-avatar-group.people-avatar-group-notification .text-danger {
        font-size: 0.8em;
    }
}

@media (min-width: 992px) {
    .ek .people-list-group.people-avatar-group.people-avatar-group-notification .text-muted, .ek .people-list-group.people-avatar-group.people-avatar-group-notification .text-danger {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .ek .people-list-group.people-avatar-group .profile-md {
        display: table-cell;
    }
}

@media (max-width: 480px) {
    .ek .people-list-group.people-avatar-group .name {
        display: table-cell;
        padding-right: 40px;
    }
}

.ek .people-list-group .icon-search {
    height: auto;
}

@media (max-width: 992px) {
    .ek .people-list-header .row {
        padding: 0 15px;
    }
}

.ek .people-list-header .alert {
    margin-bottom: 15px;
}

.ek .people-list-header .btn-booking {
    margin-top: 1em;
}

@media (max-width: 768px) {
    .ek .people-list-header .btn-booking {
        margin-top: 0;
    }
}

.ek .people-management-list .people-list-group .h4, .ek .people-management-list .people-list-group .h3 {
    font-family: Arial, sans-serif;
}

.ek .people-management-list .icon, .ek .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list label.styled-checkbox-wrapper:before {
    height: auto;
}

.ek .people-management-list .inline-block {
    display: inline-block;
}

    .ek .people-management-list .inline-block p {
        padding: 0;
    }

.ek .people-management-list.list-group {
    padding-left: 0;
}

.ek .people-management-list .list-group-item {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

    .ek .people-management-list .list-group-item.loaded {
        opacity: 1;
    }

    .ek .people-management-list .list-group-item .people-row .icon, .ek .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row label.styled-checkbox-wrapper:before {
        height: auto;
        margin-left: 0px;
    }

    .ek .people-management-list .list-group-item .people-row .icon-header {
        margin-left: 0;
    }

@media (min-width: 768px) {
    .ek .people-management-list .list-group-item .people-row .icon-header {
        float: none !important;
    }
}

.ek .people-management-list .list-group-item.list-group-header-default.people-list-group-header {
    padding: 0;
    background: #fff;
}

.ek .people-management-list .label-default {
    font-size: 12px;
    padding-top: 0.3em;
    border-radius: 0.5em;
    margin-left: 15px;
}

@media (max-width: 480px) {
    .ek .people-management-list .label-default {
        margin-left: 5px;
    }
}

.ek .people-management-list .people-list-group-header .checkbox-group {
    margin-left: 2px;
}

@media (max-width: 992px) {
    .ek .people-management-list .people-list-group-header .checkbox-group {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .ek .people-management-list .people-list-group-header .checkbox-group {
        margin-left: 25px;
    }
}

.ek .people-management-list .profile-sm .name {
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
    margin: 0;
    padding: 5px 0 3px 0;
}

.ek .people-management-list .profile-sm .dl-header-striped {
    font-weight: bold;
    color: #333333;
    padding: 15px 0 !important;
    margin-bottom: 15px !important;
}

.ek .people-management-list .profile-sm .dl-footer-striped {
    padding: 15px 0 !important;
}

@media (max-width: 768px) {
    .ek .people-management-list .profile-sm .dl-footer-striped {
        border-top: 1px solid #eeeeee;
    }
}

.ek .people-management-list .profile-sm .dl-footer-striped i {
    float: left !important;
    margin-right: 15px !important;
}

.ek .people-management-list .profile-sm .dl-footer-striped small {
    font-size: 12px !important;
    line-height: 15px !important;
}

.ek .people-management-list .profile-sm .dl-horizontal-striped dt {
    font-weight: normal;
}

.ek .people-management-list .list-group-item {
    padding: 0 15px;
    cursor: pointer;
}

    .ek .people-management-list .list-group-item.list-group-header-default, .ek .people-management-list .list-group-item.disabled, .ek .people-management-list .list-group-item.unlinked {
        cursor: default;
    }

        .ek .people-management-list .list-group-item.disabled .people-row, .ek .people-management-list .list-group-item.unlinked .people-row {
            padding-top: 5px;
            padding-bottom: 0;
        }

    .ek .people-management-list .list-group-item .dl-horizontal-wrapper {
        max-height: 0;
        overflow: hidden;
    }

    .ek .people-management-list .list-group-item.notification-enabled .people-avatar-group, .ek .people-management-list .list-group-item.unlinked .people-avatar-group, .ek .people-management-list .list-group-item.disabled .people-avatar-group, .ek .people-management-list .list-group-item.active .people-avatar-group {
        /*padding-bottom: 11px;*/
    }

    .ek .people-management-list .list-group-item.active .dl-horizontal-wrapper {
        max-height: 1000px;
        padding-bottom: 15px;
    }

@media (max-width: 992px) {
    .ek .people-management-list .list-group-item.active .dl-horizontal-wrapper {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.ek .people-management-list .list-group-item.notification-enabled .people-row {
    padding-top: 5px;
    padding-bottom: 0;
}

.ek .people-management-list .text-muted.name-margin, .ek .people-management-list .text-danger.name-margin {
    margin: 5px 0 0 -5px;
}

.ek .people-management-list .checkbox {
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.ek .people-management-list .media {
    overflow: visible;
}

.ek .people-management-list .mobile-right-corner {
    position: relative;
    padding-right: 15px;
}

@media (max-width: 480px) {
    .ek .people-management-list .mobile-right-corner {
        padding-right: 20px;
    }
}

.ek .people-management-list .mobile-right-corner .dropdown-menu {
    position: absolute;
    top: 44px;
    right: 15px;
    bottom: auto;
    left: auto;
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    min-width: 195px;
    /*@media (max-width: $screen-sm) {
					@include toaposition(absolute, 42px, 15px, auto, auto);
			}

			@media (max-width: $screen-xs) {
			  	@include toaposition(absolute, 41px, 15px, auto, auto);
			}

			@media (max-width: $screen-xs) {
					@include toaposition(absolute, 41px, 15px, auto, auto);
			}*/
}

@media (max-width: 992px) {
    .ek .people-management-list .mobile-right-corner .dropdown-menu {
        position: absolute;
        top: 42px;
        right: 15px;
        bottom: auto;
        left: auto;
    }
}

@media (max-width: 480px) {
    .ek .people-management-list .mobile-right-corner .dropdown-menu {
        position: absolute;
        top: 42px;
        right: 5px;
        bottom: auto;
        left: auto;
    }
}

.ek .people-management-list .mobile-right-corner .dropdown-menu a:link, .ek .people-management-list .mobile-right-corner .dropdown-menu a:hover, .ek .people-management-list .mobile-right-corner .dropdown-menu a:focus {
    text-decoration: none;
}

.ek .people-management-list .mobile-right-corner .btn-border-hover {
    position: relative;
    z-index: 1050;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 6px 16px 5px;
}

@media (max-width: 992px) {
    .ek .people-management-list .mobile-right-corner .btn-border-hover {
        z-index: auto;
    }
}

@media (max-width: 480px) {
    .ek .people-management-list .mobile-right-corner .btn-border-hover {
        position: absolute;
        right: 5px;
    }
}

.ek .people-management-list .mobile-right-corner.open .btn-border-hover {
    z-index: 1052;
}

.ek .people-management-list .mobile-right-corner .btn-book-flight {
    padding-left: 23px;
    padding-right: 23px;
    color: #666;
}

@media (min-width: 992px) {
    .ek .people-management-list .mobile-right-corner {
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    .ek .people-management-list .dropdown-right {
        position: absolute;
        right: 0;
    }
}

.ek .people-management-list .dl-horizontal-wrapper {
    padding: 0;
}

    .ek .people-management-list .dl-horizontal-wrapper dd .icon:before, .ek .people-management-list .dl-horizontal-wrapper dd .list-group-item .people-row .icon-header:before, .ek .people-management-list .list-group-item .people-row .dl-horizontal-wrapper dd .icon-header:before, .ek .people-management-list .dl-horizontal-wrapper dd label.styled-checkbox-wrapper:before {
        margin-left: 10px;
        margin-right: 10px;
    }

@media (max-width: 992px) {
    .ek .people-management-list .dl-horizontal-wrapper, .ek .people-management-list .dl-horizontal-wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.ek .letter-row .letter {
    font-size: 14px;
    margin-left: 0;
}

@media (max-width: 992px) {
    .ek .letter-row .letter {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .ek .letter-row .letter {
        margin-left: 25px;
    }
}

.ek .booking-result-empty {
    padding-left: 35px;
    padding-right: 35px;
}

@media (min-width: 992px) {
    .ek .booking-result-empty {
        background: url("/dist/css/img/map_bg_lg.png") no-repeat;
        background-size: 70%;
        background-position: 50% 14%;
        padding: 70px 0 90px;
    }
}

.ek .booking-result-empty h3 {
    margin: 1em 0 0.8em;
}

.ek .booking-result-empty h4 {
    margin: 1em 0;
    color: #666666;
}

.ek .booking-result-empty .profile-lg {
    margin: 0 0 15px 0;
}

    .ek .booking-result-empty .profile-lg .avatar-text {
        background-color: #fff;
        border-color: #e2dcdb;
        color: #e2dcdb;
        font-size: 3.25em;
        height: 1.85em;
        width: 1.85em;
        line-height: 1.7em;
    }

.ek .booking-result-rows {
    margin-bottom: 40px;
}

    .ek .booking-result-rows .row h4 {
        font-family: Arial, sans-serif;
        font-weight: bold;
        padding: 15px 0;
    }

    .ek .booking-result-rows .row p {
        padding: 20px 0;
        color: #666666;
    }

    .ek .booking-result-rows .row h4, .ek .booking-result-rows .row p {
        border-bottom: 1px solid #c9cbd0;
        margin: 0;
    }

@media (max-width: 768px) {
    .ek .booking-result-rows .row h4, .ek .booking-result-rows .row p {
        padding-left: 20px;
    }
}

.ek .decline-modal .request-row {
    padding: 20px 5px;
}

@media (min-width: 480px) {
    .ek .decline-modal .request-row .left-side {
        padding-top: 5px;
    }

        .ek .decline-modal .request-row .left-side h4 {
            padding-top: 5px;
        }
}

.ek .decline-modal .icon, .ek .decline-modal .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .decline-modal .icon-header, .ek .decline-modal label.styled-checkbox-wrapper:before {
    height: auto;
    top: 1px !important;
    width: auto;
    z-index: 1000;
}

.ek .decline-modal .separator-row {
    margin-top: 15px;
    margin-bottom: 30px;
}

.ek .decline-modal p {
    font-size: 16px;
    color: #666666;
    margin: 10px 0 0 0;
}

.ek .decline-modal hr {
    margin: 0;
}

.ek .decline-modal .reset-field-wrapper .reset-field {
    top: 2px !important;
    right: 2px;
    font-size: 15px;
}

.ek .decline-modal textarea {
    padding-right: 30px !important;
}

.ek .request-row {
    padding: 15px 5px;
    outline: 1px solid transparent;
}

    .ek .request-row:focus {
        /* Box-shadow/inner-box-shadow mixin doesn't allow using 6 arguments */
        -webkit-box-shadow: inset 0 0 0 1px #797879;
        -moz-box-shadow: inset 0 0 0 1px #797879;
        box-shadow: inset 0 0 0 1px #797879;
    }

    .ek .request-row.people-row {
        padding-left: 0;
        padding-right: 0;
        /* Additional vertical padding for people row */
    }

        .ek .request-row.people-row .people-left-side {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .ek .request-row .dropdown-toggle {
        margin-left: 10px;
    }

    .ek .request-row p {
        margin-bottom: 0;
    }

    .ek .request-row .inline-block {
        vertical-align: middle;
        margin-bottom: 0;
        display: inline-block;
    }

        .ek .request-row .inline-block p {
            padding: 7px 0 3px 0;
            margin: 0;
            color: #666666;
        }

        .ek .request-row .inline-block.name p {
            padding: 0;
            color: #333333;
        }

    .ek .request-row .profile-md {
        margin-top: 0;
    }

        .ek .request-row .profile-md .avatar {
            margin-right: 15px;
            margin-left: 0;
        }

        .ek .request-row .profile-md .avatar-text {
            line-height: 31px;
            width: 32px;
            height: 32px;
            font-size: 14px;
            color: #666666;
            background: #fff;
        }

@media (max-width: 480px) {
    .ek .request-row .profile-md .avatar-text {
        font-size: 14px;
    }
}

.ek .request-row .profile-md .label-dark {
    background: #333333;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: block;
    top: -6px;
    left: 1px;
    width: 32px;
    padding: 2px 0;
}

@media (max-width: 480px) {
    .ek .request-row .profile-md .label-dark {
        width: 35px;
    }
}

.ek .request-row .icon-arrow-circle-right, .ek .request-row .icon-arrow-circle-double {
    padding: 0 10px;
    color: #666666;
    font-size: 22px;
    line-height: 16px;
    vertical-align: text-top;
}

.ek .request-row .flight-date {
    color: #666666;
}

.ek .request-row h4, .ek .request-row .h4 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px 0;
}

.ek .list-group-booking {
    padding: 0;
}

    .ek .list-group-booking li {
        -webkit-transition: 0.2s background linear, 0.8s opacity linear;
        -o-transition: 0.2s background linear, 0.8s opacity linear;
        transition: 0.2s background linear, 0.8s opacity linear;
    }

        .ek .list-group-booking li .dropdown-toggle {
            position: relative;
            z-index: 1052;
        }

        .ek .list-group-booking li .flight-details-expandable-box {
            display: none;
        }

        .ek .list-group-booking li:focus {
            outline: 1px solid #666666;
        }

        .ek .list-group-booking li.active .flight-details-expandable-box {
            display: block;
        }

        .ek .list-group-booking li .request-row {
            cursor: pointer;
        }

        .ek .list-group-booking li .connection-info {
            background: #e7e7e7;
            margin: -15px 0 0 0;
            padding: 0 0 12px;
            font-size: 0.9em;
            border-left: 1px solid #d8d8d8;
            border-right: 1px solid #d8d8d8;
        }

            .ek .list-group-booking li .connection-info .col-md-12 {
                padding: 0 10px;
            }

            .ek .list-group-booking li .connection-info p {
                margin: 0;
            }

                .ek .list-group-booking li .connection-info p .icon, .ek .list-group-booking li .connection-info p .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking li .connection-info p .icon-header, .ek .list-group-booking li .connection-info p label.styled-checkbox-wrapper:before {
                    font-size: 1.4em;
                    margin-right: 10px;
                }

                .ek .list-group-booking li .connection-info p strong {
                    line-height: 1.9em;
                    vertical-align: top;
                }

    .ek .list-group-booking.travel-request-list .list-group-item::before {
        /*content: '';*/
        position: absolute;
        top: -1px;
        left: -1px;
        height: 0;
        width: 0;
        border-top: 12px solid #ba161e;
        border-right: 12px solid transparent;
    }

    .ek .list-group-booking.upcoming-booking-list .left-side {
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner ul.dropdown-menu {
        position: absolute;
        top: 48px;
        right: 15px;
        bottom: auto;
        left: auto;
        min-width: 209px;
    }

@media (max-width: 992px) {
    .ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner ul.dropdown-menu {
        top: 41px;
        right: 15px;
    }
}

.ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner ul.dropdown-menu a:link, .ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner ul.dropdown-menu a:hover, .ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner ul.dropdown-menu a:focus {
    text-decoration: none;
}

.ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner.manage-button-only ul.dropdown-menu {
    min-width: 204px;
}

.ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner.nowrap ul.dropdown-menu {
    min-width: 300px;
    position: absolute;
    top: 48px;
    right: -6px;
    bottom: auto;
    left: auto;
}

@media (max-width: 992px) {
    .ek .list-group-booking.upcoming-booking-list .mobile-rigth-corner.nowrap ul.dropdown-menu {
        top: 41px;
        right: 15px;
    }
}

.ek .list-group-booking.upcoming-booking-list .upgraded-item .mobile-rigth-corner {
    padding-right: 10px;
}

@media (max-width: 992px) {
    .ek .list-group-booking.upcoming-booking-list .upgraded-item .mobile-rigth-corner {
        padding-right: 16px;
    }
}

.ek .list-group-booking.upcoming-booking-list .upgraded-item .mobile-rigth-corner ul.dropdown-menu {
    right: 10px;
}

@media (max-width: 992px) {
    .ek .list-group-booking.upcoming-booking-list .upgraded-item .mobile-rigth-corner ul.dropdown-menu {
        right: 16px;
    }
}

.ek .list-group-booking .list-group-item {
    padding: 0 15px;
}

    .ek .list-group-booking .list-group-item .request-row h4, .ek .list-group-booking .list-group-item .request-row h3, .ek .list-group-booking .list-group-item .request-row .h4 {
        vertical-align: middle;
        margin: 0;
        padding: 5px 0 3px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 480px) {
    .ek .list-group-booking .list-group-item .request-row h4, .ek .list-group-booking .list-group-item .request-row h3, .ek .list-group-booking .list-group-item .request-row .h4 {
        padding-top: 0;
    }
}

.ek .list-group-booking .list-group-item .request-row .profile-md {
    vertical-align: middle;
}

.ek .list-group-booking .list-group-item .request-row .nowrap {
    white-space: nowrap;
    margin-left: -16px;
}

.ek .list-group-booking .list-group-item.active {
    padding-bottom: 0;
}

    .ek .list-group-booking .list-group-item.active .request-row {
        padding-bottom: 20px;
    }

.ek .list-group-booking .list-group-item .mobile-rigth-corner {
    padding-top: 4px;
}

@media (max-width: 992px) {
    .ek .list-group-booking .list-group-item .mobile-rigth-corner {
        position: absolute;
        top: 20px;
        right: 0;
        padding-top: 0;
    }
}

.ek .list-group-booking .list-group-item .mobile-rigth-corner .dropdown-menu {
    position: absolute;
    top: 48px;
    right: 15px;
    bottom: auto;
    left: auto;
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    min-width: 279px;
}

@media (max-width: 480px) {
    .ek .list-group-booking .list-group-item .mobile-rigth-corner .dropdown-menu {
        top: 41px;
        right: 15px;
    }
}

.ek .list-group-booking .list-group-item .mobile-rigth-corner .dropdown-menu a:link, .ek .list-group-booking .list-group-item .mobile-rigth-corner .dropdown-menu a:hover, .ek .list-group-booking .list-group-item .mobile-rigth-corner .dropdown-menu a:focus {
    text-decoration: none;
}

.ek .list-group-booking .list-group-item .mobile-rigth-corner.manage-button-only ul.dropdown-menu {
    min-width: 204px;
}

@media (max-width: 768px) {
    .ek .list-group-booking.employee-travel-request-list .list-group-item .request-row h4, .ek .list-group-booking.employee-travel-request-list .list-group-item .request-row h3 {
        padding: 5px 0 10px;
    }
}

.ek .list-group-booking .help-info-toggle {
    overflow: hidden;
}

.ek .list-group-booking .flight-details-group {
    margin-bottom: 15px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .ek .list-group-booking .flight-details-group {
        border-bottom: 0 !important;
    }
}

@media (max-width: 992px) {
    .ek .list-group-booking .flight-details-group .text-right {
        text-align: center;
    }
}

.ek .list-group-booking .flight-details-group .icon, .ek .list-group-booking .flight-details-group .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking .flight-details-group .icon-header, .ek .list-group-booking .flight-details-group label.styled-checkbox-wrapper:before {
    height: auto;
}

@media (max-width: 992px) {
    .ek .list-group-booking .flight-details-group {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 15px;
    }

        .ek .list-group-booking .flight-details-group.passengers-info {
            border-top: 1px solid #d8d8d8;
            padding-top: 15px;
        }

        .ek .list-group-booking .flight-details-group.flight-details-expandable {
            border-bottom: none;
            padding-bottom: 0;
        }
}

.ek .list-group-booking .passengers-names {
    margin-top: 20px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .ek .list-group-booking .passengers-names {
        margin-top: 5px;
    }
}

.ek .list-group-booking .flight-price {
    font-size: 2em;
}

.ek .list-group-booking .details-summary {
    font-size: 0.95em;
}

    .ek .list-group-booking .details-summary > strong, .ek .list-group-booking .details-summary > span {
        float: left;
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        border-right: 1px solid #d8d8d8;
    }

@media (max-width: 992px) {
    .ek .list-group-booking .details-summary > strong, .ek .list-group-booking .details-summary > span {
        border-right: none;
    }
}

.ek .list-group-booking .details-summary > strong:last-child, .ek .list-group-booking .details-summary > strong:first-child, .ek .list-group-booking .details-summary > span:last-child, .ek .list-group-booking .details-summary > span:first-child {
    border-right: none;
}

.ek .list-group-booking .details-summary .icon, .ek .list-group-booking .details-summary .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking .details-summary .icon-header, .ek .list-group-booking .details-summary label.styled-checkbox-wrapper:before {
    font-size: 2em;
    line-height: 16px;
}

    .ek .list-group-booking .details-summary .icon.outbound, .ek .list-group-booking .details-summary .people-management-list .list-group-item .people-row .outbound.icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking .details-summary .outbound.icon-header, .ek .list-group-booking .details-summary label.outbound.styled-checkbox-wrapper:before {
        color: #ace5e7;
    }

    .ek .list-group-booking .details-summary .icon.onward, .ek .list-group-booking .details-summary .people-management-list .list-group-item .people-row .onward.icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking .details-summary .onward.icon-header, .ek .list-group-booking .details-summary label.onward.styled-checkbox-wrapper:before {
        color: #fcbc92;
    }

    .ek .list-group-booking .details-summary .icon.inbound, .ek .list-group-booking .details-summary .people-management-list .list-group-item .people-row .inbound.icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking .details-summary .inbound.icon-header, .ek .list-group-booking .details-summary label.inbound.styled-checkbox-wrapper:before {
        color: #b8e6a1;
    }

.ek .list-group-booking .text-notify {
    background: #f7f7f7;
    border: 1px solid #c7c7c7;
    font-size: 1em;
    padding: 15px;
}

.ek .list-group-booking .flight-details-box .book-info-title {
    color: #545454;
    font-weight: bold;
}

@media (min-width: 992px) {
    .ek .list-group-booking .flight-details-box > .col-md-4 {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .ek .list-group-booking .flight-details-box > .col-md-8 {
        padding-left: 0;
    }
}

.ek .list-group-booking .flight-details-box .book-info-box {
    width: 50%;
    float: left;
    font-size: 1em;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d8d8d8;
    height: 200px;
}

    .ek .list-group-booking .flight-details-box .book-info-box:first-child {
        border-right: none;
    }

    .ek .list-group-booking .flight-details-box .book-info-box .book-info-time, .ek .list-group-booking .flight-details-box .book-info-box > p {
        padding: 15px 10px 5px;
    }

        .ek .list-group-booking .flight-details-box .book-info-box .book-info-time span, .ek .list-group-booking .flight-details-box .book-info-box > p span {
            display: block;
        }

        .ek .list-group-booking .flight-details-box .book-info-box .book-info-time .airport-code, .ek .list-group-booking .flight-details-box .book-info-box > p .airport-code {
            font-size: 1.3em;
        }

    .ek .list-group-booking .flight-details-box .book-info-box .book-info-title {
        padding: 5px 10px;
    }

    .ek .list-group-booking .flight-details-box .book-info-box.outbound-box .book-info-title {
        background: #ace5e7;
    }

    .ek .list-group-booking .flight-details-box .book-info-box.onward-box .book-info-title {
        background: #fcbc92;
    }

    .ek .list-group-booking .flight-details-box .book-info-box.inbound-box .book-info-title {
        background: #b8e6a1;
    }

.ek .list-group-booking .flight-details-box .flight-details-list {
    list-style: none;
    padding: 0;
}

    .ek .list-group-booking .flight-details-box .flight-details-list li {
        float: left;
        border: 1px solid #d8d8d8;
        border-left: none;
        padding: 30px 0 0 15px;
        height: 100px;
        overflow: hidden;
    }

        .ek .list-group-booking .flight-details-box .flight-details-list li .icon, .ek .list-group-booking .flight-details-box .flight-details-list li .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .list-group-booking .flight-details-box .flight-details-list li .icon-header, .ek .list-group-booking .flight-details-box .flight-details-list li label.styled-checkbox-wrapper:before {
            float: left;
            font-size: 2em;
            padding: 0 15px 15px 0;
        }

        .ek .list-group-booking .flight-details-box .flight-details-list li p > strong, .ek .list-group-booking .flight-details-box .flight-details-list li p > span {
            display: block;
        }

            .ek .list-group-booking .flight-details-box .flight-details-list li p > strong i.stops-tooltip, .ek .list-group-booking .flight-details-box .flight-details-list li p > span i.stops-tooltip {
                float: none;
                font-size: 12px;
                background: #939598;
                padding: 2px;
                border-radius: 15px;
                color: #fff;
            }

                .ek .list-group-booking .flight-details-box .flight-details-list li p > strong i.stops-tooltip span, .ek .list-group-booking .flight-details-box .flight-details-list li p > span i.stops-tooltip span {
                    position: absolute;
                    top: 0;
                    left: 4px;
                    color: #fff;
                    font-weight: bold;
                }

@media (max-width: 992px) {
    .ek .list-group-booking .flight-details-box .flight-details-list li p > strong, .ek .list-group-booking .flight-details-box .flight-details-list li p > span {
        display: inline-block;
        font-size: 1em;
        line-height: 2em;
        padding: 0 10px 0 0;
    }
}

.ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(-n+3) {
    border-bottom: none;
}

.ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(3n+1) {
    width: 25%;
}

.ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(2) {
    width: 40%;
}

.ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(3) {
    width: 35%;
}

.ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(5) {
    width: 30%;
}

.ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(6) {
    width: 45%;
}

@media (max-width: 992px) {
    .ek .list-group-booking .flight-details-box .flight-details-list li {
        border: none;
        height: auto;
        float: none;
        padding-top: 10px;
    }

        .ek .list-group-booking .flight-details-box .flight-details-list li:nth-child(n) {
            width: 100%;
            border-bottom: 1px solid #d8d8d8;
        }
}

.ek .lazy-load {
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}

    .ek .lazy-load img {
        width: 29px;
        height: 29px;
        margin: 20px 10px;
    }

.ek .content .page-top-navigation {
    overflow: hidden;
    position: relative;
}

    .ek .content .page-top-navigation .nav-toggle-wrapper {
        padding: 0 15px;
        margin: 0;
    }

        .ek .content .page-top-navigation .nav-toggle-wrapper .width-control {
            padding: 15px 0;
            cursor: pointer;
        }

            .ek .content .page-top-navigation .nav-toggle-wrapper .width-control p {
                margin: 0;
            }

@media (max-width: 890px) {
    .ek .content .page-top-navigation {
        margin: 15px -15px;
        padding: 0;
        border-top: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
    }

        .ek .content .page-top-navigation .icon, .ek .content .page-top-navigation .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .content .page-top-navigation .icon-header, .ek .content .page-top-navigation label.styled-checkbox-wrapper:before {
            position: absolute;
            top: 18px;
            right: 5px;
            color: #d61920;
        }

        .ek .content .page-top-navigation.active {
            border-bottom: none;
        }

        .ek .content .page-top-navigation ul {
            margin: 0;
            width: 100%;
        }

            .ek .content .page-top-navigation ul li {
                cursor: pointer;
                width: 100%;
                margin: 0;
                padding: 0;
                border-top: 1px solid #e9e9e9;
                background-color: #f4f5f6;
                display: block;
                text-decoration: none;
            }

                .ek .content .page-top-navigation ul li a {
                    display: block;
                    padding: 15px;
                    margin: 0;
                    text-decoration: none;
                }

                    .ek .content .page-top-navigation ul li a:hover {
                        background: #fff;
                    }

                .ek .content .page-top-navigation ul li.active a {
                    color: #d61920;
                    border: none;
                    cursor: default;
                }

                .ek .content .page-top-navigation ul li:first-child > a {
                    margin-left: 0;
                }
}

.ek .modal.legacy-modal {
    overflow-y: auto;
}

@media (max-width: 992px) {
    .ek .expandable-content {
        display: none;
    }

        .ek .expandable-content.active {
            display: block;
        }
}

.ek .footer-navigation {
    background-color: #333333;
    width: 100%;
    height: auto;
    position: relative;
    z-index: auto;
    padding-top: 6px;
    margin-top: 15px;
}

    .ek .footer-navigation .btn-toggle-footer-links {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: auto;
        left: auto;
        padding: 13px 20px;
        background-color: #545454;
        width: 80px;
        height: 40px;
        text-align: center;
        z-index: 200;
    }

        .ek .footer-navigation .btn-toggle-footer-links .label {
            color: #FFFFFF;
            font-weight: bold;
        }

        .ek .footer-navigation .btn-toggle-footer-links:focus {
            background-color: rgba(84, 84, 84, 0.8);
        }

        .ek .footer-navigation .btn-toggle-footer-links:hover {
            background-color: rgba(84, 84, 84, 0.8);
        }

    .ek .footer-navigation .btn-link {
        color: #FFFFFF;
        font-weight: normal;
    }

    .ek .footer-navigation .h4 {
        color: #FFFFFF;
    }

    .ek .footer-navigation .footer-links {
        list-style-type: none;
        padding: 0;
    }

        .ek .footer-navigation .footer-links a {
            color: #c2c2c2;
            display: block;
            padding: 6px 0px;
            -webkit-transition: color 0.4s ease-in-out;
            -o-transition: color 0.4s ease-in-out;
            transition: color 0.4s ease-in-out;
        }

            .ek .footer-navigation .footer-links a:hover {
                color: #f1f1f1;
            }

    .ek .footer-navigation .container {
        position: relative;
        padding: 0 20px;
    }

        .ek .footer-navigation .container .no-heading {
            margin-top: 2em;
        }

        .ek .footer-navigation .container .title h4 {
            color: #FFFFFF;
        }

    .ek .footer-navigation .footer-disclaimer {
        color: #FFFFFF;
        font-size: 0.875em;
        padding: 15px 0;
        padding-right: 120px;
    }

        .ek .footer-navigation .footer-disclaimer > p {
            margin: 0 0 15px;
        }

            .ek .footer-navigation .footer-disclaimer > p:last-child {
                margin: 0 0 0px;
            }

        .ek .footer-navigation .footer-disclaimer .text-link-primary {
            color: white;
        }

            .ek .footer-navigation .footer-disclaimer .text-link-primary .underline {
                border-bottom: 1px solid white;
            }

        .ek .footer-navigation .footer-disclaimer.bottom-border {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

    .ek .footer-navigation .logo-emirates-footer {
        display: block;
        width: 85px;
        height: 114px;
        background: url('/Images/globalnavigation/logo-emirates-footer.png') no-repeat;
        background-size: 85px 114px;
        position: absolute;
        top: auto;
        right: 40px;
        bottom: 0px;
        left: auto;
        z-index: 0; /*brsr*/
    }

.ek .field-alert {
    padding: 5px 15px;
}

    .ek .field-alert.field-alert-danger {
        background-color: #d71921;
        color: #FFF;
    }

.ek .help-info-toggle {
    margin-bottom: 1.25em;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 10px;
}

    .ek .help-info-toggle > a, .ek .help-info-toggle > a > .row, .ek .help-info-toggle > div {
        text-decoration: none;
    }

        .ek .help-info-toggle > a:hover, .ek .help-info-toggle > a > .row:hover, .ek .help-info-toggle > div:hover {
            cursor: pointer;
        }

        .ek .help-info-toggle > a > strong, .ek .help-info-toggle > a > div[class^="col-"] > strong, .ek .help-info-toggle > a > .row > strong, .ek .help-info-toggle > a > .row > div[class^="col-"] > strong, .ek .help-info-toggle > div > strong, .ek .help-info-toggle > div > div[class^="col-"] > strong {
            vertical-align: middle;
        }

        .ek .help-info-toggle > a .icon, .ek .help-info-toggle > a .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > a .icon-header, .ek .help-info-toggle > a label.styled-checkbox-wrapper:before, .ek .help-info-toggle > a > .row .icon, .ek .help-info-toggle > a > .row .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > a > .row .icon-header, .ek .help-info-toggle > a > .row label.styled-checkbox-wrapper:before, .ek .help-info-toggle > div .icon, .ek .help-info-toggle > div .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > div .icon-header, .ek .help-info-toggle > div label.styled-checkbox-wrapper:before {
            top: -1px;
            color: #d61920;
            vertical-align: middle;
            margin-left: 15px;
            font-size: 0.75em;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            display: inline-block;
        }

@media (max-width: 767px) {
    .ek .help-info-toggle > a .icon, .ek .help-info-toggle > a .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > a .icon-header, .ek .help-info-toggle > a label.styled-checkbox-wrapper:before, .ek .help-info-toggle > a > .row .icon, .ek .help-info-toggle > a > .row .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > a > .row .icon-header, .ek .help-info-toggle > a > .row label.styled-checkbox-wrapper:before, .ek .help-info-toggle > div .icon, .ek .help-info-toggle > div .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > div .icon-header, .ek .help-info-toggle > div label.styled-checkbox-wrapper:before {
        font-size: 0.75em !important;
    }
}

.ek .help-info-toggle > a .icon.active, .ek .help-info-toggle > a .people-management-list .list-group-item .people-row .active.icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > a .active.icon-header, .ek .help-info-toggle > a label.active.styled-checkbox-wrapper:before, .ek .help-info-toggle > a > .row .icon.active, .ek .help-info-toggle > a > .row .people-management-list .list-group-item .people-row .active.icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > a > .row .active.icon-header, .ek .help-info-toggle > a > .row label.active.styled-checkbox-wrapper:before, .ek .help-info-toggle > div .icon.active, .ek .help-info-toggle > div .people-management-list .list-group-item .people-row .active.icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle > div .active.icon-header, .ek .help-info-toggle > div label.active.styled-checkbox-wrapper:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (max-width: 480px) {
    .ek .help-info-toggle {
        font-size: 0.75em;
    }
}

.ek .help-info-toggle .help-info-row p {
    display: inline-block;
    position: relative;
    margin: 0;
}

    .ek .help-info-toggle .help-info-row p i, .ek .help-info-toggle .help-info-row p .icon, .ek .help-info-toggle .help-info-row p .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle .help-info-row p .icon-header, .ek .help-info-toggle .help-info-row p label.styled-checkbox-wrapper:before {
        position: absolute;
        top: 50%;
        bottom: 50%;
        right: -30px;
        left: auto;
    }

        .ek .help-info-toggle .help-info-row p i.active, .ek .help-info-toggle .help-info-row p .icon.active, .ek .help-info-toggle .help-info-row p .people-management-list .list-group-item .people-row .active.icon-header, .ek .people-management-list .list-group-item .people-row .help-info-toggle .help-info-row p .active.icon-header, .ek .help-info-toggle .help-info-row p label.active.styled-checkbox-wrapper:before {
            right: -20px;
        }

.ek .help-info-toggle > .help-info-expandable {
    padding: 20px;
    -webkit-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

    .ek .help-info-toggle > .help-info-expandable.ng-hide {
        opacity: 0;
    }

.panel-body .ek .help-info-toggle .help-info-expandable {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .panel-body .ek .help-info-toggle .help-info-expandable {
        padding: 20px;
    }
}

.ek .help-info-toggle .help-info-expandable ul {
    padding: 0;
}

.ek .help-info-toggle > .width-control {
    max-width: 70%;
}

@media (max-width: 768px) {
    .ek .help-info-toggle > .width-control {
        max-width: 100%;
        padding-right: 20px;
    }
}

.ek .marketing-panel-default {
    background-color: #fff;
    background-image: url('/dist/css/img/skywards-pic.png');
    background-repeat: 0;
    background-size: 35%;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .ek .marketing-panel-default {
        background-size: 35%;
    }
}

@media (max-width: 768px) {
    .ek .marketing-panel-default {
        background-image: none;
    }
}

.ek .marketing-panel-default img {
    max-width: 100%;
    margin-top: 15px;
    margin-right: 15px;
}

    .ek .marketing-panel-default img.emirates-cards {
        max-width: none;
        margin-top: -40px;
        height: auto;
        width: 200px;
    }

.ek .marketing-panel-default .checkbox {
    margin-left: 15px;
}

.ek .marketing-panel-default.with-cards {
    margin-top: 20px;
    margin-bottom: 35px;
}

.ek .marketing-panel-primary {
    margin-top: 100px;
}

    .ek .marketing-panel-primary img {
        margin-top: -40px;
        height: auto;
        width: 200px;
    }

    .ek .marketing-panel-primary p {
        font-size: 1.125em;
        font-family: "EmiratesSB-Bold", Georgia, "Times New Roman", Times, serif;
    }

    .ek .marketing-panel-primary a {
        display: block;
        text-decoration: underline;
    }

.ek .list-group-item.selected, .ek .list-group-item.selected:hover {
    color: #333333;
    background-color: #faf8e1;
    border-color: #e4d95e;
}

    .ek .list-group-item.selected.active, .ek .list-group-item.selected:hover.active {
        background: #fff;
    }

    .ek .list-group-item.selected .list-group-item-heading, .ek .list-group-item.selected .list-group-item-heading > small, .ek .list-group-item.selected .list-group-item-heading > .small, .ek .list-group-item.selected:hover .list-group-item-heading, .ek .list-group-item.selected:hover .list-group-item-heading > small, .ek .list-group-item.selected:hover .list-group-item-heading > .small {
        color: inherit;
    }

    .ek .list-group-item.selected .list-group-item-text, .ek .list-group-item.selected:hover .list-group-item-text {
        color: white;
    }

.ek .list-group-item.disabled .form-group {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .ek .list-group-item.disabled .form-group {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .ek .list-group-item.disabled .form-group {
        margin: 0;
        white-space: nowrap;
    }
}

.ek .list-group-header-default {
    color: #333333;
    font-weight: bold;
    background-color: #f0f0f0;
}

.ek a.list-group-item-default {
    color: #333333;
}

    .ek a.list-group-item-default .list-group-item-heading {
        color: inherit;
    }

    .ek a.list-group-item-default:hover, .ek a.list-group-item-default:focus {
        color: #333333;
        background-color: #e3e3e3;
    }

    .ek a.list-group-item-default.active, .ek a.list-group-item-default.active:hover, .ek a.list-group-item-default.active:focus {
        color: #fff;
        background-color: #333333;
        border-color: #333333;
    }

.ek .summary {
    display: block;
    font-weight: bold;
}

    .ek .summary small {
        display: block;
        font-size: 70%;
        font-weight: normal;
    }

.ek .summary-lg {
    font-size: 1.5em;
}

.ek .summary-md {
    font-size: 1.125em;
}

.ek .summary-sm {
    font-size: 0.875em;
}

.ek .summary-xs {
    font-size: 0.75em;
}

.ek label.styled-checkbox-wrapper:before {
    width: 1.375em;
    height: 1.375em;
    line-height: 1.375em;
    font-size: 0.9075em;
    -webkit-box-shadow: inset 1px 1px 0 #F2F2F2;
    -moz-box-shadow: inset 1px 1px 0 #F2F2F2;
    box-shadow: inset 1px 1px 0 #F2F2F2;
    font-size: 10px;
    position: static;
    top: auto;
    content: "\FEFF";
    text-align: center;
    color: #333;
    background-color: #FFF;
    border: solid 1px #C4C4C4;
    border-radius: 4px;
}

.ek label.styled-checkbox-wrapper.checkbox-checked:before {
    border-color: #C4C4C4;
}

.ek label.styled-checkbox-wrapper.checkbox-checked-minus:before {
    border-color: #C4C4C4;
}

.ek label.styled-checkbox-wrapper.checkbox-focus:before {
    border-color: #797879;
}

.ek label.styled-checkbox-wrapper.checkbox-disabled:before {
    border-color: #666;
    background-color: #EEE;
}

.ek label.styled-checkbox-wrapper.checkbox-sm:before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 0.66em;
}

.ek label.styled-checkbox-wrapper.checkbox-md:before {
    width: 1.375em;
    height: 1.375em;
    line-height: 1.375em;
    font-size: 0.9075em;
}

.ek label.styled-checkbox-wrapper.checkbox-md:before {
    width: 1.375em;
    height: 1.375em;
    line-height: 1.375em;
    font-size: 0.9075em;
}

.ek label.styled-checkbox-wrapper.checkbox-pass:before {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.1em;
}

.ek label.styled-checkbox-wrapper.checkbox-lg:before {
    width: 2.75em;
    height: 2.75em;
    line-height: 2.75em;
    font-size: 1.815em;
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ek label.styled-checkbox-wrapper.checkbox-sm-retina:before {
        width: 1em;
        height: 1em;
        line-height: 1em;
        font-size: 0.66em;
    }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ek label.styled-checkbox-wrapper.checkbox-md-retina:before {
        width: 1.375em;
        height: 1.375em;
        line-height: 1.375em;
        font-size: 0.9075em;
    }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ek label.styled-checkbox-wrapper.checkbox-lg-retina:before {
        width: 2.75em;
        height: 2.75em;
        line-height: 2.75em;
        font-size: 1.815em;
    }
}

.ek label.styled-checkbox-wrapper input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -9999px;
    right: auto;
}

.ek .checkbox .checkbox-text {
    padding-left: 40px;
    line-height: 1.375em;
    margin-bottom: 0.9375em;
    color: #666666;
}

.ek .checkbox p.checkbox-text:first-of-type {
    padding-top: 3px;
}

.ek .checkbox h3.checkbox-text {
    margin-top: 2px;
    padding-top: 0;
}

.ek .checkbox label.styled-checkbox-wrapper {
    padding-left: 0;
}

    .ek .checkbox label.styled-checkbox-wrapper:before {
        position: absolute;
        margin-left: 0;
        top: 3px;
        font-size: 15px;
    }

    .ek .checkbox label.styled-checkbox-wrapper.checkbox-sm {
        padding-left: 0;
    }

        .ek .checkbox label.styled-checkbox-wrapper.checkbox-sm:before {
            position: absolute;
            margin-left: 0;
            top: 3px;
            font-size: 15px;
        }

    .ek .checkbox label.styled-checkbox-wrapper.checkbox-md {
        padding-left: 0;
    }

        .ek .checkbox label.styled-checkbox-wrapper.checkbox-md:before {
            position: absolute;
            margin-left: 0;
            top: 3px;
            font-size: 15px;
        }

    .ek .checkbox label.styled-checkbox-wrapper.checkbox-lg {
        padding-left: 0;
    }

        .ek .checkbox label.styled-checkbox-wrapper.checkbox-lg:before {
            position: absolute;
            margin-left: 0;
            top: 3px;
            font-size: 15px;
        }

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ek .checkbox label.styled-checkbox-wrapper.checkbox-sm-retina {
        padding-left: 0;
    }

        .ek .checkbox label.styled-checkbox-wrapper.checkbox-sm-retina:before {
            position: absolute;
            margin-left: 0;
            top: 3px;
            font-size: 15px;
        }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ek .checkbox label.styled-checkbox-wrapper.checkbox-md-retina {
        padding-left: 0;
    }

        .ek .checkbox label.styled-checkbox-wrapper.checkbox-md-retina:before {
            position: absolute;
            margin-left: 0;
            top: 3px;
            font-size: 15px;
        }
}

@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .ek .checkbox label.styled-checkbox-wrapper.checkbox-lg-retina {
        padding-left: 0;
    }

        .ek .checkbox label.styled-checkbox-wrapper.checkbox-lg-retina:before {
            position: absolute;
            margin-left: 0;
            top: 3px;
            font-size: 15px;
        }
}

.ek .input-group-addon.has-checkbox .checkbox-pass:before {
    position: relative;
    top: 2px;
}

.ek .input-group-addon.input-lg.has-checkbox, .ek .input-group-lg > .input-group-addon.has-checkbox {
    padding: 12px 16px;
}

    .ek .input-group-addon.input-lg.has-checkbox.checkbox-sm, .ek .input-group-lg > .input-group-addon.has-checkbox.checkbox-sm {
        padding: 12px 16px;
    }

    .ek .input-group-addon.input-lg.has-checkbox.checkbox-md, .ek .input-group-lg > .input-group-addon.has-checkbox.checkbox-md {
        padding: 12px 16px;
    }

    .ek .input-group-addon.input-lg.has-checkbox.checkbox-lg, .ek .input-group-lg > .input-group-addon.has-checkbox.checkbox-lg {
        padding: 12px 16px;
    }

.ek .popover {
    text-align: left;
}

.ek .dk-select, .ek .dk-select *, .ek .dk-select *:before, .ek .dk-select *:after, .ek .dk-select-multi, .ek .dk-select-multi *, .ek .dk-select-multi *:before, .ek .dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ek .dk-select, .ek .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em;
    width: 200px;
    cursor: pointer;
}

.ek .dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    padding: 0 1.5em 0 0.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .ek .dk-selected:before, .ek .dk-selected:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
    }

    .ek .dk-selected:before {
        top: 50%;
        border: solid transparent;
        border-width: 0.25em 0.25em 0;
        border-top-color: #CCCCCC;
        margin: -0.125em 0.5em 0 0;
        font-size: 1.25em;
    }

    .ek .dk-selected:after {
        top: 0;
        height: 100%;
        border-left: 1px solid #CCCCCC;
        margin: 0 1.5em 0 0;
    }

.ek .dk-selected-disabled {
    color: #BBBBBB;
}

.ek .dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
}

.ek .dk-select-open-up .dk-select-options {
    border-radius: 0.4em 0.4em 0 0;
    margin-bottom: -1px;
    bottom: 100%;
}

.ek .dk-select-open-down .dk-select-options {
    border-radius: 0 0 0.4em 0.4em;
    margin-top: -1px;
    top: 100%;
}

.ek .dk-select-multi .dk-select-options {
    max-height: 10em;
}

.ek .dk-select-options {
    background-color: white;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.25em 0;
    width: auto;
    z-index: 100;
}

.ek .dk-option-selected {
    background-color: #3297fd;
    color: #fff;
}

.ek .dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit;
}

.ek .dk-option {
    padding: 0 0.5em;
}

.ek .dk-select-options .dk-option-highlight {
    background-color: #3297fd;
    color: #fff;
}

.ek .dk-select-options .dk-option-disabled {
    color: #BBBBBB;
    background-color: transparent;
}

.ek .dk-optgroup {
    border: solid #CCCCCC;
    border-width: 1px 0;
    padding: 0.25em 0;
    margin-top: 0.25em;
}

    .ek .dk-optgroup + .dk-option {
        margin-top: 0.25em;
    }

    .ek .dk-optgroup + .dk-optgroup {
        border-top-width: 0;
        margin-top: 0;
    }

    .ek .dk-optgroup:nth-child(2) {
        padding-top: 0;
        border-top: none;
        margin-top: 0;
    }

    .ek .dk-optgroup:last-child {
        border-bottom-width: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.ek .dk-optgroup-label {
    padding: 0 0.5em 0.25em;
    font-weight: bold;
    width: 100%;
}

.ek .dk-optgroup-options {
    list-style: none;
    padding-left: 0;
}

    .ek .dk-optgroup-options li {
        padding-left: 1.2em;
    }

.ek .dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #3297fd;
}

.ek .dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #3297fd;
}

    .ek .dk-select-open-up .dk-selected:before, .ek .dk-select-open-down .dk-selected:before {
        border-width: 0 0.25em 0.25em;
        border-bottom-color: #3297fd;
    }

    .ek .dk-select-open-up .dk-selected:after, .ek .dk-select-open-down .dk-selected:after {
        border-left-color: #3297fd;
    }

.ek .dk-select-open-up .dk-select-options, .ek .dk-select-open-down .dk-select-options, .ek .dk-select-multi:focus .dk-select-options {
    display: block;
    border-color: #3297fd;
}

.ek .dk-select-multi:hover, .ek .dk-select-multi:focus {
    outline: none;
}

.ek .dk-selected:hover, .ek .dk-selected:focus {
    outline: none;
    border-color: #3297fd;
}

    .ek .dk-selected:hover:before, .ek .dk-selected:focus:before {
        border-top-color: #3297fd;
    }

    .ek .dk-selected:hover:after, .ek .dk-selected:focus:after {
        border-left-color: #3297fd;
    }

.ek .dk-select-disabled {
    opacity: 0.6;
    color: #BBBBBB;
    cursor: not-allowed;
}

    .ek .dk-select-disabled .dk-selected:hover, .ek .dk-select-disabled .dk-selected:focus {
        border-color: inherit;
    }

        .ek .dk-select-disabled .dk-selected:hover:before, .ek .dk-select-disabled .dk-selected:focus:before {
            border-top-color: inherit;
        }

        .ek .dk-select-disabled .dk-selected:hover:after, .ek .dk-select-disabled .dk-selected:focus:after {
            border-left-color: inherit;
        }

.ek select[data-dkcacheid] {
    display: none;
}

.ek select[popover] {
    display: block;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    height: 0;
    z-index: 0;
    padding: 0 !important;
    overflow: hidden;
}

@media (max-width: 992px) {
    .ek select[popover] {
        top: 0;
    }
}

.ek .form-control.dk-select {
    width: 100%;
    padding-right: 14px;
}

    .ek .form-control.dk-select .dk-selected {
        border: none;
        padding: 0;
    }

        .ek .form-control.dk-select .dk-selected:before {
            margin: -0.175em 0 0 0;
            border-width: 0.35em 0.35em 0;
            border-top-color: #797879;
        }

        .ek .form-control.dk-select .dk-selected:after {
            border-left: none;
        }

    .ek .form-control.dk-select .dk-select-options {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        max-height: 30em;
        padding: 0;
        border-radius: 0;
        border-color: #797879;
        margin-left: -1px;
    }

        .ek .form-control.dk-select .dk-select-options .dk-option {
            padding: 6px 12px;
        }

            .ek .form-control.dk-select .dk-select-options .dk-option.dk-option-selected, .ek .form-control.dk-select .dk-select-options .dk-option.dk-option-highlight {
                background-color: #F2F2F2;
                color: inherit;
            }

    .ek .form-control.dk-select.dk-select-open-up, .ek .form-control.dk-select.dk-select-open-down {
        border-color: #797879;
    }

        .ek .form-control.dk-select.dk-select-open-up .dk-selected:before, .ek .form-control.dk-select.dk-select-open-down .dk-selected:before {
            border-width: 0 0.35em 0.35em;
            border-bottom-color: #797879;
        }

    .ek .form-control.dk-select.select-focus {
        border-color: #797879;
    }

    .ek .form-control.dk-select.input-sm .dk-select-options, .ek .input-group-sm > .form-control.dk-select .dk-select-options {
        max-height: 36.25em;
    }

        .ek .form-control.dk-select.input-sm .dk-select-options .dk-option, .ek .input-group-sm > .form-control.dk-select .dk-select-options .dk-option {
            padding: 5px 10px;
        }

    .ek .form-control.dk-select.input-lg .dk-select-options, .ek .input-group-lg > .form-control.dk-select .dk-select-options {
        max-height: 45em;
    }

        .ek .form-control.dk-select.input-lg .dk-select-options .dk-option, .ek .input-group-lg > .form-control.dk-select .dk-select-options .dk-option {
            padding: 12px 10px;
        }

.ek .has-error .dk-select.select-focus, .ek .has-error .dk-select.dk-select-open-up, .ek .has-error .dk-select.dk-select-open-down {
    border-color: #d71921;
}

.ek .reset-field-wrapper {
    position: relative;
}

    .ek .reset-field-wrapper .reset-field {
        position: absolute;
        top: 8px;
        right: 5px;
        bottom: auto;
        left: auto;
        position: absolute;
        font-size: 1.1em;
    }

    .ek .reset-field-wrapper.reset-field-lg a.reset-field {
        top: 16px;
    }

    .ek .reset-field-wrapper.reset-field-lg.reset-field-with-label a.reset-field {
        top: 40px;
    }

    .ek .reset-field-wrapper input[type=text], .ek .reset-field-wrapper input[type=search], .ek .reset-field-wrapper input[type=password], .ek .reset-field-wrapper input[type=email], .ek .reset-field-wrapper textarea {
        padding-right: 35px;
    }

    .ek .reset-field-wrapper.password-strength-field a.reset-field {
        position: absolute;
        top: 8px;
        right: 96px;
        bottom: auto;
        left: auto;
        z-index: 6;
    }

    .ek .reset-field-wrapper.password-strength-field.reset-field-lg a.reset-field {
        position: absolute;
        top: 16px;
        right: 100px;
        bottom: auto;
        left: auto;
    }

    .ek .reset-field-wrapper.field-focus-readonly .reset-field {
        display: none;
    }

.ek .ios .reset-field-wrapper .reset-field {
    top: 12px;
}

.ek .ios .reset-field-wrapper.reset-field-lg a.reset-field {
    top: 20px;
}

.ek .ios .reset-field-wrapper.reset-field-lg.reset-field-with-label a.reset-field {
    top: 44px;
}

.ek .bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
}
/*BRSR-1854*/
.blueBorder{
border:1px solid #0b24fb  !important;
}

    .ek .bootstrap-tagsinput input {
        border: none;
        box-shadow: none;
        outline: none;
        background-color: transparent;
        padding: 0;
        margin: 0;
        width: auto !important;
        max-width: inherit;
    }

        .ek .bootstrap-tagsinput input:focus {
            border: none;
            box-shadow: none;
        }

    .ek .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
    }

        .ek .bootstrap-tagsinput .tag [data-role="remove"] {
            margin-left: 8px;
            cursor: pointer;
        }

            .ek .bootstrap-tagsinput .tag [data-role="remove"]:after {
                content: "x";
                padding: 0px 2px;
            }

            .ek .bootstrap-tagsinput .tag [data-role="remove"]:hover {
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            }

                .ek .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
                }

.ek .bootstrap-tagsinput {
    border: solid 1px #C4C4C4;
    border-radius: 1px;
    box-shadow: inset 1px 1px 2px #dfdfdf;
    margin: 0;
    padding: 5px;
    padding-left: 51px;
    color: #333333;
    font-size: 15px;
    line-height: 32px;
    padding-bottom: 0;
}

    .ek .bootstrap-tagsinput .tag {
        color: #333333;
        font-size: 15px;
        font-weight: normal;
        border-radius: 4px;
        border: solid 1px #DCDADA;
        background-color: #F0F0F0;
        vertical-align: top;
        padding: 0;
        padding-left: 10px;
        margin: 0;
        display: inline-block;
        line-height: 30px;
        margin-bottom: 3px;
        margin-left: 5px;
    }

        .ek .bootstrap-tagsinput .tag:focus {
            box-shadow: 0 0 1px #0b24fb inset;
            outline: 1px solid #0b24fb;
            outline-offset: -1px;
        }

        .ek .bootstrap-tagsinput .tag [data-role="remove"] {
            display: inline-block;
            border-left: solid 1px #DCDADA;
            padding: 0;
            margin-left: 10px;
            background-image: url('/Images/icons/passenger-selector-remove.png');
            background-size: 11px 11px;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .ek .bootstrap-tagsinput .tag [data-role="remove"]:after {
                padding: 0;
                content: "\00a0";
                width: 31px;
                display: inline-block;
            }

            .ek .bootstrap-tagsinput .tag [data-role="remove"]:before {
                content: "";
                padding: 0;
            }

            .ek .bootstrap-tagsinput .tag [data-role="remove"]:hover, .ek .bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
                box-shadow: none;
                background-image: url('/Images/icons/passenger-selector-remove-dark.png');
            }

        .ek .bootstrap-tagsinput .tag .tag-img-wrapper {
            display: inline-block;
            height: 30px;
            width: 26px;
            vertical-align: top;
            position: relative;
            margin-right: 10px;
        }

            .ek .bootstrap-tagsinput .tag .tag-img-wrapper .tag-img-core {
                display: table-cell;
                vertical-align: middle;
                height: 30px;
                width: 26px;
                font-weight: bold;
                font-size: 12px;
            }

                .ek .bootstrap-tagsinput .tag .tag-img-wrapper .tag-img-core img {
                    width: 25px;
                    height: 25px;
                    z-index: 1;
                }

            .ek .bootstrap-tagsinput .tag .tag-img-wrapper:before {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background-image: url('/Images/icons/passenger-selector-overlay.png');
                background-size: 26px 26px;
                background-repeat: no-repeat;
                background-position: center center;
                z-index: 2;
            }

    .ek .bootstrap-tagsinput .twitter-typeahead {
        vertical-align: top;
        margin-bottom: 5px;
        margin-left: 5px;
        height: 32px;
    }

        .ek .bootstrap-tagsinput .twitter-typeahead .tt-hint, .ek .bootstrap-tagsinput .twitter-typeahead .tt-input {
            height: 32px;
        }

            .ek .bootstrap-tagsinput .twitter-typeahead .tt-input::-webkit-input-placeholder {
                color: #A9A9A9;
                font-style: italic;
            }
            /*accessibility fix*/
            .ek .bootstrap-tagsinput .twitter-typeahead .tt-input:-moz-placeholder {
                color: black;
                font-style: italic;
            }

            .ek .bootstrap-tagsinput .twitter-typeahead .tt-input::-moz-placeholder {
                color: black;
                font-style: italic;
            }

            .ek .bootstrap-tagsinput .twitter-typeahead .tt-input:-ms-input-placeholder {
                color: #A9A9A9;
                font-style: italic;
            }

            .ek .bootstrap-tagsinput .twitter-typeahead .tt-input.hasPlaceholder {
                color: #A9A9A9;
                font-style: italic;
            }

    .ek .bootstrap-tagsinput .tag + .twitter-typeahead {
        margin-left: 10px;
    }

.ek .input-holder.named-passenger-selector-wrapper {
    position: relative;
}

    .ek .input-holder.named-passenger-selector-wrapper label {
        margin: 0;
        position: absolute;
        left: 0;
        top: 6px;
        bottom: 6px;
        display: block;
        width: 50px;
        border-right: solid 1px #C4C4C4;
        cursor: default;
        background-image: url('/Images/icons/passenger-selector-icon.png');
        background-size: 24px 19px;
        background-repeat: no-repeat;
        background-position: center 7px;
    }

.ek .tt-menu {
    background-color: #FFF;
    border: solid 1px #797979;
    line-height: 1.42857;
}

    .ek .tt-menu .tt-dataset {
        /*max-height: 280px; design change*/
        max-height: 148px;
        overflow: auto;
    }

        .ek .tt-menu .tt-dataset .tt-header {
            border-top: solid 1px #CCC;
            border-bottom: solid 1px #CCC;
        }

            .ek .tt-menu .tt-dataset .tt-header:first-child {
                border-top: 0;
            }

        .ek .tt-menu .tt-dataset + .tt-footer {
            border-top: solid 1px #CCC;
        }

        .ek .tt-menu .tt-dataset .tt-header + .tt-footer {
            border-top: 0;
        }

    .ek .tt-menu .tt-header, .ek .tt-menu .tt-suggestion, .ek .tt-menu .tt-footer {
        line-height: normal;
    }

    .ek .tt-menu .tt-header {
        padding: 5px 15px;
        font-weight: bold;
        font-size: 12px;
    }

    .ek .tt-menu .tt-footer {
        padding: 15px;
        text-align: right;
    }

    .ek .tt-menu .tt-suggestion {
        padding: 15px;
        font-style: italic;
        color: #666666;
        text-align: left;
    }

        .ek .tt-menu .tt-suggestion.tt-selectable {
            font-style: normal;
            color: #333333;
            cursor: pointer;
        }

            .ek .tt-menu .tt-suggestion.tt-selectable:hover, .ek .tt-menu .tt-suggestion.tt-selectable.tt-cursor {
                background-color: #D9D9D9;
            }

        .ek .tt-menu .tt-suggestion .tt-extra-label {
            float: right;
        }

.ek .global-nav .btn-primary {
    display: table;
    position: relative;
    background-color: #d61322;
    -webkit-box-shadow: inset -3px 0px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -3px 0px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 52px;
    -webkit-transition: all 0.25s ease -out;
    -o-transition: all 0.25s ease -out;
    transition: all 0.25s ease -out;
}

    .ek .global-nav .btn-primary > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-primary > .inner > .label {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            text-align: left;
            font-size: 14px;
            font-size: calculateRem(14px);
            line-height: 1.1;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
            text-transform: capitalize;
            color: #FFFFFF !important;
            width: 100%;
            padding: 0 20px;
        }

            .ek .global-nav .btn-primary > .inner > .label > .icon, .ek .global-nav .people-management-list .list-group-item .people-row .btn-primary > .inner > .label > .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav .btn-primary > .inner > .label > .icon-header, .ek .global-nav .btn-primary > .inner > .label > label.styled-checkbox-wrapper:before {
                font-size: 16px;
                font-size: calculateRem(16px);
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
                color: #FFFFFF !important;
                margin: 0 10px 0 0px;
                vertical-align: middle;
                position: relative;
                top: -1px;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .ek .global-nav .btn-primary:after {
        font-family: "emirates-icons";
        content: "\e068";
        position: absolute;
        top: 36%;
        right: 10px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #FFFFFF;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ek .global-nav .btn-primary:hover {
        background-color: rgba(214, 19, 34, 0.8);
    }

    .ek .global-nav .btn-primary:active {
        -webkit-box-shadow: inset 3px 0px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 3px 0px 0 rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 3px 0 rgba(0, 0, 0, 0.2);
        background-color: #d61322;
    }

    .ek .global-nav .btn-primary.small {
        height: 42px;
        text-align: center;
    }

        .ek .global-nav .btn-primary.small > .inner > .label {
            padding: 0;
            width: 100%;
            text-align: center;
        }

        .ek .global-nav .btn-primary.small:after {
            display: none;
        }

    .ek .global-nav .btn-primary.disabled, .ek .global-nav .btn-primary[disabled], fieldset[disabled] .ek .global-nav .btn-primary {
        cursor: false;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: 5px none 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 5px none 10px rgba(0, 0, 0, 0.3);
        box-shadow: none 5px 10px rgba(0, 0, 0, 0.3);
    }

.ek .global-nav .btn-secondary {
    display: table;
    position: relative;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset -3px 0px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset -3px 0px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px -3px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 52px;
    min-width: 230px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

    .ek .global-nav .btn-secondary > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-secondary > .inner > .label {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            text-align: left;
            font-size: 14px;
            font-size: calculateRem(14px);
            line-height: 1.1;
            color: #333333 !important;
            width: 100%;
            padding: 0 20px;
        }

            .ek .global-nav .btn-secondary > .inner > .label > .icon, .ek .global-nav .people-management-list .list-group-item .people-row .btn-secondary > .inner > .label > .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav .btn-secondary > .inner > .label > .icon-header, .ek .global-nav .btn-secondary > .inner > .label > label.styled-checkbox-wrapper:before {
                font-size: 16px;
                font-size: calculateRem(16px);
                color: #949494;
                margin: 0 10px 0 0px;
                vertical-align: middle;
                position: relative;
                top: -1px;
                right: 0;
                bottom: 0;
                left: 0;
            }

    .ek .global-nav .btn-secondary:after {
        font-family: "emirates-icons";
        content: "\e068";
        position: absolute;
        top: 36%;
        right: 10px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #d61920;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ek .global-nav .btn-secondary:hover {
        background-color: #ededed;
    }

    .ek .global-nav .btn-secondary:active {
        -webkit-box-shadow: inset 3px 0px 0 rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 3px 0px 0 rgba(0, 0, 0, 0.05);
        box-shadow: inset 0px 3px 0 rgba(0, 0, 0, 0.05);
        background-color: whitesmoke;
    }

    .ek .global-nav .btn-secondary.large {
        width: 100%;
        height: 81px;
    }

.ek .global-nav .btn-tertiary {
    display: table;
    text-align: center;
    position: relative;
    color: #333333;
    font-weight: bold;
    width: 100%;
    height: 42px;
    max-width: 260px;
    border: 1px solid #d9d9d9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-size: calculateRem(14px);
    background-color: #FFFFFF;
    background-image: -webkit-linear-gradient(#FFFFFF, #eeeeee);
    background-image: linear-gradient(#FFFFFF, #eeeeee);
}

    .ek .global-nav .btn-tertiary > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-tertiary > .inner > .label {
            display: table-cell;
            vertical-align: middle;
            font-weight: bold;
            color: #333333 !important;
            width: 100%;
            height: 100%;
            line-height: 1.1;
        }

    .ek .global-nav .btn-tertiary:active {
        background-color: #eeeeee;
        background-image: -webkit-linear-gradient(#eeeeee, #FFFFFF);
        background-image: linear-gradient(#eeeeee, #FFFFFF);
    }

.ek .global-nav .btn-info {
    display: table;
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset -1px 0px 0 #ededed;
    -moz-box-shadow: inset -1px 0px 0 #ededed;
    box-shadow: inset 0px -1px 0 #ededed;
    width: 100%;
    height: 52px;
}

    .ek .global-nav .btn-info > .inner {
        display: table-row;
        vertical-align: middle;
        height: 100%;
    }

        .ek .global-nav .btn-info > .inner > .label {
            font-weight: bold;
            text-align: left;
            line-height: 1.1;
            text-transform: capitalize;
            color: #333333;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            padding: 0 20px;
        }

    .ek .global-nav .btn-info:after {
        font-family: "emirates-icons";
        content: "\e068";
        position: absolute;
        top: 36%;
        right: 10px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #d61920;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

.ek .global-nav .btn-cta-box {
    display: block;
    position: relative;
    width: 100%;
    height: 166px;
    -webkit-transition: all 0.25s ease -out;
    -o-transition: all 0.25s ease -out;
    transition: all 0.25s ease -out;
    border-bottom: 3px solid #ededed;
    line-height: 1.2;
    padding: 20px;
}

    .ek .global-nav .btn-cta-box:after {
        font-family: "emirates-icons";
        content: "\e068";
        position: absolute;
        top: 20px;
        right: 15px;
        bottom: auto;
        left: auto;
        width: auto;
        height: auto;
        color: #d61920;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ek .global-nav .btn-cta-box .icon, .ek .global-nav .btn-cta-box .people-management-list .list-group-item .people-row .icon-header, .ek .people-management-list .list-group-item .people-row .global-nav .btn-cta-box .icon-header, .ek .global-nav .btn-cta-box label.styled-checkbox-wrapper:before {
        display: inline-block;
        vertical-align: middle;
        color: #949494;
        font-size: 16px;
        font-size: calculateRem(16px);
        margin: 0 5px 0 0;
    }

    .ek .global-nav .btn-cta-box em {
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
    }

    .ek .global-nav .btn-cta-box .description {
        display: block;
        position: absolute;
        top: auto;
        right: 20px;
        bottom: 20px;
        left: 20px;
    }

    .ek .global-nav .btn-cta-box.emirates-timetable {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-map.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.flight-status {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-map.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.first-class {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-first-class.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.business-class {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-business-class.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.economy-class {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-economy-class.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.our-fleet {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-map.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.route-map {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-route-map.png') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box.discover-dubai {
        background: #f5f5f5 url('/Images/globalnavigation/hdr-menu-bg-discover-dubai.jpg') no-repeat center center;
        background-size: cover;
    }

    .ek .global-nav .btn-cta-box img {
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .ek .global-nav .btn-cta-box .icon-flight-status {
        width: 35px;
        margin-top: 20px;
    }

    .ek .global-nav .btn-cta-box .icon-fleet {
        width: 53px;
        margin-top: 15px;
    }

    .ek .global-nav .btn-cta-box .icon-discover-dubai {
        width: 44px;
        margin-top: 20px;
    }

    .ek .global-nav .btn-cta-box:hover {
        background-color: #ededed;
    }

    .ek .global-nav .btn-cta-box:focus {
        background-color: #ededed;
    }

.ek .global-nav button, .ek .global-nav input[type=button], .ek .global-nav input[type=submit] {
    font-family: Arial, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    border: medium none;
    margin: 0;
    padding: 0;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .ek .global-nav button.btn-primary > .inner, .ek .global-nav button.btn-secondary > .inner, .ek .global-nav button.btn-tertiary > .inner, .ek .global-nav input[type=button].btn-primary > .inner, .ek .global-nav input[type=button].btn-secondary > .inner, .ek .global-nav input[type=button].btn-tertiary > .inner, .ek .global-nav input[type=submit].btn-primary > .inner, .ek .global-nav input[type=submit].btn-secondary > .inner, .ek .global-nav input[type=submit].btn-tertiary > .inner {
        display: block;
        padding: 12px 0 0;
    }

        .ek .global-nav button.btn-primary > .inner > .label, .ek .global-nav button.btn-secondary > .inner > .label, .ek .global-nav button.btn-tertiary > .inner > .label, .ek .global-nav input[type=button].btn-primary > .inner > .label, .ek .global-nav input[type=button].btn-secondary > .inner > .label, .ek .global-nav input[type=button].btn-tertiary > .inner > .label, .ek .global-nav input[type=submit].btn-primary > .inner > .label, .ek .global-nav input[type=submit].btn-secondary > .inner > .label, .ek .global-nav input[type=submit].btn-tertiary > .inner > .label {
            display: inline-block;
        }

.ek .global-nav .text-link-primary {
    text-decoration: none !important;
    display: inline;
    line-height: 1.2;
    color: #333333;
}

    .ek .global-nav .text-link-primary .underline {
        display: inline;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .ek .global-nav .text-link-primary .underline {
        border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    }

    .ek .global-nav .text-link-primary:focus {
        color: #333333;
    }

        .ek .global-nav .text-link-primary:focus .underline {
            border-bottom: 1px solid #333333;
        }

    .ek .global-nav .text-link-primary:hover {
        color: #333333;
    }

        .ek .global-nav .text-link-primary:hover .underline {
            border-bottom: 1px solid #333333;
        }

    .ek .global-nav .text-link-primary:active {
        color: #333333;
    }

        .ek .global-nav .text-link-primary:active .underline {
            border-bottom: 1px solid #333333;
        }

.ek .global-nav .text-link-secondary {
    text-decoration: none !important;
    display: inline;
    line-height: 1.2;
    color: #949494;
}

    .ek .global-nav .text-link-secondary .underline {
        display: inline;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .ek .global-nav .text-link-secondary .underline {
        border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    }

    .ek .global-nav .text-link-secondary:focus {
        color: #707070;
    }

        .ek .global-nav .text-link-secondary:focus .underline {
            border-bottom: 1px solid #707070;
        }

    .ek .global-nav .text-link-secondary:hover {
        color: #707070;
    }

        .ek .global-nav .text-link-secondary:hover .underline {
            border-bottom: 1px solid #707070;
        }

    .ek .global-nav .text-link-secondary:active {
        color: #333333;
    }

        .ek .global-nav .text-link-secondary:active .underline {
            border-bottom: 1px solid #333333;
        }

.ek .global-nav .main-navigation {
    background-color: #f5f5f5;
    width: 100%;
    height: 60px;
    position: relative;
}

    .ek .global-nav .main-navigation > ul {
        float: left;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0 0 0 110px;
        -webkit-box-shadow: inset -3px 0px 0 rgba(51, 51, 51, 0.1);
        -moz-box-shadow: inset -3px 0px 0 rgba(51, 51, 51, 0.1);
        box-shadow: inset 0px -3px 0 rgba(51, 51, 51, 0.1);
    }

        .ek .global-nav .main-navigation > ul li {
            display: inline-block;
            float: left;
            width: 140px;
            height: 100%;
        }

            .ek .global-nav .main-navigation > ul li > a {
                display: block;
                width: 100%;
                height: 100%;
                padding: 25px;
                position: relative;
                z-index: 150;
            }

                .ek .global-nav .main-navigation > ul li > a:hover {
                    background-color: #FFFFFF;
                }

            .ek .global-nav .main-navigation > ul li .label {
                color: #333333;
                font-weight: bold;
                display: inline-block;
                vertical-align: middle;
            }

            .ek .global-nav .main-navigation > ul li.active > a {
                background-color: #FFFFFF;
            }

                .ek .global-nav .main-navigation > ul li.active > a .label {
                    color: #d61920;
                }

            .ek .global-nav .main-navigation > ul li.customer-area {
                float: right;
                width: 240px;
                height: 100%;
            }

                .ek .global-nav .main-navigation > ul li.customer-area .customer-avatar {
                    display: inline-block;
                    vertical-align: middle;
                }

.ek input::-ms-clear, .ek input::-ms-reveal {
    display: none;
}

/* Base adjustment styles */
.fare-families-container .last-section-adjust {
    margin-bottom: 0;
}

.fare-families-container .line-break-adjust {
    padding-bottom: 20px;
}

    .fare-families-container .line-break-adjust .travelers-row-dependent .custom-select-box {
        margin-bottom: 10px;
    }

    .fare-families-container .line-break-adjust .passenger-add-btn {
        margin-bottom: 10px;
    }

.fare-families-container .section-separator-adjust {
    border-bottom: solid 1px #c4c4c4;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.fare-families-container .converter-adjust ~ .predictive-select-container {
    margin-top: 35px;
}

.fare-families-container .select-box-label-adjust .custom-select-box > p {
    text-align: left;
}

.fare-families-container .sp-adjust.travelers-row-dependent .custom-select-box {
    margin-bottom: 10px;
}

.fare-families-container .sp-adjust.travelers-row-dependent ~ .passenger-add-btn {
    margin-bottom: 10px;
}

.fare-families-container .sp-adjust.travelers-row-dependent ~ .cancel-link {
    margin-bottom: 7px;
}

/* Booking comment section styles */
.section.booking-comment #feedbackInputDiv, .section.booking-comment .booking-comment-core {
    padding-top: 18px;
}

    .section.booking-comment #feedbackInputDiv .booking-comment-input, .section.booking-comment .booking-comment-core .booking-comment-input {
        padding: 0 15px;
        width: 695px;
        float: left;
    }

    .section.booking-comment #feedbackInputDiv .booking-comment-save-button, .section.booking-comment .booking-comment-core .booking-comment-save-button {
        min-width: 170px;
        float: right;
    }

.section.booking-comment .fare-inputs-row {
    margin-bottom: 0;
}

/* Travellers section */
.travelers-header-info-section {
    float: right;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 26px;
    /*width:56.5%;*/ /* design change*/
    width : auto;
    padding-right:180px;
}

.travelers-row-dependent {
    display: none;
}

    .travelers-row-dependent legend {
        position: static !important;
        font-size: 14px;
        color: #333;
        margin-bottom: 10px;
    }

    .travelers-row-dependent .passenger-remove-btn {
        float: left;
        max-width: 160px;
    }

.passenger-add-btn {
    min-width: 270px;
}

    .passenger-add-btn span {
        font-size: 20px;
        font-weight: 100;
        vertical-align: top;
    }

.passenger-remove-btn {
    border: none;
    background: none;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    text-align: left;
    height: 44px;
    padding: 0;
    cursor: pointer;
}

    .passenger-remove-btn:hover {
        text-decoration: none;
        color: #B32C2D;
    }

/* Named passenger selector adjustment styles */
.named-passenger-selector-wrapper {
    margin-bottom: 20px;
     width: 80%; /*design change*/
}

    .named-passenger-selector-wrapper .named-passenger-selector-base, .named-passenger-selector-wrapper .bootstrap-tagsinput {
        width: 100%;
    }

