body {
    font: 15px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    color: #000;
    background: #efefef;
    padding-top: 145px;
}

.h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.h4 {
    margin-bottom: 5px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.infoWindowContent {
    width: 260px;
}

.nvd3.nv-pie path {
    fill-opacity: 1 !important;
}

.btn-warning {
    color: #fff;
    background-color: #ffc226;
    border-color: #ffc226;
}

.btn-danger {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-success {
    color: #fff;
    background-color: #39b54a;
    border-color: #39b54a;
}

.ng-pageslide {
    background: #eee;
    z-index: 2000 !important;
}

.btn {
    border-radius: 0;
}

ul.sidemenu {
    padding-left: 0;
}

ul.sidemenu li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

ul.sidemenu li a {
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    display: block;
}

ul.sidemenu li a i {
    text-align: right;
    float: right;
    font-size: 22px;
    color: #f7941d;
    margin-top: -1px;
}

body.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
    opacity: 0.5;
    pointer-events: all;
}

body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}


/*.smiley {
    width: 20%;
    margin: -41.5% auto 0;
}*/


#goodDonutId svg, #dirtyDonutId svg{ margin-top: -50px; }

h2.percentage{

    position: absolute;
    bottom: 10%;
    right: 60px;
}

.h2.percentage{

    position: absolute;
    top: 20%;
    right: 30px;
}
.piechart {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: -20%;
}

.smileyCompare {
    width: 30%;
    margin: -52.5% auto 0;
    padding-bottom: 50px;
}

.smiley {
    width: 40%;
    margin: -70% 30%;
}

.smiley img,
.livesmiley img,
.topSmiley img {
    width: 100%;
}

.livesmiley {
    width: 30%;
    margin: -52.5% auto 0;
    padding-bottom: 10%;
}

.topSmiley {
    width: 39%;
    margin: -69.5% auto 0;
    padding-bottom: 10%;
}

.liveDatasvg svg {
    margin-top: -30px;
}

#todayDataTodayId svg,
#totalDataTillDateId svg {
    margin-top: -40px;
}

.green {
    color: #39b54a
}

.red {
    color: #ff0000
}

.yellow {
    color: #ffc226
}


.greyBackground {
    background-color: #6f6f6f;
}

.greenBackground {
    background-color: #39b54a
}

.redBackground {
    background-color: #ff0000
}

.yellowBackground {
    background-color: #ffc226;
}

.totalBackground {
    background-color: #44d1e2;
}


.values {
    text-align: left;
    margin-top: 30px;
}

.values h2 {
    font-weight: 700;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    margin-bottom: 0;
    font-size: 42px;
}

.values h3 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    margin-bottom: 0;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 1366px) {
    #todayDataTodayId svg,
    #totalDataTillDateId svg {
        margin-top: -20px;
    }
    .values {
        text-align: left;
        margin-top: 0;
        padding: 0;
    }
    .values h3 {
        margin-bottom: 10px;
    }
}

header {
    background-color: #ffffff;
    padding: 5px 0;
    box-shadow: 2px 2px 5px 2px #ebe6e6;
}

header p {
    margin-bottom: 5px;
}

header h1 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 700;
}

header h2 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin: 0;
    text-align: center;
    font-size: 20px;
}

.pollin {
    padding: 10px 0;
    background: #f7941d;
    box-shadow: 2px 2px 5px 2px #ebe6e6;
}

.pollin.country {
    background-color: #f7941d;
}

.pollin.city {
    background-color: #00aeef;
}

.pollin .pollData {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
    padding: 5px 0 0;
}

.pollin .pollData li {
    padding-right: 10px;
    border-right: 2px solid #000;
}

.pollin .pollData li:last-child {
    border-right: none;
    padding-right: 0;
}

.pollin .loginInfo {
    float: right;
    color: #000000;
    padding: 5px 0 0;
    margin-bottom: 0;
}

.pollin .loginInfo li {
    padding-right: 10px;
    border-right: 1px solid #000;
}

.pollin .loginInfo li:last-child {
    padding-right: 0;
    border-right: none;
}

#wrapper {
    margin-left: 60px;
    margin-top: 15px;
}

#wrapper header {
    background: #fff;
}

#wrapper .card {
    box-shadow: 2px 2px 5px 2px #ebe6e6;
}

#wrapper .serachbox {
    background-color: #414042;
    padding: 15px 35px;
}

#wrapper .serachbox [class*='col-md'],
#wrapper .serachbox [class*='col-sm'],
#wrapper .serachbox .row {
    padding: 0 5px;
}

#wrapper .serachbox label {
    color: #ffffff;
}

#wrapper .serachbox .form-control,
#wrapper .serachbox .btn {
    border-radius: 0;
}

#wrapper .serachbox .btn-default {
    background-color: #808285;
    color: #ffffff;
    border-color: #808285;
    margin-top: 22px;
}

#wrapper .serachbox .btn-default:hover {
    background-color: #00aeef;
    border-color: #00aeef;
}

