2018-06-30 22:22:56 +00:00
|
|
|
/* Index Page */
|
|
|
|
/* Status Container */
|
|
|
|
/* Button Colors */
|
|
|
|
/* Footer Settings */
|
|
|
|
/* Global Settings */
|
|
|
|
/* Mobile Settings */
|
|
|
|
/* Mobile Service Container */
|
2018-06-27 06:45:00 +00:00
|
|
|
HTML, BODY {
|
2018-06-30 07:31:42 +00:00
|
|
|
background-color: #fcfcfc; }
|
2018-06-10 01:31:13 +00:00
|
|
|
|
|
|
|
.container {
|
2018-06-29 05:32:50 +00:00
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
2018-06-30 07:31:42 +00:00
|
|
|
max-width: 860px; }
|
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.header-title {
|
2018-06-30 18:55:09 +00:00
|
|
|
color: #464646; }
|
2018-06-30 07:31:42 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.header-desc {
|
2018-06-30 18:55:09 +00:00
|
|
|
color: #939393; }
|
2018-06-10 01:31:13 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.btn {
|
|
|
|
border-radius: 0.2rem; }
|
|
|
|
|
2018-06-26 07:01:41 +00:00
|
|
|
.online_list .badge {
|
2018-06-30 07:31:42 +00:00
|
|
|
margin-top: 0.2rem; }
|
2018-06-26 07:01:41 +00:00
|
|
|
|
2018-06-10 01:31:13 +00:00
|
|
|
.navbar {
|
2018-06-30 07:31:42 +00:00
|
|
|
margin-bottom: 30px; }
|
2018-06-10 01:31:13 +00:00
|
|
|
|
2018-06-27 04:51:07 +00:00
|
|
|
.btn-sm {
|
2018-06-29 05:32:50 +00:00
|
|
|
line-height: 1.3;
|
2018-06-30 07:31:42 +00:00
|
|
|
font-size: 0.75rem; }
|
2018-06-27 04:51:07 +00:00
|
|
|
|
|
|
|
.view_service_btn {
|
2018-06-29 05:32:50 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: -40px;
|
2018-06-30 07:31:42 +00:00
|
|
|
right: 40px; }
|
2018-06-27 04:51:07 +00:00
|
|
|
|
|
|
|
.service_lower_info {
|
2018-06-29 05:32:50 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: -40px;
|
|
|
|
left: 40px;
|
|
|
|
color: #d1ffca;
|
2018-06-30 07:31:42 +00:00
|
|
|
font-size: 0.85rem; }
|
2018-06-26 07:01:41 +00:00
|
|
|
|
2018-06-10 01:31:13 +00:00
|
|
|
.lg_number {
|
2018-06-30 18:55:09 +00:00
|
|
|
font-size: 2.3rem;
|
2018-06-29 05:32:50 +00:00
|
|
|
font-weight: bold;
|
|
|
|
display: block;
|
2018-07-01 03:54:28 +00:00
|
|
|
color: #4f4f4f; }
|
2018-06-10 01:31:13 +00:00
|
|
|
|
|
|
|
.stats_area {
|
2018-06-29 05:32:50 +00:00
|
|
|
text-align: center;
|
2018-06-30 07:31:42 +00:00
|
|
|
color: #a5a5a5; }
|
2018-06-10 04:09:20 +00:00
|
|
|
|
2018-06-27 04:51:07 +00:00
|
|
|
.lower_canvas {
|
2018-06-29 05:32:50 +00:00
|
|
|
height: 55px;
|
|
|
|
width: 100%;
|
|
|
|
background-color: #48d338;
|
2018-06-30 07:31:42 +00:00
|
|
|
padding: 17px 10px; }
|
2018-06-27 04:51:07 +00:00
|
|
|
|
|
|
|
.lower_canvas SPAN {
|
2018-06-30 22:22:56 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
color: #fff; }
|
2018-06-27 04:51:07 +00:00
|
|
|
|
2018-06-10 04:16:04 +00:00
|
|
|
.footer {
|
2018-06-29 05:32:50 +00:00
|
|
|
text-decoration: none;
|
2018-06-30 07:31:42 +00:00
|
|
|
margin-top: 20px; }
|
2018-06-10 04:16:04 +00:00
|
|
|
|
|
|
|
.footer A {
|
2018-06-30 18:55:09 +00:00
|
|
|
color: #8d8d8d;
|
2018-06-30 07:31:42 +00:00
|
|
|
text-decoration: none; }
|
2018-06-10 08:05:57 +00:00
|
|
|
|
2018-06-26 07:01:41 +00:00
|
|
|
.footer A:HOVER {
|
2018-06-30 07:31:42 +00:00
|
|
|
color: #6d6d6d; }
|
2018-06-10 08:05:57 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.badge {
|
|
|
|
color: white;
|
|
|
|
border-radius: 0.2rem; }
|
|
|
|
|
|
|
|
.btn-group {
|
|
|
|
height: 25px; }
|
|
|
|
.btn-group A {
|
|
|
|
padding: 0.1rem .75rem;
|
|
|
|
font-size: 0.8rem; }
|
|
|
|
|
|
|
|
.card-body .badge {
|
|
|
|
color: #fff; }
|
2018-06-11 00:20:42 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.nav-pills .nav-link {
|
|
|
|
border-radius: 0.2rem; }
|
2018-06-11 00:20:42 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.form-control {
|
|
|
|
border-radius: 0.2rem; }
|
2018-06-11 00:20:42 +00:00
|
|
|
|
2018-06-27 07:31:00 +00:00
|
|
|
.card {
|
2018-06-30 18:55:09 +00:00
|
|
|
background-color: #ffffff;
|
2018-06-30 07:31:42 +00:00
|
|
|
border: 1px solid rgba(0, 0, 0, 0.125); }
|
2018-06-27 07:31:00 +00:00
|
|
|
|
2018-06-11 00:20:42 +00:00
|
|
|
.card-body {
|
2018-06-30 07:31:42 +00:00
|
|
|
overflow: hidden; }
|
2018-06-10 08:05:57 +00:00
|
|
|
|
2018-06-22 04:02:57 +00:00
|
|
|
.card-body H4 A {
|
2018-06-30 18:55:09 +00:00
|
|
|
color: #444444;
|
2018-06-30 07:31:42 +00:00
|
|
|
text-decoration: none; }
|
2018-06-15 04:30:10 +00:00
|
|
|
|
2018-06-24 11:51:07 +00:00
|
|
|
.chart-container {
|
2018-06-29 05:32:50 +00:00
|
|
|
position: relative;
|
|
|
|
height: 170px;
|
2018-06-30 07:31:42 +00:00
|
|
|
width: 100%; }
|
|
|
|
|
2018-06-30 19:30:58 +00:00
|
|
|
.btn-primary {
|
|
|
|
background-color: #3e9bff;
|
2018-06-30 22:22:56 +00:00
|
|
|
border-color: #006fe6;
|
|
|
|
color: white; }
|
|
|
|
.btn-primary.dyn-dark {
|
|
|
|
background-color: #32a825 !important;
|
|
|
|
border-color: #2c9320 !important; }
|
|
|
|
.btn-primary.dyn-light {
|
|
|
|
background-color: #75de69 !important;
|
|
|
|
border-color: #88e37e !important; }
|
2018-06-30 19:30:58 +00:00
|
|
|
|
2018-06-30 07:31:42 +00:00
|
|
|
.btn-success {
|
|
|
|
background-color: #47d337; }
|
2018-06-30 22:22:56 +00:00
|
|
|
.btn-success.dyn-dark {
|
|
|
|
background-color: #32a825 !important;
|
|
|
|
border-color: #2c9320 !important; }
|
|
|
|
.btn-success.dyn-light {
|
|
|
|
background-color: #75de69 !important;
|
|
|
|
border-color: #88e37e !important; }
|
2018-06-30 07:31:42 +00:00
|
|
|
|
|
|
|
.btn-danger {
|
|
|
|
background-color: #dd3545; }
|
2018-06-30 22:22:56 +00:00
|
|
|
.btn-danger.dyn-dark {
|
|
|
|
background-color: #b61f2d !important;
|
|
|
|
border-color: #a01b28 !important; }
|
|
|
|
.btn-danger.dyn-light {
|
|
|
|
background-color: #e66975 !important;
|
|
|
|
border-color: #e97f89 !important; }
|
|
|
|
|
|
|
|
.bg-success {
|
|
|
|
background-color: #47d337 !important; }
|
|
|
|
|
|
|
|
.bg-danger {
|
|
|
|
background-color: #dd3545 !important; }
|
|
|
|
|
|
|
|
.bg-success .dyn-dark {
|
|
|
|
background-color: #35b027 !important; }
|
|
|
|
|
|
|
|
.bg-danger .dyn-dark {
|
|
|
|
background-color: #bf202f !important; }
|
2018-06-28 16:44:56 +00:00
|
|
|
|
2018-06-30 19:30:58 +00:00
|
|
|
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
|
|
|
|
background-color: #13a00d; }
|
|
|
|
|
|
|
|
.nav-pills A {
|
|
|
|
color: #424242; }
|
|
|
|
|
2018-06-28 16:44:56 +00:00
|
|
|
.CodeMirror {
|
2018-06-29 05:32:50 +00:00
|
|
|
/* Bootstrap Settings */
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0;
|
|
|
|
font: inherit;
|
|
|
|
overflow: auto;
|
|
|
|
font-family: inherit;
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #555;
|
|
|
|
background-color: #fff;
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2018-06-30 07:31:42 +00:00
|
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
2018-06-29 05:32:50 +00:00
|
|
|
/* Code Mirror Settings */
|
|
|
|
font-family: monospace;
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2018-06-30 07:31:42 +00:00
|
|
|
height: 60vh; }
|
2018-06-28 16:44:56 +00:00
|
|
|
|
|
|
|
.CodeMirror-focused {
|
2018-06-29 05:32:50 +00:00
|
|
|
/* Bootstrap Settings */
|
|
|
|
border-color: #66afe9;
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
2018-06-30 07:31:42 +00:00
|
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
|
2018-06-27 02:59:59 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
@keyframes pulse_animation {
|
|
|
|
0% {
|
|
|
|
transform: scale(1); }
|
|
|
|
30% {
|
|
|
|
transform: scale(1); }
|
|
|
|
40% {
|
|
|
|
transform: scale(1.02); }
|
|
|
|
50% {
|
|
|
|
transform: scale(1); }
|
|
|
|
60% {
|
|
|
|
transform: scale(1); }
|
|
|
|
70% {
|
|
|
|
transform: scale(1.05); }
|
|
|
|
80% {
|
|
|
|
transform: scale(1); }
|
|
|
|
100% {
|
|
|
|
transform: scale(1); } }
|
|
|
|
.pulse {
|
|
|
|
animation-name: pulse_animation;
|
|
|
|
animation-duration: 1500ms;
|
|
|
|
transform-origin: 70% 70%;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-timing-function: linear; }
|
|
|
|
|
|
|
|
@keyframes glow-grow {
|
|
|
|
0% {
|
|
|
|
opacity: 0;
|
|
|
|
transform: scale(1); }
|
|
|
|
80% {
|
|
|
|
opacity: 1; }
|
|
|
|
100% {
|
|
|
|
transform: scale(2);
|
|
|
|
opacity: 0; } }
|
|
|
|
.pulse-glow {
|
|
|
|
animation-name: glow-grown;
|
|
|
|
animation-duration: 100ms;
|
|
|
|
transform-origin: 70% 30%;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-timing-function: linear; }
|
|
|
|
|
|
|
|
.pulse-glow:before,
|
|
|
|
.pulse-glow:after {
|
|
|
|
position: absolute;
|
|
|
|
content: '';
|
|
|
|
height: 0.5rem;
|
|
|
|
width: 1.75rem;
|
|
|
|
top: 1.2rem;
|
|
|
|
right: 2.15rem;
|
|
|
|
border-radius: 0;
|
|
|
|
box-shadow: 0 0 7px #47d337;
|
|
|
|
animation: glow-grow 2s ease-out infinite; }
|
|
|
|
|
2018-06-10 08:05:57 +00:00
|
|
|
@media (max-width: 767px) {
|
2018-06-30 22:22:56 +00:00
|
|
|
HTML, BODY {
|
|
|
|
background-color: #fcfcfc; }
|
|
|
|
|
2018-06-29 05:32:50 +00:00
|
|
|
.sm-container {
|
|
|
|
margin-top: 40px !important;
|
2018-06-30 07:31:42 +00:00
|
|
|
padding: 0 !important; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.list-group-item H5 {
|
2018-06-30 07:31:42 +00:00
|
|
|
font-size: 0.9rem; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.container {
|
2018-06-30 07:31:42 +00:00
|
|
|
padding: 0 !important; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.navbar {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
width: 100%;
|
2018-06-30 07:31:42 +00:00
|
|
|
margin-bottom: 0; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
2018-06-30 22:22:56 +00:00
|
|
|
.btn-sm {
|
|
|
|
line-height: 0.9rem;
|
|
|
|
font-size: 0.65rem; }
|
|
|
|
|
|
|
|
.full-col-12 {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px; }
|
|
|
|
|
|
|
|
.card {
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0rem;
|
|
|
|
padding: 0;
|
|
|
|
background-color: #ffffff; }
|
|
|
|
|
2018-06-29 05:32:50 +00:00
|
|
|
.card-body {
|
|
|
|
font-size: 6pt;
|
2018-06-30 07:31:42 +00:00
|
|
|
padding: 5px 5px; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.lg_number {
|
2018-06-30 07:31:42 +00:00
|
|
|
font-size: 1.5rem; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.stats_area {
|
2018-06-30 22:22:56 +00:00
|
|
|
margin-top: 1.5rem !important;
|
|
|
|
margin-bottom: 1.5rem !important; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.stats_area .col-4 {
|
|
|
|
padding-left: 0;
|
2018-06-30 22:22:56 +00:00
|
|
|
padding-right: 0;
|
|
|
|
font-size: 0.6rem; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.list-group-item {
|
|
|
|
border-top: 1px solid #e4e4e4;
|
2018-06-30 07:31:42 +00:00
|
|
|
border: 0px; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.list-group-item:first-child {
|
|
|
|
border-top-left-radius: 0;
|
2018-06-30 07:31:42 +00:00
|
|
|
border-top-right-radius: 0; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.list-group-item:last-child {
|
|
|
|
border-bottom-right-radius: 0;
|
2018-06-30 07:31:42 +00:00
|
|
|
border-bottom-left-radius: 0; }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
.list-group-item P {
|
2018-06-30 07:31:42 +00:00
|
|
|
font-size: 0.7rem; } }
|
2018-06-29 05:32:50 +00:00
|
|
|
|
|
|
|
/*# sourceMappingURL=base.css.map */
|