/* Minification failed. Returning unminified contents.
(894,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'rounded-corners('
(895,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found 'box-shadow('
 */
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #2d324d;
    height: 100%;
}

a {
    color: #2d324d;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #2d324d;
    }

    a:hover {
        background-color: #c7d1d6;
    }

footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h4, h6 {
    color: #a6dbed;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1, h2, h3,
h4, h5, h6 {
    color: #2d324d;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6, .prompt {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #ffffff;
    clear: both;
    padding-bottom: 35px;
    min-height: calc(100% - 124px - 91px); /* #header-outer + footer */
    box-sizing: border-box;
}

.main-content {
    padding-left: 10px;
    padding-top: 20px;
}

#header-outer {
    height: 124px;
    /*defines outer height of entire header including nav bar shadow*/
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#header-inner {
    height: 68px;
}

#header-nav-bar {
    position: relative;
    z-index: 20;
    height: 40px;
    background: transparent url('/images/nav-bar-background.png') repeat-x left top;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

div#header-logo-holder {
    float: right;
    margin: 25px 0 0 0;
    text-align: right;
}

ul.header-nav-list {
    list-style-type: none;
}

    ul.header-nav-list li {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        margin-top: 10px;
    }

        ul.header-nav-list li a {
            text-decoration: none;
            color: white;
            font-weight: normal;
        }

            ul.header-nav-list li a:hover {
                text-decoration: underline;
                background-color: #25A5D2;
            }

        ul.header-nav-list li.first {
            border-left-width: 0;
            padding-left: 0;
        }

        ul.header-nav-list li.last {
            border-right-width: 0;
            padding-right: 0;
        }

footer {
    height: auto;
    position: inherit;
    /*in-height: 120px;*/
    /*height: auto !important;*/
    background: #f2f2f3 url('/images/footer-background.png') repeat-x left top;
    padding: 0;
    color: #333333;
    text-shadow: 0 1px 0 white;
    box-sizing: border-box;
    height: auto;
    position: inherit;
}

    footer .footer-content {
        width: 1170px;
        height: 100%;
        margin: 0 auto;
        padding: 15px 0;
        box-sizing: border-box;
        text-align: left;
    }

        footer .footer-content pre {
            font-family: "Roboto", "Helvetica", "Arial", sans-serif;
            font-size: 12px;
            line-height: 16px;
            margin: 0;
            padding: 0;
            border: 0;
            vertical-align: baseline;
        }

        footer .footer-content a {
            display: block;
            margin-bottom: 8px;
            padding: 0;
        }

            footer .footer-content a img {
                width: 102px;
                height: 37px;
                vertical-align: middle;
            }

