*{
    border-radius:0 !important;
}

html{
    background:#f8f9f6;
}

*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

input[type=text]:focus, textarea:focus {
    background:#fff !important;

}

a {
    text-decoration: none;
    color:#2980b9 ;
}
a:hover {
    text-decoration: underline;
    color:#2980b9 ;
}
a.active{
    color:#006635;
}
a.active.gray{
    color:#056839 ;
    font-family:roboto;
}
.no-padding{
    padding-left:0 !important;
    padding-right:0 !important;
}

.gray{
color:#ccc;
}
body {
    font-family:roboto !important;
    padding:0 0 0 0;
    margin:0;
    color:#444 !important;
    min-width:1200px;
    background-attachment: fixed;
    background-size:cover;
    font-size:80% !important;
    line-height:1.9em !important;
    /*background:#cdd7c3;*/
}

table {
    border-collapse: collapse;
    border:2px transparent solid;
}

table.table tr td{
    border-collapse: collapse;
    border:2px #fff solid !important;
}

table.table tr.even {
    background:#f2f2f2;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #f2f2f2;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;  
}
.bold, b, strong, h1, h2, h3, h4{
    font-family: roboto;
    font-weight:700;
}
.light{
    font-family: roboto;
    font-weight:lighter;
}

.container{
    /*min-width:1170px;*/
    width:100%;
    min-width:100%;

}


#container {

}

#container{
    width:100%;
    padding-bottom:3em;
}

#container-in{
    margin:0 auto;
    padding-top: 1em;
    /*min-width:1024px;*/
    width:100%;

}

.left-nav * i.fa {
    color:#aba !important;
    font-size:80%;
    vertical-align:7%;
    margin-right:0.5em;
}


hr{
    border:none !important;
    border-bottom:1px dotted #888 !important;
} 


.form-error {
    font-size:0.8em;
    color:#ab6f6f;
    font-family:roboto;
    font-weight: 900;

}


#footer {
    color:#777;
    background:#F8F9F6;
    /*border-top:2px solid #006635;*/
    font-family:roboto;
    font-weight: normal;
    /*opacity:0.3;*/

}

#footer img{
    vertical-align:middle;
}

a img{
    border:none;
}


.left-nav{
    padding:0 1.2em 0 0em !important;
    margin-top:0;
}
.left-nav li{
    list-style:none;
    padding-bottom: 0.6em;

}

 li ul li a{
    color:#fff !important;
}

.left-nav li ul li a:active{
    color:#006635 !important;
}

.left-nav li ul{
    font-size:0.87em;
    padding-top:1em;
    padding-left:0.85em;
}


.toggle{
    display:none;
}

/*
@alizarin:                  #3498db;
@pomegranate:               #2980b9;
*/

ul.left-nav{
    margin:0;
    padding:0;
}

ul.left-nav li{
    display:inlineblock;
    padding:1em 0.6em 1em 0.6em ;
    background:#f4f4f4;
    margin-bottom:1px;
}

.top-nav-links{
    padding-bottom:1em;
}

.top-nav-links a {
    font-size:16px;
    font-weight:900;
    display: inline-block;
    background:#aaa;
    color:#fff;
    padding:0.5em 0.6em 0.5em 0.6em ;
    margin-right:0.8em;
    border:1px solid #aaa;

}

.top-nav-links a.active {
    background:#165b88;
    border:1px solid #165b88;
}

.top-nav-links a:hover{
    background:#fff;
    border:1px solid #165b88;
    color:#165b88;
    text-decoration: none;
}

.top-nav-links a.danger {
    background:#f00;
    color:#fff;
    border:1px solid #f00;
}
.top-nav-links a.danger.active {
    background:#fff;
    color:#f00;
}

.top-nav-links a.danger:hover{
    background:#fff;
    color:#f00;    
    border:1px solid #f00;
}

.left-nav .active a{
    color:#fff;
    
}

.left-nav .active {
    background:url(../images/here-white.png) center right no-repeat #3498db;
    font-weight:900;
}

.table{
    font-size:12.5px;
}

.table tr:hover{
    background:#f2f2f2;
    color:#777;
}

td.normal {
    background:#cdfacd !important;
    color:#222;
    border:1px solid #fff;
}
td.normal a{
    color:#222;
}
td.alert {
    background:#ff0 !important;
    color:#222;
    border:1px solid #fff;
}

