﻿.table td {
    
}
a:hover, a:focus, .maincolor, .maincolor a {
    color: #06c;
}
a {
    color: #333;
}
#top-fixt-menu {
    position: fixed;
    top: 0px;
    background-color: #fff;
    width: 100%;
    padding: 5px 22px;
   
    z-index: 1000;
}
.page-container{
    padding:10px;
}
td.details-control {
    background: url('https://datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('https://datatables.net/examples/resources/details_close.png') no-repeat center center;
}
