﻿html{
    overflow-x:hidden;
}
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/*bootstrap-table的跳转<input>使用*/
.bootstrap-table-goto {
    width: 40px;
    border: solid 1px #ddd;
    height: 34px;
    text-align: center;
    margin: 0px 5px;
    border-radius: 3px;
    color: rgb(1,165,187);
}

/*验证提示框*/
.m-pos {
    position: relative;
}

    .m-pos > .errorTip {
        display: none;
        position: absolute;
        /*bottom: 40px;*/
        top: -36px;
        left: 0px;
        padding: 6px 12px;
        background-color: rgb(160,93,97);
        color: #fff;
        border-radius: 8px;
        /*opacity: 0.8;*/
        font-size: 12px;
    }

        .m-pos > .errorTip > span {
            position: absolute;
            bottom: -10px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 10px solid rgb(160,93,97);
        }

    .m-pos > .errorTipExt {
        display: none;
        position: absolute;
        /*bottom: 40px;*/
        top: -36px;
        left: 0px;
        padding: 0px 12px;
        margin-top:-6px;
        background-color: rgb(160,93,97);
        color: #fff;
        border-radius: 8px;
        /*opacity: 0.8;*/
        font-size: 12px;
    }

        .m-pos > .errorTipExt > span {
            position: absolute;
            bottom: -10px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 10px solid rgb(160,93,97);
        }

/*必填样式*/
span.required {
    color: red;
    margin-right: 5px;
}

/*QshowLoading插件样式*/
.loading-message {
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

    .loading-message > .loading-container {
        text-align: center;
        position: relative;
    }

        .loading-message > .loading-container > .loading-tip {
            display: inline-block;
            color: #666;
            position: relative;
            width: auto;
            border: 1px solid #bbb;
            height: 50px;
            line-height: 50px;
            padding-left: 50px;
            padding-right: 10px;
            border-radius: 8px;
            background: #ffffff url('../Scripts/qshow/loading/qshow-loading.gif') no-repeat -125px center;
            font-size: 14px;
        }

/**Qshow-tabs插件样式*/
.nav-tabs li a span {
    margin-left: 8px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
}

    .nav-tabs li a span:hover {
        background-color: #bbbbbb;
    }

.tab-pane {
    position: relative;
}

/*.ke-container{
    margin-top:10px;
}*/

/*table统计行*/
.td-money {
    color: red;
}

.export-number {
    width: 60px;
    border-radius: 4px;
    border: solid 1px #ccc;
    height: 30px;
}



   .nav{
        text-align:center;
   }
      .nav ul{
      padding:0 0px;
      margin:0 0px;
   }
   
.nav ul li{
    padding:10px 0px;
    position: relative;
	float: left;
	display: block;
	margin: 0 0px;
}
    .nav a {
     color: #27a4ff;
     text-decoration:none;
    }

    .nav .active div {
    position: absolute;
    left: 50%;
    bottom: -2px;
    display: block;
    margin-left: -32px;
    width: 64px;
    height: 3px;
    background-color: #27a4ff;
    }

    .panel-hide {
    display:none;
}
   