﻿@charset "utf-8";
/* /-/ /< Style CSS Document */

* {
    margin: 0;
    padding: 0px;
    border: 0px;
    outline: none;
    outline: 0px;
}

body {
    bottom: 0px;
    border: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
}

#viewpage {
    width: 100%;
    float: left;
    padding-top: 20px;
    /* padding-left: 3%; */
}

#lblEventName {
    display: block;
}

/*-----Header---------*/
top-border {
    height: 8px;
    z-index: 0;
    position: fixed;
    top: 0px;
    width: 26%;
    right: 0px;
    left: 0px;
    background-color: #fff;
}


.scrollup-marker {
    z-index: 101;
    display: none;
    bottom: 32px;
    right: 0px;
    height: 18px;
    width: 30px;
    padding: 6px;
    float: right;
    text-align: center;
    position: fixed;
    background-color: #2a394c;
}

header, footer, hgroup,
nav, section {
    display: block;
    background-color: #fff;
}

#lblEventName {
    display: block;
}

.eventName {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #184174;
    font-family: 'Roboto', sans-serif;
    right: 0px;
    top: 32px;
    left: 0px;
    position: absolute;
}

#header {
    height: 64px;
}

header #userinfo {
    float: right;
    /* width: auto; */
    /* display: block; */
    /* border: 1px solid #c2c2c2; */
    /* background: url(/Dashboard/Images/fade_line.png) no-repeat right; */
    text-align: right;
    width: auto;
    padding-right: 10px;
}
/********************14 May 2015********************/
.user_sec {
    padding-right: 15px;
    float: right;
    position: absolute;
    min-width: 12%;
    padding-top: 27px;
    font-family: 'Roboto', sans-serif;
    right: 0;
}

div#userinfo img {
    display: none;
}

.user_sec label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.datetime {
    padding-left: 0;
    /* clear: both; */
    /* float: left; */
    /* margin-top: 10px; */
}

#lblTime, #lblDate {
    margin-top: 0;
}

/*#lblTime{padding-left:17%; margin-top:-2px; margin-top:-12px;}*/

header #logout {
    float: right;
    display: block;
    width: 18px;
    height: 15px;
    cursor: pointer;
    margin-top: -1px;
    background: url(../Images/Icons/icon-logout.png) no-repeat center center;
    position: relative;
    right: 0px;
    background-size: contain;
}

    header #logout a {
        font-size: 0px;
        text-decoration: underline;
        cursor: pointer;
        display: block;
        float: left;
        width: 18px;
        height: 15px;
    }

header #logoMenu {
    float: left;
    display: block;
    margin-top: 1px;
}

header #btnExport {
    position: fixed;
    bottom: 32px;
    left: 0px;
    background-color: #fafafa;
    border: 1px solid #636f8a;
}

    header #btnExport button {
        background-color: #fafafa;
        margin-bottom: 0px;
    }
/**************  Recommendations Dashboard *****************/
.innerViewer {
    float: left;
    width: 100%;
    padding: 120px 15px 20px 15px;
    box-sizing: border-box;
    min-height: 98vh;
    font-family: 'Roboto', sans-serif;
}

    .innerViewer .topTitle {
        float: left;
        width: 100%;
        font-size: 17px;
        color: #184174;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: center;
    }

    .innerViewer .visitTopTitle {
        float: left;
        width: 96%;
        font-size: 16px;
        color: #184174;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        text-align: left;
        border-bottom: dotted 1px #dedede;
        padding-bottom: 4px;
        margin-bottom: 35px;
        margin-left: 2%;
        margin-right: 2%;
        box-sizing: border-box;
    }

    .innerViewer .tabSection {
        float: left;
        width: 100%;
        box-sizing: border-box;
    }
    .innerViewer .table1 {
        float: left;
        width: 49%;
        margin-right: 18px;
    }
    .innerViewer .table1:last-child {
            margin-right: 0px;
     }
    .innerViewer .tabSection .k-header {
            background: #1e4174;
            border: 0px;
    }
.tabSection .k-grid-content {
    border: 1px solid #dedede;
    min-height: 265px;
}
    .innerViewer .k-grid-content.km-widget.km-scroll-wrapper {
        border: 0.4px solid #d6d6d6;
    }
    .tabSection_Heading {
        font-size: 16px;
        font-weight: 500 !important;
        font-size: 17px;
        color: #184174;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        padding-bottom: 5px;
    }
    .innerViewer .tabSection .k-header:hover {
                background: #1e4174;
    }
    .innerViewer .tabSection .k-header tr th {
                padding: .8em .6em .7em .6em;
    }



        .innerViewer .tabSection ul.k-tabstrip-items {
            float: left;
            width: 100%;
            color: #000;
            margin: 0px;
            padding: 0px;
        }

            .innerViewer .tabSection ul.k-tabstrip-items li {
                margin-right: 3px;
                -webkit-border-top-left-radius: 5px;
                -webkit-border-top-right-radius: 5px;
                -moz-border-radius-topleft: 5px;
                -moz-border-radius-topright: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                border-color: #e7e7e7 !important;
                font-size: 14px;
            }

                .innerViewer .tabSection ul.k-tabstrip-items li a.k-link {
                    padding: 8px 12px !important;
                    color: #b3b3b3 !important;
                    background: #fff;
                }

                .innerViewer .tabSection ul.k-tabstrip-items li.k-state-active a.k-link {
                    background: transparent;
                }

                .innerViewer .tabSection ul.k-tabstrip-items li.k-state-active {
                    border: solid 1px #d8d8d8;
                    border-bottom: 0px !important;
                    background: rgba(245,245,245,1);
                    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
                    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,245,245,1)), color-stop(100%, rgba(255,255,255,1)));
                    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
                    background: -o-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
                    background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
                    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );
                }

            .innerViewer .tabSection ul.k-tabstrip-items .k-state-active a.k-link {
                box-shadow: 0px -2px 4px #dedede;
                color: #325484 !important;
            }

        .innerViewer .tabSection .k-tabstrip-items .k-loading {
            display: none;
        }

        .innerViewer .tabSection .k-content {
            float: left;
            width: 100%;
            box-sizing: border-box;
            background: #fff;
            border: 1px solid #d8d8d8 !important;
            padding: 0px 1px 1px;
            margin: 0px;
        }

    .innerViewer .searchBlock {
        width: 100%;
        float: left;
        padding: 30px 0px 0px;
        margin-bottom: 40px;
        background: #fff url(../Images/grid_search.png) no-repeat right 31px;
        background-size: 18px;
        font-size: 12px;
        /* border-bottom: dotted 1px #184174; */
        display: table;
        position: relative;
    }

        .innerViewer .searchBlock.loader {
            background: #fff url(../Images/bx_loader.gif) no-repeat right 31px;
            background-size: 18px;
            opacity: .8;
        }

        .innerViewer .searchBlock span.searchTitle {
            padding: 0 0px 0 0px;
            font-size: 14px;
            font-weight: 400;
            color: #575757;
            background: #fff;
            height: 24px;
            /* float: left; */
            line-height: 19px;
            margin-bottom: -2px;
            display: table-cell;
            width: 85px;
        }

        .innerViewer .searchBlock span.searchField {
            padding: 0px 0px 3px 0px;
            border: 0px;
            font-size: 12px;
            display: table-cell;
            border-bottom: dotted 1px #184174;
            position: relative;
        }

            .innerViewer .searchBlock span.searchField input[type=text] {
                padding: 0px;
                border: 0px;
                background: transparent;
                font-size: 13px;
                width: 100%;
                margin: 2px 0 0px 0;
                color: #1d4174;
                box-sizing: border-box;
                padding-right: 22px;
            }

    .innerViewer .noRecords {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 70px;
        font-size: 15px;
    }

        .innerViewer .noRecords strong {
            font-weight: 300;
            color: #222;
            opacity: .5;
        }

        .innerViewer .noRecords.loader {
            background: #fff url(../Images/bx_loader.gif) no-repeat center center;
            opacity: .5;
        }

    .innerViewer .tabSection div#dvDemosGrid {
        border: 0px;
    }

