html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
}

.bg-orange {
    background: #f68a42;
}

.btn-orange {
    background-color: #f68a42;
    color: white;
    text-align: center;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    /*background:#e1e1e1 url("../images/bg.jpg") center center no-repeat;*/
    /*background: url("../images/Login_bg.jpg") center center no-repeat;*/
    background-size: cover;
    padding: 40px;
    padding-bottom: 10px;
}

    .login-wrapper .container {
        position: relative;
        height: 100%;
    }

    .login-wrapper .home-btn {
        width: 100%;
        text-align: right;
    }

        .login-wrapper .home-btn a {
            color: white;
            text-decoration: none;
            padding: 10px;
            background-color: #f68a42;
            border-radius: 5px;
            border: 1px solid white;
        }

            .login-wrapper .home-btn a i {
                margin: 0 5px;
                font-size: 20px;
                vertical-align: middle;
            }

    .login-wrapper .footer {
        border-top: 2px solid #c0c1c3;
        position: absolute;
        bottom: 0px;
        width: 90%;
        margin: auto;
        left: 0;
    }

        .login-wrapper .footer .links-left {
            padding: 20px;
            padding-left: 0;
            float: left;
        }

            .login-wrapper .footer .links-left li a {
                color: black;
            }

        .login-wrapper .footer .links-right {
            color: white;
            padding: 20px;
            padding-right: 0;
            float: right;
            position: relative;
            border-bottom: 10px solid #f68a42;
        }

            .login-wrapper .footer .links-right li {
                cursor: pointer;
            }

            .login-wrapper .footer .links-right .fa-facebook {
                background: #4e71a8;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

            .login-wrapper .footer .links-right .fa-twitter {
                background: #1cb7eb;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

            .login-wrapper .footer .links-right .fa-google-plus {
                background: #e3411f;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

            .login-wrapper .footer .links-right .fa-linkedin {
                background: #1686b0;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

    .login-wrapper .login-panel {
        padding: 40px;
        background-color: #f68a42;
        border-radius: 5px;
        z-index: 1;
        max-width: 500px;
        margin: auto;
        float: none;
        box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.4);
        position: relative;
        transform: skewX(-3deg) skewY(4deg);
    }

        .login-wrapper .login-panel .content {
            transform: skewX(3deg) skewY(-4deg);
        }

            .login-wrapper .login-panel .content .logo {
                text-align: center;
            }

                .login-wrapper .login-panel .content .logo img {
                    margin: auto;
                    padding-bottom: 15px;
                }

            .login-wrapper .login-panel .content span {
                color: #f68a42;
                margin: 10px;
                display: block;
                text-transform: uppercase;
            }

        .login-wrapper .login-panel .tab-switch {
            border: 1px solid #3f4389;
            width: 180px;
            text-align: center;
            margin: auto;
            text-transform: uppercase;
            border-radius: 5px;
            background: white;
            margin-bottom: 10px;
        }

            .login-wrapper .login-panel .tab-switch li {
                width: 50%;
            }

                .login-wrapper .login-panel .tab-switch li a {
                    padding: 5px !important;
                    color: #f68a42;
                    border-radius: 0;
                    border: none;
                    background: transparent;
                }

            .login-wrapper .login-panel .tab-switch .active, .login-wrapper .login-panel .tab-switch .active:visited, .login-wrapper .login-panel .tab-switch .active:hover, .login-wrapper .login-panel .tab-switch .active:focus {
                background-color: #3f4389;
            }

                .login-wrapper .login-panel .tab-switch .active a, .login-wrapper .login-panel .tab-switch .active:visited a, .login-wrapper .login-panel .tab-switch .active:hover a, .login-wrapper .login-panel .tab-switch .active:focus a {
                    color: white;
                }

        .login-wrapper .login-panel .login-input {
            position: relative;
        }

            .login-wrapper .login-panel .login-input .fa {
                position: absolute;
                right: 10px;
                top: 8px;
                color: #7b7b7b;
                font-size: 16px;
            }

        .login-wrapper .login-panel .forgot {
            color: #f68a42;
            text-decoration: none;
        }

        .login-wrapper .login-panel:before {
            content: " ";
            position: absolute;
            background-color: white;
            height: 100%;
            width: 100%;
            z-index: -1;
            top: 0;
            left: 0;
            box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.4);
            border-radius: 5px;
            transform: skewX(9deg) skewY(-4deg);
        }

        .login-wrapper .login-panel:after {
            content: " ";
            position: absolute;
            background-color: #3f4389;
            height: 85%;
            width: 100%;
            z-index: -3;
            top: 7%;
            left: 0;
            border-radius: 5px;
            box-shadow: 1px 1px 8px 0px rgba(0,0,0,0.4);
            transform: skewX(15deg) skewY(-5deg);
        }

.amcharts-chart-div a {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .login-wrapper {
        padding: 10px 0;
        /*height: auto;*/
    }

        .login-wrapper .login-panel {
            width: 90%;
            margin-top: 20px;
        }

            .login-wrapper .login-panel .trace-2, .login-wrapper .login-panel .trace-1 {
                display: none;
            }

        .login-wrapper .home-btn {
            text-align: center;
            margin: 10px;
        }

        .login-wrapper .footer {
            position: relative;
            text-align: center;
            margin-top: 30px;
        }

            .login-wrapper .footer .links-left, .login-wrapper .footer .links-right {
                float: none;
                padding: 10px;
            }
}

.header-wrapper {
    width: 100%;
    position: relative;
    z-index: 999;
    /*height: auto;*/
   height: 68px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background: #11A8D6 !important;
    margin-bottom: 0;
    border-color: #11A8D6;
}

    .header-wrapper .info {
        float: right;
        padding: 8px 0;
        width: 200px;
    }

        .header-wrapper .info li.nav-item {
            text-align: right;
            width: 100%;
            position: relative;
        }

        .header-wrapper .info img {
            float: left;
            padding-right: 10px;
        }

        .header-wrapper .info .greet {
            text-align: left;
            float: left;
            color: #fff;
        }

            .header-wrapper .info .greet .welcome {
                font-size: 14px;
                display: block;
            }

            .header-wrapper .info .greet .name {
                font-size: 16px;
                display: block;
            }

            .header-wrapper .info .greet .fa-caret-down {
                float: right;
                top: 15px;
                position: absolute;
                right: 10px;
            }

        .header-wrapper .info .dropdown-menu {
            background: #11a7d6;
            width: 100%;
        }

            .header-wrapper .info .dropdown-menu a.dropdown-item {
                padding: 10px;
                color: #fff;
                display: block;
                text-decoration: none;
            }

                .header-wrapper .info .dropdown-menu a.dropdown-item .info-icon {
                    width: 32px;
                    text-align: center;
                    float: left;
                    display: block;
                    margin-right: 5px;
                    vertical-align: middle;
                }

            .header-wrapper .info .dropdown-menu a:hover {
                color: #fff;
                background-color: #414243;
            }

    .header-wrapper .brand {
        float: left;
        padding: 0px 0px 10px 0px;
        margin-top: 0px;
    }

    .header-wrapper .hotel-select {
        float: right;
        min-width: 300px;
        /*margin-top: 10px;*/ margin-top: 21px;
        margin-bottom: 5px;
    }

        .header-wrapper .hotel-select label {
            float: left;
            padding: 5px;
        }

        .header-wrapper .hotel-select .select-list {
            float: left;
        }

        .header-wrapper .hotel-select .select2-container--default, .header-wrapper .hotel-select .select2-selection--single {
            border-radius: 0px;
            width: 250px !important;
            border: 0px;
        }

.main-section {
    width: 100%;
    z-index: 899;
    height: auto;
    min-height: 100%; /*background:#f68a42 url("../images/bg-fade.jpg") center center no-repeat;*/
    background-size: cover;
    padding-bottom: 10px;
    border-bottom: 8px solid #12a9d9;
}

    .main-section .unit {
        padding: 30px 0;
    }

        .main-section .unit .unit-item {
            cursor: pointer;
            margin-bottom: 30px;
        }

            .main-section .unit .unit-item img {
                margin: auto;
                width: 100%;
            }

            .main-section .unit .unit-item .tag {
                color: white;
                text-align: center;
                height: auto;
                padding: 5px;
                margin: auto;
                background: #f68a42;
            }

    .main-section .footer {
        border-top: 2px solid #c0c1c3;
        position: absolute;
        bottom: 0px;
        width: 90%;
        margin: auto;
        left: 0;
    }

        .main-section .footer .links-left {
            padding: 20px;
            padding-left: 0;
            float: left;
        }

            .main-section .footer .links-left li a {
                color: black;
            }

        .main-section .footer .links-right {
            color: white;
            padding: 20px;
            padding-right: 0;
            float: right;
            position: relative;
            border-bottom: 10px solid #f68a42;
        }

            .main-section .footer .links-right li {
                cursor: pointer;
            }

            .main-section .footer .links-right .fa-facebook {
                background: #4e71a8;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

            .main-section .footer .links-right .fa-twitter {
                background: #1cb7eb;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

            .main-section .footer .links-right .fa-google-plus {
                background: #e3411f;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

            .main-section .footer .links-right .fa-linkedin {
                background: #1686b0;
                border-radius: 50%;
                padding: 5px;
                width: 25px;
                text-align: center;
                height: 25px;
            }

    .main-section .footer {
        position: relative;
    }

@media only screen and (max-width: 768px) {
    .main-section .footer {
        position: relative;
        text-align: center;
        margin-top: 30px;
    }

        .main-section .footer .links-left, .main-section .footer .links-right {
            float: none;
            padding: 10px;
        }

    .header-wrapper .info {
        width: 100%;
        display: block;
    }

    .header-wrapper .hotel-select {
        width: 100%;
    }

        .header-wrapper .hotel-select select {
            width: 100%;
        }
}

.account {
    margin: 30px 0;
    background: rgba(255,255,255,0.7);
}

    .account .heading {
        background: #384093;
        color: white;
        padding: 10px;
        padding-left: 30px;
    }

        .account .heading h2 {
            margin: 0;
        }

    .account .tab-name {
        margin: 15px 40px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

        .account .tab-name li {
            display: inline-block;
            border-radius: 0;
            margin-right: 10px;
            background: #c0c0c0;
        }

            .account .tab-name li a {
                padding: 15px;
                color: black;
                display: block;
                border-radius: 0;
                margin: 0px;
                text-decoration: none;
            }

                .account .tab-name li a:hover, .account .tab-name li a:visited, .account .tab-name li a:focus, .account .tab-name li a:active {
                    background: #f68a42;
                    color: white;
                }

        .account .tab-name .active-tab {
            background: #f68a42;
        }

            .account .tab-name .active-tab a {
                color: white;
            }

    .account .tab-data {
        padding: 20px 30px;
    }

        .account .tab-data .dp img {
            border-radius: 50%;
            margin: auto;
            box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }

        .account .tab-data .invoice-table {
            overflow-x: auto;
        }

            .account .tab-data .invoice-table .tb {
                min-width: 768px;
            }

        .account .tab-data .details {
            width: 200px;
            float: left;
        }

            .account .tab-data .details li {
                text-align: left;
                font-weight: bold;
                padding: 15px;
                display: block;
            }

        .account .tab-data .values {
            float: left;
            width: calc(100% - 200px);
        }

            .account .tab-data .values li {
                padding: 15px;
            }

        .account .tab-data .control-label {
            text-align: left;
        }

        .account .tab-data .actions {
            padding: 15px;
        }

        .account .tab-data .btn-flat {
            border-radius: 0;
        }

        .account .tab-data .btn-grey {
            padding: 10px 25px;
            background: #7d7d7d;
            color: white;
            min-width: 80px;
            margin-right: 25px;
            text-align: center;
        }

        .account .tab-data .back {
            width: 100%;
            padding: 15px;
        }

            .account .tab-data .back .btn-previous, .account .tab-data .back .btn-next {
                border-radius: 25px;
                border: 1px solid black;
                padding: 10px;
                color: #384093;
                width: 100px;
                background: transparent;
            }

            .account .tab-data .back .btn-next {
                float: right;
            }

        .account .tab-data .due {
            width: 100%;
            font-size: 20px;
            text-align: center;
        }

        .account .tab-data .form-horizontal {
            margin-top: 20px;
        }

        .account .tab-data .password {
            border: 0px;
            padding: 5px;
            height: auto;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            background: transparent;
            outline: none;
            box-shadow: 0 0 0 0;
            border-radius: 0px;
        }

@media only screen and (max-width: 768px) {
    .account .tab-data {
        padding: 10px;
    }

        .account .tab-data .details {
            margin: auto;
        }

        .account .tab-data .actions {
            text-align: center;
        }

    .account .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
    }
}

.top-tab-fluid {
    width: 100%;
    background: #f1f1f1;
}

    .top-tab-fluid .top-tab {
        height: auto;
        color: white;
        background: #3c3b75;
    }

    .top-tab-fluid .top-tab-list-left {
        float: left;
        margin-bottom: 0;
    }

        .top-tab-fluid .top-tab-list-left li {
            cursor: pointer;
            float: left;
            width: 100px;
            display: block;
            padding: 5px;
            text-align: center;
        }

            .top-tab-fluid .top-tab-list-left li a {
                color: white;
                text-decoration: none;
            }

            .top-tab-fluid .top-tab-list-left li:visited, .top-tab-fluid .top-tab-list-left li:hover, .top-tab-fluid .top-tab-list-left li:focus {
                background-color: #f68a42;
            }

    .top-tab-fluid .top-tab-list-right {
        float: right;
        margin-bottom: 0;
    }

        .top-tab-fluid .top-tab-list-right li {
            min-width: 160px;
            cursor: pointer;
            padding: 2px;
            float: right;
            display: block;
            text-align: center;
        }

            .top-tab-fluid .top-tab-list-right li span {
                margin-right: 10px;
            }

            .top-tab-fluid .top-tab-list-right li a {
                color: white;
                text-decoration: none;
            }

            .top-tab-fluid .top-tab-list-right li:visited, .top-tab-fluid .top-tab-list-right li:hover, .top-tab-fluid .top-tab-list-right li:focus {
                background-color: #f68a42;
            }

    .top-tab-fluid .select2-container {
        width: 100% !important;
    }

    .top-tab-fluid .form {
        padding: 15px 0;
    }

        .top-tab-fluid .form .select {
            padding: 5px;
            margin: 0;
        }

            .top-tab-fluid .form .select .select2-container--default .select2-selection--single {
                border-radius: 0px;
                border: 0px;
            }

.btn-refresh {
    background-color: #fbfcfc;
    border-radius: 0;
    width: 50px;
    height: 28px;
    font-size: 14px;
}

.entry-actions {
    padding: 5px;
}

    .entry-actions i {
        vertical-align: top;
    }

    .entry-actions .click {
        background-color: #f68a42;
        color: white;
    }

.btn-save {
    border-radius: 0;
    background-color: #fbfcfc;
    height: 28px;
    font-size: 16px;
    width: 50px;
}

.reports {
    margin-top: 30px;
    margin-bottom: 30px;
}

.report-item {
    padding: 10px;
    cursor: pointer;
}

    .report-item img {
        border: 1px solid #616161;
        margin: auto;
    }

    .report-item .report-tag {
        background: #616161;
        color: white;
        text-align: center;
        height: 30px;
        padding: 5px;
        max-width: 255px;
        margin: auto;
    }

    .report-item:hover img {
        border: 1px solid #f68a42;
    }

    .report-item:hover .report-tag {
        background-color: #f68a42;
    }

.reports-footer .footer {
    border: 0px;
}

ul.bottom-tab-links {
    padding: 5px;
    height: auto;
    color: white;
    background: #3c3b75;
}

    ul.bottom-tab-links li {
        border-right: 1px solid #000;
        padding: 0 5px;
        color: white;
        cursor: pointer;
        position: relative;
        display: inline-block !important;
    }

        ul.bottom-tab-links li:hover {
            color: #f68a42;
        }

            ul.bottom-tab-links li:hover:after {
                content: " ";
                position: absolute;
                top: -30px;
                left: 50%;
                margin-left: -15px;
                border-top: 15px solid transparent;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid #3c3b75;
            }

@media only screen and (max-width: 992px) {
    .top-tab-fluid .top-tab-list-left, .top-tab-fluid .top-tab-list-right {
        float: none;
        padding: 10px;
        width: 250px;
        margin: auto;
    }

        .top-tab-fluid .top-tab-list-left li, .top-tab-fluid .top-tab-list-right li {
            min-width: auto;
        }
}

.tab-status {
    padding-bottom: 15px;
    padding-top: 15px;
}

    .tab-status li {
        display: inline-block;
        border-radius: 0;
        margin-right: 10px;
    }

        .tab-status li a {
            color: white;
            display: block;
            margin: 0px;
            text-decoration: none;
        }

        .tab-status li.right {
            float: right;
            padding: 10px;
        }

.btn-green {
    background: #3c9e41;
}

.btn-maroon {
    background: #af2e2b;
}

.btn-purple {
    background: #83427c;
}

.stat-margin {
    margin-bottom: 25px;
}

.competitors {
    width: 10%;
    float: left;
    display: block;
}

    .competitors li {
        position: relative;
        margin-bottom: 3px;
    }

        .competitors li a {
            padding: 10px 15px;
            background: #cacaca;
            color: black;
            display: block;
            text-decoration: none;
        }

    .competitors .active a, .competitors .active:visited a, .competitors .active:hover a, .competitors .active:focus a {
        background: #7fc1e3;
        color: white;
    }

    .competitors .active:after {
        content: " ";
        height: 0;
        width: 0;
        left: 100%;
        top: 0;
        position: absolute;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #7fc1e3;
        border-right: 20px solid transparent;
    }

.setup-responsive-table {
    width: 90%;
    float: left;
    display: block;
    padding: 25px;
    padding-bottom: 0px;
    border: 1px solid rgba(0,0,0,0.2);
    background: #f6f6f6;
}

.status-table {
    overflow-x: auto;
}

    .status-table .table-head {
        min-width: 768px;
        margin-bottom: 3px;
    }

        .status-table .table-head li {
            padding: 10px;
            color: white;
            width: 20%;
            float: left;
            display: block;
            text-align: center;
            background: #777777;
        }

            .status-table .table-head li:first-child {
                background: #f68a42;
            }

            .status-table .table-head li:nth-child(2n) {
                background: #909090;
            }

    .status-table .vendors {
        min-width: 768px;
        margin-bottom: 3px;
    }

        .status-table .vendors li {
            padding: 15px;
            width: 20%;
            float: left;
            display: block;
            text-align: center;
            background: #efeeee;
        }

            .status-table .vendors li img {
                max-width: 100px;
                margin: auto;
            }

            .status-table .vendors li .select2-selection {
                background-color: transparent;
                border: 0;
                height: auto;
            }

                .status-table .vendors li .select2-selection .select2-selection__rendered {
                    line-height: normal;
                }

                .status-table .vendors li .select2-selection .select2-selection__arrow {
                    top: 8px;
                    height: auto;
                }

            .status-table .vendors li:first-child {
                padding: 5px;
                background-color: #cacaca;
            }

            .status-table .vendors li:nth-child(2n) {
                background: #fbfbfb;
            }

.status-action {
    float: right;
    color: white;
    padding: 20px 0;
}

@media only screen and (max-width: 992px) {
    .tab-status {
        text-align: center;
    }

        .tab-status li {
            float: none;
            padding: 10px;
        }

            .tab-status li.right {
                float: none;
            }
}

@media only screen and (max-width: 992px) {
    .competitors {
        float: none;
        width: 100%;
    }

        .competitors li {
            float: left;
            width: 100%;
            display: block;
            text-align: center;
        }

        .competitors .active:after {
            content: " ";
            height: 0;
            width: 0;
            left: 50%;
            top: 100%;
            margin-left: -5px;
            z-index: 999;
            position: absolute;
            border-top: 10px solid #7fc1e3;
            border-bottom: 10px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
        }

    .setup-responsive-table {
        margin: auto;
        width: 100%;
    }
}

.update-status-content {
    background: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 15px;
    padding: 15px 30px 15px 30px;
}

    .update-status-content .us-responsive-table .update-status {
        overflow-x: auto;
    }

    .update-status-content .us-large {
        min-width: 1024px;
    }

        .update-status-content .us-large .us-large-li {
            float: left;
            display: block;
        }

        .update-status-content .us-large .us-large-big {
            width: 90%;
        }

        .update-status-content .us-large .us-large-small {
            width: 10%;
        }

            .update-status-content .us-large .us-large-small ul li {
                width: calc(100% - 1px);
                margin-bottom: 2px;
                margin-left: 1px;
                text-align: center;
                background: #e4e4e4;
            }

                .update-status-content .us-large .us-large-small ul li:first-child {
                    padding: 11px 0;
                }

                .update-status-content .us-large .us-large-small ul li:last-child {
                    height: 100%;
                    padding: 145px 0px;
                }

    .update-status-content .table-head {
        width: 100%;
        margin-bottom: 0px;
    }

        .update-status-content .table-head li:first-child {
            background: #f68a42;
            color: white;
            padding: 11px 8px;
        }

        .update-status-content .table-head li {
            background: #e4e4e4;
            padding: 5px;
            margin: 0 1px;
            margin-bottom: 1px;
            text-align: center;
            float: left;
            width: calc(100%/8 - 2px);
            display: block;
        }

            .update-status-content .table-head li img {
                max-width: 80px;
                margin: auto;
            }

            .update-status-content .table-head li:last-child {
                padding: 11px 0;
            }

    .update-status-content .vendors {
        width: 100%;
        margin-bottom: 2px;
    }

        .update-status-content .vendors li:first-child {
            background: #cacaca !important;
            padding: 15px 0;
        }

        .update-status-content .vendors li {
            text-align: center;
            float: left;
            width: calc(100%/8);
            display: block;
            padding: 10px;
        }

            .update-status-content .vendors li img {
                margin: auto;
            }

            .update-status-content .vendors li:last-child {
                background: #e4e4e4;
                padding: 15px 0;
            }

.payable-amt {
    font-size: 20px;
    color: #3c3b75;
    padding: 5px 15px;
    font-weight: bold;
}

.invoice-tabs {
    border-bottom: 2px solid #f68a42;
    width: 100%;
}

    .invoice-tabs li a {
        background: #fff;
        border-radius: 0;
        color: black;
    }

    .invoice-tabs .invoice-active a, .invoice-tabs .invoice-active a:focus, .invoice-tabs .invoice-active a:visited {
        background: #777777;
        border-radius: 0;
        color: white;
    }

.invoicetable li {
    width: 20%;
    padding: 10px;
    color: black;
    float: left;
    display: block;
}

.invoicetable:nth-child(2n) {
    background: #ebebeb;
}

.invoicetable li:first-child {
    width: 10%;
}

.invoicetable li:nth-child(2) {
    width: 30%;
}

.graph-container {
    background: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .graph-container #main-graph {
        width: 90%;
        margin: auto;
        height: 500px;
    }

        .graph-container #main-graph canvas {
            width: 100%;
        }

    .graph-container .hotels {
        margin: auto;
        margin-top: 30px;
        padding-left: 5%;
        padding-right: 4%;
        width: 100%;
    }

        .graph-container .hotels li {
            text-align: center;
            padding: 10px;
            float: left;
            width: 25%;
            display: block;
            border-top: 1px solid rgba(0,0,0,0.2);
            border-right: 1px solid rgba(0,0,0,0.2);
        }

            .graph-container .hotels li img {
                max-width: 120px;
                margin: auto;
            }

    .graph-container .graph-label {
        background: #57b7e4;
        padding: 10px;
        color: white;
    }

        .graph-container .graph-label button {
            float: right;
        }

        .graph-container .graph-label b {
            color: black;
        }

        .graph-container .graph-label span {
            padding-top: 5px;
            display: inline-block;
        }

.grey {
    background: #d3d3d3 !important;
}

.orange-li li {
    background: #ef6923;
}

    .orange-li li:nth-child(2n) {
        background: #f69068;
    }

.graph-table-inclusive {
    background: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}

    .graph-table-inclusive .inclusive-responsive {
        width: 100%;
        overflow-x: auto;
    }

    .graph-table-inclusive .orr-table {
        min-width: 992px;
        padding: 10px;
    }

        .graph-table-inclusive .orr-table .table-head {
            margin: auto;
            width: 100%;
            border-top: 1px solid rgba(0,0,0,0.5);
            margin-bottom: 0;
        }

            .graph-table-inclusive .orr-table .table-head li:first-child {
                width: 13%;
            }

            .graph-table-inclusive .orr-table .table-head .inner-list {
                background: #f6f6f6;
            }

                .graph-table-inclusive .orr-table .table-head .inner-list li {
                    color: black !important;
                    float: left;
                    padding-top: 5px;
                    padding-bottom: 5px;
                    width: calc(100%/8);
                    display: block;
                    border-right: 1px solid rgba(0,0,0,0.1);
                    border-bottom: 1px solid rgba(0,0,0,0.1);
                }

            .graph-table-inclusive .orr-table .table-head li {
                padding: 10px;
                float: left;
                width: calc(87%/8);
                display: block;
                color: white;
            }

                .graph-table-inclusive .orr-table .table-head li img {
                    padding-top: 50%;
                }

.formats {
    float: right;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .formats li {
        float: left;
        cursor: pointer;
        width: 50px;
        display: block;
    }

        .formats li img {
            margin: auto;
        }

.btn-navy {
    background: #2c7192;
}

.graph-container {
    background: #f6f6f6;
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 15px;
    padding: 15px 30px 15px 30px;
}

    .graph-container #scatter-graph {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        height: 500px;
    }

        .graph-container #scatter-graph canvas {
            width: 100%;
        }

    .graph-container .bench-hotels {
        margin: auto;
        margin-top: 30px;
        width: 100%;
    }

        .graph-container .bench-hotels li {
            text-align: center;
            padding: 10px 0;
            float: left;
            width: calc(100%/6);
            display: block;
        }

        .graph-container .bench-hotels img {
            max-width: 100px;
            margin: auto;
        }

        .graph-container .bench-hotels a {
            display: block;
        }

        .graph-container .bench-hotels .active, .graph-container .bench-hotels .active:visited, .graph-container .bench-hotels .active:hover, .graph-container .bench-hotels .active:focus {
            background: #ddd;
        }

    .graph-container .bench-details {
        width: 100%;
        background: #c2c2c2;
    }

        .graph-container .bench-details li {
            text-align: center;
            padding: 10px;
            float: left;
            width: 25%;
            display: block;
            font-size: 14px;
        }

            .graph-container .bench-details li .bench-date {
                font-size: 16px;
                color: #3a64dd;
            }

.graph-label {
    background: #57b7e4;
    padding: 5px 10px;
    color: white;
}

    .graph-label button {
        float: right;
    }

    .graph-label b {
        color: black;
    }

    .graph-label span {
        padding-top: 5px;
        display: inline-block;
    }

@media only screen and (max-width: 768px) {
    .graph-container {
        padding: 0;
        padding: 10px;
    }
}

.comp-table-layout {
    overflow-x: auto;
}

    .comp-table-layout .comp-table {
        width: 100%;
        min-width: 1024px;
        margin-bottom: 0;
    }

        .comp-table-layout .comp-table li {
            margin: 1px;
            padding: 5px;
            float: left;
            text-align: center;
            width: calc(100%/8 - 2px);
            display: block;
            color: black;
        }

            .comp-table-layout .comp-table li:last-child {
                background: #e4e4e4;
            }

    .comp-table-layout .total li {
        background: #cdcccc !important;
    }

    .comp-table-layout .orange-head li {
        background: #f68a42 !important;
        color: white;
    }

    .comp-table-layout .odd li {
        background: #e4e4e4;
    }

        .comp-table-layout .odd li:last-child {
            background: #cdcccc;
        }

#amchartdiv {
    width: 100%;
    height: 500px;
}

.lar-table {
    width: 80%;
    margin: auto;
    min-width: 768px;
    margin-bottom: 0;
}

    .lar-table li:first-child, .lar-table li:last-child {
        background: #cacaca;
    }

    .lar-table li {
        background: #e4e4e4;
        padding: 13px;
        text-align: center;
        float: left;
        width: 19.7%;
        margin-bottom: 2px;
        margin-right: 2px;
        display: block;
    }

        .lar-table li:last-child {
            padding: 9px;
        }

    .lar-table .arrow-up {
        background: #f3f3f4;
        border-radius: 50%;
        color: #056839;
        font-size: 24px;
        width: 28px;
        height: 28px;
    }

    .lar-table .arrow-down {
        background: #f3f3f4;
        border-radius: 50%;
        color: #ed1c24;
        line-height: 28px;
        font-size: 24px;
        width: 28px;
        height: 28px;
    }

.lar-def {
    float: right;
    font-style: italic;
    color: #f68a42;
    padding: 10px 0;
}

    .lar-def span {
        color: #3c3b75;
    }

.lar-table-head li {
    background: #57b7e4;
}

    .lar-table-head li:first-child, .lar-table-head li:last-child {
        visibility: hidden;
        padding: 13px;
    }

@media only screen and (max-width: 768px) {
    .lar-table {
        width: 100%;
    }
}

.rate-parity-responsive-table {
    overflow-x: auto;
}

.rp-table-head {
    margin-bottom: 00px;
    min-width: 1024px;
}

    .rp-table-head li {
        background: #57b7e4;
        padding: 10px;
        text-align: center;
        float: left;
        width: 13%;
        margin-bottom: 2px;
        margin-right: 2px;
        display: block;
    }

    .rp-table-head .init {
        padding: 31px 0;
        width: calc(100%/7 - 2px);
    }

    .rp-table-head .long-one {
        width: 70%;
        background: transparent;
        padding: 0px;
    }

        .rp-table-head .long-one .ota-variance li {
            width: 100%;
        }

        .rp-table-head .long-one .vendors {
            width: 100%;
        }

            .rp-table-head .long-one .vendors li {
                width: calc(100%/5 - 2px);
                text-align: center;
                float: left;
                margin-bottom: 2px;
                margin-right: 2px;
                display: block;
                padding: 10px 0;
            }

        .rp-table-head .long-one li:last-child {
            margin-right: 0px;
        }

.rp-table {
    width: 100%;
    min-width: 1024px;
    margin-bottom: 00px;
}

    .rp-table li:first-child, .rp-table li:nth-child(2) {
        background: #e6e7e8;
    }

    .rp-table li {
        width: calc(100%/7 - 2px);
        text-align: center;
        float: left;
        padding: 10px 0;
        margin-bottom: 2px;
        margin-right: 2px;
        display: block;
    }

        .rp-table li:last-child {
            margin-right: 0px;
        }

.highlight-green {
    background: #d9fce5 !important;
}

.highlight-red {
    background: #fcd9df !important;
}

.highlight-grey {
    background: #a7a9ac !important;
}

.highlight-blue {
    background: #d6d9fc !important;
}

.ranking-report-head li:first-child {
    visibility: hidden;
}

.ranking-report-head li {
    border-top: 1px solid rgba(0,0,0,0.1);
    background: #f2f2f3;
    padding: 10px;
}

    .ranking-report-head li img {
        margin: auto;
        max-width: 100px;
    }

.ranking-report-responsive-table {
    overflow-x: auto;
    padding: 10px;
}

.c3chartdiv .c3-circle {
    fill: white;
    stroke-width: 1;
}

.ranking-report {
    min-width: 800px;
    margin-bottom: 0;
}

    .ranking-report li:first-child {
        background: #f2f2f3;
    }

    .ranking-report .highlight-pea-green {
        width: 50px;
        padding: 10px;
        background: #a3d39c;
        color: white;
    }

    .ranking-report li:last-child {
        border-right: 1px solid rgba(0,0,0,0.1);
    }

    .ranking-report .init {
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .ranking-report li {
        width: 20%;
        text-align: center;
        float: left;
        display: block;
        padding: 12px;
        border-left: 1px solid rgba(0,0,0,0.1);
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

.ranking-vendors li {
    width: 25%;
    text-align: center;
    float: left;
    display: block;
    padding: 12px;
}

    .ranking-vendors li img {
        max-width: 150px;
        margin: auto;
        min-width: 80px;
        width: 100%;
    }

.calendar .calendar-label {
    padding: 10px;
    color: white;
    background: #3c3b75;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

    .calendar .calendar-label span {
        font-size: 14px;
        cursor: pointer;
        line-height: 20px;
    }

.calendar .month-nav {
    font-size: 25px;
    vertical-align: middle;
    color: white;
    margin: 0 10px;
}

.calendar .week-label {
    margin-bottom: 0;
}

    .calendar .week-label li {
        width: calc(100%/7);
        float: left;
        display: block;
        margin-bottom: 5px;
        padding: 5px;
        margin-top: 5px;
        border-right: 1px solid #3c3b75;
        text-align: center;
        font-weight: bold;
    }

        .calendar .week-label li:last-child {
            border-right: 0px solid #3c3b75;
        }

.calendar .week-label-small {
    display: none;
}

.calendar .days li {
    width: calc(100%/7);
    float: left;
    display: block;
    padding: 5px;
}

    .calendar .days li .tabular {
        padding: 5px;
        color: white;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        position: relative;
    }

    .calendar .days li .blue-tabular {
        background: #0e76bc;
        border: 1px solid #0e76bc;
        outline: 1px solid #0e76bc;
    }

        .calendar .days li .blue-tabular:before {
            content: url(../images/blue-clip.png);
            position: absolute;
            left: 10px;
            top: -8px;
        }

        .calendar .days li .blue-tabular:after {
            content: url(../images/blue-clip.png);
            position: absolute;
            right: 10px;
            top: -8px;
        }

    .calendar .days li .value {
        padding: 30px;
        border: 3px solid white;
        width: 100%;
        font-size: 30px;
        color: white;
        font-weight: bold;
        text-align: center;
        background: #3baa5f;
        outline: 1px solid #0e76bc;
    }

.calendar .days .blank-tabular {
    background: #a7a9ac !important;
    border: 1px solid #a7a9ac !important;
    outline: 1px solid #a7a9ac !important;
}

    .calendar .days .blank-tabular .value {
        outline: 1px solid #a7a9ac !important;
    }

    .calendar .days .blank-tabular:after {
        content: url(../images/blank-clip.png);
        position: absolute;
        right: 10px;
        top: -8px;
    }

    .calendar .days .blank-tabular:before {
        content: url(../images/blank-clip.png);
        position: absolute;
        left: 10px;
        top: -8px;
    }

.calendar .days .blank-value {
    background: transparent !important;
    color: transparent !important;
}

.calendar .days .red-tabular {
    background: #f04e30 !important;
    border: 1px solid #f04e30 !important;
    outline: 1px solid #f04e30 !important;
}

    .calendar .days .red-tabular .value {
        outline: 1px solid #f04e30 !important;
    }

    .calendar .days .red-tabular:after {
        content: url(../images/orange-clip.png);
        position: absolute;
        right: 10px;
        top: -8px;
    }

    .calendar .days .red-tabular:before {
        content: url(../images/orange-clip.png);
        position: absolute;
        left: 10px;
        top: -8px;
    }

.calendar .days .red-value {
    outline: 1px solid #c8494a !important;
    background: #c8494a !important;
}

@media only screen and (max-width: 992px) {
    .calendar .days li .tabular {
        padding: 0;
    }

    .calendar .days li .value {
        padding: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .calendar .days li .tabular {
        padding: 0;
        font-size: 12px;
    }

        .calendar .days li .tabular:after, .calendar .days li .tabular:before {
            content: "";
        }

    .calendar .days li .value {
        font-size: 15px;
        padding: 10%;
    }

    .calendar .week-label-small {
        display: block;
        margin-bottom: 0;
    }

        .calendar .week-label-small li {
            width: calc(100%/7);
            float: left;
            display: block;
            padding: 5px;
            margin-bottom: 5px;
            margin-top: 5px;
            border-right: 1px solid #3c3b75;
            text-align: center;
            font-weight: bold;
        }

            .calendar .week-label-small li:last-child {
                border-right: 0px solid #3c3b75;
            }

    .week-label {
        display: none;
    }
}

.graph-container .gm-graph {
    margin: 0 !important;
}

.graph-container .gm-table {
    overflow-x: auto;
}

    .graph-container .gm-table li {
        width: 10.9% !important;
        padding: 10px;
    }

    .graph-container .gm-table .orange-head li:nth-child(2n) {
        background: #f58f68 !important;
    }


@media (max-width:767px) {
    .header-wrapper .brand {        
        padding: 0px 0px 10px 10px;
        
    }
}



#lstAnalyticsdrop:hover .menureport {
    display: block;
}

#lstAnalyticsdrop .menureport .submenureport ul {
    display: none;
}

    #lstAnalyticsdrop .menureport li:hover ul {
        display: block;
    }

#lstAnalyticsdrop:hover .menureport li:hover ul {
    display: block;
    left: 100%; /* this should be the same width as the parent list item */
    top: 0px;
    position: absolute;
}

#lstlogdrop:hover .menureport {
    display: block;
}

#lstlogdrop1:hover .menureport {
    display: block;
}

.menureport {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px;
}

#lstAnalyticsdrop1:hover li li:hover ul {
    display: block; /* shows sub-sublist on hover */
    margin-left: 200px; /* this should be the same width as the parent list item */
    margin-top: -35px; /* aligns top of sub menu with top of list item */
}


.submenureport {
    position:relative;
    background-color: #11a7d6 !important;
    color: #fff;
    padding: 4px 10px 4px 10px !important;
    text-align: left !important;
    width: 100% !important;
    font-size: 12px;
}

    .submenureport > a {
        padding: 3px !important;
    }

    .submenureport:hover {
        background-color: #414243 !important;
        color: #fff;
    }

        .submenureport:hover > a {
            background-color: #414243 !important;
            color: #fff;
            padding: 3px;
        }

.submenuactive {
    background-color: #017fa4 !important;
    color: #fff;
}
