/*
  ui.tip
 */
.ui-tip {
  top: 180px;
  left:50%;
  z-index: 9999;
  width: 30%;
  margin-left:-15%;
  position: fixed;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fffcb2;
  border:1px solid #f1d703;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ca9619;
  font-weight:bold;
}
.ui-tip-error {
  background-color: #ffccc9;
  border-color:#f19892;
  color: #be0000;
}
.ui-tip-info {
  background-color: #fef6df;
  border-color:#efdba0;
  color: #e06100;
}
.ui-tip-success {
  background-color: #e0f6ac;
  border-color:#c9e091;
  color: #3d5902;
}
.ui-tip .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  vertical-align: middle;
  -webkit-box-align: center;
  text-align: center;
  box-sizing: border-box;
  font: -webkit-small-control;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  display: inline-block;
  -webkit-writing-mode: horizontal-tb;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#tooltipbox_alert {z-index:999999997;}
#tooltipbox_alert .layer {height: 100%; width: 100%; background: rgba(0,0,0,0.4); position: fixed; top: 0px; left: 0px; z-index: 999999998; display: none;}
#tooltipbox_alert .tips {min-height: 100px; min-width: 250px; background: #fff; position: fixed; top: 50%; left: 50%; z-index: 999999999; margin: -100px -146px; display: none; border-radius:3px; border:1px solid rgba(255,255,255,0.6); padding:20px 20px 10px 20px;}
#tooltipbox_alert .tips .title {min-height:40px; min-width:250px; font-size:16px; color:#676767; text-align:left;}
#tooltipbox_alert .tips .sub {min-height:30px; min-width:250px;}
#tooltipbox_alert .tips .sub nav {min-height:30px; width:auto; padding:0px 10px; margin:0px 2px; font-size:16px; line-height:30px; float:right; color:#5e7199; cursor:pointer;}
#tooltipbox_alert .tips .sub nav:hover {background:#eee; border-radius:3px;}

.upfile_imgthumb {position:relative; width:121px; height:121px; overflow:hidden; border:1px #ccc dotted; float:left; margin:0 8px 8px 0;}
.upfile_imgthumb img {width:119px; height:119px; overflow:hidden; }
.upfile_imgthumb .upfile_imgcaption {position:absolute; bottom:5px; width:119px; text-align:center;} 
.upfile_imgthumb .upfile_imgcaption a {width:50px;}
.upfile_imgthumb input[type=text] {width:103px; margin:0 0 5px; padding:2px 3px;}

.upfile_filediv .upfile_link {margin:0 5px 0 0;}

.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-body{border:1px solid #95989163;padding: 8px;margin-bottom: 20px;}
.panel-success>.panel-heading{color: #fff;
  background-color: #2f9473;
  border-color: #4a928b;}
.panel-body .btn{
  margin: 0 2px;
}
.panel{
  margin-bottom: 20px;
  -moz-user-select:none; /*火狐*/
  -webkit-user-select:none; /*webkit浏览器*/
  -ms-user-select:none; /*IE10*/
  user-select:none;
}
.form-inline label {
  margin: 0 2px;
}

.tags {
  display: inline-block;
  padding: 4px 6px;
  color: #777;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #d5d5d5;
  width: 206px
}

.tags:hover {
  border-color: #b5b5b5
}

.tags-hover, .tags-hover:hover {
  border-color: #f59942;
  outline: 0
}

.tags[class*=span] {
  float: none;
  margin-left: 0
}

.tags input[type=text], .tags input[type=text]:focus {
  border: none;
  display: inline;
  outline: 0;
  margin: 0;
  padding: 0;
  line-height: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%
}

.tags .tag {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #91b8d0;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
  padding: 4px 22px 5px 9px;
  margin-bottom: 3px;
  margin-right: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.tags .tag:empty {
  display: none
}

.tags .tag-important {
  background-color: #d15b47
}

.tags .tag-warning {
  background-color: #ffb752
}

.tags .tag-success {
  background-color: #87b87f
}

.tags .tag-info {
  background-color: #6fb3e0
}

.tags .tag-inverse {
  background-color: #555
}

.tags .tag .close {
  font-size: 15px;
  line-height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #FFF;
  text-shadow: none;
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  text-align: center
}

.tags .tag .close:hover {
  background-color: rgba(0, 0, 0, .2)
}

/*图标晃动 上下*/
@-moz-keyframes vertical {
  0% {
    -moz-transform: translate(0, -3px)
  }
  4% {
    -moz-transform: translate(0, 3px)
  }
  8% {
    -moz-transform: translate(0, -3px)
  }
  12% {
    -moz-transform: translate(0, 3px)
  }
  16% {
    -moz-transform: translate(0, -3px)
  }
  20% {
    -moz-transform: translate(0, 3px)
  }
  22% {
    -moz-transform: translate(0, 0)
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px)
  }
  4% {
    -webkit-transform: translate(0, 3px)
  }
  8% {
    -webkit-transform: translate(0, -3px)
  }
  12% {
    -webkit-transform: translate(0, 3px)
  }
  16% {
    -webkit-transform: translate(0, -3px)
  }
  20% {
    -webkit-transform: translate(0, 3px)
  }
  22% {
    -webkit-transform: translate(0, 0)
  }
}

@-ms-keyframes vertical {
  0% {
    -ms-transform: translate(0, -3px)
  }
  4% {
    -ms-transform: translate(0, 3px)
  }
  8% {
    -ms-transform: translate(0, -3px)
  }
  12% {
    -ms-transform: translate(0, 3px)
  }
  16% {
    -ms-transform: translate(0, -3px)
  }
  20% {
    -ms-transform: translate(0, 3px)
  }
  22% {
    -ms-transform: translate(0, 0)
  }
}

@keyframes vertical {
  0% {
    transform: translate(0, -3px)
  }
  4% {
    transform: translate(0, 3px)
  }
  8% {
    transform: translate(0, -3px)
  }
  12% {
    transform: translate(0, 3px)
  }
  16% {
    transform: translate(0, -3px)
  }
  20% {
    transform: translate(0, 3px)
  }
  22% {
    transform: translate(0, 0)
  }
}
.icon-animated-vertical100{display:inline-block;-moz-animation:vertical 2s 100 ease 2s;-webkit-animation:vertical 2s 100 ease 2s;-o-animation:vertical 2s 100 ease 2s;-ms-animation:vertical 2s 100 ease 2s;animation:vertical 2s 100 ease 2s}
/*图标晃动 左右*/
.icon-animated-bell {
  display: inline-block;
  -moz-animation: ringing 2s 5 ease 1s;
  -webkit-animation: ringing 2s 5 ease 1s;
  -o-animation: ringing 2s 5 ease 1s;
  -ms-animation: ringing 2s 5 ease 1s;
  animation: ringing 2s 5 ease 1s;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0
}

@-moz-keyframes ringing {
  0% {
    -moz-transform: rotate(-15deg)
  }
  2% {
    -moz-transform: rotate(15deg)
  }
  4% {
    -moz-transform: rotate(-18deg)
  }
  6% {
    -moz-transform: rotate(18deg)
  }
  8% {
    -moz-transform: rotate(-22deg)
  }
  10% {
    -moz-transform: rotate(22deg)
  }
  12% {
    -moz-transform: rotate(-18deg)
  }
  14% {
    -moz-transform: rotate(18deg)
  }
  16% {
    -moz-transform: rotate(-12deg)
  }
  18% {
    -moz-transform: rotate(12deg)
  }
  20% {
    -moz-transform: rotate(0deg)
  }
}

@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg)
  }
  2% {
    -webkit-transform: rotate(15deg)
  }
  4% {
    -webkit-transform: rotate(-18deg)
  }
  6% {
    -webkit-transform: rotate(18deg)
  }
  8% {
    -webkit-transform: rotate(-22deg)
  }
  10% {
    -webkit-transform: rotate(22deg)
  }
  12% {
    -webkit-transform: rotate(-18deg)
  }
  14% {
    -webkit-transform: rotate(18deg)
  }
  16% {
    -webkit-transform: rotate(-12deg)
  }
  18% {
    -webkit-transform: rotate(12deg)
  }
  20% {
    -webkit-transform: rotate(0deg)
  }
}