.innerViewer .k-grid-content table tr td {
    color: #888;
    border-bottom: 0.5px solid #d8d8d8;
    font-size: 16px;
    color: #505050;
    border-right: 0.5px solid #d8d8d8;
}

    .innerViewer .k-pager-wrap {
        background-color: #1d4174;
        color: #fff;
    }

.filterAll {
    width: 275px;
    float: right;
    margin-bottom: -18px;
    position: relative;
    top: 8px;
    right: -20px;
}


    .filterAll .showText {
        font-size: 14px;
        font-weight: 400;
        float: left;
        color: #0d233f;
    }

    .filterAll .radio_btns {
        float: left;
        width: 220px;
        padding-left: 8px;
        box-sizing: border-box;
        padding-top: 2px;
    }

        .filterAll .radio_btns span {
            width: 75px;
            float: left;
            font-size: 14px;
            font-weight: 400;
        }

            .filterAll .radio_btns span:first-child {
                width: 40px;
            }

            .filterAll .radio_btns span:last-child {
                width: 90px;
            }

        .filterAll .radio_btns input {
            box-shadow: none;
            border: solid 1px #ccc;
            background: #fff;
            color: #828282;
            font-size: 16px;
            margin: 0px 0;
            padding: 0px;
            width: 14px;
            height: 14px;
            float: left;
        }

        .filterAll .radio_btns label {
            font-size: 12px;
            font-weight: 400;
            padding-left: 2px;
            float: left;
        }

.innerViewer .k-grid-content table .attendeeAvailable {
    background: #ffdcc3;
}

.innerViewer .k-grid-content table tr.attendeeAvailable td {
    color: #333;
}

.innerViewer .k-grid-content table .attendeeNotAvailable {
    background: #ffdbdb;
}

.innerViewer .k-grid-content table .attendeeAvailable td {
    border-bottom: 1px solid #f7f7f7;
}

.innerViewer .tabSection .k-header th {
    border-left: 1px solid #7b8490
}

.RecAttendeesView .k-popup.k-group {
    color: #fff;
    border-color: #1e4174;
    background: #1e4174;
}

.RecAttendeesView .k-filter-menu span.k-filter-and {
    width: 100%;
    box-sizing: border-box;
}

.RecAttendeesView input.k-textbox {
    width: 100%;
    box-sizing: border-box;
}

.RecAttendeesView ul.ui-autocomplete.autoCompleteList {
    border: 1px solid #ccc;
    box-shadow: 0px 1px 4px 0px #c5c3c3dd;
    margin-top: 10px;
    border-radius: 0px 0px 5px 5px;
}

.RecAttendeesView button.k-button.k-primary {
    border-color: #f99e3e;
    background: #f99e3e;
}
/********* Auto complete *********/
ul.ui-autocomplete.autoCompleteList {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100px;
    max-height: 400px;
}

.ui-autocomplete.autoCompleteList li.ui-menu-item {
    clear: both;
    display: block;
    float: left;
    padding: 0px;
}

    .ui-autocomplete.autoCompleteList li.ui-menu-item:hover {
        background: #f6f6f8;
    }

    .ui-autocomplete.autoCompleteList li.ui-menu-item:nth-child(odd) {
        background: #fbfbfb;
    }

    .ui-autocomplete.autoCompleteList li.ui-menu-item a {
        clear: both;
        float: left;
        padding: 6px 5px;
        margin: 0px !important;
        box-shadow: none;
        border: solid 0px transparent;
        background: transparent;
        width:100%;
    }

        .ui-autocomplete.autoCompleteList li.ui-menu-item a:hover {
            clear: both;
            box-shadow: none;
            background: transparent;
            float: left;
            padding: 6px 5px;
            margin: 0px !important;
            border: solid 0px transparent;
        }


span.spAttendeeName {
    color: #1d4174;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
}

span.spAttendeeEmail {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
}

.tabSection #dvSessionsGrid, .tabSection #dvExhibitorsGrid, .tabSection #dvDemosGrid {
    border: 0px;
}

body.RecAttendeesView .k-grid .k-dropdown-wrap {
    background-color: #1c4174;
}

span.closeSearch {
    float: right;
    background: #fff url(../Images/cross_icon.png) no-repeat center center;
    background-size: 12px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    display: none;
}

.searchField.searchResult .closeSearch {
    display: block;
}

.searchField.searchResult .closeSearch {
    display: block;
}

.searchBlock span.searchField.searchResult input[type=text] {
    pointer-events: none;
    font-weight: bold;
    font-size: 12px;
}

span.searchField.searchResult {
    cursor: no-drop;
}

.innerViewer .hide {
    display: none !important;
}

.innerViewer .show {
    display: block !important;
}

/**********  Adobe Visit Generator ****************/

.RecAttendeesView .topTitle {
    padding-bottom: 40px;
}

.RecAttendeesView .user_sec {
    padding-top: 8px;
}

    .RecAttendeesView .user_sec label {
        text-align: left;
        color: #184074;
        font-weight: 500;
        font-size: 11px;
    }

.RecAttendeesView #userinfo {
    line-height: 12px;
}

.RecAttendeesView #logout {
    margin-top: 5px;
}

.visitGenerate {
    width: 96%;
    max-width: 760px;
    margin: 0 auto;
    float: left;
    display: block;
    margin-left: 2%;
    margin-right: 2%;
    box-sizing: border-box;
}

.visit_heading {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #194d82;
    float: left;
    width: 40%;
    padding-bottom: 10px;
}

.visitGenerate label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #575757;
    width: 40%;
    float: left;
    font-weight: 400;
    padding: 10px 0px;
}

.visit_type {
    padding: 0px 0px 20px 0px;
    min-height: 45px;
    float: left;
    width: 100%;
}

    .visit_type small, .visit_output small {
        font-size: 11px;
    }

.visitGenerate select {
    padding: 10px 6px;
    width: 60%;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    color: #a2a2a2;
    background: url(../images/select-arrow.png) 98% / 11px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}


.visitGenerate button {
    background: #f99f3e;
    border: none;
    padding: 10px 24px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    width: 90px;
    border-radius: 3px;
}

    .visitGenerate button:disabled {
        background: #cdcdcd;
        pointer-events: none;
    }

/***************************************/

.visitGenerate-select {
    width: 60%;
    float: left;
}

.visitGenerate-dropdown {
    position: relative;
    margin: 0 auto;
    padding: 0px 3px;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    cursor: pointer;
    outline: none;
    font-weight: 400;
    color: #a2a2a2 !important;
    font-size: 14px !important;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto !important;
    cursor: pointer;
}

    .visitGenerate-dropdown.k-dropdown-wrap .k-input {
        height: auto;
    }

span.k-dropdown-wrap.visitGenerate-dropdown, span.k-dropdown-wrap.visitGenerate-dropdown, span.k-state-default.visitGenerate-dropdown {
    color: #a2a2a2 !important;
    border-radius: 0px;
}

.visitGenerate-dropdown > span {
    font-size: 13px;
    float: left;
    width: 100%;
    line-height: 40px;
}

.RecAttendeesView .Visitdropdown {
    position: relative;
    margin: 13px auto 0px;
    padding: 0px 0px !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,0.15) !important;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    font-weight: 400;
    color: #a2a2a2 !important;
    font-size: 14px !important;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto !important;
    overflow-x: hidden;
}

    .RecAttendeesView .Visitdropdown ul {
        position: relative;
        margin: 0 auto;
        padding: 0px !important;
    }

    .RecAttendeesView .Visitdropdown li {
        display: block;
        padding: 6px 10px !important;
        box-sizing: border-box;
        text-decoration: none;
        color: #818181 !important;
        border-bottom: 1px solid #e6e8ea;
        box-shadow: inset 0 1px 0 rgba(255,255,255,1);
        line-height: 18px;
        font-size: 13px;
        font-weight: 500;
        float: left;
        width: 100%;
        cursor: pointer;
    }

        .RecAttendeesView .Visitdropdown li:hover {
            background: #f4f4f4;
        }

    .RecAttendeesView .Visitdropdown ul li.k-item.k-state-selected.k-state-focused {
        background: #f4f4f4;
    }

    .RecAttendeesView .Visitdropdown li.k-state-hover, .RecAttendeesView .Visitdropdown li.k-state-selected {
        border: 0px !important;
        border-bottom: 1px solid #e6e8ea !important;
    }

