220 lines
3.5 KiB
CSS
220 lines
3.5 KiB
CSS
.ipSection {
|
|
padding: 10px 15px;
|
|
background: #102d3c;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.ipIconImage {
|
|
width: 50px;
|
|
height: 50px;
|
|
padding: 10px;
|
|
margin-right: 10px;
|
|
background: #0c212b;
|
|
}
|
|
|
|
.ipIconImage img {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.ipNumber {
|
|
color: #ffffff;
|
|
font-size: 22px;
|
|
}
|
|
|
|
.gridGraphSection {
|
|
padding: 10px 15px;
|
|
background: #102d3c;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.dmaTableData {
|
|
border-collapse: separate;
|
|
width: 100%;
|
|
display: block;
|
|
overflow: auto;
|
|
max-height: calc(100vh - 100px);
|
|
margin-bottom: 25px;
|
|
border: none;
|
|
background: transparent;
|
|
}
|
|
|
|
.dmaTableData th {
|
|
padding: 5px;
|
|
background: #f0f0f0;
|
|
color: #313030;
|
|
}
|
|
|
|
.dmaTableData td {
|
|
text-align: center;
|
|
padding: 4px 2px;
|
|
background: #ffc000;
|
|
color: #313030;
|
|
}
|
|
|
|
button.grid-item {
|
|
background-color: transparent;
|
|
border: none;
|
|
color: white;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
|
|
td.blue {
|
|
background-color: #93D3EE;
|
|
}
|
|
|
|
td.purple {
|
|
background-color: #0E435A;
|
|
}
|
|
|
|
td.red {
|
|
background-color: #df156a;
|
|
}
|
|
|
|
td.yellow {
|
|
background-color: #92E1C0;
|
|
}
|
|
|
|
label.grid-info {
|
|
display: none;
|
|
}
|
|
|
|
.LegendTitle {
|
|
font-size: 19px;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.sqareTitleBox {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.squareBox {
|
|
width: 12px;
|
|
height: 12px;
|
|
display: block;
|
|
background: #2e91bb;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.sqareTitleBox:nth-child(2) .squareBox {
|
|
background: #92E1C0;
|
|
}
|
|
|
|
.sqareTitleBox:nth-child(3) .squareBox {
|
|
background: #e75c96;
|
|
}
|
|
|
|
.sqareTitleBox:nth-child(4) .squareBox {
|
|
background: #93D3EE;
|
|
}
|
|
|
|
.sqareTextTitle {
|
|
font-size: 13px;
|
|
color: #2e91bb;
|
|
}
|
|
|
|
.sqareTitleBox:nth-child(2) .sqareTextTitle {
|
|
color: #92E1C0;
|
|
}
|
|
|
|
.sqareTitleBox:nth-child(3) .sqareTextTitle {
|
|
color: #e75c96;
|
|
}
|
|
|
|
.sqareTitleBox:nth-child(4) .sqareTextTitle {
|
|
color: #93D3EE;
|
|
}
|
|
|
|
.subDetailsDiv {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.boxHeaderDiv {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
/* *******************TABS******************* */
|
|
|
|
.tab {
|
|
overflow: hidden;
|
|
background-color: #0c212b
|
|
}
|
|
|
|
.tab button {
|
|
background-color: inherit;
|
|
float: left;
|
|
border: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
padding: 7px 12px;
|
|
transition: 0.3s;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
|
|
.tab button:hover {
|
|
background-color: #316180;
|
|
color: #fff;
|
|
}
|
|
|
|
.tab button.active {
|
|
background-color: #316180;
|
|
color: #fff;
|
|
}
|
|
|
|
.tabcontent {
|
|
display: none;
|
|
padding: 6px 12px;
|
|
background-color: #0c212b;
|
|
color: #ffffff;
|
|
max-height: 450px;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
#kern-data {
|
|
font-size: 11px;
|
|
line-height: 1.5;
|
|
word-break: break-all;
|
|
text-wrap: pretty;
|
|
}
|
|
|
|
.rwadataCode {
|
|
padding: 10px 0;
|
|
font-size: 14px;
|
|
color: #4489a9;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.rwadataDescriptionCode {
|
|
word-break: break-all;
|
|
}
|
|
|
|
#encrypted-password {
|
|
word-break: break-all;
|
|
}
|
|
|
|
.alertMessage{
|
|
color: red;
|
|
font-size:larger;
|
|
}
|
|
|
|
.shadow-div {
|
|
padding: 10px 15px;
|
|
background: #102d3c;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
justify-content: space-between;
|
|
display: none;
|
|
} |