.gd-ui-json-explorer .prop {
    font-weight: bold;
}

.gd-ui-json-explorer .null {
    color: red;
}

.gd-ui-json-explorer .bool {
    color: blue;
}

.gd-ui-json-explorer .num {
    color: blue;
}

.gd-ui-json-explorer .string {
    color: green;
    white-space: pre-wrap;
}

.gd-ui-json-explorer .collapser {
    position: absolute;
    left: -1em;
    cursor: pointer;
    -moz-user-select: none;
    color: rgb(249, 39, 83);
}

.gd-ui-json-explorer .q {
    display: inline-block;
    width: 0px;
    color: transparent;
}

.gd-ui-json-explorer li {
    position: relative;
}

.gd-ui-json-explorer .error {
    -moz-border-radius: 8px;
    border: 1px solid #970000;
    background-color: #F7E8E8;
    margin: .5em;
    padding: .5em;
}

span.required {
    color:#970000;
}



.gd-ui-json-explorer .errormessage {
    font-family: monospace;
}

.gd-ui-json-explorer {
    font-family: monospace;
    font-size: 1.1em;
    white-space: pre-wrap;
}

.gd-ui-json-explorer ul {
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}

.gd-ui-json-explorer h1 {
    font-size: 1.2em;
}

.gd-ui-json-explorer .callback + #json {
    padding-left: 1em;
}

.gd-ui-json-explorer .callback {
    font-family: monospace;
    color: #A52A2A;
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: inherit;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}

.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-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;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 20px;
    /*padding-left: 20px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('bootstrap/dist/fonts/glyphicons-halflings-regular-7ad17c6085dee9a33787bac28fb23d46.eot');
    src: url('bootstrap/dist/fonts/glyphicons-halflings-regular-7ad17c6085dee9a33787bac28fb23d46.eot?#iefix') format('embedded-opentype'), url('bootstrap/dist/fonts/glyphicons-halflings-regular-68ed1dac06bf0409c18ae7bc62889170.woff') format('woff'), url('bootstrap/dist/fonts/glyphicons-halflings-regular-e49d52e74b7689a0727def99da31f3eb.ttf') format('truetype'), url('bootstrap/dist/fonts/glyphicons-halflings-regular-32941d6330044744c02493835b799e90.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

/*nav */
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    /*border-bottom: 1px solid #ddd;*/
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
   /* color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;*/
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        /* margin-left: 15px;*/
        margin-top:5px;
    }
    .navbar > .container-fluid .navbar-brand img {
        /*margin-left: 15px;*/
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 18px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #999;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}


.jumbotron{padding:0;
    margin-bottom:20px;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}.container .jumbotron{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px}.jumbotron>.jumbotron-photo img{width:100%;border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.jumbotron .jumbotron-contents{padding:20px;color:#434a54}.jumbotron .carousel,.jumbotron .carousel-inner,.jumbotron .carousel-inner>.item.active img{border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0}.jumbotron .carousel-inner>.item>a>img,.jumbotron .carousel-inner>.item>img{width:100%}.jumbotron .carousel-control.left{border-radius:4px 0 0;-webkit-border-radius:4px 0 0;-moz-border-radius:4px 0 0}.jumbotron .carousel-control.right{border-radius:0 4px 0 0;-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0}.jumbotron .h1,.jumbotron .h2,.jumbotron h1,.jumbotron h2{font-weight:400}.jumbotron .h1,.jumbotron h1{font-size:28px}.jumbotron .h2,.jumbotron h2{font-size:24px}.jumbotron p{font-size:14px}@media screen and (min-width:768px){.container .jumbotron,.jumbotron{padding:0}.jumbotron .h1,.jumbotron h1{font-size:28px}}.panel{background-color:#fff;border:none;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);-webkit-border-radius:4px;-moz-border-radius:4px}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-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;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #f5f5f5!important;
    border-color: #f5f5f5;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #f5f5f5!important;
    border-color: #f5f5f5;
}


a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition:    -moz-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.8.3 - 2014-10-14T18:22:05.435Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
    font-weight: bold;
}

.ui-select-offscreen {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
    padding-left: 0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
    border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
    width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
    width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}


/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
    /* Instead of relative */
    position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
    border-radius: 4px; /* FIXME hardcoded value :-/ */
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match {
    /* Instead of center because of .btn */
    text-align: left;
}

.ui-select-bootstrap > .ui-select-match > .caret {
    position: absolute;
    top: 45%;
    right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.ui-select-multiple.ui-select-bootstrap {
    height: auto;
    padding: .3em;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    background-color: transparent !important; /* To prevent double background when disabled */
    border: none;
    outline: none;
    height: 1.666666em;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    font-size: 1.6em;
    line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{
    outline: 0;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}

strong {
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 600;
}

a:focus {
    outline: none;
}
.img-rounded {
    border-radius: 0;
}
hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border-top: 1px solid #e6e6e6;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #6c6c6c;
}
h1,
.h1,
h2,
.h2,

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
h1,
.h1 {
    font-size: 39px;
}
h2,
.h2 {
    font-size: 32px;
}
h4,
.h4 {
    font-size: 19px;
}
h5,
.h5 {
    font-size: 15px;
}
h6,
.h6 {
    font-size: 13px;
}
p {
    margin: 0 0 10.5px;
}
.lead {
    margin-bottom: 21px;
    font-size: 17px;
}

/*
.radio-inline, .checkbox-inline {
    padding-left: 15px;
}
*/

@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }
}
.text-primary {
    color: #007fff;
}
a.text-primary:hover {
    color: #0066cc;
}
.text-success {
    color: #ffffff;
    font-weight: 300;
}
a.text-success:hover {
    color: #e6e6e6;
    font-weight: 300;
}
.text-info {
    color: #ffffff;
}
a.text-info:hover {
    color: #e6e6e6;
}
.text-warning {
    color: #ffffff;
}
a.text-warning:hover {
    color: #e6e6e6;
}
.text-danger {
    color: #ff0000;
}
a.text-danger:hover {
    color: #900;
}
.bg-primary {
    background-color: #007fff;
}
a.bg-primary:hover {
    background-color: #0066cc;
}
.bg-success {
    background-color: #3fb618;
}
a.bg-success:hover {
    background-color: #2f8912;
}
.bg-info {
    background-color: #9954bb;
}
a.bg-info:hover {
    background-color: #7e3f9d;
}
.bg-warning {
    background-color: #ff7518;
}
a.bg-warning:hover {
    background-color: #e45c00;
}
.bg-danger {
    background-color: #ff0039;
}
a.bg-danger:hover {
    background-color: #cc002e;
}
.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #e6e6e6;
}
ul,
ol {
    margin-bottom: 10.5px;
}
dl {
    margin-bottom: 21px;
}
blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 18.75px;
    border-left: 5px solid #e6e6e6;
}
.blockquote-reverse,
blockquote.pull-right {
    border-right: 5px solid #e6e6e6;
}
address {
    margin-bottom: 21px;
}
code {
    border-radius: 0;
}
pre {
    margin: 0 0 10.5px;
    font-size: 14px;
    border-radius: 0;
}
.table {
    margin-bottom: 21px;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #3fb618;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
    background-color: #379f15;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #9954bb;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
    background-color: #8d46b0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #ff7518;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #fe6600;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #ff0039;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #e60033;
}
@media (max-width: 767px) {
    .table-responsive {
        margin-bottom: 15.75px;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }
}
legend {
    margin-bottom: 21px;
    font-size: 22.5px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    /*outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;*/
}
output {
    padding-top: 11px;
    font-size: 15px;
    color: #333333;
}
.form-control {
    height: 43px;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-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;
}
.form-control:focus {
    border-color: #6cb100;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.hasError.form-control:focus {
    border-color: #ff0000;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #e6e6e6;
    /*cursor: default;*/
}
input[type="date"] {
    line-height: 50px;
}
.radio,
.checkbox {
    min-height: 21px;
    /* padding-left: 0; */
}
.input-sm, .validation-input-sm input {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0;
}
select.input-sm, .validation-input-sm select {
    height: 31px;
    line-height: 31px;
}
.input-lg, .validation-input-lg input {
    height: 54px;
    padding: 15px;
    font-size: 15px;
    /*line-height: 1.33;*/
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
select.input-lg, .validation-input-lg select {
    height: 54px;
}
.has-feedback .form-control {
    padding-right: 53.75px;
}
.has-feedback .form-control-feedback {
    top: 26px;
    width: 43px;
    height: 43px;
    line-height: 43px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: inherit;
}
.has-success .form-control {
    border-color: #ffffff;
}
.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #3fb618;
}
.has-success .form-control-feedback {
    color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #ffffff;
}
.has-warning .form-control {
    border-color: #ffffff;
}
.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ff7518;
}
.has-warning .form-control-feedback {
    color: #ffffff;
}

.has-error .form-control {
    border-color: #ffffff;
}
.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #ff0039;
}
.has-error .form-control-feedback {
    color: #ffffff;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px;
}
.form-horizontal .form-control-static {
    padding-top: 11px;
}
.btn {
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 0;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    /*outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;*/
}
.btn:hover,
.btn:focus {
    /*color: #ffffff;*/
}
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #0072bc;
    /*background-color: #222222;
    border-color: #222222;*/
}
/*http://bugzilla.studentuniverse.com/bugzilla/show_bug.cgi?id=13478*/
.btn-default.active {
    background-color: #ffffff;
    color: #0072bc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-color: rgba(108,177,0,0.2);
    border-color: transparent;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #222222;
    border-color: #222222;
}
.btn-default .badge {
    color: #222222;
    background-color: #ffffff;
}
.btn-primary {
    background-color: #6cb100;
    border-color: #6cb100;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #436d00;
    /*border-color: #0061c2;*/
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #6cb100;
    border-color: #6cb100;

}
.btn-primary .badge {
    color: #007fff;
}
.btn-success {
    background-color: #3fb618;
    border-color: #3fb618;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #339213;
    border-color: #2c8011;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #3fb618;
    border-color: #3fb618;
}
.btn-success .badge {
    color: #3fb618;
}
/*.btn-info {
    background-color: #6cb100;
    border-color: #6cb100;
}*/

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #9954bb;
    border-color: #9954bb;
}
.btn-info .badge {
    color: #9954bb;
}
.btn-warning {
    background-color: #ff7518;
    border-color: #ff7518;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #ee6000;
    border-color: #da5800;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ff7518;
    border-color: #ff7518;
}
.btn-warning .badge {
    color: #ff7518;
}
.btn-danger {
    background-color: #ff0039;
    border-color: #ff0039;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #d60030;
    border-color: #c2002b;
}
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #ff0039;
    border-color: #ff0039;
}
.btn-danger .badge {
    color: #ff0039;
}
.btn-link {
    color: #007fff;
}
.btn-link:hover,
.btn-link:focus {
    color: #0059b3;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 17px 30px;
    font-size: 15px;
    border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
    font-size: 13px;
    border-radius: 0;
}
.dropdown-menu {
    font-size: 15px;
    border: none;
    border-radius: 0;
    min-width: 200px; /* 260px */
}
.dropdown-menu .divider {
    margin: 9.5px 0;
}
.dropdown-menu > li > a {
    line-height: inherit;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: rgba(108,177,0,0.1);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #6cb100; /* #007fff, changed for typeahead */
}
.dropdown-header {
    font-size: 13px;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 64px;
    padding: 18px 30px;
    font-size: 19px;
    border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 64px;
    line-height: 64px;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 31px;
    font-size: 13px;
    border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 31px;
    line-height: 31px;
}
.input-group-addon {
    padding: 10px 18px;
    font-size: 15px;
    color: #333333;
    background-color: #fff;
    border-radius: 0;
}
.input-group-addon.input-sm {
    font-size: 13px;
    border-radius: 0;
}
.input-group-addon.input-lg {
    padding: 18px 30px;
    font-size: 19px;
    border-radius: 0;
}
.input-group-btn {
    border: 1px solid #6cb100;
}
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #e6e6e6;
    border-color: #007fff;
}
.nav .nav-divider {
    margin: 9.5px 0;
}
.nav-tabs {
    border-color: #ccc;
}

.nav-tabs > li > a {
    border-color: #ccc;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    border-color: #ccc #ccc #ccc;
}
.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #007fff;
    border-color: #ccc;
    color: #ffffff;
}
.nav-tabs-justified > li > a {
    border-radius: 0;
}

.tab-content > .active {
    margin-bottom: 21px;
    margin-top: 10.25px;
}

.navbar {
    border: 0;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: inherit;
    }
}


@media (min-width: 992px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: none;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: 720px;
        border-top: inherit;
        box-shadow: inherit;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        padding-bottom: inherit;
        overflow: inherit !important;
    }
    .navbar-collapse.in {
        display: block !important;
        height: 68px !important;
        overflow-y: inherit;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: inherit;
        padding-left: inherit;
    }
}


@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        height: auto !important;
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-brand {
    padding: 14.5px 15px;
    font-size: 19px;
    line-height: 21px;
    height: 62px;
}
.navbar-toggle {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0 solid transparent;
    border-radius: 0;
}

@media (min-width: 992px) {
    .navbar-brand {
        padding: 10.5px 15px;
    }
}


@media (min-width: 768px) {
    .navbar-toggle {
        display: inherit;
    }
}


@media (min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}


.navbar-nav {
    margin: 0;
}
.navbar-nav > li > a {
    line-height: 21px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 21px;
        margin-left:21px;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .navbar-nav > li > .dropdown-menu {
        z-index: 1000000;
    }
}
.navbar-form {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}
.navbar-btn {
    margin-top: 3.5px;
    margin-bottom: 3.5px;
}
.navbar-btn.btn-sm {
    margin-top: 9.5px;
    margin-bottom: 9.5px;
}
.navbar-text {
    margin-top: 14.5px;
    margin-bottom: 14.5px;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #6c6c6c;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #0072bc;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    font-weight: 400;
    color: #0072bc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #e5e5e5;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #121212;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(108,177,0,0.1);
    color: #436d00;
}
.navbar-inverse {
    background-color: #007fff;
    border-color: #0066cc;
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background-color: #0066cc;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #0066cc;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #ffffff;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #0066cc;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #006ddb;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #0066cc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #0066cc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #0066cc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        background-color: #0066cc;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ffffff;
    }
}
.navbar-inverse .navbar-link {
    color: #ffffff;
}

