﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.html') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'open Sans', sans-serif;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    color: #3299C9;
    text-decoration: none;
}

    a:hover {
        color: #666;
        text-decoration: underline;
    }

#LeftNavigation {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    z-index: 5;
    left: -300px;
    background-color: #F7941E;
}

#BodyWrap {
    position: relative;
}

.close-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(~/resources/images/close-icon.png) left top no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
}

#leftnav {
    width: 300px;
    box-sizing: border-box;
    margin: 78px 0 0 0;
    padding: 0;
}

    #leftnav ul {
        margin: 0;
        padding: 0;
    }

        #leftnav ul li.selected,
        #leftnav ul li:hover {
            background-color: #E07E07;
        }

        #leftnav ul li a {
            text-decoration: none;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            display: block;
            padding: 15px 25px 15px 70px;
            background-repeat: no-repeat;
            background-position: 25px center;
        }

            #leftnav ul li a.dashboard {
                background-image: url(~/resources/images/dashboard-icon.png);
            }

            #leftnav ul li a.users {
                background-image: url(~/resources/images/users-icon.png);
            }

            #leftnav ul li a.reports {
                background-image: url(~/resources/images/reports-icon.png);
            }

            #leftnav ul li a.settings {
                background-image: url(~/resources/images/settings-icon.png);
            }


#header {
    overflow: hidden;
    height: 50px;
    background-color: green;
    padding: 0 25px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 5;
}

.menu-icon,
.app-name {
    display: inline-block;
    vertical-align: top;
}

.menu-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(~/resources/images/menu-icon.png) left top no-repeat;
    background-size: 100%;
    margin-top: 8px;
    margin-right: 10px;
}

.app-name {
    line-height: 50px;
    font-family: 'open Sans', sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.user-info-wrap {
    display: inline-block;
    line-height: 50px;
    color: #fff;
}

.user-greeting-msg {
    display: inline-block;
    vertical-align: top;
}

.user-profile-icon {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.date {
    line-height: 40px;
    font-size: 2rem;
    font-weight: 300;
    color: #777;
}

.section {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.section-login {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 420px;
    z-index: 6;
    text-align: center;
    background-color: #016299;
    border: 1px solid yellow;
    padding: 10px;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section.map {
    height: 500px;
}

    .section.map .map-inner-div {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        border: 1px solid #ccc;
    }

#radar-svg {
    position: absolute;
    top: 0;
    left: -125px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
    box-sizing: border-box;
    pointer-events: none;
}

#radar-circle-other {
    width: 100%;
    height: 100%;
}

#radar-circle-ie {
    width: 1220px;
    height: 1220px;
}

#radar-circle-ie,
#radar-circle-other {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
}


