* { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
    margin: 0px;
    padding: 0px;
    background-color: #f5f9fc;
}

@font-face{
    font-family: counts;
    src:url('../fonts/counts.ttf');
}

.hn-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 6px 10px;
    border-radius: 0px;
    margin: 0px 0 10px 0;
    box-shadow: 0 8px 0px rgba(0,0,0,0.02), 0 2px 6px rgba(0,40,60,0.05);
}

.hn-header .hn-timer {
    font-weight: bold;
    margin: 0px 10px;
}

.hn-header .hn-title {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(135deg, #1e3c5c 0%, #2b5b84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    letter-spacing: 1px;
}


.hn-header .hn-title i{
    font-size: 24px;
    color: #FFB800;
    margin: 0px 5px;
}

.hn-header .hn-login{
    display: flex;
    align-items: center;
    list-style-type: none;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;

}

.hn-header .hn-login li{
    margin: 0px 5px;
}

.hn-header .hn-login .hn-birdreport{
    color: #FFFFFF;
    text-align: right;
    display: block;
    font-size: 12px;
}

.hn-header .hn-login .hn-birdreport:hover{
    color: #FF4040;
}


.hn-header .hn-login .hn-birdreport > img{
    width: 24px;
    height: 24px;
}

.hn-header .hn-login a{
    color: #dddddd;
    display: inline-block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}


.hn-header .hn-login a:hover{
    color: #FF4040;
}

.hn-header .hn-login a i{
    padding: 0px 5px;
    font-size: 15px!important;
}

.hn-body{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
    background-color: #f5f9fc;
    min-height: 600px;
}

.hn-body-header{
    margin: 10px 0px;
    padding: 18px 18px 20px 18px;
    background-color: #FFF;
    transition: all 0.2s;
    position: relative;
    border: 1px solid #E5E6EB;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06), 0 2px 6px rgba(0,40,60,0.08);
}

.hn-body-header:hover {
    box-shadow: 0 0 5px rgba(0, 113, 241, 1);
}

.chart-title {
    font-size: 17px;
    font-weight: 600;
    color: #1e2f40;
    margin-bottom: 12px;
    padding-left: 12px;
    /*
    border-left: 4px solid #1E9FFF;
     */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.chart-title a, .chart-title i {
    color: #8a9aa8;
    font-size: 18px;
    cursor: pointer;
}

.chart-container {
    width: 100%;
    /*
    background: #fbfdff;
    flex: 1;
    background: linear-gradient(145deg, #f6f9fc 0%, #edf2f7 100%);
    border: 1px dashed #cbd5e1;
     */
    color: #b7c6d4;
    font-size: 14px;
    border-radius: 5px;

}

.hn-body-title{
    height: 35px;
    line-height: 35px;
    color: #333333;
    padding-left: 15px;
    font-weight: bold;
}

.hn-body-title > a{
    color: #eeeeee;
}

.hn-body-title a > i{
    margin: 10px 5px;
}

.hn-body-title > a:hover{
    color: #FF4040;
}

.hn-footer .col-md-3{
    margin-top: 0px!important;
    padding-top: 0px!important;
}

.hn-body-chart{
    padding: 10px 0px;
    min-height: 300px;
}

.hn-divider{
    border-right: 1px solid #585A5D;
    height: 45px;
    line-height: 45px;
    margin: 0px;
    padding: 0px 1px;
}

.image-border {
    position: absolute;
    width: 20px;
    height: 20px;
}

.image-border-left-top {
    top: 0;
    left: 0;
}

.image-border-right-top {
    top: 0;
    right: -2px;
}

.image-border-bottom-left {
    bottom: 0;
    left: 0;
}

.image-border-bottom-right {
    bottom: 0;
    right: -2px;
}
.search-box input{
    background-color:transparent ;
    color: #333333;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
}

.search-box button{
    background-color:transparent ;
    border:0px!important;
    margin: 0px;
    padding: 0px;
}

.search-box button i{
    color: #009688;
}

.hn-body-title-search{
    display: flex;
}

.hn-body-title-search div:first-child{
    width: 40%;
}

.hn-body-title-search div:nth-child(2){
    width: 53%;
    margin: 10px 12px;
}

.hn-body-title-search div:last-child > i{
    margin: 20px 0px;
}

.hn-body-title-search div:last-child > i:hover{
    color: #0c91e5!important;
}


.hn-body-title-search input{
    color: #FFFFFF!important;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    background-color:#39586C;
    border: 0px;
}

.marker-content .marker-title{
    font-weight: 700;
    font-size: 14px;
}

.amap-marker-label{
    background-color: #000000;
    opacity: 0.6;
    border-radius: 5px;
    padding: 10px 7px;
}

.amap-info-close{
    display: none!important;
}

.taxon_num{
    color: #419BEC;
    text-decoration: underline;
    cursor: pointer;
}

.hn-user-logout,
.hn-user-divider{
    display: none;
}

.hn-user{

}

.hn-warp{
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #E5E6EB;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1),0 2px 2px rgba(0,0,0,0.1),0 4px 4px rgba(0,0,0,0.1),0 8px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.2s ease;
}

.hn-warp-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #0f3ae8;
}

.hn-warp-title i{
    margin: 0px 5px;
}

.hn-warp-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.hn-warp-item{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    border-right: 1px dashed #c0c0c0;
}
.hn-warp-item div{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
    padding: 0px 10px;
}

.hn-warp-item a:hover p,
.hn-warp-item a:hover span{
    color: #00CC66;
    outline: none;
    text-decoration: none!important;
}

.hn-warp-item:last-child{
    border-right: 0px;
}

.hn-warp-item a{
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    outline: none;
    text-decoration: none!important;
    text-align: center;
}

.hn-warp span.title{
    font-size: 30px;
    color: #0f3ae8;
    font-family: 'counts';
}

.hn-warp  span.desc{
    color: #7d8e9f;
    font-size: 12px;
    margin: 0px 5px;
}


.hn-warp p{
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    margin-top: 10px;
}

.hn-warp p.green-color{
    color: #6AD86E;
}

.hn-warp-diamond{
    position: absolute;
    top:17px;
    padding-left: 15px;


}

.diamond_overturn{
    width:12px;
    height:8px;
    -webkit-transform:skewX(-145deg) ;
    -moz-transform:skewX(-145deg) ;
    -ms-transform:skewX(-145deg) ;
    -o-transform:skewX(-145deg) ;
    transform: skewX(-145deg);
    background:linear-gradient(to top right, #E9FACB, #A5F2E8);
    display: inline-block;
}

.diamond{
    width:15px;
    height:10px;
    -webkit-transform:skewX(-45deg) ;
    -moz-transform:skewX(-45deg) ;
    -ms-transform:skewX(-45deg) ;
    -o-transform:skewX(-45deg) ;
    transform: skewX(-45deg);
    background:linear-gradient(to top right, #E9FACB, #A5F2E8);
    display: inline-block;
}


.diamond:nth-child(2){
    background:linear-gradient(to top right, #E9FACB, #E2FACF);
}

.diamond:nth-child(3){
    background:linear-gradient(to top right, #D3FAD5, #CAF8D9);
}

.diamond:nth-child(4){
    background:linear-gradient(to top right, #C1F7DD, #A3F2E8);
}


.welcome-badge {
    background: #eef6ff;
    padding: 8px 18px;
    border-radius: 40px;
    color: #1E9FFF;
    font-weight: 500;
}

.welcome-badge i { margin-right: 6px; }
.datetime {
    color: #7f8c9a;
    font-size: 14px;
    background: #f8fafc;
    padding: 6px 16px;
    border-radius: 40px;
    margin-left: 20px;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin: 0px 10px;
    flex-shrink: 0;
}


.primary-bg { background: #1E9FFF; }
.success-bg { background: #16b777; }
.warning-bg { background: #FFB800; }
.info-bg { background:#2F4056; }
.accent-bg { background: #f17d27; }

.heatmap{
    width: 100%;
    min-height: 550px;
    margin: 10px 0px
}