.pagination {
    margin: 21px 0;
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    padding: 10px 18px;
    color: #007fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #0059b3;
    background-color: #e6e6e6;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #999999;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 18px 30px;
    font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pager {
    margin: 21px 0;
}
.pager li > a,
.pager li > span {
    border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
    background-color: #e6e6e6;
}
.label-default {
    background-color: #222222;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #090909;
}
.label-primary {
    background-color: #007fff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0066cc;
}
.label-success {
    background-color: #3fb618;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #2f8912;
}
.label-info {
    background-color: #9954bb;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #7e3f9d;
}
.label-warning {
    background-color: #ff7518;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #e45c00;
}
.label-danger {
    background-color: #ff0039;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #cc002e;
}
.badge {
    font-size: 13px;
    background-color: #6cb100;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #007fff;
}

.thumbnail {
    margin: 10px;
    border-radius: 0;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #007fff;
}
.alert {
    margin-bottom: 21px;
    border-radius: 0;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #6cb100;
    color: #6cb100;
}
.alert-success hr {
    border-top-color: #438912;
}
.alert-success .alert-link {
    color: #e6e6e6;
}
.alert-info {
    background-color: hsl(186, 50.0000%, 85.000%);
    border-color: hsl(186, 100.0000%, 23.9216%);
    color: #000000;
}
.alert-info hr {
    border-top-color: #693c96;
}
.alert-info .alert-link {
    color: #e6e6e6;
}
.alert-warning {
    background-color: hsl(25, 95.6522%, 81.9608%); /* fdcaa5 */
    border-color: hsl(26, 91.3580%, 31.7647%); /* 9b4807 */
    color: hsl(26, 91.3580%, 31.7647%); /* 9b4807 */
}
/*
.alert-warning hr {
  border-top-color: #ee3800;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
*/
.alert-danger {
    background-color: #fcc;
    border-color: #ff0000;
    color: #ff0000;
}
.alert-danger hr {
    border-top-color: #d60054;
}
.alert-danger .alert-link {
    color: #e6e6e6;
}
.progress {
    height: 21px;
    margin-bottom: 21px;
    background-color: #cccccc;
    border-radius: 0;
}
.progress-bar {
    font-size: 13px;
    line-height: 21px;
    background-color: #007fff;
}
.progress-bar-success {
    background-color: #3fb618;
}
.progress-bar-info {
    background-color: #9954bb;
}
.progress-bar-warning {
    background-color: #ff7518;
}
.progress-bar-danger {
    background-color: #ff0039;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #007fff;
    border-color: #007fff;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
    color: #cce5ff;
}
.list-group-item-success {
    color: #ffffff;
    background-color: #3fb618;
}
a.list-group-item-success {
    color: #ffffff;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #ffffff;
    background-color: #379f15;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}
.list-group-item-info {
    color: #ffffff;
    background-color: #9954bb;
}
a.list-group-item-info {
    color: #ffffff;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #ffffff;
    background-color: #8d46b0;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}
.list-group-item-warning {
    color: #ffffff;
    background-color: #ff7518;
}
a.list-group-item-warning {
    color: #ffffff;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #ffffff;
    background-color: #fe6600;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}
.list-group-item-danger {
    color: #ffffff;
    background-color: #ff0039;
}
a.list-group-item-danger {
    color: #ffffff;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #ffffff;
    background-color: #e60033;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    background-color: #ffffff;
    border-color: #ffffff;
}

.panel-heading {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-title {
    font-size: 17px;
}
.panel-footer {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: -1;
}
.panel-group {
    margin-bottom: 21px;
}
.panel-group .panel {
    border-radius: 0;
}
/*.panel-group .panel + .panel {
	margin-top: 0;
}*/
.panel-primary {
    border-color: #007fff;
}
.panel-primary > .panel-heading {
    background-color: #007fff;
    border-color: #007fff;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #007fff;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #007fff;
}
.panel-success {
    border-color: #4e9f15;
}
.panel-success > .panel-heading {
    color: #ffffff;
    background-color: #3fb618;
    border-color: #4e9f15;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #4e9f15;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4e9f15;
}
.panel-info {
    border-color: #7643a8;
}
.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #9954bb;
    border-color: #7643a8;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #7643a8;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #7643a8;
}
.panel-warning {
    border-color: #ff4309;
}
.panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ff7518;
    border-color: #ff4309;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ff4309;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ff4309;
}
.panel-danger {
    border-color: #f0005e;
}
.panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ff0039;
    border-color: #f0005e;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #f0005e;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #f0005e;
}

.close {
    font-size: 22.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.close:hover, .close:focus {
    opacity: .85;
    filter: alpha(opacity=85);
}
.modal-content {
    border-radius: 0;
    padding: 15px;
}
.tooltip {
    font-size: 13px;
}
.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 0;
}
/*
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(108,177,0,1);
}
*/
.tooltip.top-left .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
    border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
    border: 1px solid #6cb100;
    border: 1px solid rgba(108,177,0,1);
    border-radius: 0;
}
.popover-title {
    font-size: 15px;
}
.popover.bottom > .arrow {
    border-bottom-color: #6cb100;
    border-bottom-color: rgba(108,177,0,1);
}
.popover-content {
    text-align: center;
}
.navbar-inverse .badge {
    background-color: #fff;
    color: #007fff;
}
.btn {
    /*border: none;*/
}
.text-primary,
.text-primary:hover {
    color: #007fff;
}
.text-success,
.text-success:hover {
    color: #6cb100;
    font-weight: 300;
}
.text-danger,
.text-danger:hover {
    color: #ff0000;
}
.text-warning,
.text-warning:hover {
    color: #9b4807;
}
.text-info,
.text-info:hover {
    color: hsl(186, 100.0000%, 23.9216%);
}
table a,
.table a {
    text-decoration: underline;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
    color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
    color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
    color: #ff7518;
}
.has-warning .form-control,
.has-warning .form-control:focus {
    border: 1px solid #ff7518;
}
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
    color: #ff0039;
}
.has-error .form-control,
.has-error .form-control:focus {
    border: 1px solid #ff0039;
}
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
    color: #3fb618;
}
.has-success .form-control,
.has-success .form-control:focus {
    border: 1px solid #3fb618;
}
.nav-pills > li > a {
    border-radius: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image: none;
}
.alert {
    /* border: none; */
    border-width: 0 0 0 5px;
}
.alert .alert-link {
    text-decoration: underline;
    color: #fff;
}
.alert .close {
    color: #fff;
    text-decoration: none;
    opacity: 0.4;
}
.alert .close:hover,
.alert .close:focus {
    color: #fff;
    opacity: 1;
}
.label {
    border-radius: 0;
}
.progress {
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress .progress-bar {
    font-size: 8px;
    line-height: 8px;
}
.panel-heading,
.panel-footer {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
@font-face {
    font-family: 'icomoon';
    src:url('/fonts/icomoon.eot?pu7z2q');
    src:url('/fonts/icomoon.eot?#iefixpu7z2q') format('embedded-opentype'),
    url('/fonts/icomoon.woff?pu7z2q') format('woff'),
    url('/fonts/icomoon.ttf?pu7z2q') format('truetype'),
    url('/fonts/icomoon.svg?pu7z2q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-su:before {
    content: "\e640";
}

.icon-down:before {
    content: "\e63c";
}

.icon-bursar:before {
    content: "\e632";
}

.icon-classschedule:before {
    content: "\e633";
}

.icon-email:before {
    content: "\e634";
}

.icon-officialletter:before {
    content: "\e635";
}

.icon-paystub:before {
    content: "\e636";
}

.icon-schoolid:before {
    content: "\e637";
}

.icon-transcript:before {
    content: "\e638";
}

.icon-visa:before {
    content: "\e639";
}

.icon-popup:before {
    content: "\e631";
}

.icon-carbon:before {
    content: "\e630";
}

.icon-matrix:before {
    content: "\e62c";
}

.icon-creditcard:before {
    content: "\e62b";
}

.icon-successcheckbox:before {
    content: "\e62d";
}

.icon-up:before {
    content: "\e62e";
}

.icon-groups:before {
    content: "\e60d";
}

.icon-hostels:before {
    content: "\e60e";
}

.icon-close:before {
    content: "\e60f";
}

.icon-breakfast:before {
    content: "\e63b";
}

.icon-transport:before {
    content: "\e613";
}

.icon-wifi:before {
    content: "\e614";
}

.icon-reset:before {
    content: "\e619";
}

.icon-weibo:before {
    content: "\e608";
}

.icon-renren:before {
    content: "\e609";
}

.icon-youtube:before {
    content: "\e60a";
}

.icon-instagram:before {
    content: "\e60b";
}

.icon-prev:before {
    content: "\e610";
}

.icon-play:before {
    content: "\e611";
}

.icon-activities:before {
    content: "\e61c";
}

.icon-next:before {
    content: "\e61b";
}

.icon-cart:before {
    content: "\e61a";
}

.icon-flights:before {
    content: "\e618";
}

.icon-guy:before {
    content: "\e617";
}

.icon-hotels:before {
    content: "\e616";
}

.icon-tours:before {
    content: "\e615";
}

.icon-key:before {
    content: "\e021";
}

.icon-announcement:before {
    content: "\e607";
}

.icon-baggage:before {
    content: "\e029";
}

.icon-insurance:before {
    content: "\e028";
}

.icon-info:before {
    content: "\e606";
}

.icon-time:before {
    content: "\e605";
}

.icon-email2:before {
    content: "\e604";
}

.icon-calendar-alt-fill:before {
    content: "\e025";
}

.icon-cheapest:before {
    content: "\e628";
}

.icon-recommended:before {
    content: "\e627";
}

.icon-home:before {
    content: "\e61e";
}

.icon-diamonds:before {
    content: "\e63a";
}

.icon-location:before {
    content: "\e60c";
}

.icon-map:before {
    content: "\e63f";
}

.icon-print:before {
    content: "\e629";
}

.icon-bubbles:before {
    content: "\e62a";
}

.icon-close2:before {
    content: "\e63d";
}

.icon-checkmark:before {
    content: "\e62f";
}

.icon-stop:before {
    content: "\e612";
}

.icon-feed:before {
    content: "\e63e";
}

.icon-facebook:before {
    content: "\e601";
}

.icon-twitter:before {
    content: "\e602";
}

.icon-pinterest:before {
    content: "\e603";
}

.icon-googleplus:before {
    content: "\e600";
}

.icon-pencil:before {
    content: "\e61d";
}

.icon-filter:before {
    content: "\e625";
}

.icon-lock:before {
    content: "\e624";
}

.icon-remove:before {
    content: "\e626";
}

.icon-chevron-left:before {
    content: "\e620";
}

.icon-chevron-down:before {
    content: "\e621";
}

.icon-chevron-up:before {
    content: "\e622";
}

.icon-chevron-right:before {
    content: "\e623";
}

.icon-warning:before {
    content: "\e61f";
}


/*================THIS FILE WAS AUTOGENERATED================
==================DO NOT EDIT IT DIRECTLY====================
==================run `grunt watch:less`=====================
=and modify the appropriate file in /grails-app/assets/less=*/

/* variables */
/*su green */
/*su blue */
/* light grey */
/* mixins */
.background-positioning {
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.border-top-bottom {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.icon-reset {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?jvpj10');
    src: url('/fonts/icomoon.eot?#iefixjvpj10') format('embedded-opentype'), url('/fonts/icomoon.woff?jvpj10') format('woff'), url('/fonts/icomoon.ttf?jvpj10') format('truetype'), url('/fonts/icomoon.svg?jvpj10#icomoon') format('svg');
    font-style: normal;
    font-weight: normal;
}
.hweight {
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
/* site-wide things */
.su-cloak,
[su-cloak] {
    display: none;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    min-height: 100vh;
    overflow: inherit;
    /* text-rendering: optimizeLegibility; */
    /* remove for chrome 39 */
}
body.modal-open {
    overflow: initial;
}
#body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100%;
    min-height: 100vh;
    overflow: inherit;
    width: auto;
}

.flexboxtweener,
.flexboxtweener > body {
    height: 100%;
}
a {
    cursor: pointer;
}

.middle-section {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.strikethrough {
    text-decoration: line-through;
}

.stars {
    color: #fbaf5d;
}
.red {
    color: #ff0000;
}
.help-chinese {
    font-family: 'Microsoft JhengHei', 'Microsoft Yahei UI', Helvetica, Arial, sans-serif;
}
section[id="side-matrix"] .ngscroll-scrollbar-container {
    background-color: rgba(109, 177, 0, 0.15) !important;
}
section[id="side-matrix"] .ngscroll-scrollbar {
    background-color: rgba(109, 177, 0, 0.5) !important;
}
.ngscroll-scrollbar {
    opacity: 1 !important;
}
.ngscroll-container {
    opacity: 1 !important;
}
.currency-symbol-navbar {
    font-size: large;
    font-weight: bold;
}
.dropdown-menu > li > .currency-help {
    color: #0072bc;
    font-size: small;
    font-weight: normal;
}
.list-unstyled-indent li {
    padding-left: 1em;
}
/* error states */
input.hasError,
select.hasError {
    border: 2px solid #ff0000;
}
.form-group.form-margin {
    margin-bottom: 0;
    overflow: initial;
}
.form-margin-clear:after {
    margin-bottom: 15px;
}
.visible-print {
    display: none !important;
}
/* missing bootstrap print-related styles */
.visible-print-block {
    display: none !important;
}
.visible-print-inline {
    display: none !important;
}
.visible-print-inline-block {
    display: none !important;
}
/* angular bootstrap dropdown align right variation  */
.dropdown-menu.right {
    left: inherit;
    right: 0;
}
.dropdown-menu.right li {
    text-align: initial;
}
/* select menu styling cross browsers */
.select-menu {
    overflow: hidden;
    position: relative;
    /*height:40px;
    line-height: 40px;*/
}
.select-menu select,
.select-menu.flex-select-menu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    /*  opacity: .4; */
    border: 0;
    bottom: 0;
    cursor: pointer;
    line-height: 20px;
    position: absolute;
    right: 0;
    /* -30px */
    top: 0;
    z-index: 1;
}
.select-menu select::-ms-expand,
.select-menu.flex-select-menu select::-ms-expand {
    display: none;
}
/*
.select-menu select {
    left: 0;
}
*/
.select-menu.flex-select-menu select {
    /*  left: 30px; */
    right: 0;
    width: 67% !important;
}
.select-menu .select,
.select-menu.select-sm .select,
.select-menu.select-md .select,
.select-menu.select-xs .select {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
}
.select-menu .select {
    height: 54px;
}
.select-menu.select-sm .select {
    height: 31px;
}
.select-menu.select-md .select {
    height: 43px;
}
.select-menu.select-xs .select {
    height: 20px;
    margin: 5px 0 5px 1px;
    z-index: 10;
}
.select-menu.flex-select-menu [class^="icon-guy"],
.select-menu.flex-select-menu [class*=" icon-guy"] {
    color: #6db100;
    font-size: 1.75rem;
    position: absolute;
    left: 10px;
    top: 18px;
}
.select-menu [class^="icon-chevron-down"],
.select-menu [class*=" icon-chevron-down"],
.select-menu.select-sm [class^="icon-chevron-down"],
.select-menu.select-sm [class*=" icon-chevron-down"],
.select-menu.select-md [class^="icon-chevron-down"],
.select-menu.select-md [class*=" icon-chevron-down"],
.select-menu.select-xs [class^="icon-chevron-down"],
.select-menu.select-xs [class*=" icon-chevron-down"] {
    color: #b3b3b3;
    position: absolute;
    right: 15px;
}
.select-menu [class^="icon-chevron-down"],
.select-menu [class*=" icon-chevron-down"] {
    top: 20px;
}
.select-menu.select-sm [class^="icon-chevron-down"],
.select-menu.select-sm [class*=" icon-chevron-down"] {
    top: 10px;
}
.select-menu.select-md [class^="icon-chevron-down"],
.select-menu.select-md [class*=" icon-chevron-down"] {
    top: 15px;
}
.select-menu.select-xs [class^="icon-chevron-down"],
.select-menu.select-xs [class*=" icon-chevron-down"] {
    right: 5px;
    top: 5px;
}
.select-menu select:disabled + .select {
    background-color: #eee;
}
/*
@-moz-document url-prefix() {
.select-menu [class^="icon-chevron-down"], .select-menu [class*=" icon-chevron-down"] {
    display: none;
}
.select-menu select {
    left: 0;
    width: 125% !important;
}
.select-menu.flex-select-menu,
.select-menu.flex-select-menu select {
    width: 100% !important;
}
.select-menu.flex-select-menu select {
    left: 45%;
    overflow: hidden;
}
}
*/
select.input-md,
.validation-input-md select {
    height: 43px;
}
/* grayed-out button style, like flight results filter dropdowns */
.btn-secondary {
    /*
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    border: 1px solid #cccccc;
    color: #6c6c6c;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #e5e5e5 100%);
}
/*
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
    background-image: none;
}
*/
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active,
.btn-secondary .badge {
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 100%);
}
/* green border, a la mobile hotels list-map view toggle */
.btn-tertiary {
    background-color: #fff;
    border: 1px solid #6db100;
    color: #6db100;
}
.btn-tertiary:hover {
    background-color: rgba(109, 177, 0, 0.15);
    color: #6db100;
}
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.open .dropdown-toggle.btn-tertiary {
    background-color: #6db100;
    color: #fff;
}
.btn-tertiary.disabled,
.btn-tertiary[disabled],
fieldset[disabled] .btn-tertiary,
.btn-tertiary.disabled:hover,
.btn-tertiary[disabled]:hover,
fieldset[disabled] .btn-tertiary:hover,
.btn-tertiary.disabled:focus,
.btn-tertiary[disabled]:focus,
fieldset[disabled] .btn-tertiary:focus,
.btn-tertiary.disabled:active,
.btn-tertiary[disabled]:active,
fieldset[disabled] .btn-tertiary:active,
.btn-tertiary.disabled.active,
.btn-tertiary[disabled].active,
fieldset[disabled] .btn-tertiary.active,
.btn-tertiary .badge {
    background-color: rgba(109, 177, 0, 0.5);
}
/* flex width units */
.flex-item-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-item-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.flex-item-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.flex-item-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4 1 0%;
    -ms-flex: 4 1 0%;
    flex: 4 1 0%;
}
.flex-item-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
}
.flex-item-6 {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
}
.flex-item-7 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -ms-flex: 7;
    flex: 7;
}
.flex-item-8 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
}
.flex-item-9 {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -ms-flex: 9;
    flex: 9;
}
.flex-item-10 {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -ms-flex: 10;
    flex: 10;
}
.myaccount-nav-flex,
.search-nav-flex,
.flex-marketing-pricepoints li,
.flight-search-filters-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
/*
.hotel-result-room-row {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap-reverse;
}
.matrix-trio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 1.125rem;
    margin: 0;
    white-space: nowrap;
}
*/
/* modal popup */
@media only screen and (max-device-width: 736px) {
    .modal {
        overflow: visible;
        position: absolute;
    }
}
.popup-close {
    clear: both;
    float: right;
    margin-bottom: 1.5em;
    position: relative;
    text-align: right;
}
.popup-close [class^="icon-close"],
.popup-close [class*="icon-close"] {
    position: absolute;
}
/* modal popups */
section[role="baggagePopup"] h3,
section[role="changeAndCancelPopup"] h3,
section[role="eligibilityPopup"] h3,
section[role="searchInvoicePopup"] h3,
section[role="fareAlertPopup"] h3,
section[role="schoolHelpPopup"] h3,
section[role="feedbackPopup"] h3,
section[role="genericPopup"] h3 {
    color: #6db100;
}
section[role="baggagePopup"] th {
    width: 25%;
}
section[role="baggagePopup"] th span {
    white-space: nowrap;
}
/* generic static content popup */
section[role="genericPopup"] {
    /*
    .popup-close {
        margin-right: 1em;
    }
    */
}
section[role="genericPopup"] h3 {
    margin-right: 25px;
    margin-top: 10.5px;
}
section[role="genericPopup"] section {
    /* [role="verification-modal"] */
    height: 300px;
}
section[role="genericPopup"] section h3 {
    color: #000;
}
section[role="genericPopup"] section [class^="icon-"],
section[role="genericPopup"] section [class*=" icon-"] {
    color: #6db100;
    font-size: 5rem;
    margin-bottom: 15px;
    margin-left: 15px;
}
/* modal popups with stylized tables */
section[role="signUpPopup"] h3,
section[role="logInPopup"] h3,
section[role="newsletterPopup"] h3 {
    color: #6db100;
    margin-top: 0;
}
section[role="signUpPopup"] h4,
section[role="logInPopup"] h4,
section[role="newsletterPopup"] h4 {
    color: #6db100;
}
section[role="signUpPopup"] button,
section[role="logInPopup"] button,
section[role="newsletterPopup"] button {
    margin-bottom: 20px;
}
section[role="signUpPopup"] table,
section[role="logInPopup"] table,
section[role="newsletterPopup"] table {
    margin-bottom: 1em;
    width: 100%;
}
section[role="signUpPopup"] tr,
section[role="logInPopup"] tr,
section[role="newsletterPopup"] tr {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
section[role="signUpPopup"] tr > td:first-child,
section[role="logInPopup"] tr > td:first-child,
section[role="newsletterPopup"] tr > td:first-child,
section[role="signUpPopup"] tr > th:first-child,
section[role="logInPopup"] tr > th:first-child,
section[role="newsletterPopup"] tr > th:first-child {
    padding-left: 1.25em;
}
section[role="signUpPopup"] tr > td:last-child,
section[role="logInPopup"] tr > td:last-child,
section[role="newsletterPopup"] tr > td:last-child,
section[role="signUpPopup"] tr > th:last-child,
section[role="logInPopup"] tr > th:last-child,
section[role="newsletterPopup"] tr > th:last-child {
    padding-right: 1.25em;
}
section[role="signUpPopup"] tbody tr:hover,
section[role="logInPopup"] tbody tr:hover,
section[role="newsletterPopup"] tbody tr:hover {
    border-bottom-color: 1px solid #6db100;
    border-top-color: 1px solid #6db100;
    z-index: 999;
}
section[role="signUpPopup"] th,
section[role="logInPopup"] th,
section[role="newsletterPopup"] th,
section[role="signUpPopup"] td,
section[role="logInPopup"] td,
section[role="newsletterPopup"] td {
    cursor: default;
    line-height: 1.5em;
    padding: 0.5em 0.6em;
    text-align: left;
    vertical-align: top;
}
section[role="signUpPopup"] th,
section[role="logInPopup"] th,
section[role="newsletterPopup"] th {
    background: #f7f7f7;
    font-size: x-small;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.7em;
    padding: 0.2em 0.6em;
    white-space: nowrap;
}
section[role="signUpPopup"] td,
section[role="logInPopup"] td,
section[role="newsletterPopup"] td {
    font-size: small;
}
section[role="signUpPopup"] select option,
section[role="logInPopup"] select option,
section[role="newsletterPopup"] select option {
    background: #fff;
}
section[role="signUpPopup"] .marginTop35,
section[role="logInPopup"] .marginTop35,
section[role="newsletterPopup"] .marginTop35 {
    margin-top: 35px;
}
section[role="changeAndCancelPopup"] h5 {
    color: #6db100;
}
section[role="eligibilityPopup"] tbody [class^="icon-checkmark"],
section[role="eligibilityPopup"] tbody [class*=" icon-checkmark"] {
    color: #6db100;
}
section[role="eligibilityPopup"] tbody [class^="icon-close2"],
section[role="eligibilityPopup"] tbody [class*=" icon-close2"] {
    color: #ff0000;
}
section[role="feedbackPopup"] h3 {
    margin-top: 0;
}
section[role="myTrips"] h4 {
    color: #6db100;
    margin-top: 0;
}
section[role="myTrips"] [class^="icon-"],
section[role="myTrips"] [class*=" icon-"] {
    color: #6db100;
    font-size: small;
}
section[role="myTrips"] li {
    margin-bottom: 5.25px;
}
.modal-section-wrap {
    background-color: rgba(109, 177, 0, 0.15);
    margin-bottom: 10.5px;
    padding: 15px 0;
}
.modal-section-wrap h4 {
    color: #6db100;
    margin-top: 0;
}
.close a:hover {
    cursor: pointer;
    text-decoration: none;
}
/* join form tweaks */
.modal-tight-form [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.modal-tight-form [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
}
.modal-tight-form [class*="col-"]:last-of-type {
    padding-right: 15px;
}
.form-gender-wrap {
    margin-bottom: 15px;
}
.form-gender-wrap [class*="text-"] {
    margin-bottom: 0;
    margin-top: 10.5px;
}
.form-gender-wrap select.hasError + .select {
    border: 2px solid #ff0000;
}
.form-names-wrap [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.form-names-alert {
    font-weight: 600;
    margin-bottom: 10.5px;
    margin-top: -5.25px;
}
.form-dob-wrap [class*="col-"]:nth-of-type(1) {
    margin-bottom: 15px;
    padding-right: 0;
}
.form-dob-wrap [class*="col-"]:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 5px;
}
.form-dob-wrap [class*="col-"]:nth-of-type(3) {
    padding-left: 0;
}
.form-dob-wrap + .ng-isolate-scope [class*="text-"] {
    margin-bottom: 10.5px;
    margin-top: -5.25px;
}
.form-dob-wrap select.hasError + .select {
    border: 2px solid #ff0000;
}
.form-passwords-wrap [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.form-passwords-wrap [class*="col-"]:last-of-type {
    padding-left: 5px;
}
.form-grad-wrap [class*="col-"]:nth-of-type(1) {
    padding-right: 0;
}
.form-grad-wrap [class*="col-"]:last-of-type {
    padding-left: 5px;
}
.form-grad-wrap + .ng-isolate-scope [class*="text-"] {
    margin-top: 10.5px;
}
.form-grad-wrap select.hasError + .select {
    border: 2px solid #ff0000;
}
/* my account */
section[role="myaccount"] section[role="myaccount-top-section"] {
    background-color: rgba(108, 108, 108, 0.5);
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/marketing/homepage-home.jpg');
    background-position: center top;
    color: #fff;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="myaccount"] section[role="myaccount-top-section"] h1 {
    font-size: 2.5rem;
    margin-bottom: 21px;
}
section[role="myaccount"] section[role="myaccount-top-section"] h1 small {
    color: currentColor;
    display: block;
}
section[role="myaccount"] h2 {
    font-size: 24px;
}
section[role="myaccount"] h2 + article .cart-item-title {
    border-top: 1px solid #cccccc;
}
section[role="myaccount"] .myaccount-notrips-wrap h4 {
    margin-bottom: 5em;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div {
    background-color: rgba(109, 177, 0, 0.15);
    font-size: small;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div h4 {
    color: #6db100;
    font-size: 1.5rem;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div h5 {
    color: #6db100;
    display: inline-block;
    font-size: 1.25rem;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 10%;
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(2) div {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/app-store.svg');
    margin-right: 10px;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(3) div {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/google-play.svg');
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(2),
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(2) div,
section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(3) div {
    height: 22px;
    width: 75px;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="myaccount"] section[role="upcoming-trips-list"] {
    margin-bottom: 42px;
}
section[role="myaccount"] section[role="upcoming-trips-list"] section article {
    position: relative;
}
section[role="myaccount"] section[role="upcoming-trips-list"] section article > a.trip-link {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
section[role="myaccount"] section[role="upcoming-trips-list"] section:nth-of-type(1) article > .cart-item-title {
    border-top: 1px solid #cccccc;
}
section[role="myaccount"] section[role="fare-alert-list"] h3 {
    font-size: 2rem;
}
section[role="myaccount"] section[role="fare-alert-list"] h4 {
    margin: 21px 0;
}
section[role="myaccount"] section[role="fare-alert-list"] h5 {
    font-size: 1.9rem;
    margin: 21px 0 42px 0;
}
section[role="myaccount"] section[role="account-settings-wrap"] .form-control[disabled] {
    cursor: not-allowed;
}
section[role="myaccount"] section[role="account-settings-wrap"] section[role="account-traveler-phone-wrap"] > [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="myaccount"] section[role="account-settings-wrap"] section[role="account-traveler-phone-wrap"] > [class*="col-"]:nth-of-type(2) {
    padding-left: 0;
    padding-right: 15px;
}
/* fare alert popup */
.farealert-searchbox-flex {
    background-color: rgba(109, 177, 0, 0.15);
    margin-bottom: 10.5px;
    padding: 15px;
    /*
    .flight-trip-type-wrap {
        ul {
            display: flex;
            margin-bottom: 0;
            li {
                display: inline-block;
                text-align: center;
                input[type="radio"] {
                    display: none;
                }
                input[type="radio"] + label {
                    background-color: fade(#fff, 100%);
                    color: @primary-color;
                    margin-bottom: 0;
                    padding: 10px 5px;
                    transition: @transition;
                    width: 100%;
                }
                input[type="radio"]:checked + label {
                    background-color: @primary-color;
                    color: #fff;
                }
                &:nth-last-of-type(1) {
                    margin-left: 2px;
                }
            }
        }
    }
    */
    /*
    .farealert-maxprice-wrap {
        float: left;
        padding-right: 5px;
        width: 50%;
    }
    .farealert-emailfrequency-wrap {
        float: left;
        padding-left: 5px;
        width: 50%;
        .input-lg {
            padding-left: 25px;
        }
    }
    .flight-button-wrap {
        margin-bottom: 10.5px;
    }
    */
}
.farealert-searchbox-flex .input-lg {
    border-radius: 0;
    font-size: 13px;
    height: 31px;
    line-height: 1.5;
    padding: 5px 10px;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group {
    display: block;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap {
    background-color: #fff;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    /* height: 31px; */
    padding: 0 10px;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span:nth-of-type(2) {
    border-top: 1px solid #cccccc;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .farealert-select-wrap {
    overflow: inherit;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .farealert-select-wrap select {
    background-color: transparent;
    font-size: 9px;
    height: 31px;
    line-height: 2.2;
    width: 120px;
    z-index: 11;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .farealert-select-wrap i {
    color: #b3b3b3;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap input {
    border: none;
    border-radius: 0;
    /* display: table-cell; */
    font-size: 13px;
    height: 24px;
    padding: 0;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .form-control {
    background-color: #fff;
    cursor: default;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap div:nth-of-type(2) input {
    border-left: 1px solid #cccccc;
    padding: 0 10px;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap [class^="icon-"],
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap [class*=" icon-"] {
    color: #6db100;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap :focus {
    outline: none;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap th,
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .btn strong,
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap i {
    color: #6db100;
    font-weight: normal;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .btn-default.disabled,
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .btn-default[disabled] {
    background-color: #fff;
    border-color: #fff;
    color: #999;
}
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .btn-info.active,
.farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap .btn-info:active {
    background-color: #6db100;
    color: #fff;
}
/* unsupported browsers message */
section[role="unsupported-browsers-wrap"] {
    background-color: #fcc;
    border-color: #ff0000;
    color: #ff0000;
}
section[role="unsupported-browsers-wrap"] .container {
    padding-bottom: 20px;
}
section[role="unsupported-browsers-wrap"] .container .row div:nth-of-type(2) {
    margin-top: 21px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a[data-toggle="dropdown"],
.login-list [class^="icon-"],
.login-list [class*="icon-"],
.flight-leg .flight-baggage-msg [class^="icon-"],
.flight-leg .flight-baggage-msg [class*="icon-"],
.hotel-amenities > li i {
    /*color: #6db100;*/
}
/*
.navbar-default .navbar-nav > li > a[data-toggle="dropdown"] {
    text-align: center;
}
*/
i.icon-cart,
.navbar-nav #prettyUserName {
    color: #6db100;
}
.navbar-default .navbar-nav > li.beta-link > span,
.navbar-default .navbar-nav > li.beta-link > a {
    color: #0072bc;
    font-size: 1rem;
    white-space: nowrap;
}
.top-icons [class^="icon-"],
.top-icons [class*="icon-"] {
    font-size: 2rem;
}
.top-icons .popover {
    color: initial;
    font-size: small;
    width: 200px;
}
.top-icons .popover.unlock-message {
    display: inherit;
    left: -150%;
    /* margin: 0 auto; */
    /* right: 0; */
    top: 4em;
}
.navbar-default .navbar-nav > li > a.navbar-name-wrap {
    color: #0072bc;
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navbar-default .navbar-nav > li > a.navbar-name-wrap [class^="icon-"],
.navbar-default .navbar-nav > li > a.navbar-name-wrap [class*="icon-"] {
    font-size: 1rem;
}
.navbar-default .navbar-nav > li > a.navbar-name-wrap:hover {
    text-decoration: underline;
}
.top-cart-list,
.login-list,
.account-list,
.language-list,
.currency-list {
    font-size: 1.25rem;
}
.top-cart-list [class^="icon-"],
.top-cart-list [class*="icon-"],
.login-list [class^="icon-"],
.login-list [class*="icon-"] {
    font-size: small;
}
.top-cart-list {
    width: 260px;
    /*25vw;*/
}
.top-cart-list > li {
    padding: 0 25px 0 50px;
}
.top-cart-list > li:last-child {
    padding: 0;
}
.top-cart-list h5 {
    color: #6db100;
}
.navbar-nav .open .dropdown-menu.login-list,
.navbar-nav .open .dropdown-menu.account-list {
    /*background-color: fade(@primary-color, 10%);*/
}
.navbar-nav .open .dropdown-menu.login-list > li > a:hover,
.navbar-nav .open .dropdown-menu.account-list > li > a:hover,
.navbar-nav .open .dropdown-menu.login-list > li > a:focus,
.navbar-nav .open .dropdown-menu.account-list > li > a:focus {
    background-color: #6db100;
    color: #fff;
}
.navbar-nav .open .dropdown-menu.login-list > li > a:hover [class^="icon-"],
.navbar-nav .open .dropdown-menu.account-list > li > a:hover [class^="icon-"],
.navbar-nav .open .dropdown-menu.login-list > li > a:focus [class^="icon-"],
.navbar-nav .open .dropdown-menu.account-list > li > a:focus [class^="icon-"],
.navbar-nav .open .dropdown-menu.login-list > li > a:hover [class*="icon-"],
.navbar-nav .open .dropdown-menu.account-list > li > a:hover [class*="icon-"],
.navbar-nav .open .dropdown-menu.login-list > li > a:focus [class*="icon-"],
.navbar-nav .open .dropdown-menu.account-list > li > a:focus [class*="icon-"] {
    color: #fff;
}
.navbar-nav .open .dropdown-menu.login-list > li.beta-link > a,
.navbar-nav .open .dropdown-menu.account-list > li.beta-link > a {
    color: #0072bc;
}
.navbar-nav .open .dropdown-menu.login-list > li.beta-link > a:hover,
.navbar-nav .open .dropdown-menu.account-list > li.beta-link > a:hover {
    color: #fff;
}
.navbar-nav .open .dropdown-menu.account-list > li:nth-last-of-type(1) {
    margin-top: 10.5px;
}
.language-list > li > a {
    padding: 3px 25px 3px 50px;
}
.top-cart-list [class^="top-cart-item-"],
.top-cart-list [class*="top-cart-item-"],
#language-indicator[class^="language-flag-"],
#language-indicator[class*="language-flag-"],
.language-list [class^="language-flag-"],
.language-list [class*="language-flag-"] {
    background-repeat: no-repeat;
    background-size: 1.5em;
}
.top-cart-list [class^="top-cart-item-"],
.top-cart-list [class*="top-cart-item-"] {
    background-position: 2rem 1.25rem;
}
.language-list [class^="language-flag-"],
.language-list [class*="language-flag-"] {
    background-position: 2rem 55%;
}
#language-indicator[class^="language-flag-"],
#language-indicator[class*="language-flag-"] {
    background-position: 0 50%;
    display: block;
    height: 20px;
    width: 25px;
}
li.currency-list a {
    padding: 10px 20px;
}
li.currency-list span:nth-of-type(1) {
    display: inline-block;
    margin-right: .5em;
    width: 35px;
}
.top-cart-item-flight {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/icon-flights.svg');
}
.top-cart-item-hotel {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/icon-hotels.svg');
}
.top-cart-item-activity {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/icon-activities.svg');
}
.language-flag-en_US,
.language-flag-us {
    background-image: url('//images.studentuniverse.com/new/suwebui/flags/flag-us.svg');
}
.language-flag-zh_CN,
.language-flag-cn {
    background-image: url('//images.studentuniverse.com/new/suwebui/flags/flag-cn.svg');
}
.language-flag-es {
    background-image: url('//images.studentuniverse.com/new/suwebui/flags/flag-es.svg');
}
.language-flag-gb {
    background-image: url('//images.studentuniverse.com/new/suwebui/flags/flag-gb.svg');
}
.label {
    border-radius: 50%;
    color: #6cb100;
    font-size: 0.85rem;
    position: absolute;
    right: 0.5em;
    top: 2em;
}
.label-success {
    background-color: rgba(109, 177, 0, 0.15);
}
.label-stops {
    background-color: rgba(109, 177, 0, 0.15);
    border-radius: 50%;
    color: #6cb100;
    font-size: 0.85rem;
    position: static;
    vertical-align: super;
}
.login-spinner {
    -webkit-animation: spin-cw 2s infinite linear;
    animation: spin-cw 2s infinite linear;
    background-color: transparent;
    border: 0.25em solid #6db100;
    border-top: 0.25em solid rgba(0, 0, 0, 0);
    border-left: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 2em;
    height: 2em;
    margin: 0 auto .5em auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 2em;
}
@-webkit-keyframes spin-cw {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin-cw {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.modify-search-tab-wrap {
    display: none;
}
.headline {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
}
/* homepage changes */
section[role="home-top-section"] {
    background-color: rgba(108, 108, 108, 0.5);
    background-position: center top;
    margin-top: -60px;
    /* -90 */
    min-height: 320px;
    padding-top: 60px;
    /* 90 */
    width: 100%;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="home-top-section"] h1 {
    font-size: 24px;
    margin-bottom: 21px;
}
section[role="home-top-section"] h1 small {
    color: #fff;
    display: block;
    margin-top: 10px;
}
/* home search fields changes */
.myaccount-nav.nav > li:last-child,
.search-nav.nav > li:last-child,
.sort-nav.nav > li:last-child {
    margin-right: 0;
}
.search-nav.nav > li:nth-of-type(n+3) {
    display: none;
}
.myaccount-nav.nav > li > a,
.search-nav.nav > li > a,
.sort-nav.nav > li > a {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.myaccount-nav.nav > li.active:after,
.search-nav.nav > li.active:after {
    border-style: solid;
    border-width: 15px 14px 0 14px;
    content: " ";
    display: table;
    height: 0;
    margin: 0 auto;
    -webkit-transform: rotate(360deg);
    width: 0;
}
.myaccount-nav.nav-pills > li.active > a,
.myaccount-nav.nav-pills > li.active > a:hover,
.myaccount-nav.nav-pills > li.active > a:focus,
.search-nav.nav-pills > li.active > a,
.search-nav.nav-pills > li.active > a:hover,
.search-nav.nav-pills > li.active > a:focus,
.sort-nav.nav-pills > li.active > a,
.sort-nav.nav-pills > li.active > a:hover,
.sort-nav.nav-pills > li.active > a:focus {
    background-color: #fff;
    color: #6db100;
}
.myaccount-nav.nav-pills > li.active:after,
.myaccount-nav.nav-pills > li:hover:after,
.search-nav.nav-pills > li.active:after,
.search-nav.nav-pills > li:hover:after,
.sort-nav.nav-pills > li.active:after,
.sort-nav.nav-pills > li:hover:after {
    border-color: #ffffff transparent transparent transparent;
}
.myaccount-nav.nav > li > a:hover,
.myaccount-nav.nav > li > a:focus,
.search-nav.nav > li > a:hover,
.search-nav.nav > li > a:focus,
.sort-nav.nav > li > a:hover,
.sort-nav.nav > li > a:focus {
    background-color: #ffffff;
}
.myaccount-nav.nav a:hover,
.myaccount-nav.nav a:focus,
.search-nav.nav a:hover,
.search-nav.nav a:focus,
.sort-nav.nav a:hover,
.sort-nav.nav a:focus {
    color: #6db100;
}
.flight-search-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flight-search-wrap .flight-search-row {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.flight-search-wrap .flight-search-options {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    /* display: flex; */
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.flight-search-wrap .flight-trip-type-trigger {
    color: #0072bc;
    cursor: pointer;
}
.flight-search-wrap .flight-trip-type-trigger span:nth-of-type(2) {
    font-weight: 600;
}
.flight-search-wrap .flight-trip-type-trigger:hover {
    text-decoration: underline;
}
.secure-search-wrap {
    margin-top: 15px;
    padding-left: 2.5em;
    padding-top: 0;
}
.secure-search-wrap h3 {
    color: #6db100;
}
.searchbox-flex .flight-dates-wrap .input-group {
    display: block;
}
.searchbox-flex .flight-dates-wrap .input-group .form-control {
    background-color: #fff;
    cursor: default;
}
.searchbox-flex .flight-flexibility-wrap {
    float: left;
    width: 46%;
}
.searchbox-flex .flight-flexibility-wrap ul.flexible-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    height: 54px;
    margin-bottom: 0;
    text-align: center;
}
.searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li input[type="radio"] + label {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid rgba(109, 177, 0, 0.5);
    color: #6db100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1px;
    padding: 1px 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    /* 50px */
}
.searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li input[type="radio"]:checked + label {
    background-color: #6db100;
    border: 1px solid #6db100;
    color: #fff;
}
.searchbox-flex .flight-travelers-wrap {
    float: right;
    margin-left: 10px;
    width: 49%;
}
.searchbox-flex .flight-travelers-wrap select:focus + .select {
    border-color: #6db100;
}
.searchbox-flex .hotel-dates-wrap .input-group {
    display: block;
}
.searchbox-flex .hotel-dates-wrap .input-group .hotel-dates-stay {
    color: #6c6c6c;
    font-size: 1.25rem;
    margin-bottom: 2px;
}
.searchbox-flex .hotel-dates-wrap .input-group .form-control {
    background-color: #fff;
    cursor: default;
}
.searchbox-flex .datepicker-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 15px;
    /*
        .flexible-option {
            background-color: fade(@primary-color, 15%);
            font-size: 1.25rem;
            padding: 3px 5px;
        }
        */
}
.searchbox-flex .datepicker-wrap input {
    border: none;
    border-radius: 0;
    display: table-cell;
    padding: 0;
}
.searchbox-flex .datepicker-wrap input div:nth-of-type(1) .searchbox-flex .datepicker-wrap input div.hasError {
    border: 2px solid #ff0000;
    padding-left: 10px;
}
.searchbox-flex .datepicker-wrap input div:nth-of-type(2) .searchbox-flex .datepicker-wrap input div.hasError {
    border: 2px solid #ff0000;
}
.searchbox-flex .datepicker-wrap div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5px;
}
.searchbox-flex .datepicker-wrap div[input-id="flightDate1"] .dropdown-menu,
.searchbox-flex .datepicker-wrap div[input-id="hotel_1"] .dropdown-menu {
    left: 0 !important;
}
.searchbox-flex .datepicker-wrap div[input-id="flightDate2"] .dropdown-menu,
.searchbox-flex .datepicker-wrap div[input-id="hotel_2"] .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.searchbox-flex .datepicker-wrap div:nth-of-type(2) input {
    border-left: 1px solid #cccccc;
    padding-left: 10px;
}
.searchbox-flex .datepicker-wrap [class^="icon-"],
.searchbox-flex .datepicker-wrap [class*="icon-"] {
    color: #6db100;
}
.searchbox-flex .datepicker-wrap :focus {
    outline: none;
}
.searchbox-flex .datepicker-wrap th,
.searchbox-flex .datepicker-wrap .btn strong,
.searchbox-flex .datepicker-wrap i {
    color: #6db100;
    font-weight: normal;
}
.searchbox-flex .datepicker-wrap .btn-default.disabled,
.searchbox-flex .datepicker-wrap .btn-default[disabled] {
    background-color: #fff;
    border-color: #fff;
    color: #999;
}
.searchbox-flex .datepicker-wrap .btn-info.active,
.searchbox-flex .datepicker-wrap .btn-info:active {
    background-color: #6db100;
    color: #fff;
}
.searchbox-flex .hotel-travelers-wrap {
    float: left;
    width: 50%;
}
.searchbox-flex .hotel-travelers-wrap select:focus + .select {
    border-color: #6db100;
}
.searchbox-flex .hotel-dates-stay-wrap {
    float: left;
    padding-left: 15px;
    width: 50%;
}
.searchbox-flex .hotel-dates-stay-wrap p {
    color: #6c6c6c;
    line-height: 54px;
    margin-bottom: 0;
}
.searchbox-flex:nth-of-type(2) {
    /*
        div:nth-last-of-type(1) {
            margin-bottom: 0;
        }
        */
}
.searchbox-flex:nth-of-type(2):before {
    content: "";
    display: block;
    margin-top: 15px;
}
.searchbox-flex:nth-of-type(2) .datepicker-wrap div[element-id="flightDate2"] .dropdown-menu {
    left: 0 !important;
    right: inherit !important;
}
section[role="multicity-wrap"] .searchbox-flex .flight-travelers-wrap {
    float: none;
    margin-left: 0;
}
.flight-search-options {
    /*
    font-size: smaller;
    margin-top: .875em;
    */
}
.flight-search-options ul {
    margin-bottom: 0;
}
.flight-search-options ul label {
    margin-bottom: 0;
}
.flight-search-options ul label input[type="checkbox"] {
    margin: 0;
    vertical-align: middle;
}
.home-message-wrap {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
}
.home-message-wrap a {
    color: #fff;
}
.home-message-wrap svg {
    -webkit-filter: drop-shadow(0 0 5px #6c6c6c);
    filter: drop-shadow(0 0 5px #6c6c6c);
    vertical-align: bottom;
}
.home-message-wrap .secure-logo {
    fill: #fff;
}
/* Remove dotted border outline from select box in Firefox: When tabbing, the drop down fields show up with a dotted border - it should not */
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
/* homepage marketing section */
section[role="home-marketing"],
section[role="flight-marketing"],
section[role="hotel-marketing"],
section[role="home-info"],
section[role="flight-info"],
section[role="hotel-info"] {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
section[role="home-marketing"],
section[role="home-marketing"] a,
section[role="flight-marketing"],
section[role="flight-marketing"] a,
section[role="hotel-marketing"],
section[role="hotel-marketing"] a {
    color: #fff;
}
section[role="home-marketing"],
section[role="flight-marketing"],
section[role="hotel-marketing"] {
    margin: 1em 0;
}

.home-marketing-small {
    background-position: top center;
    border: 0px solid #000;
    height: 100px;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    display: inline-block;
}

.home-marketing-small  strong {
    display: inline-block;
    vertical-align: 50%;
    font-size:33px;
    padding-top: 2%;
}

.home-marketing1,
.flight-marketing1,
.hotel-marketing1 {
    background-position: top center;
    border-bottom: 1px solid #ffffff;
    height: 25rem;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.home-marketing2,
.flight-marketing2,
.hotel-marketing2 {
    background-position: top center;
    border-bottom: 1px solid #ffffff;
    height: 25rem;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}

.home-marketing3 {
    background-position: top center;
    border-bottom: 1px solid #ffffff;
    height: 35rem;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}


.carousel-wrap .carousel-inner > .item {
    height: 25rem;
}
.carousel-wrap .carousel-inner > .item > img {
    max-height: inherit;
    max-width: inherit;
    min-height: 100%;
    min-width: 100%;
}

.carousel-control .icon-arrow-left,
.carousel-control .icon-arrow {
    display: inline-block;
    font-size: 3rem;
    position: absolute;
    top: 60%;
    z-index: 5;
}
.carousel-control .icon-arrow-left {
    left: 50%;
}
.carousel-control .icon-arrow {
    right: 50%;
}
.carousel-wrap .carousel-caption {
    left: 15px;
    top: 0;
    padding-top: 0;
    text-align: left;
    text-shadow: none;
    z-index: 1;
}
.carousel-control.left {
    z-index: 2;
}
.carousel-caption > a {
    z-index: 3;
}

.home-split-marketing1,
.flight-split-marketing1,
.hotel-split-marketing1 {
    background-position: top right;
    height: 25rem;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
/*
.home-split-marketing2 {
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/marketing/mini-home2.jpg');
}
.flight-split-marketing2 {
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/marketing/mini-flight2.jpg');
}
*/
.hotel-split-marketing2 {
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/marketing/mini-hotel2.jpg');
}
.home-split-marketing2,
.flight-split-marketing2,
.hotel-split-marketing2 {
    background-position: top right;
    height: 25rem;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
/*
.home-app-icon {
    margin: 0 10px 10px 0;
}
*/
/* footer */
section[role="home-info"] .footer-marketinglinks-wrap {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    min-height: inherit;
}
section[role="home-info"] .footer-marketinglinks-wrap h5 {
    color: #6db100;
    margin-top: 21px;
}
section[role="home-info"] .footer-marketinglinks-wrap section {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
section[role="home-info"] .footer-logo img {
    width: 50%;
}
.social-icon-items {
    /*
  [class^="icon-facebook"], [class*="icon-facebook"] {
    color: rgba(67,86,151,1);

    &:hover {
      color: rgba(16,35,100,1);
    }
  }

  [class^="icon-twitter"], [class*="icon-twitter"] {
    color: rgba(63,169,236,1);

    &:hover {
      color: rgba(12,118,185,1);
    }
  }

  [class^="icon-pinterest"], [class*="icon-pinterest"] {
    color: rgba(191,23,48,1);

    &:hover {
      color: rgba(140,0,0,1);
    }
  }

  [class^="icon-instagram"], [class*="icon-instagram"] {
    color: rgba(97,77,65,1);

    &:hover {
      color: rgba(46,26,14,1);
    }
  }

  [class^="icon-googleplus"], [class*="icon-googleplus"] {
    color: rgba(209,71,62,1);

    &:hover {
      color: rgba(158,20,11,1);
    }
  }

  [class^="icon-youtube"], [class*="icon-youtube"] {
    color: rgba(188,42,48,1);

    &:hover {
      color: rgba(137,0,0,1);
    }
  }

  [class^="icon-renren"], [class*="icon-renren"] {
    color: rgba(1,94,171,1);

    &:hover {
      color: rgba(0,43,120,1);
    }
  }

  [class^="icon-weibo"], [class*="icon-weibo"] {
    color: rgba(214,43,43,1);

    &:hover {
      color: rgba(163,0,0,1);
    }
  }
*/
}
.social-icon-items [class^="icon-"],
.social-icon-items [class*="icon-"] {
    color: #009cad;
    font-size: 2em;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.social-icon-items [class^="icon-"]:hover,
.social-icon-items [class*="icon-"]:hover {
    color: #047885;
}
.social-icon-items a:hover {
    text-decoration: none;
}
.footer-copyright {
    margin-top: 3rem;
}
.footer-icon-items {
    /*
  li {
    height: 5rem;
  }
*/
}
.footer-icon-items a:hover {
    text-decoration: none;
}
.footer-icon-items img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-height: 25%;
    opacity: 0.5;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer-icon-items img:hover {
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.footer-icon-items img#footer-iata {
    width: 2rem;
}
.footer-icon-items img#footer-bbb {
    width: 4rem;
}
.footer-icon-items img#footer-asta {
    width: 3rem;
}
.footer-icon-items img#footer-wyse {
    width: 6rem;
}
.footer-icon-items img#footer-tripadvisor {
    width: 7rem;
}
.footer-icon-items img#footer-beta {
    width: 1.5rem;
}
.footer-icon-items img#footer-atol {
    width: 1.5rem;
}
.footer-inner {
    margin-bottom: 2em;
    margin-top: 1em;
}
/* join form */
.termsOfUse {
    color: #000;
    background-color: #fff;
    padding: 2em;
    margin: 1em;
}
.join-form-headline h3 {
    font-size: 24px;
}
.join-form-headline .join-form-lede {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10.5px;
}
.join-form-headline .join-form-lede div:nth-of-type(1) a {
    white-space: nowrap;
}
.join-form-headline .join-form-lede div:nth-last-of-type(1) a {
    fill: #0072bc;
}
/* wait page */
section[role="wait-top-section"] {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('//images.studentuniverse.com/new/suwebui/photos/homepage7.jpg');
    background: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('//images.studentuniverse.com/new/suwebui/photos/homepage7.jpg');
    background-color: #6c6c6c;
    background-position: center top;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    width: 100%;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.progress-wrap {
    height: 18em;
    margin: 1em auto 5em auto;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*width: 18em;
  z-index: 501;*/
}
/* Loading animation container */
.progress-spinner-wrap {
    height: 16em;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 3em;
    width: 16em;
    z-index: 500;
    /* Spinner */
}
.progress-spinner-wrap .progress-spinner {
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    height: 16em;
    position: absolute;
    width: 16em;
    /* Spinning circle mask */
}
.progress-spinner-wrap .progress-spinner .progress-mask {
    height: 8em;
    overflow: hidden;
    width: 8em;
    /* Spinning circle (inner circle) */
}
.progress-spinner-wrap .progress-spinner .progress-mask .progress-circle {
    border: 0.5em solid #6db100;
    border-radius: 8em;
    height: 16em;
    width: 16em;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.progress-text-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2em solid transparent;
    border-radius: 16em;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 16em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    padding: .75em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 16em;
}
.progress-text-wrap > p {
    width: 100%;
}
.progress-text-wrap .progress-criteria-wrap {
    width: 100%;
}
.progress-text-wrap h2,
.progress-text-wrap h3 {
    margin-top: .25em;
}
.progress-text-wrap h2,
.progress-text-wrap h4 {
    color: #6db100;
    margin-bottom: 0;
}
.progress-text-wrap h3,
.progress-text-wrap h4 {
    font-size: 1.5rem;
}
.progress-text-wrap h2 {
    font-size: 1.5rem;
    font-weight: 500;
    /* span {
      white-space: nowrap;
    } */
}
.progress-text-wrap h3 {
    color: #6c6c6c;
    font-size: 1.5rem;
}
.progress-text-wrap p.progress-logo-wrap {
    height: 45px;
    width: 100%;
}
.progress-text-wrap p.progress-logo-wrap img {
    width: 100%;
}
/*
section[role="wait-add-to-cart"] {

    .progress-wrap-outer {
      animation: spin-cw 2s infinite linear;
      background-color: transparent;
      border: .5em solid @primary-color;
      border-top: .5em solid rgba(0,0,0,0);
      border-left: .5em solid rgba(0,0,0,0);
      border-radius: 18em;
      height: 18em;
      margin: 0 auto;
      position: absolute;
      transition: @transition;
      width: 18em;
      z-index: 2;

      @keyframes spin-cw {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
      }
    }
}
*/
.wait-page-content-wrap {
    /*background-color: #fff;*/
    margin: 0 auto 5em auto;
    width: 480px;
    /* was 85vw; */
}
/*
section[role="flights-wait-marketing"] {
    margin: 2em 0 4em 0;
}

section[role="flights-wait-marketing"] .ad-spot {
    background-image: url('//images.studentuniverse.com/new/suwebui/ads/placeholder-wait-ad-180x150.png');
    height: 150px;
    margin: 0 auto;
    width: 180px;
}
*/
#searchWaitAdUnit {
    margin-bottom: 21px;
}
/* flight search results */
/*
section[role="flight-results-top-section"],
section[role="hotel-results-top-section"] {
    background-position: center top;
    width: 100%;
    .background-positioning;
}
*/
section[role="flight-results-top-section"] {
    background-color: #6c6c6c;
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/flights-results3.jpg');
    background-position: center top;
    position: relative;
    width: 100%;
    z-index: 1;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="flight-results-top-section"] h2 {
    font-size: 24px;
    margin-bottom: 21px;
}
section[role="flight-results-top-section"] h2 small {
    color: #fff;
    display: block;
    margin-top: 10px;
}
section[role="flight-results-top-section"] a i {
    color: #6db100;
}
section[role="flight-results-top-section"] .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 175px;
}
section[role="flight-results-top-section"] .container:after {
    display: inline;
}
section[role="flight-results-top-section"] .container .headline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 133px;
    -ms-flex: 1 1 133px;
    flex: 1 1 133px;
}
section[role="flight-results-top-section"] .container .headline-wrap > div:nth-of-type(1) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
section[role="flight-results-top-section"] .container .flight-low-fare-matrix ~ .headline-wrap {
    margin-bottom: 0;
    margin-top: 0;
}
section[role="flight-results-top-section"] .filters-row > div > div {
    /* font-size: 15px; */
    /* padding: 10px 18px; */
}
#flight-results-legend .dropdown-menu {
    font-size: small;
    text-transform: capitalize;
}
.sort-nav > li h3 {
    font-size: .75rem;
    margin-top: 0;
    margin-bottom: 5.25px;
}
.flight-search-filters-wrap {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.25) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.25) 100%);
    bottom: 0;
    padding-top: 21px;
    position: fixed;
    width: 100%;
    z-index: 500;
}
.sort-nav > li {
    position: relative;
}
.sort-nav > li h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 0.25em 0 0.5em 0;
}
.sort-nav > li .corner-icon {
    border-top: none solid transparent;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: border-top-color 0.2s ease-in-out;
    transition: border-top-color 0.2s ease-in-out;
}
.sort-nav > li .corner-icon [class^="icon-"],
.sort-nav > li .corner-icon [class*="icon-"] {
    color: #fff;
    height: auto;
    left: 0.1em;
    position: absolute;
    top: 0.25em;
    width: auto;
}
.sort-nav > li.active .corner-icon,
.sort-nav > li > a:hover .corner-icon {
    border-right: 2em solid transparent;
    border-top: 2em solid #6db100;
}
.sort-nav > li.active .corner-icon [class^="icon-"],
.sort-nav > li.active .corner-icon [class*="icon-"],
.sort-nav > li > a:hover .corner-icon [class^="icon-"],
.sort-nav > li > a:hover .corner-icon [class*="icon-"] {
    top: -1.75em;
}
.filters-row {
    background-color: #fff;
    padding: 10.5px 0;
}
/*
.filter-wrap {
    border: @primary-border-color;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    padding: .25em 1.25em .75em 1.25em;
}
*/
.matrix-trio {
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.125rem;
    margin: 0;
    white-space: nowrap;
}
/* flight and hotel mobile filter drawer */
.filter-narrow-results {
    color: #6db100;
    font-size: 15px;
    margin-bottom: 5.25px;
}
.filterShow .flight-list-filter-wrap,
.filterShow .hotel-list-filter-wrap {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: block;
    height: 100%;
    /*height: 100vh;*/
    left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1em 15px;
    position: fixed;
    top: 0;
    width: 80%;
    width: 80vw;
    z-index: 600;
}
.filterShow .flight-list-filter-wrap > div,
.filterShow .hotel-list-filter-wrap > div {
    position: relative;
}
.filterShow .flight-list-filter-wrap > div .fixed-close,
.filterShow .hotel-list-filter-wrap > div .fixed-close {
    background-color: #fff;
    font-size: 22.5px;
    opacity: .5;
    padding-right: 15px;
    position: fixed;
    top: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 80%;
    width: 80vw;
}
.filterShow .flight-list-filter-wrap > div .fixed-close:hover,
.filterShow .hotel-list-filter-wrap > div .fixed-close:hover {
    opacity: 1;
}
.filterShow .flight-list-filter-wrap > div .fixed-close:hover a,
.filterShow .hotel-list-filter-wrap > div .fixed-close:hover a {
    text-decoration: none;
}
.filterHidden .flight-list-filter-wrap,
.filterHidden .hotel-list-filter-wrap {
    display: none;
}
ul.airports-filter-list li label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.airports-filter-list li span {
    margin-left: 5px;
}
ul.airports-filter-list li span:nth-of-type(1) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.airports-filter-list li span:nth-of-type(1) small {
    color: rgba(108, 108, 108, 0.85);
}
ul.airports-filter-list li span:nth-of-type(2) {
    float: right;
}
#side-filters {
    /*
  slider {
    margin-top: 1em;
  }
*/
    /*
    span[ng-bind-template="Range: "] {
        display: none !important;
    }
  */
    /*
  .slider-legend {
    margin-bottom: 1em;
  }
*/
}
#side-filters .panel {
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
    box-shadow: none;
    margin-bottom: 1em;
}
#side-filters .panel-default > .panel-heading {
    color: #6db100;
    background-color: transparent;
    border-top: 1px solid #cccccc;
}
#side-filters .panel-default > .panel-heading h4 {
    display: inline;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5.25px;
}
#side-filters .panel-default .panel-body {
    padding-top: 0;
}
#side-filters .panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top: none;
}
#side-filters .fare-alert-ad {
    /* background-color: fade(@primary-color, 15%); */
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/marketing/fare-alert-bg.jpg');
    background-position: top center;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    min-height: 90px;
    padding: 5px 35% 5px 15px;
    z-index: -1;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    /*

    [class^="icon-"], [class*=" icon-"] {
      color: @primary-color;
    }
*/
    /*
        align-items: center;
        display: flex;
        display: block;
        justify-content: space-between;
        overflow: hidden;
        padding-left: 15px;

        h4 {
          font-size: 15px;
        }
        div ~ div {
          background-color: @primary-color;
          color: #fff;
          float: right;
          font-size: 16px;
          transition: @transition;

          &:hover {
            background-color: #436d00;
          }
        }
    */
}
#side-filters .fare-alert-ad h4 {
    font-size: 18px;
    margin-bottom: 5.25px;
}
#side-filters .fare-alert-ad p:hover {
    text-decoration: underline;
}
.filter-applied-tally {
    color: #6db100;
    font-weight: 600;
}
.flight-filter-clickbox-wrap {
    /* .flex-wrap; */
}
.flight-filter-clickbox-wrap article {
    /* flex: 1 1 0px; */
    float: left;
    margin-right: 5px;
    width: 48%;
}
.flight-filter-clickbox-wrap article:nth-last-of-type(1) {
    margin-right: 0;
}
.flight-filter-clickbox-wrap .clickbox-item > div {
    border: 1px solid #cccccc;
    padding: .5em .25em;
    position: relative;
    text-align: center;
    width: 100%;
}
.flight-filter-clickbox-wrap .clickbox-item > div label {
    cursor: pointer;
    display: block;
    font-size: small;
    height: 50px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 200;
}
.flight-filter-clickbox-wrap .clickbox-item > div h4 {
    color: #0072bc;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5.25px;
    margin-top: -25px;
    z-index: 100;
}
.flight-filter-clickbox-wrap .clickbox-item.filter-selected div {
    background-color: rgba(109, 177, 0, 0.1);
    border-color: #6db100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.flight-filter-clickbox-wrap .clickbox-item.filter-selected div label {
    color: #6db100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.flight-filter-clickbox-wrap .clickbox-item.clickbox-na div,
.flight-filter-clickbox-wrap .clickbox-item.filter-selected.clickbox-na div {
    background-color: inherit;
    border-color: #ccc;
    pointer-events: none;
}
.flight-filter-clickbox-wrap .clickbox-item.clickbox-na div label,
.flight-filter-clickbox-wrap .clickbox-item.filter-selected.clickbox-na div label,
.flight-filter-clickbox-wrap .clickbox-item.clickbox-na div h4,
.flight-filter-clickbox-wrap .clickbox-item.filter-selected.clickbox-na div h4 {
    color: #ccc;
    cursor: text;
}
.flight-filter-clickbox-wrap.flight-filter-stops-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flight-filter-clickbox-wrap.flight-filter-stops-wrap article {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.flight-filter-tickettypes-wrap article {
    margin-bottom: 5px;
    min-width: 48%;
}
.flight-filter-tickettypes-wrap article:nth-of-type(even) {
    margin-right: 0;
}
.flight-filter-slider-wrap h5 {
    font-weight: 500;
    /* margin-bottom: 0; */
}
.flight-filter-slider-wrap:nth-of-type(2) {
    margin-top: 21px;
}
.flight-list-filter-wrap h5 {
    font-weight: 500;
}
.hotel-filter-clickbox-wrap {
    /* .flex-wrap; */
}
.hotel-filter-clickbox-wrap article {
    /* flex: 1 1 0px; */
    float: left;
    margin-right: 5px;
    width: 48%;
}
.hotel-filter-clickbox-wrap article:nth-of-type(even) {
    margin-right: 0;
}
.hotel-filter-clickbox-wrap article:nth-of-type(n+2) {
    margin-bottom: 5px;
}
.hotel-filter-clickbox-wrap article:nth-of-type(n+2):after {
    clear: both;
}
.hotel-filter-clickbox-wrap .hotel-filter-star-rating-wrap {
    /* min-width: 48%; */
}
.hotel-filter-clickbox-wrap .hotel-filter-star-rating-wrap:nth-last-of-type(1) {
    margin-bottom: 5px;
    margin-right: 0;
}
.hotel-filter-clickbox-wrap .clickbox-item > div {
    border: 1px solid #cccccc;
    padding: .5em .25em;
    position: relative;
    text-align: center;
    width: 100%;
}
.hotel-filter-clickbox-wrap .clickbox-item > div label {
    cursor: pointer;
    display: block;
    font-size: small;
    height: 50px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 200;
}
.hotel-filter-clickbox-wrap .clickbox-item > div h4 {
    color: #0072bc;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5.25px;
    margin-top: -25px;
    z-index: 100;
}
.hotel-filter-clickbox-wrap .clickbox-item > div h4 small {
    color: #0072bc;
}
.hotel-filter-clickbox-wrap .clickbox-item .hotel-filter-star-rating i {
    font-size: 1.5rem;
    padding-top: 3px;
}
.hotel-filter-clickbox-wrap .clickbox-item.filter-selected div {
    background-color: rgba(109, 177, 0, 0.1);
    border-color: #6db100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hotel-filter-clickbox-wrap .clickbox-item.filter-selected div label {
    color: #6db100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hotel-filter-clickbox-wrap .clickbox-item.clickbox-na div,
.hotel-filter-clickbox-wrap .clickbox-item.filter-selected.clickbox-na div {
    background-color: inherit;
    border-color: #ccc;
    pointer-events: none;
}
.hotel-filter-clickbox-wrap .clickbox-item.clickbox-na div label,
.hotel-filter-clickbox-wrap .clickbox-item.filter-selected.clickbox-na div label,
.hotel-filter-clickbox-wrap .clickbox-item.clickbox-na div h4,
.hotel-filter-clickbox-wrap .clickbox-item.filter-selected.clickbox-na div h4 {
    color: #ccc;
    cursor: text;
}
/* angular slider classes */
.slider-control {
    height: 20px;
    margin: 15px 15px 0 15px;
}
.slider {
    border: 1px solid #6db100;
    height: 1px;
}
.slider-center {
    position: absolute;
    background-color: #fff;
    border: 6px solid #6db100;
    border-radius: 12px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slider-middle {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.slider-handle {
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    margin-top: -16px;
    margin-left: -16px;
}
.slider-center:hover {
    background-color: #e9f3d9;
}
/* flight flex table grid */
section[role="flight-flex-grid"] {
    /* height: 500px; */
    margin-top: 2rem;
    /* top left square for roundtrip searches */
    /* styling for all headers: 1st column and 1st row */
    /* main body of flex grid */
    /* Font color of Grid Legend */
}
section[role="flight-flex-grid"] figure {
    border: none;
    cursor: default;
    /* cursor should not be pointing for areas between td */
    display: inline;
    position: relative;
    width: 100%;
}
section[role="flight-flex-grid"] figure figcaption#flex-top-caption,
section[role="flight-flex-grid"] figure figcaption#flex-left-caption {
    display: none;
}
section[role="flight-flex-grid"] .table-flex-grid-responsive {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
section[role="flight-flex-grid"] .table {
    margin-bottom: 0;
    overflow: hidden;
}
section[role="flight-flex-grid"] .table > thead > tr > th.flex-arrive:nth-of-type(1) {
    border: 0;
    cursor: default;
    font-weight: 600;
    font-size: 1rem;
}
section[role="flight-flex-grid"] .table > tbody > tr > th.flex-depart,
section[role="flight-flex-grid"] .table > thead > tr > th.flex-depart,
section[role="flight-flex-grid"] .table > thead > tr > th.flex-arrive:nth-child(n+2) {
    vertical-align: top;
    background-color: rgba(109, 177, 0, 0.75);
    border: 1px solid #fff;
    color: #fff;
    height: 100%;
    min-width: 50px;
    /* don't use rem */
    overflow: hidden;
    padding: 0;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
section[role="flight-flex-grid"] .table > tbody > tr > th.flex-depart p,
section[role="flight-flex-grid"] .table > thead > tr > th.flex-depart p,
section[role="flight-flex-grid"] .table > thead > tr > th.flex-arrive:nth-child(n+2) p {
    font-size: 1rem;
    line-height: 21px;
    margin: 0;
    padding: 10.5px 0;
}
section[role="flight-flex-grid"] .table > tbody > tr .center-grid-item {
    background-color: #009cad;
    height: 4.75rem;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
section[role="flight-flex-grid"] .table > tbody > tr .center-grid-item a {
    color: #fff;
}
section[role="flight-flex-grid"] .table > tbody > tr .center-grid-item:hover {
    background-color: #6db100;
}
section[role="flight-flex-grid"] .table > tbody > tr .gray-bkgrd {
    background-color: rgba(221, 221, 221, 0.75);
    /* @grey is too dark */
    cursor: default;
}
section[role="flight-flex-grid"] .table > tbody > tr .gray-bkgrd:hover {
    background-color: rgba(221, 221, 221, 0.75);
    /* same as its background color */
}
section[role="flight-flex-grid"] .table > tbody > tr .sold-out {
    background-color: rgba(221, 221, 221, 0.75);
    /* @grey is too dark */
    color: #6c6c6c;
    cursor: default;
}
section[role="flight-flex-grid"] .table > tbody > tr .sold-out:hover {
    background-color: rgba(221, 221, 221, 0.75);
    /* same as its background color */
    color: #6c6c6c;
}
section[role="flight-flex-grid"] .table > tbody > tr:hover {
    background-color: rgba(109, 177, 0, 0.85);
}
section[role="flight-flex-grid"] .table > tbody > tr > th {
    position: relative;
}
section[role="flight-flex-grid"] .table > tbody > tr > td {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #fff;
    cursor: pointer;
    height: 4.75rem;
    min-width: 5rem;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
section[role="flight-flex-grid"] .table > tbody > tr > td a {
    color: #0072bc;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section[role="flight-flex-grid"] .table > tbody > tr > td a i {
    color: #6db100;
    /* font-size: small; */
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section[role="flight-flex-grid"] .table > tbody > tr > td a:hover {
    text-decoration: underline;
}
section[role="flight-flex-grid"] .table > tbody > tr > td h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 10.5px 0;
}
section[role="flight-flex-grid"] .table > tbody > tr > td:hover {
    background-color: #6db100;
    color: #fff;
}
section[role="flight-flex-grid"] .table > tbody > tr > td:hover a {
    color: #fff;
}
section[role="flight-flex-grid"] .table > tbody > tr > td:hover a i {
    color: #fff;
}
section[role="flight-flex-grid"] .table > tbody > tr > td .cheapest-grid-item {
    border: 2px solid #6db100;
}
section[role="flight-flex-grid"] .table > tbody > tr > th:hover::after,
section[role="flight-flex-grid"] .table > tbody > tr > td:hover::after {
    content: "";
    position: absolute;
    background-color: rgba(109, 177, 0, 0.85);
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}
section[role="flight-flex-grid"] .table > tbody > tr > th.active-grid-item,
section[role="flight-flex-grid"] .table > thead > tr > th .active-grid-item {
    background-color: #6db100;
    /*height: 4.75rem;*/
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
section[role="flight-flex-grid"] .table > tbody > tr > th.active-grid-item a,
section[role="flight-flex-grid"] .table > thead > tr > th .active-grid-item a {
    color: #fff;
}
section[role="flight-flex-grid"] .table > tbody > tr > th.active-grid-item:hover,
section[role="flight-flex-grid"] .table > thead > tr > th .active-grid-item:hover {
    background-color: #6db100;
}
section[role="flight-flex-grid"] .flight-flex-legend {
    color: #fff;
    font-size: small;
}
section[role="flight-flex-grid"] .flight-flex-legend .flight-flex-legend-selected-note [class^="icon-"],
section[role="flight-flex-grid"] .flight-flex-legend .flight-flex-legend-selected-note [class*=" icon-"] {
    color: #009cad;
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
}
section[role="flight-flex-grid"] .flight-flex-legend .flight-flex-legend-cheapest-note [class^="icon-"],
section[role="flight-flex-grid"] .flight-flex-legend .flight-flex-legend-cheapest-note [class*=" icon-"] {
    color: #6db100;
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
}
section[role="flight-flex-grid"] .flight-flex-legend span {
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
}
/* flight results */
.search-result-inline > div {
    border-top: 1px solid #cccccc !important;
    padding: 10.5px 0;
}
section[id="flight-results-list"] article,
section[id="hotel-detail-top-navigation"] .hotel-detail-top-navigation-rule,
section[id="hotel-results-list"] article,
section[id="hotel-results-load-more"] div,
section[id="hotel-detail-description"] .hotel-detail-amenities,
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap,
#hotel-detail-review-overall-rating-wrap,
#hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list {
    border-top: 1px solid #cccccc;
    position: relative;
}
section[id="flight-results-list"] article > .flight-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    padding: .5em 0;
}
section[id="flight-results-list"] .article-wrap:last-child article,
section[id="flight-results-load-more"] div,
section[id="hotel-results-load-more"] div,
section[id="hotel-detail-description"] .hotel-detail-address,
section[id="hotel-detail-description"] .hotel-detail-amenities > ul,
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap > article {
    border-bottom: 1px solid #cccccc;
}
/*
section[id="flight-results-list"] article > .flight-item-wrap > .flight-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
*/
section[id="flight-results-load-more"] div,
section[id="hotel-results-load-more"] div {
    padding: 1em 0;
    margin-bottom: 2em;
    text-align: center;
}
p.flight-terms {
    padding: 1em 0;
    margin-bottom: 5em;
}
/*
section[id="flight-results-list"] article > .corner-icon {
    border-right: 2em solid transparent;
    border-top: 2em solid @primary-color;
    left: 0;
    position: absolute;
    top: 0;
}
*/
/*
section[id="flight-results-list"] article > .corner-icon [class^="icon-"],
section[id="flight-results-list"] article > .corner-icon [class*="icon-"] {
    color: #fff;
    height: auto;
    left: 0;
    position: absolute;
    top: -1.9em;
    width: auto;
}
*/
.mobile-filter-row {
    border-top: 1px solid #cccccc;
    padding: 5.25px 0;
}
section[id="flight-results-list"] article > .flight-item-wrap > .flight-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
section[id="flight-results-list"] article > .flight-item-wrap > .flight-column h4 {
    /* font-weight: 600; */
    margin-top: 0;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(1) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* change to center when chrome 40/mac bug is fixed - Chrome Issue 451169 */
    position: relative;
    width: 30%;
}
section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(2) {
    width: 62%;
}
section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(3) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8%;
}
.flight-leg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* was inline-flex; */
    /* align-items: flex-start;
    flex-direction: row; */
    /* width: 100%; */
}
.flight-leg p {
    margin-bottom: 0;
}
.flight-leg .flight-operator-msg {
    display: inline;
}
.leg-wrap:nth-of-type(1) .flight-leg {
    padding-bottom: .5em;
}
.leg-wrap:nth-of-type(2) .flight-leg {
    border-top: 1px solid #cccccc;
    padding-bottom: 0;
    padding-top: .5em;
}
/*
.flight-leg .flex-item-1 {
    display: inline-block;
}
*/
.flight-itinerary-section1 {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 67%;
    -ms-flex: 2 1 67%;
    flex: 2 1 67%;
    /* width: 75%; */
}
.flight-itinerary-section1 .flight-itinerary-logo {
    display: inline-table;
}
.flight-itinerary-section1 .flight-itinerary-logo img.airline-logo {
    vertical-align: text-top;
    width: 1.5em;
}
.flight-itinerary-section1 .flight-itinerary-carrier {
    display: inline-table;
}
.flight-itinerary-section1 .flight-itinerary-carrier .airline-name {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    /* width: 100px; */
}
.flight-itinerary-section1 .flight-itinerary-citypair {
    display: block;
}
.flight-itinerary-section1 .flight-operator-msg {
    font-size: smaller;
}
.flight-itinerary-section2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    text-align: right;
    /* width: 25%; */
}
.flight-itinerary-section2 .flight-itinerary-duration {
    /* display: block; */
}
.flight-itinerary-section2 p {
    margin: 0;
}
.matrix-trio:nth-of-type(1) {
    text-align: center;
}
.matrix-trio li {
    margin: .25em 0;
}
.matrix-trio p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.matrix-trio img.airline-logo {
    width: 1.5em;
}
.flight-details-wrap h5,
.flight-details-wrap .flight-details-message p {
    color: #6db100;
}
.flight-details-wrap .flight-details-message p strong {
    white-space: nowrap;
}
.flight-details-wrap .flight-details-segment img.airline-logo {
    margin-top: 10.5px;
    max-width: 27px;
}
.flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(3) {
    border-top: 1px solid #cccccc;
    font-size: smaller;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 5.25px;
}
.flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(3) li {
    white-space: nowrap;
}
.flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(4) {
    border-top: 1px solid #cccccc;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5.25px;
}
.flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(4) li {
    white-space: nowrap;
}
.flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(5) {
    border-top: 1px solid #cccccc;
    font-size: smaller;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5.25px;
}
.flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(5) li {
    white-space: nowrap;
}
.flight-details-wrap section:nth-of-type(n+2) .flight-details-leg {
    border-top: 1px solid #6db100;
}
section[role="flight-details-tabs"] ul.additional-details-links {
    margin-top: 10px;
}
section[role="flight-details-tabs"] ul.additional-details-links li a {
    padding: 10px 5px;
}
section[role="flight-details-tabs"] ul.additional-details-links li:nth-of-type(1) {
    margin-left: 5px;
}
section[role="flight-details-tabs"] ul.additional-details-links li:nth-of-type(2) {
    margin-right: 5px;
}
/* modal for price breakdown */
section[role="price-breakdown"] h4 {
    color: #6db100;
}
section[role="price-breakdown"] ul li {
    margin: .25em 0;
}
section[role="price-breakdown"] ul li:nth-last-of-type(1) {
    border-top: 1px solid #cccccc;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: .5em;
    padding-top: .25em;
}
section[role="price-breakdown"] ul li span:nth-last-of-type(1) {
    float: right;
}
/* modal for two flights in cart */
#flight-in-cart-popup h4 {
    color: #6db100;
}
#flight-in-cart-popup h5 {
    font-weight: 600;
}
#flight-in-cart-popup .flight-in-cart-item {
    border: 1px solid #cccccc;
    margin-bottom: 1em;
    padding: 15px;
}
#flight-in-cart-popup .flight-in-cart-item h3 {
    color: #0072bc;
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg section[role="flight-in-cart-item-date"] {
    margin-left: 25%;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg section[role="flight-in-cart-item-date"] p {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg > div {
    float: left;
    width: 25%;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg > div img {
    /* carrier logos */
    width: 27px;
    height: 23px;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg > div span {
    display: block;
    font-size: 1.25rem;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg > div span:nth-of-type(2) {
    font-weight: 600;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg > div span:last-child span:last-child {
    display: inline;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg > div:nth-of-type(4) span > span {
    display: inline;
}
#flight-in-cart-popup .flight-in-cart-item .flight-in-cart-item-leg:nth-of-type(2) {
    border-top: 1px solid #cccccc;
    margin-top: .75em;
    padding-top: .75em;
}
#flight-in-cart-popup .flight-in-cart-price-button {
    margin: 1em 0;
}
/* modal for add to cart */
section[role="wait-add-to-cart"] {
    left: 50%;
    margin: 30px 0 0 -40%;
    position: fixed;
    top: 30px;
    width: 80%;
    z-index: 100000;
}
section[role="wait-add-to-cart"] h2 {
    font-size: 3rem;
    margin-bottom: 10.5px;
}
/* hotel results */
#hotel-results-login-band {
    display: none;
}
section[role="hotel-results-top-section"] {
    background-color: #6c6c6c;
    background-position: center top;
    width: 100%;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="hotel-results-top-section"] h2 {
    font-size: 24px;
    margin-bottom: 21px;
}

section[role="hotel-results-top-section"] .container > .row:nth-of-type(1) > div:nth-of-type(1) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
section[role="hotel-results-top-section"] .container:after {
    display: inline;
}
section[role="hotel-results-top-section"] .filters-legend-row {
    /*
    > div:first-child,
    > div:last-child {
      font-size: 15px;
      padding: 10px 18px;
      z-index: 500;
    }
*/
}
section[role="hotel-results-top-section"] .filters-legend-row h4 {
    color: #6db100;
    font-size: 15px;
    margin-bottom: .75em;
    margin-top: 0;
}
section[role="hotel-results-top-section"] .filters-legend-row .btn-group {
    margin-bottom: 10.5px;
}
section[role="hotel-results-top-section"] .filters-legend-row .open > .hotel-sort-menu {
    display: block;
}
section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu {
    /* background-clip: padding-box; */
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    /* float: left; */
    /*  font-size: 15px; */
    /* left: auto; */
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    right: 0;
    text-align: initial;
    top: 100%;
    z-index: 1000;
}
section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li > a {
    clear: both;
    color: #333;
    display: block;
    /* font-weight: normal; */
    line-height: inherit;
    padding: 3px 20px;
    white-space: nowrap;
}
section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li > a:hover {
    background-color: rgba(108, 177, 0, 0.1);
    /* background-image: none; */
    text-decoration: none;
}
section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li > strong {
    padding: 3px 20px;
}

/* hotel filter column */
.hotel-list-filter-wrap .hotel-side-map-wrap {
    border: 1px solid #6db100;
    height: 100px;
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
}
.hotel-list-filter-wrap .hotel-side-map-wrap a {
    color: #fff;
}
.hotel-list-filter-wrap .hotel-side-map-wrap p {
    background-color: rgba(109, 177, 0, 0.75);
    font-size: smaller;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.hotel-list-filter-wrap .hotel-side-map-wrap .hotel-side-map {
    position: absolute;
    z-index: 1;
}
.hotel-list-filter-wrap #side-filters ul.hotel-rating-filter-wrap li {
    /*
            span.hotel-rating-filter {
              background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-circles.svg');
              background-repeat: no-repeat;
              background-size: 54px auto;
              height: 12px;
              width: 54px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating0 {
              background-position: 0 -192px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating0\.5 {
              background-position: 0 1px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating1 {
              background-position: 0 -19px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating1\.5 {
              background-position: 0 -38px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating2 {
              background-position: 0 -58px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating2\.5 {
              background-position: 0 -77px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating3 {
              background-position: 0 -96px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating3\.5 {
              background-position: 0 -116px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating4 {
              background-position: 0 -135px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating4\.5 {
              background-position: 0 -155px;
            }
            span.hotel-rating-filter.hotel-rating-filter-rating5 {
              background-position: 0 -173px;
            }
*/
}
.hotel-list-filter-wrap #side-filters ul.hotel-rating-filter-wrap li span {
    display: inline-block;
}
.hotel-list-filter-wrap #side-filters ul.hotel-rating-filter-wrap li span:nth-of-type(2) {
    font-weight: 600;
}
.hotel-list-filter-wrap #side-filters ul.hotel-rating-filter-wrap li span:nth-last-of-type(1) {
    float: right;
}
.hotel-list-filter-wrap #side-filters .hotel-filter-ta-head:after {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-owl.svg');
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    width: 22px;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.hotel-list-filter-wrap #side-filters ul.hotel-amenities-filter-wrap li span {
    float: right;
}
#map-view section[role="hotel-results-top-section"] {
    min-height: 230px;
}
#map-view section[role="hotel-results-top-section"] .container {
    min-height: 170px;
}
#map-view section[role="hotel-results-top-section"] .container > .row:nth-of-type(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*section[role="hotel-results-top-section"] .container,
div[role="hotel-results-middle-section"] .container {
    padding-left: 0;
    padding-right: 0;
}*/
section[id="hotel-results-list"] article {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
section[id="hotel-results-list"] article .hotel-item-link-wrap {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 500;
}
section[id="hotel-results-list"] article .hotel-item-precise-link {
    position: relative;
    z-index: 501;
    -webkit-overflow-scrolling: touch;
}
section[id="hotel-results-list"] article .hotel-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    min-height: 80px;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column:nth-of-type(1) {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 30%;
    -ms-flex: 2 0 30%;
    flex: 2 0 30%;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 10%;
    -ms-flex: 1 0 10%;
    flex: 1 0 10%;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column h5 {
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column h5 .tooltip {
    font-size: 0.95rem;
    max-width: 10em;
    white-space: normal;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column:nth-of-type(1) {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column:nth-of-type(2) {
    padding-left: 1.5em;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column:last-of-type {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image {
    background-color: rgba(108, 108, 108, 0.25);
    background-position: center;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image h5 {
    background-color: rgba(109, 177, 0, 0.75);
    color: #fff;
    font-size: 1rem;
    margin: 0;
    padding: 10px 15px 5px 15px;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image h5 span {
    display: none;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image .member-only-logo {
    bottom: -2px;
    color: #fff;
    font-size: 2.25rem;
    right: 5px;
    position: absolute;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap {
    -webkit-box-flex: 4;
    -webkit-flex: 4 0 55%;
    -ms-flex: 4 0 55%;
    flex: 4 0 55%;
    margin-left: 10px;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 {
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 .tooltip {
    font-size: 0.95rem;
    max-width: 10em;
    white-space: normal;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap p.mobile-hotel-rate-message {
    font-size: smaller;
    margin-top: -10.5px;
}
section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap .hotel-column-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
section[id="hotel-results-list"] article:hover .member-skin-list {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
section[id="hotel-results-list"] article[class="highlight"] {
    border-color: #6db100;
    box-shadow: 0 5px 15px rgba(109, 177, 0, 0.35), 0 -5px 15px rgba(109, 177, 0, 0.35);
}
section[id="hotel-results-list"] .member-skin-list {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    padding-top: 40px;
    padding-left: 50px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 550;
}
section[id="hotel-results-list"] .member-skin-list h3 {
    margin-top: 10.5px;
}
section[id="hotel-results-list"] .member-skin-list small {
    color: #fff;
}
section[id="hotel-results-list"]:last-child {
    border-bottom: 1px solid #cccccc;
}
.hotel-type-wrap {
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
}
.hotel-type-wrap > .hotel-type-shadow {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(68, 65, 65, 0.67) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(68, 65, 65, 0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#f1f1f1', GradientType=0);
    bottom: 0;
    height: 5em;
    position: absolute;
    width: 100%;
}
.hotel-type-wrap > div > .hotel-type-icon {
    bottom: 11px;
    color: #fff;
    left: 15px;
    position: absolute;
    text-transform: capitalize;
}
.hotel-result-column-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hotel-result-column-wrap p.stars {
    margin-bottom: 4px;
    line-height: 1.75;
}
.hotel-result-column-wrap p.stars .tooltip {
    visibility: hidden;
    font-size: 1rem;
}
ul.hotel-result-room-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    font-size: 1rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ul.hotel-result-room-row li.hotel-result-rate {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2;
}
ul.hotel-result-room-row li.hotel-result-rate > p {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
}
ul.hotel-result-room-row li.hotel-result-rate > p:nth-last-of-type(1) {
    font-size: 1.25rem;
    line-height: 1.7;
    /* margin-bottom: 10.5px; */
}
ul.hotel-result-room-row li.hotel-result-rate h4 {
    line-height: 0.55;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.tripadvisor-rating-brief {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-owl.svg');
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 1.75em;
    margin-bottom: 10.5px;
}
.tripadvisor-rating-brief span {
    font-size: 1rem;
    padding-left: 20px;
}
.hotel-result-rate-message {
    background-color: rgba(109, 177, 0, 0.15);
    color: #6db100;
    font-size: .85rem;
    padding: .25em 1em .5em 1em;
    position: relative;
    text-align: right;
}
.hotel-result-rate-message:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(109, 177, 0, 0.15);
    bottom: -10px;
    content: " ";
    display: table;
    position: absolute;
    right: 7%;
}
/* hotel map view */
.hotel-mapview-controls > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 10px 18px;
}
.hotel-mapview-controls > div a:hover {
    text-decoration: none;
}
.hotel-mapview-controls > div i {
    color: #6db100;
    font-size: 2rem;
}
section[id="hotel-mapview-results-list"] {
    margin-bottom: 50px;
    height: 425px;
    height: 75vh;
    overflow: hidden;
}
section[id="hotel-mapview-results-list"] .filters-legend-row {
    padding-top: 20px;
}
section[id="hotel-mapview-results-list"] .filters-legend-row div:nth-of-type(2) i {
    color: #6db100;
    font-size: 2rem;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-article-wrap {
    /* height: 70%; */
    height: 68vh;
    overflow: hidden;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-article-wrap > div {
    padding-bottom: 30vh !important;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-article-wrap .ngscroll-scrollbar-container {
    background-color: rgba(109, 177, 0, 0.15) !important;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-article-wrap .ngscroll-scrollbar {
    background-color: rgba(109, 177, 0, 0.5) !important;
}
section[id="hotel-mapview-results-list"] article {
    /*
    margin: .875em 0;
    .border-top-bottom;
    */
    border-bottom: 1px solid #cccccc;
    margin-right: 20px;
    /*
    &:nth-last-of-type(1) {
        margin-bottom: 50px;
    }
*/
}
section[id="hotel-mapview-results-list"] article:nth-of-type(1) {
    border-top: 1px solid #cccccc;
}
section[id="hotel-mapview-results-list"] article .hotel-results-image {
    background-position: center top;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[id="hotel-mapview-results-list"] article .hotel-results-image h5 {
    background-color: rgba(109, 177, 0, 0.75);
    color: #fff;
    font-size: 1rem;
    margin: 0;
    padding: 10px 15px 5px 15px;
}
section[id="hotel-mapview-results-list"] article .hotel-results-image h5 span {
    display: none;
}
section[id="hotel-mapview-results-list"] article .hotel-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.25rem;
}
section[id="hotel-mapview-results-list"] article .hotel-item-wrap .hotel-column h5 {
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
section[id="hotel-mapview-results-list"] article .hotel-item-wrap p.stars,
section[id="hotel-mapview-results-list"] article .hotel-item-wrap p.hotel-price {
    font-size: 1.5rem;
    margin-bottom: 5.25px;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-filter-wrap {
    display: none;
    padding: 20px 0;
    overflow: hidden;
    overflow-y: scroll;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-filter-wrap.showMapFilter {
    display: inline-block;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-map-wrap {
    background-color: rgba(108, 108, 108, 0.15);
    height: 75vh;
    padding: 0;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-map-wrap #hotelMap {
    height: 100%;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-map-wrap .hotel-list-filter-wrap {
    background-color: #fff;
}
section[id="hotel-mapview-results-list"] .hotel-mapview-results-map-wrap .map-popover {
    border: 1px solid #6db100;
    border-radius: 0;
    position: absolute;
    left: 80px;
    top: 25px;
    z-index: 500;
    text-align: center;
    padding: 10px 35px;
    background-color: #fff;
    cursor: pointer;
}
/* map view details popup */
section[role="hotel-map-infowindow-wrap"] {
    font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin-bottom: 10.5px;
    margin-left: 23px;
    width: 220px;
}
section[role="hotel-map-infowindow-wrap"] .infowindow-image {
    height: 180px;
    margin-bottom: 5.25px;
    margin-top: 23px;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="hotel-map-infowindow-wrap"] .hotel-item-link-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-top: -11px;
    margin-left: -23px;
    z-index: 1000;
    cursor: pointer;
}
section[role="hotel-map-infowindow-wrap"] [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
section[role="hotel-map-infowindow-wrap"] h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5.25px;
    margin-top: 5.25px;
}
section[role="hotel-map-infowindow-wrap"] .display-false {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 16px;
    width: 86px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating0 {
    background-position: 0 -182px;
    display: none;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating0\.5 {
    background-position: 0 -2px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating1 {
    background-position: 0 -19px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating1\.5 {
    background-position: 0 -38px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating2 {
    background-position: 0 -56px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating2\.5 {
    background-position: 0 -74px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating3 {
    background-position: 0 -92px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating3\.5 {
    background-position: 0 -110px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating4 {
    background-position: 0 -128px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating4\.5 {
    background-position: 0 -146px;
}
section[role="hotel-map-infowindow-wrap"] span.tripadvisor-rating.tripadvisor-rating5 {
    background-position: 0 -164px;
}
section[role="hotel-map-infowindow-wrap"] p.stars {
    margin-bottom: 0;
}
section[role="hotel-map-infowindow-wrap"] .starN0 strong:nth-of-type(n+1) {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] .starN1 strong:nth-of-type(n+2) {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] .starN2 strong:nth-of-type(n+3) {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] .starN3 strong:nth-of-type(n+4) {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] .starN4 strong:nth-of-type(n+5) {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] .starN5 strong:nth-of-type(n+6) {
    display: none;
}
section[role="hotel-map-infowindow-wrap"] .hotel-map-price-wrap > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
section[role="hotel-map-infowindow-wrap"] .hotel-map-price-wrap > div h4 {
    margin-left: 10px;
    margin-right: 10px;
}
/* hotel detail page */
.hotel-detail-top-navigation-rule {
    padding-top: 10.5px;
}
section[id="hotel-detail-top-section"] {
    margin-bottom: 21px;
}
.hotel-detail-top-wrap {
    color: #fff;
    position: relative;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap {
    background-position: center center;
    /* filter: blur(0.8px);  work with this if the main image is consistently too poor */
    min-height: 200px;
    position: relative;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow {
    background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    padding: 0 15px;
    position: absolute;
    width: 100%;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow h3 {
    font-size: 2rem;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(1) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(1) h3 {
    margin-bottom: .25em;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) div {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 {
    font-size: 1.5rem;
    margin-bottom: 2em;
    /*
              span {
                background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
                background-repeat: no-repeat;
                background-size: 100% auto;
                display: inline-block;
                height: 13px;
                width: 78px;

              }
            */
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div h3 small {
    color: #fff;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div h4:nth-of-type(1) {
    margin-top: .5rem;
}
.hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div h5 {
    margin: .5rem 0;
}
.hotel-detail-top-wrap .hotel-detail-attaboy-wrap {
    display: none;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap {
    background-color: #000;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap .ngscroll-scrollbar-container {
    background-color: rgba(255, 255, 255, 0.5) !important;
    /*height: 260px !important;*/
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap .ngscroll-scrollbar-container:hover {
    background-color: #ffffff !important;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap .ngscroll-scrollbar-container .ngscroll-scrollbar {
    cursor: move !important;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap ul.hotel-detail-top-gallery-list {
    height: 65px;
    margin-bottom: 5px;
    margin-top: 10px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap ul.hotel-detail-top-gallery-list li {
    background-position: 50% 50%;
    border: 1px solid #ffffff;
    display: inline-table;
    height: 3em;
    margin-right: 10px;
    width: 3em;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap ul.hotel-detail-top-gallery-list li:last-of-type {
    margin-right: 0;
}
.hotel-detail-top-wrap .hotel-detail-top-gallery-mobile-wrap ul.hotel-detail-top-gallery-list li a {
    display: block;
    height: 100%;
    width: 100%;
}
/*
section[id="hotel-detail-progress-message-wrap"] .hotel-detail-progress-message {
    background-color: fade(@primary-color, 15%);
    border: @primary-border-color;
    border-width: 1px 0;
    color: @primary-color;
    font-size: small;
    font-weight: 600;
    padding: .5em 15px;
}
*/
.hotel-details-modify-wrap .datepicker-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    height: 31px;
    padding: 5px 10px;
}
.hotel-details-modify-wrap .datepicker-wrap div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*max-width: 40%;*/
    padding-left: 5px;
}
.hotel-details-modify-wrap .datepicker-wrap div:nth-of-type(2) {
    /* max-width: 85px; */
}
.hotel-details-modify-wrap .datepicker-wrap div:nth-of-type(2) input {
    border-left: 1px solid #cccccc;
    padding: 0 10px;
}
.hotel-details-modify-wrap .datepicker-wrap div[ng-model="startDate"] .dropdown-menu {
    left: 0 !important;
}
.hotel-details-modify-wrap .datepicker-wrap div[ng-model="endDate"] .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.hotel-details-modify-wrap .datepicker-wrap input {
    border: none;
    border-radius: 0;
    display: table-cell;
    padding: 0;
}
.hotel-details-modify-wrap .datepicker-wrap input.form-control {
    background-color: inherit;
    cursor: default;
    font-size: 13px;
    height: 18px;
    line-height: 13px;
}
.hotel-details-modify-wrap .datepicker-wrap [class^="icon-"],
.hotel-details-modify-wrap .datepicker-wrap [class*=" icon-"] {
    color: #6db100;
}
.hotel-details-modify-wrap .datepicker-wrap :focus {
    outline: none;
}
.hotel-details-modify-wrap .datepicker-wrap th,
.hotel-details-modify-wrap .datepicker-wrap .btn strong,
.hotel-details-modify-wrap .datepicker-wrap i {
    color: #6db100;
    font-weight: normal;
}
.hotel-details-modify-wrap .datepicker-wrap .btn-default.disabled,
.hotel-details-modify-wrap .datepicker-wrap .btn-default[disabled] {
    background-color: #fff;
    border-color: #fff;
    color: #999;
}
.hotel-details-modify-wrap .datepicker-wrap .btn-info.active,
.hotel-details-modify-wrap .datepicker-wrap .btn-info:active {
    background-color: #6db100;
    color: #fff;
}
.hotel-details-modify-wrap .select-menu {
    float: left;
    width: 40%;
}
.hotel-details-modify-wrap .select-menu [class^="icon-chevron-down"],
.hotel-details-modify-wrap .select-menu [class*=" icon-chevron-down"] {
    top: 10px;
}
.hotel-details-modify-wrap .select-menu [class^="icon-guy"],
.hotel-details-modify-wrap .select-menu [class*=" icon-guy"] {
    top: 7px;
}
.hotel-details-modify-wrap .select-menu .select {
    font-size: 13px;
    height: 31px;
    padding: 5px 10px;
}
.hotel-details-modify-wrap .select-menu ~ button[type="submit"] {
    float: left;
    height: 31px;
    margin-left: 5px;
    width: 58%;
}
section[id="hotel-detail-rates"] h4 {
    font-size: 1.5rem;
}
section[id="hotel-detail-description"] h4,
section[id="hotel-detail-reviews"] h4 {
    font-size: 1.5rem;
    /* margin-top: 1.5em; */
}
article[class="hotel-price-item"] {
    border-bottom: 1px solid #cccccc;
    position: relative;
}
article[class="hotel-price-item"] .hotel-price-rate-message-wrap span:after {
    content: " | ";
}
article[class="hotel-price-item"] .hotel-price-rate-message-wrap span:nth-last-of-type(1):after {
    content: "";
}
article[class="hotel-price-item"] .room-details-trigger {
    font-size: 1.125rem;
    margin: 5.25px 0;
}
article[class="hotel-price-item"] h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}
article[class="hotel-price-item"] h5 a {
    font-weight: 300;
}
article[class="hotel-price-item"] h6 {
    line-height: inherit;
    font-size: 1.25rem;
}
article[class="hotel-price-item"] h6 .fade {
    opacity: 1;
}
article[class="hotel-price-item"] .hotel-price-pricepoint {
    white-space: nowrap;
}
article[class="hotel-price-item"] .hotel-price-pricepoint a {
    font-size: 2.25rem;
    font-weight: 600;
}
article[class="hotel-price-item"] button {
    border-radius: 0;
    font-size: 13px;
    margin-bottom: 1rem;
    padding: 5px 10px;
}
section[id="hotel-detail-rates"] .container.hotel-detail-rates-legend {
    border-bottom: 1px solid #cccccc;
}
.hotel-rooms-load-more {
    margin-top: 10.5px;
}
section[id="hotel-detail-description"] h5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: inherit;
}
section[id="hotel-detail-description"] .hotel-detail-address h5:nth-of-type(1) {
    margin-bottom: 0;
}
section[id="hotel-detail-description"] .hotel-detail-address h5:nth-of-type(1) span {
    white-space: nowrap;
}
section[id="hotel-detail-description"] .hotel-detail-address h5:nth-of-type(1) span:before {
    content: "";
    margin-left: .5rem;
}
section[id="hotel-detail-description"] .hotel-detail-address h5:nth-of-type(2) {
    margin-top: 0;
}
section[id="hotel-detail-description"] .hotel-detail-amenities h5 p {
    margin-bottom: 5.25px;
}
section[id="hotel-detail-description"] .hotel-detail-amenities h5:nth-of-type(2) {
    font-weight: normal;
}
section[id="hotel-detail-description"] .hotel-detail-amenities > ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    font-size: smaller;
    margin-top: 10.5px;
    padding-bottom: 5.25px;
}
section[id="hotel-detail-description"] .hotel-detail-amenities > ul > li i {
    color: #6db100;
}
section[id="hotel-detail-description"] .hotel-full-description {
    margin-bottom: 1em;
}
section[id="hotel-detail-description"] .hotel-full-description p {
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    /* transition: @transition; */
}
section[id="hotel-detail-description"] .hotel-full-description p br {
    display: none;
}
section[id="hotel-detail-description"] .hotel-full-description p:after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffffff 95%, #ffffff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffffff 95%, #ffffff 100%);
    content: " ";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section[id="hotel-detail-description"] .hotel-full-description label {
    color: #0072bc;
    cursor: pointer;
}
section[id="hotel-detail-description"] .hotel-full-description label:hover {
    text-decoration: underline;
}
section[id="hotel-detail-description"] .hotel-full-description input[type="checkbox"] {
    display: none;
}
section[id="hotel-detail-description"] .hotel-full-description input[type="checkbox"]:checked ~ p {
    height: auto;
    overflow: auto;
}
section[id="hotel-detail-description"] .hotel-full-description input[type="checkbox"]:checked ~ p:after {
    position: relative;
}
section[id="hotel-detail-description"] .hotel-full-description input[type="checkbox"]:checked ~ label {
    display: none;
}
section[id="hotel-detail-reviews"] {
    margin-bottom: 1.5em;
}
section[id="hotel-detail-reviews"] #hotel-detail-swap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap .hotel-detail-review-more {
    height: 220px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    /* transition: @transition; */
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap .hotel-detail-review-more:after {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffffff 95%, #ffffff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, #ffffff 95%, #ffffff 100%);
    content: " ";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap label {
    color: #0072bc;
    cursor: pointer;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap label:hover {
    text-decoration: underline;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap input[type="checkbox"] {
    display: none;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap input[type="checkbox"]:checked ~ .hotel-detail-review-more {
    height: auto;
    overflow: auto;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap input[type="checkbox"]:checked ~ .hotel-detail-review-more:after {
    position: relative;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap input[type="checkbox"]:checked ~ label {
    display: none;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-wrap > p,
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul {
    margin: 10.5px 0;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
section[id="hotel-detail-reviews"] article > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
section[id="hotel-detail-reviews"] article > div > div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
section[id="hotel-detail-reviews"] article h5 {
    font-weight: 600;
}
section[id="hotel-detail-reviews"] article .hotel-stayed p {
    color: #6c6c6c;
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 10.5px;
    vertical-align: middle;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap ul span {
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 14px;
    width: 74px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating0 {
    background-position: 0 -156px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating0\.5 {
    background-position: 0 -1px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating1 {
    background-position: 0 -17px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating1\.5 {
    background-position: 0 -32px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating2 {
    background-position: 0 -48px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating2\.5 {
    background-position: 0 -63px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating3 {
    background-position: 0 -79px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating3\.5 {
    background-position: 0 -94px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating4 {
    background-position: 0 -110px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating4\.5 {
    background-position: 0 -125px;
}
section[id="hotel-detail-reviews"] article .hotel-stayed span.tripadvisor-rating.tripadvisor-rating5 {
    background-position: 0 -141px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 106px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating0 {
    background-position: 0 -224px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating0\.5 {
    background-position: 0 -2px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating1 {
    background-position: 0 -24px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating1\.5 {
    background-position: 0 -46px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating2 {
    background-position: 0 -69px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating2\.5 {
    background-position: 0 -91px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating3 {
    background-position: 0 -113px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating3\.5 {
    background-position: 0 -135px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating4 {
    background-position: 0 -158px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating4\.5 {
    background-position: 0 -180px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap h5 span.tripadvisor-rating.tripadvisor-rating5 {
    background-position: 0 -202px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list {
    font-size: small;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list > div > div:nth-of-type(1) {
    border-right: 1px solid #cccccc;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul {
    font-size: smaller;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-circles.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    float: right;
    height: 12px;
    margin-top: .5em;
    width: 54px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating0 {
    background-position: 0 -188px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating0\.5 {
    background-position: 0 0;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating1 {
    background-position: 0 -19px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating1\.5 {
    background-position: 0 -37px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating2 {
    background-position: 0 -56px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating2\.5 {
    background-position: 0 -75px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating3 {
    background-position: 0 -94px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating3\.5 {
    background-position: 0 -113px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating4 {
    background-position: 0 -132px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating4\.5 {
    background-position: 0 -151px;
}
section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list ul span.tripadvisor-rating.tripadvisor-rating5 {
    background-position: 0 -169px;
}
section[id="hotel-detail-reviews"] .hotel-detail-button-wrap {
    margin: 1em 0;
}
#hotel-detail-disclaimer {
    font-size: smaller;
    margin-bottom: 5em;
    margin-top: 5em;
}
#hotel-detail-map-wrap {
    height: 350px;
}
/* custom gallery modal */
/*
.lightbox-nav {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
  font-size: 0;
}
*/
.lightbox-image-container {
    background-color: #6c6c6c;
    margin-top: 2em;
    position: relative;
    text-align: center;
    /*
  .lightbox-nav-wrap {
    font-size: 5rem;
    overflow: hidden;
    width: 100%;
    z-index: 500;
  }
*/
}
.lightbox-image-container .carousel-control .icon-prev {
    font-size: 3rem;
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?jvpj10');
    src: url('/fonts/icomoon.eot?#iefixjvpj10') format('embedded-opentype'), url('/fonts/icomoon.woff?jvpj10') format('woff'), url('/fonts/icomoon.ttf?jvpj10') format('truetype'), url('/fonts/icomoon.svg?jvpj10#icomoon') format('svg');
    font-style: normal;
    font-weight: normal;
}
.lightbox-image-container .carousel-control .icon-prev:before {
    content: "\e610";
}
.lightbox-image-container .carousel-control .icon-next {
    font-size: 3rem;
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?jvpj10');
    src: url('/fonts/icomoon.eot?#iefixjvpj10') format('embedded-opentype'), url('/fonts/icomoon.woff?jvpj10') format('woff'), url('/fonts/icomoon.ttf?jvpj10') format('truetype'), url('/fonts/icomoon.svg?jvpj10#icomoon') format('svg');
    font-style: normal;
    font-weight: normal;
}
.lightbox-image-container .carousel-control .icon-next:before {
    content: "\e61b";
}
.lightbox-image-container img {
    max-height: 100%;
    max-width: 100%;
    z-index: 501;
}
/*
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em;
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

.lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75),
    -0.4em 0 0 rgba(255, 255, 255, 0.75);
}
*/
/* cart */
.cart-item-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart-item-title div:nth-of-type(1) [class^="icon-"],
.cart-item-title div:nth-of-type(1) [class*="icon-"],
.cart-item-title div:nth-of-type(2) [class^="icon-"],
.cart-item-title div:nth-of-type(2) [class*="icon-"] {
    color: #6db100;
    font-size: 2rem;
}
.cart-item-title h3 {
    font-size: 1.5rem;
    /*font-weight: 500;*/
    margin-top: 10.5px;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
.cart-item-title h3 small {
    display: block;
    font-size: 1.25rem;
    line-height: initial;
    margin-top: .5em;
}
.cart-item-title h3 small span {
    white-space: nowrap;
}
a.expand {
    text-decoration: none;
}
article[hotel-item="hotelItem"] .borderTop {
    border-top: 1px solid #cccccc;
}
.cart-item-price {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart-item-price div:nth-of-type(1) [class^="icon-"],
.cart-item-price div:nth-of-type(1) [class*="icon-"] {
    color: #6db100;
    font-size: 2rem;
}
.cart-item-price div:nth-of-type(1) [class^="icon-su"],
.cart-item-price div:nth-of-type(1) [class*="icon-su"] {
    color: #009cad;
    font-size: 1rem;
}
.cart-item-price h4 {
    font-size: 1.375rem;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
.cart-item-price h4 small {
    display: block;
    font-size: 1.25rem;
    line-height: initial;
    margin-top: .5em;
}
.cart-item-price p.hotel-cart-item-price {
    color: #6c6c6c;
}
.cart-item-price div:nth-of-type(2) h4 a {
    color: #0072bc;
    font-size: 1.25rem;
    /* transition: @transition; */
    /*
      &:hover {
        color: @link-color;
      }
*/
}
.cart-column {
    border-top: 1px solid #cccccc;
}
.cart-wrap .nav-tabs > li:nth-child(n+2) > a,
.billing-wrap .nav-tabs > li:nth-child(n+2) > a,
.confirm-wrap .nav-tabs > li:nth-child(n+2) > a,
.info-wrap .nav-tabs > li:nth-child(n+2) > a {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
}
.cart-wrap .nav-tabs > li:nth-child(n+2) > a:hover,
.billing-wrap .nav-tabs > li:nth-child(n+2) > a:hover,
.confirm-wrap .nav-tabs > li:nth-child(n+2) > a:hover,
.info-wrap .nav-tabs > li:nth-child(n+2) > a:hover {
    text-decoration: underline;
}
.cart-wrap .nav-tabs > li:nth-child(n+2).active > a,
.billing-wrap .nav-tabs > li:nth-child(n+2).active > a,
.confirm-wrap .nav-tabs > li:nth-child(n+2).active > a,
.info-wrap .nav-tabs > li:nth-child(n+2).active > a {
    color: #0072bc;
}
.cart-wrap,
.billing-wrap,
.confirm-wrap,
section[role="review-order-popup"] {
    /*
  .flight-details-wrap {
    border-bottom: @border @border-color;
  }
*/
    /* setup for mobile specific changes */
}
.cart-wrap #cart-header,
.billing-wrap #cart-header,
.confirm-wrap #cart-header,
section[role="review-order-popup"] #cart-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cart-wrap #cart-header h2,
.billing-wrap #cart-header h2,
.confirm-wrap #cart-header h2,
section[role="review-order-popup"] #cart-header h2 {
    font-size: 24px;
    margin-top: 0;
}
.cart-wrap article:last-of-type .info-wrap,
.billing-wrap article:last-of-type .info-wrap,
.confirm-wrap article:last-of-type .info-wrap,
section[role="review-order-popup"] article:last-of-type .info-wrap {
    border-bottom: 1px solid #cccccc;
}
.cart-wrap .flight-details-leg h4,
.billing-wrap .flight-details-leg h4,
.confirm-wrap .flight-details-leg h4,
section[role="review-order-popup"] .flight-details-leg h4,
.cart-wrap .flight-details-leg h5,
.billing-wrap .flight-details-leg h5,
.confirm-wrap .flight-details-leg h5,
section[role="review-order-popup"] .flight-details-leg h5 {
    font-size: 1.25rem;
    line-height: initial;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
.cart-wrap .flight-details-leg h4 small,
.billing-wrap .flight-details-leg h4 small,
.confirm-wrap .flight-details-leg h4 small,
section[role="review-order-popup"] .flight-details-leg h4 small,
.cart-wrap .flight-details-leg h5 small,
.billing-wrap .flight-details-leg h5 small,
.confirm-wrap .flight-details-leg h5 small,
section[role="review-order-popup"] .flight-details-leg h5 small {
    display: block;
    font-size: 1.25rem;
    margin-top: .5em;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating {
    background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 14px;
    width: 75px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0 {
    background-position: 0 -158px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0\.5,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0\.5,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0\.5,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating0\.5 {
    background-position: 0 -1px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1 {
    background-position: 0 -17px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1\.5,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1\.5,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1\.5,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating1\.5 {
    background-position: 0 -33px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2 {
    background-position: 0 -49px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2\.5,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2\.5,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2\.5,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating2\.5 {
    background-position: 0 -64px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3 {
    background-position: 0 -80px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3\.5,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3\.5,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3\.5,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating3\.5 {
    background-position: 0 -96px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4 {
    background-position: 0 -111px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4\.5,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4\.5,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4\.5,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating4\.5 {
    background-position: 0 -127px;
}
.cart-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating5,
.billing-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating5,
.confirm-wrap .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating5,
section[role="review-order-popup"] .hotel-details-wrap span.tripadvisor-rating.tripadvisor-rating5 {
    background-position: 0 -142px;
}
.cart-wrap .hotel-details-wrap,
.billing-wrap .hotel-details-wrap,
.confirm-wrap .hotel-details-wrap,
section[role="review-order-popup"] .hotel-details-wrap,
.cart-wrap .activity-details-wrap,
.billing-wrap .activity-details-wrap,
.confirm-wrap .activity-details-wrap,
section[role="review-order-popup"] .activity-details-wrap {
    border-bottom: 1px solid #cccccc;
}
.cart-wrap .hotel-details-wrap .hotel-details,
.billing-wrap .hotel-details-wrap .hotel-details,
.confirm-wrap .hotel-details-wrap .hotel-details,
section[role="review-order-popup"] .hotel-details-wrap .hotel-details,
.cart-wrap .activity-details-wrap .hotel-details,
.billing-wrap .activity-details-wrap .hotel-details,
.confirm-wrap .activity-details-wrap .hotel-details,
section[role="review-order-popup"] .activity-details-wrap .hotel-details,
.cart-wrap .hotel-details-wrap .activity-details,
.billing-wrap .hotel-details-wrap .activity-details,
.confirm-wrap .hotel-details-wrap .activity-details,
section[role="review-order-popup"] .hotel-details-wrap .activity-details,
.cart-wrap .activity-details-wrap .activity-details,
.billing-wrap .activity-details-wrap .activity-details,
.confirm-wrap .activity-details-wrap .activity-details,
section[role="review-order-popup"] .activity-details-wrap .activity-details {
    margin: 1.25em 0;
}
.cart-wrap .hotel-details-wrap .hotel-details .detail-item,
.billing-wrap .hotel-details-wrap .hotel-details .detail-item,
.confirm-wrap .hotel-details-wrap .hotel-details .detail-item,
section[role="review-order-popup"] .hotel-details-wrap .hotel-details .detail-item,
.cart-wrap .activity-details-wrap .hotel-details .detail-item,
.billing-wrap .activity-details-wrap .hotel-details .detail-item,
.confirm-wrap .activity-details-wrap .hotel-details .detail-item,
section[role="review-order-popup"] .activity-details-wrap .hotel-details .detail-item,
.cart-wrap .hotel-details-wrap .activity-details .detail-item,
.billing-wrap .hotel-details-wrap .activity-details .detail-item,
.confirm-wrap .hotel-details-wrap .activity-details .detail-item,
section[role="review-order-popup"] .hotel-details-wrap .activity-details .detail-item,
.cart-wrap .activity-details-wrap .activity-details .detail-item,
.billing-wrap .activity-details-wrap .activity-details .detail-item,
.confirm-wrap .activity-details-wrap .activity-details .detail-item,
section[role="review-order-popup"] .activity-details-wrap .activity-details .detail-item {
    margin: .375em 0;
}
.cart-wrap .hotel-details-wrap .hotel-details .detail-item div:nth-of-type(even),
.billing-wrap .hotel-details-wrap .hotel-details .detail-item div:nth-of-type(even),
.confirm-wrap .hotel-details-wrap .hotel-details .detail-item div:nth-of-type(even),
section[role="review-order-popup"] .hotel-details-wrap .hotel-details .detail-item div:nth-of-type(even),
.cart-wrap .activity-details-wrap .hotel-details .detail-item div:nth-of-type(even),
.billing-wrap .activity-details-wrap .hotel-details .detail-item div:nth-of-type(even),
.confirm-wrap .activity-details-wrap .hotel-details .detail-item div:nth-of-type(even),
section[role="review-order-popup"] .activity-details-wrap .hotel-details .detail-item div:nth-of-type(even),
.cart-wrap .hotel-details-wrap .activity-details .detail-item div:nth-of-type(even),
.billing-wrap .hotel-details-wrap .activity-details .detail-item div:nth-of-type(even),
.confirm-wrap .hotel-details-wrap .activity-details .detail-item div:nth-of-type(even),
section[role="review-order-popup"] .hotel-details-wrap .activity-details .detail-item div:nth-of-type(even),
.cart-wrap .activity-details-wrap .activity-details .detail-item div:nth-of-type(even),
.billing-wrap .activity-details-wrap .activity-details .detail-item div:nth-of-type(even),
.confirm-wrap .activity-details-wrap .activity-details .detail-item div:nth-of-type(even),
section[role="review-order-popup"] .activity-details-wrap .activity-details .detail-item div:nth-of-type(even) {
    font-weight: 600;
}
.cart-wrap .hotel-details-wrap .hotel-details .hotel-freebies li span,
.billing-wrap .hotel-details-wrap .hotel-details .hotel-freebies li span,
.confirm-wrap .hotel-details-wrap .hotel-details .hotel-freebies li span,
section[role="review-order-popup"] .hotel-details-wrap .hotel-details .hotel-freebies li span,
.cart-wrap .activity-details-wrap .hotel-details .hotel-freebies li span,
.billing-wrap .activity-details-wrap .hotel-details .hotel-freebies li span,
.confirm-wrap .activity-details-wrap .hotel-details .hotel-freebies li span,
section[role="review-order-popup"] .activity-details-wrap .hotel-details .hotel-freebies li span,
.cart-wrap .hotel-details-wrap .activity-details .hotel-freebies li span,
.billing-wrap .hotel-details-wrap .activity-details .hotel-freebies li span,
.confirm-wrap .hotel-details-wrap .activity-details .hotel-freebies li span,
section[role="review-order-popup"] .hotel-details-wrap .activity-details .hotel-freebies li span,
.cart-wrap .activity-details-wrap .activity-details .hotel-freebies li span,
.billing-wrap .activity-details-wrap .activity-details .hotel-freebies li span,
.confirm-wrap .activity-details-wrap .activity-details .hotel-freebies li span,
section[role="review-order-popup"] .activity-details-wrap .activity-details .hotel-freebies li span {
    margin-right: 5px;
}
.cart-wrap .hotel-details-wrap .hotel-details .hotel-freebies li:after,
.billing-wrap .hotel-details-wrap .hotel-details .hotel-freebies li:after,
.confirm-wrap .hotel-details-wrap .hotel-details .hotel-freebies li:after,
section[role="review-order-popup"] .hotel-details-wrap .hotel-details .hotel-freebies li:after,
.cart-wrap .activity-details-wrap .hotel-details .hotel-freebies li:after,
.billing-wrap .activity-details-wrap .hotel-details .hotel-freebies li:after,
.confirm-wrap .activity-details-wrap .hotel-details .hotel-freebies li:after,
section[role="review-order-popup"] .activity-details-wrap .hotel-details .hotel-freebies li:after,
.cart-wrap .hotel-details-wrap .activity-details .hotel-freebies li:after,
.billing-wrap .hotel-details-wrap .activity-details .hotel-freebies li:after,
.confirm-wrap .hotel-details-wrap .activity-details .hotel-freebies li:after,
section[role="review-order-popup"] .hotel-details-wrap .activity-details .hotel-freebies li:after,
.cart-wrap .activity-details-wrap .activity-details .hotel-freebies li:after,
.billing-wrap .activity-details-wrap .activity-details .hotel-freebies li:after,
.confirm-wrap .activity-details-wrap .activity-details .hotel-freebies li:after,
section[role="review-order-popup"] .activity-details-wrap .activity-details .hotel-freebies li:after {
    content: " | ";
}
.cart-wrap .hotel-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
.billing-wrap .hotel-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
.confirm-wrap .hotel-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
section[role="review-order-popup"] .hotel-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
.cart-wrap .activity-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
.billing-wrap .activity-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
.confirm-wrap .activity-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
section[role="review-order-popup"] .activity-details-wrap .hotel-details .hotel-freebies li:nth-last-of-type(1):after,
.cart-wrap .hotel-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
.billing-wrap .hotel-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
.confirm-wrap .hotel-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
section[role="review-order-popup"] .hotel-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
.cart-wrap .activity-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
.billing-wrap .activity-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
.confirm-wrap .activity-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after,
section[role="review-order-popup"] .activity-details-wrap .activity-details .hotel-freebies li:nth-last-of-type(1):after {
    content: "";
}
.cart-wrap .hotel-details-wrap .item-pic,
.billing-wrap .hotel-details-wrap .item-pic,
.confirm-wrap .hotel-details-wrap .item-pic,
section[role="review-order-popup"] .hotel-details-wrap .item-pic,
.cart-wrap .activity-details-wrap .item-pic,
.billing-wrap .activity-details-wrap .item-pic,
.confirm-wrap .activity-details-wrap .item-pic,
section[role="review-order-popup"] .activity-details-wrap .item-pic {
    background-position: center center;
    margin: 1.25em 0;
    min-height: 10em;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.cart-wrap .info-wrap,
.billing-wrap .info-wrap,
.confirm-wrap .info-wrap,
section[role="review-order-popup"] .info-wrap {
    padding: .5em 0 0 0;
    /* .nav-tabs > li {
          float: inherit;
      }*/
}
.cart-wrap .info-wrap .nav > li > a,
.billing-wrap .info-wrap .nav > li > a,
.confirm-wrap .info-wrap .nav > li > a,
section[role="review-order-popup"] .info-wrap .nav > li > a {
    padding: 10px;
}
.cart-wrap #mobile-bottom-cart,
.billing-wrap #mobile-bottom-cart,
.confirm-wrap #mobile-bottom-cart,
section[role="review-order-popup"] #mobile-bottom-cart {
    margin-bottom: 5em;
    /* .row {
      align-items: center;
      display: flex;
    }*/
}
.cart-wrap #mobile-bottom-cart h4,
.billing-wrap #mobile-bottom-cart h4,
.confirm-wrap #mobile-bottom-cart h4,
section[role="review-order-popup"] #mobile-bottom-cart h4 {
    color: #6db100;
    font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    font-weight: 500;
}
.cart-wrap #mobile-bottom-cart button,
.billing-wrap #mobile-bottom-cart button,
.confirm-wrap #mobile-bottom-cart button,
section[role="review-order-popup"] #mobile-bottom-cart button {
    margin-bottom: 10.5px;
}
.cart-wrap section[role="cartSummaryMobile"] [class*="col-"],
.billing-wrap section[role="cartSummaryMobile"] [class*="col-"],
.confirm-wrap section[role="cartSummaryMobile"] [class*="col-"],
section[role="review-order-popup"] section[role="cartSummaryMobile"] [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h4,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h4,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h4,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] h4,
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] h5 {
    color: #6db100;
    font-weight: 500;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h4,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h4,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h4,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] h4 {
    font-size: 2rem;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] h5 {
    font-size: 19px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5 i,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5 i,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5 i,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] h5 i {
    font-size: 1.5rem;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5 small,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5 small,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] h5 small,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] h5 small {
    display: block;
    margin-top: 5.25px;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] p span,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] p span,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] p span,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] p span {
    display: inline;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] ul li {
    border: none;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type {
    float: right;
    display: inline;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type:after,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type:after,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type:after,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type:after {
    content: "";
    display: block;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] .totals,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] .totals,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] .totals,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] .totals {
    border-top: 1px solid #cccccc;
    padding-top: .75rem;
    margin-top: .75rem;
}
.cart-wrap section[role="cartSummaryMobile"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type,
.billing-wrap section[role="cartSummaryMobile"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type,
.confirm-wrap section[role="cartSummaryMobile"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type,
section[role="review-order-popup"] section[role="cartSummaryMobile"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type {
    color: #6db100;
}
/* verification page */
section[id="verification-container"] h2,
section[id="verification-container"] h3,
section[id="verification-container"] .panel-body h4,
section[id="verification-container"] .video-column h4 {
    color: #6db100;
}
section[id="verification-container"] h2 small {
    color: #0072bc;
}
section[id="verification-container"] ul.proof-types {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
section[id="verification-container"] ul.proof-types li {
    background-color: transparent;
    border: 1px solid #cccccc;
    color: #6c6c6c;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section[id="verification-container"] ul.proof-types li a {
    color: #6c6c6c;
    display: block;
    height: 100%;
    padding-bottom: 5.25px;
    padding-top: 10.5px;
    width: 100%;
}
section[id="verification-container"] ul.proof-types li a:hover {
    color: #6db100;
    text-decoration: none;
}
section[id="verification-container"] ul.proof-types li h6 {
    font-size: 1rem;
}
section[id="verification-container"] ul.proof-types li i {
    font-size: 4rem;
}
section[id="verification-container"] ul.proof-types li:hover {
    background-color: rgba(109, 177, 0, 0.15);
    border-color: #6db100;
}
section[id="verification-container"] .video-wrap {
    height: 0;
    margin-bottom: 21px;
    /* padding-bottom: 56.25%; */
    /* 16:9 */
    padding-bottom: 75%;
    /* 4:3 */
    padding-top: 25px;
    position: relative;
}
section[id="verification-container"] .video-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
section[id="verification-container"] .proof-item-upload-wrap {
    background-color: rgba(108, 108, 108, 0.15);
    border: dashed 3px #6c6c6c;
    box-shadow: 0 0 0 5px rgba(108, 108, 108, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 350px;
    /*min-height: 23vh;*/
    margin: 21px 0;
    text-align: center;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}
section[id="verification-container"] .proof-item-upload-wrap:hover {
    border-color: #6db100;
}
section[id="verification-container"] .proof-item-upload-wrap .progress {
    background-color: rgba(109, 177, 0, 0.5);
    margin: 21px 20px 0 20px;
}
section[id="verification-container"] .proof-item-upload-wrap .proof-item-live-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 200px;
    -ms-flex: 2 1 200px;
    flex: 2 1 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

}
section[id="verification-container"] .proof-item-upload-wrap .proof-item-old-school {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50px;
    -ms-flex: 1 1 50px;
    flex: 1 1 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*
            position: relative;
            */
    /*
            input[type="file"] {
                bottom: 4%;
                bottom: 4vh;
                left: 50%;
                margin-left: -90px;
                position: absolute;
            }

            .proof-item-file-input::-webkit-file-upload-button {
              visibility: hidden;
            }
            .proof-item-file-input::before {
              background: @primary-color;
              border: none;
              color: #fff;
              content: 'or Manually Select Files';
              cursor: pointer;
              display: inline-block;
              font-weight: normal;
              font-size: 15px;
              outline: none;
              padding: 10px 18px;
              transition: @transition;
              white-space: nowrap;
              -webkit-user-select: none;
            }
            .proof-item-file-input:hover::before {
              background-color: #436d00;
            }
*/
}
section[id="verification-container"] .proof-item-upload-wrap .proof-item-old-school .btn-file {
    margin-bottom: 21px;
    overflow: hidden;
    position: relative;
}
section[id="verification-container"] .proof-item-upload-wrap .proof-item-old-school .btn-file input[type=file] {
    background: #fff;
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    font-size: 100px;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
section[id="verification-container"] .verification-later {
    font-size: smaller;
    margin-bottom: 0;
    margin-left: 2%;
}
/* checkout */
section[role="checkout-purchase-wrap"] {
    border-top: 1px solid #cccccc;
    margin-bottom: 21px;
}
.checkout-tab-wrap [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.cart-item-title h4 {
    font-size: 1.25rem;
}
.cart-item-title h4 small {
    display: block;
    font-size: 1.25rem;
    margin-top: .5em;
}
.billing-wrap h2#checkoutLabel {
    margin-top: 0;
}
.billing-wrap .hotel-details-wrap {
    margin: 0;
}
.billing-wrap .info-wrap {
    margin: 0;
}
.checkout-section-wrap {
    background-color: #fff;
    float: left;
    margin-bottom: 10.5px;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 1px;
    padding: 15px 15px 21px 15px;
    position: relative;
    width: 96%;
}
.checkout-section-wrap ul.confirm-name-format {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.checkout-section-wrap h3 {
    color: #6db100;
    margin-top: 5.25px;
}
.checkout-section-wrap h4 {
    color: #6db100;
}
.checkout-section-wrap h4.checkout-other-types {
    margin-bottom: 15px;
}
.checkout-section-wrap label[for="VisaCheckout"] .v-checkout-wrapper label[for="VisaCheckout"] {
    height: 34px;
}
.checkout-section-wrap label[for="VisaCheckout"] .v-checkout-wrapper img {
    margin-left: 5px;
    margin-right: 10px;
}
.v-learn.v-learn-default {
    float: none;
    margin-left: 20px;
    margin-top: 5px;
}
ul.vc-logged-in-row {
    list-style: none;
    margin-left: 5px;
    margin-top: 10px;
    padding-left: 15px;
}
ul.vc-logged-in-row li:nth-child(1) {
    margin-bottom: .5em;
}
ul.vc-logged-in-row li:nth-child(n+2) {
    display: inline-block;
    margin-right: 5px;
}
ul.vc-logged-in-row img[name="cardArt"] {
    height: 34px !important;
    width: 53px !important;
}
.confirm-status-checkbox {
    color: #0072bc;
}
.checkout-insurance-wrap h3,
.checkout-insurance-wrap h4 {
    color: currentColor;
}
.checkout-insurance-wrap p a {
    color: currentColor;
    text-decoration: underline;
}
.checkout-addltravelers-wrap {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 21px;
    padding-bottom: 10.5px;
}
.checkout-addltravelers-wrap:nth-last-of-type(1) {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 15px;
}
section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(3) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(4) {
    padding-left: 5px;
    padding-right: 15px;
}
section[role="checkout-traveler-name-wrap"] select.hasError + .select {
    border: 2px solid #ff0000;
}
.checkout-form-passport-fix {
    margin-bottom: 15px;
}
.checkout-form-passport-fix select.hasError + .select {
    border: 2px solid #ff0000;
}
section[role="checkout-traveler-dob-wrap"] [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-traveler-dob-wrap"] [class*="col-"]:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 5px;
}
section[role="checkout-traveler-dob-wrap"] [class*="col-"]:nth-of-type(3) {
    padding-left: 5px;
    padding-right: 15px;
}
section[role="checkout-traveler-dob-wrap"] .checkout-form-dob-fix {
    margin-bottom: 15px;
}
section[role="checkout-traveler-dob-wrap"] .checkout-form-dob-fix select.hasError + .select {
    border: 2px solid #ff0000;
}
section[role="checkout-traveler-email-wrap"] > [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-traveler-email-wrap"] > [class*="col-"]:nth-of-type(2) {
    /* font-size: 18px; */
    /* font-weight: 600; */
    padding-left: 5px;
    padding-right: 15px;
    white-space: nowrap;
}
section[role="checkout-traveler-email-wrap"] > [class*="col-"]:nth-of-type(2) .checkout-traveler-add {
    font-size: 18px;
    padding-right: 5px;
}
section[role="checkout-traveler-phone-wrap"] > [class*="col-"]:nth-of-type(3n+1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-traveler-phone-wrap"] > [class*="col-"]:nth-of-type(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
}
section[role="checkout-traveler-phone-wrap"] > [class*="col-"]:nth-of-type(3n+3) {
    /* font-size: 18px;
        font-weight: 600; */
    padding-left: 5px;
    padding-right: 15px;
    white-space: nowrap;
}
section[role="checkout-traveler-phone-wrap"] > [class*="col-"]:nth-of-type(3n+3) .checkout-traveler-add {
    font-size: 18px;
    padding-right: 5px;
}
section[role="checkout-billing-cardtype-wrap"] {
    margin-bottom: 15px;
}
section[role="checkout-billing-cardtype-wrap"] select.hasError + .select {
    border: 2px solid #ff0000;
}
section[role="checkout-billing-cardcvv-wrap"] [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-billing-cardcvv-wrap"] [class*="col-"]:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 15px;
}
section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix [class*="col-"]:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 5px;
}
section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix [class*="col-"]:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 15px;
}
section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix select.hasError + .select {
    border: 2px solid #ff0000;
}
section[role="checkout-billing-address2-wrap"] section[role="checkout-billing-statezip-wrap"] {
    /*
        [class*="col-"]:nth-of-type(1) {
            padding-left: 15px;
            padding-right: 5px;
        }
        [class*="col-"]:nth-of-type(2) {
            padding-left: 5px;
            padding-right: 15px;
        }
*/
}
section[role="checkout-billing-address2-wrap"] section[role="checkout-billing-statezip-wrap"] .checkout-form-state-fix {
    margin-bottom: 15px;
}
section[role="checkout-billing-address2-wrap"] section[role="checkout-billing-statezip-wrap"] .checkout-form-state-fix select.hasError + .select {
    border: 2px solid #ff0000;
}
.checkout-form-fix,
.checkout-form-use-saved-card,
.checkout-sm-promo-code {
    margin-bottom: 15px;
}
.checkout-submit-payment {
    background-color: #fff;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 1px;
    padding: 15px 15px 21px 15px;
    text-align: center;
    width: 96%;
}
.checkout-submit-payment button {
    margin-bottom: 10px;
}
.checkout-insurance-wrap,
.checkout-carbon-wrap {
    background-position: center top;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.checkout-insurance-wrap ul,
.checkout-carbon-wrap ul {
    font-size: larger;
}
.checkout-insurance-wrap .well,
.checkout-carbon-wrap .well {
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.checkout-insurance-wrap .well.checkoutPrimaryRadio,
.checkout-carbon-wrap .well.checkoutPrimaryRadio {
    background-color: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid #fff;
    border-radius: 0;
    color: initial !important;
    min-height: 20px;
    padding-left: 19px;
    padding-right: 19px;
}
.checkout-insurance-wrap .well:not(.checkoutActiveRadio),
.checkout-carbon-wrap .well:not(.checkoutActiveRadio) {
    background-color: transparent;
    border-color: transparent;
}
.checkout-insurance-wrap {
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/checkout/checkout-insurance-bg2.jpg');
    color: #fff;
}
.checkout-insurance-wrap h3 a {
    color: currentColor;
    text-decoration: underline;
}
.checkout-insurance-wrap .well {
    color: initial;
}
.checkout-insurance-wrap .well label h4 strong {
    font-weight: 600;
}
.checkout-insurance-wrap .well label h4 span {
    color: currentColor;
    font-weight: 600;
}
.checkout-insurance-wrap .well:not(.checkoutActiveRadio) {
    color: currentColor;
}
.checkout-carbon-wrap {
    background-image: url('//images.studentuniverse.com/new/suwebui/photos/checkout/checkout-carbon-bg.jpg');
}
.checkout-carbon-wrap .well:not(.checkoutActiveRadio) {
    color: initial;
}
/* billing page confirm popup */
section[role="review-order-popup"] {
    margin-bottom: 10.5px;
    /*    .review-price-container {
        margin-right: 0;
        margin-left: 0;
        margin-top: 10.25px;
        padding-bottom: 10.25px;
        .border-top-bottom;

        > [class*="col-"]:nth-of-type(1) {
            padding-left: 0;
        }
        > [class*="col-"]:nth-of-type(2) {
            padding-right: 0;
        }
    }
*/
}
section[role="review-order-popup"] section[role="checkout-purchase-wrap"] {
    margin-bottom: 0;
}
section[role="review-order-popup"] section[role="checkout-purchase-wrap"] article {
    padding-left: 15px;
    padding-right: 15px;
}
section[role="review-order-popup"] .review-order-popup-headline h3 {
    color: #6db100;
    font-size: 24px;
    margin-top: 0;
}
section[role="review-order-popup"] .review-order-popup-headline span {
    float: right;
}
section[role="review-order-popup"] .review-order-popup-headline span a {
    fill: #0072bc;
}
section[role="review-order-popup"] [class^="icon-cart"],
section[role="review-order-popup"] [class*=" icon-cart"],
section[role="review-order-popup"] [class^="icon-guy"],
section[role="review-order-popup"] [class*=" icon-guy"],
section[role="review-order-popup"] [class^="icon-creditcard"],
section[role="review-order-popup"] [class*=" icon-creditcard"] {
    color: #6db100;
}
section[role="review-order-popup"] h5 {
    font-size: 1.5rem;
    font-weight: 600;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] {
    max-width: 300px;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] .list-unstyled {
    margin-bottom: 0;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] ul li {
    border: none;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] ul li span:last-of-type {
    float: right;
    display: inline;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] ul li span:last-of-type:after {
    content: "";
    display: block;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] .totals {
    border-top: 1px solid #cccccc;
    padding-top: .75rem;
    margin-top: .75rem;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type {
    color: #6db100;
}
section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] .totals p.small {
    font-size: 75%;
    margin-top: 10.5px;
}
section[role="review-order-popup"] .review-passenger-wrap,
section[role="review-order-popup"] .review-billing-wrap {
    border-top: 1px solid #cccccc;
    margin-top: 10.25px;
}
section[role="review-order-popup"] .review-billing-wrap {
    padding-bottom: 10.5px;
}
section[role="review-order-popup"] .review-billing-button-wrap {
    border: 1px solid #cccccc;
    padding-bottom: 21px;
    padding-top: 10.5px;
}
section[role="review-order-popup"] .review-billing-button-wrap label {
    display: inline-block;
}
/* confirmation page */
.confirm-wrap #confirm-header {
    padding: 1em 0;
}
.confirm-wrap #confirm-header > div i {
    color: #6db100;
    font-size: 32px;
}
.confirm-wrap #confirm-header > div h2 {
    color: #6db100;
    margin-top: 0;
}
.confirm-wrap #confirm-header .confirm-tools a i {
    color: #0072bc;
    font-size: 24px;
}
.confirm-wrap #confirm-header .confirm-tools a:hover {
    text-decoration: none;
}
.confirm-wrap section[role="confirm-tool-row"] {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 21px;
}
.confirm-wrap section[role="confirm-tool-row"] ul {
    margin-bottom: 0;
}
.confirm-wrap .confirm-complete-header h4 {
    margin-top: 21px;
}
.confirm-wrap .confirm-complete-item-wrap {
    border: 1px solid #cccccc;
    margin-bottom: 1.5em;
    position: relative;
    text-align: center;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-gradient {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 3%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 3%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0);
    color: #fff;
    height: 11em;
    padding: 20px;
    position: absolute;
    text-shadow: rgba(0, 0, 0, 0.701961) -1px -1px 4px;
    width: 100%;
    z-index: 10;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-gradient p {
    margin-bottom: 5.25px;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-gradient h3 {
    font-size: 3rem;
    margin-top: 0;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-top {
    background-position: 50% 50%;
    /* background-size: cover; */
    height: 11em;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-bottom ul li {
    border-bottom: 1px solid #cccccc;
    color: #6db100;
    padding: 10px 0;
}
.confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-bottom ul li:nth-last-of-type(1) {
    margin-bottom: 1em;
}
.confirm-wrap .confirm-purchase-info {
    border-top: 1px solid #cccccc;
    padding-top: .5em;
}
.confirm-wrap .confirm-item-info {
    border-bottom: 1px solid #cccccc;
    padding-bottom: .5em;
}
.confirm-wrap .confirm-purchase-info i,
.confirm-wrap .confirm-item-info i {
    color: #6db100;
    display: block;
    font-size: 2rem;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.confirm-wrap .confirm-purchase-info h5,
.confirm-wrap .confirm-item-info h5 {
    font-weight: 600;
}
.confirm-wrap .confirm-purchase-info ul,
.confirm-wrap .confirm-item-info ul {
    font-weight: 600;
    margin: 1.25em 0;
}
.confirm-wrap .confirm-purchase-info ul li,
.confirm-wrap .confirm-item-info ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.confirm-wrap .confirm-purchase-info ul li > span,
.confirm-wrap .confirm-item-info ul li > span {
    width: 50%;
}
.confirm-wrap .confirm-purchase-info ul li > span:nth-of-type(1),
.confirm-wrap .confirm-item-info ul li > span:nth-of-type(1) {
    font-weight: normal;
}
.confirm-wrap .confirm-purchase-info ul li > span:nth-of-type(2),
.confirm-wrap .confirm-item-info ul li > span:nth-of-type(2) {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.confirm-wrap .confirm-purchase-info ul.confirm-purchase-users span:nth-of-type(n+2) li.confirm-names,
.confirm-wrap .confirm-item-info ul.confirm-purchase-users span:nth-of-type(n+2) li.confirm-names {
    margin-top: 10.5px;
}
/* fare alerts page */
/*
section[id="fare-alert-list"] {
    h1 {
        color: @primary-color;
    }
}
*/
/* error page */
section[role="error-top-section"] {
    background: -webkit-linear-gradient(rgba(0, 156, 173, 0.6), rgba(0, 156, 173, 0.6)), url('//images.studentuniverse.com/new/suwebui/photos/error/error1bw.jpg');
    background: linear-gradient(rgba(0, 156, 173, 0.6), rgba(0, 156, 173, 0.6)), url('//images.studentuniverse.com/new/suwebui/photos/error/error1bw.jpg');
    background-position: center bottom;
    /*height: 100%;*/
    height: calc(100vh - 200px);
    margin-bottom: 2rem;
    min-height: 250px;
    width: 100%;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    /*
  h2.ie {
    color: #000;
  }
*/
}
section[role="error-top-section"] h1 {
    color: #fff;
    font-size: 5rem;
    /*margin-top: 10%;
    margin-top: 10vh;*/
    /* text-shadow: @header-text-shadow; */
}
section[role="error-top-section"] h1 small {
    color: #fff;
}
section[role="error-top-section"] h4 {
    color: #fff;
    margin-bottom: 3rem;
}
section[role="error-top-section"] a {
    color: #fff;
}
/* travel guides */
section[role="generic-marketing-top-section"],
section[role="travel-guides-top-section"] {
    background-position: center top;
    margin-bottom: 1em;
    margin-top: -60px;
    min-height: 400px;
    padding-top: 60px;
    width: 100%;
    background-attachment: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
}
section[role="generic-marketing-top-section"] h1,
section[role="travel-guides-top-section"] h1 {
    color: #fff;
    font-size: 24px;
}
section[role="generic-marketing-top-section"] h4,
section[role="travel-guides-top-section"] h4 {
    color: #fff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
/* marketing pages */
.marketing-video-wrap16 {
    height: 0;
    margin-bottom: 21px;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-bottom: 75%; 4:3 */
    padding-top: 25px;
    position: relative;
}
.marketing-video-wrap16 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.marketing-video-wrap4 {
    height: 0;
    margin-bottom: 21px;
    /* padding-bottom: 56.25%; */
    /* 16:9 */
    padding-bottom: 75%;
    /* 4:3 */
    padding-top: 25px;
    position: relative;
}
.marketing-video-wrap4 iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.faq-baggage-wrap {
    height: 300px;
    overflow-y: scroll;
}
.toggle-hack-trigger {
    color: #0072bc;
}
.toggle-hack-trigger:hover {
    text-decoration: underline;
}
input[type="checkbox"].toggle-hack {
    display: none;
}
input[type="checkbox"].toggle-hack:checked + p {
    display: block !important;
}
/* group travel page */
section[role="group-travel-wrap"] .jumbotron h1 {
    font-size: 4rem;
}
section[role="group-travel-wrap"] .jumbotron p {
    font-size: 1.75rem;
}
section[role="group-travel-wrap"] .jumbotron ul {
    font-size: 2rem;
}
section[role="group-travel-wrap"] .jumbotron p,
section[role="group-travel-wrap"] .jumbotron ul {
    color: #fff;
}
section[role="group-travel-wrap"] .jumbotron p a,
section[role="group-travel-wrap"] .jumbotron ul a {
    color: #fff;
}
.select-fix {
    margin-bottom: 15px !important;
}
/* our team page */
section[role="ourteam-wrap"] [class*="col-"] {
    margin-bottom: 21px;
}
section[role="ourteam-wrap"] h3,
section[role="ourteam-wrap"] h4 {
    color: #6db100;
}
section[role="ourteam-wrap"] p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
@media (min-width: 375px) {
    /* wide phone */
    /* 375 flight and hotel mobile filter drawer */
    .filterShow .flight-list-filter-wrap,
    .filterShow .hotel-list-filter-wrap {
        width: 65%;
        width: 65vw;
    }
    .filterShow .flight-list-filter-wrap > div .fixed-close,
    .filterShow .hotel-list-filter-wrap > div .fixed-close {
        width: 65%;
        width: 65vw;
    }
}
@media (min-width: 500px) {
    /* ipad mini-ish */
    /* 500 flight results */
    section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(1) {
        width: 25%;
    }
    section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(2) {
        width: 67%;
    }
    section[id="hotel-mapview-results-list"] .filterShow .hotel-list-filter-wrap {
        width: 50%;
        width: 50vw;
    }
    .flight-filter-clickbox-wrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flight-filter-clickbox-wrap .clickbox-item {
        margin-bottom: 0;
        margin-right: 10px;
        /* width: 25%; */
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    .flight-filter-clickbox-wrap .clickbox-item:nth-of-type(even) {
        margin-right: 10px;
    }
    .flight-filter-clickbox-wrap .clickbox-item:nth-of-type(n+2) {
        margin-bottom: 0;
    }
    .flight-filter-clickbox-wrap .clickbox-item:last-of-type {
        margin-right: 0;
    }
    .flight-filter-tickettypes-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flight-filter-tickettypes-wrap article {
        min-width: 49%;
    }
    /* 500 travel guides */
    .travel-guides-navlist {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 660px) {
    /* 660 fare alert popup */
    .farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span:nth-of-type(1) {
        padding-right: 10px;
    }
    .farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span:nth-of-type(2) {
        border-top: none;
        border-left: 1px solid #cccccc;
        padding-left: 10px;
    }
    .farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span:nth-of-type(2) > span:nth-of-type(2) [class^="icon-"]:nth-of-type(2),
    .farealert-searchbox-flex .flight-dates-wrap .input-group .datepicker-wrap > span:nth-of-type(2) > span:nth-of-type(2) [class*="icon-"]:nth-of-type(2) {
        display: none;
    }
    .flight-itinerary-section2 > .flight-itinerary-duration {
        display: inline-block;
        /* margin-right: 1em; */
    }
    /* 660 hotel details */
    section[id="hotel-detail-description"] .hotel-detail-amenities > ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
@media (min-width: 768px) {
    /* tablet */
    /* sm footer */
    .footer-inner {
        background-color: #e5e5e5;
        margin-bottom: 0;
        margin-top: 0;
        /* padding-bottom: 4em; */
    }
    .footer-inner .footer-social-row {
        background-color: #fff;
        margin-bottom: 2em;
        padding-bottom: 1em;
        padding-top: 2em;
    }
    .footer-icon-items {
        margin-bottom: 4em;
    }
    .footer-margin {
        margin-top: 1em;
        margin-bottom: 4em;
    }
    /* sm unsupported browsers message */
    section[role="unsupported-browsers-wrap"] h4 {
        margin-top: 21px;
    }
    /* sm select menu styling cross browsers */
    .select-menu.flex-select-menu select {
        right: 10px;
        width: 60% !important;
    }
    /* sm join form tweaks */
    .form-names-wrap [class*="col-"]:first-of-type {
        padding-right: 0;
    }
    .form-names-wrap [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .form-names-wrap [class*="col-"]:last-of-type {
        padding-left: 0;
    }
    .form-dob-wrap [class*="col-"]:nth-of-type(1) {
        margin-bottom: 0;
        padding-right: 0;
    }
    .form-dob-wrap [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
    }
    .form-email-wrap {
        padding-top: 26px;
    }
    .form-schoolcounty-wrap {
        padding-top: 26px;
    }
    /* sm my account */
    section[role="myaccount"] h2 {
        font-size: 32px;
    }
    section[role="myaccount"] section[role="myaccount-top-section"] h1 {
        font-size: 32px;
    }
    section[role="myaccount"] section[role="myaccount-top-section"] h1 small {
        display: inline-block;
    }
    section[role="myaccount"] section[role="myaccount-top-section"] .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section[role="myaccount"] section[role="myaccount-top-section"] .container > .row:nth-of-type(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 240px;
        -ms-flex: 1 0 240px;
        flex: 1 0 240px;
    }
    section[role="myaccount"] section[role="myaccount-top-section"] .container > .row:nth-of-type(1) > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section[role="myaccount"] section[role="myaccount-top-section"] .container:after {
        display: inherit;
    }
    section[role="myaccount"] .myaccount-notrips-wrap h4 {
        margin-bottom: 7em;
    }
    section[role="myaccount"] aside[role="myaccount-app-promo"] {
        margin-bottom: 42px;
    }
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div h4 {
        font-size: 2rem;
    }
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap {
        font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        font-weight: 500;
    }
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(2) div,
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div .app-row-wrap li:nth-of-type(3) div {
        height: 28px;
        width: 95px;
    }
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div > div:nth-of-type(2) {
        position: relative;
    }
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div > div:nth-of-type(2) img {
        position: absolute;
        top: -2.25em;
        width: 100%;
    }
    /* sm navbar */
    .navbar-brand img {
        margin: 0 1em 0 0;
    }
    .navbar-default .navbar-nav > li > a.navbar-name-wrap {
        font-size: small;
        max-width: 110px;
    }
    .navbar-nav .open .dropdown-menu.login-list,
    .navbar-nav .open .dropdown-menu.account-list {
        background-color: rgba(255, 255, 255, 0.95);
    }
    .navbar-nav .open .dropdown-menu.login-list > li > a:hover,
    .navbar-nav .open .dropdown-menu.account-list > li > a:hover,
    .navbar-nav .open .dropdown-menu.login-list > li > a:focus,
    .navbar-nav .open .dropdown-menu.account-list > li > a:focus {
        background-color: rgba(109, 177, 0, 0.15);
        color: #6db100;
    }
    .navbar-nav .open .dropdown-menu.login-list > li > a:hover [class^="icon-"],
    .navbar-nav .open .dropdown-menu.account-list > li > a:hover [class^="icon-"],
    .navbar-nav .open .dropdown-menu.login-list > li > a:focus [class^="icon-"],
    .navbar-nav .open .dropdown-menu.account-list > li > a:focus [class^="icon-"],
    .navbar-nav .open .dropdown-menu.login-list > li > a:hover [class*="icon-"],
    .navbar-nav .open .dropdown-menu.account-list > li > a:hover [class*="icon-"],
    .navbar-nav .open .dropdown-menu.login-list > li > a:focus [class*="icon-"],
    .navbar-nav .open .dropdown-menu.account-list > li > a:focus [class*="icon-"] {
        color: #6db100;
    }
    li.currency-list a {
        padding: 22px 15px;
    }
    li.currency-list li a {
        padding: 3px 20px;
    }
    .modify-search-container {
        margin-top: -10px;
    }
    .modify-search-row {
        margin-bottom: 10.5px;
    }
    .modify-search-row .modify-search-wrap {
        display: block;
    }
    .modify-search-row .modify-search-wrap .modify-search-type i {
        color: rgba(108, 108, 108, 0.5);
    }
    .modify-search-row .modify-search-wrap .modify-search-type a {
        font-size: 24px;
        line-height: 1;
    }
    .modify-search-row .modify-search-wrap .modify-search-type a:hover {
        text-decoration: none;
    }
    .modify-search-row .modify-search-wrap .home-error-wrap p {
        font-size: small;
        padding-bottom: 0;
    }
    .modify-search-row .modify-search-wrap .input-lg {
        border-radius: 0;
        font-size: 13px;
        height: 31px;
        line-height: 1.5;
        overflow: hidden;
        padding: 5px 10px;
        text-overflow: ellipsis;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        border: 1px solid #cccccc;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        height: 31px;
        padding: 5px 10px;
        /* sm modify search datepickers */
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 80px;
        -ms-flex: 1 1 80px;
        flex: 1 1 80px;
        max-width: 80px;
        padding-left: 5px;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div input {
        background-color: #fff;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div:nth-of-type(2) {
        max-width: 95px;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div:nth-of-type(2) input {
        border-left: 1px solid #cccccc;
        padding: 0 10px;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap .dropdown-menu {
        min-width: 255px;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div[input-id="flightDate1"] .dropdown-menu,
    .modify-search-row .modify-search-wrap .datepicker-wrap div[input-id="hotel_1"] .dropdown-menu {
        left: 0 !important;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div[input-id="hotel_2"] .dropdown-menu {
        left: auto !important;
        right: 0 !important;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div[input-id="flightDate2"] .dropdown-menu {
        right: auto !important;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap input {
        border: none;
        border-radius: 0;
        display: table-cell;
        padding: 0;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap input.form-control {
        background-color: inherit;
        cursor: default;
        font-size: 13px;
        height: 18px;
        line-height: 13px;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap [class^="icon-"],
    .modify-search-row .modify-search-wrap .datepicker-wrap [class*=" icon-"] {
        color: #6db100;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap :focus {
        outline: none;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap th,
    .modify-search-row .modify-search-wrap .datepicker-wrap .btn strong,
    .modify-search-row .modify-search-wrap .datepicker-wrap i {
        color: #6db100;
        font-weight: normal;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap .btn-default.disabled,
    .modify-search-row .modify-search-wrap .datepicker-wrap .btn-default[disabled] {
        background-color: #fff;
        border-color: #fff;
        color: #999;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap .btn-info.active,
    .modify-search-row .modify-search-wrap .datepicker-wrap .btn-info:active {
        background-color: #6db100;
        color: #fff;
    }
    .modify-search-row .modify-search-wrap p {
        font-size: 1.15rem;
        height: 35px;
        margin-bottom: 0;
        padding: 10px 10px 0 10px;
    }
    .modify-search-row .modify-search-tab-wrap a.modify-search-tab {
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        color: #6c6c6c;
        display: inline-block;
        float: left;
        font-size: 1.15rem;
        font-weight: 300;
        height: 37px;
        margin-right: 4px;
        max-width: 115px;
        padding: 10px 10px 0 10px;
        -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, font-weight 0.2s ease-in-out, max-width 0s linear;
        transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, font-weight 0.2s ease-in-out, max-width 0s linear;
    }
    .modify-search-row .modify-search-tab-wrap a.modify-search-tab p {
        /*
            align-items: center;
            display: flex;
            justify-content: center;
          */
        line-height: 1;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .modify-search-row .modify-search-tab-wrap a.modify-search-tab p i {
        color: rgba(108, 108, 108, 0.5);
        -webkit-transition: color 0.1s ease-in-out;
        transition: color 0.1s ease-in-out;
    }
    .modify-search-row .modify-search-tab-wrap a.modify-search-tab:hover {
        border-color: #0072bc;
        color: #0072bc;
        font-weight: 500;
        max-width: 100%;
        text-decoration: none;
        -webkit-transition: max-width 0.8s linear;
        transition: max-width 0.8s linear;
    }
    .modify-search-row .modify-search-tab-wrap a.modify-search-tab:hover i {
        color: inherit;
    }
    .modify-search-row .modify-search-tab-wrap a.modify-search-tab:last-child {
        margin-right: 0;
    }
    .modify-search-row .modify-search-tab-wrap a.hotel-modify-search-tab {
        color: #6c6c6c;
        display: inline-block;
        float: left;
        font-size: 1.15rem;
        font-weight: 300;
        height: 37px;
        margin-right: 4px;
        padding: 10px 10px 0 10px;
    }
    .modify-search-row .modify-search-tab-wrap a.hotel-modify-search-tab p {
        line-height: 1;
        margin-bottom: 0;
        white-space: nowrap;
    }
    .modify-search-row .modify-search-tab-wrap a.hotel-modify-search-tab p i {
        color: rgba(108, 108, 108, 0.5);
    }
    .modify-search-row .modify-search-tab-wrap a.hotel-modify-search-tab:hover {
        color: #0072bc;
        text-decoration: none;
    }
    .modify-search-row .modify-search-tab-wrap a.hotel-modify-search-tab:hover i {
        color: #0072bc;
    }
    .home-error-wrap p {
        display: inline-block;
        line-height: 21px;
        padding-bottom: 10.5px;
    }
    .home-error-wrap [form-field] p:nth-child(n+2):after {
        content: "";
        margin-right: 15px;
    }
    .home-error-wrap [form-field]:nth-last-of-type(1) p:nth-child(n+2):after {
        margin-right: 0;
    }
    .myaccount-nav-flex,
    .search-nav-flex {
        display: inline-block;
        vertical-align: bottom;
    }
    .myaccount-nav > li,
    .search-nav.nav > li {
        margin-right: 0.75em;
    }
    .myaccount-nav > li:nth-child(n+3),
    .search-nav.nav > li:nth-child(n+3) {
        display: inherit;
    }
    section[role="home-top-section"] {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 620px;
        padding-top: 0;
        margin-top: 0;
    }
    section[role="home-top-section"] .container {
        /* flex: 1 1 0; */
    }
    section[role="home-top-section"] .container:nth-of-type(1) {
        -webkit-box-flex: 2;
        -webkit-flex: 2 1 200px;
        -ms-flex: 2 1 200px;
        flex: 2 1 200px;
        margin-top: 1em;
    }
    section[role="home-top-section"] .container:nth-of-type(2) {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50px;
        -ms-flex: 1 1 50px;
        flex: 1 1 50px;
    }
    section[role="home-top-section"] .container:nth-of-type(2) > .row:nth-of-type(1) {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
    section[role="home-top-section"] h1 {
        font-size: 32px;
    }
    section[role="home-top-section"] h1 small {
        display: inline-block;
        margin-left: 10px;
        margin-top: 0;
    }
    .flight-search-options {
        font-size: smaller;
        margin-top: .875em;
    }
    .flight-search-wrap {
        display: block;
    }
    .flight-search-wrap .flight-trip-type-trigger {
        background-color: rgba(109, 177, 0, 0);
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        margin-bottom: 0;
        padding: 0 10px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        white-space: nowrap;
    }
    .flight-search-wrap .flight-trip-type-trigger:hover {
        background-color: rgba(109, 177, 0, 0.25);
        /*color: #fff;*/
        text-decoration: underline;
    }
    .searchbox-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*
            > div {
            flex-grow: 1;
            flex-shrink: 0;
        }
        */
        /*
    .flight-trip-type-wrap {
      flex: 1 0 10%;
      padding-right: 10px;

      ul {
        display: block;
        font-size: 1rem;

        li {
          display: block;

          input[type="radio"] + label {
            padding: 5px 0;
          }

          &:nth-last-of-type(1) {
            margin-left: 0;
            margin-top: 1px;
          }
        }
      }
    }
*/
        /*
        .flexible-list {
            font-size: 1.25rem;

            > li {
                > a {
                    padding: 3px 15px;
                }
            }

            &.dropdown-menu {
                left: auto;
                min-width: 130px;
                right: 0;
            }

        }
        */
    }
    .searchbox-flex input,
    .searchbox-flex select {
        font-size: 1.25rem;
    }
    .searchbox-flex .datepicker-wrap div {
        padding-left: 10px;
        padding-right: 0;
    }
    .searchbox-flex .datepicker-wrap div[element-id="flightDate2"] .dropdown-menu {
        right: inherit !important;
    }
    .searchbox-flex .datepicker-wrap div[ng-model="hotelSearch.endDate"] .dropdown-menu {
        left: inherit !important;
        right: 0 !important;
    }
    .searchbox-flex .flight-origin-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 47%;
        -ms-flex: 1 0 47%;
        flex: 1 0 47%;
        padding-right: 10px;
    }
    .searchbox-flex .flight-origin-wrap[input-name^="destination1"],
    .searchbox-flex .flight-origin-wrap[input-name*="destination1"] {
        padding-right: 0;
    }
    .searchbox-flex .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        margin-bottom: 0;
        /* padding-right: 10px; */
    }
    .searchbox-flex .flight-dates-wrap .input-group {
        /* display: flex; */
        /*
                .flexible-trigger {
                    background-color: fade(@primary-color, 50%);
                    border-color: fade(@primary-color, 50%);
                    border-width: 1px 1px 1px 0;
                    color: #fff;
                    font-size: 15px;
                    padding: 10px 5px;

                    .flexible-list {

                        [class^="icon-"], [class*=" icon-"] {
                            color: @primary-color;
                        }
                    }
                }
                */
    }
    .searchbox-flex .flight-flexibility-wrap {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 15%;
        -ms-flex: 1 0 15%;
        flex: 1 0 15%;
        width: auto;
    }
    .searchbox-flex .flight-flexibility-wrap ul.flexible-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* justify-content: center; */
    }
    .searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        /* padding: 0 10px; */
        padding-right: 10px;
        width: 100%;
    }
    .searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li:nth-of-type(1) input[type="radio"] + label {
        height: 27px;
    }
    .searchbox-flex .flight-flexibility-wrap ul.flexible-wrap li:nth-of-type(2) input[type="radio"] + label {
        height: 26px;
    }
    .searchbox-flex .flight-travelers-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
        flex: 1 0 20%;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        padding-right: 10px;
        width: auto;
    }
    .searchbox-flex .flight-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 20%;
        -ms-flex: 1 0 20%;
        flex: 1 0 20%;
        height: 54px;
    }
    .searchbox-flex .hotel-destination-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 48%;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
        padding-right: 10px;
    }
    .searchbox-flex .hotel-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 48%;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
    }
    .searchbox-flex .hotel-travelers-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        margin-bottom: 0;
        padding-right: 10px;
        float: none;
        width: inherit;
    }
    .searchbox-flex .hotel-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    }
    section[role="roundtrip-wrap"] .datepicker-wrap,
    section[role="oneway-wrap"] .datepicker-wrap {
        border-bottom: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        border-right: 1px solid transparent;
    }
    .datepicker-wrap .dropdown-menu {
        min-width: 266px;
    }
    /* sm homepage trip type search fields */
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) {
        padding-bottom: 15px;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 48%;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
        padding-right: 10px;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) .flight-dates-wrap-buffer {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 48%;
        -ms-flex: 1 0 48%;
        flex: 1 0 48%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) div:nth-last-of-type(1) {
        padding-right: 0;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(2) .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 46%;
        -ms-flex: 1 0 46%;
        flex: 1 0 46%;
        padding-right: 10px;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(2) .flight-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 21%;
        -ms-flex: 1 0 21%;
        flex: 1 0 21%;
    }
    /* sm homepage compare */
    .compare-list-inline {
        list-style: none;
        margin-left: -5px;
        padding-left: 0;
    }
    .compare-list-inline li,
    .compare-list-inline #compare_partners > span {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }
    .compare-list-inline li input[type="checkbox"],
    .compare-list-inline #compare_partners > span input[type="checkbox"] {
        margin-right: 5px;
    }
    .carousel-wrap .carousel-inner > .item {
        height: 35rem;
    }
    .home-split-marketing1,
    .flight-split-marketing1,
    .hotel-split-marketing1 {
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }
    .footer-icon-items img#footer-iata {
        width: 3rem;
    }
    .footer-icon-items img#footer-bbb {
        width: 5rem;
    }
    .footer-icon-items img#footer-asta {
        width: 4rem;
    }
    .footer-icon-items img#footer-wyse {
        width: 8rem;
    }
    .footer-icon-items img#footer-tripadvisor {
        width: 11rem;
    }
    .footer-icon-items img#footer-beta {
        width: 2.25rem;
    }
    .footer-icon-items img#footer-atol {
        width: 2.25rem;
    }
    /* sm join form */
    .form-gender-wrap {
        margin-bottom: 0;
        /* margin-top: 26px; */
    }
    .form-school-help {
        line-height: 2.5;
    }
    /*
    .form-nolabel-push {
      margin-top: 26px;
    }
*/
    /* sm wait page */
    .progress-wrap {
        height: 26em;
        margin: 3em auto 10em auto;
        width: 26em;
    }
    /*
  .progress-wrap-outer {
    border-radius: 25em;
    height: 25em;
    width: 25em;
  }
*/
    .progress-spinner-wrap {
        height: 26em;
        width: 26em;
    }
    .progress-spinner-wrap .progress-spinner {
        height: 26em;
        width: 26em;
    }
    .progress-spinner-wrap .progress-spinner .progress-mask {
        height: 13em;
        width: 13em;
    }
    .progress-spinner-wrap .progress-spinner .progress-mask .progress-circle {
        border-radius: 13em;
        height: 26em;
        width: 26em;
    }
    .progress-text-wrap {
        border: 2.5em solid transparent;
        border-radius: 26em;
        height: 26em;
        width: 26em;
    }
    .progress-text-wrap h2 {
        font-size: 2.25rem;
    }
    .progress-text-wrap h4 {
        font-size: 2rem;
    }
    .progress-text-wrap .wait-wrap-fix {
        width: 100%;
    }
    .wait-page-content-wrap {
        width: 480px;
    }
    /*
    section[role="flights-wait-marketing"] .ad-spot {
        background-image: url('//images.studentuniverse.com/new/suwebui/ads/placeholder-wait-ad-300x250.png');
        height: 250px;
        width: 300px;
    }
*/
    /* sm flight and hotel mobile filter drawer */
    .filterShow .flight-list-filter-wrap {
        width: 50%;
        width: 50vw;
    }
    .filterShow .flight-list-filter-wrap > div .fixed-close {
        width: 50%;
        width: 50vw;
    }
    /*
  .filterShow .hotel-list-filter-wrap {
    width: 25%;
    width: 25vw;
  }
*/
    /* sm flight flex table grid */
    section[role="flight-flex-grid"] {
        /*
        .table {
            border-collapse: separate;
            border-spacing: 5px;
        }
*/
    }
    section[role="flight-flex-grid"] .table > tbody > tr > th.flex-depart,
    section[role="flight-flex-grid"] .table > thead > tr > th.flex-depart,
    section[role="flight-flex-grid"] .table > thead > tr > th.flex-arrive:nth-child(n+2) {
        min-width: 100px;
    }
    section[role="flight-flex-grid"] .table > tbody > tr > th.flex-depart p,
    section[role="flight-flex-grid"] .table > thead > tr > th.flex-depart p,
    section[role="flight-flex-grid"] .table > thead > tr > th.flex-arrive:nth-child(n+2) p {
        font-size: 1.25rem;
    }
    section[role="flight-flex-grid"] .table > tbody > tr > td h4 {
        font-size: initial;
        padding: 10.5px 0;
    }
    /* sm flight results */
    section[role="flight-results-top-section"] {
        /* min-height: 300px; */
    }
    section[role="flight-results-top-section"] h2 {
        font-size: 32px;
    }
    section[role="flight-results-top-section"] h2 small {
        display: inline-block;
        margin-left: 10px;
        margin-top: 0;
    }
    section[role="flight-results-top-section"] .container {
        min-height: 300px;
    }
    section[role="flight-results-top-section"] .container:after {
        display: inherit;
    }
    section[role="flight-results-top-section"] .container .headline-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 138px;
        -ms-flex: 1 1 138px;
        flex: 1 1 138px;
    }
    .sort-nav.nav > li {
        margin-right: 0.75em;
    }
    .sort-nav.nav > li:after {
        content: " ";
        display: table;
        min-height: 15px;
    }
    .sort-nav.nav-pills > li + li {
        margin-left: 0;
    }
    .sort-nav > li.active:after {
        border-style: solid;
        border-width: 15px 14px 0 14px;
        content: " ";
        display: table;
        height: 0;
        margin: 0 auto;
        -webkit-transform: rotate(360deg);
        width: 0;
    }
    .sort-nav > li h2 {
        font-size: 2.5em;
    }
    .sort-nav > li h3 {
        font-size: 1em;
        font-weight: 600;
    }
    .sort-nav > li .corner-icon {
        display: none;
        font-size: larger;
    }
    .sort-nav > li.active .corner-icon,
    .sort-nav > li > a:hover .corner-icon {
        border-right-width: 3em;
        border-top-width: 3em;
    }
    .sort-nav > li .corner-icon [class^="icon-"],
    .sort-nav > li .corner-icon [class*="icon-"] {
        left: 0.5em;
        top: 0.5em;
    }
    .sort-nav > li.active .corner-icon [class^="icon-"],
    .sort-nav > li.active .corner-icon [class*="icon-"],
    .sort-nav > li > a:hover .corner-icon [class^="icon-"],
    .sort-nav > li > a:hover .corner-icon [class*="icon-"] {
        top: -2.5em;
    }
    .flight-search-filters-wrap {
        background-image: none;
        bottom: initial;
        padding-top: inherit;
        position: relative;
    }
    .flight-filter-clickbox-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flight-filter-clickbox-wrap article {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .flight-filter-clickbox-wrap .clickbox-item {
        /* width: 90%; */
    }
    .flight-filter-clickbox-wrap .clickbox-item:nth-child(-n+3) {
        margin-right: 10px;
    }
    .flight-filter-clickbox-wrap .clickbox-item:nth-of-type(n+2) {
        margin-bottom: 10px;
    }
    .flight-filter-clickbox-wrap .clickbox-item:last-child {
        margin-right: 0;
    }
    /* sm flight result */
    .search-result-inline > div {
        border-top: none !important;
        padding-bottom: .875em;
        padding-top: 0;
    }
    section[id="flight-results-list"] article {
        border-bottom: 1px solid #cccccc;
        margin-bottom: .875em;
        padding: 1.125em 0 .75em 0;
    }
    section[id="flight-results-list"] article > .flight-item-wrap {
        font-size: 1.25rem;
        padding: 0;
    }
    section[id="flight-results-list"] article > .flight-item-wrap > .flight-column {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    section[id="flight-results-list"] article > .flight-item-wrap > .flight-column .flight-details-trigger {
        font-size: 1.125rem;
        margin: 5.25px 0;
    }
    section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 18%;
    }
    section[id="flight-results-list"] article > .flight-item-wrap > .flight-column:nth-of-type(2) {
        width: 82%;
    }
    section[id="flight-results-list"] article > .flight-details-wrap {
        border-top: 1px solid #6db100;
        margin-top: .75em;
    }
    section[id="flight-results-list"] article:hover {
        /*background-color: hsla(83, 100.0000%, 34.7059%, 0.0500);*/
        border-color: #6db100;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .flight-details-wrap aside {
        margin: 1.5em 0;
    }
    .flight-details-wrap aside span:last-of-type {
        float: right;
    }
    div[role="flight-results-middle-section"] .flight-details-wrap .flight-details-leg {
        margin-top: 1.5em;
    }
    /*
    .flight-details-wrap .border-left {
        border-left: @primary-border-color;
    }
*/
    .flight-details-wrap section:nth-of-type(n+2) .flight-details-leg {
        padding-top: .75em;
    }
    .flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(3) {
        border-top: none;
        font-size: 100%;
        padding-right: initial;
        padding-top: initial;
    }
    .flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(4) {
        border-top: none;
        font-size: 100%;
        padding-left: initial;
        padding-right: initial;
        padding-top: initial;
    }
    .flight-details-wrap .flight-details-segment [class*="col-"]:nth-of-type(5) {
        border-top: none;
        font-size: 100%;
        padding-left: initial;
        padding-top: initial;
    }
    .flight-details-wrap .flight-details-segment li:nth-of-type(n+2) {
        font-size: 1.125rem;
    }
    .flight-details-wrap .flight-details-time [class^="icon-"],
    .flight-details-wrap .flight-details-time [class*="icon-"] {
        color: rgba(108, 108, 108, 0.75);
        font-size: 1.5rem;
    }
    .flight-details-wrap .flight-carrier-description {
        text-transform: capitalize;
    }
    /*.flight-details-wrap .flight-details-message:before {
    background: @border-color;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
  }*/
    .flight-details-wrap .flight-details-message {
        text-align: center;
        /*p {
            background-color: #fff;
            display: inline-block;
            margin-top: 10.5px;
            padding: 3px 10px;
            z-index: 1;
        }*/
    }
    section[id="flight-results-load-more"] div,
    section[id="hotel-results-load-more"] div {
        border-top: 1px solid #cccccc;
    }
    .leg-wrap:nth-of-type(1) .flight-leg {
        padding-bottom: 1.25em;
    }
    .leg-wrap:nth-of-type(2) .flight-leg {
        padding: 1.25em 0;
    }
    .flight-leg.flight-info-row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #cccccc;
        font-size: 1.125rem;
        min-height: 29px;
        padding-bottom: 0;
        padding-top: 1em;
    }
    .flight-leg.flight-info-row .flight-itinerary-section1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .flight-leg.flight-info-row .flight-itinerary-section2 {
        margin-right: .25em;
    }
    .flight-leg {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        /*
        &:nth-of-type(1) {
            padding-bottom: 1.25em;
        }

        &:nth-of-type(2) {
            padding: 1.25em 0;
        }
*/
        /*
        .flex-item-1 {
            display: inherit;
            margin-right: .5em;
        }
*/
        /*
        .flight-baggage-msg {
            justify-content: flex-end;
            margin-right: 35px;
        }
*/
        /*
        .flight-baggage-msg {
            width: 25%;
            flex: none;
            justify-content: center;
            margin-right: 0;
        }
*/
    }
    .flight-leg span.strong {
        font-weight: 600;
    }
    .flight-leg .flight-info-msg p {
        background-color: rgba(109, 177, 0, 0.15);
        margin: 0 10px 0 0;
        padding: 0.25em 0.5em;
    }
    .flight-leg .flight-operator-msg {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .flight-leg .flight-operator-msg p {
        margin: 0;
    }
    .flight-leg .flight-baggage-msg {
        font-size: 1.5rem;
        padding-right: 30px;
        text-align: right;
    }
    .flight-itinerary-section1 {
        display: inline-block;
        /* inline-flex */
        -webkit-box-flex: 3;
        -webkit-flex: 3 1 75%;
        -ms-flex: 3 1 75%;
        flex: 3 1 75%;
        overflow: hidden;
        /*text-overflow: ellipsis;
        white-space: nowrap;*/
    }
    .flight-itinerary-section1 .flight-itinerary-tag {
        display: inline-block;
        width: 5%;
        min-height: 1px;
        /* 10px */
    }
    .flight-itinerary-section1 .flight-itinerary-tag input[type="checkbox"] {
        margin: 0;
        vertical-align: middle;
    }
    .flight-itinerary-section1 .flight-itinerary-logo {
        display: inline-block;
        /* flex: none; */
        /* flex-direction: column; */
        width: 2em;
    }
    .flight-itinerary-section1 .flight-itinerary-carrier {
        display: inline-block;
        padding-right: 10px;
        width: 33%;
    }
    .flight-itinerary-section1 .flight-itinerary-carrier .airline-name {
        /* display: inline-block; */
        width: 100%;
    }
    .flight-itinerary-section1 .flight-itinerary-pin {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 20px;
    }
    .flight-itinerary-section1 .flight-itinerary-pin .checkbox {
        min-height: inherit;
        margin-top: 0;
        margin-bottom: 0;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .flight-itinerary-section1 .flight-itinerary-pin:hover {
        opacity: 1;
    }
    .flight-itinerary-section1 .flight-itinerary-citypair {
        display: inline-block;
    }
    .flight-itinerary-section2 {
        display: inline-block;
        /* inline-flex */
        margin-right: 0;
        /* overflow: hidden;*/
        text-align: left;
        /* text-overflow: ellipsis;
    white-space: nowrap;*/
    }
    .flight-itinerary-section2 .flight-itinerary-duration {
        width: 65%;
    }
    .flight-itinerary-section2 .flight-itinerary-stops {
        display: inline-block;
        padding-right: 30px;
        text-align: right;
        width: 30%;
    }
    .flight-leg img.airline-logo,
    .matrix-trio img.airline-logo {
        width: 2em;
    }
    /* sm angular slider classes */
    .slider-control {
        height: 16px;
        margin: 10px 10px 0px 10px;
    }
    .slider-center {
        border-radius: 9px;
        height: 18px;
        width: 18px;
    }
    /* sm results page inline compare */
    article[role="results-compare-wrap"] {
        background-color: rgba(109, 177, 0, 0.15);
    }
    article[role="results-compare-wrap"] .results-compare {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    article[role="results-compare-wrap"] .results-compare .compare-item {
        background-color: #fff;
        border: 1px solid #cccccc;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 10px;
        margin-right: 10px;
        min-width: 32%;
        /*
        label[id="compare-bookingcom"] {
          background-image: url('http://images.studentuniverse.com/new/suwebui/comparelogos/compare-bookingcom.png');
        }
        label[id="compare-expedia"] {
          background-image: url('http://images.studentuniverse.com/new/suwebui/comparelogos/compare-expedia.png');
        }
        label[id="compare-kayak"] {
          background-image: url('http://images.studentuniverse.com/new/suwebui/comparelogos/compare-kayak.png');
        }
        label[id="compare-momondo"] {
          background-image: url('http://images.studentuniverse.com/new/suwebui/comparelogos/compare-momondo.png');
        }
        label[id="compare-orbitz"] {
          background-image: url('http://images.studentuniverse.com/new/suwebui/comparelogos/compare-orbitz.png');
        }
        label[id="compare-priceline"] {
          background-image: url('http://images.studentuniverse.com/new/suwebui/comparelogos/compare-priceline.png');
        }
*/
    }
    article[role="results-compare-wrap"] .results-compare .compare-item:nth-of-type(3n) {
        margin-right: 0;
    }
    article[role="results-compare-wrap"] .results-compare .compare-item label {
        background-attachment: relative;
        background-repeat: no-repeat;
        display: block;
        height: 20px;
        margin-bottom: 0;
        width: 80px;
    }
    article[role="results-compare-wrap"] .results-compare .compare-item label input {
        margin-top: 5px;
    }
    article[role="results-compare-wrap"] h6 {
        font-size: smaller;
        margin-top: 0;
    }
    /* sm modal for two flights in cart */
    #flight-in-cart-popup .flight-in-cart-item-cols {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #flight-in-cart-popup .flight-in-cart-item-leg > div:nth-of-type(1) {
        text-align: center;
    }
    /* sm hotel results */
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow h3 {
        font-size: 3rem;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 {
        font-size: 2rem;
        margin-bottom: 1.5em;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating {
        background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: inline-block;
        height: 20px;
        width: 108px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating0 {
        background-position: 0 -229px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating0\.5 {
        background-position: 0 -2px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating1 {
        background-position: 0 -25px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating1\.5 {
        background-position: 0 -47px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating2 {
        background-position: 0 -70px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating2\.5 {
        background-position: 0 -93px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating3 {
        background-position: 0 -115px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating3\.5 {
        background-position: 0 -138px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating4 {
        background-position: 0 -161px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating4\.5 {
        background-position: 0 -184px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 span.tripadvisor-rating.tripadvisor-rating5 {
        background-position: 0 -206px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow div:nth-of-type(2) h3 .tripadvisor-rating-count:hover {
        cursor: pointer;
        text-decoration: underline;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap {
        display: block;
        position: absolute;
        right: 10px;
        top: -10px;
        /* transform: translate3d(0,0,0); */
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge {
        background: #6db100;
        /* border-radius: 15px; */
        height: 125px;
        position: relative;
        text-rendering: optimizeLegibility;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(0deg);
        width: 125px;
        writing-mode: lr-tb;
        z-index: 100;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge:before,
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge:after {
        background: inherit;
        border-radius: inherit;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge:before {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge:after {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge .attaboy-content {
        background-color: #6db100;
        /* border: 2px solid #fff; */
        border-radius: 250px;
        color: #fff;
        font-size: 3.5em;
        height: 125px;
        padding: 1px 0;
        position: relative;
        text-align: center;
        width: 125px;
        z-index: 1;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge .attaboy-content h3 {
        font-size: 2rem;
        margin-bottom: 5.25px;
        margin-top: 10.5px;
        text-shadow: none;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge .attaboy-content h3 small {
        color: #fff;
        display: block;
        font-size: 75%;
        margin-top: .25rem;
    }
    section[role="hotel-results-top-section"] {
        /*  min-height: 300px; */
    }
    section[role="hotel-results-top-section"] h2 {
        font-size: 32px;
    }
    section[role="hotel-results-top-section"] h2 small {
        display: inline-block;
        margin-left: 10px;
        margin-top: 0;
    }
    section[role="hotel-results-top-section"] .container {
        min-height: 300px;
    }
    section[role="hotel-results-top-section"] .container > .row:nth-of-type(1) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 10;
        -webkit-flex: 10 0 265px;
        -ms-flex: 10 0 265px;
        flex: 10 0 265px;
    }
    section[role="hotel-results-top-section"] .container > .row:nth-of-type(1) > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section[role="hotel-results-top-section"] .container:after {
        display: inherit;
    }
    section[role="hotel-results-top-section"] .filters-legend-row {
        /*
         > div:last-child {
                padding-bottom: 0;
                padding-top: 0;
        }
        */
    }
    section[role="hotel-results-top-section"] .filters-legend-row .btn-group {
        margin-bottom: 0;
    }
    #hotel-results-login-band {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        color: #fff;
        display: block;
        padding: 1em 0;
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    #hotel-results-login-band a {
        color: #fff;
    }
    #hotel-results-login-band p {
        font-size: 1.25rem;
        margin-top: 10.5px;
    }
    #hotel-results-login-band > div > div {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .memberBandHidden {
        display: none !important;
    }
    section[id="hotel-results-list"] article {
        border-bottom: 1px solid #cccccc;
        margin-bottom: .875em;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap {
        font-size: 1.25rem;
        min-height: 15em;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column {
        min-height: 15em;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 {
        color: #6db100;
        /* flex: 1 1 0%; */
        font-size: initial;
        line-height: 21px;
        margin-bottom: 0.5em;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 a {
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 350px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating {
        background-image: url('//images.studentuniverse.com/new/suwebui/elements/tripadvisor-ratings.svg');
        background-repeat: no-repeat;
        background-size: 82% auto;
        float: right;
        height: 17px;
        width: 111px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating0 {
        background-position: 21px -193px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating0\.5 {
        background-position: 21px -2px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating1 {
        background-position: 21px -21px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating1\.5 {
        background-position: 21px -40px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating2 {
        background-position: 21px -59px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating2\.5 {
        background-position: 21px -78px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating3 {
        background-position: 21px -98px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating3\.5 {
        background-position: 21px -117px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating4 {
        background-position: 21px -136px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating4\.5 {
        background-position: 21px -155px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 span.tripadvisor-rating.tripadvisor-rating5 {
        background-position: 21px -174px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap .hotel-column-info {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 10;
        -webkit-flex: 10 1 0%;
        -ms-flex: 10 1 0%;
        flex: 10 1 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image h5 {
        color: #fff;
        font-size: 1.25rem;
        margin-bottom: 0;
        padding: 10px 15px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image h5 span {
        display: inline;
        float: none;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-results-image .member-only-logo {
        bottom: -5px;
        font-size: 4rem;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-result-column-wrap {
        -webkit-box-flex: 4;
        -webkit-flex: 4 1 0%;
        -ms-flex: 4 1 0%;
        flex: 4 1 0%;
    }
    section[id="hotel-results-list"] article:hover,
    section[id="hotel-results-list"] article:last-child:hover {
        border-color: #6db100;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .filters-row {
        padding-bottom: 5.25px;
    }
    .hotel-result-column-wrap p.stars {
        margin-bottom: 4px;
    }
    .hotel-result-column-wrap p.stars .tooltip {
        visibility: visible;
        font-size: 1rem;
    }
    .hotel-result-column-wrap .hotel-result-address,
    .hotel-result-column-wrap .hotel-reviews {
        margin-bottom: 0.5em;
    }
    .hotel-result-column-wrap .hotel-result-address span {
        font-weight: 500;
        font-size: 1.05em;
    }
    ul.hotel-result-room-row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #cccccc;
        -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: .75em;
        padding-top: .75em;
    }
    ul.hotel-result-room-row li.hotel-result-rate {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 1.25rem;
        line-height: inherit;
        padding-right: 1em;
    }
    ul.hotel-result-room-row li.hotel-result-rate > p {
        margin-right: 10px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    ul.hotel-result-room-row li.hotel-result-rate > p:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    ul.hotel-result-room-row li.hotel-result-rate h4 {
        line-height: initial;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    ul.hotel-result-room-row li.hotel-result-rate:last-child {
        padding-right: 0;
    }
    ul.hotel-result-room-row > li:nth-of-type(1) {
        -webkit-box-flex: 2;
        -webkit-flex: 2 1 0px;
        -ms-flex: 2 1 0px;
        flex: 2 1 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 1px;
        /* span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
        }*/
    }
    ul.hotel-result-room-row > li:nth-of-type(1) small {
        display: block;
    }
    ul.hotel-result-room-row > li:nth-of-type(4) {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0;
    }
    .hotel-result-rate-message {
        font-size: 1.25rem;
    }
    .hotel-result-rate-message:after {
        right: 3%;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-result-review-wrap {
        min-width: 1px;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-result-review-wrap > h5 {
        margin-top: 0;
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-result-review-wrap p {
        color: #6db100;
    }
    section[id="hotel-detail-rates"] {
        margin-bottom: 1.5em;
    }
    section[id="hotel-detail-description"] {
        margin-bottom: 1.5em;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-swap {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-wrap {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-overall-rating-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #hotel-detail-map-wrap {
        border-top: 1px solid #cccccc;
        position: relative;
    }
    /* sm hotel details */
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap {
        min-height: 300px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap div h3 {
        font-size: 3rem;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap div h4 {
        font-size: 1.75rem;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap button {
        margin: 1rem 0;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap div:nth-of-type(2) h3 {
        font-size: 2.5rem;
        margin-top: 1rem;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap div:nth-of-type(2) h3 span {
        height: 30px;
        vertical-align: bottom;
        width: 177px;
    }
    /*
    section[id="hotel-detail-progress-message-wrap"] .hotel-detail-progress-message {
        border-width: 1px;
        font-size: inherit;
        padding: .75em 15px 1em;
    }
*/
    .hotel-details-modify-wrap .datepicker-wrap div[ng-model="endDate"] .dropdown-menu {
        left: inherit !important;
        right: inherit !important;
    }
    .hotel-details-modify-wrap .hotel-dates-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 4px;
        width: 300px;
    }
    .hotel-details-modify-wrap .select-menu {
        width: 100px;
    }
    .hotel-details-modify-wrap .select-menu ~ button[type="submit"] {
        width: auto;
    }
    p.hotel-detail-price-disclaimer {
        line-height: 28px;
        margin-top: 30px;
        text-align: right;
    }
    section[id="hotel-detail-rates"] h4,
    section[id="hotel-detail-description"] h4,
    section[id="hotel-detail-reviews"] h4 {
        font-size: 2rem;
    }
    article[class="hotel-price-item"] > div > div {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    article[class="hotel-price-item"] .hotel-price-pricepoint > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    article[class="hotel-price-item"] .hotel-price-pricepoint a {
        font-size: 3rem;
    }
    article[class="hotel-price-item"] h5 {
        font-size: 1.5rem;
        /* margin-top: 0; */
    }
    article[class="hotel-price-item"] h6 {
        line-height: inherit;
    }
    article[class="hotel-price-item"] p:not(.hotel-price-rate-message-wrap) {
        margin-bottom: 0;
    }
    article[class="hotel-price-item"] .hotel-price-was {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: smaller;
        margin-right: .5rem;
    }
    article[class="hotel-price-item"] .hotel-price-was p {
        display: inline-block;
        text-align: end;
    }
    article[class="hotel-price-item"] button {
        /* font-size: inherit; */
        margin: 1.5em 0;
        padding: 10px 18px;
    }
    section[id="hotel-detail-description"] h5 {
        font-size: 1.5rem;
    }
    section[id="hotel-detail-description"] .hotel-detail-amenities > ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        font-size: inherit;
    }
    section[id="hotel-detail-description"] .hotel-full-description {
        margin-bottom: inherit;
    }
    section[id="hotel-detail-description"] .hotel-full-description p {
        height: auto;
        margin-bottom: 10.5px;
        overflow: auto;
    }
    section[id="hotel-detail-description"] .hotel-full-description p:after {
        position: relative;
    }
    section[id="hotel-detail-description"] .hotel-full-description label {
        display: none;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-wrap .hotel-detail-review-more {
        height: auto;
        margin-bottom: 10.5px;
        overflow: inherit;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-wrap .hotel-detail-review-more article > div > div {
        -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
        align-self: baseline;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-wrap .hotel-detail-review-more article .hotel-stayed p {
        margin-bottom: 10.5px;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-wrap .hotel-detail-review-more:after {
        position: relative;
    }
    section[id="hotel-detail-reviews"] #hotel-detail-review-wrap label {
        display: none;
    }
    #hotel-detail-map-wrap {
        height: 550px;
    }
    /* sm custom gallery modal */
    .lightbox-image-container .carousel-control .icon-prev,
    .lightbox-image-container .carousel-control .icon-next {
        font-size: 5rem;
    }
    /* sm cart */
    .cart-wrap #cart-header h2,
    .billing-wrap #cart-header h2,
    .confirm-wrap #cart-header h2 {
        font-size: 32px;
        margin-top: 10.5px;
    }
    .cart-wrap .flight-details-wrap section:nth-of-type(n+2) .flight-details-leg,
    .billing-wrap .flight-details-wrap section:nth-of-type(n+2) .flight-details-leg,
    .confirm-wrap .flight-details-wrap section:nth-of-type(n+2) .flight-details-leg {
        border-top: 1px solid #cccccc;
    }
    .cart-wrap .flight-details-leg,
    .billing-wrap .flight-details-leg,
    .confirm-wrap .flight-details-leg {
        margin-bottom: 0;
    }
    .cart-wrap .flight-details-leg h5,
    .billing-wrap .flight-details-leg h5,
    .confirm-wrap .flight-details-leg h5 {
        font-size: initial;
    }
    .cart-wrap .flight-details-leg h5 small,
    .billing-wrap .flight-details-leg h5 small,
    .confirm-wrap .flight-details-leg h5 small {
        display: inline;
        font-size: 85%;
        margin-top: inherit;
    }
    .cart-wrap .info-wrap,
    .billing-wrap .info-wrap,
    .confirm-wrap .info-wrap {
        border-bottom: 1px solid #cccccc;
        /* margin-bottom: 1.25em; */
        padding: 1em 0 .5em 0;
    }
    .cart-wrap .info-wrap .nav > li > a,
    .billing-wrap .info-wrap .nav > li > a,
    .confirm-wrap .info-wrap .nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-item-title {
        padding: .5em 0;
    }
    .cart-item-title h3 {
        font-size: 2rem;
        font-weight: initial;
    }
    .cart-item-title h3 small {
        display: inline;
        font-size: initial;
        margin-top: inherit;
    }
    .cart-item-price {
        padding: .5em 0;
    }
    .cart-item-price div:nth-of-type(1) [class^="icon-su"],
    .cart-item-price div:nth-of-type(1) [class*="icon-su"] {
        font-size: 1.5rem;
    }
    .cart-item-price h4 {
        font-size: initial;
    }
    .cart-item-price h4 small {
        display: inline;
        /* font-size: initial; */
        margin-top: inherit;
    }
    .cart-item-price div:nth-of-type(2) h4 a {
        font-size: initial;
    }
    .cart-tab-currency-info {
        padding-top: 8.5px;
    }
    section[role="flight-details-tabs"] ul.additional-details-links {
        margin-top: 0;
    }
    /* sm verification page */
    /* sm checkout */
    .checkout-tab-wrap [class*="col-"] {
        margin-top: 21px;
        padding-left: initial;
        padding-right: initial;
    }
    .cart-item-title h4 {
        font-size: initial;
    }
    .cart-item-title h4 small {
        display: inline;
        /* font-size: initial; */
        margin-top: inherit;
    }
    .billing-wrap h2#checkoutLabel {
        margin-top: 21px;
    }
    .checkout-section-wrap {
        /*
    label[for="VisaCheckout"] {
        margin-bottom: 0;
        .v-checkout-wrapper {
            display: inline-block;
        }
    }
*/
    }
    .checkout-section-wrap h4.credit-card-radio {
        margin: 0;
    }
    .checkout-section-wrap h4.checkout-other-types {
        height: 34px;
        margin-bottom: initial;
    }
    .checkout-section-wrap label[for="CreditCard"] {
        height: 34px;
        vertical-align: sub;
    }
    /*
ul.vc-logged-in-row {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    li {
        display: inline;
        margin-right: 10px;
        &:nth-child(n+2) {
            margin-right: 10px;
        }
    }
}
*/
    .review-billing-wrap ul.vc-logged-in-row {
        margin-left: 0;
        padding-left: 0;
    }
    /*
  .checkout-submit-payment {
    text-align: inherit;

    div > span {
        line-height: 45px;
    }
  }
*/
    .checkout-addltravelers-wrap {
        border-bottom-width: 5px;
    }
    section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(1) {
        padding-left: 15px;
        padding-right: 15px;
    }
    section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(2) {
        padding-left: 15px;
        padding-right: 5px;
    }
    section[role="checkout-traveler-name-wrap"] [class*="col-"]:nth-of-type(3) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .checkout-form-passport-fix {
        margin-bottom: 0;
    }
    section[role="checkout-billing-card-wrap"] [class*="col-"]:nth-of-type(1) {
        padding-left: 15px;
        padding-right: 5px;
    }
    section[role="checkout-billing-card-wrap"] [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 5px;
    }
    section[role="checkout-billing-card-wrap"] [class*="col-"]:nth-of-type(3) {
        padding-left: 5px;
        padding-right: 15px;
    }
    section[role="checkout-billing-address1-wrap"] [class*="col-"]:nth-of-type(1) {
        padding-left: 15px;
        padding-right: 5px;
    }
    section[role="checkout-billing-address1-wrap"] [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 5px;
    }
    section[role="checkout-billing-address1-wrap"] [class*="col-"]:nth-of-type(3) {
        padding-left: 5px;
        padding-right: 15px;
    }
    section[role="checkout-billing-address2-wrap"] [class*="col-"]:nth-of-type(1) {
        padding-left: 15px;
        padding-right: 5px;
    }
    section[role="checkout-billing-address2-wrap"] section[role="checkout-billing-statezip-wrap"] [class*="col-"]:nth-of-type(1) {
        padding-left: 5px;
        padding-right: 5px;
    }
    section[role="checkout-billing-address2-wrap"] section[role="checkout-billing-statezip-wrap"] [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 15px;
    }
    section[role="checkout-billing-cardcvv-wrap"] {
        margin-top: 26px;
    }
    /* sm billing page confirm popup */
    section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] {
        max-width: 400px;
    }
    /* sm confirmation page */
    .confirm-purchase-info {
        padding-bottom: .5em;
    }
    .confirm-item-info {
        border-top: 1px solid #cccccc;
        padding-top: .5em;
    }
    .flight-details-wrap {
        margin-top: .5em;
    }
    /* sm error page */
    section[role="error-top-section"] {
        height: calc(100vh - 335px);
        text-align: center;
    }
    /* sm travel guides */
    section[role="generic-marketing-top-section"],
    section[role="travel-guides-top-section"] {
        /*
        align-items: center;
        display: flex;
*/
    }
    section[role="generic-marketing-top-section"] .travel-guides-breadcrumb-wrap + div,
    section[role="travel-guides-top-section"] .travel-guides-breadcrumb-wrap + div {
        padding-right: 25%;
    }
    section[role="generic-marketing-top-section"] h1,
    section[role="travel-guides-top-section"] h1 {
        font-size: 32px;
    }
    section[role="travel-guides-top-section"] h4 {
        width: 67%;
    }
    .travel-guides-navlist {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    article[role="travel-guides-article-wrap"] {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    article[role="travel-guides-article-wrap"] h3 {
        -webkit-column-span: all;
        -moz-column-span: all;
        column-span: all;
    }
    .md-tight-form [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .md-tight-form [class*="col-"]:nth-of-type(1) {
        padding-left: 15px;
    }
    .md-tight-form [class*="col-"]:last-of-type {
        padding-right: 15px;
    }
    /* sm marketing pages */
    .faq-baggage-wrap {
        height: auto;
        overflow-y: auto;
    }
    /* sm our team page */
    section[role="ourteam-wrap"] .employee-clearfix:nth-of-type(3n+3):after {
        clear: both;
        content: " ";
        display: table;
    }
    /* sm our team page */
    .airlinepartner-clearfix:nth-of-type(4n+4):after {
        clear: both;
        content: " ";
        display: table;
    }
}
@media (min-width: 992px) {
    /* small desktop */
    /* md my account */
    section[role="myaccount"] .myaccount-contactus span {
        float: right;
    }
    section[role="myaccount"] .myaccount-contactus span:before {
        color: #6db100;
        font-size: 7rem;
    }
    section[role="myaccount"] .myaccount-contactus h5 {
        color: #6db100;
        margin-top: 0;
        font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
        font-weight: 500;
    }
    /* md navbar */
    .navbar-brand img {
        max-width: 250px;
    }
    .navbar-default .navbar-nav > li.beta-link > span {
        display: inline-block;
        line-height: 21px;
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .navbar-default .navbar-nav > li.beta-link > a {
        display: inline-block;
    }
    .navbar-default .navbar-nav > li.beta-link > a:hover {
        text-decoration: underline;
    }
    /* md footer */
    section[role="home-info"] .footer-marketinglinks-wrap {
        -webkit-columns: 4;
        -moz-columns: 4;
        columns: 4;
    }
    section[role="home-info"] .footer-logo img {
        width: 75%;
    }
    .footer-icon-items {
        float: left;
    }
    /* restore this when past searches tabs are restored
    .modify-search-row {
            margin-bottom: 0;
        }
    */
    .modify-search-row .modify-search-wrap .datepicker-wrap div[ng-model="returnDate"] .dropdown-menu {
        min-width: 260px;
    }
    .modify-search-row .modify-search-wrap .datepicker-wrap div[ng-model="returnDate"] .dropdown-menu,
    .modify-search-row .modify-search-wrap .datepicker-wrap div[ng-model="hotelSearch.endDate"] .dropdown-menu {
        left: inherit !important;
        right: inherit !important;
    }
    .modify-search-tab-wrap {
        margin-top: 10.5px;
    }
    form[role="flights-form"] .form-group,
    form[role="hotels-form"] .form-group {
        margin-bottom: 0;
    }
    form[role="flights-form"] .btn-block,
    form[role="hotels-form"] .btn-block {
        display: inline-block;
        width: auto;
        padding: 17px 0;
    }
    .searchbox-flex {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        /*
    .flight-trip-type-wrap {
      flex: 1 0 10%;
    }
    .flight-origin-wrap {
      flex: 1 0 20%;
    }
*/
        /*
    .flight-dates-wrap {
      flex: 1 0 36%;
    }
    .flight-travelers-wrap {
      flex: 1 0 12%;
    }
    .flight-button-wrap {
      flex: 1 0 12%;
    }
*/
    }
    .searchbox-flex .flight-origin-wrap[input-name^="destination1"],
    .searchbox-flex .flight-origin-wrap[input-name*="destination1"] {
        padding-right: 10px;
    }
    .searchbox-flex .hotel-destination-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }
    .searchbox-flex .hotel-dates-wrap {
        padding-right: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 30%;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
    }
    .searchbox-flex .hotel-travelers-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 15%;
        -ms-flex: 1 0 15%;
        flex: 1 0 15%;
    }
    .searchbox-flex .hotel-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 15%;
        -ms-flex: 1 0 15%;
        flex: 1 0 15%;
    }
    .searchbox-flex .datepicker-wrap div[ng-model="returnDate"] .dropdown-menu {
        min-width: 260px;
    }
    .searchbox-flex .datepicker-wrap div[ng-model="returnDate"] .dropdown-menu,
    .searchbox-flex .datepicker-wrap div[ng-model="hotelSearch.endDate"] .dropdown-menu {
        left: inherit !important;
        right: inherit !important;
    }
    .searchbox-flex:nth-of-type(2) {
        /*
        padding-top: 10px;

        .flight-origin-wrap {
          flex: 1 0 16%;
        }

        .flight-origin-wrap[input-name^="destination1"],
        .flight-origin-wrap[input-name*="destination1"] {
            padding-right: 10px;
        }
        .flight-dates-wrap {
          flex: 1 0 30%;
        }
*/
    }
    /* md homepage trip type search fields */
    section[role="roundtrip-wrap"] .searchbox-flex .flight-origin-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 15%;
        -ms-flex: 1 0 15%;
        flex: 1 0 15%;
    }
    section[role="roundtrip-wrap"] .searchbox-flex .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 27%;
        -ms-flex: 1 0 27%;
        flex: 1 0 27%;
    }
    section[role="roundtrip-wrap"] .searchbox-flex .flight-flexibility-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 9%;
        -ms-flex: 1 0 9%;
        flex: 1 0 9%;
    }
    section[role="roundtrip-wrap"] .searchbox-flex .flight-travelers-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="roundtrip-wrap"] .searchbox-flex .flight-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="oneway-wrap"] .searchbox-flex .flight-origin-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 22%;
        -ms-flex: 1 0 22%;
        flex: 1 0 22%;
    }
    section[role="oneway-wrap"] .searchbox-flex .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 18%;
        -ms-flex: 1 0 18%;
        flex: 1 0 18%;
    }
    section[role="oneway-wrap"] .searchbox-flex .flight-flexibility-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 10%;
        -ms-flex: 1 0 10%;
        flex: 1 0 10%;
    }
    section[role="oneway-wrap"] .searchbox-flex .flight-travelers-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="oneway-wrap"] .searchbox-flex .flight-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="multicity-wrap"] .searchbox-flex .flight-travelers-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="multicity-wrap"] .searchbox-flex .flight-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) .flight-origin-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 28%;
        -ms-flex: 1 0 28%;
        flex: 1 0 28%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 14%;
        -ms-flex: 1 0 14%;
        flex: 1 0 14%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(1) .flight-dates-wrap-buffer {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 25%;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(2) .flight-origin-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 28%;
        -ms-flex: 1 0 28%;
        flex: 1 0 28%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(2) .flight-dates-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 14%;
        -ms-flex: 1 0 14%;
        flex: 1 0 14%;
    }
    section[role="multicity-wrap"] .searchbox-flex:nth-of-type(2) .flight-button-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 12%;
        -ms-flex: 1 0 12%;
        flex: 1 0 12%;
    }
    section[role="home-top-section"] {
        min-height: 200px;
    }
    /*
.flight-md-wrap1,
.flight-md-wrap2 {
    display: inline;
}
*/
    form[role="flights-form"].form-inline .form-control {
        width: 100%;
    }
    /*
    form[role="flights-form"] [class^="flex-item-"], form[role="flights-form"] [class*="flex-item-"] {
        margin-right: 5px;
    }
*/
    section[role="home-marketing"] {
        margin: 2em 0;
    }
    .home-marketing1,
    .flight-marketing1,
    .hotel-marketing1 {
        border-right: 1px solid #ffffff;
        padding-right: 15%;
    }
    .home-marketing2,
    .flight-marketing2,
    .hotel-marketing2 {
        padding-right: 15%;
    }
    .carousel-wrap {
        border-right: 1px solid #ffffff;
    }
    .carousel-wrap .carousel-caption {
        padding-right: 15%;
    }
    .home-split-marketing1,
    .home-split-marketing2,
    .flight-split-marketing1,
    .flight-split-marketing2,
    .hotel-split-marketing1,
    .hotel-split-marketing2 {
        height: 17.5rem;
        padding-right: 40%;
        border-right: 1px solid #FFFFFF;
    }
    .home-split-marketing1,
    .flight-split-marketing1,
    .hotel-split-marketing1 {
        border-top: none;
    }
    .footer-icon-items img {
        margin-right: 1em;
        max-height: 40%;
    }


    .filter-separator {
        border-right: 1px solid #6db100;
    }
    .filterShow .flight-list-filter-wrap,
    .filterHidden .flight-list-filter-wrap {
        width: 100%;
    }
    .filterShow .hotel-list-filter-wrap,
    .filterHidden .hotel-list-filter-wrap {
        width: 25%;
    }
    .filterShow .flight-list-filter-wrap,
    .filterHidden .flight-list-filter-wrap,
    .filterShow .hotel-list-filter-wrap,
    .filterHidden .hotel-list-filter-wrap {
        background-color: transparent;
        box-shadow: none;
        display: block !important;
        height: auto;
        position: relative;
        z-index: auto;
    }
    .filterShow .hotel-list-filter-wrap.hotel-map-filter-wrap,
    .filterHidden .hotel-list-filter-wrap.hotel-map-filter-wrap {
        display: inherit !important;
    }
    #side-filters .fare-alert-ad {
        margin-bottom: 21px;
        /*
           h3 {
             font-size: 16px;
           }

           div ~ div {
             font-size: 18px;
           }
     */
    }
    /* md fare alert popup */
    section[role="fareAlertPopup"] form[role="flights-form"] .farealert-searchbox-flex .form-group {
        margin-bottom: inherit;
    }
    section[role="fareAlertPopup"] form[role="flights-form"] .farealert-searchbox-flex .btn-block {
        display: block;
        margin: 0 auto inherit;
        padding: inherit;
    }
    /* md airport filter applied popover */
    #filter-applied-wrap {
        background-color: #fff;
        display: block;
        left: initial;
        right: -85px;
        top: 20px;
    }
    #filter-applied-wrap h3 {
        background-color: #fff;
        border-bottom: none;
        color: #6db100;
        font-size: 15px;
        line-height: 18px;
        margin: 0;
        padding: 10px 14px 0 14px;
    }
    #filter-applied-wrap p {
        margin-bottom: 5px;
    }
    /* md flight flex table grid */
    section[role="flight-flex-grid"] figure {
        display: table;
    }
    section[role="flight-flex-grid"] figure .table-flex-grid-responsive {
        overflow: visible;
    }
    section[role="flight-flex-grid"] figure figcaption#flex-top-caption {
        caption-side: top;
        display: table-caption;
        font-size: small;
        font-weight: 600;
        margin-bottom: 5.25px;
        text-align: center;
    }
    section[role="flight-flex-grid"] figure figcaption#flex-left-caption {
        caption-side: top;
        display: table-caption;
        font-size: small;
        font-weight: 600;
        left: -35px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    section[role="flight-flex-grid"] figure figcaption#flex-top-left-caption {
        caption-side: top;
        display: table-caption;
        font-size: small;
        font-weight: 600;
        text-align: left;
    }
    section[role="flight-flex-grid"] .table > tbody > tr > th,
    section[role="flight-flex-grid"] .table > tbody > tr > td {
        height: 3em;
        position: relative;
    }
    /* md flight results */
    section[role="flight-results-top-section"] h2.headline {
        margin-bottom: 1.25em;
    }
    section[role="flight-results-top-section"] .flight-search-filters-wrap {
        padding-right: 0;
        width: 65.666667%;
    }
    section[role="flight-results-top-section"] .flight-search-filters-wrap h2 {
        font-size: 1.75em;
    }
    section[role="flight-results-top-section"] .filters-row {
        padding-bottom: inherit;
    }
    section[role="flight-results-top-section"] .filters-row > div > div {
        font-size: initial;
        padding-bottom: inherit;
        padding-top: inherit;
    }
    section[role="flight-results-top-section"] .filters-row > div > div a i {
        color: inherit;
    }
    section[id="flight-filters-legend-desktop"] h4 {
        color: #6db100;
        font-size: 15px;
        font-weight: bold;
        line-height: 21px;
        margin-bottom: 10.5px;
        margin-top: 0;
    }
    section[id="flight-filters-legend-desktop"] h4 span:nth-of-type(1) {
        margin-left: 10px;
    }
    section[id="flight-filters-legend-desktop"] h4 span:nth-of-type(2) {
        line-height: 21px;
    }
    section[id="flight-results-legend"] ul {
        float: left;
        position: relative;
        min-height: 1px;
        width: 100%;
    }
    section[id="flight-results-legend"] ul li {
        font-size: smaller;
        margin-bottom: .75em;
        /* padding-right: .5em; */
    }
    section[id="flight-results-legend"] ul li:nth-child(1) {
        text-align: center;
        width: 22.25%;
    }
    section[id="flight-results-legend"] ul li:nth-child(2) {
        width: 23.5%;
    }
    section[id="flight-results-legend"] ul li:nth-child(3) {
        width: 28%;
    }
    section[id="flight-results-legend"] ul li:nth-child(4) {
        width: 15.75%;
    }
    section[id="flight-results-legend"] ul li:nth-child(5) {
        padding-right: 0;
        text-align: center;
        /* width: 5.875%; */
    }
    .sort-nav > li img.sort-icon {
        background-color: #fff;
        height: 100%;
        padding: 0.125em;
    }
    .sort-nav > li p {
        color: #fff;
        font-size: 1rem;
        line-height: initial;
        margin-top: 0.125em;
    }
    .sort-nav > li .sort-block-row {
        position: relative;
    }
    .sort-nav > li .sort-block-row .sort-block-airlinelogo {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
    }
    .sort-nav > li.active p,
    .sort-nav > li > a:hover p {
        color: #333;
    }
    /* md matrix */
    /* contains both the legend and the scrollable results*/
    .matrix-results-scroller {
        height: 130px;
        /* 9em */
        margin-bottom: 1em;
        /* legend is the 1st column of 3 rows on the right-hand side of the matrix */
        /*scrollable results */
        /* matrix-trio is 1 column of 3 rows,
     * applies to both the the legend and scrollable results */
    }
    .matrix-results-scroller .matrix-results-legend {
        z-index: 100;
        /* Must be higher than the z-index in matrix-trio */
        background-color: #fff;
        /* float: left; */
        position: absolute;
        width: 81px;
        /* matrix-trio is 1 column of 3 rows */
    }
    .matrix-results-scroller .matrix-results-legend .matrix-trio {
        border-right: 1px solid #cccccc;
        height: 111px;
        margin-right: -4px;
        padding-right: 0;
        width: 80px;
    }
    .matrix-results-scroller .matrix-results-legend .matrix-trio li {
        padding-left: 15px;
        text-align: initial;
        width: 80px;
        /* 7em */
    }
    .matrix-results-scroller .matrix-scrollbar-container {
        height: 130px;
        /* 9em */
        width: 100%;
        /* 360px */
        margin-bottom: 1em;
        overflow: hidden;
        /* wraps around the airline results only */
    }
    .matrix-results-scroller .matrix-scrollbar-container .matrix-results-wrap {
        margin-left: 81px;
        /* was 6em; */
    }
    .matrix-results-scroller .matrix-trio {
        z-index: 1;
        /* Must be lower than the z-index in matrix-results-legend */
        display: inline-table;
        height: 130px;
        width: 100px;
    }
    .matrix-results-scroller .matrix-trio li {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        padding: .5rem 1.5rem;
        width: 100px;
        /* was 9em */
    }
    .matrix-results-scroller .matrix-trio li:nth-of-type(1) {
        height: 50px;
        /* 4.5em */
        min-height: 50px;
        /* 4.5em */
    }
    .matrix-results-scroller .matrix-trio li:nth-of-type(n+2) {
        height: 30px;
        /* 2.75em */
        min-height: 30px;
        /* 2.75em */
    }
    /*
    .flight-itinerary-section1 {
        flex: 4;
    }
*/
    .flight-itinerary-section2 {
        /*        flex: 1; */
    }
    .flight-itinerary-section2 .flight-baggage-msg {
        padding-right: 28px;
    }
    /* md flight and hotel mobile filter drawer */
    #side-filters {
        /* border-right: @border @border-color; */
    }
    #side-filters .search-result-filter {
        margin-top: 1em;
    }
    #side-filters .panel-group {
        margin-bottom: 0;
    }
    #side-filters .panel-group .panel:last-of-type {
        margin-bottom: 0;
    }
    /* md results page inline compare */
    article[role="results-compare-wrap"] .results-compare .compare-item {
        min-width: inherit;
    }
    article[role="results-compare-wrap"] .results-compare .compare-item:nth-of-type(3) {
        margin-right: 10px;
    }
    article[role="results-compare-wrap"] .results-compare .compare-item:last-of-type {
        margin-right: 0;
    }
    article[role="results-compare-wrap"] .results-compare .compare-item label {
        background-position: 0 50%;
        background-size: contain;
        width: 100%;
    }
    /* md hotel results */
    section[role="hotel-results-top-section"] {
        /*
        h2.headline {
            margin-bottom: 1.25em;
        }
*/
    }
    section[role="hotel-results-top-section"] .filters-row {
        padding-bottom: inherit;
    }
    section[role="hotel-results-top-section"] .filters-legend-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    section[role="hotel-results-top-section"] .filters-legend-row p {
        margin-bottom: .75em;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu {
        box-shadow: none;
        display: block;
        list-style: none;
        margin: 0;
        min-height: 1px;
        min-width: inherit;
        padding: 0;
        position: relative;
        width: 100%;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li {
        float: left;
        font-size: smaller;
        margin-bottom: .75em;
        margin-right: 1em;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li:after {
        content: "|";
        margin-left: 1em;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li:nth-last-of-type(1):after {
        content: none;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li > a {
        color: #0072bc;
        display: inline;
        padding: 0;
        white-space: normal;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li > a:hover {
        background-color: transparent;
        text-decoration: underline;
    }
    section[role="hotel-results-top-section"] .filters-legend-row ul.hotel-sort-menu li > strong {
        padding: 0;
    }
    /* md hotel detail page */
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 a {
        width: 335px;
    }
    .hotel-detail-top-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap {
        bottom: 10px;
        right: 10px;
        top: 190px;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge {
        height: 100px;
        width: 100px;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge .attaboy-content {
        border-radius: 200px;
        height: 100px;
        width: 100px;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge .attaboy-content h3 {
        font-size: 1.5rem;
    }
    .hotel-detail-top-wrap .hotel-detail-attaboy-wrap .attaboy-badge .attaboy-content h3 small {
        font-size: 1.25rem;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap {
        height: 300px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-data-wrap .hotel-detail-top-shadow {
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 70%, #000000 100%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 70%, #000000 100%);
        /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); */
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap {
        background-color: #000;
        height: 300px;
        padding-top: 20px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .ngscroll-scrollbar-container {
        background-color: rgba(255, 255, 255, 0.5) !important;
        /*height: 260px !important;*/
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .ngscroll-scrollbar-container:hover {
        background-color: #ffffff !important;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .ngscroll-scrollbar-container .ngscroll-scrollbar {
        cursor: move !important;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .hotel-detail-top-gallery-block-wrap {
        height: 260px;
        overflow: hidden;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .hotel-detail-top-gallery-block-wrap .hotel-detail-top-gallery-block {
        border: 1px solid #ffffff;
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .hotel-detail-top-gallery-block-wrap .hotel-detail-top-gallery-block:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .hotel-detail-top-gallery-block-wrap .hotel-detail-top-gallery-block div {
        height: 7.25em;
        width: 7.25em;
        background-attachment: relative;
        background-repeat: no-repeat;
        background-size: 100%;
        background-size: cover;
    }
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .hotel-detail-top-gallery-block-wrap .hotel-detail-top-gallery-block div a {
        display: block;
        height: 100%;
        width: 100%;
    }
    .hotel-details-modify-wrap .hotel-dates-wrap {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 4px;
        width: 300px;
    }
    p.hotel-detail-price-disclaimer {
        margin-top: 9px;
    }
    #hotel-detail-map-wrap {
        height: 500px;
    }
    #hotel-detail-review-overall-rating-wrap .hotel-detail-review-overall-rating-list {
        border-bottom: 1px solid #cccccc;
    }
    /* md hotel map view */
    section[id="hotel-mapview-results-list"] .filters-legend-row2 {
        margin-bottom: 10.5px;
    }
    section[id="hotel-mapview-results-list"] .filters-legend-row2 .plinky {
        display: inline-block;
    }
    section[id="hotel-mapview-results-list"] .hotel-mapview-filter-wrap {
        background-color: #fff;
        height: 70%;
        position: absolute;
        width: 25%;
        z-index: 100;
    }
    section[id="hotel-mapview-results-list"] .hotel-mapview-filter-wrap .hotel-list-filter-wrap {
        width: 100% !important;
        /* border-left: 1px solid #6db100; */
        border-right: none;
    }
    section[id="hotel-mapview-results-list"] h5 {
        color: #0072bc;
        line-height: inherit;
        margin-top: 5.25px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    section[id="hotel-mapview-results-list"] h5:hover {
        text-decoration: underline;
    }
    section[id="hotel-mapview-results-list"] article .hotel-item-wrap p.hotel-price {
        font-size: inherit;
    }
    section[id="hotel-mapview-results-list"] .hotel-stars {
        display: inline-block;
        float: left;
        line-height: 24px;
    }
    section[id="hotel-mapview-results-list"] .hotel-price {
        display: inline-block;
        float: right;
    }
    section[id="hotel-mapview-results-list"] .btn-sm {
        font-size: 10px;
        margin-left: .5em;
    }
    section[id="hotel-mapview-results-list"] section[id="hotel-results-load-more"] div {
        border-bottom: none;
        border-top: none;
    }
    section[id="hotel-mapview-results-list"] .plinky {
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 1px 1px 1px #6c6c6c;
        height: 12px;
        margin-right: 5px;
        margin-top: 5px;
        width: 12px;
    }
    section[id="hotel-mapview-results-list"] .membersListing {
        background-color: #6db100;
    }
    section[id="hotel-mapview-results-list"] .publicListing {
        background-color: #009cad;
    }
    /* md cart */
    .cart-wrap article:last-of-type .info-wrap {
        margin-bottom: 5em;
    }
    .cart-attaboy-wrap {
        margin-top: 3em;
        text-align: -moz-center;
        text-align: -webkit-center;
    }
    .cart-attaboy-wrap .attaboy-badge {
        background: #6db100;
        /* border-radius: 10px; */
        height: 100px;
        position: relative;
        text-rendering: optimizeLegibility;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(0deg);
        width: 100px;
        writing-mode: lr-tb;
    }
    .cart-attaboy-wrap .attaboy-badge:before,
    .cart-attaboy-wrap .attaboy-badge:after {
        background: inherit;
        border-radius: inherit;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .cart-attaboy-wrap .attaboy-badge:before {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    .cart-attaboy-wrap .attaboy-badge:after {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .cart-attaboy-wrap .attaboy-badge .attaboy-content {
        background-color: #6db100;
        /* border: 2px solid #fff; */
        border-radius: 200px;
        color: #fff;
        font-size: 3.5em;
        height: 100px;
        padding: 1px 0;
        position: relative;
        text-align: center;
        width: 100px;
        z-index: 1;
    }
    .cart-attaboy-wrap .attaboy-badge .attaboy-content h3 {
        font-size: 1.75rem;
        margin: 0;
        padding: .25em;
    }
    .cart-attaboy-wrap .attaboy-badge .attaboy-content h3 small {
        color: #fff;
        display: block;
        font-size: 75%;
        margin-top: .25rem;
    }
    .norton-logo {
        background-image: url('https://images.studentuniverse.com/new/suwebui/elements/norton-logo-checkout.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 80px;
        margin: 0 auto;
        width: 150px;
    }
    /* md verification page */
    section[id="verification-container"] ul.proof-types {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    section[id="verification-container"] ul.proof-types li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    section[id="verification-container"] .proof-item-upload-wrap .proof-item-live-area {
        min-height: 280px;
    }
    section[id="verification-container"] .proof-item-upload-wrap .proof-item-old-school .btn-file {
        margin-bottom: 10.5px;
    }
    /* md checkout */
    /*
  .checkout-form-fix {
    margin-bottom: 0;
  }
*/
    .tight-form [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tight-form [class*="col-"]:nth-of-type(1) {
        padding-left: 15px;
    }
    .tight-form [class*="col-"]:last-of-type {
        padding-right: 15px;
    }
    .checkout-insurance-wrap ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    section[role="cartSummary"] section[id="right-cart"] {
        border: 1px solid #6db100;
        margin-bottom: 2em;
        padding: 5px 15px;
        /*            .detail-row span:last-of-type {
              float: right;
              display:inline;
            }

            .promo-row {
              color: @primary-color;
              font-weight: bold;
              padding: 10.5px 0;
            }
            .promo-row span:last-of-type {
              color: red;
              font-size: 1.25rem;
              float: right;
              display:inline;
            }
*/
    }
    section[role="cartSummary"] section[id="right-cart"] h4,
    section[role="cartSummary"] section[id="right-cart"] h5 {
        color: #6db100;
        font-weight: 500;
    }
    section[role="cartSummary"] section[id="right-cart"] h4 {
        font-size: 2rem;
    }
    section[role="cartSummary"] section[id="right-cart"] h5 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: .25rem;
    }
    section[role="cartSummary"] section[id="right-cart"] h5 small {
        display: block;
        margin-top: 5.25px;
    }
    section[role="cartSummary"] section[id="right-cart"] p span {
        display: inline;
    }
    section[role="cartSummary"] section[id="right-cart"] ul li {
        border: none;
    }
    section[role="cartSummary"] section[id="right-cart"] ul li span:last-of-type {
        float: right;
        display: inline;
    }
    section[role="cartSummary"] section[id="right-cart"] ul li span:last-of-type:after {
        content: "";
        display: block;
    }
    section[role="cartSummary"] section[id="right-cart"] .totals {
        border-top: 1px solid #cccccc;
        padding-top: .75rem;
        margin-top: .75rem;
    }
    section[role="cartSummary"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type {
        color: #6db100;
    }
    /*  section[id="right-cart"]:extend(section[id="cart-summary"] all)
  {
    border: @primary-border-color;
  }
*/
    .cross-border-fee p {
        font-size: x-small;
    }
    /* md setup for mobile specific changes */
    section[role="cartSummaryMobile"] section[id="right-cart"] {
        border: 1px solid #6db100;
        margin-bottom: 2em;
        padding: 5px 15px;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] h4,
    section[role="cartSummaryMobile"] section[id="right-cart"] h5 {
        color: #6db100;
        font-weight: 500;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] h4 {
        font-size: 2rem;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] h5 {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: .25rem;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] h5 small {
        display: block;
        margin-top: 5.25px;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] p span {
        display: inline;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] ul li {
        border: none;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type {
        float: right;
        display: inline;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] ul li span:last-of-type:after {
        content: "";
        display: block;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] .totals {
        border-top: 1px solid #cccccc;
        padding-top: .75rem;
        margin-top: .75rem;
    }
    section[role="cartSummaryMobile"] section[id="right-cart"] .totals ul li:first-of-type span:last-of-type {
        color: #6db100;
    }
    /* md billing page confirm popup */
    section[role="review-order-popup"] .review-charge-wrap section[id="review-cart"] section[id="right-cart"] {
        max-width: none;
    }
    section[role="review-order-popup"] .review-charge-wrap,
    section[role="review-order-popup"] .review-passenger-wrap,
    section[role="review-order-popup"] .review-billing-wrap {
        border-bottom: inherit;
        border-top: inherit;
        margin-top: inherit;
    }
    /* md confirmation page */
    .confirm-wrap #confirm-header .confirm-tools {
        text-align: right;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-circle {
        background-color: #6db100;
        border-radius: 50%;
        color: #fff;
        height: 150px;
        left: 50%;
        margin-left: -75px;
        position: absolute;
        top: 80px;
        width: 150px;
        z-index: 11;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-circle h6 {
        margin: 0;
        opacity: .75;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-circle h6:nth-of-type(1) {
        margin-top: 2.5em;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-circle h4 {
        font-size: 3.5rem;
        margin: 0;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-gradient {
        padding: 10px;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-gradient h3 {
        font-size: 2rem;
        margin-top: 0;
    }
    .confirm-wrap .confirm-complete-item-wrap .confirm-complete-item-bottom {
        min-height: 19em;
    }
    /* md travel guides */
    section[role="generic-marketing-top-section"],
    section[role="travel-guides-top-section"] {
        min-height: 430px;
    }
    /*
    .travel-guides-navlist {
        column-count: 5;
    }
*/
    /* md our team page */
    section[role="ourteam-wrap"] .employee-clearfix:nth-of-type(3n+3):after {
        clear: none;
        display: inline;
    }
    section[role="ourteam-wrap"] .employee-clearfix:nth-of-type(8n+8):after {
        clear: both;
        content: " ";
        display: table;
    }
    /* md our team page */
    .airlinepartner-clearfix:nth-of-type(4n+4):after {
        clear: none;
        display: inline;
    }
    .airlinepartner-clearfix:nth-of-type(8n+8):after {
        clear: both;
        content: " ";
        display: table;
    }
}
@media (min-width: 1140px) {
    /* large desktop */
    /* 1140 flight results */
    /*
    .matrix-trio li {
        width: 7em;
    }
*/
    /* section[id="flight-results-legend"] {
    ul li {
      &:nth-child(4) {
        width: 8.75%;
      }
    }
  }*/
    /* 1140 hotel details */
    section[id="hotel-detail-description"] .hotel-detail-amenities > ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}
@media (min-width: 1200px) {
    /* wicked large desktop */
    /* lg my account */
    section[role="myaccount"] aside[role="myaccount-app-promo"] > div > div:nth-of-type(2) img {
        width: 85%;
    }
    /* lg navbar */
    .modify-search-row {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
    .modify-search-row .modify-search-wrap {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 15px;
    }
    .modify-search-tab-wrap {
        display: inline-block;
        margin-top: inherit;
    }
    /* lg flight and hotel mobile filter drawer */
    /*
    #side-filters {

      .fare-alert-ad {

        h3 {
          font-size: 20px;
        }

        h4 {
          font-size: 18px;
        }

        div ~ div {
          font-size: 24px;
        }

      }
    }
  */
    /* lg flight results */
    section[role="flight-results-top-section"] .flight-search-filters-wrap h2 {
        font-size: 2em;
    }
    section[id="flight-results-legend"] ul li:nth-child(2) {
        width: 22.25%;
    }
    section[id="flight-results-legend"] ul li:nth-child(3) {
        width: 29.5%;
    }
    section[id="flight-results-legend"] ul li:nth-child(4) {
        width: 14.75%;
    }
    /*.flight-itinerary-section1 {
    flex: 3;
  }*/
    .flight-itinerary-section2 .flight-itinerary-duration {
        width: 60%;
    }
    .flight-itinerary-section2 .flight-itinerary-stops {
        padding-right: 20px;
        width: 20%;
    }
    .flight-itinerary-section2 .flight-baggage-msg {
        padding-right: 50px;
    }
    .flight-filter-tickettypes-wrap {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .flight-filter-tickettypes-wrap article {
        min-width: inherit;
        /* &:nth-of-type(2) {
      margin-right: 5px;
    } */
    }
    /* lg hotel results */
    .hotel-result-column-wrap {
        width: 100%;
        /* bandaid, not solution */
    }
    section[id="hotel-results-list"] article .hotel-item-wrap .hotel-column-info-wrap h5 a {
        width: 430px;
    }
    /* lg hotel detail page */
    .hotel-detail-top-wrap .hotel-detail-top-gallery-desktop-wrap .hotel-detail-top-gallery-block-wrap .hotel-detail-top-gallery-block div {
        width: 9em;
    }
    p.hotel-detail-price-disclaimer {
        margin: 10.5px 0;
    }
    #hotel-detail-map-wrap {
        height: 450px;
    }
    /* lg checkout */
    section[role="checkout-billing-card-wrap"] [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 5px;
    }
    section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix {
        margin-top: -26px;
    }
    section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix label {
        margin-left: -10px;
    }
    section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix [class*="col-"]:nth-of-type(1) {
        padding-left: 5px;
        padding-right: 5px;
    }
    section[role="checkout-billing-cardexpiration-wrap"] .checkout-cardexpiration-fix [class*="col-"]:nth-of-type(2) {
        padding-left: 5px;
        padding-right: 5px;
    }
    section[role="checkout-billing-cardexpiration-wrap"] + [class*="col-"] {
        padding-left: 0;
    }
    section[role="checkout-billing-cardcvv-wrap"] {
        margin-top: 0;
    }
}
/* debug */
.debug-label {
    font-weight: bold;
}
.debug-value {
    font-weight: normal;
    color: #00008B;
}
.debug-amount {
    font-weight: normal;
    color: #008000;
}
.debug-section {
    font-weight: normal;
    color: #e40a04;
}
.debug-label::after {
    content: ':';
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    section[id="flight-results-list"] .flight-itinerary-section1 .flight-itinerary-tag {
        display: none;
    }
}
@media (max-height: 414px) {
    /* Phones on landscape mode, with height smaller than 414px, iPhone 6+ */
    section[role="hotel-map-infowindow-wrap"] .infowindow-image {
        display: none;
    }
}
@media print {
    @page {
        margin: 1cm;
    }
    body {
        font-family: Georgia, serif;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #body {
        display: block;
    }
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .visible-print-block {
        display: block !important;
    }
    .visible-print-inline {
        display: inline !important;
    }
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
    img {
        max-width: 100% !important;
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    a[href^=http]:after {
        content: " <" attr(href) "> ";
    }
    /* print invoice page */
    .confirm-purchase-info > div:nth-of-type(odd) {
        display: none;
    }
    .confirm-purchase-info > div:nth-of-type(even) {
        float: left;
        width: 50%;
    }
    .flight-details-leg .flight-details-segment .row > div {
        float: left;
        width: 33%;
    }
    .hotel-details .detail-item > div:nth-of-type(odd) {
        float: left;
        width: 25%;
    }
    .hotel-details .detail-item > div:nth-of-type(even) {
        float: left;
        width: 75%;
    }
    .invoice-message {
        border: 1px solid #cccccc;
        margin-top: 21px;
    }
}
@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* START GUIDES.BY  */

.header-menu
{
    transition:-webkit-transform .2s linear;
    transition:transform .2s linear;
    background-color:white;
    border-bottom:1px solid #e6e6e6;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizeLegibility
}


.providers-hero
{
    position:relative
}
.providers-hero h2
{
    font-size:2.28571em;
    margin-bottom:0
}
.providers-hero .right-side
{
    position:absolute;
    left:0;
    bottom:15px;
    float:none;
    text-align:center
}
.providers-hero .show-more-link
{
    position:relative;
    white-space:normal
}



.sidebar {
    margin-right: 0;
    padding-right: 20px;

}

.left-border {
    border-left: 1px solid #eee;
}



.provider-card
{
    position:relative;
    overflow:hidden;
    border:1px solid #e1e1e1;
    border-radius:3px;
    margin:0 0 30px
}
.provider-card .provider-card-left
{
    padding:15px;
    position:relative;
    text-align:center
}
.provider-card .provider-card-left:before
{
    content:' ';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:-100%;
    background:#f4f4f4;
    border-right:1px solid #e1e1e1;
    z-index:-1
}
.provider-card .provider-card-image
{
    position:relative;
    width:50%;
    margin:0 auto;
    border-radius:50%
}
.provider-card .provider-card-image img
{
    width:100%;
    height:100%;
    border:none;
    box-shadow:none
}
.provider-card .provider-card-image .icon
{
    position:absolute;
    font-size:13px;
    border-radius:50%;
    padding:6px;
    color:white;
    line-height:13px
}
.provider-card .provider-card-image .icon-thumbs-up
{
    background:#0d93df;
    right:-10px;
    bottom:15px
}
.provider-card .provider-card-image .icon-badge
{
    background:#e95d2c;
    right:13px;
    bottom:-8px
}
.provider-card .provider-card-name
{
    padding-top:15px;
    color:#333
}
.provider-card .provider-card-location
{
    font-size:.85714em;
    color:#959595;
    padding-top:5px
}
.provider-card .btn-block .btn
{
    margin-top:10px
}
.provider-card .provider-card-information
{
    padding:25px 0;
    text-align:center
}
.provider-card .provider-card-information .title
{
    text-transform:uppercase;
    color:#959595;
    font-size:.85714em;
    white-space:nowrap
}
.provider-card .provider-card-information .data
{
    margin-top:15px;
    font-size:1.85714em;
    line-height:20px;
    border-right:1px solid #e1e1e1;
    white-space:nowrap
}
.provider-card .provider-card-information .data .h4
{
    font-size:16px;
    margin:0;
    white-space:normal
}
.provider-card .provider-card-information .item
{
    display:table-cell;
    width:1%
}
.provider-card .provider-card-information .item:last-child .data
{
    border:none
}
.provider-card .provider-card-languages
{
    white-space:nowrap;
    overflow:hidden
}
.provider-card .provider-card-languages .icon
{
    color:#959595;
    font-size:1em;
    margin-right:5px
}
.provider-card .provider-card-languages a,.provider-card .provider-card-languages .icon
{
    display:inline-block
}
.provider-card .provider-card-languages a
{
    font-size:.85714em
}
.provider-card .hr
{
    margin:15px 0;
    background:#e1e1e1
}
.provider-card article
{
    padding-bottom:15px
}
.provider-card .provider-card-offers
{
    float:left;
    width:100%;
    padding:15px 25px;
    margin-top:15px;
    background:white;
    border-top:1px solid #e1e1e1;
    position:relative
}
.provider-card .slick-slider
{
    margin:10px 0 0
}
.provider-card .slick-slide
{
    padding:0 7px
}
.provider-card .triangle
{
    width:33%;
    position:absolute;
    left:0;
    top:0
}
.provider-card-mini
{
    padding:15px;
    padding-bottom:60px
}
.provider-card-mini:before
{
    content:' ';
    background:#f4f4f4;
    border:1px solid #e1e1e1;
    border-radius:3px;
    position:absolute;
    top:15px;
    bottom:0;
    left:15px;
    right:15px;
    z-index:-1
}
.provider-card-mini .img-circle
{
    border:0;
    box-shadow:none;
    width:100px!important;
    height:100px!important
}
.provider-card-mini .provider-card-image
{
    position:relative;
    padding-bottom:15px
}
.provider-card-mini .provider-card-image .icon
{
    position:absolute;
    font-size:13px;
    border-radius:50%;
    padding:6px;
    color:white;
    line-height:13px
}
.provider-card-mini .provider-card-name
{
    color:#333
}
.provider-card-mini .card-marks
{
    position:absolute;
    bottom:0;
    left:40px;
    right:40px;
    padding:10px 0;
    border-top:1px solid #e1e1e1;
    line-height:20px;
    white-space:nowrap
}
.provider-card-mini .icon-thumbs-up
{
    background:#0d93df;
    right:35px;
    bottom:35px
}
.provider-card-mini .icon-badge
{
    background:#e95d2c;
    right:55px;
    bottom:10px
}

.bold
{
    font-weight:700!important
}

.price-selector {
    color: #e95d2c;
}
.text-uppercase
{
    text-transform:uppercase
}

.grid-item { }
.grid-item img { width: 100%; height: 112px;}
.grid-item a:hover { text-decoration: none;}

.product-card-mini .body, .product-card-mini .title, .product-card-mini .fixed {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 16px;
}

.product-card-mini .price {
    padding: 10px;
    padding-bottom: 0;
    font-style: italic;
    color: black;
    text-align: center;
}

.product-card-mini .content {
    padding: 15px;
    text-align: center;
}

.product-card-mini .fixed {
    height: 114px;
}


.product-card-mini .title {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
}


.city-categories .col-lg-3,
.city-categories .col-lg-4
{
    padding-top:15px
}

.product-card-mini .body {
    color: #656565;
}



[class^=clamp-],[class*=" clamp-"],
{
    overflow:hidden;
    text-overflow:-o-ellipsis-lastline;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display:-webkit-box;
    line-height:1.3
}




.clamp-8
{
    -webkit-line-clamp:8;
    -moz-line-clamp:8;
    max-height:10.4em
}
.clamp-8.fixed
{
    height:10.4em
}

/* SIDEBAR
===========================*/
.certificates-block {
    border-top: 1px solid #e1e1e1;
    padding: 8px;
}

.stat-block {
    border-top: 1px solid #e1e1e1;
    padding: 10px;
}

#user_content {
    margin-bottom: 30px;
    margin-top: 30px;
    background: white;
}

#sidebar{
    margin-bottom: 30px;
    /*margin-top: 30px;*/
    background: white;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}


.user-wrapper {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.user-wrapper .btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 5px;
}

.user-wrapper .description {
    padding: 25px;
    background-color: #fff;
}

.user-wrapper .user {
    margin-bottom: 30px;
    margin-top: 30px;
}

.user-wrapper .user img{
    border: 10px solid #bdc3c7;
}

.user-wrapper .user .user-head{
    text-align: center;
}

.user-wrapper .user .user-head h1{
    color: #006699;
}

#opinion_box {
    background-color: #ecf0f1;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 20px;
}


#sidebar .sosmed a{
    color: #ecf0f1;
    margin-right: 5px;
    margin-left: 5px;
}

#sidebar .sosmed a i.fa{
    background-color: #ecf0f1;
    color: #16a085;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding-top: 18px;
}

#sidebar .sosmed a i.fa:hover{
    background-color: #bdc3c7;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#sidebar .user{
    margin-bottom: 30px;
    margin-top: 30px;
}

#sidebar .user img{
    border: 10px solid #bdc3c7;
}

#sidebar .user .user-head{
    text-align: center;
}

#sidebar .user .user-head h1{
    color: #34495e;
}


.content-row {
    margin-top: 30px;
}

#services {padding-top: 20px; background-color: #FFFFFF;}

.services .media i.fa, .card-ico i.fa {
    height: 75px;
    width: 75px;
    line-height: 70px;
    text-align: center;
    border: 3px solid #222222;
    border-radius: 100%;
    font-size: 30px;
}

section {background-color: #FFFFFF; }
/* END GUIDES.BY  */

