﻿/* master defintion for font type */
body,
input,
button,
select,
textarea {
    font-family: Roboto, Arial, Helvetica, sans-serif !important;
}

h1 {
    /* @TextTitle */
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

input[type=checkbox]:hover {
    cursor: pointer;
}

.metro {
    background-image: url(../../../../Images/logo/Branding/metro.png);
    background-repeat: no-repeat;
    height: 160px;
    margin-left: 47px;
    margin-top: 26px;
}

.bench {
    background-image: url(../../../../Images/logo/Branding/cdol.png);
    background-repeat: no-repeat;
    height: 160px;
    margin-left: 6px;
    margin-top: 26px;
}


.down-arrow.active {
    background: url(../../../../Images/Menu/arrow-down-img.png);
    background-position: 11px 2px;
    background-repeat: no-repeat;
    display: list-item;
    height: 10px;
    margin-left: -12px;
    position: absolute;
    width: 39px;
    z-index: 100;
}

.menu-parent {
    width: auto;
    /*width: 175px;*/
    background-image: url(../../../../Images/Icons/chevron-up.svg) !important;
    background-repeat: no-repeat !important;
    padding-right: 20px;
    background-position: right 6px !important;
    margin-right: 6px;
    margin-bottom: 9px;
    margin-top: 10px !important;
    background-size: 14px 7px;
}

.hide-children .menu-parent {
    background-image: url(../../../../Images/Icons/chevron-down.svg) !important;
}

.mainLogin {
    background: url(../../../../Images/Logo/Branding/slide-img.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position-y: -46px;
    height: 722px;
    overflow: hidden;
    padding-top: 20px;
    width: 1120px;
    background-size: 1120px;
    color: #fff;
}

.login-section {
    background: #fff;
    border-radius: 3px;
    margin-right: 155px;
    margin-top: 60px;
    width: 390px;
    color: #000; /* @@TextTitle */
}

    .login-section h1 {
        text-align: left;
    }

    .login-section input {
        color: #475669; /* @TextStandard */
    }

.login-menu {
    float: right;
}

    .login-menu * {
        color: white;
        text-decoration: none;
    }

    .login-menu li {
        background-color: #95C439;
        background-position: 40px center;
        background-repeat: no-repeat;
        border-radius: 3px;
        float: left;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        list-style: none;
        margin-left: 5px;
        text-align: center;
        width: 177px;
    }

    .login-menu .benchmarking {
        background-color: #F57B20;
        background-position: 15px center;
        background-repeat: no-repeat;
    }

    .login-menu .metro-reports {
        background-color: #0094D9;
        background-position: 15px center;
        background-repeat: no-repeat;
    }




#applicationHeaderCC {
    width: 100%;
    height: 100px;
}


    #applicationHeaderCC #logo {
        /*float: left;*/
        padding: 0px;
        width: 230px;
        height: 100px;
        text-align: center;
    }

        #applicationHeaderCC #logo img, #applicationHeaderCC #logo input {
            height: 44px;
            padding: 28px 30px;
        }


.gridBody {
    border: none !important;
}

.gridTopCell {
    border-bottom: solid 1px #999999;
}

.gridLeftCell {
    border-right: solid 1px #999999;
}

.defHeading {
    background-color: #FFFFFF !Important;
    border-top: none !Important;
}

.defTable {
    color: #494949;
}

.gridHeader {
    background-color: white !important;
    border: none !important;
}






html, body {
    height: 100%;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

#aspnetForm {
    background-color: #FFF;
    margin: auto;
    max-width: 1120px;
    min-height: 98%;
    min-width: 960px;
    outline: 20px solid white;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
}

.loadingText {
    font-size: 14px;
    color: #909399;
}

.aspnetForm-fullscreen .dashboardLoading {
    width: 98.6% !important;
}

.aspnetForm-fullscreen #applicationHeaderCC, .aspnetForm-fullscreen #footer {
    width: 79.3%;
    margin-left: 0;
}

.aspnetForm-fullscreen .survey-link {
    display: none;
}

/* disable button in button tray above dashboard */
.exportIcon.disabled img {
    opacity: 0.5;
    cursor: default;
}
.content-area a {
    color: #475669;
    font-size: 14px;
    text-decoration: none;
}

    .content-area a:hover {
        color: #20A0FF; /* @TextSelection */
    }


.content-area .error {
    color: #E04006; /* @TextFail */
    font-size: 13px;
}



