96 lines
1.7 KiB
CSS
96 lines
1.7 KiB
CSS
|
.table>thead {
|
||
|
background-color: #fff!important;
|
||
|
color: #fff;
|
||
|
border-style : hidden!important;
|
||
|
|
||
|
}
|
||
|
|
||
|
.table thead th {
|
||
|
color: #black!important;
|
||
|
font-weight: 900;
|
||
|
}
|
||
|
|
||
|
.table {
|
||
|
width: 80%;
|
||
|
max-width: 100%;
|
||
|
margin-bottom: 20px;
|
||
|
border-collapse:collapse!important;
|
||
|
border: none;
|
||
|
|
||
|
}
|
||
|
|
||
|
td {
|
||
|
border-style : hidden!important;
|
||
|
}
|
||
|
|
||
|
.text-end {
|
||
|
text-align: center!important;
|
||
|
}
|
||
|
|
||
|
.nav-tabs {
|
||
|
border-bottom: 1px solid #fff;
|
||
|
max-width: 90%;
|
||
|
}
|
||
|
|
||
|
.secrer {
|
||
|
display: block;
|
||
|
padding-left: 50px;
|
||
|
}
|
||
|
|
||
|
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul, #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] .sidebar-nav ul {
|
||
|
background: #fff;
|
||
|
border-radius:40px;
|
||
|
}
|
||
|
|
||
|
#main-wrapper[data-layout=horizontal] .left-sidebar[data-sidebarbg=skin6], #main-wrapper[data-layout=vertical] .left-sidebar[data-sidebarbg=skin6] {
|
||
|
background: #fff;
|
||
|
}
|
||
|
|
||
|
.sidebar-nav ul .sidebar-item.selected>.sidebar-link {
|
||
|
background-color: #666;
|
||
|
color: #fff!important;
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
.page-wrapper {
|
||
|
background: #fff;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
div.dataTables_wrapper div.dataTables_filter {
|
||
|
text-align: right;
|
||
|
display: none!important;
|
||
|
}
|
||
|
|
||
|
|
||
|
.bg-success {
|
||
|
background-color: #41afa5!important;
|
||
|
}
|
||
|
|
||
|
.bg-warning2 {
|
||
|
background-color: cornflowerblue!important;
|
||
|
}
|
||
|
|
||
|
|
||
|
.bg-info {
|
||
|
background-color: #50667f!important;
|
||
|
}
|
||
|
|
||
|
.card {
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
min-width: 0;
|
||
|
word-wrap: break-word;
|
||
|
background-color: #fff;
|
||
|
border: none!important;
|
||
|
border-radius: inherit;
|
||
|
|
||
|
}
|
||
|
|
||
|
.navbar {
|
||
|
position: relative;
|
||
|
min-height: 50px;
|
||
|
margin-bottom: 0px!important;
|
||
|
border: 1px solid transparent;
|
||
|
}
|