#googleMap {
    /*position:absolute;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
}

.small-circle {
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 2;
    padding: 2px;
}

    .small-circle span {
        width: 5px;
        height: 5px;
        background-color: #000;
        display: block;
        border-radius: 50%;
    }

.labels {
    color: #000;
    font-family: 'open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-left: 30px !important;
    margin-top: -47px !important;
    background-color: rgba(255,255,255,0.2);
    padding: 3px;
    border-radius: 2px;
}

.dashboard-stats {
    padding: 0px 3px;
    box-sizing: border-box;
}

    .dashboard-stats:first-child {
        padding-left: 0px;
    }

    .dashboard-stats:last-child {
        padding-right: 0px;
    }

.thisyear {
    background-color: #1A83B5;
}

.registerd-fastfoods {
    background-color: #46996A;
}

.active-users {
    background-color: #E77157;
}

.thisyear,
.registerd-fastfoods,
.active-users {
    padding: 20px;
}

.db-stats-wrap {
    overflow: hidden;
    color: #fff;
}

.st-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

.count {
    font-size: 32px;
    font-weight: 300;
    display: inline-block;
}

.percentage {
    font-size: 18px;
    font-weight: 300;
    margin-top: 12px;
    display: inline-block;
}

.arrow {
    background-image: url(~/resources/images/top-bottom-arrow-sprite.png);
    margin-top: 20px;
    width: 10px;
    height: 6px;
}

.arrow-black {
    background-image: url(~/resources/images/top-bottom-arrow-sprite-black.html);
    margin-top: 7px;
    margin-left: 5px;
    width: 8px;
    height: 5px;
}

.arrow,
.arrow-black {
    display: inline-block;
    background-repeat: no-repeat;
}

.down {
    background-position: left bottom;
}

.top {
    background-position: left top;
}

.count,
.percentage,
.arrow {
    vertical-align: top;
}

.alertheading {
    color: #444;
    line-height: 32px;
    font-size: 18px;
}

.circle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    float: left;
}

.data {
    display: block;
    margin-left: 33px;
}

.circle.recent {
    background-color: #D90000;
}

.circle.tenmins {
    background-color: #FF8000;
}

.circle.hourly {
    background-color: #FFBF00;
}

.dashboard-list tr {
    border-bottom: 1px solid #ccc;
}

    .dashboard-list tr td {
        padding: 30px 0;
    }

    .dashboard-list tr:last-child {
        border-bottom: 0px;
    }

.rowitem {
    cursor: pointer;
}

.table tr {
    border-bottom: 1px solid #ccc;
}

    .table tr td,
    .table tr th {
        padding: 15px 0 15px 5px;
    }

.table.users-list {
    margin-top: 10px;
}

    .table.users-list tr:first-child {
        border: 1px solid #ccc;
    }

.table tr th {
    padding: 10px 0 10px 5px;
    background-color: #f4f4f4;
}

.table tr td {
    font-size: 15px;
    line-height: 18px;
}

.table tr:last-child {
    border-bottom: 0px;
}

.table.users-list tr th {
    text-align: left;
    font-weight: 300;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    padding-right: 40px;
    box-sizing: border-box
}


#footer {
    border-top: 1px solid #ccc;
    padding: 10px 25px;
    color: #555;
}

.fieldset {
    width: 460px;
    border-bottom: 1px solid #ccc;
    margin: 15px auto;
    display: block;
}

.login-email-field {
    background-image: url(~/resources/images/field-email-icon.html);
}

.login-password-field {
    background-image: url(~/resources/images/field-password-icon.html);
}

.login-email-field,
.login-password-field {
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 45px !important;
    height: 45px;
    box-sizing: border-box;
    width: 100%;
}

.actions-wrap {
    overflow: hidden;
}

.search-wrap {
    width: 300px;
    background: url(~/resources/images/search-icon.png) center right no-repeat;
}

    .search-wrap input {
        background-color: transparent;
        width: 100%;
    }

.form-sec-fields-wrap {
    overflow: hidden;
    margin: 15px 0;
    padding-left: 30px;
}

    .form-sec-fields-wrap label {
        float: left;
        width: 150px;
        line-height: 35px;
    }

    .form-sec-fields-wrap .control {
        display: block;
        margin-left: 180px;
        min-width: 500px;
    }

    .form-sec-fields-wrap select.control {
        min-width: 512px;
    }

    .form-sec-fields-wrap .control.lookup {
        background: url(~/resources/images/search-icon.png) 98.5% center no-repeat;
    }

    .form-sec-fields-wrap .control.box {
        width: 750px;
        background-color: #f4f4f4;
        min-height: 400px;
        border: 1px solid #ccc;
    }

.PictureUploadWrap {
    margin-left: 60px;
    margin-top: 60px;
    border: 0px dashed #999;
    width: 350px;
    height: 350px;
}

.PictureUpload {
    height: 250px;
    padding: 0 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #525252;
}

.upload-note {
    font-size: 13px;
    color: #777;
    text-align: center;
    margin-top: 10px;
    line-height: 16px;
}
/*************************/

.DivAlignLeft {
    float: left;
}

.DivAlignRight {
    float: right;
}

.textAlignLeft {
    text-align: left;
}

.textAlignCenter {
    text-align: center;
}

