.checkboxItem span.glyphicon{
  font-family: "Glyphicons Halflings" !important;
}
.PageContent hr{
    margin: 10px;
    border-bottom:2px solid #999;
}

.PageContent .content{
    padding-top:1em;
}

.tool_one{
    display: inline-block;
    padding:3px;
}

.tool_box{
    position: relative;
    width:95%;
    margin: 5px auto;
    border: 1px solid #999;
    background: #A3F7B5;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.tool_box .tool-ico{
    text-align:center;
    font-size:40px;
    margin-top: 20px;
}

.tool_box .tool-name{
    text-align:center;
    font-size:20px;
    font-weight: 900;
    width:100%;

}

.tool_box .tool-name span{
    display: inline-block;
    white-space: nowrap;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tool_box .tool-description{
    text-align:left;
    font-size:20px;
}

.tool_box .maskAct{
    display: none;
}

.tool_box .tool-mask{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: #fff;

    cursor:pointer;

    opacity: 0.5;　/* 數值為0~1 */
    -moz-opacity: 0.5;　/* 數值為0~1 */
    -khtml-opacity: 0.5;　/* 數值為0~1 */
    filter:alpha(opacity=50);　/* 數值為0~100 */
}
.tool_box .tool-mask-text{
    position: absolute;
    top:50%;
    left:50%;
    width: 150px;
    height:30px;
    margin-left:-75px;
    margin-top:-15px;

    color:#000;

    cursor:pointer;

    font-size:30px;
    line-height: 30px;
    font-weight: 900;
}
.dontSelect{
    -moz-user-select: none;  /* for Firefox */
    -webkit-user-select: none;  /* for Chrome */
    user-select: none;
}

.figcaption {
    width: 95%;
    height: 5em;
    margin: auto;
    padding:0.5em;
    overflow: hidden;
}
.figcaption p {
    margin: 0;
    line-height: 1.5em;
}




/* css3 loading */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
img.vinelogo{
  min-width: 300px;
  min-height: 98px;
}
