@charset "utf8";

.left{
  display: inline-block;
  padding-left: 5px;
}
.right{
  display: inline-block;
  float: right;
  padding-right: 8px;
}

.ellipsis{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
h1{
  margin: 0;
  padding: 20px 0 25px 0;gap: ;
}

h2{
  margin: 0;
  padding: 20px 0 25px 0;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  width: 100%;
  letter-spacing: 0;
}
p{
  font-size: 16px;
}

.box-1{
  padding-top: 75px;
  height: auto;
}
.box-2{

}
.box-3{
  padding-top: 25px;
}
.navbar-custom .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 400;
}
.panel-1{
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  height: 40px;
}
.panel-2{
  background-color: #fff;
}
.inline{
  display: inline-block;
  padding-right: 26px;
}
.btn{
  padding: 3px 6px;
}
.btn-1{
  font-size: 30px;
  color: #4cae4c;
  font-weight: normal;
  margin-bottom: 20px;
}

.btn-2{
  font-weight: normal;
}

.shousai{
  float: right;
  display: inline-block;
  text-align: right;
  margin-top: -2px;
}
.shousai a{
  font-size: 13px;
}
.link{
  float: right;
}
.panel-success > .panel-heading{
  background-color: #5cb85c;
  color: #fff;
}
.panel-heading{
  display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
    padding: 10px 15px 0px;
}
.panel-heading>:last-child {
  margin-left: auto;
}

.padding{
  padding-right: 10px;
}
.padding-top{
  padding-top: 40px;
}


@media screen and (min-width: 768px){
  .none{
    display: none;
  }
  .space-name{
    width: 75%;
  }
  .right{
    display: none;
  }
  .left{
    display: none;
  }

}

@media screen and (min-width: 900px){
  .none{
    display: inline-block;
  }
  .space-name{
    width: 80%;
  }
}