.textAlignRight {
    text-align: right;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

h1, h2 {
    font-weight: 300;
}

h3, h4 {
    font-weight: 400;
}

h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
select {
    border: 1px solid #ddd;
    padding: 5px 5px;
    min-width: 170px;
    font-size: 15px;
    color: #666;
}

input[type=button],
button,
a.button {
    min-width: 120px;
    border: 0px;
    box-sizing: border-box;
    padding: 10px 5px;
    background-color: green;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    text-align: center;
}

a.button {
    display: inline-block;
    text-decoration: none;
}

    a.button.upload {
        min-width: 80px;
        background-color: #f4f4f4;
        border: 1px solid #ccc;
        padding: 4px;
        color: #333;
        font-size: 15px;
        margin-top: 10px;
    }

    a.button.cancel {
        min-width: 120px;
        background-color: #fff;
        border: 2px solid #9CBB3C;
        color: #9CBB3C;
        height: 37px;
    }

    a.button.save {
        min-width: 120px;
        border: 2px solid #9CBB3C;
    }

input[type=button]:hover,
button:hover,
.button:hover {
    background-color: #9CBB3C;
}

a.button.save:hover {
    border: 2px solid #9CBB3C;
}


.errormessage-newUser {
    font-size: 12px;
    color: red;
    margin-left: 30px;
    margin-top: 8px;
}

#dvnorecord {
    margin-top: 100px;
    font-size: 20px;
    border: 2px solid #f4f4f4;
    display: inline-block;
    padding: 40px;
    text-align: center;
    margin-left: 42%;
    ;
    color: rgba(146, 143, 143, 0.53);
}


.CrossIcon {
    cursor: pointer;
    position: absolute;
    display: block;
    margin: -155px 0px 0px 160px;
    background: url('~/resources/images/cross-icon-normal.png') no-repeat;
    width: 20px;
    height: 21px;
    z-index: 998;
}

    .CrossIcon:hover {
        cursor: pointer;
        position: absolute;
        display: block;
        margin: -155px 0px 0px 160px;
        background: url('~/resources/images/cross-icon-hover.png') no-repeat;
        width: 20px;
        height: 21px;
        z-index: 998;
    }


div#divPopup {
    position: absolute;
    z-index: 1000;
    background-color: White;
    border-radius: 3px;
}

#divPopup {
    padding: 15px 15px;
    display: none;
    border: 4px solid gray;
    border-radius: 8px;
}

.ui-dialog {
    padding: 0px !important;
    border-radius: 0px;
}

.ui-dialog-close-icon, .ui-dialog-close-icon-widget, .ui-dialog-close-icon-SeeAll {
    position: absolute;
    right: 0px;
    top: 0px;
    color: black;
    text-align: center;
    line-height: 25px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'OpenSansRegular';
    z-index: 1001;
}

.ui-dialog .ui-dialog-titlebar {
    display: none !important;
}

.ui-widget-overlay {
    -webkit-opacity: 1.0 !important;
    -moz-opacity: 1.0 !important;
    opacity: 0.3 !important;
}

.custom-overlay-widget {
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    opacity: 0 !important;
}

.ui-widget-overlay.custom-overlay {
    background: rgba(0,0,0,0.65);
}



.modal h2, .modal h3, .modal p, .modal ul li, .modal a {
    font-family: 'OpenSansRegular';
    font-weight: normal;
}

.modal h2 {
    font-size: 18px;
}

.modal h3 {
    font-size: 16px;
}

.modal p {
    font-size: 16px;
    margin: 15px 0;
}

.modal h2.ui-dialog-head-title {
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
}

.modal h2.ui-dialog-head-title-Upload {
    margin: 0px 1px 0px 67px;
    width: 358px;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-top: 25px;
}

.modal h2.ui-dialog-head-ImageName-Gallary {
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
    font-family: 'OpenSansSemibold';
    font-size: 24px;
}

.modal h2.ui-dialog-head-title-Upload {
    margin: 0px 1px 0px 67px;
    width: 358px;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-top: 25px;
}

.modal h2.ui-dialog-head-ImageName-Gallary {
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
    font-family: 'OpenSansSemibold';
    font-size: 24px;
}


