|
|
|
@ -7,8 +7,9 @@
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.n-invalid {border: 1px solid #f00;}
|
|
|
|
|
|
|
|
|
|
.n-invalid {
|
|
|
|
|
border: 1px solid #f00;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.primary-panel .ibox-title {
|
|
|
|
|
color: #ffffff;
|
|
|
|
@ -28,7 +29,6 @@
|
|
|
|
|
border: 1px solid #23c6c8;;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
th a {
|
|
|
|
|
color: #676a6c;
|
|
|
|
|
}
|
|
|
|
@ -81,118 +81,152 @@ th a {
|
|
|
|
|
table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
|
|
|
|
|
background-color: #1ab394 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.dataTable tbody tr.selected a,
|
|
|
|
|
table.dataTable tbody th.selected a,
|
|
|
|
|
table.dataTable tbody td.selected a,
|
|
|
|
|
table.dataTable tbody tr.selected td i.text-navy,
|
|
|
|
|
table.dataTable tbody th.selected td i.text-navy,
|
|
|
|
|
table.dataTable tbody td.selected td i.text-navy
|
|
|
|
|
{
|
|
|
|
|
table.dataTable tbody td.selected td i.text-navy {
|
|
|
|
|
color: white !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-0 {
|
|
|
|
|
margin: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-0 {
|
|
|
|
|
margin-top: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-0 {
|
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-0 {
|
|
|
|
|
margin-left: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-0 {
|
|
|
|
|
margin-right: 0px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-5 {
|
|
|
|
|
margin: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-5 {
|
|
|
|
|
margin-top: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-5 {
|
|
|
|
|
margin-bottom: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-5 {
|
|
|
|
|
margin-left: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-5 {
|
|
|
|
|
margin-right: 5px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-10 {
|
|
|
|
|
margin: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-10 {
|
|
|
|
|
margin-top: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-10 {
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-10 {
|
|
|
|
|
margin-left: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-10 {
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-15 {
|
|
|
|
|
margin: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-15 {
|
|
|
|
|
margin-top: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-15 {
|
|
|
|
|
margin-bottom: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-15 {
|
|
|
|
|
margin-left: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-15 {
|
|
|
|
|
margin-right: 15px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-20 {
|
|
|
|
|
margin: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-20 {
|
|
|
|
|
margin-top: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-20 {
|
|
|
|
|
margin-bottom: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-20 {
|
|
|
|
|
margin-left: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-20 {
|
|
|
|
|
margin-right: 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-25 {
|
|
|
|
|
margin: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-25 {
|
|
|
|
|
margin-top: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-25 {
|
|
|
|
|
margin-bottom: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-25 {
|
|
|
|
|
margin-left: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-25 {
|
|
|
|
|
margin-right: 25px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-30 {
|
|
|
|
|
margin: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-t-30 {
|
|
|
|
|
margin-top: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-b-30 {
|
|
|
|
|
margin-bottom: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-l-30 {
|
|
|
|
|
margin-left: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.m-r-30 {
|
|
|
|
|
margin-right: 30px !important;
|
|
|
|
|
}
|
|
|
|
@ -208,10 +242,12 @@ table.dataTable tbody td.selected td i.text-navy
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mar {
|
|
|
|
|
margin-left: 2px;
|
|
|
|
|
line-height: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mar-j {
|
|
|
|
|
margin-left: 3px;
|
|
|
|
|
margin-right: 3px;
|
|
|
|
@ -240,6 +276,7 @@ table.dataTable tbody td.selected td i.text-navy
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.c02 {
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
@ -378,3 +415,15 @@ div.dataTables_wrapper div.dataTables_filter {
|
|
|
|
|
line-break: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-toggle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 1px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tree-toggle-btn {
|
|
|
|
|
width: 12px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
}
|
|
|
|
|