You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

202 lines
4.5 KiB
CSS

.system-service-definition-portlet table thead {
background: #f8f8f8;
color: #0a0a0a;
padding: 10px 18px;
border-bottom: 1px solid #f1f1f1;
}
.system-service-definition-portlet table.dataTable thead th, table.dataTable thead td
{
padding: 5px 10px;
border-bottom: none;
}
.system-service-definition-portlet table.dataTable {
clear: both;
margin: 0.5em 0 !important;
max-width: none !important;
border-collapse: collapse;
border-spacing: 0;
}
.system-service-definition-portlet table tbody, table tfoot, table thead
{
border: 1px solid #f1f1f1;
background-color: #fefefe;
}
.system-service-definition-portlet table.dataTable td, table.dataTable th
{
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.system-service-definition-portlet table.dataTable thead th, table.dataTable tfoot th
{
font-weight: bold;
font-size: 10px;
}
.system-service-definition-portlet table.dataTable thead th {
font-size: 14px;
}
.system-service-definition-portlet table tfoot td, table tfoot th, table thead td,
table thead th {
padding: .5rem .625rem .625rem;
font-weight: bold;
text-align: left;
}
.system-service-definition-portlet select, input[type="file"] {
line-height: 15px;
width: 150px;
}
.system-service-definition-portlet table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected {
background-color: #50a2f5 !important;
}
.system-service-definition-portlet table.dataTable tbody>tr.selected:hover,
table.dataTable tbody>tr>.selected:hover {
background-color: #50a2f5 !important;
}
.system-service-definition-portlet table.dataTable tbody>tr:hover, table.dataTable tbody>tr:hover
{
background-color: #41C7FF !important;
}
.system-service-definition-portlet .strip1 {
background-color: white;
border-bottom: 1px solid #DEDEDE;
border-width: 1px 1px 1px 6px;
}
.system-service-definition-portlet .strip2 {
background-color: #F0F0F0;
border-bottom: 1px solid #DEDEDE;
border-width: 1px 1px 1px 6px;
}
.system-service-definition-portlet table tfoot td, table tfoot th, table thead td,
table thead th {
font-weight: 400;
}
.system-service-definition-portlet div#userTable_paginate .pagination {
margin: 5px 0;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_info
{
padding-top: 0;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_length
{
padding-top: 15px;
}
.system-service-definition-portlet div.messages-container>ul.messages {
margin-bottom: 0;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.system-service-definition-portlet .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
background: #50a2f5;
color: #fefefe !important;
cursor: default;
border: none;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
background: #ccc;
color: #50a2f5;
cursor: default;
border: none;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_paginate .paginate_button.current a
{
color: #fefefe;
}
.system-service-definition-portlet .dataTables_wrapper {
margin-left: -5px;
overflow-x: hidden;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_length
select option {
background: white;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_length
select option:hover {
background: #41C7FF;
}
.system-service-definition-portlet .dataTables_wrapper .dataTables_length
select option:checked {
background: #50a2f5;
}
.progressDialog #simpleProgress {
width: 100%;
background-color: #ddd;
visibility: hidden;
}
.progressDialog #simpleBar {
width: 30%;
height: 20px;
background-color: #50a2f5;
text-align: center;
line-height: 20px;
color: white;
}
.system-service-definition-portlet .circle_button {
padding: 1px 3px 1px 1px;
line-height: 1px;
border-radius: 12px !important;
height: 30px;
}
.system-service-definition-portlet .circle_button_text {
display: inline-block;
vertical-align: middle;
height: 15px;
font-size: medium;
}
.system-service-definition-portlet #loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
margin: auto;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}