.modal .modal-ul {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

    .modal .modal-ul li {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        font-size: 0px;
    }

        .modal .modal-ul li span {
            display: inline-block;
            width: 33.3%;
            font-size: 16px;
        }

            .modal .modal-ul li span:first-child {
                font-family: 'OpenSansSemibold';
            }

.modal a {
    color: #3398CC;
    font-size: 16px;
}

.modal .modal-ul li span a.edit {
    background: url(~/resources/images/link-arrow.html) right center no-repeat;
    display: block;
}


.button_controls_wrap,
.form_controls_wrap,
.links-wrap {
    display: block;
}

.button-normal {
    background-color: #FBFBFB !important;
    color: #777 !important;
    border-radius: 4px !important;
    height: 33px !important;
    cursor: pointer !important;
    border: 1px solid #CCC !important;
    padding: 6px 10px !important;
    font-family: 'OpenSansRegular' !important;
    font-size: 14px !important;
    min-width: 70px;
}



    .button-normal:hover {
        background-color: #E1E1E1 !important;
        border: solid 1px #C2C2C2 !important;
        color: #222222 !important;
        border-radius: 4px !important;
        height: 33px !important;
        cursor: pointer !important;
        padding: 6px 10px !important;
        font-family: 'OpenSansRegular' !important;
        font-size: 14px !important;
        min-width: 70px;
    }

.sourceDetail {
    float: left;
    display: inline-block;
    width: 94%;
    margin-top: 40px;
    margin-left: 40px;
}

    .sourceDetail .heading {
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .sourceDetail .normal {
        display: inline-block;
        font-size: 16px;
        padding-bottom: 8px;
    }


    .sourceDetail .address {
        display: inline-block;
        font-size: 16px;
        padding-bottom: 8px;
        color: #666;
    }

#ControlsArea ul.ui-user-controls-icons-list, .ui-user-controls-search {
    display: inline-block;
    font-size: 0px;
}

.ui-user-controls-search {
    margin-top: 8px;
    margin-right: 15px;
}

    .ui-user-controls-search .ui-uc-hs-txt-field {
        display: block;
        position: relative;
    }


        .ui-user-controls-search .ui-uc-hs-txt-field input[type=text] {
            padding-right: 25px;
        }

#txtSearchLeft, #txtSearchRight {
    border: 1px solid #bbb;
    margin: 0px;
    padding: 5px 8px;
    font-size: 14px;
    font-family: 'OpenSansRegular', sans-serif;
    outline: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    background: #fff;
    resize: none;
}

.ui-user-controls-search .ui-uc-hs-txt-field .ui-uc-hs-searchbtn {
    background: url(~/resources/images/icon-search.png) left top no-repeat;
    width: 14px;
    height: 14px;
    border: 0px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

input[type=button], input[type=submit], button {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
}

input, textarea, select {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
}

.bMoveRightAll {
    background: url(~/resources/images/MoveAllRight.png) no-repeat;
    width: 49px;
    height: 46px;
    display: inline-block;
}


.marginTop.ten {
    margin-top: 10px !important;
}

.bMoveRight {
    background: url(~/resources/images/MoveRight.png) no-repeat;
    width: 49px;
    height: 46px;
    display: inline-block;
}

.bMoveLeft {
    background: url(~/resources/simages/MoveLeft.png) no-repeat;
    width: 49px;
    height: 46px;
    display: inline-block;
}

.bMoveLeftAll {
    background: url(~/resources/images/MoveLeftAll.png) no-repeat;
    width: 49px;
    height: 46px;
    display: inline-block;
}

.ln30br {
    height: 30px;
}

.ln60br {
    height: 60px;
}

.clearsearch_common {
    background: url(~/resources/images/cross-icon-normal.png) left top no-repeat !important;
    width: 18px;
    height: 18px;
    border: 0px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    border: none !important;
}

    .clearsearch_common:hover {
        background: url(~/resources/images/cross-icon-hover.png) left top no-repeat !important;
        width: 18px;
        height: 18px;
        border: 0px;
        position: absolute;
        top: 8px;
        right: 8px;
        cursor: pointer;
        border: none !important;
    }