@-ms-keyframes ringing {
  0% {
    -ms-transform: rotate(-15deg)
  }
  2% {
    -ms-transform: rotate(15deg)
  }
  4% {
    -ms-transform: rotate(-18deg)
  }
  6% {
    -ms-transform: rotate(18deg)
  }
  8% {
    -ms-transform: rotate(-22deg)
  }
  10% {
    -ms-transform: rotate(22deg)
  }
  12% {
    -ms-transform: rotate(-18deg)
  }
  14% {
    -ms-transform: rotate(18deg)
  }
  16% {
    -ms-transform: rotate(-12deg)
  }
  18% {
    -ms-transform: rotate(12deg)
  }
  20% {
    -ms-transform: rotate(0deg)
  }
}

@keyframes ringing {
  0% {
    transform: rotate(-15deg)
  }
  2% {
    transform: rotate(15deg)
  }
  4% {
    transform: rotate(-18deg)
  }
  6% {
    transform: rotate(18deg)
  }
  8% {
    transform: rotate(-22deg)
  }
  10% {
    transform: rotate(22deg)
  }
  12% {
    transform: rotate(-18deg)
  }
  14% {
    transform: rotate(18deg)
  }
  16% {
    transform: rotate(-12deg)
  }
  18% {
    transform: rotate(12deg)
  }
  20% {
    transform: rotate(0deg)
  }

}
.btn-default {
  color: #fff;
  background-color: #5aa2b8;
  border-color: #5aa2b8;
}

.custom-btn {
  width: 65px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.btn-bright {
  border: none;
  background: rgb(251,33,117);
  background: linear-gradient(0deg, rgba(251,33,117,1) 0%, rgba(234,76,137,1) 100%);
  color: #fff;
  overflow: hidden;
}
.btn-bright:hover {
  text-decoration: none;
  color: #fff;
}
.btn-bright:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-bright:hover{
  opacity: .7;
}
.btn-bright:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
  -4px -4px 6px 0 rgba(116, 125, 136, .2),
  inset -4px -4px 6px 0 rgba(255,255,255,.2),
  inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}



@-webkit-keyframes shiny-btn1 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@font-face {
  font-family: 'tapeworm';
  src: url('/style/assets/fonts/tapeworm.eot');
  src: url('/style/assets/fonts/tapeworm.eot?#iefix') format('embedded-opentype'), url('/style/assets/fonts/tapeworm.woff2') format('woff2'), url('/style/assets/fonts/tapeworm.woff') format('woff'), url('/style/assets/fonts//tapeworm.ttf') format('truetype'), url('/style/assets/fonts/tapeworm.svg#tapewormregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.family_tapeworm{
  font-family: 'tapeworm'
}
@font-face {
  font-family: 'blackboard_font';
  src: url('/style/assets/font/blackboard_font.ttf');
  font-weight: normal;
  font-style: normal;
}
.family_blackboard_font{
  font-family: 'blackboard_font'
}

/**必填描述文字红色显示**/
.help-block{
  color:red;
}