body {
|
background-color: transparent;
|
}
|
|
#reload {
|
display: none;
|
position: fixed;
|
top: 15px;
|
right: 30px;
|
}
|
|
#bodys {
|
margin: 20px 20px;
|
}
|
.table-bordered th, .table-bordered td {
|
border: 1px solid #E3E3E3;
|
text-align: center;
|
}
|
|
.table-bordered thead tr:first-child {
|
background-color: #F7F7F7;
|
}
|
|
.radius {
|
/*margin: 0 10px;*/
|
}
|
.radius table {
|
width: 100% !important;
|
}
|
|
.table th, .table td {
|
padding: 3px 0.75rem;
|
}
|
|
.top-border {
|
margin-top: 35px !important;
|
padding-top: 30px;
|
border-top:1px dashed #e3e3e3 ;
|
}
|
|
/*.top-border :nth-of-type(n+2) {*/
|
/*border-top:1px dashed #e3e3e3 ;*/
|
/*}*/
|
|
.tuli {
|
text-align: center;
|
|
}
|
|
.tuli span {
|
color: red;
|
}
|
|
.chart {
|
/*width:100%;*/
|
/*margin-top:10px;*/
|
/*margin-left:10px;*/
|
height: 400px;
|
}
|
|
::-webkit-scrollbar {
|
width: 10px;
|
height: 5px;
|
}
|
::-webkit-scrollbar-thumb{
|
background-color: #9e9e9e;
|
-webkit-border-radius: 5px;
|
border-radius: 5px;
|
}
|
::-webkit-scrollbar-thumb:vertical:hover{
|
background-color: #797979;
|
}
|
::-webkit-scrollbar-thumb:vertical:active{
|
background-color: #4c4c4c;
|
}
|
::-webkit-scrollbar-button{
|
display: none;
|
}
|
::-webkit-scrollbar-track{
|
background-color: #d9d9d9;
|
}
|
::-webkit-scrollbar-thumb:window-inactive {
|
/*display: none;*/
|
|
}
|