.RecAttendeesView span.widgetName {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #818181 !important;
    font-weight: 500;
    height: 16px;
}

.RecAttendeesView span.widgetSchedule {
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 400;
    float: left;
    width: 100%;
}

.RecAttendeesView .k-item span.widgetName {
    line-height: 16px;
}




.visitGenerate-dropdown:after {
    right: 10px;
    transform: rotate(0deg);
}

.visitGenerate-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 5px 0 6px;
    border-style: solid;
    border-color: #a2a2a2 transparent;
}

/*****************************************/

.visit_output {
    background: #f5f5f5;
    padding: 12px 2%;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.visitGenerate h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #194d82;
}

.visitGenerate select:focus > option:checked {
    border: 1px solid #e2e2e2;
}

.visit_datetime {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #194d82;
    padding: 0px 0px 20px 0px;
    text-align: left;
}

.RecAttendeesView .datetime {
    font-size: 9px;
    color: #8e979e;
}

/*************************/ */ .visit_overlay {
    position: fixed;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background: rgba(51, 50, 50, 0.9);
    display: table;
    vertical-align: middle;
    top: 0;
    left: 0;
}

.visit_msg {
    text-align: center;
    width: auto;
    vertical-align: middle;
    display: inline;
    position: absolute;
    width: 100%;
    float: left;
    top: 50%;
}

    .visit_msg span {
        padding: 10px 25px 10px 45px;
        background-size: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        box-shadow: 0px 0px 11px 2px #373434;
        width: auto;
        max-width: 200px;
        margin: auto;
    }

        .visit_msg span.errorMsg {
            background: #184276 url(../Images/alert-message.png) no-repeat 12px center;
            background-size: 22px;
        }

        .visit_msg span.loading {
            background: #184276 url(../Images/buffering.gif) no-repeat 12px center;
            background-size: 22px;
        }

        .visit_msg span.successMsg {
            background: #184276 url(../Images/btn-msg-icon.png) no-repeat 12px center;
            background-size: 22px;
        }

.visitOutputTime span:first-child {
    width: 40%;
    float: left;
}

.visitOutputTime span:second-child {
    width: 60%;
    float: left;
}

.visitOutputTime {
    width: 100%;
    float: left;
    padding: 5px 0px;
    max-width: 760px;
}
/******************************************************************************************/
/*------General div Positioning------*/
.terms {
    text-align: left;
    height: inherit;
    margin: 0px;
    padding: 25px;
    margin-top: 60px;
    display: block;
    overflow: none;
}

    .terms ol {
        padding: 10px;
        padding-right: 0px;
    }

    .terms li {
        padding: 5px;
        padding-right: 0px;
    }

    .terms ol ol {
        padding: 18px;
        list-style: "a";
        padding-right: 0px;
    }


        .terms ol ol h3 {
            text-decoration: 'underline';
        }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/*--- the tab navigation on top of every page.----------*/
.day-nav {
    font-family: Arial, Rockwell, Consolas, "Courier New", Courier, monospace;
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 0px;
}

.day-nav-tab {
    margin: 0;
    width: 100%;
    height: 48px;
    display: inline;
    float: left;
}

/*----------css for the boxes. the page is divided in to content rows. the color is set from css but actul height is inline-*/
.attendance-full-width {
    text-align: center;
    /* position: fixed; */
    width: 100%;
    /* padding-right: 16px; */
    /* margin: 0 -26px -3px -26px; */
    /* min-height: 50px; */
    float: left;
    /* display: inline-block; */
    /* border-right: 1px solid #e9e9e9; */
    margin-top: 22px;
    background: #fafafa;
}

.contentRowLevel1, .contentRowLevel2, .contentRowLevel3, .contentRowLevel4 {
    width: 100%;
    min-height: 150px;
    display: block;
    padding: 0px;
    padding: 87px 0px 26px 0px;
    margin: 0;
    background-color: #fff;
    float: left;
}

.hm_header {
    width: 97.5%;
    background-color: #fff;
    display: block;
    position: fixed;
    z-index: 20;
    margin-top: -21px;
    padding-top: 21px;
}

.hm_main {
    margin-top: 30px;
}

.mrg_sec {
    clear: both;
    margin-bottom: 84px;
}

.contentRowLevel1 {
    padding-top: 0px;
}

/*.contentRowLevel2{  border-top:1px solid #fafafa;                  
       
}*/

/*.contentRowLevel3{   border-top:1px solid #dcdddf;
    
}*/
/*.contentRowLevel4{    border-top:1px solid #fafafa;
  
}*/
.contentRowLevel5 {
    width: 100%;
    height: 260px;
    background-color: #fff;
    display: block;
    border-top: 1px solid #fff;
    padding: 26px;
    float: left;
}

/*--------------------area graph Spark line widgets----------*/
.areaGraphWidgetTop {
    height: 49%;
    padding-bottom: 20px;
    display: block;
    float: none;
    border-bottom: 1px dotted #e9e9e9;
}

.areaGraphWidgetBottom {
    height: 50%;
    padding-top: 20px;
    display: block;
    float: none;
}


    .areaGraphWidgetBottom h1 {
        color: #0065ae;
    }

    .areaGraphWidgetBottom span, .areaGraphWidgetTop span {
        width: 100%;
    }

.overall-attendance {
    float: left;
    margin-left: 0px;
    background-color: #f4f6f8;
    border-bottom: 1px solid #fff;
    position: relative;
}



div.donut-top5 {
    float: left;
    width: 100%;
}

div.barline {
    background-image: url(/Images/line.png);
    background-position: center center;
    background-repeat: repeat-x;
    width: 54%;
    margin: 0 auto;
    height: 98px;
    position: absolute;
    left: 23%;
    top: 27%;
}

.attendance-overview {
    position: relative;
    display: inline-table;
    float: left;
    width: 33.3%;
    text-align: center;
    padding: auto;
    list-style: none;
}

    .attendance-overview figure {
        text-align: center;
        list-style: none;
    }

    .attendance-overview div {
        z-index: 10;
        display: block;
        margin-top: 5px;
        text-align: center;
        float: none;
        width: 100%;
        padding: auto;
        overflow: hidden;
    }

.attendance-vertical {
    padding-left: 25px;
}



    .attendance-vertical div {
        padding: 14px 0px 0px 0px;
        margin: 0px;
        display: block;
        float: left;
        width: 70%;
    }

    .attendance-vertical li {
        height: 55px;
    }



/* ------day navigation tabs----*/
ul#day-nav {
    padding-right: 25px;
    width: auto;
    height: auto;
    background-color: #fff;
    float: right;
    text-align: right;
}

    ul#day-nav li {
        display: inline;
        float: left;
        width: auto;
        margin-left: 19px;
        vertical-align: middle;
    }

        ul#day-nav li a {
            color: #767676;
            border-bottom: 0px;
            display: block;
            background-color: #fff;
            padding-top: 12px;
            padding-bottom: 10px;
            text-decoration: none;
            vertical-align: middle;
            text-align: center;
            margin-bottom: 0px;
            font-size: 13px;
            height: 22px;
        }

            ul#day-nav li a:hover, ul#day-nav .active a {
                color: #0065ae;
                border-bottom: 3px solid #f99f3f;
                height: 12px;
                background-color: #fff;
                text-decoration: none;
                vertical-align: middle;
                padding-bottom: 6px;
            }

.dropdown-right-top {
    width: auto;
    color: #fff;
    display: block;
    float: left;
    text-align: left;
    position: absolute;
    top: 41px;
    right: 12px;
}


.dropdown-right {
    margin-bottom: 10px;
    width: 200px;
    height: 30px;
    margin-top: -4px;
    margin-left: 5px;
    color: #fff;
    display: block;
    float: left;
    text-align: left;
}

