2016-12-15 03:33:47 +00:00
|
|
|
html, body, #content-wrapper, .page-content, #view {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.white-space-normal {
|
|
|
|
white-space: normal !important;
|
|
|
|
}
|
|
|
|
|
2014-01-07 17:18:38 +00:00
|
|
|
.btn-group button {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin: 3px;
|
2014-01-07 17:18:38 +00:00
|
|
|
}
|
2013-06-09 00:12:14 +00:00
|
|
|
|
2013-06-20 02:40:58 +00:00
|
|
|
.messages {
|
2016-12-15 03:33:47 +00:00
|
|
|
max-height: 50px;
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: scroll;
|
2013-06-20 02:40:58 +00:00
|
|
|
}
|
2013-09-02 21:51:35 +00:00
|
|
|
|
|
|
|
.legend .title {
|
2016-12-15 03:33:47 +00:00
|
|
|
padding: 0 0.3em;
|
|
|
|
margin: 0.5em;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0 0 0 1em;
|
2014-12-15 22:26:10 +00:00
|
|
|
}
|
2015-01-31 20:42:10 +00:00
|
|
|
|
2016-06-02 05:34:03 +00:00
|
|
|
.logo {
|
|
|
|
display: inline;
|
2016-06-23 05:36:01 +00:00
|
|
|
width: 100%;
|
2016-08-17 09:52:49 +00:00
|
|
|
max-width: 155px;
|
2016-06-23 05:36:01 +00:00
|
|
|
height: 100%;
|
|
|
|
max-height: 55px;
|
|
|
|
margin-bottom: 5px;
|
2016-06-02 05:34:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.containerNameInput {
|
|
|
|
width: 85%;
|
|
|
|
border:none;
|
|
|
|
background:none;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.containerNameInput:active, .containerNameInput:focus {
|
|
|
|
outline:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network-legend {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#network-legend span {
|
|
|
|
display: inline;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2016-06-14 02:32:44 +00:00
|
|
|
|
|
|
|
.header_title_content {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-07-06 00:19:09 +00:00
|
|
|
|
|
|
|
.form-horizontal .control-label.text-left{
|
|
|
|
text-align: left;
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
|
|
|
margin-top: 1px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="radio"] {
|
|
|
|
margin-top: 1px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-10-27 08:33:39 +00:00
|
|
|
.space-right {
|
2016-07-13 22:58:39 +00:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2016-08-10 03:05:33 +00:00
|
|
|
.fa.green-icon {
|
2016-07-13 22:58:39 +00:00
|
|
|
color: #23ae89;
|
|
|
|
}
|
|
|
|
|
2016-08-10 03:05:33 +00:00
|
|
|
.fa.red-icon {
|
2016-07-13 22:58:39 +00:00
|
|
|
color: #ae2323;
|
|
|
|
}
|
2016-07-14 00:02:42 +00:00
|
|
|
|
2016-08-10 03:05:33 +00:00
|
|
|
.fa.white-icon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2016-07-14 00:02:42 +00:00
|
|
|
.widget .widget-body table tbody .image-tag {
|
2016-08-03 03:12:53 +00:00
|
|
|
font-size: 90% !important;
|
2016-10-27 08:33:39 +00:00
|
|
|
margin-right: 5px;
|
2016-08-03 03:12:53 +00:00
|
|
|
}
|
|
|
|
|
2016-11-10 04:01:03 +00:00
|
|
|
.widget .widget-body table tbody .fit-text-size {
|
|
|
|
font-size: 90% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nopadding {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
2016-08-03 03:12:53 +00:00
|
|
|
.terminal-container {
|
|
|
|
width: 100%;
|
|
|
|
padding: 10px 5px;
|
2016-07-14 00:02:42 +00:00
|
|
|
}
|
2016-08-10 03:05:33 +00:00
|
|
|
|
|
|
|
.interactive {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2016-08-19 06:41:45 +00:00
|
|
|
|
2016-08-23 06:09:14 +00:00
|
|
|
.template-list {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2016-10-02 03:11:20 +00:00
|
|
|
.custom-header-ico {
|
2016-10-08 21:49:24 +00:00
|
|
|
max-width: 32px;
|
|
|
|
max-height: 32px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-responsive {
|
|
|
|
padding: 5px 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.5;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: 1107px) {
|
|
|
|
.btn-responsive {
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.42857143;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Underline From Center */
|
|
|
|
.hvr-underline-from-center {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
-webkit-transform: translateZ(0);
|
|
|
|
transform: translateZ(0);
|
|
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
|
|
|
|
-webkit-backface-visibility: hidden;
|
|
|
|
backface-visibility: hidden;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.hvr-underline-from-center:before {
|
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
z-index: -1;
|
|
|
|
left: 50%;
|
|
|
|
right: 50%;
|
|
|
|
bottom: 0;
|
|
|
|
background: #85898b;
|
|
|
|
height: 2px;
|
|
|
|
-webkit-transition-property: left, right;
|
|
|
|
transition-property: left, right;
|
|
|
|
-webkit-transition-duration: 0.3s;
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
-webkit-transition-timing-function: ease-out;
|
|
|
|
transition-timing-function: ease-out;
|
|
|
|
}
|
|
|
|
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2016-10-02 03:11:20 +00:00
|
|
|
}
|
|
|
|
|
2016-08-23 06:09:14 +00:00
|
|
|
.container-template {
|
|
|
|
font-size: 1em;
|
|
|
|
width: 256px;
|
|
|
|
height: 128px;
|
2016-10-08 21:49:24 +00:00
|
|
|
margin: 15px;
|
|
|
|
padding: 5px;
|
2016-08-23 06:09:14 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
border-radius: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 2px solid #f6f6f6;
|
|
|
|
color: #30426a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-template--selected {
|
2016-10-07 04:55:09 +00:00
|
|
|
background-color: #ececec;
|
2016-08-23 06:09:14 +00:00
|
|
|
color: #2d3e63;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-template:hover {
|
2016-10-07 04:55:09 +00:00
|
|
|
background-color: #ececec;
|
2016-08-23 06:09:14 +00:00
|
|
|
color: #2d3e63;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-template .logo {
|
|
|
|
max-width: 48px;
|
|
|
|
max-height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-template .title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-08-23 06:49:40 +00:00
|
|
|
.container-template .description {
|
2016-08-23 06:09:14 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: 0.8em;
|
2016-10-08 21:49:24 +00:00
|
|
|
margin-bottom: 5px;
|
2016-09-14 03:30:52 +00:00
|
|
|
}
|
2016-11-17 12:50:46 +00:00
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.page-wrapper {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin-top: 25px;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.simple-box {
|
2016-12-15 03:33:47 +00:00
|
|
|
margin-bottom: 80px;
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.simple-box > div:first-child {
|
2016-12-15 03:33:47 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2016-12-25 20:34:02 +00:00
|
|
|
.simple-box-logo {
|
2016-12-15 03:33:47 +00:00
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 240px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form > div {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form > div:last-child {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body {
|
|
|
|
padding-top: 30px;
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2016-11-17 12:50:46 +00:00
|
|
|
.pagination-controls {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2016-12-15 03:33:47 +00:00
|
|
|
|
|
|
|
.user-box {
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
2016-12-25 20:34:02 +00:00
|
|
|
|
|
|
|
.select-endpoint {
|
|
|
|
width: 80%;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|