/*for swipe style*/
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
  overflow: hidden;
}
/*above for swipe*/

.list-group-item{
  color:blue;
}
#search_form{
  margin-top:10%;
  margin-bottom:2%;
  margin-left:35%;
  /*margin-right:20%;*/
}
.sev-wea{
  width:100%;
  text-align: center;
  font-size: 18px;
  color:white;
  font-size:"Helvetica Neue";
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.sev-wea th{
  text-align: center;
  background: rgba(0,0,0,0.1);
  border-left: 1px solid rgba(255,255,255,0.2);
  border-bottom-width: 0;
}
.sev-wea td{
    text-align: center;
    background: rgba(0,0,0,0.1);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-top-width: 0;
  }
  .sev-wea th:first-child{
    border-left-width: 0;
  }
  .sev-wea td:first-child{
    border-left-width: 0;
  }
  .index{
    width:100%;
    text-align: center;
  }
.index td{
  width:33.3%;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

li{
  list-style-type: none;
}
ul{
  -webkit-padding-start: 0;
}
.line-weather{
  background: rgba(0,0,0,0.1);
}
.sevenday{
  width:100;
}
#getcity{
  width:44px;
  height:44px;
  border-color:transparent;
  background: rgba(255, 255, 255, 0);()
  margin-top:3px;
  margin-right:10px;
  padding:5px;
  text-align:center;
  display:none;
  float:right;
}
.homepage{
position: relative;
}

.today{
  width:100%;
  color:white;
  background: rgba(0,0,0,0.1);
  margin-bottom: 20px;
  margin-top: 100px;
  padding-left: 20px;
}
.today h1{
font-size: 100px;
}
.today h4{
font-size: 25px;
}
.index img{
  margin-top: 10px;
  margin-bottom: 10px;
}
.col-xs-12{
  padding:0;
}
.t{
  font-size: 30px;
}
/*-----------*/
.navbar-fixed-top{
  width:100%;
  height:50px;
  background: rgba(200,160,200,0.5);
  color:white;
  font-weight:bold;
}
#city-store{
  display:none;
}
#getback{
  font-size:18px;
  border-color: transparent;
}
.box{
  width:100%;
  display:flex;
  flex-flow:wrap;
  justify-content:flex-start;
}
.add-city{
  width:50px;
  height:70px;
  border: 3px dotted #d0d0d0;
  text-align:center;
  padding-top:60px;
  margin:5px;
}
.mycity{
  width:50px;
  height:70px;
  /*border: 3px dotted #d0d0d0;*/
  background-color: #f0f0f0;
  text-align:center;
  margin:5px;
  position:relative;
}
.alert{
  padding:0;
  padding-top: 15px;
}
.inputcity{
  float:right;
  display: none;
}
.close{
  /*font-size: 25px;*/
  color:white;
  background-color: red;
  border-radius:100%;
}
.title{
padding-top:15px;
font-size:20px;
width:100%;
border-top:1px solid #d0d0d0;
}



@media only screen and (max-width: 767px){
  .sevenday{
    overflow: auto;
    -ms-overflow-style:-ms-autohiding-scrollbar;
  }
  #getcity{
    display:block;
  }
  #city-store{
    z-index:2;
    position:fixed;
    top: 0;
    background-color: white;
    display:block;
  }
}
#backimg{
  z-index:-1;
}
.navbar-fixed-top{
  z-index:1;
}
th ul{
  margin-bottom: 0;
}