span.dropdown-right + span.k-dropdown + span.k-header {
    color: #fff !important;
}

span.k-dropdown, span.k-input, span.k-dropdown-wrap, span.k-dropdown-wrap, span.k-state-default, span.k-header {
    border: 0px solid;
    height: 26px;
    text-align: left;
    font-size: 14px;
    border: none;
    color: #fff !important;
}


span.k-state-hover {
    background-color: #fff;
    border: 1px solid;
    height: 26px;
    text-align: left;
    font-size: 14px;
    border: none;
    color: rgb(255,255,255);
}

h3.k-widget, h3.k-dropdown, h3.k-header {
    background: transparent;
    color: #fff;
    height: 26px;
    text-align: left;
    font-size: 14px;
    border: none;
}

#spnSelection .dropdown-right h3 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin: 25px 0 8px 0;
}

.rotated-text {
    width: auto;
    height: auto;
    width: 120px;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 100px;
    margin-left: -57px;
    margin-right: -70px;
    clear: both;
    -ms-transform: rotate(270deg); /* IE 9 */
    -moz-transform: rotate(270deg); /* Firefox */
    -webkit-transform: rotate(270deg); /* Safari and Chrome */
    -o-transform: rotate(270deg); /* Opera */
}



.main-logo {
    width: 222px;
    text-align: left;
    padding: 13px;
    margin-left: 5px;
    height: 32px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

.content-wrapper-fullwidth {
    margin: 0 auto;
}

.k-widget.k-tooltip {
    background-color: #0065ae !important;
}

#bodybackground.content-wrapper {
    -moz-box-shadow: 0px -1px 5px 1px #adadad;
    -webkit-box-shadow: 0px -1px 5px 1px #adadad;
    box-shadow: 0px -1px 5px 1px #adadad;
    margin-top: -8px;
}

#bodybackground.content-wrapper-fullwidth {
    -moz-box-shadow: 0px -1px 5px 1px #adadad;
    -webkit-box-shadow: 0px -1px 5px 1px #adadad;
    box-shadow: 0px -1px 5px 1px #adadad;
}

#body {
    display: block;
    float: none;
    width: auto;
    padding-bottom: 5px;
    margin-left: 243px;
    padding-top: 8px;
}

.main-content {
    padding-left: 26px;
    padding-right: 26px;
    min-height: 870px;
}

.featured + .main-content {
    margin-top: 65px;
}

header.content-wrapper {
    padding-top: 10px;
    height: 80px;
    width: 100%;
    position: fixed;
    z-index: 100;
    -moz-box-shadow: 0 3px 3px -2px #adadad;
    -webkit-box-shadow: 0 3px 3px -2px #adadad;
    box-shadow: 0 3px 3px -2px #adadad;
    background: #f6f6f8;
}

header.content-wrapper-fullwidth {
    padding-top: 0px;
    height: 73px;
    width: 100%;
    position: fixed;
    z-index: 100;
    -moz-box-shadow: 0 3px 3px -2px #adadad;
    -webkit-box-shadow: 0 3px 3px -2px #adadad;
    box-shadow: 0 3px 3px -2px #adadad;
}

header #spacer {
    padding-top: 0px;
    height: 3px;
    width: 100%;
    float: none;
    background-color: #dcdddf;
    position: absolute;
    bottom: 0px;
    display: none;
}



footer {
    clear: both;
    background-color: #f6f7f9;
    font-size: 11px;
    height: 12px;
    padding: 5px;
    text-align: center;
}



/* menu
----------------------------------------------------------*/


.inner-container {
    font-family: Arial, Rockwell, Consolas, "Courier New", Courier, monospace;
    float: left;
    width: 100%;
    z-index: 200;
    background-image: url(/Images/body-sidebar.jpg);
    background-repeat: repeat-y;
    background-position: top left;
    background-color: #fbfcfe;
}

left-nav {
    display: block;
    width: 243px;
    z-index: 4;
    float: left;
    top: 90px;
    bottom: 0px;
    background-color: #112e52;
    position: fixed;
    font-size: 13px;
    line-height: 16px;
    left: inherit;
}

.menu-btn {
    display: none;
    width: auto;
    float: left;
    padding: 13px 6px 0px 18px;
}

    .menu-btn img {
        width: 20px;
        height: auto;
    }

.menuItem {
    display: block;
    color: #e9eef2;
    padding: 10px;
    text-decoration: none;
    vertical-align: middle;
}

ul.menu {
    float: left;
    width: 100%;
}

    ul.menu li {
        list-style: none;
        /* background-image: url(/Images/left-nav-spacer.png); */
        background-repeat: no-repeat;
        background-position: bottom center;
        float: left;
        height: auto;
        width: 100%;
        background: url(../Images/sep_main.png) repeat-x center bottom;
        overflow: hidden;
    }

        ul.menu li div {
            opacity: 1;
            z-index: 200;
        }

            ul.menu li div:hover {
                opacity: 1;
                color: #0065ae;
            }

        ul.menu li span {
            float: left;
            text-align: center;
            height: auto;
            display: block;
            padding-left: 20px;
            padding-right: 0;
            position: relative;
            background-position: center;
            background-repeat: no-repeat;
            opacity: .7;
        }

        ul.menu li.active a span {
            opacity: 1;
        }

        ul.menu li:hover span {
            opacity: 1;
        }

        ul.menu li span img {
            z-index: 1300;
            opacity: 0;
        }



        ul.menu li a {
            color: #889fba;
            text-decoration: none;
            text-align: left;
            vertical-align: bottom;
            float: left;
            width: 97%;
            /* height: 42px; */
            display: block;
            position: relative;
            /* top: -49px; */
            /* margin-left: -21%; */
            outline: none;
            margin: auto;
            /* margin-bottom: -56px; */
            /* padding: 51px 0px 6px 0px; */
            padding-bottom: 15px;
            padding-top: 15px;
            border-left: 6px solid #112e52;
            background: url(../Images/sep_main.png) repeat-x center bottom;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            ul.menu li a:hover {
                background: #0d233f url(../Images/sep_main.png) repeat-x center bottom;
                border-left: 6px solid #f99f3f;
                color: #fff;
                z-index: 100;
            }

        ul.menu li:hover {
            background: #0d233f;
        }

        ul.menu li.active div {
            height: 100%;
            display: flow-root;
        }

        ul.menu li.active a {
            z-index: 1000;
            color: #fff;
            padding-bottom: 15px;
            padding-top: 15px;
            border-left: 6px solid #f99f3f;
            background: #0d233f url(../Images/sep_main.png) repeat-x center bottom;
        }

            ul.menu li.active a:hover {
                background: #0d233f url(../Images/sep_main.png) repeat-x center bottom !important;
            }



        ul.menu li.active span img {
            opacity: 0;
            margin-bottom: -3px;
        }

        ul.menu li.active span {
            background-image: none;
        }




.hidepanel {
    width: 85px;
    height: 50px;
    background-color: #f7f7f7;
    margin: 0 auto;
    margin-top: 20px;
}



/* page elements
----------------------------------------------------------*/
/* featured */


.featured {
    background: transparent;
    margin: 0 -25px;
    margin-top: 70px;
}

    .featured .content-wrapper {
        color: #fff;
        left: 231px;
        padding: 20px 40px 30px 40px;
    }

    .featured .content-wrapper-fullwidth {
        color: #fff;
        left: 231px;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #636f8a;
    }

    .featured p {
        font-size: 12px;
    }

/* page titles 
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}
*/
/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}




#loginForm {
    background: #184174;
    color: #fff;
    width: 40%;
    margin: 120px auto;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 256px;
}

    #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: 336px;
        box-shadow: none;
        border: none;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
            padding: 0;
            float: left;
            margin-top: 0;
            font-size: 15px;
            background: #f99e3e;
            border-radius: 0px;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact 
.contact h3 {
    font-size: 16px;
}