#wrapper .serachbox .form-group {
    margin-bottom: 0;
}

#wrapper .serachbox .form-control {
    width: 100%;
}

#wrapper .white-box {
    background-color: #ffffff;
    margin: 15px 0 0;
    padding: 15px;
}

#wrapper .paddingDown {
    padding-bottom: 50px;
}

#wrapper .white-box h2 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-top: 5px;
    font-size: 32px;
    font-weight: bold;
}

#wrapper .white-box h4 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-bottom: 0;
    text-transform: capitalize;
}

.mapData {
    box-shadow: 2px 2px 5px 2px #ebe6e6;
    margin-top: 20px;
}

.liveDataTitle {
    background-color: #00aeef;
    color: #ffffff;
    padding: 10px 15px;
}

.liveDataTitle h3 {
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.orangeDataTitle {
    background-color: #f7941d;
    color: #000;
    padding: 10px 15px;
}

.orangeDataTitle h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.greendataTitle {
    background-color: #39b54a;
    color: #000;
    padding: 10px 15px;
}

.greendataTitle h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.reddataTitle {
    background-color: #ff0000;
    color: #000;
    padding: 10px 15px;
}

.reddataTitle h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.panel-sectoin {
    padding: 0 5px;
}

.panel h2.green,
.panel h2.red,
.panel h2.yellow {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
    position: absolute;
    bottom: 100px;
    right: 20px;
}

.panel h3.green,
.panel h3.red,
.panel h3.yellow {
    margin: 0;
    font-size: 18px;
}

.panel-sectoin [class*='col-md'],
.panel-sectoin [class*='col-sm'] {
    padding: 0 5px;
}

.panel-sectoin .row {
    margin: 0 -5px;
}

.panel-sectoin .panel-heading {
    border-radius: 0;
}

.panel-sectoin .panel-title {
    font-size: 24px;
    text-align: center;
}

.panel-sectoin .panel-body {
    font-size: 18px;
}

.panel {
    border-radius: 0;
    box-shadow: 2px 2px 5px 2px #ebe6e6;
    margin-top: 20px;
    margin-bottom: 0;
}

.panel-success > .panel-heading {
    color: #ffffff;
    background-color: #39b54a;
    border-color: #39b54a;
}

.panel-danger > .panel-heading {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.panel-warning > .panel-heading {
    color: #ffffff;
    background-color: #ffc226;
    border-color: #ffc226;
}

.panel-info > .panel-heading {
    color: #ffffff;
    background-color: #addfe5;
    border-color: #addfe5;
}

g-map > div {
    width: 100%;
    min-width: 100%;
    min-height: 75vh;
}

.dount-area {
    padding: 20px 80px;
}

.panel-body img {
    width: 260px;
    margin: auto;
    display: block;
}

thead {
    background: #f7941d;
    color: #ffffff;
}

tbody {
    background-color: #ffffff;
}

.projectDataTitle h3 {
    color: #676767;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.btn-radius {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0;
}

a .loginButton {
    color: #000;
    text-decoration: none;
}

.loginButton {
    background-color: transparent;
    border: none;
    outline: none;
    color: #000;
}

footer {
    background-color: #f7941d;
    padding: 20px 0;
    color: #000;
    text-align: center;
    margin-top: 50px;
}


/*# sourceMappingURL=main.css.map */

@media (max-width: 768px) {
    .pollin .pollData {
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
        padding: 5px 0 0;
        margin-bottom: 5px;
    }
    #wrapper .serachbox {
        background-color: #414042;
        padding: 15px 15px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    #wrapper {
        margin-left: 0;
    }
    .values {
        padding: 5px;
    }
    #wrapper .paddingDown {
        padding-bottom: 50px;
        min-height: 400px;
    }
}

@media (max-width: 600px) {
    .pollin .pollData {
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
        padding: 5px 0 0;
        margin-bottom: 5px;
    }
    h1 {
        font-size: 22px;
        margin-bottom: 0;
    }
    header h2 {
        font-size: 16px;
    }
    #wrapper {
        margin-left: 0;
    }
    #wrapper .paddingDown {
        padding-bottom: 50px;
        min-height: 480px;
    }
    .values {
        text-align: center;
    }
    body {
        font: 15px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
        color: #676767;
        background: #efefef;
        padding-top: 125px;
    }
    h2.green,
    h2.red,
    h2.yellow {
        font-size: 24px !important;
    }
}

@media (max-width: 420px) {
    .pollin .pollData {
        font-size: 14px;
        color: #000000;
        margin-bottom: 0;
        padding: 5px 0 0;
        margin-bottom: 5px;
    }
    h1 {
        font-size: 18px;
        margin-bottom: 0;
    }
    header h2 {
        font-size: 13px;
    }
    #wrapper {
        margin-left: 0;
    }
    #wrapper .paddingDown {
        padding-bottom: 50px;
        min-height: 400px;
    }
    .values {
        text-align: center;
    }
}
