common.css 4.25 KB
body{
    display: none;
}
@media (max-width: 800px) {
    .top-nav{
        display: none;
    }
}

body,ul,li{
    list-style:none;
}
input{
    outline:none;
}
button{
    outline:none;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0
}
.clearfix{
    zoom:1;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border-top: 0!important;
    white-space: nowrap;
}

.table thead{
    background: #f0f4f5 !important;
    font-size: 13px;
    color: #4f5052;
}
.fixed-table-container{
    border:none;
}
.portlet.light>.portlet-title>.caption{
    color: #1f2b3d !important;
}

.portlet.light>.portlet-title{
    padding-left:20px ;
    border-bottom:none;
    margin-bottom:0;
}
.portlet.light .portlet-body {
    padding-top: 1px !important;
}
.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed)>tbody>tr>td, .bootstrap-table .table:not(.table-condensed)>tbody>tr>th, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>td, .bootstrap-table .table:not(.table-condensed)>tfoot>tr>th, .bootstrap-table .table:not(.table-condensed)>thead>tr>td{
    padding: 14px !important;
    color: #626c72;
    font-size: 12px;
}

.table tbody tr:hover{
    background-color:#f0faf8 !important;
}

.fixed-table-pagination .pagination-detail{
    margin-left: 15px !important;
}
.fixed-table-pagination div.pagination{
    margin-right: 15px !important;
}

.padnone{
    padding:12px 0 0 !important;
}
.table td{
    vertical-align: middle!important;
}
.fixed-table-container thead th {
    border-left: none !important;
}
.fixed-table-container tbody td {
    border-left: none !important;
}
ul.dropdown-menu.inner li:hover{
    background-color: #36c6d3 !important;
}
/*.table-striped>tbody>tr:nth-of-type(even){*/
    /*background-color:#f7f9f9 !important;*/
    /*white-space: nowrap;*/
/*}*/
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}

.line4 {
    float: left;
    display: inline-block;
    width: 5px;
    height: 55px;
    background: #2abb9b;
}
a:link{
    text-decoration:none;
}
a:visited{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
a:active{
    text-decoration:none;
}
.title{
    /*font-size: 16px;*/
    /*color: #fff;*/
    font-weight: 500;
}
.portlet>.portlet-title>.actions>.btn-group>.btn, .portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm{
    margin-right: 12px !important;
}
.btn.btn-outline.green:first-of-type {
    border-color: #e9611e;
    color: #fff;
    background: #e9611e;
}
.btn.btn-outline.green:nth-of-type(2) {
    border-color: #2abb9b;
    color: #fff;
    background: #2abb9b;
}
.btn-circle{
    border-radius: 4px!important;
}
.btn.btn-outline.green:hover {
    border-color: #1f2b3d;
    color: #FFF;
    background-color: #1f2b3d;
}
.portlet.light>.portlet-title>.actions{
    padding-right: 10px !important;
}
.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination{
    margin-top: 16px !important;
}
.fixed-table-pagination .btn-group{
    margin: 0 8px;
}
.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: #2abb9b !important;
    border-color: #2abb9b !important;
}
.transQuery_toggle_arrow:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid #2abb9b !important;
    border-top: 2px solid #2abb9b !important;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    top: 16px;
    left: 16px;
}
.fixed-table-header-columns,
.fixed-table-body-columns {
    position: absolute;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
    overflow: hidden;
}

.fixed-table-header-columns .table,
.fixed-table-body-columns .table {
    border-right: 1px solid #ddd;
}

.fixed-table-header-columns .table.table-no-bordered,
.fixed-table-body-columns .table.table-no-bordered {
    border-right: 1px solid transparent;
}

.fixed-table-body-columns table {
    position: absolute;
    animation: none;
}

.bootstrap-table .table-hover > tbody > tr.hover > td{
    background-color: #f5f5f5;
}
.page-content{
    min-height: 900px !important;
}