td.alert a{
    color:#222;
}

a.alert{
    background:#ff0;
    color:#222;
    margin-bottom:0;
}
a.alarm{
    background:#f00;
    color:#fff;
}
a.normal{
    background:#cdfacd;
    color:#222;
}
td.alarm {
    background:#f00 !important;
    color:#fff ;
    border:1px solid #fff; 
}
td.alarm a{
    color:#fff ;
}
td.no-data{
    background:#eee !important;
    color:#000;
    border:1px solid #fff; 
}
.username-account{
    font-weight:bold;
}

.more-links div{
    padding:0 0 0.5em 0.5em ;
}
.more-links a{
    font-size:13px;
    font-weight:lighter;
}

input[type='text'],input[type='password'],textarea, select {
    padding:6px 6px 6px 6px   ;
    background:#eee;
    color:#777;
    border:1px solid #888;
    font-size:0.9em;
    width:360px;

}

input[type='text']:focus,input[type='password']:focus,textarea:focus, select:focus {
    color:#000;
    background-color:#eee;
    border:1px solid #34495E;
}

.notification {padding:1em 1em 1em 1em ; font-size:12px; text-align:center; margin-bottom:1em;margin-top:1em;}
.notification.note-success {background:#1abc9c; color:#fff;font-weight:bold;}
.notification.note-error {background:#ec9986; color:#fff;font-weight:bold;}
.notification .icon {}


body.fancybox-container{
    background:#fff;
    width:100%;
}
#fancybox-content{
    background:#fff;
    width:1170px;
    margin:0 auto;
}
.fancy-custom-close.fancybox-close{
    background:url(../images/close.png) #f00;
    width: 36px;
    height: 36px;
    right:40px;
    top:36px;
}

.btn.active-filter{
    border-right:4px solid #3498DB;
}

.btn-gray{
    background-color :#bbb;
}

.top-nav-links.green-links .active-filter{
    background:#3498DB;
    border-right:4px solid #3498DB;
}

.top-nav-links.green-links a{
    background:#1ABC9C;
    border:1px solid #1ABC9C;
}

.top-nav-links.green-links a:hover{
    background:#fff;
    border:1px solid #1ABC9C;
    color:#1ABC9C;
}

/*.leaflet-marker-icon.label *{color:#000;}*/


/*.leaflet-marker-icon.label *{color:#000;}*/
.district-value {
    position:absolute;
/*    background:url(../images/trans-bg.png);
    opacity:0.1;*/
    padding:0.2em 0.6em 0.2em 0.6em ;
    color:#666;  
    border-radius:1px !important;
    border-top-left-radius:0px !important;
    font-size:0.9em;
    left:-40px;
    top:-20px;
}



.leaflet-marker-icon {
    z-index:-100 !important;
}

/*  Fixed table header */

/*.load-map.btn-warning {
    font-weight:bold;
    background:none;
    border:1px solid #05a;
}*/


/*fancy checkboxes*/
input[type=checkbox].fancy-checkbox {
display:none;
}

.input input[type=checkbox].fancy-checkbox + label{
    vertical-align:middle;
    display:inline-block;
    clear:none;
}

 
input[type=checkbox].fancy-checkbox + label + label {
    display:inline-block;
    line-height:1.4em;
    clear:none;
}

input[type=checkbox].fancy-checkbox + label
{
    background: #ccc;
    /*background: #5ebb47;*/
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0;
    border-radius:5% !important;
    border:2px solid transparent;
    vertical-align:middle;

}

input[type=checkbox].fancy-checkbox:checked + label
{
    background: #3498db;
    border:4px solid #ccc;
    height: 20px;
    width: 20px;
    display:inline-block;
    padding: 0 0 0 0px;
}

 
input[type=checkbox].fancy-checkbox + label:hover
{
    border:2px solid #fff;
}

body.wait {
    opacity:0.4;
    filter: grayscale(100%);
    cursor : wait;
}

body.wait * {
    cursor : wait;
}
/*end : fancy checkboxes*/

.sparkline {
    display:inline-block;
    background:none;
    /*border:1px solid red;*/
}
.sparkline:hover {
    opacity:0.2;
}

canvas{
    background:url('../images/watermark-logo.png') no-repeat 50% 40%;
}