﻿
.floatpanel, .navbar-default {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#007db9e8', GradientType=0 );
}

.box .box-header:after, .box .chat .item:after, .box .chat .item > .attachment:after {
    clear: both;
}

.navbar-default .navbar-brand, .play_font {
    font-family: Play,sans-serif;
}

.wrapper {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.dashblocks {
    border-radius: 15px;
}

.navbar-default {
    background: -moz-linear-gradient(top,rgba(255,255,255) 0,rgba(204,204,204,.2) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255) 0,rgba(204,204,204,.2) 100%);
    background: linear-gradient(to bottom,#fff 0,rgba(204,204,204,.2) 100%);
    -webkit-box-shadow: 0 2px 14px -4px rgba(43,43,43,.28);
    -moz-box-shadow: 0 2px 14px -4px rgba(43,43,43,.28);
    box-shadow: 0 2px 14px -4px rgba(43,43,43,.28);
}

    .navbar-default .navbar-brand {
        color: #0073b7 !Important;
        font-weight: 600;
        letter-spacing: 3px;
        word-spacing: 3px;
    }

.margintop2 {
    margin-top: 2%;
}

.margintop20 {
    margin-top: 20%;
}

.dashheading {
    color: #337ab7;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 5px;
}

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .small-box > .inner {
        padding: 10px;
    }

    .small-box > .small-box-footer {
        position: relative;
        text-align: center;
        padding: 3px 0;
        color: #fff;
        color: rgba(255,255,255,.8);
        display: block;
        z-index: 10;
        background: rgba(0,0,0,.1);
        text-decoration: none;
    }

        .small-box > .small-box-footer:hover {
            color: #fff;
            background: rgba(0,0,0,.15);
        }

    .small-box h3 {
        font-size: 38px;
        font-weight: 700;
        margin: 0 0 10px;
        white-space: nowrap;
        padding: 0;
    }

    .small-box p {
        font-size: 15px;
    }

        .small-box p > small {
            display: block;
            color: #f9f9f9;
            font-size: 13px;
            margin-top: 5px;
        }

    .small-box h3, .small-box p {
        z-index: 5;
    }

    .small-box .icon {
        position: absolute;
        top: auto;
        bottom: 8px;
        right: 5px;
        z-index: 0;
        font-size: 70px;
        color: rgba(0,0,0,.15);
        opacity: .5;
    }

    .small-box:hover {
        text-decoration: none;
        color: #f9f9f9;
    }

        .small-box:hover .icon {
            animation-name: tansformAnimation;
            animation-duration: .5s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            animation-fill-mode: forwards;
            -webkit-animation-name: tansformAnimation;
            -webkit-animation-duration: .5s;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: ease;
            -webkit-animation-fill-mode: forwards;
            -moz-animation-name: tansformAnimation;
            -moz-animation-duration: .5s;
            -moz-animation-iteration-count: 1;
            -moz-animation-timing-function: ease;
            -moz-animation-fill-mode: forwards;
        }

@keyframes tansformAnimation {
    from {
        font-size: 70px;
    }

    to {
        font-size: 76px;
    }
}

@-webkit-keyframes tansformAnimation {
    from {
        font-size: 70px;
    }

    to {
        font-size: 76px;
    }
}

@media screen and (max-width:480px) {
    .small-box {
        text-align: center;
    }

        .small-box .icon {
            display: none;
        }

        .small-box p {
            font-size: 10px;
        }
}

.box {
    position: relative;
    background: #fff;
    border-top: 2px solid #c1c1c1;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

    .box .box-body .table, .box .box-body > .table, .box .box-body > table {
        margin-bottom: 0;
    }

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

    .box.box-info {
        border-top-color: #00c0ef;
    }

    .box.box-danger {
        border-top-color: #f56954;
    }

    .box.box-warning {
        border-top-color: #f39c12;
    }

    .box.box-success {
        border-top-color: #00a65a;
    }

    .box.height-control .box-body {
        max-height: 300px;
        overflow: auto;
    }

    .box .box-header {
        position: relative;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom: 0 solid #f4f4f4;
        color: #444;
        padding-bottom: 10px;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        .box .box-header:after, .box .box-header:before {
            display: table;
            content: " ";
        }

        .box .box-header .box-title, .box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion {
            display: inline-block;
            padding: 10px 0 10px 10px;
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            float: left;
            cursor: default;
        }

        .box .box-header a:not(.btn) {
            color: #444;
        }

        .box .box-header > .box-tools {
            padding: 5px 10px 5px 5px;
        }

.box-lbl-txt {
    font-size: 11px;
}

.box .box-body {
    padding: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .box .box-body.chart-responsive {
        width: 100%;
        overflow: hidden;
    }

    .box .box-body > .chart {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .box .box-body > .chart canvas, .box .box-body > .chart svg {
            width: 100% !important;
        }

    .box .box-body .fc {
        margin-top: 5px;
    }

    .box .box-body .fc-header-title h2 {
        font-size: 14px;
        line-height: 1.6em;
        color: #666;
        margin-left: 10px;
    }

    .box .box-body .fc-header-right {
        padding-right: 10px;
    }

    .box .box-body .fc-header-left {
        padding-left: 10px;
    }

    .box .box-body .fc-widget-header {
        background: #fafafa;
        box-shadow: inset 0 -3px 1px rgba(0,0,0,.02);
    }

    .box .box-body .fc-grid {
        width: 100%;
        border: 0;
    }

    .box .box-body .fc-widget-content:first-of-type, .box .box-body .fc-widget-header:first-of-type {
        border-left: 0;
        border-right: 0;
    }

    .box .box-body .fc-widget-content:last-of-type, .box .box-body .fc-widget-header:last-of-type {
        border-right: 0;
    }

    .box .box-body .full-width-chart {
        margin: -19px;
    }

    .box .box-body.no-padding .full-width-chart {
        margin: -9px;
    }

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.box.box-solid {
    border-top: 0;
}

    .box.box-solid > .box-header {
        padding-bottom: 0 !important;
    }

        .box.box-solid > .box-header .btn.btn-default {
            background: 0 0;
        }

    .box.box-solid.box-primary > .box-header {
        color: #fff;
        background: #3c8dbc;
    }

        .box.box-solid.box-primary > .box-header a {
            color: #444;
        }

    .box.box-solid.box-info > .box-header {
        color: #fff;
        background: #00c0ef;
    }

        .box.box-solid.box-info > .box-header a {
            color: #444;
        }

    .box.box-solid.box-danger > .box-header {
        color: #fff;
        background: #f56954;
    }

        .box.box-solid.box-danger > .box-header a {
            color: #444;
        }

    .box.box-solid.box-warning > .box-header {
        color: #fff;
        background: #f39c12;
    }

        .box.box-solid.box-warning > .box-header a {
            color: #444;
        }

    .box.box-solid.box-success > .box-header {
        color: #fff;
        background: #00a65a;
    }

        .box.box-solid.box-success > .box-header a {
            color: #444;
        }

    .box.box-solid > .box-header > .box-tools > .btn {
        border: 0;
        box-shadow: none;
    }

    .box.box-solid.collapsed-box .box-header {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .box.box-solid[class*=bg] > .box-header {
        color: #fff;
    }

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: .3em;
}

.box .todo-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .box .todo-list > li {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 10px;
        background: #f3f4f5;
        margin-bottom: 2px;
        border-left: 2px solid #e6e7e8;
        color: #444;
    }

        .box .todo-list > li:last-of-type {
            margin-bottom: 0;
        }

        .box .todo-list > li.danger {
            border-left-color: #f56954;
        }

        .box .todo-list > li.warning {
            border-left-color: #f39c12;
        }

        .box .todo-list > li.info {
            border-left-color: #00c0ef;
        }

        .box .todo-list > li.success {
            border-left-color: #00a65a;
        }

        .box .todo-list > li.primary {
            border-left-color: #3c8dbc;
        }

        .box .todo-list > li > input[type=checkbox] {
            margin: 0 10px 0 5px;
        }

        .box .todo-list > li .text {
            display: inline-block;
            margin-left: 5px;
            font-weight: 600;
        }

        .box .todo-list > li .label {
            margin-left: 10px;
            font-size: 9px;
        }

        .box .todo-list > li .tools {
            display: none;
            float: right;
            color: #f56954;
        }

            .box .todo-list > li .tools > .fa, .box .todo-list > li .tools > .glyphicon, .box .todo-list > li .tools > .ion {
                margin-right: 5px;
                cursor: pointer;
            }

        .box .todo-list > li:hover .tools {
            display: inline-block;
        }

        .box .todo-list > li.done {
            color: #999;
        }

            .box .todo-list > li.done .text {
                text-decoration: line-through;
                font-weight: 500;
            }

            .box .todo-list > li.done .label {
                background: #eaeaec !important;
            }

    .box .todo-list .handle {
        display: inline-block;
        cursor: move;
        margin: 0 5px;
    }

.box .chat {
    padding: 5px 20px 5px 10px;
}

    .box .chat .item {
        margin-bottom: 10px;
    }

        .box .chat .item:after, .box .chat .item:before {
            display: table;
            content: " ";
        }

        .box .chat .item > img {
            width: 40px;
            height: 40px;
            border: 2px solid transparent;
            -webkit-border-radius: 50% !important;
            -moz-border-radius: 50% !important;
            border-radius: 50% !important;
        }

            .box .chat .item > img.online {
                border: 2px solid #00a65a;
            }

            .box .chat .item > img.offline {
                border: 2px solid #f56954;
            }

        .box .chat .item > .message {
            margin-left: 55px;
            margin-top: -40px;
        }

            .box .chat .item > .message > .name {
                display: block;
                font-weight: 600;
            }

        .box .chat .item > .attachment {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: #f0f0f0;
            margin-left: 65px;
            margin-right: 15px;
            padding: 10px;
        }

            .box .chat .item > .attachment > h4 {
                margin: 0 0 5px;
                font-weight: 600;
                font-size: 14px;
            }

            .box .chat .item > .attachment > .filename, .box .chat .item > .attachment > p {
                font-weight: 600;
                font-size: 13px;
                font-style: italic;
                margin: 0;
            }

            .box .chat .item > .attachment:after, .box .chat .item > .attachment:before {
                display: table;
                content: " ";
            }

.box > .loading-img, .box > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box > .overlay {
    z-index: 1010;
    background: rgba(255,255,255,.7);
}

    .box > .overlay.dark {
        background: rgba(0,0,0,.5);
    }

.box > .loading-img {
    z-index: 1020;
    background: url(../img/ajax-loader1.gif) 50% 50% no-repeat;
}

.bg-aqua, .bg-black, .bg-blue, .bg-cherry, .bg-fuchsia, .bg-grass, .bg-grass-dark, .bg-green, .bg-light-blue, .bg-lime,
.bg-maroon, .bg-maroon-light, .bg-navy, .bg-olive, .bg-orange, .bg-purple, .bg-red, .bg-teal, .bg-wood, .bg-yellow, .sp_shadowbox,
.bg-behongo, .bg-cheerkid, .bg-redmist, .bg-starfall, .bg-shadownight, .bg-ash, .bg-moor, .bg-lostmemory, .bg-vasily, .bg-pinotnoir,
.bg-army, .bg-shrimpy, .bg-influenza, .bg-mantle, .bg-moss, .bg-veniceblue, .bg-steelgray, .bg-mirage, .bg-aquamarine, .bg-poncho,
.bg-scooter {
    color: #f9f9f9 !important;
    -webkit-box-shadow: 0 1px 5px 0 #afafaf;
    -moz-box-shadow: 0 1px 5px 0 #afafaf;
    box-shadow: 0 1px 5px 0 #afafaf;
}

.bg-gray {
    background-color: #eaeaec !important;
}

.bg-blackd {
    background-color: #222 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-cherry {
    background-color: #cd1231 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #5fb4ef !important;
}

.bg-wood {
    background-color: #ab7d44 !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-grass {
    background-color: #a1c436 !important;
}

.bg-grass-dark {
    background-color: #87a03a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #7f8000 !important;
}

.bg-lime {
    background-color: #00e405 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon, .bg-maroon-light {
    background-color: #945272 !important;
}

.bg-behongo {
    background: #52c234; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #061700, #52c234); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #061700, #52c234); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-cheerkid {
    background: #556270; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FF6B6B, #556270); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FF6B6B, #556270); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-redmist {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e74c3c, #000000); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e74c3c, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-starfall {
    background: #F0C27B; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #4B1248, #F0C27B); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #4B1248, #F0C27B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-shadownight {
    background: #000000; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #53346D, #000000); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #53346D, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-ash {
    background: #606c88; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3f4c6b, #606c88); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-moor {
    background: #616161; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #9bc5c3, #616161); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #9bc5c3, #616161); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-lostmemory {
    background: #DE6262; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-vasily {
    background: #e9d362; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #333333, #e9d362); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #333333, #e9d362); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-pinotnoir {
    background: #4b6cb7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #182848, #4b6cb7); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #182848, #4b6cb7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-army {
    background: #414d0b; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #727a17, #414d0b); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #727a17, #414d0b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-shrimpy {
    background: #e43a15; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e65245, #e43a15); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e65245, #e43a15); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-influenza {
    background: #C04848; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #480048, #C04848); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #480048, #C04848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-mantle {
    background: #24C6DC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #514A9D, #24C6DC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-moss {
    background: #134E5E; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #71B280, #134E5E); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #71B280, #134E5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-veniceblue {
    background: #085078; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #85D8CE, #085078); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #85D8CE, #085078); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-steelgray {
    background: #1F1C2C; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #928DAB, #1F1C2C); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #928DAB, #1F1C2C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-mirage {
    background: #16222A; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3A6073, #16222A); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #3A6073, #16222A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-aquamarine {
    background: #1A2980; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #26D0CE, #1A2980); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #26D0CE, #1A2980); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-scooter {
    background: #36D1DC; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #5B86E5, #36D1DC); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #5B86E5, #36D1DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-poncho {
    background: #403A3E; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #BE5869, #403A3E); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BE5869, #403A3E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.text-red {
    color: #f56954 !important;
}

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #7f8000 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}

.bgdash {
    background: -moz-linear-gradient(top,rgba(41,154,206,.4) 0,rgba(125,185,232,.2) 100%);
    background: -webkit-linear-gradient(top,rgba(41,154,206,.4) 0,rgba(125,185,232,.2) 100%);
    background: linear-gradient(to bottom,rgba(41,154,206,.4) 0,rgba(125,185,232,.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299ace', endColorstr='#007db9e8', GradientType=0 );
    border-radius: 2px;
    min-height: 30px;
}

.pagination-ys {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a, .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #ddd;
            cursor: default;
        }

.adtrptbtn, .crtbtn, .mddashbtn, .mrtbtn, .natadashbtn, .trendsdashbtn, .cidashbtn {
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
    transition: ease-in .5s;
    z-index: 3;
    /*position: absolute;
    left: 15px;*/
}

.pagination-ys table > tbody > tr > td:first-child > a, .pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a, .pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:focus, .pagination-ys table > tbody > tr > td > a:hover, .pagination-ys table > tbody > tr > td > span:focus, .pagination-ys table > tbody > tr > td > span:hover {
    color: #97310e;
    background-color: #eee;
    border-color: #ddd;
}

.mrtbtn {
    background-image: url(../Images/billing_dash2.png);
    /*top: 2%;*/
    opacity: .6;
}

    .mrtbtn:active, .mrtbtn:hover {
        opacity: 1;
    }

.crtbtn {
    background-image: url(../Images/energy-saving-3.png);
    /*top: 18%;*/
    opacity: .6;
}

    .crtbtn:active, .crtbtn:hover {
        opacity: 1;
    }

.adtrptbtn {
    background-image: url(../Images/audit_dash.png);
    /*top: 34%;*/
    opacity: .6;
}

    .adtrptbtn:active, .adtrptbtn:hover {
        opacity: 1;
    }

.mddashbtn {
    background-image: url(../Images/internal-audit-icon1.png);
    /*top: 51%;*/
    opacity: .6;
}

    .mddashbtn:active, .mddashbtn:hover {
        opacity: 1;
    }

.trendsdashbtn {
    background-image: url(../Images/trends-icon.png);
    /*top: 68%;*/
    opacity: .6;
}

    .trendsdashbtn:active, .trendsdashbtn:hover {
        opacity: 1;
    }

.natadashbtn {
    background-image: url(../Images/monitoring-512.png);
    /*top: 84%;*/
    opacity: .6;
}

    .natadashbtn:active, .natadashbtn:hover {
        opacity: 1;
    }

.cidashbtn {
    background-image: url(../Images/survey.png);
    /*top: 84%;*/
    opacity: .6;
}

    .cidashbtn:active, .cidashbtn:hover {
        opacity: 1;
    }

.menupanel {
    z-index: 99999;
}

.floatpanel {
    height: 400px;
    width: 80px;
    position: fixed;
    left: 0;
    top: 8%;
    z-index: 100000;
    border-radius: 5px 0 0 5px;
    display: none;
    background: -moz-linear-gradient(top,rgba(239,239,239,.62) 0,rgba(255,255,255,.95) 100%);
    background: -webkit-linear-gradient(top,rgba(239,239,239,.62) 0,rgba(255,255,255,.95) 100%);
    background: linear-gradient(to bottom,rgba(239,239,239,.62) 0,rgba(255,255,255,.95) 100%);
    -webkit-box-shadow: -3px 3px 14px -4px rgba(43,43,43,.7);
    -moz-box-shadow: 2px 2px 10px 0 rgba(43,43,43,.7);
    box-shadow: 2px 2px 10px 0 rgba(43,43,43,.7);
}

.borderedbox, .mappanel {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 );
}

.pullbtn {
    color: #5c5c5c;
    transition: ease-in 1s;
}

    .pullbtn:hover {
        zoom: 1.05;
        color: #f56954;
    }

    .pullbtn:active {
        zoom: .95;
    }

.tooglewrap {
    position: fixed;
    left: 2%;
    top: 2%;
    z-index: 9998;
    width: 25px;
    height: 25px;
    padding: 3px 6px;
}

.imrlmodalpopup {
    color: #fff;
}

    .imrlmodalpopup:active, .imrlmodalpopup:hover {
        color: #206788;
        text-decoration: none;
    }

.header_div {
    letter-spacing: 0.1px;
    color: #434348;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.control_header {
    padding-bottom: 10px;
    /* background-color: rgba(88, 117, 66, 0.87); */
    padding-top: 10px;
    padding-right: 10px;
    /* color: #fff; */
    border: 1px solid rgb(56, 158, 217);
    /*border-radius: 5px;*/
    -webkit-box-shadow: inset 0px 0px 17px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0px 0px 17px 5px rgba(0,0,0,0.08);
    box-shadow: inset 0px 0px 17px 5px rgba(0,0,0,0.08);
}

.control_toggle {
    color: #945272;
    /* border: 1px dashed #b5b5b5; */
    padding: 1px 0px 0 5px;
    /* border-radius: 25px; */
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

    .control_toggle:active, .control_toggle:after, .control_toggle:hover {
        color: #00903f;
        text-decoration: none;
    }

.lbl_auditlbls {
    font-size: 11px;
    width: 40%;
    position: relative;
    display: block;
    float: left;
    padding: 0;
}

.altcontrol {
    font-weight: 600;
    width: 90%;
}

.dash_text {
    color: #797979;
    line-height: 3;
    font-size: 15px;
    display: block;
    /*text-align: -webkit-right;*/
    font-weight: 600;
    text-indent: 60px;
}

.borderedbox {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    margin-bottom: 2%;
    padding: 0;
}

.sidebarfooter {
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
    border-radius: 5px;
    background: rgba(204,204,204,.54);
    font-weight: 600;
}

.gaugebg {
    width: 100%;
    height: 150px;
}

.col-lg-sp1 {
    display: block;
    height: 500px;
    width: 2.8%;
    float: left;
}

.headersp {
    text-align: left;
    background: #f5f5f5;
    padding: 5px;
    color: #6f0000;
    letter-spacing: 1px;
    width: 96.5%;
    margin: 10px auto;
}

.panelhead {
    width: 100%;
    color: #fff;
    height: 35px;
    font-variant: small-caps;
    font-size: 14px;
    padding-bottom: 0px;
    background-color: #389eda;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    /* color: #fff; */
    border: 2px solid rgb(56, 157, 217);
    border-bottom: 0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 17px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0px 0px 17px 5px rgba(0,0,0,0.08);
    box-shadow: inset 0px 0px 17px 5px rgba(0,0,0,0.08);
}

.mappanel {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
}

.mappanel2 {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 0,rgba(240,240,240,1) 100%);
    border: 2px solid rgb(55, 155, 214);
    /*border-radius: 5px;*/
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0,0,0,.2);
        margin: 5px -10px;
        height: 2px;
    }

        .info-box .progress, .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #fff;
            }

.info-box-icon {
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,.2);
    border-radius: 2px 0 0 2px;
}

    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.updatewrap, .updatewrap .updateimagewrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 99999;
}

.info-box-number {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.info-box-text, .progress-description {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-box-text {
    text-transform: uppercase;
}

.info-box-more {
    display: block;
}

.ui-jqgrid .ui-jqgrid-titlebar, .ui-jqgrid tr.jqgrow td, table {
    font-family: Ubuntu,sans-serif;
}

.navbtn {
    cursor: pointer;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
    color: grey;
}

    .navbtn:hover {
        color: #0978d7;
    }

.style1 {
    background-color: #fff;
    font-weight: 700;
    border: 2px solid #069;
}

#map_canvas img {
    max-width: none;
}

.updatewrap {
    position: fixed;
    top: 0;
}

    .updatewrap .updateimagewrap {
        background-color: transparent;
        background-color: rgba(228,228,228,.5);
    }

.infoDiv, .infoDiv2 {
    -webkit-user-select: none;
    background-color: rgba(255,255,255,.84);
}

.updatewrap .updateimagewrap .loaderimg {
    width: 20%;
    margin: 20% 40%;
}

.infoDiv {
    height: 80px;
    width: 200px;
}

.infoDiv2 {
    left: 50px;
    top: 50px;
    background-image: url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/examples/tipbox.gif);
    background-repeat: no-repeat;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url(../Images/beepi_loader_blue.gif) center no-repeat #fff;
    background-size: 20% auto;
}

.map-marker-label {
    position: absolute;
    color: #fff;
    font-size: 8px;
    background-color: #2ea6ff;
    padding: 2px;
    display: block;
    border-radius: 50%;
}

.slinactive {
    display: none;
}

.readingimg {
    width: 100%;
    transition: -webkit-transform 1s ease-in;
    transition: transform 1s ease-in;
}

    .readingimg:hover {
        -webkit-transform: scale(2);
        transform: scale(2);
        overflow: auto;
    }

    .readingimg:active {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        overflow: auto;
    }

.ui-search-menu {
    background: #fff;
}

.ui-jqgrid tr.jqgrow td {
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    overflow: hidden;
    height: auto;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

.ui-jqgrid-btable .ui-state-highlight {
    background: #ff0;
}

.phasebtn {
    margin: 12px 5px 0;
    -webkit-box-shadow: 0 1px 5px 0 #afafaf;
    -moz-box-shadow: 0 1px 5px 0 #afafaf;
    box-shadow: 0 1px 5px 0 #afafaf;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(.1);
    -moz-transform: scale(.1);
    -ms-transform: scale(.1);
    transform: scale(.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0,-300px,0);
    transform: translate3d(0,-300px,0);
    opacity: 1;
}

.panel-special {
    background-color: #e6f5ff;
    border: 1px solid #9ed8ff;
}

.trendbtn {
    float: right;
    background-color: rgb(119, 119, 119);
    color: #c0ff00;
}

    .trendbtn:hover {
        color: #ffaa24 !important;
    }

.margintop5 {
    margin-top: 5%;
}

.margintop10 {
    margin-top: 10%;
}


/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    /* background-color: #f3f3f3; */
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    -webkit-box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 0px 4px 0px rgba(0,0,0,0.25);
}

    /* The navigation menu links */
    .sidenav a {
        /*padding: 8px 8px 8px 32px;*/
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        margin-left: 20%;
        margin-top: 10%;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media (min-width: 1200px) {
    .col-lg-3sp {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .col-lg-3sp {
        width: 20%;
    }
}

.iconmargin {
    margin-right: 2%;
}

.fontden {
    font-size: 12px;
    color: rgba(0, 115, 183, 0.67);
}

.info-modal {
    /* background-color: rgba(66, 66, 66, 0.74); */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    color: #fff;
}

.overflown {
    overflow-x: auto;
}

@media (max-width: 560px) {
    .header_div {
        font-size: 10px;
    }
}