.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;
}
.RecAttendeesView fieldset legend {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1e4174;
    font-family: 'Roboto', sans-serif;
    padding: 0px 5px;
}
.RecAttendeesView button {
    margin-bottom: 0px;
}
.ManualModification {
    padding: 6px 7px 0px !important;
    float: left;
    width: 100%;
    box-sizing:border-box;
}
    .ManualModification.HubManual {
        padding-top: 10px !important;
    }

    .ManualModification table {
        width: 100%;
        border-collapse: collapse;
    }
.Achievement_fieldset {
    float: right;
    width: 50%;
}
.RecAttendeesView fieldset {
    border: 1px ridge #d8d8d8;
    font-family: Arial, sans-serif;
    padding: 0px 5px;
    margin: 15px 5px 15px 5px;
    float: left;
    width: 49%;
    box-sizing: border-box;
    min-height: 140px;
}
    .RecAttendeesView fieldset:last-child {
        margin: 15px 0px 15px 0px;
    }
    .RecAttendeesView fieldset span {
        float: left;
        font-size: 15px;
        padding: 0px;
        width: 100%;
    }
    .RecAttendeesView fieldset input {
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0px !important;
    }
    .RecAttendeesView fieldset small {
        font-size: 11px;
    }
.Hub_input small {
    padding-top: 9px;
    position: absolute;
    float: right;
    right: 10px;
}
.RecAttendeesView button {
    margin-bottom: 0px;
    float: right;
    margin-top: 15px;
}
.Hub_input {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px !important;
    position: relative;
}

.ManualModification td, .ManualModification th {
    border: 1px solid #ddd;
    padding: 8px;
    border-collapse: collapse;
    color: #1e4174;
    font-family: 'Roboto', sans-serif;
}

.ManualModification tr:last-child {
    background-color: #f2f2f2;
    font-weight: 600;
    color: #1e4174;
    font-family: 'Roboto', sans-serif;
}
.ManualModification.HubManual span {
    padding-bottom: 8px;
}
fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
    }

label {
    display: block;
    font-size: 12px;
    font-weight: 100;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 16px;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], button {
    background-color: #112e52;
    border: 0px solid #787878;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    margin-bottom: 20px;
    width: auto;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 12px;
    padding: 4px;
    margin-right: 4px;
}


.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

#TTrendAreaG {
    width: 69%;
    height: 260px;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    padding-right: 25px;
    display: block;
    float: left;
    border-right: 1px solid #e9e9e9;
}

#TTrendAreaSparkline {
    height: 90%;
    display: block;
    width: 25%;
    float: left;
    margin-top: 0px;
}



/*-------------------------------   Custom Legend For Donut     ------------------------------*/

.legendgraph {
    width: 100%;
    height: auto;
    font-size: 11px;
    clear: both;
    float: left;
    background-image: url("/Images/dark-transparent-bg.png");
    background: #fafafa;
    /*border:1px solid #e7e7e7;*/
}

    .legendgraph div ul {
        padding: 3px;
        float: left;
        list-style: none;
        width: 100%;
        background-image: url("/Images/dark-transparent-bg.png");
        background-repeat: repeat;
    }

        .legendgraph div ul li {
            display: block;
            float: left;
            height: 15px;
            margin-bottom: 4px;
            text-align: center;
            margin-right: 5px;
            list-style: none;
            padding-top: 4px;
        }

    .legendgraph ul li span {
        display: block;
        white-space: normal;
        float: left;
        height: 10px;
        width: 10px;
        margin-left: 7px;
        margin-right: 5px;
        margin-top: 2px;
        color: #999;
    }

        .legendgraph ul li span.greyname {
            color: #999;
            white-space: normal;
            float: left;
            width: auto;
            margin: 0;
            margin-right: 5px;
        }


.legendgraphRight {
    width: 100%;
    font-size: 11px;
    text-align: left;
    background-color: #F5F5F5;
}

    .legendgraphRight div ul {
        padding: 1%;
        float: right;
        list-style: none;
        width: 97%;
        background-image: url("/Images/dark-transparent-bg.png");
        background-repeat: repeat;
    }

        .legendgraphRight div ul li {
            display: block;
            float: left;
            margin-bottom: 6px;
            text-align: left;
            margin-right: 5px;
            list-style: none;
            padding-top: 5px;
        }

    .legendgraphRight ul li span {
        display: block;
        float: left;
        height: 10px;
        width: 10px;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 2px;
        color: #999;
    }

    .legendgraphRight ul li p {
    }

    .legendgraphRight ul li span.greyname {
        color: #999;
        float: left;
        width: auto;
        margin-right: 5px;
        margin-top: 0px;
    }

.legend-scale {
    float: left;
    height: auto;
    clear: both;
    width: 100%;
}




/*-------------Breadcrumb---------------------*/

.breadcrumb {
    list-style: none;
    float: left;
    height: 30px;
    margin-top: 23px;
    margin-bottom: -23px;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            padding-top: 15px;
            /*
			text-decoration: none; 
			
			background: #eaebed; 
			position: relative; 
			display: block;
			float: left;
			outline:none;*/
        }

        .breadcrumb li span {
            color: #0065ae;
            text-decoration: none;
            background: transparent;
            position: relative;
            display: block;
            float: left;
            outline: none;
        }



.login_cont {
    list-style: none;
    background-color: #184174;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 352px;
    margin: auto;
}

.log_scroll {
    margin-top: 50px;
}

#loginForm label {
    text-align: left;
}

.tc_text {
    padding: 0;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1;
}

#loginForm .valtext {
    font-size: 12px;
    color: #ea7a02;
    float: left;
    margin-top: -11px;
    margin-bottom: 5px;
}

#loginForm h3 {
    font-size: 20px;
    padding-bottom: 24px;
}

/*
		.breadcrumb li a img
		{
			margin-top:7px;
			padding-left:13px;
			padding-bottom:1px;
		}
		.breadcrumb li a:after { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 51px solid transparent;
            border-bottom: 51px solid transparent;
            border-left: 24px solid #eaebed;    
			position: absolute;
			top: 50%;
			margin-top: -50px; 
			left: 100%;
			z-index: 2; 
		}	
		.breadcrumb li a:before { 
			content: " "; 
			display: block; 
			width: 0; 
			height: 0;
			border-top: 52px solid transparent;
            border-bottom: 52px solid transparent;
            border-left: 26px solid #fff;
			position: absolute;
			top: 50%;
			margin-top: -51px; 
			margin-left: 1px;
			left: 100%;
			z-index: 1; 
		}	
		.breadcrumb li:first-child a {
			    padding-bottom: 2px;
				padding-left: 10px;
				padding-right: 0px;
				padding-top: 2px;
		}
		.breadcrumb li:nth-child(2) a       { background:        #eaebed; }
		.breadcrumb li:nth-child(2) a:after { border-left-color: #eaebed;}
		.breadcrumb li:nth-child(3) a       { background:        #eaebed; }
		.breadcrumb li:nth-child(3) a:after { border-left-color: #eaebed; }
		.breadcrumb li:nth-child(4) a       { background:        #eaebed; }
		.breadcrumb li:nth-child(4) a:after { border-left-color: #eaebed;}
		.breadcrumb li:nth-child(5) a       { background:        #eaebed; }
		.breadcrumb li:nth-child(5) a:after { border-left-color: #eaebed;}
		.breadcrumb li:last-child a {
			background: #f2f2f2 !important;
			color: #fff;
			pointer-events: none;
 			cursor: default;
		}
		.breadcrumb li:last-child a:after { border: 0; }
		.breadcrumb li a:hover { color:#2a394c;background-color:#f2f2f2 !important }
		.breadcrumb li a:hover:after { border-left-color: #f2f2f2 !important; }
		
		*/
.ton_logo {
    width: 100%;
    text-align: center;
}

    .ton_logo a img {
        padding-top: 11px;
        width: 184px;
    }

.login_btn {
    margin-top: 15px !important;
}

.reportTitle {
    font-size: 15px;
    color: #184174;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0px;
    padding-bottom: 20px;
    margin: 0;
    padding-top: 10px;
}