.information-section {
    color: #475669;
    font-size: 14px;
    text-decoration: none;
}

    .information-section h1 {
        color: #475669;
        font-size: 20px;
    }

    .information-section .area {
        border: none;
    }

    .information-section a {
        color: #20A0FF;
    }


.main-menu ul, .secondary-menu ul {
    margin: 0px;
    padding: 0px;
}

    .main-menu ul > li, .secondary-menu ul > li {
        display: inline-block;
        margin: 0px 20px 0px 0px;
        zoom: 1;
        *display: inline;
        /* this fix is needed for IE7- */
    }

.main-menu .astute-button {
    background-image: url(../../../../Images/Icons/astutebi-inactive.svg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
}

.main-menu .bench-button {
    background-image: url(../../../../Images/Icons/benchmark-inactive.svg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 20px;
}

.main-menu .metro-button {
    background-image: url(../../../../Images/Icons/metroreports-inactive.svg);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 17px;
}

.main-menu .astute-button:hover, .main-menu li.active .astute-button {
    background-image: url(../../../../Images/Icons/astutebi-active.svg);
}

.main-menu .bench-button:hover, .main-menu li.active .bench-button {
    background-image: url(../../../../Images/Icons/benchmark-active.svg);
}

.main-menu .metro-button:hover, .main-menu li.active .metro-button {
    background-image: url(../../../../Images/Icons/metroreports-active.svg);
}


.main-menu li a, .secondary-menu li a {
    display: block;
    text-decoration: none;
}

.secondary-navbar {
    position: absolute;
    bottom: 0;
    width: 100%;
}



    .secondary-navbar .secondary-menu {
        margin-left: 20.5%;
    }

@media only screen and (min-width: 1138px) {
    .secondary-navbar .secondary-menu {
        margin-left: 229px;
    }
}

/*****tabs*****/
.secondary-menu ul {
    z-index: 5;
}

    .secondary-menu ul li {
        color: grey;
        margin: 0px 1px 0 0px;
        position: relative;
        float: left;
        text-align: center;
        z-index: 1;
    }

        .secondary-menu ul li::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 70%;
            height: 100%;
            border-style: solid;
            border-color: #f9f9f9;
            border-width: 0 0 0 2px;
            border-radius: 10px 0 0 0;
            background-color: #f9f9f9;
            z-index: -1;
        }

        .secondary-menu ul li::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 70%;
            height: 100%;
            border-style: solid;
            border-color: #f9f9f9;
            border-width: 0 2px 0 0;
            border-radius: 0 10px 0 0;
            background-color: #f9f9f9;
            z-index: -1;
        }

        .secondary-menu ul li.active::before,
        .secondary-menu ul li.active::after {
            background-color: #f9f9f9;
            border-bottom-color: #f9f9f9;
        }

        .secondary-menu ul li:hover::before,
        .secondary-menu ul li:hover::after,
        .secondary-menu ul li.active::before,
        .secondary-menu ul li.active::after {
            background-color: #20A0FF;
            border-color: #20A0FF;
        }

        .secondary-menu ul li a {
            padding: 7px 18px 9px;
        }

        .secondary-menu ul li:hover a,
        .secondary-menu ul li.active a {
            color: #fff;
        }



/*****tabs*****/

.astuteSideStyle a, .benchSideStyle a,
.metroSideStyle a, .userSideStyle a {
    font-size: 14px;
    color: #475669;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
    margin-left: 6px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    max-width: 200px;
}

/* CP TODO remove hacks put in place to match old site dodgy percentage based responsive behaviour */
@media only screen and (max-width: 1119px) {
    .astuteSideStyle a, .benchSideStyle a,
    .metroSideStyle a, .userSideStyle a {
        max-width: 160px;
        width: 68%;
    }

        .astuteSideStyle a.area-2,
        .benchSideStyle a.area-2,
        .metroSideStyle a.area-2,
        .userSideStyle a.area-2 {
            max-width: 200px;
            width: 74%;
        }

        .astuteSideStyle a.area-3 {
            width: 100%;
        }

}

@media only screen and (max-device-width: 1119px) {
    .main-body-fullscreen {
        width: 100% !important;
        border-left: none !important;
    }

        .main-body-fullscreen .contents {
            border-left: none;
            padding-left: 16px;
        }

    .exportIcon.fullscreenToggle {
        display: block;
    }
}


