body{
    margin: 0;
    padding: 0;
    background-color: #00374F;
    min-width:900px ;
    overflow-x: auto;
    font-family: "MontserratLight",Arial,Helvetica,sans-serif;
    color: #9e6800;
    overflow-y: hidden;
}
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #999999;
    margin-top: 4px;
}
.icon-bar:last-child {
    margin-bottom: 4px;
}
.row{
    margin: 0;
}
header{
    width: 100%;
    padding:  10px;
    color: #fff;
}
a{
    color: #fff;
}
a:hover{
    color: #ddd;
    text-decoration: none;
}
ul.account>li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.form-control {
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #333333;
}
.form-control:focus {
    border-color: #494949;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(71, 105, 142, 0.55);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(43, 72, 96, 0.6);
}
.search-btn{
    color: #7cbefc;
}
.info-block{
    width: 200px;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    border-bottom:2px solid #7cbefc;
}
.info-block p{
    padding: 0;
    margin: 0;
}
.info-block .block-tittle{
    font-size: 18px;
    color: #9e6800;

}
.time{
    font-size: 30px;
    text-align: right;
    margin: 0;
    color: #9e6800;
}
.local-time{
    text-align: right;
    font-size: 48px;
}
.search-group{
    vertical-align: top;
    margin-top:20px ;
}
#my-map{
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    color: #0f0f0f;
    z-index: -1;
}
.top-block{
    min-width: 900px;
    overflow-x: auto;
}
@media only screen and (max-height: 400px){
    .bottom-box{
        top:300px;
    }
}
.clear-padding{
    padding: 0;
}
.bottom-box{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #ffffff;
}
.bottom-section{
    display: inline-block;
    height: 150px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    color: #9e6800;
    border-image:url(../image/center.png) 0 0 stretch;
    -moz-border-image:url(../image/center.png)  0 0 stretch;	
    -webkit-border-image:url(../image/center.png)  0 0 stretch;	
    -o-border-image:url(../image/center.png) 0 0 stretch;		
}
.bottom-section .section-title{
    text-align: center;
    color: #ffffff;
}
.bottom-section .section-content{
    padding-left: 20px;
    padding-bottom: 10px;
}
.country{
    padding: 0 10px 0 5px;
}
.malscore-level-lower{
    color: #e5ff00;
}
.malscore-level-low{
    color: #ffa400;
}
.malscore-level-high{
    color: #ff903e;
}
.malscore-level-higher div{
    color: #ff0000;
    margin-bottom: 2px;
}
.threat-mark{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    vertical-align: middle;
}
.threat-mark-spam{
    background-color: #ff8500;
}
.threat-mark-callback{
    background-color: #ff0000;
}
.navbar-nav>li>a{
    padding: 0;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: white;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.top-ten{
    margin-top: 30px;
    margin-right: 1px;
    
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-image:url(../image/center.png) 0 0 stretch;
    -moz-border-image:url(../image/center.png)  0 0 stretch;	
    -webkit-border-image:url(../image/center.png)  0 0 stretch;	
    -o-border-image:url(../image/center.png) 0 0 stretch;		
}
@media only screen and (max-height: 690px){
    .top-ten{
        display: none;
    }
}
.count-bar{
    display: inline-block;
    height: 10px;
    background-color: brown;
    vertical-align: center;
    margin-left: 10px;
}