html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.content input{
    border-radius: 21px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.body-content{
    background: #FFF;
    overflow: hidden;
    border-radius: 8px;
}

.ibox-title{
    min-height: 60px;
    background-color:#fff;
    border-color: #e7eaec;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
}

.float-e-margins{
   margin: 10px;
}

.preview{
    border:1px solid #CCC;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.upload-file{
    position: absolute;
    font-size: 80px;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.form-group{
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
}

.form-group label{
    text-align: right;
    padding-top: 7px;
    margin-bottom: 0;
}

.form-group label.search{
    padding-left: 0px;
    text-align: left;
    width: 78px;
}

.upload-demo .el-upload__input{
    display: none;
}


.new_header{
    background: #FFF;
    line-height: 51px;
    border-radius: 8px;
    letter-spacing: 0.8px;
    font-weight: 700;
    font-size: 16px;
    color: #808695;
    line-height: 47px;
    height: 47px;
}

.new_header h1{font-size:16px;line-height: 47px; padding-left: 23px;font-weight: 700;}

.icon_color_qi{color:#4877e7}
.icon_color_del{color: #96A0BF}
.font-color-blk{color: #333}
.icon_font_size{font-size: 16px;}
.noborder{border: none;}
.input_max_w{max-width: 170px;}
.new-btn-save{
    background: #96a2be;
    border-radius: 20px;
}

.new-btn-save{
    background: #96a2be;
    border-radius: 20px;
    color: #ffffff;
}

.ele-primary{color: #4877E8}
.ele-danger{color: #FF7796}
.ele-danger{color: #FF7796}


.notice-influence{
    
    border-radius: 12px;
    width: 80px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    display: block;
    line-height: 32px;
    letter-spacing: 0.6px;
}

.influence-err{
    background: #fff5d8;
    color: #ff9f24;
}

.influence-nomal{
    background: #dcf3fc;
    color: #23BCCA;
}

.influence-bug{
    background: #fde7ec;
    color: #FF7796;
}

.repo-title{
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1.2px;
    display: block;
    width: 30%;
    float: left;
}

.more{
    width: 40%;
    background: #FBFBFB;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    color: #515a6e;
    cursor: pointer;
}

.notice-su{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.notice-su li{
    margin: 0px 0px 8px 0px;
    padding: 5px;
    display: flow-root;
}

.notice-su li .notice-img{
    float: left;
    width: 94px;
}

.notice-su li .new{
    float:left;
    margin-left: 8px;
    width: 80%;
}

.notice-su li .new .title{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #515a6e;
    line-height: 32px;
    letter-spacing: 0.7px;
}

.notice-su li .new .newate{
    font-weight: 400;
    text-align: left;
    color: #808695;
    line-height: 32px;
    letter-spacing: 0.6px;
    font-size:12px;
}

.notice-su li .new .contentnew{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:80%;
    float: left;
}

.reti-date{
    float: right;
    text-align: right;
    font-weight: 700;
    color: #515a6e;
    line-height: 59px;
}

.size-12{font-size:12px;}
.size-24{font-size:24px;}
.size-18{font-size:18px;}

.line-30{ line-height: 30px;}
.line-43{ line-height: 43px;}
.line-48{ line-height: 48px;}

.weight-7{ font-weight: 700;}


.el-table {
    font-size: 12px;
}

.scrollbar-demo::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.scrollbar-demo {
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar-scrollbar{
    overflow: scroll;
    height: 100%;
}