@media only screen and (min-width: 1120px) {
    .aspnetForm-fullscreen {
        padding-left: 205px !important;
    }

        .aspnetForm-fullscreen .main-body {
            border-left: none;
        }

    .astuteSideStyle a, .benchSideStyle a,
    .metroSideStyle a, .userSideStyle a {
        max-width: 200px;
        width: 77%;
    }

        .astuteSideStyle a.area-2,
        .benchSideStyle a.area-2,
        .metroSideStyle a.area-2,
        .userSideStyle a.area-2 {
            max-width: 225px;
            width: 100%;
        }

        .astuteSideStyle a.area-3 {
            width: 100%;
        }

        .astuteSideStyle a.menu-parent, .benchSideStyle a.menu-parent,
        .metroSideStyle a.menu-parent, .benchSideStyle a.userSideStyle {
            width: 77%;
        }

    .exportIcon.fullscreenToggleDesktop {
        display: block;
    }
}

    .astuteSideStyle a:hover, .benchSideStyle a:hover, .metroSideStyle a:hover, .userSideStyle a:hover {
        color: #20A0FF; /* @TextSelection */
        cursor: pointer;
    }

.astuteSideStyle .active, .benchSideStyle .active,
.metroSideStyle .active, .userSideStyle .active {
    text-decoration: none;
    color: #20A0FF; /* @TextSelection */
}

.astuteSideStyle a.favouriteSideStyle, .benchSideStyle a.favouriteSideStyle,
.metroSideStyle a.favouriteSideStyle, .userSideStyle a.favouriteSideStyle,
.user-profile a.favourites {
    background-image: url(../../../../Images/Icons/star-dashboard-active-filled.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
}


#navTD .level-1,
#navTD .level-2,
#navTD .level-3 {
    max-width: 229px;
    width: 100%;
    height: 30px;
    background-color: #f9f9f9; /* @MenuBg */
    text-align: left;
    display: table;
}

#navTD .level-1 {
    background-color: #fff;
}

#main {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    min-width: 960px;
    min-height: 720px;
}

#navTD .level-3 a {
    text-indent: 10px;
}

#navTD .menu {
    background-repeat: no-repeat;
    background-position: 6px 13px;
    background-size: 12px 12px;
}

#navTD .menu-summary {
    background-image: url(../../../../Images/Icons/menu-summary.svg);
}

#navTD .menu-egm {
    background-image: url(../../../../Images/Icons/menu-egm.svg);
}

#navTD .menu-loyalty {
    background-image: url(../../../../Images/Icons/menu-loyalty.svg);
}

#navTD .menu-today {
    background-image: url(../../../../Images/Icons/menu-today.svg);
}

#navTD .menu-performance {
    background-image: url(../../../../Images/Icons/menu-performance.svg);
}

#navTD .menu-floor {
    background-image: url(../../../../Images/Icons/menu-floor.svg);
}

#navTD .menu-new-dashboards {
    background-image: url(../../../../Images/Icons/menu-new-dash.svg);
}


#navTD .custom .title {
    font-weight: bold;
}

#navTD .custom .active .title {
    color: #FFFFFF !important;
}

.main-body {
    display: block;
    position: relative;
    text-align: center;
    width: 79.3%;
    float: right;
    /*width: 889px;*/ /*84%*/
    right: 0;
    border-top: 1px solid #20A0FF;
    border-left: 1px solid #d9d9d9;
    min-height: 720px;
    background: #f9f9f9;
}


/* Zoom button on dashboard*/
.zoom-out {
    display: none;
}

#navTD {
    border-top: 1px solid #EEE;
    float: left;
    height: 100%;
    max-width: 229px;
    width: 20.5%
}


.button-row a {
    float: right;
}


.contact-us-menu-area {
    clear: both;
    float: right;
    position: absolute;
    top: -66px;
    right: 12px;
}

    .contact-us-menu-area ul {
        padding-right: 8px;
        margin-top: 5px;
    }

    .contact-us-menu-area li {
        background-color: #fff;
        border-radius: 3px;
        float: right;
        margin-left: 3px;
    }

        .contact-us-menu-area li a {
            background-color: #FFF;
            margin-left: 10px;
            border: none;
            border-radius: 3px;
            color: #475669; /* @Text Standard */
            cursor: pointer;
            float: left;
            font-size: 14px;
            text-align: center;
            width: auto;
            text-decoration: none;
        }

            .contact-us-menu-area li a:hover {
                color: #0094D9;
            }

ol, ul {
    list-style: none;
}

#bar {
    margin-top: 22px;
    width: 96%;
}


a#ctl00_cphMain_cContact {
    color: #8F9194;
    font-size: 14px;
    padding-top: 14px;
    text-align: right;
    width: 100%;
}