.AttendessTitle {
    float: left;
    width: 100%;
    padding: 10px 0px 20px 0px;
}

    .AttendessTitle .reportTitle {
        padding: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        float: left;
    }

    .AttendessTitle a {
        float: right;
        font-size: 11px;
        text-decoration: underline !important;
        padding-top: 5px;
    }

.recommExport {
    float: right;
    position: relative;
    top: 151px;
    z-index: 1;
    background: #1e4174 !important;
    border: none;
}
.RecAttendeesView ul li.ui-menu-item:hover {
    background: #ececec !important;
}
.ui-menu-item a.ui-state-focus {
    background: #ececec !important;
}


@media only screen and (max-width: 1024px) {
    .ton_logo {
        width: 100%;
        text-align: center;
    }

        .ton_logo a img {
            padding-top: 11px;
            width: 190px;
        }

    #loginForm label {
        font-size: 14px;
        text-align: left;
    }

    .user_sec {
        float: right;
        position: relative;
        width: 26%;
        padding-top: 12px;
    }

    #heatmapComponent {
        overflow: scroll !important;
    }
    .k-pager-input, .k-pager-sizes {
        padding: 0 0px;
    }

    .k-pager-info {
        float: right;
        padding: 0 5px;
    }
}


/************ 25 Nov 2015 *************/


/********************
*   Tablet Styles   *
********************/





@media only screen and (max-width: 1140px) {


    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }
    /* header.content-wrapper {
        height: 66px;
        position:fixed;  
    }*/
    .attendance-full-width {
        margin-top: 25px;
    }

    .main-logo {
        float: left;
        width: 200px;
        padding: 14px;
        margin-left: 2px;
    }

        .main-logo a:link, .main-logo a:visited, .main-logo a:active, .main-logo a:hover {
            color: #fff;
            text-decoration: none;
            background-color: transparent;
            padding: 0px;
            border: 0;
        }
    /*.main-logo img{
        width: 174px;
        
}*/

    .main-content {
        padding-left: 20px;
        padding-right: 20px;
    }


    /* login */
    #loginForm {
        font-size: 16px;
        color: #fff;
        width: 450px;
        margin: 120px auto;
        text-align: center;
        padding: 20px;
        float: none;
    }

        #loginForm input {
            width: 98%;
            font-size: 16px;
        }

        #loginForm label {
            font-size: 14px;
        }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            float: left;
            margin-top: 0;
        }

    /* menu */
    .inner-container {
        background-image: none;
    }

    /*left-nav{  width:125px; top: 75px;  }*/




    ul.menu li div:hover {
        opacity: 1;
    }




    ul.menu li.active div {
        opacity: 1 !important;
    }

    .hidepanel {
        width: 85px;
        height: 50px;
        background-color: #f7f7f7;
        margin: 0 auto;
        margin-top: 20px;
    }
    /*page content*/

    #TTrendAreaG {
        width: 68%;
        padding-right: 15px;
    }

    #TTrendAreaSparkline {
        width: 25%;
        margin-left: 0px;
        float: right;
        margin-right: 0px;
    }

    .areaGraphWidgetTop, .areaGraphWidgetBottom {
        margin: 0;
    }

    #viewpage {
        width: 100%;
        margin-right: 0px;
    }

    /*.attendance-full-width
{
    width:12%;
    }*/

    .attendance-overview figure {
        width: 100%;
    }

    /* main layout
    ----------------------------------------------------------*/


    #bodybackground.content-wrapper {
        -moz-box-shadow: 0px -1px 5px 1px #adadad;
        -webkit-box-shadow: 0px -1px 5px 1px #adadad;
        box-shadow: 0px -1px 5px 1px #adadad;
    }

    #bodybackground.content-wrapper-fullwidth {
        -moz-box-shadow: 0px -1px 5px 1px #adadad;
        -webkit-box-shadow: 0px -1px 5px 1px #adadad;
        box-shadow: 0px -1px 5px 1px #adadad;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    .featured .content-wrapper-fullwidth {
        padding: 10px;
    }

    .featured {
        margin: 0 -19px;
        margin-top: 66px;
    }


    /* features */


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
        clear: both;
    }

        footer p {
            margin: 0;
        }
    .innerViewer .table1 {
        margin-right: 7px;
    }
    .Hub_input {
        width: 50%;
    }
    .RecAttendeesView fieldset span {
        width: 50%;
    }
    .RecAttendeesView fieldset {
        margin: 15px 5px 15px 0px;
        width:48%;
    }
}

@media only screen and (max-width: 850px) {
    .recommExport {
        top: 150px;
    }
        .innerViewer .tabSection {
        padding-top: 30px;
    }
    .filterAll {
       /*top: -25px;*/
        top: 0px;
    }

}

@media only screen and (max-width: 768px) {

    .ton_logo {
        width: 100%;
        text-align: center;
    }

        .ton_logo a img {
            padding-top: 11px;
            width: 190px;
        }

    #loginForm input {
        width: 96%;
        font-size: 16px;
        margin-right: 4px;
        float: left;
    }

    .user_sec {
        float: right;
        position: relative;
        width: 33%;
        padding-top: 12px;
    }

    .contentColumnOneL {
        width: 30% !important;
    }

    .contentRowLevell4 {
        width: 100% !important;
        padding-left: 0 !important;
    }

    #heatmapComponent {
        overflow: scroll !important;
    }

    .content {
        padding-left: 13px;
    }

    #play {
        clear: both !important;
        margin-bottom: 10px;
    }
}

@media(max-width: 767px) {

    .innerViewer .tabSection ul.k-tabstrip-items li {
        width: 30%;
        margin-right: .5%;
    }

        .innerViewer .tabSection ul.k-tabstrip-items li a.k-link {
            padding: 8px 0px !important;
            width: 100%;
            text-align: center;
            font-size: 13px;
        }
    .innerViewer .table1 {
        margin-right: 20px;
    }

    .innerViewer .table1 {
        width: 100%;
    }
    .Achievement_fieldset {
        width: 100%;
    }
    .RecAttendeesView fieldset {
        width: 100%;

    }


}

@media(max-width: 736px) {

    .login_cont {
        width: 95%;
    }

    .tc_text {
        width: 85%;
        text-align: left;
        margin-bottom: 8px;
        font-size: 11px;
    }

    #loginForm h3 {
        font-size: 20px;
    }

    #loginForm .valtext {
        font-size: 12px;
        color: #ea7a02;
        float: left;
    }

    .ton_logo {
        width: 100%;
        text-align: center;
    }

        .ton_logo a img {
            padding-top: 14px;
            width: 165px;
        }

    #loginForm {
        font-size: 16px;
        color: #fff;
        width: 80%;
        margin: 98px auto;
        text-align: center;
        padding: 20px;
        float: none;
    }

    .main-content {
        overflow-y: scroll;
        min-height: 0;
    }

    #loginForm label {
        font-size: 14px;
        text-align: left;
    }

    #loginForm input {
        width: 96%;
        font-size: 16px;
        margin-right: 4px;
        float: left;
    }

    .breadcrumb {
        list-style: none;
        float: left;
        height: 30px;
        margin-top: 23px;
        margin-bottom: 0;
    }

    left-nav {
        position: absolute !important;
        float: left !important;
    }

    .user_sec {
        width: 38%;
    }

    #heatmapComponent {
        overflow: scroll !important;
    }

    #lblEventName {
        display: none;
    }

    #lblTime, #lblDate {
        margin-top: 0;
    }

    .content {
        padding-left: 13px;
    }

    .contentRowLevel1 {
        padding-left: 0 !important;
    }

    .mrg_sec {
        clear: both;
        margin-bottom: 232px;
    }

    .heatmap-menu {
        width: 94.5% !important;
        margin-top: -143px !important;
    }

    .hm_header {
        width: 94.9%;
        background-color: #fff;
        display: block;
        position: fixed;
        z-index: 20;
        margin-top: 38px;
        padding-top: 21px;
    }
}


/********************
*   Mobile Styles horizontal  *
********************/