/* site title
----------------------------------------------------------*/
.site-title {
    color: #2d324d;
    font-size: 2.3em;
    font-weight: 700;
    margin: 10px 0 0 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #2d324d;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #ffffff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        font-weight: bold;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* page elements
----------------------------------------------------------*/
.featured .content-wrapper {
    margin-top: 12px;
    height: 38px
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #2d324d;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
    font-size: 1.6em;
    line-height: 160%;
}

hgroup.title h2 {
    padding: 0 0 0 10px;
    font-weight: normal;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    font-size: 1.2em;
    font-weight: 600;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 3px;
    padding: 5px;
}

    input.data-input, textarea.data-input, select.data-input {
        border: 1px solid #e2e2e2;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 5px 0 3px 3px;
        padding: 5px;
        font-family: inherit;
    }

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    a.button,
    button,
    span.button {
        -ms-border-radius: 3px;
        border-radius: 3px;
        background-color: #25A5D2;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin: 3px;
        margin-right: 8px;
        text-decoration: none;
        width: auto;
        box-shadow: 0 0 3px 1px #bbbbbb;
    }

span.small-button {
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: #25A5D2;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: auto;
    box-shadow: 0 0 2px 1px #bbbbbb;
}

.highlight {
    border-bottom: 1px solid #7ac0da;
}

input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover,
button:hover,
span.button:hover,
span.small-button:hover {
    background-color: #84D0EA;
}

td input[type="submit"],
td input[type="button"],
td span.button td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

input.hasDatepicker {
    text-align: center;
    width: 100px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error, label.ng-invalid {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.data-input.ng-invalid {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 1px solid #25A5D2;
}

tr {
    border: 1px solid #25A5D2;
}

th {
    background-color: #EAF7FB;
    font-size: 1.2em;
    text-align: left;
    border: none 0;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #2d324d;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td, th {
    padding: 0.5em 1em 0.5em 0.5em;
    border: 0 none;
}

tr.alternate td {
    background-color: #edf4f4
}

tr.highlight td {
    background-color: #f6c9c9
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

.hidden-borders td {
    border: hidden;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

fieldset label {
    display: inline-block;
    width: 140px;
    margin-right: 5px;
    padding-top: 3px;
    text-align: right;
    font-weight: bold;
    vertical-align: text-top;
}

    fieldset label.required:after {
        content: "*";
        font-weight: bold;
        color: red;
    }

fieldset .simpletext {
    display: inline-block;
    padding-top: 3px;
    vertical-align: text-top;
    font-size: 1.2em;
}

input.datePicker {
    width: 100px;
}

fieldset input[type=submit] {
    margin-left: 150px;
    padding: 5px 15px;
    cursor: pointer;
}

a.pageButton {
    background-color: #25A5D2;
    color: #2d324d;
    text-decoration: none;
    width: 22px;
    height: 22px;
    margin: 2px;
    padding: 2px;
    display: inline-block;
    text-align: center;
}

    a.pageButton.active {
        background-color: #2d324d;
        color: #ffffff;
        cursor: default;
    }

div.information {
    -ms-border-radius: 7px;
    border-radius: 7px;
    background-color: #EAF7FB;
    border: 1px solid #2d324d;
    color: #2d324d;
    padding: 0 15px 15px 15px;
}

    div.information pre {
        font-family: inherit;
        margin: 0;
        white-space: pre-wrap;
    }

#WaitMessage {
    color: #2d324d;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background-color: #EAF7FB;
    border: 1px solid #2d324d;
    margin: 100px;
    padding: 0px 20px 30px 20px;
    text-align: center;
}

div.EstabImage {
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #EAF7FB;
    border: 1px solid #2d324d;
    display: block;
    float: left;
    padding: 5px;
    margin: 10px;
    text-align: center;
}

    div.EstabImage img {
        height: 200px;
        width: 200px;
    }

.message {
    background-color: #ffffdd;
    border: solid #880000 1px;
    color: #880000;
    padding: 3px;
}

/* positional popup panel */
.trp-popup {
    background-clip: padding-box;
    background-color: #25A5D2;
    color: #fff;
    .rounded-corners(6px);
    .box-shadow(0, 5px, 10px, 0, rgba(0, 0, 0, 0.2));
    display: none;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 1010;
}

    .trp-popup.top {
        margin-top: -12px;
    }

    .trp-popup.right {
        margin-left: 12px;
    }

    .trp-popup.bottom {
        margin-top: 12px;
    }

    .trp-popup.left {
        margin-left: -12px;
    }

    /* carets */
    .trp-popup .arrow,
    .trp-popup .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

    .trp-popup .arrow {
        border-width: 11px;
    }

        .trp-popup .arrow:after {
            border-width: 10px;
            content: "";
        }

    .trp-popup.top .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #25A5D2;
        border-bottom-width: 0;
    }

        .trp-popup.top .arrow:after {
            bottom: 1px;
            margin-left: -10px;
            border-top-color: #25A5D2;
            border-bottom-width: 0;
        }

    .trp-popup.right .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-right-color: #25A5D2;
        border-left-width: 0;
    }

        .trp-popup.right .arrow:after {
            bottom: -10px;
            left: 1px;
            border-right-color: #25A5D2;
            border-left-width: 0;
        }

    .trp-popup.bottom .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-bottom-color: #25A5D2;
        border-top-width: 0;
    }

        .trp-popup.bottom .arrow:after {
            top: 1px;
            margin-left: -10px;
            border-bottom-color: #25A5D2;
            border-top-width: 0;
        }

    .trp-popup.left .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-left-color: #25A5D2;
        border-right-width: 0;
    }

        .trp-popup.left .arrow:after {
            right: 1px;
            bottom: -10px;
            border-left-color: #25A5D2;
            border-right-width: 0;
        }

    /* error version (color overrides) */
    .trp-popup.error {
        background-color: #DC143C;
        border: 1px solid #DC143C;
    }

        .trp-popup.error.top .arrow {
            border-top-color: #DC143C;
        }

        .trp-popup.error.right .arrow {
            border-right-color: #DC143C;
        }

        .trp-popup.error.bottom .arrow {
            border-bottom-color: #DC143C;
        }

        .trp-popup.error.left .arrow {
            border-left-color: #DC143C;
        }

        .trp-popup.error.top .arrow:after {
            border-top-color: #DC143C;
        }

        .trp-popup.error.right .arrow:after {
            border-right-color: #DC143C;
        }

        .trp-popup.error.bottom .arrow:after {
            border-bottom-color: #DC143C;
        }

        .trp-popup.error.left .arrow:after {
            border-left-color: #DC143C;
        }
/* end pop up panel */

.strikethrough {
    text-decoration: line-through;
}

.room-extras .room-extra ul {
    list-style-type: none;
    padding: 0;
}

    .room-extras .room-extra ul li label {
        font-size: 1em;
        font-weight: normal;
        font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
        color: #2d324d;
    }

.api-specs {
    padding-top: 10px;
}

    .api-specs ul {
        padding-left: 0;
        margin-top: 5px;
        list-style-type: none;
    }

.gross-commission-balloon {
    background-color: #fff !important;
    box-shadow: none !important;
    opacity: unset !important;
    color: #3e5667 !important;
    border: 1px solid #ccc !important;
    padding: 5px 8px !important;
}

.gross-commission-balloon-icon {
    cursor: pointer;
}