div#ctl00_cphMain_pnlError {
    background-color: rgb(73, 73, 73);
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    width: 300px;
}


.login-hr {
    margin-left: 30px;
}

.MetroOpt {
    border-radius: 3px;
    color: black;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    margin-top: 10px;
    text-align: center;
    width: 300px;
    width: 90%;
}

.level-4 a {
    text-indent: 20px !important;
}




.contents {
    padding-left: 14px;
    padding-top: 16px;
    background: #f9f9f9;
    border-left: 2px solid #eee;
   
}

.login-page .contents, .aspnetForm-fullscreen .contents,
.main-body-fullscreen .contents {
    border-left: none;
}

.aspnetForm-fullscreen .contents, .main-body-fullscreen .contents {
    padding-left: 0px;
}

.headerLeft {
    position: relative;
    height: 100%;
}

    .headerLeft .main-menu {
        padding-top: 15px;
    }

#headerRight {
    top: -90px;
    position: relative;
    float: right;
    height: 0px;
}

#headerRight #Logout span, #headerRight #Logout a {
    text-decoration: none;
    margin-left: 10px;
}

.links {
    margin-top: -50px;
    min-height: 51px;
    width: 100%;
}
.links a {
    font-weight: 600;
}

/* #myiframe a -> top loading text*/
.headerLeft a, #headerRight a, #headerRight span, #footer2 a, #footer2 span, #myiframe a {
    font-size: 14px;
}

.heading-user-label {
    padding-right: 10px;
    background: url(../../../../Images/Icons/user.svg);
    background-repeat: no-repeat;
    background-size: 13px 16px;
    background-position: right;
    color: #475669; /* @TextStandard */
    cursor: pointer;
}

    .heading-user-label:hover {
        cursor: pointer;
    }


.heading-user-profile {
    position: relative;
    top: -14px;
    right: 0px;
    padding-top: 20px;
    text-align: left;
    z-index: 10;
    display: none;
    /*margin-left: 185px;*/
}

.user-profile {
    width: 130px;
    margin-left: auto;
}

    .user-profile ul, .user-profile li, .user-profile ul li span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-x: hidden;
    }

    .heading-user-profile:hover {
        cursor: pointer;
    }

#Logout .heading-user-label:hover + .heading-user-profile {
    display: block;
}

.heading-user-profile:hover {
    display: block;
}

.heading-user-profile .user-profile {
    padding-bottom: 10px;
    border: 1px solid #eee;
    background: #fff;
}


.user-profile ul {
    padding: 0px 10px 0 10px;
    margin: 0;
    list-style-type: none;
}

#headerRight .user-profile span.user-detail {
    background: url(../../../../Images/Icons/user.svg);
    background-position: left 1px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 14px 14px;
    cursor: default;
}

#headerRight #Logout .user-profile a.LogoutLink {
    margin-left: 30px;
}

#headerRight #Logout .user-profile a.WhatsNewLink {
    margin-left: 30px;
}

.user-profile a.favourites {
    background-position: left 2px;
    padding-left: 20px;
}

.user-profile hr {
    margin: 0;
}

.user-profile li {
    padding-top: 10px;
}

#footer2 a, #footer2 span {
    margin-right: 20px;
}

    /* @TextStandard */
    .headerLeft a, #headerRight a, #headerRight span, #footer2 a:not(:first-child) {
        color: #475669;
    }

/* @TextSelection */
.main-menu a:hover, .main-menu li.active a, #Logout a:hover, #myiframe a {
    color: #20A0FF;
}
/* @TextGrey */
#footer2 span:first-child, .headerLeft .secondary-menu a {
    color: #909399
}
/* @TextTitle */
/*{
    color: #000000;
}*/

/* maintain styles on login and forgot password page (for now) */
body.login-page #applicationHeaderCC-login #logo img {
    margin: 10px 30px;
}
/*maintain styles on login page*/

/* Popout for favourites */
.popout-list {
    border-color: #E5E9F2; /* @TableLabel */
}

.favourites-table .bookmark-sec ul {
    border-top: # 1px solid;
}

.bookmark-sec li a,
.bookmark-sec ul li a label {
    color: #475669; /* @TextStandard */
}

.popout-list ul li a:hover label {
    color: #20A0FF; /* @TextSelection */
}

/* Favourites Venue list right menu items */
ul.bookmark-sec .dd-select a {
    background-image: url(../../../../Images/Icons/arrowdown-lg.svg);
    background-repeat: no-repeat;
    background-position: right 6px;
    padding-right: 20px;
}