@media only screen and (max-width: 718px) {
    #body {
        margin-left: 0px;
        position: relative;
        float: left;
        width: 100%;
    }

    #viewpage {
        width: 100%;
        padding-top: 0px;
        margin-top: 20px;
    }


    .innerViewer .tabSection ul.k-tabstrip-items li {
        font-size: 13px;
    }

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
        height: 40px;
    }

    header.content-wrapper {
        /*padding-top: 0px;*/
        height: 65px;
        position: fixed;
    }

    header.content-wrapper-fullwidth {
        padding-top: 0px;
        height: 65px;
        position: fixed;
    }

    .menu-btn {
        padding: 18px 6px 0px 18px;
    }

    .eventName {
        display: none;
    }

    .user_sec {
        padding-top: 15px;
    }


    .dropdown-right-top {
        top: 34px;
    }

    .main-logo {
        width: 130px;
        padding: 10px;
        height: 30px;
        text-align: left;
    }

        .main-logo img {
            width: 160px;
            text-align: center;
        }







    /* login */
    #loginForm {
        font-size: 16px;
        color: #fff;
        width: 100%;
        margin: 52px auto;
        margin-left: -20px;
        text-align: center;
        overflow-x: hidden;
    }

        #loginForm input {
            width: 96%;
            font-size: 16px;
            margin-right: 4px;
            float: left;
        }

        #loginForm label {
            font-size: 14px;
            text-align: left;
        }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            margin-top: 0;
            width: auto;
            padding: 6px 15px !important;
        }

    .featured {
        margin: 0px -19px;
        margin-top: 64px;
    }
    /* menu */

    .menu-btn {
        display: block;
    }

    .inner-container {
        background-image: none;
    }


    left-nav {
        display: block !important;
        height: auto;
        top: 74px !important;
        left: -130%;
        z-index: 6;
        width: 100% !important;
        border-right: none;
        font-size: 15px;
    }




    ul.menu {
        float: left;
        width: 100%;
    }

        ul.menu li {
            width: 100%;
            background-image: none;
            border-bottom: #999 1px solid;
            height: 42px;
            padding: 0px 0px;
        }

            ul.menu li div {
                padding-bottom: 0px;
                padding-top: 0px;
                height: 100%;
            }

            ul.menu li span {
                text-align: left;
                background-position: left;
                padding-bottom: 0px;
            }

                ul.menu li span img {
                    margin-top: -28px;
                    float: left;
                }


            ul.menu li a {
                padding-left: 16%;
                text-decoration: none;
                background-color: transparent !important;
                background-image: url(/Images/arrow-mobile.png) !important;
                background-repeat: no-repeat !important;
                background-position: 100% 0 !important;
                width: 100%;
                height: 21px;
                position: absolute;
                top: -1px;
                margin-bottom: 0px;
                margin-left: -18px;
                text-align: left;
                padding: 8px 61px 12px;
            }

                ul.menu li a:hover {
                    background-color: #0d233f;
                    border-left: 6px solid #f99f3f;
                    color: #fff;
                    z-index: 1000;
                }

            ul.menu li.active div {
                opacity: 1 !important;
            }

                ul.menu li.active div a {
                    background-image: url(/Images/arrow-mobile.png) !important;
                    background-repeat: no-repeat !important;
                    background-position: 100% 0 !important;
                    opacity: 1 !important;
                    z-index: 1000;
                }


    ul#day-nav {
        height: 36px;
        padding-left: 1px;
        margin-left: 1px;
    }





    /*page content*/

    #TTrendAreaG {
        width: 68%;
        padding-right: 15px;
    }

    #TTrendAreaSparkline {
        width: 25%;
        margin-left: 0px;
        float: right;
        margin-right: 0px;
    }

    .areaGraphWidgetTop, .areaGraphWidgetBottom {
        margin: 0;
        padding-left: 10px;
        padding: 10px;
    }

    .attendance-overview figure {
        width: 100%;
    }

    .attendance-full-width {
        position: relative;
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 25px;
    }

    .attendance-vertical div {
        padding: 14px 0px 0px 0px;
        width: 70%;
    }

    .contentRowLevel1 {
        border-top: 1px solid #fafafa;
    }


    span.k-dropdown {
        /* background:transparent;*/
    }


    /* main layout
    ----------------------------------------------------------*/


    #bodybackground.content-wrapper {
        -moz-box-shadow: 0px -1px 5px 1px #adadad;
        -webkit-box-shadow: 0px -1px 5px 1px #adadad;
        box-shadow: 0px -1px 5px 1px #adadad;
    }

    #bodybackground.content-wrapper-fullwidth {
        -moz-box-shadow: 0px -1px 5px 1px #adadad;
        -webkit-box-shadow: 0px -1px 5px 1px #adadad;
        box-shadow: 0px -1px 5px 1px #adadad;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    .featured .content-wrapper-fullwidth {
        padding: 10px;
    }


    ul#day-nav {
        height: 36px;
    }

        ul#day-nav li a {
            padding-top: 8px;
            padding-bottom: 8px;
            height: 16px;
        }



    /* features */
    #spnSelection {
        display: none;
    }

    .dropdown-right {
        padding-left: 20px;
        float: left;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
        clear: both;
    }

        footer p {
            margin: 0;
        }

    .k-grid-toolbar .k-button {
        display: none;
    }


    .tc_text {
        width: 85%;
        text-align: left;
        margin-bottom: 15px;
        font-size: 11px;
    }

    #loginForm h3 {
        padding-top: 13px;
        font-size: 20px;
    }

    #loginForm .valtext {
        font-size: 12px;
        color: #ea7a02;
        float: left;
        margin-top: -11px;
        margin-bottom: 5px;
    }

    .ton_logo {
        width: 100%;
        text-align: center;
    }

        .ton_logo a img {
            padding-top: 11px;
            width: 165px;
        }

    .RecAttendeesView .eventName {
        display: block;
        padding-top: 10px;
        font-size: 15px;
    }

    .innerViewer {
        padding: 100px 15px 20px 15px;
    }
}


@media only screen and (max-width: 568px) {
    .innerViewer .tabSection ul.k-tabstrip-items li {
        width: 26%;
    }

    .dropdown-right {
        padding-left: 0;
        margin-left: 0;
        margin-top: 4px;
        clear: both;
    }

    .attendance-full-width {
        margin-top: 45px;
    }

    .k-grid-toolbar .k-button {
        display: none;
    }

    .ton_logo {
        width: 100%;
        text-align: center;
    }

        .ton_logo a img {
            padding-top: 11px;
            width: 165px;
        }

    #loginForm h3 {
        padding-top: 13px;
        font-size: 20px;
    }


    .tc_text {
        width: 85%;
        text-align: left;
        margin-bottom: 15px;
        font-size: 11px;
    }

        .tc_text a {
            font-size: 11px;
        }

    #loginForm .valtext {
        font-size: 12px;
        color: #ea7a02;
        float: left;
        margin-top: -11px;
        margin-bottom: 5px;
    }

    .main-content {
        overflow-y: scroll;
        min-height: 0;
    }

    #loginForm label {
        font-size: 14px;
        text-align: left;
    }

    #loginForm input {
        width: 96%;
        font-size: 16px;
        margin-right: 4px;
        float: left;
    }

    .user_sec {
        width: 44%;
    }

    .visitGenerate-dropdown:after {
        right: 6px;
    }
}





/********************
*   Mobile Styles vertical mode  *
********************/


