.memo {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.topsearchfl {
    float: left;
    margin-right: 0;

}


.logintop-container {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1001;
    height: 58px;
    width: 100%;
    background: #262626 url(../images/logo.png) 60px 3px no-repeat;
    opacity: 0.7;
}

.logintop-container:before {
    content: '';
    width: 65px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #262626;
}

.logintop-container:after {
    content: '';
    width: 70px;
    height: 55px;
    position: absolute;
    top: 0px;
    left: 10px;
    transform: scale(.4);
    background: url(../images/logo-icon.png) no-repeat;
}

.table {
    display: table;
    table-layout: fixed;
    margin-bottom: 0 !important;
}
.table-row {display: table-row;}
.table-cell {
    display: table-cell;
    text-align: center;
}
.tip {color: rgb(255, 0, 0);}

.row-tip span:last-child:after {
    content: '*';
    line-height: 34px;
    color: #ff0001;
}

.navbar .navbar-brand.logo {
    padding: 10px 0 10px 40px;
}

.navbar .navbar-brand .cloud {
    display: inline-block;
    width: 70px;
    height: 55px;
    position: absolute;
    top: -6px;
    left: -13px;
    transform: scale(.4);
    /*background: url(../images/logo-icon.png) no-repeat;*/
}


.disabled-form {
    position: relative;
}

.disabled-form:before {
    content: '';
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: no-drop;
    z-index: 1000;
}

.disabled-form.no-card:before {
    bottom: auto;
    height: 90px;
}

.word-wrap {
    word-break: break-all;
}

.light-blue .dropdown-toggle.active {
    background: #62A8D1;
    color: #fff;
}


.main-container {
    height: calc(100% - 45px);
}

.main-content {
    height: 100%;
}

.main-content-inner {
    position: relative;
    padding: 60px 0 280px;
    height: 100%;
}

.contenttit {
    position: absolute;
    width: 100%;
    top: 0;
}

.page-content.page-table {
    height: 100%;
    overflow: auto;
    position: static;
}

.page-content.page-table .breadcrumbs-fixed {
    background: transparent;
    right: 35px;
}

.footfloat.downloading{
    bottom: 235px;
}
.footfl .btn-group{
    line-height: 30px;
}
.footfloat .pagination{
    float:right;
    margin: -3px 40px;
}
.page-content.log {
    position: absolute;
    height: 200px;
    bottom: 10px;
    overflow: auto;
    z-index: 10000;
}

.page-content.log .contenttit {
    position: static;
    width: auto;
    margin: 0 0 10px 0;
    background: none;
}
.page-content .row{
    margin-bottom: 50px;
}

.download-content {
    height: 65%;
    padding-top: 60px;
    position: relative;
}

.download-content .page-content {
    padding: 0 20px 55px;
    position: relative;
}

.download-content .row {
    max-height: 100%;
}

.download-content .footfl {
    padding-top: 20px;
}

.main-content-inner {
    padding-bottom: 0;
}

.download-wrapper {
    padding-top: 0;
}

.page-content {
    padding-bottom: 15px;
    height: 100%;
}



.page-content > .row {
    overflow-y: auto;
    max-height: 95%;
    margin: 0 !important;
    padding-bottom: 120px;
}

.download-content .footfl {
    padding-top: 0;
}

.page-content.log {
    height: 30%;
    left: 0;
    right: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.page-content.log .row {
    max-height: 100%;
}

.download-content .downloading {
    position: absolute;
    bottom: 10px;
}
#splitDiv {
    position: absolute;
    left: 0;
    right: 20px;
    cursor: e-resize;
    height: 2px;
    width: 100%;
    background-color: grey;
}
