@font-face {
    font-family: 'HPSimplifiedHansBold';
    src: url("../fonts/hps/latin-e-bold-eot.eot");
    /* IE9 compat */
    src: url("../fonts/hps/latin-e-bold-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-bold-woff.woff") format("-woff.woff"), url("../fonts/hps/hpsimplifiedhans-bold.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HPSimplifiedHansRegular';
    src: url("../fonts/hps/latin-e-regular-eot.eot");
    /* IE9 compat */
    src: url("../fonts/hps/latin-e-regular-eot.eot?#iefix") format("embedded-opentype"), url("../fonts/hps/latin-e-regular-woff.woff") format("-woff.woff"), url("../fonts/hps/hpsimplifiedhans-regular.ttf") format("truetype");
    /*iOS, Android, Safari*/
    font-weight: normal;
    font-style: normal;
}

/*pagination*/
.pagination .active > a{background: #0197d6 !important}

.pageNumber {
    width: 60px;
    height: 34px;
    border: 1px solid #d6d6d6;
    background: #f9f9f9;
}

.jumpPageButton{
    padding: 9px 10px; 
	background: #0197d6; 
	color: #fff;
}

.jumpPageButton:hover{
	color: #fff;
}

.danger, .danger td{ 
    background: #e0edfa !important;
}

.pageSizeSelect {
    width: 110px;
    height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.pageSizeSelect:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.pageSizeSelect::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.pageSizeSelect:-ms-input-placeholder {
    color: #999;
}
.pageSizeSelect::-webkit-input-placeholder {
    color: #999;
}

/*#StatusButton, #DeleteButton, #ResetPassButton{*/
    /*color: #337ab7;*/
    /*border:0 none;*/
    /*background: none;*/
/*}*/

.skip-export a{
    margin-right: 8px;
}


.treeRoot a{
    background:url('/static/common/images/tree/root.png');
}

/* loading */
.load-wrapp {
    width: auto;
    height: 100px;
    padding: 20px 20px 20px;
    border-radius: 5px;
    text-align: center;

    margin: 0 auto;
}
.load-wrapp p {
    padding: 0 0 20px;
}
.load-wrapp:last-child {
    margin-right: 0;
}

.spinner {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.load-9 .spinner {
    animation: loadingI 2s linear infinite;
    -webkit-animation: loadingI 2s linear infinite;
}
.load-9 .bubble-1,
.load-9 .bubble-2 {
    animation: bounce 2s ease-in-out infinite;
    -webkit-animation: bounce 2s ease-in-out infinite;
}
.load-9 .bubble-2 {
    animation-delay: -1s;
}

.bubble-1,
.bubble-2 {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #4b9cdb;
}
.bubble-2 {
    top: auto;
    bottom: 0;
}
@keyframes loadingI {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes loadingI {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}


/* error info */
.errorInfo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding-top: 20px;
    border-bottom: 20px solid #0197d6;
}

.errorInfo .logo {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/404.png) no-repeat center center;
    background-size:contain;

    /*text-indent: -999px;*/
    margin: 0 auto;
}
.errorInfo .tips {
    display: block;
    width: 100%;
    /*text-align: center;*/
    margin-top: 10px;
}
.errorInfo .pull-left,
.errorInfo .pull-right {
    float: none !important;
}

/*大神们需要的登录动画效果*/
.login-panel{-webkit-animation:zoomin 1s;
}

@-webkit-keyframes zoomin {
    0% {opacity: 0; margin-top: -75%;}
    60% {opacity: 0.8; margin-top: 33%;}
    100% {opacity: 1; margin-top: 25%;}
}

.login-panel-without-animation{
    margin-top: 25%;
}



.activity-item i {
    float: left;
    font-size: 20px;
}

div.activity {
    /*margin-left: 28px;*/
    text-align: center;
}

div.activity-item {
    padding: 7px 7px;
}


/*lkr*/
.nav > li > form > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff !important;
  line-height: 20px;
  background: #00a8de !important;
}
@media (min-width: 768px){
.navbar-nav > li > form > a {
  padding-top: 15px;
  padding-bottom: 15px;
}