ul.bookmark-sec .dd-select.open a {
    background-image: url(../../../../Images/Icons/arrowup-lg.svg);
}

ul.bookmark-sec li a:hover {
    color: #20A0FF; /* @TextSelection */
}

/* Arrows for dropdowns */
.arrow-down-lg {
    background-image: url(../../../../Images/Icons/arrowdown-lg.svg) no-repeat;
}

.arrow-down-dg {
    background-image: url(../../../../Images/Icons/arrowdown-dg.svg) no-repeat;
}

.survey-link {
    position: relative;
    /*position: absolute;*/
    line-height: 18px;
    text-align: center;
    background-color: #FD9643;
    border-color: #FD9643;
    color: #fff !important;
    border-radius: 0 0 10px 10px;
    /*left: -10px;*/
    /*left: -220px;*/
    top: -10px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    width: 75px;
    font-weight: unset;
    height: 38px;
    font-size: 13px;
    display: block;
    float: left;
}

.kpi-def-link {
    margin-top: -21px;
    top: 50px;
    right: 2px;
    position: absolute;
}

a.venue-list-filter.disabled {
    opacity: 0.5;
    text-decoration: none;
    cursor: default;
}

a.venue-list-filter.disabled:hover {
    opacity: 0.5;
    color: #475669;
    cursor: default;
}

#btnHiddenFilterTrigger {
    display: none;
}

.loading-panel {
    height: 2350px;
    width: 98.3%;
    margin-left: -1px;
    border: 0px;
    background-color: #f9f9f9;
    position: absolute;
}

.loading-panel-benchmarking {
    background-color: #fff;
    margin-top: -16px;
    margin-left: -14px;
    height: 100%;
    z-index: 1000;
    width: 100%;
}

.loading-panel-favourites {
    background-color: #fff;
    margin-left: -14px;
    width: 100%;
    margin-top: -16px;
    height: 100%;
    display: none;
    z-index: 1000;
}

.loading-panel-image {
    padding-top: 250px;
}

.spinner-inline {
    display: none;
    animation: rotations 0.9s infinite linear;
}

@keyframes rotations {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Base Modal settings*/
.modal-dialog {
    margin-top: 80px;
}

.modal-content {
    border-radius: 10px;
}
.modal-body {
    font-size: 14px;
    background: #f9f9f9;
    color: #000;
    text-align: left;
}

.modal-header h4 {
    font-weight: normal;
    font-size: 20px;
    color: #000;
    font-style: normal;
    text-align: left;
}
.modal-footer {
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #f9f9f9;
}

.modal-footer button {
    background-color: #0094D9;
    border: none;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    padding: 3px 12px;
}
.modal-body a {
    text-decoration: underline;
    font-size: 14px;
    color: #475669;
}

.modal-body a:hover {
    color: #20A0FF;
}

/* Whats new modal body styling */
.modal-body h2 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 14px;
}

/*.modal-body ul {
    padding-left: 0;
    list-style: none;
}

.modal-body ul li {
    border-radius: 6px;
    background-color: #fff;
    border: 3px solid #eee;
    font-size: 16px;
    padding: 10px 5px;
}

.modal-body ul li.favourite-list-item {
    background-image: url(../../../../Images/Icons/star-dashboard-active-filled.svg);
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding: 10px 5px 10px 40px;
}

.modal-body ul li.dash-list-item {
    background-image: url(../../../../Images/Icons/astutebi-inactive.svg);
    background-repeat: no-repeat;
    background-position: 5px 11px;
    background-size: 18px 18px;
    padding: 10px 5px 10px 40px;
}

.modal-body ul li a {
    line-height: 20px;
    float: right;
}

.modal-body ul li.dash-list-link {
    border: none;
    background: none;
}*/

.modal-body ul {
    padding-left: 0;
    list-style: none;
    border-radius: 6px;
    background-color: #fff;
    border: 3px solid #eee;
}

    .modal-body ul li {
        padding: 5px 5px 5px 10px;
    }

    .modal-body ul.favourite-list-item {
        background-image: url(../../../../Images/Icons/star-dashboard-active-filled.svg);
        background-repeat: no-repeat;
        background-position: 10px 8px;
        padding: 5px 5px 5px 40px;
    }

        .modal-body ul.dash-list-item {
            background-image: url(../../../../Images/Icons/astutebi-inactive.svg);
            background-repeat: no-repeat;
            background-position: 10px 10px;
            background-size: 18px 18px;
            padding: 5px 5px 5px 40px;
        }

        .modal-body a.fr {
            float: right;
        }