@media only screen and (max-width: 480px) {
    .recommExport {
        top: 167px;
    }
    #body {
        margin-left: 0px;
        position: relative;
        float: left;
        width: 100%;
    }

    .innerViewer .tabSection ul.k-tabstrip-items li {
        width: 31%;
    }

        .innerViewer .tabSection ul.k-tabstrip-items li a.k-link {
            font-size: 12px;
        }

    #lblEventName {
        display: none;
    }

    header #userinfo img {
        display: none;
    }

    #lblDate {
        display: inline-block;
    }

    header #userinfo {
        float: right;
        width: auto;
        text-align: right;
        padding-right: 8px;
    }



    .featured {
        margin-top: 90px;
    }

    .day-nav {
        top: 74px;
        position: fixed;
        background-color: #fff;
        z-index: 4;
    }

    header #logout {
        padding-left: 5px;
    }

    .main-logo {
        width: 120px;
        padding: 0px;
        padding-top: 17px;
    }

        .main-logo img {
            width: 120px;
        }

    ul#day-nav {
        height: 36px;
    }

        ul#day-nav li {
            width: auto;
        }

            ul#day-nav li a {
                padding-top: 8px;
                padding-bottom: 8px;
                height: 16px;
            }

    #spnSelection {
        display: none;
    }

    .dropdown-right {
        float: left;
        clear: both;
        margin-top: 7px;
        padding-left: 0px;
        margin-left: 0px;
    }

    .attendance-vertical li {
        height: 45px;
    }


    .attendance-vertical {
        padding-left: 0px;
    }

        .attendance-vertical div {
            padding: 14px 0px 0px 0px;
            width: 70%;
        }

    .breadcrumb {
        margin-top: 22px;
    }

    .attendance-full-width {
        margin-top: 52px;
        margin-bottom: 20px;
    }

    .datetime {
        padding-left: 0 !important;
        float: right;
    }

    div.k-slider {
        width: 90% !important;
    }

    #heatmapComponent {
        overflow: scroll !important;
    }

    .k-grid-toolbar .k-button {
        display: none;
    }


    .tc_text {
        width: 85%;
        text-align: left;
        margin-bottom: 15px;
        font-size: 11px;
    }

    #loginForm h3 {
        padding-top: 13px;
        font-size: 20px;
    }

    #loginForm .valtext {
        font-size: 12px;
        color: #ea7a02;
        float: left;
        margin-top: -11px;
        margin-bottom: 5px;
    }

    .ton_logo {
        width: 100%;
        text-align: center;
    }

        .ton_logo a img {
            padding-top: 11px;
            width: 165px;
        }

    .main-content {
        overflow-y: scroll;
        min-height: 0;
    }

    #loginForm label {
        font-size: 14px;
        text-align: left;
    }

    #loginForm input {
        width: 96%;
        font-size: 16px;
        float: left;
    }

    .user_sec {
        width: auto;
    }

    .RecAttendeesView .main-logo {
        padding-left: 10px;
        padding-top: 5px;
    }

    .RecAttendeesView #userinfo {
        position: relative;
        width: auto;
        top: 0px;
        float: right;
        clear: none;
    }

    .innerViewer .searchBlock span.searchTitle {
        width: 100%;
        float: left;
    }

    .innerViewer .searchBlock span.searchField {
        width: 100%;
        float: left;
    }

    .innerViewer .searchBlock {
        background: #fff url(../Images/grid_search.png) no-repeat right 54px;
        background-size: 18px;
    }

        .innerViewer .searchBlock.loader {
            background: #fff url(../Images/bx_loader.gif) no-repeat right 53px;
            background-size: 18px;
            opacity: .8;
        }

    .visit_heading {
        width: 100%;
        padding-bottom: 0px;
    }

    .visitGenerate label {
        width: 100%;
        float: left;
        padding: 4px 0px;
    }

    .visitGenerate-select {
        width: 100%;
        float: left;
    }

    .visitGenerate select {
        padding: 10px 6px;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #e2e2e2;
    }

    .visit_type {
        padding: 0px 0px 0px 0px;
        min-height: 70px;
    }

    .visitOutputTime span:first-child {
        width: 45%;
        float: left;
    }

    .innerViewer .visitTopTitle {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .visitGenerate label {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
    }

    .visit_datetime {
        font-size: 11px;
        padding: 0px 0px 10px 0px;
        color: #888;
    }

    .visit_output {
        padding: 10px 10px;
        font-size: 13px;
    }



    /********************
*   Mobile Styles vertical mode  *
********************/


    @media only screen and (max-width: 420px) {
        .user_sec {
            float: right;
            position: absolute;
            width: 100%;
        }

        .menu-btn {
            padding: 8px 6px 0px 11px;
            z-index: 999;
            display: inline-block;
            position: absolute;
        }


        header.content-wrapper-fullwidth {
            height: 70px;
        }

        .breadcrumb {
            margin-top: 61px;
        }

        .main-logo {
            width: 120px;
            padding: 0px;
            padding-top: 7px;
            padding-left: 42px;
        }

        .dropdown-right-top {
            width: 91%;
            float: left;
            text-align: center;
            margin: 0 auto;
            top: 42px;
        }

        .day-nav {
            overflow: visible;
            top: 105px;
        }

        ul#day-nav li {
            margin-left: 12px;
        }

        .user_sec {
            padding-top: 9px;
        }

        ul#day-nav li a {
            font-size: 12px;
        }

        #viewpage {
            width: 100%;
            float: none;
            padding-top: 0px;
            margin-top: 10px;
        }

        .tc_text {
            width: 90%;
            text-align: left;
            margin-bottom: 17px;
            font-size: 11px;
        }



        div.k-slider {
            width: 90% !important;
        }

        #heatmapComponent {
            overflow: scroll !important;
        }

        .attendance-full-width {
            margin-top: 65px;
        }

        .k-grid-toolbar .k-button {
            display: none;
        }


        .ton_logo {
            width: 100%;
            text-align: center;
        }

            .ton_logo a img {
                padding-top: 15px;
                width: 155px;
            }

        .main-content {
            overflow-y: scroll;
            min-height: 0;
        }

        #loginForm label {
            font-size: 14px;
            text-align: left;
        }

        #loginForm input {
            width: 96%;
            font-size: 16px;
            margin-right: 4px;
            float: left;
        }

        .RecAttendeesView header.content-wrapper {
            height: auto;
        }
    }
    /********************
*   Mobile Styles vertical mode  *
********************/


    @media only screen and (max-width: 320px) {



        header #logout {
            padding: 8px;
            padding-top: 8px;
            right: 0;
            position: absolute;
            z-index: 20;
        }


        .menu-btn {
            padding: 11px 6px 0px 10px;
            z-index: 999;
            display: inline-block;
            position: absolute;
        }

        .main-logo img {
            width: 110px;
        }

        .main-logo {
            width: 100px;
            padding: 3px;
            padding-top: 10px;
            padding-left: 42px;
        }

        /*header #userinfo {
       margin-top: 2px;
      padding-top: 0px;
      font-size: 9px;
      width: 23%;
    }*/


        #viewpage {
            width: 100%;
            float: none;
            padding-top: 0px;
            margin-top: 0px;
        }

        #loginForm label {
            font-size: 14px;
        }

        .tc_text {
            margin-bottom: 15px;
            font-size: 11px;
            padding-left: 0;
            text-align: left;
            width: 85%;
        }

        .check_b {
            margin-top: -16px !important;
        }

        #loginForm h3 {
            font-size: 19px;
            padding-top: 13px;
            padding-bottom: 10px;
        }

        #loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
            margin-top: 0px;
            width: auto;
            float: left;
        }

        .datetime {
            width: 100%;
            float: none;
            text-align: center;
            clear: none;
        }

        #lblTime {
            margin-top: 0;
        }

        div.k-slider {
            width: 90% !important;
        }

        #heatmapComponent {
            overflow: scroll !important;
        }

        .attendance-full-width {
            margin-top: 65px;
        }

        .k-grid-toolbar .k-button {
            display: none;
        }

        .ton_logo {
            width: 100%;
            text-align: center;
        }

            .ton_logo a img {
                padding-top: 15px;
                width: 155px;
            }

        .main-content {
            overflow-y: scroll;
            min-height: 0;
        }

        header.content-wrapper-fullwidth {
            height: 101px !important;
        }

        header #userinfo {
            width: 100%;
            clear: both;
            position: absolute;
            left: 0;
            /* float: left; */
            text-align: center;
            top: 43px;
        }

        #lblDate {
            display: inline-block;
        }

        .RecAttendeesView #logout {
            padding: 0px 10px;
        }

        .RecAttendeesView #userinfo {
            padding-right: 17px;
        }
